/* 
    Desenvolvedor: Cesar dos Santos de Almeida 
    Empresa: Pentaxial
    Linkedin: https://www.linkedin.com/in/cesarsantosalmeida/
*/

/* Fontes */


@font-face 
{
    font-family: "Poppins";
    src: url("../fonts/Poppins-Black.ttf");
    font-weight: 900;
}

@font-face 
{
    font-family: "Poppins";
    src: url("../fonts/Poppins-ExtraBold.ttf");
    font-weight: 800;
}

@font-face 
{
    font-family: "Poppins";
    src: url("../fonts/Poppins-Bold.ttf");
    font-weight: 700;
    
}

@font-face 
{
    font-family: "Poppins";
    src: url("../fonts/Poppins-SemiBold.ttf");
    font-weight: 600;
}

@font-face 
{
    font-family: "Poppins";
    src: url("../fonts/Poppins-Medium.ttf");
    font-weight: 500;
}


@font-face 
{
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.ttf");
    font-weight: 400;
}

@font-face 
{
    font-family: "Poppins";
    src: url("../fonts/Poppins-Light.ttf");
    font-weight: 300;
}


@font-face 
{
    font-family: "Poppins";
    src: url("../fonts/Poppins-ExtraLight.ttf");
    font-weight: 200;
}

@font-face 
{
    font-family: "Poppins";
    src: url("../fonts/Poppins-Thin.ttf");
    font-weight: 100;
}


/* Fontes */

/* Geral */

html {
  scroll-behavior: smooth;
}
 
:target {
  scroll-margin-top: .8em;
}

.preloader-wrap
{
    background: #AD801B;
}

.lightbox-video 
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    height:100vh;
    width: 100%;
    background: rgba(0,0,0,.9);
    display: none;
    align-items: center;
    justify-content: center;
}

.lightbox-video .close
{
    position: absolute;
    top: 20px;
    bottom: 0;
    right: 20px;
    line-height: 100px;
    text-align: center;
    width: 40px;
    cursor: pointer;
}

.lightbox-video .video
{
    width: 20%;
    margin: auto;
}

#lgpd
{
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 600px;
    height: auto;
    box-sizing: border-box;
    padding: 10px;
    font-family: "Poppins";
    text-align: center;
    font-size: 12px;
    color: #FFF;
    background: rgba(64, 64, 64, .9);
    border-radius: 5px;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 5000;
}

#lgpd h6 
{
    font-family: "Poppins";
    font-weight: 800;
    color: #AD801B;
}

#lgpd p:nth-child(2)
{
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    line-height: 20px;
}

#botao-lgpd
{
    background-color: #AD801B;
    color: #FFF;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
}


#lgpd .link
{
    color: #AD801B;
}

.efeitoBotao
{
    transition: all 0.25s linear;
}

.efeitoBotao:hover 
{
    transform: translateY(-5px);
}
/* Geral */

/* Menu */

.header .nav-link
{
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 14px;
}

/* .header .main-menu .navbar-nav .nav-item .nav-link:not(.active):hover {
    background: #AD801B;
    color: #fff !important;
    border-color: #AD801B;
} */

.header .nav-link:not(.active):after 
{
    background: #AD801B;
}

.header .nav-link.active:after 
{
    background: #AD801B;
}

.header .navbar-brand img
{
    width: 200px;
}

/* Menu */

/* Home */

.hero-section 
{
    background-image: url('../img/banner-principal.png');
    background-size: cover;
    background-position: center;
}

.hero-section .default-outline-btn 
{
    background: #FFFFFF;
    color: #AD801B !important;
    font-family: 'Poppins';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}

.hero-section .down-scroll
{
    background: #FFFFFF;
    color: #AD801B !important;
    font-family: 'Poppins';
    font-weight: 700;
    text-transform: uppercase;
}

.hero-section .hero-section-title 
{
    text-transform: math-auto;
    font-size: 48px;
    line-height: 1.5;
    font-weight: bold;
}

.hero-section .hero-section-subtitle 
{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 26px;
    max-width: 400px;
    line-height: 35px;
}
/* Home */

/* Mundo */

#mundo.testimonial-section
{
    background: transparent;
}

#mundo .section-heading .section-title 
{
    text-transform: math-auto;
    color: #AD801B;
    font-weight: bold;
    font-size: 36px;
}

#mundo .testimonial-item 
{
    flex-direction: column;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}

#mundo .testimonial-item:before 
{
    content: none;
}

