

:root{
    --fm-title: "Barlow", sans-serif;
}

#faq-sec{
    max-width: 800px;
}

.first-div{
    display: flex;
    flex-direction: column;
    justify-content: center;
}


#menuPrincipal{
    border:none;
}

.btn-cta{
    text-decoration: none;
}

@media screen and (max-width:576px ) {
    
    body{
        box-sizing: border-box;
        padding: 0;
        margin: 0;
    }

    header{
        display: grid;
        grid-template-columns:32px 1fr 32px;
        grid-template-rows: auto;
    }    

    main{
        display: grid;
        grid-template-columns: 32px 1fr 32px;
        grid-template-rows: auto;
    }
 
    .main-elements{
        grid-column: 2/3;
    }

    .full-elements{
        grid-column:1/4;
    }
/* Cabeçalho*/
    .cabecalho{
        display: flex;
        flex-direction: column;

    }
    
    .nav-menu{
       grid-row:1/2;
       grid-column: 1/4;
    }

    .nav-layout{
        display: flex;
        justify-content: space-between;
        width: 100vw;
        margin-left:32px;
        margin-right: 32px;
    }    

    .navbar-toggler:focus{
        outline:none;
        box-shadow: none;
        border:none;
    }

    .navbar-toggler{
        border: none;
    }

    .nav-link{
        color:#010101;
    }

  
    .toggler-menu > button {
       margin: 0 auto;
       width: 50vw;

    }

    .nav-item{
        text-align: center;
    }


    #banner{
        background:linear-gradient(rgba(1,1,1,0.9),rgba(1,1,1,0.5)), url(/assets/img/banner2.png);
        grid-column: 1/4;
        grid-row:3/4;
        height: auto;
        padding:24px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items:start;
        gap:16px;
        padding: 56px 32px 40px 32px;
    }   

  
    #btn-cta-top{
        display: none;
        background: #554fff;
        color:#fefefe;
        font-weight: 700;
        padding:8px;
        border-radius:8px;
        border:none;
        margin-left:16px;      
    }

    h1{
        font-size: 1.5rem;
        color:#fefefe;
        border-radius:8px;
        font-weight:400;
        text-decoration: underline;
        text-decoration-color: #554fff;
        text-decoration-thickness: 4px;
    }

    
    .h-banner{
        font-size:2.5rem;
        color:#fefefe;
        font-weight: 400;
        line-height: 1.1;
    }
    
    .btn-cta{
        background: #554fff;       
        color:#fefefe;
        font-weight: 700;
        padding:12px;
        border-radius:8px;
        border:none;    
    }
    
    .p-banner{
        font-size:18px;
        color:#fefefe;
        font-weight: 300;
    }

/*Fim Cabeçalho*/

/*Início Main*/

.first-sec{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 0 48px 0;
}

.tit-sec{
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    margin-bottom:48px;
}

.first-div > p{
    text-align: center;
    font-size: 1.5rem;
    margin-bottom:48px;
}

.tit-main{
    font-size: 2rem;
    width: 80%;
    font-weight: 400;
    line-height: 1.1;
    color:#fefefe;
    margin-bottom: 48px;
    text-align: center;
}

#score{
    width: 100%;
    height: 216px;
    margin-bottom:56px;
}

.mark-desv{
    color:#d7265f;
}

.desv-sec{
    /*background: #222133;*/
    background:linear-gradient(rgba(1,1,1,0.9),rgba(1,1,1,0.5)), url(/assets/img/desvantagens.png);
    padding: 80px 32px 48px 32px;
    color:#fefefe;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-desv{
    width: 70vw;
    border-radius:16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    font-size: 32px;
}

.number-desv{

    color: #d7265f;
    font-weight: 900;
}

.topic-desv{
    color:#fefefe;
    
}

.home-desv-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 64px 24px 64px;
}

ol.desv-list .desv-item::marker{
    color:#d7265f;
    font-weight: 900;
    font-size:2.5rem;
}

.desv-item{
    font-weight: 400;
    font-size:1.25rem;
}

.desv-list{
   padding: 0;
   list-style-position: inside;
}


