html{
    overflow-x: hidden !important;
}

body{
    font-family: 'Roboto', sans-serif;
    background-color: #EFEFEF;
}

.home .btn-comprar{
    background-color: #009900;
    background-image: linear-gradient(135deg, #00CC00, #009900 15%, #00CC00 85%); 
    padding: 20px 60px;    
    transition: all 0.3s ease-in-out;
    animation: pulse 3s infinite;		
    border: none;
    border: 2px solid #00DD00;
    border-radius: 20px !important;
    font-weight: 100 !important;
    
}

.home .btn-comprar:hover{
    padding-top: 30px;
    padding-bottom: 30px;   
    
}

.home .btn-comprar h2{
    padding: 0;
    margin: 0;
    font-size: 2rem;
    font-weight: 500;
}

.home .btn-comprar h2 strong{
    font-weight: 700;
}

@keyframes btn-mover{
    0% {			
        
    }
    
    100% {			
        transform: translateX(10px);
    }
}

.btn{
    border-radius: 0 !important;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 0.9rem;

}

.home .row.item{
    padding-top: 5vh;
    padding-bottom: 5vh;
}


.home .row.item h2.titulo{    
    text-transform: uppercase   ;        
    margin-bottom: 40px;
    font-size: 1.4rem;
    text-align: center;    
    display: flex;
    font-weight: 900;
}


.home .row.item h2.titulo:before, .home .row.item h2.titulo:after{
    content: "";
    flex: 1 1;
    border-bottom: 1px solid;
    margin: auto;
  }
  
  .home .row.item h2.titulo:before {
    margin-right: 10px
  }
  
  .home .row.item h2.titulo:after {
    margin-left: 10px
  }




/*
.home .row.item h2.titulo::after{    
    background-color: #BF1522;    
    content: '';
    width: 20vw;
    height: 5px;
    display: block;
    position: absolute;
    margin-top: 28px;    
    right: 45px;    
}
*/

.home .row.item.black{
    color: #FFF;
}


.home .row.item.apresentacao{
    padding-top: 8vh;
    padding-bottom: 8vh;
    background-color: #020202;
    background-image: linear-gradient(135deg, #454545, #020202);        
    background-size: cover;
    background-position: center center;
    border-bottom: 4vh solid #00DD00;    
    overflow: hidden;
}

.home .row.item.apresentacao .osvaldo{
    position: absolute;
    max-width: 450px;
    
}

.home .row.item.apresentacao .logo{
    max-width: 300px;        
    border-radius: 20px;
}


.home .row.item.apresentacao h1{        
    padding: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
}

.home .row.item.apresentacao h1 span{        
    color: #00DD00;
    font-weight: 900;
    
}

.home .row.item.comparativo{
    background-color: #ccc;
    background-image: linear-gradient(to bottom, #ccc, #ddd, #fff);
    padding-bottom: 0 !important;
}

.home .row.item.comparativo .comparativo_box{
    background-color: #FFF;
    color: #999;
    border: 1px solid #ccc;
    padding: 0 40px;
    padding-bottom: 40px;
    border-radius: 20px;
}


.home .row.item.comparativo .comparativo_box.black_november{
    background-color: #000;
    color: #FFF;
}


.home .row.item .comparativo_box .titulo{
    text-align: center;
    text-transform: uppercase;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 1.4rem;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}

.home .row.item .comparativo_box .titulo strong{
    font-weight: 900;
    margin-left: 10px;
}

.home .row.item.comparativo .titulo .logo{
    height: 60px;
    margin-left: 20px;
}


.home .row.item.comparativo ul{
    margin: 0;
    padding: 0;
}

.home .row.item.comparativo ul li{
    list-style: none;
    border-top: 1px solid #CCC;
    padding: 12px 0 12px 0;
    position: relative;
    min-height: 7rem !important;
    display: flex;    

}



.home .row.item.comparativo ul li .desc{
    width: calc(100% - 100px);
}


.home .row.item.comparativo ul li .preco{
    font-weight: bold;
    text-align: right;
    width: 100px;
}

.home .row.item.comparativo .black_november .itens .preco{
    text-decoration: line-through !important;
}



.home .row.item.comparativo ul li:last-child{
    min-height: 0;
}




.home .row.item.comparativo ul li:last-child{
    border-bottom: 1px solid #CCC;
}


/*
.home .row.item.comparativo ul li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f005';
    font-weight: 900;
    color: #67A301;
    font-size: 16px;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 10px;    
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;    
}




.home .row.item.comparativo .comparativo_box:nth-child(2) ul li:before {
    content: '\f057';
    color: #BF1522;
}


*/



.home .row.item.comparativo .total{
    text-align: center;
    font-size: 2rem;
    
}

.home .row.item.comparativo .cashback{
    min-height: 60px;

}

.home .row.item.comparativo .black_november i{
    color: #00DD00;
}

.home .row.item.comparativo .black_november .total{
    margin-top: 0;

}

.home .row.item.comparativo .total .label{
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    
}


.home .row.item.comparativo .black_november .total .valor{
    color: #CCC !important;
    
}

.home .row.item.comparativo .black_november .total .label{
    color: #FFF;
}


.home .row.item.comparativo .total .label:before, .home .row.item.comparativo .total .label:after{
    content: "";
    flex: 1 1;
    border-bottom: 1px solid;
    margin: auto;
  }
  
  .home .row.item.comparativo .total .label:before {
    margin-right: 10px
  }
  
  .home .row.item.comparativo .total .label:after {
    margin-left: 10px
  }





.home .row.item.comparativo .logo{
    width: 160px !important;
}


.home .row.item.comparativo .texto{
    display: none;
}


.home .row.item.comparativo .oferta .desc{
    width: 50%;    
}

.home .row.item.comparativo .oferta .preco{
    width: 50%;    
}

.home .row.item.comparativo .oferta li{
    min-height: 0 !important;
    border: none !important;
}


.home .row.item.comparativo .oferta .desc{
    color: #00DD00;
    font-size: 20px;
}


.home .row.item.comparativo .oferta .preco{
    font-size: 20px;
}






.home .row.item.conheca{
    background-color: #FFF;
    padding-top: 8vh;
}


/*
.home .row.item.conheca h3{
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.3rem;
}
*/


.home .row.item.conheca fieldset{
    border: 1px solid #CCC !important;
    padding: 20px;
    border-radius: 20px;
}

.home .row.item.conheca fieldset legend{
    width: auto;    
    padding: 10px;
}

.home .row.item.conheca fieldset legend .destaque{
    width: 100px;
    height: 100px;    
    color: #FFF;
    position: absolute;
    right: 0;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
    font-weight: bold;        
}

.home .row.item.conheca fieldset legend .destaque div.texto{    
    z-index: 999;
}

.home .row.item.conheca fieldset legend .destaque div.rt{    
    background-color: #009900;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 0;
}

.home .row.item.conheca fieldset legend .destaque div:nth-child(1){    
    transform: rotate(45deg);
}

.home .row.item.conheca fieldset legend .destaque div:nth-child(2){    
    transform: rotate(105deg);
}

.home .row.item.conheca fieldset legend .destaque div:nth-child(3){    
    transform: rotate(120deg);
}

.home .row.item.conheca fieldset legend .destaque div:nth-child(4){    
    transform: rotate(150deg);
}

.home .row.item.conheca fieldset legend .destaque div:nth-child(5){    
    transform: rotate(165deg);
}


.home .row.item.conheca fieldset h3{
    font-weight: 500;
    display: inline;    
    text-transform: uppercase;
    font-size: 1.3rem;
}

.home .row.item.conheca ul{
    padding: 0;
    margin: 0;
}

.home .row.item.conheca ul li {
    list-style: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding: 12px 0 12px 40px;
    position: relative;
    margin: 0;
    
}


.home .row.item.conheca ul li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f14a';
    font-weight: 900;
    color: #009900;
    font-size: 16px;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 10px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}



.home .row.item.conheca ul.destaque li{
    font-weight: bold;
    font-size: 18px;
}


.home .row.item.conheca ul.destaque li:before{
    content: '\f005';
    font-size: 18px;
}

.home .row.item.investimento{
    background-color: #ccc;
    background-image: linear-gradient(to bottom, #fff 15%, #ddd, #ccc);
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -4vh;    
    padding-bottom: 4vh !important;
    border-bottom: 1vh solid #00DD00;
    
}

.home .row.item.investimento h2::after{
    display: none;
}

.home .row.item.investimento .box-investimento{    
    background-color: #333;
    background-image: linear-gradient(135deg, #020202, #666);
    color: #FFF;
    min-height: 50vh;
    display: flex;
    border-radius: 20px !important;
}


.home .row.item.investimento .preco h4{
    font-weight: 100;
    font-size: 1.3rem;
}

.home .row.item.investimento .preco h3{
    font-weight: 100;
    font-size: 1.3rem;
}

.home .row.item.investimento .preco h3 strong{
    font-size: 2rem;
}



.home .rodape{
    padding-top: 4vh;
    padding-bottom: 4vh;
    background-color: #333;
    color: #FFF;    
}



.home .rodape .logo{
    max-height: 60px;
    margin-bottom: 20px;
}


.home .rodape ul{    
    width: auto;
    padding: 0;
    margin: 0;
}

.home .rodape ul li{
    display: inline-flex;
    list-style: none;
    margin-left: 0;
    margin-right: 20px;
    border: 1px solid #999;
    width: 40px;
    height: 40px;       
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;    
    border-radius: 50%;
}

.home .rodape ul li a{
    color: #FFF !important;
}


.modal-content{
    background-color: #000;
    color: #FFF;
    border: 1px solid #CCC;
    border-radius: 20px;

}


.modal .close span{
    color: #FFF;

}


@media(max-width: 767.9px){

    .home .btn-comprar h2{
        font-size: 1.4rem;
    }


    .home .row.item.apresentacao .osvaldo{
        position: relative;
        margin-bottom: -280px;
    }

    .home .row.item.comparativo .logo {
        width: 90px !important;
    }

    .home .row.item.professores h2.titulo{
        font-size: 1.2rem;
    }

    .home .row.item.apresentacao h1 {
        font-size: 1.6rem;
    }

    .home .row.item.apresentacao h3 {
        font-size: 1.3rem;
    }


    .home .row.item.conheca {
        padding-top: 4vh;
    }

    .home .row.item.comparativo .comparativo_box:nth-child(1) {

    }

    .home .row.item.comparativo .comparativo_box:nth-child(2) {

    }

    .home .conheca button,
    .home .faq button {
        font-size: 1rem;
        padding: 5px;
        padding-right: 10px;
    }
    
    .home .row.item.conheca fieldset legend .destaque{
        width: 70px;
        height: 70px;    
        font-size: 12px;    
        margin-top: -70px;
        right: 20px;
    
    }

    .home .row.item.conheca fieldset legend .destaque div.rt{    
        width: 70px;
        height: 70px;
    }

    h2.citacao{
        font-size: 1.4rem;
    }

    .home .row.item.comparativo .comparativo_box.black_november{
        margin-top: 4vh;
    }

}

@media(min-width: 768px){
    
    .home .conheca button{
        min-height: 65px;
    }

    .home .row.item.comparativo .comparativo_box{
        margin-top: -14.5vh;
        
    }
    

    .home .row.item.conheca fieldset{
        border: 1px solid #CCC !important;
        padding: 20px 140px 20px 40px;
        border-radius: 20px;
    }


}