:root {
    --main-color: #F2BC05;  
    --alt-font: "Myriad pro", sans-serif;
    --primary-font: "Georgia", sans-serif;     
}


/* ---- iNDEX.HTML - ICONES REDES SOCIAIS BANNER + NAVBAR ---- */
.btn-insta:hover{
    background: #FFF !important;
}
/* Icones Nav Bar  */
.img-i-instagram:hover{
    transform: scale(1.1);
    transition: 0.5s;

}
.img-i-linkedin:hover{
    transform: scale(1.1);
    transition: 0.5s;
}
.nav-social-mobile{
    display: none !important;
}

/* ---- SERVICOS.HTML - SWIPER MOBILE + DESKTOP ---- */
.subt-servicos{
    color: #FFF !important;
    backdrop-filter: blur(25px);
    border-radius: 20px;

    text-align: center;

    font-size: 15px;
    letter-spacing: 1px;

    position: fixed;
    bottom: 4%;
    right: 5%;

    margin: 0;
    padding: 0.2% 1%;
}
.serv-desktop{
    display: block;
}
.serv-mobile{
    display: none;
}

/* ---- SERVICOS.HTML - SWIPER CLIENTES ---- */
.clients-img{
    width: 60% ;
    max-width: 100%;
    padding: 1% 0;
}
.slide-cliente{
    display: flex;
    align-items: center;
    justify-content: center;
}
.cliente-link:hover{
    opacity: .5;
    transform: scale(1.03);
}

/* ---- CONTATO.HTML - FORMULÁRIO DE CONTATO + BOTÃO SUBMIT ---- */
.btn-enviar-msg:hover{
    background-color: #F2BC05 !important;
    border: none;
    border-color: #F2BC05 !important;
}
.botao-email{
    background-color: #F2BC05;
    color: white;

    font-size: 25px;
    font-weight: 700;

    width: 35%;
    text-align: center;

    margin: auto;

    border-radius: 50px;
    padding: 3% 1%;
}
.botao-email:hover{
    color: #FFF;
    transform: scale(1.05);
}
.btn-enviar:hover{
    background-color: #d6a607 !important;
}
.btn-enviar:active{
    background-color: transparent !important;
    color: #d6a607 !important;
    transition: 100ms;
}

/* CONTATO.HTML - RETORNO DA API DE ENVIO DE E-MAIL */
.retorno{
    font-size: 15px;
}
.retorno-aguarde{
    color: gray;
    opacity: 70%;
}
.retorno-sucesso{
    color: green;
    opacity: 70%;
}
.retorno-erro{
    color: red;
    opacity: 70%;
}

/* ---- FOOTER PADRÃO ---- */
.footer-logo-link{
    text-align: center;
}
.footer-logo-img{
    width: 50%;
}
.footer-br{
    display: none;
}

@media (min-width: 1440px) {
    /* ---- INDEX.HTML - BANNER ---- */
    .titulo-banner-top {
        font-size: 65px;
        letter-spacing: 0 !important;
        padding-left: 5%;
    }
    
    /* ---- SERVICOS.HTML - SWIPER SERVIÇOS ---- */
    .servicos-container{
        width: 35% !important;
    }
    .titulo-servicos {
        font-size: 30px !important;
    }
    .texto-servicos {
        font-size: 13px;
        line-height: 2.5vh;
    }
    .ptf-titulo {
        font-size: 65px;
        letter-spacing: 0 !important;
        text-align: end;
        padding-right: 5%;
    }
    .ptf-texto {
        font-size: 20px;
        line-height: 4vh;
    } 
}

@media (min-width: 900px) and (max-width: 1439px) {
    /* ---- SERVICOS.HTML - ARRUMANDO SWIPER SERVIÇOS ---- */
    .servicos-container{
        width: 80% !important;
        margin: auto;
    }
}