.before-after{
    background-color: #d7265f;
    color:#fefefe;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding:80px 0 48px 0;
}



.vc-map{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.vc-adv{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 80px 0 48px 0;

}

.h-vc-map{
    font-weight: 700;
    font-size: 2rem;;
    margin-bottom:40px;
    margin-top:16px;
}

#vc-img{
    width: 80%;
    border-radius:16px;
    margin-bottom:8px;

}

.p-vc{
    text-align: center;
    margin-top:16px;
    font-weight: 400;
    font-size:1.25rem;
}

.vant-sec{
    /*background: #222133;*/
    background:  linear-gradient(rgba(1,1,1,1),rgba(1,1,1,0.5)), url(/assets/img/destaque.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 32px 48px 32px;
    color:#fefefe;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.home-vant-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 64px 24px 64px;
}

ol.vant-list .vant-item::marker{
    color:#a1ffc8;
     font-weight: 900;
    font-size:2.5rem;
}

.vant-item{
    font-size:1.25rem;
}

.mark-vant{
    color:#a1ffc8;
}

.faq{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #010101;
}

.header-faq{
    display: flex;
    padding:80px 0 64px 0;
    color:#fefefe;
}

.header-faq > h2{
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.1;
    color:#fefefe;
    text-align: center;
}

.accordion-header{
    background-color: #554fff;
}

.accordion-button{
    background-color: #554fff;
    color:#fefefe;
    font-weight: 500;
    font-size:1.125rem;
}

.accordion-button[aria-expanded="true"]{
    background-color: #554fff;
    color: #fefefe;
}

.accordion-button:focus{
    box-shadow: none;
    outline: none;
    border:none;
}

.accordion-button::after {
  /* Substitui a seta padrão */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;

  transform: rotate(360deg); /* quando aberto */
}

.accordion-button[aria-expanded="true"]::after {
  /* Substitui a seta padrão */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;

  transform: rotate(180deg); /* quando aberto */
}

.accordion-body{
    background-color: #010101;
    color:#fefefe;
    font-size: 1.125rem;
}

.footer-page{
    background-color: #010101;
    display: flex;
    flex-direction: row;
    justify-content: center;   
    align-items: center;
    height: 48vh;
}

.footer-page > img{
    height: 152px;
}

/*Fim Main*/

}


/******************* 576.1px até 768px**************/

@media screen and (min-width:576.1px) and (max-width:768px) {
 
    
    
    body{
        box-sizing: border-box;
        padding: 0;
        margin: 0;
    }

    header{
        display: grid;
        grid-template-columns:32px 1fr 32px;
        grid-template-rows: auto;
    }    

    main{
        display: grid;
        grid-template-columns: 32px 1fr 32px;
        grid-template-rows: auto;
    }
 
    .main-elements{
        grid-column: 2/3;
    }

    .full-elements{
        grid-column:1/4;
    }
/* Cabeçalho*/

    .cabecalho{
        display: flex;
        flex-direction: column;

    }
    
    .nav-menu{
       grid-row:1/2;
       grid-column: 1/4;
    }

    .nav-layout{
        display: flex;
        justify-content: space-between;
        width: 100vw;
        margin-left:32px;
        margin-right: 32px;
    }    

    .navbar-toggler:focus{
        outline:none;
        box-shadow: none;
        border:none;
    }

    .navbar-toggler{
        border:none;
    }


    .nav-link{
        color:#010101;
    }

       .nav-item{
        margin-left:-32px;
        width: 200px;
        padding:8px;
        font-size:1.125rem;
    }


    .nav-item{
        text-align: center;
    }

    #btn-cta-top{
        display: none;
        background: #554fff;
        color:#fefefe;
        font-weight: 700;
        padding:8px;
        border-radius:8px;
        border:none;
        margin-left:16px;      
    }

    #banner{
        background:linear-gradient(rgba(1,1,1,1),rgba(1,1,1,0.6)), url(/assets/img/banner2.png);
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        grid-column: 1/4;
        grid-row:3/4;
        height: auto;
        padding:24px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items:start;
        gap:16px;
        padding: 56px 32px 40px 32px;
    }   

  

    h1{
        font-size: 1.5rem;
        color:#fefefe;
        border-radius:8px;
        font-weight:400;
        text-decoration: underline;
        text-decoration-color: #554fff;
        text-decoration-thickness: 4px;
    }

    
    .h-banner{
        font-size:2.5rem;
        color:#fefefe;
        font-weight: 400;
        line-height: 1.1;
    }
    
    .btn-cta{
        background: #554fff;       
        color:#fefefe;
        font-weight: 700;
        padding:12px;
        border-radius:8px;
        border:none;    
    }
    
    .p-banner{
        font-size:18px;
        color:#fefefe;
        font-weight: 300;
    }

