
body{background-color: #171717;}



.stretched #wrapper {
    overflow: hidden;
    background: #171717;
}



/* ----------------------------------------------------------------
	Button Fixed
-----------------------------------------------------------------*/


.text-green {
    color: #5da57d !important;
}

section#hero {
    min-height: 73vh;
}

section {
    background: #171717;
}

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


a {
    color: #5da57d !important;
}

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


#header {
    background: #202623;
    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;
    display: flex;
    align-items: start;
    margin-top: 30px;
}



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

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


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

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

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

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

.titulo-destaque {
    font-weight: 500;
    font-size: 50px;
    line-height: 55px;
}


.paragrafo-destaque {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    max-width: 400px;
    margin: 0 auto;
}


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

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


.autoridade{
    gap:10px;
}




#sorteio h2 {
    font-weight: 500;
}



#sorteio h4 {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 8px;
}






#sorteio h4::after {
    content: '';
    display: inline-block;
    width: 37px;
    height: 37px;
    background-image: url(../../images/lp-rai-vendas-icone-bola.png); /* Caminho para o ícone */
    background-size: contain; /* Ajusta o tamanho do ícone */
    background-repeat: no-repeat; /* Não repete a imagem */
    margin-left: 8px; /* Espaçamento entre o texto e o ícone */
    vertical-align: middle;
}




.mosaico-inner h2 {
    font-size: 37px;
    line-height: 42px;
    font-weight: 500;
}



.mosaico-inner h4{
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 8px;    
}



.mosaico-inner a.btn.btn-primary {
    background: #171717;
}

        /* Estilo para a div mosaico */
        .mosaico {
            background-image: url(../../images/lp-rai-vendas-mosaico-especialistas.jpg);
            background-size: contain; /* Faz com que a imagem cubra todo o elemento */
            background-repeat: no-repeat;
            background-position: center; /* Centraliza a imagem */
            height: 820px; /* Altura fixa igual à da imagem */
            display: flex; /* Ativa o Flexbox */
            justify-content: center; /* Centraliza horizontalmente */
            align-items: center; /* Centraliza verticalmente */
        }

        /* Estilo para a div mosaico-inner */
        .mosaico-inner {
            height: 36%; /* Ocupa 50% da altura da div mosaico */
            display: flex; /* Ativa o Flexbox */
            flex-direction: column; /* Organiza os elementos em coluna */
            justify-content: center; /* Centraliza verticalmente */
            align-items: center; /* Centraliza horizontalmente */
            /* background: linear-gradient(135deg, #4ba774, #39aea8);  Gradiente de verde para azul */
            text-align: center; /* Centraliza o texto */
            border-radius: 6px;
        }



.owl-custom-nav a {
    cursor: pointer;
}

.owl-custom-nav {
    gap: 5px;
}


.owl-carousel {
    direction: ltr;
    display: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    width: 82%;
    touch-action: manipulation;
    margin: 0 auto;
}




#casafolha h2 {
    font-size: 38px;
    font-weight: 600;
}


#aulas h4 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 8px;
}


#oferta ul {
    list-style-type: none;
    padding: 0;
}

#oferta ul li.yes {
    background-image: url(../../images/lp-rai-vendas-price-box-yes.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
background-position: 0 -1px;
    padding-left: 32px;
}

#oferta ul li.no {
    background-image: url(../../images/lp-rai-vendas-price-box-no.png);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 0 0px;
    padding-left: 32px;
}


.oferta-curso-unico h2 {
    color: #999999;
}

#oferta ul li {
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 14px;
    border-bottom: 1px solid #00000036;
    padding-bottom: 8px;
    font-weight: 500;
    font-family: 'Montserrat';
}


.precoM {
    width: 100%;
}


img.selo-oferta {
    position: absolute;
    right: -25px;
    top: 20px;
}


#cursos {
    background: #1b1b1b;
}
#cursos h4 {
    font-size: 36px;
}
#cursos h2 {
    font-size: 12px;
    line-height: 15px;
}
#cursos h3 {
    font-size: 19px;
    font-weight: 500;
    line-height: 23px;
    color: #ffffff;    
}




span.aulas-titulo {
    text-transform: uppercase;
}


p.lesson-title {
    font-size: 15px;
    line-height: 20px !important;
}


.course-section {
    height: 400px;
    overflow-y: auto;
    padding: 0px 20px;
}

.course-item {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    background: #232323;
    padding: 10px;
}

.thumb {
    width: 80px; /* Largura da miniatura */
    height: auto; /* Mantém a proporção */
    margin-right: 15px; /* Espaçamento à direita da imagem */
}

.lesson-title {
    flex-grow: 1; /* Faz o título ocupar o espaço restante */
}