#mundo .testimonial-body 
{
    background: #fff;
    padding: 15px 30px;
    box-sizing: border-box;
    min-height: 400px;
}

#mundo .testimonial-item .testimonial-body h5
{
    font-family: 'Poppins';
    font-weight: 800;
    color: #AD801B;
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 30px;
    min-height: 60px;
    text-transform: unset;
}

#mundo .testimonial-item .testimonial-body p
{
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    font-style: normal;
    color: #000000;

}

#mundo .owl-theme .owl-dots .owl-dot span 
{
    background: #AD801B;
}

#mundo.testimonial-section .section-title:after,#mundo.testimonial-section .section-title:before
{
    background: #AD801B !important;
}

#mundo .testimonial-item .testimonial-img 
{
    margin-right: 0;
    width: 100%;
}

#mundo .testimonial-item 
{
    padding: 0;
}

/* Mundo */

/* trabalhamos */

#trabalhamos .section-title  
{
    color: #AD801B;
    font-weight: bold;
    font-size: 36px;
    text-transform: math-auto;
}

#trabalhamos .section-heading .section-title:after, #trabalhamos .section-heading .section-title:before
{
    background: #AD801B;
}

#trabalhamos .about-col-right .about-inner h3
{
    max-width: 400px;
    color: #AD801B;
    font-size: 36px;
    text-transform: math-auto;
}

#trabalhamos .about-col-right .about-list ul li i
{
    background: #AD801B;
}

.about-col-right .about-list ul li 
{
    max-width: 500px;
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 28px;
    font-size: 16px;
    color: #000000;
}

#trabalhamos .about-list .icone 
{
    width: 25px;
    margin-right:10px;
}
/* trabalhamos */

/* Faixa */

