he/**
 *
 * Folha de estilos
 *
 * Author: WeCoded
 * Author URI: https://www.wecoded.com.br
 *
**/


/*******************************************************
 * FONTES
*******************************************************/

@font-face {
    font-family: SanukLF;
    src: url("fonts/SanukLF-Medium.otf") format("opentype");
}


/*******************************************************
 * BODY, FONTES & GERAL
*******************************************************/

body {
	background: #f6f6ee;
    font-family: "Lato", sans-serif;
	color: #58595b;
	font-size: 18px;
    font-weight: normal;
}

img { 
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "SanukLF", sans-serif;
}

label {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}

a {
	color: #282828;
}

h1 { font-size: 41px; }
h2 { font-size: 38px; }
h3 { font-size: 26px; margin-bottom: 20px;}
h4 { font-size: 22px; margin-bottom: 20px; }

a, a:hover {
	transition: 0.3s;	
	text-decoration: none;
}

a:hover {
	color: #a2248c;
}

hr {
    border-top: 1px solid black;
    margin: 40px auto;
} 

.hr-medio {
    border-color: #000a;
    max-width: 680px;
}

.conteudo ol,
.conteudo ul { padding: 0 0 0 15px; }

.conteudo ol li, 
.conteudo ul li { margin-bottom: 15px; }

/*******************************************************
 * BOTÕES E FORMS
*******************************************************/

.btn {
	font-size: 16px;
	font-weight: 300;
    font-family: 'SanukLF', sans-serif;
    border-radius: 25px;
    padding: 10px 30px;
	transition: .4s ease;
    border-radius: 4px;
}

.btn:hover {
	transform: scale(1.01);
	box-shadow: 0 0 25px -12px #0006;
}

.btn-primary { 
    border: 1px solid #751272;
    background: #751272;
	color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	border: 1px solid #751272;
    background: transparent;
	color: #fff;
}


.form-control:active,
.form-control:focus { 
	border-color: #EEAB00; 
	background: transparent
}

.form-control {
    font-family: SanukLF;
    font-size: 16px;
    height: 60px;
    color: #fff;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #fff;
    background: #FFF;
    color: #282828;
    font-family: 'SanukLF', sans-serif;
    box-shadow: 0px 4px 4px -2px rgba(217, 217, 217, 0.28);
}

.form-control:active,
.form-control:focus {
    background: #FFF;
}

form textarea.form-control {
	height: 130px;
}

.checkbox label {
    font-size: 15px;
    font-weight: 300;
    margin: 10px 0;
}

/*******************************************************
 * CLASSES COMUNS
*******************************************************/

@media(min-width: 1280px) {
    .container {
        max-width: 1240px;
    }
}


/* tipografia */

.fonte-500 { font-weight: 500; }

.alert.alert-primary {
    background: #EEAB00;
    color: #000;
    text-align: center;
    border: 0;
    font-size: 22px;
    line-height: 1.3;
    padding: 15px;
}

.social {
    display: flex;
    column-gap: 10px;
    font-size: 26px;
}


/* slick slider */

.slick-dots {
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    column-gap: 5px;
}

.slick-dots .slick-active button {
    background: #EEAB00;
    border-color: #EEAB00;
}
.slick-dots button {
    border: 1px solid #ccc;
    background: none;
    font-size: 0px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
}

.slick-slider .slick-arrow {
    position: absolute;
    top: 180%;
}
.carousel-clientes a img {
    margin: 0 auto;
}
.slick-arrow {
    width: 35px;
    height: 55px;
    border: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 0px;
    border-radius: 100%;
    margin-top: -125px;
    background-color: transparent;
}

.slick-arrow.slick-prev { 
    background-image: url('img/right.png');
    transform: rotate(180deg);
    left: -50px;
    display: none !important;
}
.slick-arrow.slick-next {
    background-image: url('img/right.png');
    right: -50px;
}




/*******************************************************
 * CABECALHO
*******************************************************/

div#mobile-menu { display: none; }

#header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background: #f6f6ee;
    z-index: 99;
    transition: .4s ease;
}

.scrolled #header { padding: 5px 0 3px; }

#header .header-logo { 
    transition: .4s ease; 
}

.scrolled #header .header-logo { transition: .4s ease; }

nav#main-menu {
    float: right;
    margin-top: 45px;
}
nav#main-menu a.nav-link {
    color: #70096d;
    font-size: 20px;
}
.header-social ul {
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 35px;
    float: right;
}
.header-social ul li {
    display: inline-block;
    margin-left: 0; 
}