/*Fim Cabeçalho*/

/*Início Main*/

.first-sec{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 0 48px 0;
}

.first-div > p{
    font-weight: 500;
    font-size:1.5rem;
    text-align: center;
    margin-bottom: 48px;;
}

.tit-sec{
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    margin-bottom:64px;
}

.tit-main{
    font-size: 2.5rem;
    width: 80%;
    font-weight: 400;
    line-height: 1.2;
    color:#fefefe;
    margin-bottom: 48px;
    text-align: center;
}

#score{
    width: 80%;
    height: 244px;
    margin-bottom:72px;
}

.mark-desv{
    color:#d7265f;
}

.desv-sec{
    /*background: #222133;*/
    background:linear-gradient(rgba(1,1,1,0.9),rgba(1,1,1,0.5)), url(/assets/img/desvantagens.png);
    padding: 80px 32px 48px 32px;
    color:#fefefe;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-desv{
    width: 70vw;
    border-radius:16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    font-size: 32px;
}

.number-desv{

    color: #d7265f;
    font-weight: 900;
}

.topic-desv{
    color:#fefefe;
    
}

.home-desv-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 64px 24px 64px;
}

ol.desv-list .desv-item::marker{
    color:#d7265f;
    font-weight: 900;
    font-size:2.5rem;
}

.desv-item{
    font-weight: 400;
    font-size:1.25rem;
}

.desv-list{
   padding: 0;
   list-style-position: inside;
}


.before-after{
    background-color: #d7265f;
    color:#fefefe;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding:80px 0 48px 0;
}

.vc-map{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.vc-adv{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 80px 0 48px 0;

}

.h-vc-map{
    font-weight: 700;
    font-size: 2rem;;
    margin-bottom:40px;
    margin-top:16px;
}

#vc-img{
    width: 60%;
    border-radius:16px;
    margin-bottom:8px;

}

.p-vc{
    text-align: center;
    width: 70%;
    margin-top:16px;
    font-weight: 400;
    font-size:1.25rem;
}

.vant-sec{
    /*background: #222133;*/
    background:  linear-gradient(rgba(1,1,1,1),rgba(1,1,1,0.5)), url(/assets/img/destaque.png);
    padding: 80px 32px 48px 32px;
    color:#fefefe;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.home-vant-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 64px 24px 64px;
}

ol.vant-list .vant-item::marker{
    color:#a1ffc8;
     font-weight: 900;
    font-size:2.5rem;
}

.vant-item{
    font-size:1.25rem;
}

.mark-vant{
    color:#a1ffc8;
}

.faq{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #010101;
}

.header-faq{
    display: flex;
    padding:80px 0 64px 0;
    color:#fefefe;
}

.header-faq > h2{
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.1;
    color:#fefefe;
    text-align: center;
}

.accordion-header{
    background-color: #554fff;
}

.accordion-button{
    background-color: #554fff;
    color:#fefefe;
    font-weight: 500;
    font-size:1.125rem;
}

.accordion-button[aria-expanded="true"]{
    background-color: #554fff;
    color: #fefefe;
}

.accordion-button:focus{
    box-shadow: none;
    outline: none;
    border:none;
}

.accordion-button::after {
  /* Substitui a seta padrão */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;

  transform: rotate(360deg); /* quando aberto */
}

.accordion-button[aria-expanded="true"]::after {
  /* Substitui a seta padrão */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;

  transform: rotate(180deg); /* quando aberto */
}

.accordion-body{
    background-color: #010101;
    color:#fefefe;
    font-size: 1.125rem;
}