.girando {
    animation: girar 5s linear infinite;
}

@keyframes girar {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



/* Estilizando a barra de rolagem */
.course-section::-webkit-scrollbar {
    width: 10px; /* Largura da barra de rolagem */
}

.course-section::-webkit-scrollbar-track {
    background: #333; /* Cor do fundo da barra de rolagem */
}

.course-section::-webkit-scrollbar-thumb {
    background: #5da57d; /* Cor da parte que pode ser arrastada */
    border-radius: 5px; /* Bordas arredondadas */
}

.course-section::-webkit-scrollbar-thumb:hover {
    background: #777; /* Cor ao passar o mouse */
}




.preco {
    background-color: #5da57d;
    color: #fff;
    padding: 25px 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 1px 2px 1px #000;
    display: flex;
    flex-direction: column;
    align-items: center;
}






.preco h2 {
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 24px;
    border-bottom: 1px solid #00000069;
    color: #000000;
    width: 100%;
    padding-bottom: 13px;
    line-height: 25px;
}







.oferta-curso-unico {
    display: flex;               /* Define como um flex container */
    flex-direction: column;      /* Alinha os filhos em coluna */
    justify-content: space-between; /* Distribui o espaço entre os filhos */
    height: 100%;                /* Para garantir que a coluna preencha o espaço disponível */
}


.oferta-curso-unico .preco {
    background: #ffffff;
    color: #000000;
}


.oferta-curso-unico h2 {
    background: #ffffff;
    color: #999999;
}





#oferta a {
    background: #cf5622;
}

.desconto {
    background: #cf5622;
    border-radius: 5px;
    font-weight: 700;
}

.oferta-curso-unico .desconto {
    background: #ffffff;
    border-radius: 5px;
}


.oferta-curso-unico .preco a {
    background: #d3d3d3 !important;
    color: #000000 !important;
}
.moeda {
    font-size: 18px;
    font-weight: 700;
}

.moeda span {
    font-size: 50px;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: -2px;
}




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: #fff;
    font-size: 14px;
    line-height: 18px;
}

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

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

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

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


#text-legal {
    background: #111;    
}

#text-legal p {
    font-size: 13px !important;
    line-height: 16px !important;
    }


@media (max-width: 576px) {
    
    
.w-75 {
    width: 100% !important;
}    
    
.oferta-curso-unico {
    display: flex
;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
}    

    #hero {
        height: 770px;
        margin-top: 0;
        padding-top: 25px;
    }
    
    

h2, .titulo-destaque {
        font-size: 30px;
        line-height: 35px;
    }    
    
    
.autoridade {
    gap: 1px;
    flex-direction: column;
}    
 
.autoridade img {
        width: 144px;
        margin: 0 auto !important;
    } 
    
    
#sorteio h2, #sorteio h4 {
    text-align: center;
}  
    
    
.btn {
    margin: 0 auto;
    /* text-align: center; */
    display: block;
}    
    
    
        .mosaico {
            background-image: url(../../images/lp-rai-vendas-mosaico-especialistas-mobile.jpg);
            background-size: contain; /* Faz com que a imagem cubra todo o elemento */
            background-repeat: no-repeat;
            background-position: center; /* Centraliza a imagem */
            height: 640px; /* Altura fixa igual à da imagem */
            display: flex; /* Ativa o Flexbox */
            justify-content: center; /* Centraliza horizontalmente */
            align-items: center; /* Centraliza verticalmente */
        }  
    
    
.mosaico-inner h2 {
    font-size: 31px;
    line-height: 34px;
    font-weight: 500;
}    
   
    
    #especialistas .btn {
        width: 220px;
        margin: 0;
        display: block;
    }   
    
    .btn {
        width: 290px;
    } 
    
    
    
.ofertas {
    flex-direction: column-reverse;
}    
    
    
section#sorteio {
    margin-top: -46px;
}    
    
#sorteio .container {
    padding: 0 15px !important;
}  
    
 
 #cursos h4 {
    font-size: 24px;
    line-height: 28px;
}   
    
#especialistas .full-width {
    padding: 0 22px;
}  
    
.owl-carousel {
    width: 88%;
}    
    
.carousel-content {
    flex-direction: column-reverse;
}    
    
    
    
img.selo-oferta {
    position: absolute;
    right: -57px;
    top: 40px;
}    
    

    #copyrights {
        padding: 20px 20px;
    }
    

}


@media (min-width: 768px) {

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

@media (min-width: 1024px) {
    
    #hero {
        height: 550px;
    }
    
    .mosaico {
    height: 590px;
}    
}

@media (min-width: 1400px) {
    .mosaico {
    height: 700px;
}
}



@media (min-width: 1800px) {
    .mosaico {
    height: 820px;
}
}