.whatsapp-flutuante {
    position: fixed;
    z-index: 100;
    bottom: 10px;
    right: 10px;
}
.whatsapp-flutuante:hover {
    transform: scale(1.02);
}




/* The side navigation menu */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0; 
    left: 0;
    background-color: #F3F3F3; 
    overflow-x: hidden; 
    padding-top: 30px;
    padding-bottom: 30px;
    transition: 0.5s ease;
    z-index: 99999;
}


#main {
    transition: all .5s ease;
}



/*******************************************************
 * PÁGINAS
*******************************************************/

/* definicoes gerais de templates */

div#main { 
    max-width: 100vw;
    overflow: hidden;
}


#home1 .banner-topo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    height: 600px;
}

#home1 .banner-topo .conteudo h2 {
    font-size: 49px;
    font-weight: normal;
}
#home1 .banner-topo .conteudo {
    margin-top: 180px;
}



#home2 {
    background: #70096d;
    color: white;
    padding: 15px 0;
}





#home3 .bg-servicos {
    background-image: url('img/bg-quadrado.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50px;
    padding: 45px
}


#home3 .bg-servicos .titulo h2 {
    color: #70096d;
}
#home3 .bg-servicos .titulo {
    margin-bottom: 40px;
}

.card-servico {
    cursor: pointer;
}
#home3 .card-servico {
    color: white;
    border-radius: 30px;
    padding: 30px;
    height: 270px
}
#home3 .card-servico.clicked {
    transform: scale(1.02);
}
#home3 .card-servico h3 {
    margin-bottom: 40px;
}


#home3 #card-servico1 .card-servico {
    background-image: linear-gradient(90deg, #e4b159, #e75b2a);
}

#home3 #card-servico2 .card-servico {
    background-image: linear-gradient(90deg, #f98b86, #e70d75);
}

#home3 #card-servico3 .card-servico {
    background-image: linear-gradient(90deg, #f726b2, #951f64);
}

#home3 #card-servico4 .card-servico {
    background-image: linear-gradient(90deg, #b61e89, #570c61);
}


#home3 #card-servico5 .card-servico {
    background-image: linear-gradient(90deg, #e4b159, #e75b2a);
}

#home3 #card-servico6 .card-servico {
    background-image: linear-gradient(90deg, #f98b86, #e70d75);
}

#home3 #card-servico7 .card-servico {
    background-image: linear-gradient(90deg, #f726b2, #951f64);
}

#home3 #card-servico8 .card-servico {
    background-image: linear-gradient(90deg, #b61e89, #570c61);
}


#home4 .titulo {
    width: 300px;
    margin-top: 70px;
    margin-left: 60px;
}
#home4 .titulo h2 {
    color: #70096d;
}
.card-case {
    margin-bottom: 30px;
    text-align: center;
}


.imagem {
    transition: all 0.5ms ease;
}
.imagem:hover {
    transform: scale(1.02); 
}


#home5 .titulo { 
    margin-bottom: 20px;
}
#home5 .titulo h2 {
    color: #70096d;
}

#home5 .pessoas {
    color: #70096d;
    font-size: 23px;
    margin-top: 10px;
    text-transform: uppercase;
}
#home5 .imagem {
    text-align: center;
}

#home6 .titulo { 
    margin-bottom: 35px;
}
#home6 .titulo h2 {
    color: #70096d;
}


#home6 .bg-news {
    background-image: url('img/bg-listrado.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px;
    border-radius: 30px;
}



.card-news {
    margin-bottom: 30px;
}
.card-news:hover {
    transform: scale(1.02);
}
.card-news .news-content {
    margin-top: 5px;
    color: #414042;
    font-size: 14px;
}
.card-news span.news-author {
    text-transform: uppercase;
}

.card-news h3.news-title {
    color: black;
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}

.card-news .news-thumbnail {
    width: 100%;
    height: 310px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.card-equipe {
    margin-bottom: 40px;
    text-align: right;
    color: #70096d;
    cursor: pointer;
}
.card-equipe:hover {
    transform: scale(1.02);
}

#sobre1 {
    padding: 40px 0;
}
#sobre1 .titulo {
    color: #ed8a1d;
    padding: 110px 60px;
    border-radius: 30px;
    background-image: url(img/bg-quadrado.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#sobre1 .conteudo-equipe {
    border-left: 3px solid #ed8a1d;
    padding: 80px 0 0 30px;
    height: 100%;
}