.footer-page{
    background-color: #010101;
    display: flex;
    flex-direction: row;
    justify-content: center;   
    align-items: center;
    height: 48vh;
}

.footer-page > img{
    height: 152px;
}

}

/************768.1px até 992px**********************/


@media screen and (min-width:768px) and (max-width:991.8px){

  body{
        box-sizing: border-box;
        padding: 0;
        margin: 0;
    }

    header{
        display: grid;
        grid-template-columns:32px 1fr 32px;
        grid-template-rows: auto;
    }    

    main{
        display: grid;
        grid-template-columns: 32px 1fr 32px;
        grid-template-rows: auto;
    }
 
    .main-elements{
        grid-column: 2/3;
    }

    .full-elements{
        grid-column:1/4;
    }
/* Cabeçalho*/
    .cabecalho{
        display: flex;
        flex-direction: column;

    }
    
    .nav-menu{
       grid-row:1/2;
       grid-column: 1/4;
    }

    .navbar-nav{
        padding:32px;
    }

    .nav-layout{
        display: flex;
        justify-content: space-between;
        width: 100vw;
        margin-left:32px;
        margin-right: 32px;
    }    

    .navbar-toggler:focus{
        outline:none;
        box-shadow: none;
        border:none;
    }

    .navbar-toggler{
        border: none;
    }

    .nav-link{
        color:#010101;
    }

       .nav-item{
        margin-left:-32px;
        width: 200px;
        padding:8px;
        font-size:1.125rem;
    }
  
    .toggler-menu > button {
       margin: 0 auto;
       width: 50vw;

    }

    .nav-item{
        text-align: center;
    }


    #banner{
        background:linear-gradient(rgba(1,1,1,1),rgba(1,1,1,0.6)), url(/assets/img/banner2.png);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        grid-column: 1/4;
        grid-row:3/4;
        height: auto;
        padding:24px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items:start;
        gap:16px;
        padding: 56px 32px 40px 32px;
    }   

  
    #btn-cta-top{
        display: none;
        background: #554fff;
        color:#fefefe;
        font-weight: 700;
        padding:8px;
        border-radius:8px;
        border:none;
        margin-left:16px;      
    }

    h1{
        font-size: 1.5rem;
        color:#fefefe;
        border-radius:8px;
        font-weight:400;
        text-decoration: underline;
        text-decoration-color: #554fff;
        text-decoration-thickness: 4px;
    }

    
    .h-banner{
        font-size:2.5rem;
        color:#fefefe;
        font-weight: 400;
        line-height: 1.1;
        width: 95%;
    }
    
    .btn-cta{
        background: #554fff;       
        color:#fefefe;
        font-weight: 700;
        padding:12px;
        border-radius:8px;
        border:none;    
    }
    
    .p-banner{
        font-size:18px;
        color:#fefefe;
        font-weight: 300;
        width: 95%;
    }

/*Fim Cabeçalho*/

/*Início Main*/

.first-sec{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 0 48px 0;
    height: 112vh;
}


.first-div{
    width: 80%;
}

.first-div >p{
    font-weight: 500;
    text-align: center;
    font-size:1.5rem;
    margin-bottom: 48px;
}

.tit-sec{
    font-size: 2.5rem;
    font-weight: 900;
    text-align: center;
    line-height: 1.2;
    margin-bottom:32px;
}

.tit-main{
    font-size: 2.5rem;
    width: 80%;
    font-weight: 400;
    line-height: 1.1;
    color:#fefefe;
    margin-bottom: 48px;
    text-align: center;
}

#score{
    width: 70%;
    height: 280px;
    margin-bottom:56px;
}

.mark-desv{
    color:#d7265f;
}

.desv-sec{
    /*background: #222133;*/
    background:linear-gradient(rgba(1,1,1,0.9),rgba(1,1,1,0.5)), url(/assets/img/desvantagens.png);
    padding: 80px 32px 48px 32px;
    color:#fefefe;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-desv{
    width: 70vw;
    border-radius:16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    font-size: 32px;
}

.number-desv{

    color: #d7265f;
    font-weight: 900;
}