@media (orientation: portrait){
    /* ---- NAV BAR - ICONES P/ MENU LATERAL ---- */
    .nav-social{
        display: none !important;
    }
    .nav-social-mobile{
        display: flex !important;
        justify-content: center;
        margin-top: 5%;
    }

    /* ---- INDEX.HTML - BANNER VERSÃO MOBILE ---- */
    .banner-bg{
        background-image: url(../images/banner-home/420x420-home-principal-mobile.webp); 
        background-repeat: no-repeat;
    }
    .banner-container{
        width: 100% !important;
        padding: 0 !important;
        margin-top: 10.5%;
    }
    .banner-container-texto{
        padding: 10% 5% !important;
    }
    .banner-titulo{
        font-size: 35px;
        line-height: 5vh;
    }
    .banner-texto{
        font-size: 20px;
    }
    /* ---- INDEX.HTML - BOTÕES REDES SOCIAIS NO BANNER ---- */
    .btn-instagram{
        width: 20% !important;
    }
    .btn-linkedin{
        width: 20% !important;
    }

    /* ---- INDEX.HTML - SWIPER DE PALAVRAS---- */
    .word-swiper{
        display: none;
    }

    /* ---- INDEX.HTML - SEÇÃO VALORES DICIONÁRIO ---- */
    .valores-container{
        margin-bottom: 5%;
    }
    .dicio-container{
        padding-top: 5%;
    }

    /* ---- SERVICOS.HTML - ARRUMANDO PÁG DE SERVIÇOS---- */
    .servicos-container{
        width: 100% !important;
    }
    .quadro-servicos {
    }
    /* .serv-desktop{
        display: none;
    }
    .serv-mobile{
        display: block;
    } */
    .subt-servicos{  
        position: fixed;
        bottom: 4%;
        right: 5%;
    
        margin: 0;
        padding: 0.2% 1%;
    }
    .titulo-servicos {
        font-size: 30px !important;
    }
    .texto-servicos {
        font-size: 20px;
        margin-bottom: 5% !important;  
    }
    .thumb-servicos {
        height: 27vh;
    }
    
    /* ---- SERVICOS.HTML - PORTFÓLIO?? ---- */
    .section-portfolio{
        margin: 10% 0;
    }
    .ptf-row{
        padding: 0;
        margin: 0;
    }
    .ptf-titulo {
        text-align: center;
        font-size: 40px;
    }
    .ptf-div-texto{
        margin-top: 3% !important;
        padding: 0;
    }
    .ptf-texto{
        width: 90% !important;
        font-size: 20px;
    }

    /* ---- SERVICOS.HTML - SEÇÃO CLIENTES - SWIPER ---- */
    .container-clientes{
        margin-bottom: 10%;
    }
    .clients-img{
        width: 70% ;
    }

    /* ---- CURSOS.HTML - ARRUMANDO POSIÇÃO E ORIENTAÇÃO DOS CURSOS ---- */
    .curso-container{
        margin-left: 7% !important;
        margin-right: 7% !important;
        margin-top: 10% !important;
    }
    .curso-container-texto{
        margin-left: 0% !important;
        margin-right: 0% !important;
    }
    .curso-titulo{
        font-size: 25px !important;
        padding: 0 !important;
        margin-bottom: 10% !important;
    }
    .curso-titulo-esg{
        font-size: 25px !important;
        text-align: center;
    }
    .curso-texto-esg{
        font-size: 15px !important;
        text-align: justify;
    }
    .curso-ul-esg{
        font-size: 15px !important;
        font-weight: 500;
    }
    .curso-texto-esg2{
        font-size: 20px !important;
    }
    .curso-titulo-fases{
        font-size: 25px !important;
        justify-content: center !important;
    }
    .curso-texto-fases{
        font-size: 15px !important;
        text-align: justify;
    }
    .curso-titulo-chamada{
        font-size: 25px !important;
        text-align: center;
    }
    .curso-chamada-texto{
        font-size: 25px !important;
        text-align: center;
        font-weight: 500;
        margin-top: 5%;
        margin-bottom: 5% !important;
    }
    .curso-btn-chamada{
        font-size: 15px !important;
        font-weight: 500 !important;
        margin: 0 !important;
    }
    
    /* ---- CONTATO.HTML - ARRUMANDO BOTÃO E-MAIL ---- */
    .botao-email{
        padding: 4% 5%;
        width: 50%;
        font-size: 20px;
    }

    /* ---- FAQ.HTML - ARRUAMNDO LATERAIS DO CONTAINER DE PERGUNTAS ---- */
    .row-faq{
        margin-top: 8% !important;
        margin-bottom: 5% !important;
    }

    /* ---- FOOTER PADRÃO ---- */
    .footer-logo-link{
        text-align: center;
    }
    .footer-logo-img{
        width: 30%;
    }
    .footer-endereco{
        padding: 0 10%;
    }
    .footer-titulo-endereco, .footer-titulo-contato{
        font-size: 25px;
    }
    .footer-texto-endereco{
        font-size: 22px;
    }
    .footer-br{
        display: block;
    }
  
    /* ---- BLOCO - POLÍTICA DE PRIVACIDADE ---- */
    .container-pp{
        padding: 10% 8% !important;
    }
    .container-pp-titulo{
        font-size: 20px !important;
    }
    .container-pp-texto{
        font-size: 15px !important;
        line-height: 2.5vh;
        text-align: justify;
        margin-bottom: 3%;
    }
}
.wm-site{
    top: 65% !important; 
    right: 0.5% !important;
}