#sobre1 .modal-content {
    color: white;
    border-radius: 25px;
    padding: 10px;
}
#sobre1 .modal-content h5.modal-title {
    text-transform: uppercase;
    text-align: right;
}
button.close {
    color: white;
    opacity: 1;
    font-size: 40px;
    margin-left: 20px;
    margin-top: -8px;
}


.breadcumb {
    margin-bottom: 20px;
    border-bottom: 1px solid #00000021;
}



#sobre2 .bg-sobre {
    background-image: url('img/bg-quadrado.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 40px;
    padding: 60px;
}
#sobre2 .titulo {
    text-align: center;
    color: #70096d;
    margin-bottom: 30px;
}



#servicos1 .titulo {
    color: #70096d;
    text-align: center;
    background-image: url(img/bg-quadrado.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
    padding: 90px 0;
    margin-bottom: 40px;
    margin-top: 10px;
}

#servicos2 .card-servico {
    background-size: cover; /* Garante que a imagem inicial esteja coberta */
    transition: background-size 0.3s ease, background-color 0.3s ease, transform 0.3s ease; /* Adiciona transição suave */
}

#servicos2 #card-servico1 .card-servico {
    background-image: url('img/1.png');
}

#servicos2 #card-servico2 .card-servico {
    background-image: url('img/3.png');
}

#servicos2 #card-servico3 .card-servico {
    background-image: url('img/2.png');
}

#servicos2 #card-servico4 .card-servico {
    background-image: url('img/4.png');
}

#servicos2 #card-servico1 .card-servico.clicked {
    background-size: 0; /* Diminui o tamanho do background no hover */
    background: #ed8a1d; /* Cor de fundo no hover */
    transform: scale(1.02); /* Leve aumento no tamanho */
}

#servicos2 #card-servico2 .card-servico.clicked {
    background-size: 0;
    background: #e7477d;
    transform: scale(1.02);
}

#servicos2 #card-servico3 .card-servico.clicked {
    background-size: 0;
    background: #b01b7f;
    transform: scale(1.02);
}

#servicos2 #card-servico4 .card-servico.clicked {
    background-size: 0;
    background: #882785;
    transform: scale(1.02);
}


#servicos2 .card-servico {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    color: white;
}

#servicos2 .card-servico {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    color: white;
    margin-bottom: 30px;
    height: 460px;
    padding: 30px 25px;
    position: relative;
}
#servicos2 .card-servico img {
    position: absolute;
    right: 40px;
    top: 30px;
    width: 35px;
}


#servicos2 .card-servico .descricao {
    display: none; /* Mantém invisível inicialmente */
    opacity: 0; /* Define opacidade para 0 para transição */
    transition: opacity 0.6s ease; /* Transição lenta e suave */
}

#servicos2 .card-servico.clicked .descricao {
    display: block; /* Mostra o elemento */
    opacity: 1; /* Torna totalmente visível */
}

#servicos2 .card-servico .visivel {
    display: block; /* Visível inicialmente */
    opacity: 1; /* Define opacidade inicial para 1 */
    transition: opacity 0.6s ease; /* Transição lenta e suave */
}

#servicos2 .card-servico.clicked .visivel {
    display: none; /* Oculta o elemento */
    opacity: 0; /* Torna invisível gradualmente */
}


#servicos2 .card-servico.clicked .descricao {
    display: block;
    font-size: 20px;
}
#servicos2 .card-servico.clicked .descricao ul li {
    margin-bottom: 10px;
    list-style: none;
    position: relative;
}
#servicos2 .card-servico.clicked .descricao ul li::before {
    content: '';
    background: #f8d4a3;
    position: absolute;
    width: 15px;
    height: 15px;
    left: -30px;
    top: 15px;
}

#servicos2 #card-servico2 .card-servico.clicked .descricao ul li::before {
    background: #f5b5cb;
}
#servicos2 #card-servico3 .card-servico.clicked .descricao ul li::before {
    background: #ec6c97;
}
#servicos2 #card-servico4 .card-servico.clicked .descricao ul li::before {
    background: #ca4ec6;
}



