/* Global styles */

body{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    padding-top: 86px;
    line-height: 1.7;
}
@media (min-width: 1200px) {
    body{
        padding-top: 162px;
    }
}
body.tpl-blank{
    padding-top: 30px;
    padding-bottom: 30px;
}
*::selection{
    background: #f6891f;
    color: #000;
}
*::-moz-selection{
    background: #f6891f;
    color: #000;
}
a{
    color: inherit;
}
a:hover{
    color: inherit;
    text-decoration: underline;
}
a.link{
    color: blue;
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 700;
}
h1{
    font-size: 35px;
}
h2{
    font-size: 30px;
}
h3{
    font-size: 25px;
}
h4{
    font-size: 20px;
}
h5{
    font-size: 16px;
}
h6{
    font-size: 15px;
}
img.hover:hover{
    opacity: 0.85;
}
img.lazy{
    display: block;
    background-image: url("/_src/img/lazy/loading.gif");
    background-image: url("/_src/img/lazy/loading.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
img.w-100.lazy{
    background-size: auto;
}
iframe.lazy{
    background-color: #f1f1f1;
    background-image: url("/_src/img/lazy/loading.gif");
    background-image: url("/_src/img/lazy/loading.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto;
}

@media (min-width: 1300px){
    .container {
        max-width: 1280px;
    }
}

/*################*/
/*---- header ----*/
header{
    background-color: #fff;
}
header .header-menu{
    
}
header .header-menu .navbar{
    padding-left: 0px;
    padding-right: 0px;
}
@media (min-width: 1200px) {
    header .header-menu .navbar{
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
@media (max-width: 1199.98px){
    header .header-menu .navbar .navbar-brand img{
        height: 60px;
    }
}
@media (min-width: 1200px) {
    header .header-menu .navbar .navbar-nav{
        padding: 10px 0px 10px 0px;
    }
}
header .header-menu .navbar .nav-item,
header .header-menu .navbar .nav-item:hover,
header .header-menu .navbar .nav-link,
header .header-menu .navbar .nav-link:hover{
    font-family: 'Barlow', sans-serif;
    font-size: 19px;
    font-weight: 300;
    color: #000;
    text-align: center;
}
@media (min-width: 1200px) {
    header .header-menu .navbar .nav-item{
        padding: 0rem 2rem;
    }
}
header .header-menu .navbar .nav-item:hover .nav-link,
header .header-menu .navbar .nav-link:hover{
    color: #f6891f;
    font-weight: 400;
}
header .header-menu .navbar .nav-item.active .nav-link{
    color: #f6891f;
    font-weight: 400;
}
header .header-menu .navbar-toggler{
    font-size: 1.6rem;
    border-color: #bbb;
    box-shadow: none;
    outline: none;
}
header .header-menu .navbar-toggler:hover{
    outline: none;
}
header .header-menu .navbar-toggler span{
    color: #f6891f;
}
@media (max-width: 991.98px){
    header .header-menu .navbar-collapse{
        padding-top: 20px;
    }
}

header .social a:hover{
    text-decoration: none;
}
/*---- # header ----*/
/*##################*/


/*###############*/
/*---- corpo ----*/
main{
    padding-top: 40px;
}
.container-header-no-margin{
    margin-top: -40px;
}
@media (min-width: 1200px) {
    .container-header-no-margin{
        margin-top: -40px;
    }
}
.container-header-padding{
    padding-top: 0px;
}
.container-footer-no-margin{
    margin-bottom: -50px;
}
.container-footer-padding{
    padding-bottom: 0px;
}

.glide__slides, .glide__slide{
    margin-bottom: 0px;
}
.glide__arrow{
    font-size: 2.5rem;
    border: none;
    box-shadow: none;
    padding: 0px;
    opacity: 0.8;
}
@media (max-width: 575.98px) {
    .glide__arrow{
        display: none;
    }
}
.glide__arrow--left{
    left: 1rem;
}
.glide__arrow--right{
    right: 1rem;
}

.fancybox-slide--iframe{
    padding: 44px 10px 10px 10px;
}
.fancybox-slide--iframe .fancybox-content{
    max-width: 100%;
    margin: 0;
}
@media (min-width: 1200px) {
    .fancybox-slide--iframe .fancybox-content{
        max-width: 1200px;
    }
}

.grecaptcha-badge{
    display: none;
}

.banner-main{
    background-color: #eee;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 0px;
    padding-right: 0px;
}
.banner-main .glide__slide{
    min-height: 100px;
}

.titulo-1{
    font-family: 'Barlow', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
}
@media (min-width: 992px) {
    .titulo-1{
        font-size: 40px;
    }
}
.titulo-2{
    font-size: 30px;
    font-weight: 300;
    color: #000;
}
@media (min-width: 992px) {
    .titulo-2{
        font-size: 40px;
    }
}
.titulo-3{
    font-size: 20px;
    font-weight: 300;
    color: #000;
}
@media (min-width: 992px) {
    .titulo-3{
        font-size: 20px;
    }
}

section#blog{
    background-color: #f4f4f4;
}

.conteudo-vitrine a:hover{
    text-decoration: none;
}
.conteudo-vitrine h3{
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
@media (min-width: 1200px) {
    .conteudo-vitrine h3{
        font-size: 20px;
    }
}
.conteudo-vitrine h4{
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}
@media (min-width: 1200px) {
    .conteudo-vitrine h4{
        font-size: 16px;
    }
}
.conteudo-container{
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}
/*---- # corpo ----*/
/*#################*/


/*################*/
/*---- footer ----*/
footer{
    margin-top: 50px;
    border-top: solid 1px #000;
}
footer .footer-nav ul,
footer .footer-nav ul a{
    color: inherit;
}
footer .footer-nav ul .nav-link{
    padding-left: 0px;
}
footer .footer-nav h6{
    font-size: 18px;
    color: inherit;
    font-weight: 500;
}

footer .footer-bar{
    border-top: solid 1px #000;
}

@-webkit-keyframes pulse-whats{
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(162, 245, 145, 0.3);
    }
    70% {
        -webkit-box-shadow: 0 0 0 60px rgba(162, 245, 145, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(162, 245, 145, 0);
    }
}
@keyframes pulse-whats{
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(162, 245, 145, 0.3);
        box-shadow: 0 0 0 0 rgba(162, 245, 145, 0.3);
    }
    70% {
        -moz-box-shadow: 0 0 0 60px rgba(162, 245, 145, 0);
        box-shadow: 0 0 0 60px rgba(162, 245, 145, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(162, 245, 145, 0);
        box-shadow: 0 0 0 0 rgba(162, 245, 145, 0);
    }
}

footer .whatsapp-fixed{
    font-size: 2rem;
    background-color: #25d366;
    border-radius: 50%;
    left: auto; 
    right: 0px;
    height: 50px;
    width: 50px;
    animation: pulse-whats 2.5s infinite;
}
footer .whatsapp-fixed:hover{
    text-decoration: none;
    animation: none;
}

.footer-top{
    background-color: #fff;
    border: solid 1px #eee;
}
.footer-top:hover{
    text-decoration: none;
}
.footer-top i{
    color: #f6891f;
}
/*---- # footer ----*/
/*##################*/


/*.carousel-depoimentos .slick-slide{
    font-size: 14px;
    background-color: #fff;
    border: solid 1px #ddd;
    border-radius: 5px;
}
.carousel-depoimentos .slick-prev{
    left: -28px;
}
.carousel-depoimentos .slick-next{
    right: -28px;
}
.carousel-depoimentos .slick-prev:before, .carousel-depoimentos .slick-next:before{
    font-size: 35px;
}*/

.read-more{
    position: relative; /*importante!*/
}
.read-more-hide{
    border-bottom: solid 1px #e1e1e1;
}
.read-more-show{
    border-bottom: solid 1px #e1e1e1;
}
.read-more-bg{
    position: absolute;
    display: none;
    
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 85%);
    background: -webkit-gradient(left top, left bottom, color-stop(rgba(255,255,255,0)), color-stop(85%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 85%);
    background: -o-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 85%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1) 85%);
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    
    height: 150px;
    width: 100%;
    left: 0px;
    bottom: 0px;
}
.read-more-toggle{
    position: relative;
    margin-top: -15px;
    cursor: pointer;
}

label.required:before{
    content: "*";
    font-weight: normal;
    color: red;
    padding-right: 2px;
    font-size: 14px;
    line-height: 10px;
    height: 10px;
    margin-top: 4px;
    display: block;
    float: left;
}