.topic-desv{
    color:#fefefe;
    
}

.home-desv-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 64px 24px 64px;
}

ol.desv-list .desv-item::marker{
    color:#d7265f;
    font-weight: 900;
    font-size:2.5rem;
}

.desv-item{
    font-weight: 400;
    font-size:1.25rem;
}

.desv-list{
   padding: 0;
   list-style-position: inside;
}


.before-after{
    background-color: #d7265f;
    color:#fefefe;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding:80px 0 48px 0;
}

.vc-map{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.vc-adv{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center ;
 
    padding: 80px 0 48px 0;

}

.vc-adv > .btn-cta{
    display: none;
}

.h-vc-map{
    font-weight: 700;
    font-size: 2rem;;
    margin-bottom:40px;
    margin-top:16px;
}

#vc-img{
    width: 384px;
    border-radius:16px;
    margin-bottom:8px;

}

.p-vc{
    text-align: center;
    width: 70%;
    margin-top:16px;
    font-weight: 400;
    font-size:1.25rem;
}

.vant-sec{
    /*background: #222133;*/
    background:  linear-gradient(rgba(1,1,1,1),rgba(1,1,1,0.5)), url(/assets/img/destaque.png);
    padding: 80px 32px 48px 32px;
    color:#fefefe;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.home-vant-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 64px 24px 64px;
}

ol.vant-list .vant-item::marker{
    color:#a1ffc8;
     font-weight: 900;
    font-size:2.5rem;
}

.vant-item{
    font-size:1.25rem;
}

.mark-vant{
    color:#a1ffc8;
}

.faq{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #010101;
}

.header-faq{
    display: flex;
    padding:80px 0 64px 0;
    color:#fefefe;
}

.header-faq > h2{
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.1;
    color:#fefefe;
    text-align: center;
}

.accordion-header{
    background-color: #554fff;
}

.accordion-button{
    background-color: #554fff;
    color:#fefefe;
    font-weight: 500;
    font-size:1.125rem;
}

.accordion-button[aria-expanded="true"]{
    background-color: #554fff;
    color: #fefefe;
}

.accordion-button:focus{
    box-shadow: none;
    outline: none;
    border:none;
}

.accordion-button::after {
  /* Substitui a seta padrão */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;

  transform: rotate(360deg); /* quando aberto */
}

.accordion-button[aria-expanded="true"]::after {
  /* Substitui a seta padrão */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;

  transform: rotate(180deg); /* quando aberto */
}

.accordion-body{
    background-color: #010101;
    color:#fefefe;
    font-size: 1.125rem;
}

.footer-page{
    background-color: #010101;
    display: flex;
    flex-direction: row;
    justify-content: center;   
    align-items: center;
    height: 48vh;
}

.footer-page > img{
    height: 152px;
}

/*Fim Main*/


} 


/******************** 992.2px até 1400px************/