#clientes1 {
    margin-top: 10px;
}
#clientes1 .titulo {
    text-align: center;
    color: #70096d;
    margin-bottom: 60px;
}
#clientes1 .bg-clientes {
    background-image: url(img/bg-listrado.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 30px;
}
#clientes1 .slick-arrow.slick-next {
    background-image: url(img/seta-dark.png);
    top: 160px;
    right: -140px;
}
#clientes1 .depoimento {
    font-weight: normal;
    font-size: 21px;
}
#clientes1 .nome {
    color: #414042;
    font-size: 23px;
}
#clientes1 .depoimento img {
    display: inline-block;
}




#clientes2 .titulo {
    text-align: center;
    color: #70096d;
    margin-bottom: 25px;
}

/* .grid-logo-clientes {
    background: white;
    border-radius: 45px;
    padding: 25px;
}
.grid-logo-clientes .logo-cliente {
    display: inline-grid;
    justify-content: space-between;
    align-content: space-around;
    align-items: start;
}




.grid-logo-clientes {
    background: white;
    border-radius: 45px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 0;
}

.grid-logo-clientes .logo-cliente {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;  
    border: 1px solid #0000005c; 
    background-color: white;  
    overflow: hidden;  
    text-align: center;
}

.grid-logo-clientes .logo-cliente img {
    max-width: 90%;  
    max-height: 90%;  
    object-fit: contain;  
}

.grid-logo-clientes .logo-cliente:nth-child(5n+1) {
    border-left: none; 
}

.grid-logo-clientes .logo-cliente:nth-child(5n) {
    border-right: none;  
}

.grid-logo-clientes .logo-cliente:nth-child(-n+5) {
    border-top: none;  
}

.grid-logo-clientes .logo-cliente:nth-last-child(-n+5) {
    border-bottom: none;  
} */



.grid-logo-clientes {
    background: white;
    border-radius: 45px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 0; /* Ajuste o gap para definir a distância entre os itens */
}

.grid-logo-clientes .logo-cliente {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1; /* Torna as logos quadradas */
    border: 1px solid #0000005c; /* Adiciona borda */
    background-color: white; /* Fundo branco para as logos */
    overflow: hidden; /* Evita imagens saírem do container */
    text-align: center;
    position: relative; /* Necessário para o uso de pseudoelementos */
}

/* Ajusta o espaçamento interno das imagens */
.grid-logo-clientes .logo-cliente img {
    max-width: 90%; /* Garante que a imagem se adapte ao container */
    max-height: 90%; /* Garante que a imagem se adapte ao container */
    object-fit: contain; /* Centraliza e ajusta a imagem sem distorcer */
}

/* Remover bordas duplicadas internas no grid */
.grid-logo-clientes .logo-cliente:not(:nth-child(n)) {
    border-right: none;
    border-bottom: none;
}

/* Adiciona bordas para os itens da última linha */
.grid-logo-clientes .logo-cliente:nth-last-child(-n+3) {
    border-bottom: 1px solid #0000005c; /* Garantir borda inferior mesmo que incompleto */
}

.wp-pagenavi {
    margin-top: 30px;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #751272;
    color: #751272;
    width: 30px;
    display: inline-block;
}




#cases1 .titulo {
    text-align: center;
    background-image: url(img/bg-listrado.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
    padding: 90px 0;
    margin-bottom: 40px;
    margin-top: 10px;
}
#cases1 .titulo h2 {
    color: #70096d;
}



#cases2 .card-case {
    margin-bottom: 0;
}
#cases2 .conteudo-case {
    border-right: 1px solid black;
    height: 100%;
    padding: 30px;
}
#cases2 .card-externa img {
    width: 140px;
    margin-right: 20px;
}
#cases2 .card-externa {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 20px;
}



#blog1 .titulo {
    text-align: center;
    background-image: url(img/bg-listrado.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
    padding: 90px 0;
    margin-bottom: 40px;
    margin-top: 10px;
}
#blog1 .titulo h2 {
    color: #70096d;
}

.post-single .conteudo {
    margin-top: 30px;
}
.post-single .imagem{
    text-align: center;
}


























/*******************************************************
 * RODAPÉ
*******************************************************/

footer#footer {
    padding: 50px 0; 
    background: #f6f6ee;
    font-family: 'Lato', sans-serif;
}



/*******************************************************
 * AJUSTES RESPONSIVOS
*******************************************************/

@media (min-width: 1280px) {
    .container {
        max-width: 90%;
    } 
}




