@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
    font-family: 'Montserrat', sans-serif;
}

.navbar-brand-img {
    width: 200px;
}
.navbar-light .navbar-nav .nav-link {
    color: #506690;
}
.btn_top {
    margin: 5px;
    transform: scale(1.2);
    text-decoration: none !important;
}
.btn_mail {
    transform: scale(1.3);
}
.btn_num {
    font-size: 14px;
}
.nav-item {
    font-size: 1rem;
}
.navbar {
    border-bottom: 1px solid #f1f4f8!important;
}
.libertarios  {
    padding: 0px;
}
.flickity-button-white .flickity-button {
    display: none;
}
.flickity-page-dots {
    bottom: 50px;
}
.flickity-page-dots .dot {
    background: #FFF;
}
.bg-vermelhao {
    background: #A82520;
}
#quemsomos, #localizacao {
    text-align: center;
    color: #727577;
}
.img100 {
    width: 100%;
}
.titulosec {
    font-weight: bolder;
    font-size: 3rem;
    color: #727577;
}
.text-reset {
    color: #FFF !important;
}
.logo_branca {
    width: 80%;
    margin: 50px 0px;
}
.infosend,.infosend a {
    color: #fff;
}
.infosend,.infosend a {
    color: #fff;
}
.infosend .btn_top {
    margin: 4px 7px;
    transform: scale(1.4);
    text-decoration: none !important;
    display: inline-block;
}
.infosend .btn_mail {
    transform: scale(1.5);
    display: inline-block;
}
.infosend .btn_num {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
}
.form-label-group {
    margin-bottom: 0.5rem;
}
.form-control {
    height: auto;
    padding: .2rem 1.25rem !important;
}
#contato h2 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #869ab8 !important;
  }
.form-control::-moz-placeholder { /* Firefox 19+ */
color: #869ab8 !important;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
color: #869ab8 !important;
}
.form-control:-moz-placeholder { /* Firefox 18- */
color: #869ab8 !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #A82520;
    font-weight: 600;
    opacity: .8;
    font-size: 14px;
    padding-right: 1rem;
    padding-left: 1rem;
}
.btn_top {
    color: #727577;
    font-weight: 600;
    opacity: .8;
}
.navbar-light .navbar-nav .nav-link:hover, .btn_top:hover {
    opacity: 1;
    color: #A82520;
    font-weight: 600;
}
.btn_num {
    opacity: 1;
    color: #A82520;
    font-weight: 700;
}
.socialbarra a {
    width: 33.333%;
    background: #A82520;
    padding: 60px 0px;
    display: block;
    float:left;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    opacity: 1;
    font-weight: bold;
   
    
}
.socialbarra a span{
    border: 2PX solid #fff;
    border-bottom: 0px;
    border-top: 0px;
    width: 100%;
    display: block;

}
.socialbarra a:hover {
    opacity: 0.9;
}
.endreco {
    font-size: 12px;
}
.tarjalinks a {
    width: 25%;
    cursor: default !important;
}
.tarjalinks a:hover {
    opacity: 1 !important;
}


/* ==========================================================================
#Tablet (Portrait)
========================================================================== */

@media (min-width: 768px) and (max-width: 979px) {

    
}

/* ==========================================================================
#Mobile (Portrait and Landscape )
========================================================================== */

@media (max-width: 767px) {
    .comecm {
        margin-top: 70px;
    }
    
    .socialbarra a {
        width: 100%;
        padding: 10px 0px;
    }
    .tarjalinks a {
        width: 50%;
        cursor: default !important;
        padding: 10px 0px;
    }
    .socialbarra a span {
        font-size: 12px;
    }
    .titulosec {
        font-size: 2rem;
        margin-top: 30px;
    }
    #quemsomos p {
        font-size: 0.8625rem;
        line-height: 1.3;
    }
    #contato li {
        display: none;
        visibility: hidden;
        padding-top: 1rem!important;
    }
    .bt_socialkkk {
        width: 120px;
        margin: 20px auto;
    }

}