@media screen and (min-width:992px) and (max-width:1400px){


  body{
        box-sizing: border-box;
        padding: 0;
        margin: 0;
    }

    header{
        display: grid;
        grid-template-columns:200px 1fr 200px;
        grid-template-rows: auto;
    }    

    main{
        display: grid;
        grid-template-columns: 96px 1fr 96px;
        grid-template-rows: auto;
    }
 
    .main-elements{
        grid-column: 2/3;
    }

    .full-elements{
        grid-column:1/4;
    }


/* Cabeçalho*/
    .cabecalho{
        display: flex;
        flex-direction: column;

    }
    
    .navbar{
        padding-left:96px;
        padding-right: 48px;
    }

    .toggler-menu{
        margin-left:-32px;
       
    }

    .nav-menu{
       grid-row:1/2;
       grid-column: 1/4;
    
    }

    .nav-layout{
        display: flex;
        justify-content: space-between;
        width: 100vw;
      
   
    }    
        .navbar-nav{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .nav-item{
        margin-left:-32px;
        width: 200px;
        padding:8px;
        font-size:1.125rem;
    }

    .navbar-toggler:focus{
        outline:none;
        box-shadow: none;
        border:none;
    }

    .navbar-toggler{
        border: none;
        margin-left: 96px;;
    }

    .nav-link{
        color:#010101;
    }

  
    .toggler-menu > button {
       margin: 0 auto;
       width: 50vw;

    }

    .nav-item{
        text-align: center;
    }


    #banner{
        background:linear-gradient(rgba(1,1,1,1),rgba(1,1,1,0.6)), url(/assets/img/banner2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        grid-column: 1/4;
        grid-row:3/4;
        height: 80vh;
        padding:24px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items:start;
        gap:16px;
        padding: 56px 32px 40px 96px;
    }   

  
    #btn-cta-top{
        display: none;
        background: #554fff;
        color:#fefefe;
        font-weight: 700;
        padding:8px;
        border-radius:8px;
        border:none;
        margin-left:16px;      
    }

    h1{
        font-size: 2rem;
        color:#fefefe;
        border-radius:8px;
        font-weight:400;
        text-decoration: underline;
        text-decoration-color: #554fff;
        text-decoration-thickness: 4px;
    }

    
    .h-banner{
        font-size:3rem;
        color:#fefefe;
        font-weight: 400;
        line-height: 1.1;
        width: 60%;
    }
    
    .btn-cta{
        background: #554fff;       
        color:#fefefe;
        font-weight: 700;
        padding:12px;
        border-radius:8px;
        border:none;    
    }
    
    .p-banner{
        font-size:1.5rem;
        color:#fefefe;
        font-weight: 300;
        width: 56%;
    }

/*Fim Cabeçalho*/

/*Início Main*/

.first-sec{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 160px 0 96px 0;
    height: 90vh;
}

.first-sec > .btn-cta{
    display: none;
}

.tit-sec{
    font-size: 3rem;
    font-weight: 900;
    width: 80%;
   
    line-height: 1.3;
    margin-bottom:32px;
    font-family: "Exo 2",sans-serif;
}


.first-div > p{
    font-size:1.5rem;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: #d7265f;
}

.tit-main{
    font-size: 2.5rem;
    width: 80%;
    font-weight: 400;
    line-height: 1.1;
    color:#fefefe;
    margin-bottom: 48px;
    text-align: center;
}

#score{
    width: 56%;
    height: 320px;
    margin-bottom:80px;
    margin-left: 80px;;
    margin-top:48px;
}

.mark-desv{
    color:#d7265f;
}

.desv-sec{
    /*background: #222133;*/
    background:linear-gradient(rgba(1,1,1,0.9),rgba(1,1,1,0.5)), url(/assets/img/desvantagens.png);
    padding: 96px 0px 42px 0px;
    color:#fefefe;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-desv{
    width: 70vw;
    border-radius:16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    font-size: 32px;
}

.number-desv{

    color: #d7265f;
    font-weight: 900;
}

.topic-desv{
    color:#fefefe;
    
}

.home-desv-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 64px 24px 64px;
}

ol.desv-list .desv-item::marker{
    color:#d7265f;
    font-weight: 900;
    font-size:2.5rem;
}

.desv-item{
    font-weight: 400;
    font-size:1.25rem;
}

.desv-list{
   padding: 0;
   list-style-position: inside;
}


.before-after{
    background-color: #d7265f;
    color:#fefefe;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding:80px 0 48px 0;
}

.vc-map{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  
}


.vc-adv{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center ;
 
    padding: 80px 0 48px 0;

}

.vc-adv > .btn-cta{
    display: none;
}

.h-vc-map{
    font-weight: 700;
    font-size: 2rem;;
    margin-bottom:40px;
    margin-top:16px;
}

#vc-img{
    width: 384px;
    border-radius:16px;
    margin-bottom:8px;

}

.p-vc{
    text-align: center;
    width: 70%;
    margin-top:16px;
    font-weight: 400;
    font-size:1.25rem;
}

.vant-sec{
    /*background: #222133;*/
    background:  linear-gradient(rgba(1,1,1,1),rgba(1,1,1,0.5)), url(/assets/img/destaque.png);
    padding: 120px 32px 56px 32px;
    color:#fefefe;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.home-vant-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 64px 24px 64px;
}