@media (max-width: 1600px) {

    nav#main-menu {
        margin-top: 25px;
    }
    .header-social ul {
        margin-top: 15px;
    }

    .header-social ul li {
        width: 51px;
        margin-top: 12px;
    }




}
@media (max-width: 1440px) {

    #home1 .banner-topo {
        height: 540px;
    }
    #home1 .banner-topo .conteudo {
        margin-top: 120px;
    }

    #sobre1 .titulo {
        padding: 80px 40px
    }

    #home3 .card-servico { 
        height: 300px;
    }




}
@media (max-width: 1360px) {

    nav#main-menu a.nav-link { 
        font-size: 18px;
    }
    #home1 .banner-topo .conteudo h2 {
        font-size: 37px; 
    }
    #home1 .banner-topo { 
        height: 430px;
    }


    .slick-arrow.slick-next { 
        right: -40px;
    }


    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    body { 
        font-size: 16px;
    }

    #home3 .card-servico h3 {
        margin-bottom: 20px;
    }
    #home5 .pessoas {
        font-size: 20px;
    }
    .card-news .news-content { 
        font-size: 14px;
    }
    .card-news h3.news-title { 
        margin-top: 5px;
        font-size: 18px;
    }







}

@media( max-width: 1199px ){

    nav#main-menu a.nav-link {
        font-size: 14px;
    }
    .header-social ul li {
        width: 41px; 
    }

}
@media( max-width: 991px ){
    



    button.navbar-toggler img {
        width: 50px;
        filter: invert(23%) sepia(34%) saturate(5838%) hue-rotate(258deg) brightness(87%) contrast(99%);    
    } 
    .header-social {
        display: none;
    }

    .header-logo-mobile img {
        max-width: 220px;
        margin-bottom: 20px;
    }


    a.close-menu {
        float: right;
        font-size: 40px;
        color: #a2248c;
        font-weight: normal;
    }

    nav#main-menu-mobile a {
        color: #751272;
        font-size: 20px;
    }
    .header-social-mobile ul {
        padding: 0;
        margin-top: 20px;
    }
    .header-social-mobile ul li {
        list-style: none;
        display: inline-block;
        width: 50px;
    }

    #header .header-logo {
        max-width: 250px;
    }
    nav#main-menu {
        margin-top: 0;
        position: absolute;
        right: 15px;
        top: -60px;
    }






    .grid-logo-clientes {
        grid-template-columns: repeat(2, 1fr); /* Duas colunas para telas menores */
    }

    .grid-logo-clientes .logo-cliente:nth-child(2n+1) {
        border-left: none; /* Primeira coluna em telas menores */
    }

    .grid-logo-clientes .logo-cliente:nth-child(2n) {
        border-right: none; /* Última coluna em telas menores */
    }

    .grid-logo-clientes .logo-cliente:nth-child(-n+2) {
        border-top: none; /* Primeira linha em telas menores */
    }

    .grid-logo-clientes .logo-cliente:nth-last-child(-n+2) {
        border-bottom: none; /* Última linha em telas menores */
    }
    


 

    #home3 .card-servico { 
        height: auto;
        margin-bottom: 30px;
    }
    #home3 .bg-servicos { 
        padding: 35px 35px 0px 35px;
    }



    #home4 .titulo {
        width: auto;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 30px;
        text-align: center;
    }


    #home5 .titulo { 
        text-align: center;
    }

    #home6 .bg-news {
        text-align: center;
    }



    #sobre1 .titulo {
        padding: 50px 30px;
        margin-bottom: 30px;
    }

    .card-equipe {
        text-align: center;
    }
    #sobre1 .conteudo-equipe {
        border-top: 3px solid #ed8a1d;
        border-left: none;
        padding: 30px 10px 0 10px; 
    }


    #servicos2 .card-servico { 
        height: auto;
    }

    .card-depoimento .foto {
        margin-bottom: 30px;
    }

    #clientes1 .depoimento {
        font-weight: normal;
        font-size: 16px;
    }
    #clientes1 .nome { 
        font-size: 18px;
    }


    .slick-slider .slick-arrow {
        display: none !important;
    }

    #blog1 .titulo {
        padding: 40px 10px;
    }

}
@media( max-width: 575px ){

    #home1 .banner-topo .conteudo h2 {
        font-size: 30px;
    }

    h2 {
        font-size: 28px;
    }
    .h3 {
        font-size: 18px;
    }

}