/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/



.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.marquee-content {
    display: flex;
    gap: 20px; /* Espaço entre as imagens */
    animation: marquee 15s linear infinite;
    width: max-content; /* Faz com que o conteúdo ocupe o tamanho necessário */
}

.marquee-content img {
    /* width: 250px;  Ajuste o tamanho das imagens */
    height: auto;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); } /* Move apenas metade para criar loop contínuo */
}



a {
    color: #5da57d!important;
}

a:hover {
    color: #fff!important;
}

#header {
    background: rgb(32, 38, 35);
    background: linear-gradient(90deg, rgba(32, 38, 35, 1) 0%, rgb(93 165 125) 50%, rgba(32, 38, 35, 1) 100%);
}


#hero {
    background: url('../images/lp-rai-captura-bg-mobile.jpg') no-repeat center center;
    background-size: cover;
    height: 1065px;
    display: flex;
    align-items: start;
    margin-top: 30px;
}

#hero span {
    background-color: #5da57d;
    padding: 1px;
    color: #fff;
}

#hero .text {
    font-size: 20px;
    line-height: 26px!important;
}

#fotos {
    background: url('../images/lp-rai-captura-bg-estadios.jpg') no-repeat center center;
    background-size: cover;
    min-height: 430px;

}


.modal-content {

    background-color: #5da57d;

}

section#intro {
    background: #131313;
}

.card {
    position: relative;
    padding: 30px 40px;
    min-height: 268px;
    background: transparent; /* Não precisa definir cor aqui */
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    z-index: 1;
}

.card::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: 0px;
    bottom: 0px;
    background: linear-gradient(to bottom, #5da57d, #000); /* Degradê da borda */
    border-radius: 20px;
    z-index: -1;
}

.card::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: rgb(53,76,63);
    background: linear-gradient(to bottom right, rgba(37,37,37,1) 44%, rgba(53,76,63,1) 100%);
    border-radius: 20px;
    z-index: -1;
}

.text-degrade {
    position: relative;
    background: radial-gradient(ellipse at center, #000000, transparent 70%);
    border-radius: 15px; /* Bordas arredondadas */
    height: 190px; /* Altura da div */
    width: 98%; /* Largura maior para criar o efeito oval */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 10;
}



.absolute{
    position: absolute;
    right: 0;
}
  
.margin-top-header{
    margin-top: 423px;
}

.margin-top-neg{
    margin-top: -359px;
    position: relative;
}


.section.prorrogado {
    background: #b91d1e;
}

.ticker-wrap .ticker-item {
    display: inline-block;
    padding: 0 0.25rem;
    font-size: 18px;
}


.ticker-item.text-white::after {
    content: "•";
    padding: 0 0 0 12px;
    color: #000;
}


.montserrat-regular {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}


div#wrapper {
    background: #1a1a1a;
}



        #padilha, #vantagens, #promo1 {  
            background: url('../images/textura-green.jpg') no-repeat center center;
            background-size: cover;
            align-items: center;
            width: 87%;
            margin: 0 auto;
            border-radius: 10px;
        }




h1, h2, h3, h4 {font-family:'Montserrat', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; margin-bottom:0;}




p {
	font-family: 'Montserrat', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 17px;
	line-height: 25px !important;
	margin-bottom: 0;		
    color: #ffffff;
}


h1 {
    font-size: 36px;
    color: #ffffff;
    line-height: 37px;
    font-weight: 700;
}

h2 {
    font-size: 35px;
    color: #ffffff;
    line-height: 40px;
    font-weight: 700;
}



h1 > span:not(.nocolor):not(.badge), .h1 > span:not(.nocolor):not(.badge), h2 > span:not(.nocolor):not(.badge), .h2 > span:not(.nocolor):not(.badge), h3 > span:not(.nocolor):not(.badge), .h3 > span:not(.nocolor):not(.badge), h4 > span:not(.nocolor):not(.badge), .h4 > span:not(.nocolor):not(.badge), h5 > span:not(.nocolor):not(.badge), .h5 > span:not(.nocolor):not(.badge), h6 > span:not(.nocolor):not(.badge), .h6 > span:not(.nocolor):not(.badge) {
    color: #5da57d;
}


.btn {
    width: 338px;
    padding: 17px 24px;
    font-size: 18px;
	font-weight: 700;
    letter-spacing: 1px;
    line-height: 20px;
	color:#000000;
    border:none;
    border-radius: 12px;
    color: #fff!important;
    background: rgb(93,164,125);
    background: linear-gradient(90deg, rgba(93,164,125,1) 44%, rgba(173,241,231,1) 100%);
}

