html{
    overflow-x: hidden !important;
}

body{
    font-family: 'Roboto', sans-serif;
    background-color: #F5F5F5;
    font-size: 18px;
}


.destaque-flutuante{
    background-color: #990000;
    background-image: linear-gradient(135deg, #CC0000, #990000 15%, #CC0000 85%);    
    color: #FFF;
    position: absolute;
    top: 2.5rem;
    left: -16.5rem;
    padding: 10px;
    animation: pulse 1.5s infinite;		    
    animation-name: pulse-btn-acao;    
    width: 700px;
    text-align: center;
    transform: rotate3d(0, 2, 2, -45deg);

}


.destaque-flutuante h2{
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
}

.destaque-flutuante h3{
    margin: 0;
    padding: 0;
    font-size: 1rem;
}










a{
    text-decoration: none !important;
}

.home .btn-acao{
    background-color: #009900;
    background-image: linear-gradient(135deg, #00CC00, #009900 15%, #00CC00 85%); 
    padding: 10px 60px;    
    transition: all 0.3s ease-in-out;    
    border: none;
    border: 2px solid #00DD00;
    border-radius: 0 !important;
    font-weight: 500 !important;
    font-size: 1.4rem;
    color: #FFF;
    
}



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

.home .btn-comprar-desabilitado{
    background-color: #999;
    background-image: linear-gradient(135deg, #CCC, #999 15%, #CCC 85%); 
    padding: 15px 40px;    
    transition: all 0.3s ease-in-out;
    animation: pulse 3s infinite;		
    border: none;
    border: 2px solid #DDD;
    border-radius: 0 !important;
    font-weight: 500 !important;    
    font-size: 1.6rem;
    
}


.home .btn-comprar:hover{
    
}


.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{
    min-height: 60vh;
    padding-top: 8vh;
    padding-bottom: 8vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


.home .row.item h2.titulo{        
    text-transform: uppercase   ;        
    margin-bottom: 8vh !important;
    font-size: 3rem;
    text-align: center;        
    font-weight: 300;
}


.home .row.item h2.titulo strong{    
    font-weight: 500;

}


/*
.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-bottom: 8vh;
    min-height: calc(100vh - 50px);
    background-color: #020202;    
    background-image: linear-gradient(to right, #000000CC 0, #02020200 70%), url(../imgs/home-background-3.webp);    
    background-size: cover;
    background-position: top center;    
    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: 0;
    font-size: 2.6rem;    
    margin-bottom: 0;
}


.home .row.item.apresentacao h2{        
    padding: 0;
    color: #00FF00;
    margin-bottom: 4vh;
    font-size: 2rem;
}

.home .row.item.apresentacao h3{        
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}


.home .row.item.apresentacao p{       
    font-size: 1.2rem;    
}


.home .row.item.apresentacao .data-evento{        
    margin-top: 4vh;
    color: #f5fbf2;
    font-weight: 700;
    font-size: 1.3rem;
    text-transform: uppercase;
        
}


.home .scroll-evento{
    

}


.marquee-container {
    background-color: #009900 !important;
    color: #FFF;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap; /* Prevents text from wrapping */
    box-sizing: border-box;
    height: 50px !important;
    display: flex;
    align-items: center;
}

.marquee-content {
    display: inline-flex;
    gap: 20vw;
    animation: marquee 30s linear infinite; /* Apply the animation */
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); } /* Adjust based on content width */
}


.marquee-content span{
    margin-right: 20px;
}



.home .row.item.conheca{
    background-color: #FFF;
    
}


.home .row.item.conheca .itens .box{
    margin-bottom: 4vh;
}


.home .row.item.conheca .itens .col:last-child .box{
    margin-bottom: 0 !important;
}

.home .row.item.conheca .icone{
    width: 100px;
    height: 100px;
    border: 10px solid #009900;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4rem;
    font-weight: 700;
    color: #999;
    
}


/*
.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.destaque{
    background-color: #F5F5F5;
    
}


.home .row.item.destaque .titulo{
    background-color: #CC0000;
    background-image: linear-gradient(to bottom, #CC0000, #DD0000);
    background-image: linear-gradient(135deg, #CC0000, #990000 15%, #CC0000 85%);    
    border: 4px solid #DD0000;
    
    color: #FFF;
    padding: 10px 60px;
    font-weight: 700;
    display: inline-block;

    animation: pulse 1.5s infinite;		    
    animation-name: pulse-btn-acao;    

}



@keyframes pulse-btn-acao{
    0% {			
        box-shadow: 0 0 0 0 rgba(245, 12, 12, 0.7);
        
    }

    70% {			
        box-shadow: 0 0 0 10px rgba(245, 12, 12, 0);
        
    }

    100% {			
        box-shadow: 0 0 0 0 rgba(245, 12, 12, 0);
        background-color: #0067A4;
    }
}


.home .row.item.destaque h3{
    font-weight: 400;
}


.base-icone{
    max-width: 140px !important;
}

.home .row.item.destaque .icone {
    width: 100px;
    height: 100px;    
    border-radius: 50%;
    display: flex;
    justify-content: center;    
    font-size: 4rem;
    font-weight: 700;
    color: #999;
}

.home .row.item.investimento{
    
    padding: 0;
    min-height: unset;
    background-color: #333;
    margin-top: 8vh;
    margin-bottom: 8vh;
}

.home .row.item.investimento .box-investimento{    
    background-color: #FFF;
    color: #000;    
    border-radius: 0 !important;
    border-top: 10px solid #00CC00;
    border-bottom: 10px solid #00CC00;
    margin-top: -4vh;
    margin-bottom: -4vh;
    
}



.home .row.item.investimento  .preco{
    font-size: 1.4rem;
    font-weight: 300;
    color: #999;
}

.home .row.item.investimento  .label{
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.home .row.item.investimento  .preco strong{
    color: #009900;
    font-weight: 700;
}

.home .row.item.investimento  .label,
.home .row.item.investimento .desativado .preco strong{
    color: #999999;

}

.home .row.item.investimento  .preco .em{
    font-size: 1.4rem;
}

.home .row.item.investimento  .preco .em strong{
    font-size: 2.8rem;
}

.home .row.item.perfil{
    background-color: #F5F5F5;    
    
}


.home .row.item.perfil .swiper {
      width: 100%;      
    
}

.swiper-button-next, .swiper-rtl, .swiper-button-prev{
    color: #FFF !important;
}


.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: 0;
}

.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;

}


.atendimento{
	position: fixed;
	bottom: -300px;
	right: 100px;
	z-index: 99999;
}


.atendimento .icone::before{
	background-color: #26CC64;
	border: 4.5px #00800066 solid;		
	border-radius: 50%;		
	width: 65px !important;
	height: 65px !important;			
	content: "";
	display: flex;
	z-index: -1;
	position: absolute;
}


.atendimento .icone{		
	position: absolute;
	border-radius: 50%;		
	width: 60px;
	height: 60px;			
	color: #FFF;
	font-size: 36px;
	display: flex;
	justify-content: center;
	align-items: center;

}


.atendimento .icone::before{
	animation: girar 16s infinite linear;
	transform: rotate(30deg);
}		





@media(max-width: 991.9px){


    .atendimento{
        right: 60px;
    }

    .atendimento .icone::before{
        width: 45px !important;
        height: 45px !important;			
    }

    .atendimento .icone{		
        width: 40px;
        height: 30px;			
        font-size: 25px;        
    
    }


    .home .row.comparativo .de{    
        font-size: 1.4rem;
    }




    .destaque-flutuante{
        padding: 10px;
        top: 2rem;
        left: -17.5rem;
        
    }

    .destaque-flutuante h2{
        margin: 0;
        padding: 0;
        font-size: 1rem;
    }

    .destaque-flutuante h3{
        margin: 0;
        padding: 0;
        font-size: 0.8rem;
    }


    .home .row.item.investimento .desativado{
        padding-top: 8vh;
    }

    .base-icone{
        max-width: 50px !important;
    }

    .home .row.item.conheca .icone{
        width: 40px;        
        height: 40px;        
        border: 5px solid #009900;
        font-size: 1.6rem;        
        transform: translateX(-10px);
    }

    .home .row.item.destaque .icone{
        width: 40px;
        height: 40px;
        font-size: 1.6rem;        
        margin-top: 5px;
        transform: translateX(-10px);
    }


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

    .home .row.item.apresentacao{
        background-image: url(../imgs/home-background-3-mob.webp);
    }

    .home .row.item.apresentacao h1 {
        font-size: 1.8rem;
        text-align: center;
    }

    .home .row.item.apresentacao h2 {
        font-size: 1.6rem;
        text-align: center;
    }


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

    .home .row.item.apresentacao .data-evento{
        text-align: center;
    }

    h3{
        font-size: 1.4rem;
    }
    
    .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;
    }


    .home .row.item h2.titulo{
        font-size: 1.8rem !important;
    }

}

@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;
    }


}