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

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


.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: #1b1b1b;
}


        #hero {
            background: url('../images/fernanda-keller-vendas-hero.jpg') no-repeat center center;
            background-size: cover;
            height: 720px;
            display: flex;
            align-items: center;
        }


.logo {
    margin-bottom: 10% !important;
    margin-top: -40px;
}

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

        #intro .container {
            width: 90% !important;
        }

        #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: 'Lato', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	line-height: 25px !important;
	margin-bottom: 0;		
    color: #ffffff;
}


h1 {
    font-size: 35px;
    color: #ffffff;
    line-height: 43px;
    text-transform: uppercase;
    font-weight: 700;
}

h2 {
    font-size: 36px;
    color: #ffffff;
    line-height: 40px;
    text-transform: uppercase;
}



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 {
    padding: 19px 24px;
    font-size: 18px;
	font-weight: 700;
    letter-spacing: 1px;
    line-height: 20px;
	text-transform: uppercase;
	color:#000000;
    border:none;
}

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


#intro .content-wrap {
    padding: 35px 0;
}

/* ----------------------------------------------------------------
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;
    border-top: 1px solid #ffffff38;
}


#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) {
    
    
.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 */
}    
        
    

    #intro h2 {
        font-size: 27px;
        line-height: 34px;
    }    
    
    
#hero {
        background: url("../images/fernanda-keller-vendas-hero-mobile.jpg") no-repeat bottom;
        background-size: contain;
        height: 820px;
        align-items: center;
        padding: 0 15px 230px;
    }   
    
h1 {
    font-size: 28px;
    line-height: 32px;
}   
    
    
#hero hr {
    margin: 12px 0 10px;

}    

.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: 1500px) and (max-width: 1920px) {
    
    
        #intro {
            width: 80%;
        }

        #intro .container {
            width: 90% !important;
        }

        #padilha, #vantagens, #promo1 {  
            width: 80%;
        }    
    
    
}