.btn:hover {
    color: #000;
    background-color: #ffffff;
    border:none;
}

.gold{
  background-color: #978c5e;  
}


.preto{
  background-color: #111111;  
  color: #ffffff;
}

.green{
  background-color: #5da57d;  
}



#hero hr {
    margin: 22px 0;
    color: inherit;
    border: 0;
    border-top: #5da57d solid;
    opacity: 1;
    width: 90px;
}


.oferta {
    font-size: 23px;
    line-height: 28px !important;
}

.oferta span {
    text-decoration: line-through;
}

.oferta .destaque {
    text-decoration: none;
    color: #5da57d;
    font-size: 36px;
}


#promo .oferta, #promo1 .oferta {
    font-size: 23px;
    line-height: 28px !important;
}


#promo1 .oferta .destaque {
    text-decoration: none;
    color: #000000;
}

.btn-fixed {
	border-radius:15px;
    position: fixed;
    background-color: #1e1c1c;
    bottom: 25px;
    right: 25px;
    color: #1c1c1c;
    font-size: 15px;
    padding: 5px;
    z-index: 10000;
    font-weight: 700;
    line-height: 18px;
    -webkit-box-shadow: 0px 14px 39px -13px rgba(0, 0, 0, 0.58);
    -moz-box-shadow: 0px 14px 39px -13px rgba(0, 0, 0, 0.58);
    box-shadow: 0px 14px 39px -13px rgba(0, 0, 0, 0.58);
}



/* ----------------------------------------------------------------
OWL CAROUSEL
-----------------------------------------------------------------*/
.owl-nav {
    display: flex; /* Garante que as setas fiquem alinhadas */
    justify-content: space-between; /* Ajusta a posição das setas */
    align-items: center; /* Centraliza verticalmente as setas */
    position: absolute; /* Mantém as setas fixas no contêiner */
    top: 35%; /* Posiciona no meio verticalmente */
    width: 100%; /* Ocupa toda a largura do carrossel */
    transform: translateY(-50%); /* Ajusta o centro */
    z-index: 10; /* Garante que as setas fiquem acima do conteúdo */
}

.owl-prev, .owl-next {
    opacity: 1 !important; /* Garante que as setas fiquem visíveis */
    visibility: visible; /* Torna as setas sempre visíveis */
    background-color: rgba(0, 0, 0, 0.5); /* Fundo para melhor contraste */
    color: #fff; /* Cor do ícone/texto */
    padding: 10px; /* Tamanho do botão */
    border-radius: 50%; /* Forma circular */
    transition: all 0.3s ease; /* Suaviza as transições */
}

.owl-prev:hover, .owl-next:hover {
    background-color: #007bff; /* Destaque ao passar o mouse */
    color: #fff; /* Mantém o ícone branco */
}

/* Adicional para ajustar o posicionamento */
.owl-prev {
    position: absolute;
    left: -130px; /* Ajusta a posição para a esquerda */
}

.owl-next {
    position: absolute;
    right: -130px; /* Ajusta a posição para a direita */
}


.owl-carousel:hover .owl-nav .owl-prev {
    background: #5da57d;
    left: -36px;
}


.owl-carousel:hover .owl-nav .owl-next {
    background: #5da57d;
    right: -36px;
}


i.uil.uil-angle-left-b:before {
    content: url("../images/arrow-left-mob.png");
    margin-left: 0px;
    margin-top: 9px;
    height: 27px;
    width: 29px;
    display: block;
}


i.uil.uil-angle-right-b:before {
    content: url("../images/arrow-right-mob.png");
    margin-left: 0px;
    margin-top: 9px;
    height: 27px;
    width: 29px;
    display: block;
}




/* ----------------------------------------------------------------
MENTORES
-----------------------------------------------------------------*/

.owl-carousel .owl-item img {
    border-radius: 12px;
}

#mentores .owl-carousel h2 {
    font-size: 18px;
    line-height: 22px;
    text-transform: none;
    color:#5da57d;
}

#mentores .owl-carousel h3 {
    font-size: 18px;
    color: #ffffff;
}
#mentores .owl-carousel P {
    font-size: 15px;
}



.clamp-text {
    display: -webkit-box; /* Necessário para o comportamento de caixa flexível */
    -webkit-box-orient: vertical; /* Define a orientação do box */
    overflow: hidden; /* Esconde o texto excedente */
    text-overflow: ellipsis; /* Adiciona os "..." ao final */
    -webkit-line-clamp: 4; /* Define o número máximo de linhas */
}