/* ---- ALTERAÇÕES 2025 ---- */
.container-button__carrousel {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    margin: 0 !important;
    padding: 0 !important;

    width: 100vw;
    background-color: #000;
    
}
.button__carrousel{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    width: auto;

    height: 5vh;

    background-color: #000;
    border: none;
    
    /* border-left: 1px solid white; */

    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-family: var(--primary-fonts);
    font-weight: 500;
    letter-spacing: .5px;

    &:active, &:focus {
        background-color: #292929;
        transition: .3s all ease-in-out;
        /* box-shadow: inset 100% 0 0 0 #e4b005; */
    }
}
@media (min-width: 1024px) {
    .button__carrousel:hover {
        background-color: #292929;
        transition: .3s all ease-in-out;
    }
}
@media (max-width: 475px) {
    .swiper-slide-pers {
        height: 700px !important; 
        display: flex; 
        align-items: center;
        /* width: 100vw !important; */
    }
    .subt-servicos {
        display: none;
    }
    .title-servicos {
        font-size: 17px;
    }


    /* ---- Botoes Serviços 01/2025 ---- */

    .container-button__carrousel {
        flex-direction: column;
    }
    .button__carrousel {
        width: 100%;
        height: 10vh;

        padding: 2% 0;
        /* background-color: rebeccapurple; */
    }
}
@media screen and (min-width: 476px) and (max-width: 1024px) {
    nav {
        display: flex !important;
        justify-content: row ;
        align-items: center !important;

        position: absolute !important;

        height: 7vh;

        background-color: red !important;
    }
    header .navbar-brand {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .navbar-brand {
        padding: 0 !important;

        & > img {
            transform: translateY(-5px);
        }
    }
    .navbar-nav {
        padding-top: 0 !important;
    }
    .nav-social-mobile {
        margin-top: 0;

        & > a {
            width: 5% !important;
        }
    }
    .banner-container-texto {
        margin-top: 7vh !important;
        padding: 7% 5% !important;
    }
    .social-button__banner {
        & > a {
            width: 10% !important;
        }
    }
    .banner-container {
        margin-top: 0;
    }
    .banner-1 {
        padding-bottom: 0 !important;
    }
    .banner-2 {
        padding-top: 0 !important;
    }
    .footer-endereco {
        padding: 0 !important;
    }
    .servicos-container {
        & > div {
            padding: 7% !important;
        }
    }
    .subt-servicos {
        display: none;
    }
    .ptf-titulo {
        letter-spacing: 1px !important;
    }
    
    /* ---- Botoes Serviços 01/2025 ---- */
    .container-button__carrousel {
        flex-flow:wrap;
    }
    .button__carrousel{
        flex: 1 33% !important;
        /* flex-wrap: wrap; */
    }

}