ol.vant-list .vant-item::marker{
    color:#a1ffc8;
     font-weight: 900;
    font-size:2.5rem;
}

.vant-item{
    font-size:1.25rem;
}

.mark-vant{
    color:#a1ffc8;
}

.faq{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #010101;
}

.header-faq{
    display: flex;
    padding:80px 0 64px 0;
    color:#fefefe;
}

.header-faq > h2{
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.1;
    color:#fefefe;
    text-align: center;
}

.accordion-header{
    background-color: #554fff;
}

.accordion-button{
    background-color: #554fff;
    color:#fefefe;
    font-weight: 500;
    font-size:1.125rem;
}

.accordion-button[aria-expanded="true"]{
    background-color: #554fff;
    color: #fefefe;
}

.accordion-button:focus{
    box-shadow: none;
    outline: none;
    border:none;
}

.accordion-button::after {
  /* Substitui a seta padrão */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;

  transform: rotate(360deg); /* quando aberto */
}

.accordion-button[aria-expanded="true"]::after {
  /* Substitui a seta padrão */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;

  transform: rotate(180deg); /* quando aberto */
}

.accordion-body{
    background-color: #010101;
    color:#fefefe;
    font-size: 1.125rem;
}

.footer-page{
    background-color: #010101;
    display: flex;
    flex-direction: row;
    justify-content: center;   
    align-items: center;
    height: 48vh;
}

.footer-page > img{
    height: 152px;
}


/*Fim Main*/






}


/******************** Mínimo 1400px************/

@media screen and (min-width:1401px){


  body{
        box-sizing: border-box;
        padding: 0;
        margin: 0;
    }

    .cabecalho{
        display: grid;
        grid-template-columns:200px 1fr 200px;
        grid-template-rows: auto;
    }    

    main{
        display: grid;
        grid-template-columns: 96px 1fr 96px;
        grid-template-rows: auto;
    }
 
    .main-elements{
        grid-column: 2/3;
    }

    .full-elements{
        grid-column:1/4;
    }


/* Cabeçalho*/
    .cabecalho{
        display: flex;
        flex-direction: column;

    }
    
    .navbar-nav{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .nav-item{
        margin-left:-32px;
        width: 200px;
        padding:8px;
        font-size:1.125rem;
    }

    .nav-menu{
       grid-row:1/2;
       grid-column: 1/4;
    }

    .nav-layout{
        display: flex;
        justify-content: space-between;
        width: 100vw;
        margin-left:96px;
        margin-right: 32px;
    }    

    .navbar-toggler:focus{
        outline:none;
        box-shadow: none;
        border:none;
    }

    .navbar-toggler{
        border: none;
    }

    .nav-link{
        color:#010101;
    }

    #menuPrincipal{
        margin-left:96px;
    }



    .toggler-menu > button {
       margin: 0 auto;
       width: 50vw;

    }

    .nav-item{
        text-align: center;
    }


    #banner{
        background:linear-gradient(rgba(1,1,1,1),rgba(1,1,1,0.6)), url(/assets/img/banner2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        grid-column: 1/4;
        grid-row:3/4;
        height: 80vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items:start;
        gap:16px;
        padding: 56px 32px 40px 96px;
    }   

  
    #btn-cta-top{
        display: none;
        background: #554fff;
        color:#fefefe;
        font-weight: 700;
        padding:8px;
        border-radius:8px;
        border:none;
        margin-left:16px;      
    }

    h1{
        font-size: 2rem;
        color:#fefefe;
        border-radius:8px;
        font-weight:400;
        text-decoration: underline;
        text-decoration-color: #554fff;
        text-decoration-thickness: 4px;
    }

    
    .h-banner{
        font-size:3rem;
        color:#fefefe;
        font-weight: 400;
        line-height: 1.1;
        width: 60%;
    }
    
    .btn-cta{
        background: #554fff;       
        color:#fefefe;
        font-weight: 700;
        padding:12px;
        border-radius:8px;
        border:none;    
    }
    
    .p-banner{
        font-size:1.5rem;
        color:#fefefe;
        font-weight: 300;
        width: 56%;
    }

/*Fim Cabeçalho*/

/*Início Main*/