/* ----------------------------------------------------------------
TIMELINE
-----------------------------------------------------------------*/


/* Estilos gerais da timeline */
.timeline {
    list-style-type: none;
    padding: 0;
    position: relative;
}

.timeline-item {
    position: relative;
}

/* Linha central da timeline */
.timeline-item::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #ccc;
    transform: translateX(-50%);
}

/* Conteúdo da timeline (à direita) */
.timeline-item .timeline-content {
    position: relative;
    width: 45%;
    background-color: #fff;
    border: 2px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Alinhamento à direita */
.timeline-item:not(.left) .timeline-content {
    left: 55%;
    text-align: right;
}

/* Alinhamento à esquerda */
.timeline-item.left .timeline-content {
    left: 0;
    text-align: left;
}

/* Estilo do título */
.timeline-item h4 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 26px;
}

/* Estilo do texto */
.timeline-item p {
    font-size: 1.1rem;
    color: #666;
}

/* Adiciona o ponto para cada item da timeline */
.timeline-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 28px;
    background-color: #5da57d;
    border-radius: 50%;
    border: 3px solid #fff;
}




#vantagens ul li {
    list-style: auto;
    list-style-position: inside;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 8px;
}


ul.bonus li {
    list-style: none !important;
}


#vantagens ::marker {
    color: #000000;
}

#vantagens span.destaque {
    color: #000000;
}



/* ----------------------------------------------------------------
FOOTER BLACK
-----------------------------------------------------------------*/

footer {
    background: #1b1b1b;
    border: none !important;
}

div#copyrights {
    background: #1b1b1b;
}


#copyrights {
    padding: 50px 0;
    font-size: 0.875rem;
    line-height: 1.8;
}


footer p {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
}

p.fone {
    margin: 0 0 6px;
    font-size: 20px;
}

footer h3 {
	color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 40px;
	line-height: 22px;
}

.icon-social {
    margin-right: 15px;
}

#juridico p {
    font-size: 13px;
    line-height: 16px !important;	
    width: 70%;
}


.social-icons {
    margin-bottom: 40px;
}

.chat a {
    color: #ffffff;
}





/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
   
    
.intro-rai {
    order: 2;
}
    
.intro-txt2 {
    order: 3;
}    
    
.btn-fixed {
    position: fixed; /* Mantém o botão fixo na posição */
    right: 50%; /* Centraliza horizontalmente */
    transform: translate(50%, 0); /* Ajusta o ponto de ancoragem para o centro */
    z-index: 9999; /* Garante que o botão fique acima de outros elementos */
}    
        
    
    
h1 {
    font-size: 28px;
    line-height: 32px;
}   


.content-wrap{padding: 30px 0;}    
#copyrights {padding: 20px 20px;}		
.w-75, .w-50 {width: 100% !important;}		
h2 {
    font-size: 31px;
    line-height: 37px;

}    
    
.owl-carousel .owl-nav .owl-next {
        right: 0; /* Alinha totalmente à direita no mobile */
        top: auto; /* Remove o alinhamento vertical, se necessário */
    }   
    
.owl-carousel .owl-nav .owl-prev {
        left: 0; /* Alinha totalmente à direita no mobile */
        top: auto; /* Remove o alinhamento vertical, se necessário */
    }   
    
    
.owl-carousel:hover .owl-nav .owl-prev {
    background: #5da57d;
    left: 0px;
}


.owl-carousel:hover .owl-nav .owl-next {
    background: #5da57d;
    right: 0px;
}  
    
.timeline-item h4 {
    font-size: 18px;
    line-height: 22px;
}
    
.timeline-item p {
    line-height: 18px !important;
}   
    
    
.timeline-item:not(.left) .timeline-content {
    left: 0%;
    text-align: left;
}    
    
.timeline-item .timeline-content {
    width: 90%;
    left: 0;
    padding: 20px;
    margin: 10px auto;
}    
    
.timeline-item::after {
    top: 14%;
    left: 5%;
    transform: translateX(-50%);
    width: 18px;
    height: 18px;
}      
    
}



/* Big Screens  */
@media (min-width: 768px){

    .card {
        min-height: 258px;
    }


    #hero {
        background: url('../images/lp-rai-captura-hero-bg.jpg') no-repeat top;
        height: 1000px;
        align-items: center;
        margin-top: 0;
    }
    
    
}

@media (min-width: 1024px){

    #hero {
        height: 550px;
    }
    
    
}



@media (min-width: 1400px){

    .card {
        min-height: 268px;
    }
    
    
}