@charset "utf-8";

@import url('./bootstrap.min.css');
@import url('./bootstrap-reboot.min.css');
@import url('./bootstrap-grid.min.css');
@import url('./animate.css');
@import url('./owl.carousel.css');
@import url('./owl.theme.css');
@import url('./owl.transitions.css');
@import url('./magnific-popup.css');
@import url('./jquery.countdown.css');
@import url('./style.css');
@import url('./colors/scheme-01.css');
@import url('./coloring.css');

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/* ============== HOME ============== */
.banner__titulo-1{
    font-size: 2.625rem;
}

.sobre{
    margin-bottom: 90px;
}

.sobre__background .jarallax-img{
    object-position: 50% 10%!important;
}

.servicos p{
    margin-bottom: 8px;
    line-height: 1.4;
}

.servicos .f-box.f-icon-left{
    gap: 16px;
}

.servicos .f-box.f-icon-left i{
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ============== HOME ============== */

/* ============== PARCEIROS ============== */
.clientes .owl-carousel .owl-item .item{
    display: flex;
    align-items: center;
    justify-content: center;
}

.clientes .owl-carousel .owl-item img{
    width: 120px;
}
/* ============== PARCEIROS ============== */

/* ============== NOTÍCIAS ============== */
.noticias .noticia:nth-child(1),
.noticias .noticia:nth-child(2){
    margin-bottom: 30px;
}

.noticias .btn-custom{
    max-width: 200px;
}
/* ============== NOTÍCIAS ============== */

/* ============== GLOBAL ============== */
.footer .widget{
    margin-bottom: 0;
    padding-bottom: 0;
}
.footer .social-icons{
    display: block;
    background: rgba(255, 255, 255, .1);
    padding: 16px;
}

.footer .social-icons a{
    display: block;
}

.btn-wpp{
    display: block;
    position: fixed;
    right: 16px;
    bottom: 100px;
    cursor: pointer;
    z-index: 1;
}

.btn-wpp img{
    width: 200px;
    transition: all .2s ease-in-out;
}

.btn-wpp:hover img{
    transform: scale(1.03);
}

#back-to-top.show{
    bottom: 50px;
}

.container-pagination p{
    margin-bottom: 0;
}

.container-pagination .pagination li a{
    padding: 6px 12px;
}
/* ============== GLOBAL ============== */

/* ============== PG QUEM SOMOS ============== */
.apresentacao{
    margin-bottom: 90px;
}

.apresentacao .jarallax-img{
    object-position: 50% 0!important;
}
/* ============== PG SERVICO ============== */
.servico-conteudo{
    margin-bottom: 40px;
}

@media(max-width: 1199px){
    .banner__titulo-1{
        font-size: 2.25rem;
    }

    .servicos .f-box.f-icon-left i{
        margin: 0;
        width: 60px;
        height: 60px;
        font-size: 26px;
    }
}


@media(min-width: 991px){
    #mainmenu li ul{
        width: max-content;
    }
}

@media(max-width: 991px){
    .sobre__background{
        position: relative;
        height: 400px;
        margin-bottom: 90px;
    }

    .di-text h1{
        font-size: 32px;
        margin-bottom: 4px;
    }

    .di-text span{
        font-size: 14px;
    }
}

@media(max-width: 767px){
    #subheader{
        padding-left: 0;
        padding-right: 0;
    }

    .servicos .f-box.f-icon-left{
        display: grid;
        grid-template-columns: 1fr;
        text-align: center;
    }

    .servicos .f-box.f-icon-left i{
        justify-self: center;
    }
}

@media(max-width: 576px){
    #subheader h1{
        font-size: 40px;
    }

    h2{
        font-size: 32px;
    }

    .banner__titulo-1,
    .sobre__title{
        font-size: 1.625rem;
        line-height: 1.3;
    }

    .di-text{
        left: -5%;
    }
}