.first-sec{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 80px 0 48px 0;
    height: 72vh;
}

.first-sec > .btn-cta{
    display: none;
}

.first-div > p{
    font-weight: 500;
    font-size:1.5rem;
    text-decoration:underline;
    text-decoration-line: underline;
    text-decoration-color: #d7265f;
}

.tit-sec{
    font-size: 3rem;
    font-weight: 900;
    width: 90%;
    /*text-align: center;*/
    line-height: 1.2;
    margin-bottom:32px;
    font-family: "Exo 2",sans-serif;
}

.tit-main{
    font-size: 2.5rem;
    width: 80%;
    font-weight: 400;
    line-height: 1.1;
    color:#fefefe;
    margin-bottom: 48px;
    text-align: center;
}

#score{
    width: 50%;
    height: 280px;
    margin-bottom:56px;
    margin-left: 80px;;
}

.mark-desv{
    color:#d7265f;
}

.desv-sec{
    /*background: #222133;*/
    background:linear-gradient(rgba(1,1,1,0.9),rgba(1,1,1,0.5)), url(/assets/img/desvantagens.png);
    padding: 138px 0px 80px 0px;
    color:#fefefe;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-desv{
    width: 70vw;
    border-radius:16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    font-size: 32px;
}

.number-desv{

    color: #d7265f;
    font-weight: 900;
}

.topic-desv{
    color:#fefefe;
    
}

.home-desv-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 64px 24px 64px;
}

ol.desv-list .desv-item::marker{
    color:#d7265f;
    font-weight: 900;
    font-size:2.5rem;
}

.desv-item{
    font-weight: 400;
    font-size:1.25rem;
}

.desv-list{
   padding: 0;
   list-style-position: inside;
}


.before-after{
    background-color: #d7265f;
    color:#fefefe;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding:80px 0 48px 0;
}

.vc-map{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.vc-adv{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
    padding: 80px 0 48px 0;

}

.vc-adv > .btn-cta{
    display: none;
}

.h-vc-map{
    font-weight: 700;
    font-size: 2.5rem;;
    margin-bottom:40px;
    margin-top:16px;
}

#vc-img{
    width: 384px;
    border-radius:16px;
    margin-bottom:8px;

}

.p-vc{
    text-align: center;
    width: 70%;
    margin-top:16px;
    font-weight: 400;
    font-size:1.25rem;
}

.vant-sec{
    /*background: #222133;*/
    background:  linear-gradient(rgba(1,1,1,1),rgba(1,1,1,0.5)), url(/assets/img/destaque.png);
    padding: 160px 32px 96px 32px;
    color:#fefefe;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.home-vant-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 64px 24px 64px;
}

ol.vant-list .vant-item::marker{
    color:#a1ffc8;
     font-weight: 900;
    font-size:2.5rem;
}

.vant-item{
    font-size:1.25rem;
}

.mark-vant{
    color:#a1ffc8;
}

.faq{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #010101;
}

.header-faq{
    display: flex;
    padding:80px 0 64px 0;
    color:#fefefe;
}

.header-faq > h2{
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.1;
    color:#fefefe;
    text-align: center;
}

.accordion-header{
    background-color: #554fff;
}

.accordion-button{
    background-color: #554fff;
    color:#fefefe;
    font-weight: 500;
    font-size:1.125rem;
}

.accordion-button[aria-expanded="true"]{
    background-color: #554fff;
    color: #fefefe;
}

.accordion-button:focus{
    box-shadow: none;
    outline: none;
    border:none;
}

.accordion-button::after {
  /* Substitui a seta padrão */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;

  transform: rotate(360deg); /* quando aberto */
}

.accordion-button[aria-expanded="true"]::after {
  /* Substitui a seta padrão */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;

  transform: rotate(180deg); /* quando aberto */
}

.accordion-body{
    background-color: #010101;
    color:#fefefe;
    font-size: 1.125rem;
}

.footer-page{
    background-color: #010101;
    display: flex;
    flex-direction: row;
    justify-content: center;   
    align-items: center;
    height: 48vh;
}

.footer-page > img{
    height: 152px;
}

/*Fim Main*/
}