.faixa 
{
    width: 100%;
    min-height: 300px;
    background: #AD801B;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faixa a
{
    width: 600px;
    padding: 15px 30px;
    color: #AD801B !important;
    background: #fff;
    font-family: 'Poppins';
    font-weight: 800;
    font-size: 32px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(12, 12, 12, 0.2);
}
/* Faixa */


/* Testemunho */

#testemunho.testimonial-section 
{
    background: transparent;
}

.testimonial-item .testimonial-body .testimonial-rating i
{
    color: #AD801B;
}

#testemunho .testimonial-item 
{
    text-align: center;
    margin: auto;
    max-width: 700px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}

#testemunho.testimonial-section  .section-heading .section-title
{
    max-width: 400px;
    margin: auto;
    color: #AD801B;
    text-transform: math-auto;
    font-size: 36px;
}

#testemunho.testimonial-section .section-title:after, .testimonial-section .section-title:before
{
    background: #AD801B;
}

#testemunho.testimonial-section .owl-theme .owl-dot span
{
    background: #D9D9D9;
}

#testemunho.testimonial-section .owl-theme .owl-dot.active span 
{
    background: #AD801B;
}

.testimonial-item .testimonial-body p 
{
    color: #000000;
    font-size: 16px;
    line-height: 28px;
    font-style: normal;
    font-weight: 400;
}
/* Testemunho */

/* Antes e Depois */

.team-card .team-img:after
{
    content: none;
}

.team-card .team-card-content .desc
{
    background: #AD801B;
    font-weight: 800;
    font-size: 12px;
    line-height: 20px;
    font-family: "Poppins";
}

.our-team-section .owl-theme .owl-dots .owl-dot span
{
    width: 10px;
    height: 8px;
    border-radius: inherit;
    border-color: #fff;
    background-size: cover;
    background: #fff;
    opacity: 0.5;
    margin-right: 0;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

#antes-depois.testimonial-section 
{
    background: #F2EEE5;
}

#antes-depois.testimonial-section .owl-theme .owl-dot.active span 
{
    background: #AD801B;
}

#antes-depois.testimonial-section  .section-heading .section-title
{
    max-width: 450px;
    margin: auto;
    color: #AD801B;
    text-transform: math-auto;
}

#antes-depois.testimonial-section .section-title:after, .testimonial-section .section-title:before
{
    background: #AD801B;
}

.team-card .team-card-content .title 
{
    color: #AD801B;
    font-size: 18px;
    font-weight: 800;
    text-transform: math-auto;
}
/* Antes e Depois */

/* Cristina  */

#features .features-list 
{
    max-width: 884px;
}

#features .features-list .icone
{
   width: 80px;
}

.features-box 
{
    margin-left: 30px;
}

#features  h3
{
    font-family: 'Poppins';
    font-weight: bold;
    color: #AD801B;
    max-width: 300px;
    font-size: 36px;
    text-transform: math-auto;
}

.features-inner p 
{
    color: #000000;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 400;
    line-height: 28px;
    font-style: normal;
}

#features  .counters 
{
    max-width: 830px;
    width: 100%;
}

#features  .counters h2
{
    font-family: 'Poppins';
    font-weight: 800;
    color: #AD801B;
    font-size: 30px !important;
}


#features .counter-item-inner
{
    min-height: 320px;
}

#features .counter-icon::after, #features .counter-icon::before
{
    border: 1px solid #AD801B;
}

#features .features-list .features-box span 
{
    color: #000000;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 400;
    line-height: 28px;
    font-style: normal;
}

#features .icone-destaque 
{
    width: 60px;
}

#features .counter-body p 
{
    font-family: "Poppins";
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

#features .listagem-formacao
{
    color: #000000;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 400;
    line-height: 28px;
    font-style: normal;
    list-style: outside;
    padding-left: 20px;
}

/* Cristina  */

/* Video */

#sec-video  
{
    background: #F2EEE5;
}

#sec-video .section-heading .section-title 
{
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 36px;
    color: #AD801B;
    text-transform: math-auto;
}
.how-it-work-video .how-it-works-video-btn 
{
    background: #AD801B;
}

#sec-video  .section-heading .section-title:after, #sec-video  .section-heading .section-title:before
{
    background: #AD801B;
}


#sec-video .miniatura-video 
{
    cursor: pointer;
    width: 100%;
}

/* Video */

/* Duvidas */

#faq-tab-accordion .card-header[aria-expanded="true"]
{
    background: #AD801B;
}

.card-header h6 span 
{
    color: #AD801B;
    background: #E7E7E7;
}

#faq-tab-accordion .card-toggle-btn::after
{
    color: #AD801B;
}

.faq .section-heading .section-title:after, .faq .section-heading .section-title:before 
{
    background: #AD801B;
}

.card-header h6 
{
    color: #AD801B;
}

.faq  .section-heading .section-title
{
    font-family: 'Poppins';
    font-weight: 800;
    color: #AD801B;
}

#faq-tab-accordion .card-header[aria-expanded="true"] h6 
{
    text-transform: math-auto;
    font-family: 'Poppins';
    font-weight: 800;
}

#faq-tab-accordion .card-header h6
{
    text-transform: math-auto;
    font-family: 'Poppins';
    font-weight: 800;
}

#faq-tab-accordion p 
{
    font-family: "Poppins";
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    color: #000000;
}

.botao-whatsapp
{
    width: 600px;
    padding: 15px 30px;
    color: #ffff !important;
    background: #00A884;
    font-family: 'Poppins';
    font-weight: 800;
    font-size: 32px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(12, 12, 12, 0.2);
    margin-top: 80px;
}
/* Duvidas */

/* Footer */

.footer 
{
    background: #D4AC51;
}

.footer-box .logo
{
    width: 250px;
}

.footer .icone-rodape
{
    width: 40px;
    margin-left: 5px;
}

.footer span
{
    font-family: "Poppins";
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}

.footer .endereco
{
    text-align: right;
}

.footer .redes-sociais
{
    margin-bottom: 40px;
}

.footer .texto
{
    width: 350px;
    margin-top: 30px;
}

.footer-widget .footer-box p 
{
    opacity: 1;
    font-family: "Poppins";
}

.copyright 
{
    background: #AD801B;
}

.footer .redes-sociais
{
    display: flex;
    align-items: center;
    justify-content: right;
}

.footer-widget 
{
    margin-bottom: 0;
}

#faq-tab-accordion .card-header 
{
    box-shadow: 0 5px 20px 0 rgba(0, 51, 204, 0.1);
}

.footer .footer-top {
    padding: 50px 0 50px 0;
}

/* Footer */

/* Politica de Privacidade */

#politica-privacidade #conteudo h2 
{
    font-family: "Poppins";
    font-weight: 700;
    color: #AD801B;
    margin-top: 20px;
    text-transform: math-auto;
}

#politica-privacidade #conteudo h3
{
    font-family: "Poppins";
    font-weight: 600;
    color: #AD801B;
    margin-top: 20px;
    text-transform: math-auto;
}

#politica-privacidade #conteudo h4
{
    font-family: "Poppins";
    font-weight: 600;
    color: #AD801B;
    margin-top: 20px;
    word-break: break-all;
    text-transform: math-auto;
}

#politica-privacidade #conteudo p
{
    font-family: "Poppins";
    font-weight: 400;
    margin-top: 10px;
    text-align: justify;
}

#politica-privacidade #conteudo b
{
    font-family: "Poppins";
    font-weight: 800;
    color: #AD801B;
}

/* Politica de Privacidade */

.scroll-top-btn 
{
    background: #D4AC51;
}

.scroll-top-btn:hover 
{
    background: #AD801B;
}


/* Media Querys */

@media screen and (max-width: 1280px) 
{
    /* Menu */

    .header .navbar-brand img.logo-transparent
    {
        width: 200px;
    }

    .header .navbar-brand img.logo-normal
    {
        width: 200px;
    }

    .header .nav-link 
    {
        font-size: 12px;
    }
    /* Menu */

    /* Testemunho */

    #testemunho .testimonial-item 
    {
        max-width: 500px;
    }

    /* Testemunho */
}
@media screen and (max-width: 1152px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 992px) 
{

    /* Home */

    .header .main-menu .navbar-nav .nav-item .nav-link.active {
        background: #D4AC51;
        color: #fff !important;
        border-color: #D4AC51;
    }

    .hero-section .hero-section-subtitle 
    {
        font-size: 22px;
        max-width: 100%;
        line-height: 32px;
        text-shadow: 2px 2px 5px #666;
    }

    .hero-section .hero-section-title 
    {
        font-size: 42px;
        line-height: 1.3;
        margin-top: 50px;
        text-shadow: 2px 2px 5px #666;
    }

    .hero-section {
        background-image: url('../img/banner-principal-cristina-destro-576px.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top;
        height: 1170px;
        min-height: 1170px;
    }

    .down-scroll 
    {
        bottom: 320px;
    }

    .header .navbar-brand img.logo-transparent {
        width: 160px;
    }

    /* Home */

    .lightbox-video .video
    {
        width: 50%;
        margin: auto;
    }

    /* mundo */

    #mundo .section-heading .section-title 
    {
        font-size: 32px;
    }

    #mundo.testimonial-section 
    {
        padding: 40px 0px;
    }

    /* mundo */

    /* Trabalhamos */

    #trabalhamos .section-title 
    {
        font-size: 32px;
    }

    #trabalhamos img 
    {
        width: 100%;
    }

    #trabalhamos .about-col-right .about-inner h3
    {
        max-width: 100%;
        text-align: center;
        font-size: 32px;
    }

    .about-col-right .about-list ul li
    {
        max-width: 100%;
        margin-top: 20px;
    }

    /* Trabalhamos */

    /* Faixa */

    .faixa a 
    {
        width: 430px;
        font-size: 28px;
    }

    /* Faixa */


    /* Cristina */
    
    #features h3 
    {
        max-width: 100%;
        text-align: center;
        font-size: 32px;
    }

    #features .feature-image-wrap img 
    {
        width: 100%;
    }

    #features .features-list 
    {
        max-width: 90%;
    }

    .features-list li 
    {
        flex-direction: column;
    }

    .features-box 
    {
        margin-top: 20px;
        margin-left: auto;
    }

    #features .counter-item-inner 
    {
        min-height: auto;
    }

    /* Cristina */

    /* Testemunho */

    #testemunho.testimonial-section .section-heading .section-title 
    {
        font-size: 32px;
    }

    /* Testemunho */

    /* Video */

    #sec-video .section-heading .section-title 
    {
        font-size: 32px;
    }

    /* Video */

    /* Rodape */

    .footer .redes-sociais 
    {
        justify-content: center;
    }    

    .footer-widget
    {
        text-align: center;
    }

    .footer .texto 
    {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-box 
    {
        text-align: center;
    }
    /* Rodape */
}
@media screen and (max-width: 800px) 
{
    .hero-section {
        /* background-image: url('../img/banner-principal-cristina-destro-768px.webp'); */
        height: 1000px;
        min-height: 1000px;
    }

    .hero-section .down-scroll 
    {
        display: none;
    }
}
@media screen and (max-width: 768px) 
{
    .hero-section {
        /* background-image: url('../img/banner-principal-cristina-destro-768px.webp'); */
        height: 900px;
        min-height: 900px;
    }

    .hero-section .hero-section-title 
    {
        margin-top: 100px;
    }

}
@media screen and (max-width: 600px)
{
    /* Home */

    .hero-section .hero-section-title 
    {
        font-size: 30px;
        margin-top: 100px;
    }

    .hero-section 
    {
        background-image: url('../img/banner-principal-cristina-destro-576px.png');
        min-height: 700px;
        height: 700px;
    }

    .down-scroll 
    {
        display: none;
        /* bottom: 90px; */
    }

    #mundo.testimonial-section 
    {
        background: transparent;
        padding: 30px 0px;
    }

    /* Home */

    /* Mundo */

    #mundo .section-heading .section-title {
        font-size: 28px;
    }

    /* Mundo */

    /* Trabalhamos */

    #trabalhamos .section-title 
    {
        font-size: 28px;
    }

    /* Trabalhamos */

    /* Faixa */

    .faixa a 
    {
        width: 380px;
        font-size: 25px;
    }

    /* Faixa */

    .lightbox-video .video
    {
        width: 60%;
        margin: auto;
    }

    /* Politica de Privacidade */

    #politica-privacidade h4
    {
        font-size: 20px;
    }

    /* Politica de Privacidade */

    /* Testemunho */

    #testemunho.testimonial-section .section-heading .section-title 
    {
        font-size: 28px;
    }

    #testemunho .testimonial-item 
    {
        max-width: 400px;
    }

    /* Testemunho */

    /* Cristina */

    #features h3 
    {
        font-size: 28px;
    }

    #features .counters h2 
    {
        font-size: 28px !important;
    }

    /* Cristina */

    /* Video */

    #sec-video .section-heading .section-title 
    {
        font-size: 28px;
    }

    /* Video */

    /* FAQ */

    .botao-whatsapp 
    {
        width: 90%;
        font-size: 26px;
    }

    /* FAQ */

    /* Footer */

    .footer .texto 
    {
        width: 80%;
    }

    /* Footer */
}
@media screen and (max-width: 540px) 
{
    .hero-section 
    {
        min-height: 650px;
        height: 100%;
    }

    .hero-section .hero-section-title 
    {
        font-size: 25px;
        /* margin-top: 0; */
        margin-bottom: 10px;
    }

    .hero-section .hero-section-subtitle 
    {
        margin: 0 0 20px;
        font-size: 19px;
    }

}
@media screen and (max-width: 475px) 
{

    /* Home */

    .hero-section 
    {
        min-height: 550px;
        /* min-height: 100%; */
        /* height: 81vh; */
    }

    .hero-section .default-outline-btn 
    {
        padding: 15px 20px;
        font-size: 16px;
    }

    /* Home */

    /* Faixa */

    .faixa a 
    {
        width: 80%;
        font-size: 22px;
        padding: 15px 20px;
    }

    /* Faixa */

    /* Testemunho */

    #testemunho .testimonial-item 
    {
        max-width: 300px;
    }

    /* Testemunho */

    /* Rodape */

    .footer .redes-sociais
    {
        flex-direction: column;
    }
    /* Rodape */
}
@media screen and (max-width: 414px) 
{
    /* Home */

    .hero-section 
    {
        min-height: 500px;
    }

    /* Home */
}
@media screen and (max-width: 375px) 
{
    /* Home */

    .hero-section .hero-section-title
    {
        margin-top: 80px;
        /* height: 94vh; */
    }

    .hero-section .default-outline-btn 
    {
        padding: 10px 10px;
        font-size: 15px;
    }

    /* Home */

    /* Testemunho */

    #testemunho .testimonial-item 
    {
        max-width: 280px;
    }

    /* Testemunho */
}
@media screen and (max-width: 360px) 
{
    /* Home */

    .hero-section .hero-section-title 
    {
        font-size: 22px;
        margin-top: 60px;
    }

    .hero-section .hero-section-subtitle 
    {
        font-size: 18px;
    }

    .hero-section {
        min-height: 450px;
    }

    /* Home */
}
@media screen and (max-width: 320px) 
{
    /* Home */

    .hero-section {
        min-height: 400px;
    }

    .hero-section .hero-section-title 
    {
        font-size: 20px;
        margin-top: 50px;
    }


    /* Home */

    /* Menu */

    .header .navbar-brand img.logo-transparent 
    {
        width: 170px;
    }

    .header .navbar-brand img.logo-normal
    {
        width: 170px;
    }

    /* Menu */

    /* FAQ */

    .botao-whatsapp 
    {
        font-size: 22px;
    }

    /* FAQ */
}
@media screen and (max-width: 280px) 
{

}


/* Media Querys */