/* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* Corpo da página */
/* body {
    font-family: Arial, sans-serif;
    background-color: #f4f7fa;
    color: #333;
    margin: 0;
    padding: 0;


} */

body {
    /* font-family: 'Roboto', sans-serif; */
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    /* Define Roboto como fonte padrão */
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #F4F4F4;
    height: 100vh;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #222;
    font-size: 32px;

}

footer p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #f5f5f5;
}

.containe_top {
   
    display: flex;
    justify-content: right;
    align-items: center;
    padding-top: 10px;
    height: 35px;

}

.containe_top ul {
    display: flex;
    gap: 20px;
    list-style: none;
    padding-right: 20px;
}

.containe_top ul li a {
    font-size: 12px;
    color: #080808;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600 !important;
    padding: 10px;

}

#ul_menu {
    gap: 25px;
}

/* Ajuste da cor do menu */
.navbar {
    background-color: #FFFFFF;
    /* Azul Bootstrap */
    height: 75px;

}

.navbar-brand img {
    width: 60px;
}

.navbar-brand,
.nav-link {
    color: #353535 !important;
    font-size: 15px !important;
    font-weight: 500 !important;



}

/* .nav-link:hover {
    color: #FDD500 !important;
   
    border-bottom: 1px solid #FDD500;
} */

a {
    text-decoration: none;
    font-weight: 500 !important;

}

.btn_menu {
    /* background-color: #3498db  !important; */
    /* width: 80px; */
    /* height: 50px; */
    display: flex;
    justify-items: center;
    justify-content: center;
}


.icon_menu {
    color: #ffffff !important;



}

.card:hover {
    /* transform: scale(1.05); */
    /* Aumenta o tamanho em 5% */
    /* transition: transform 0.3s ease; */
    /* Suaviza a transição */
    cursor: pointer;
}

.btn_saiba_mais {
    background-color: #018A82 !important;
    color: #FFFFFF !important;
    width: 160px;
  
}

.btn_saiba_mais:hover{
    background:#FDD500;
}

.area_btn{      
    display: flex;
    flex-direction: column;   
    justify-content: space-between;
    top:30px;


}


.area_v_curso{
    display: flex;
    flex-direction: column;  
    justify-content: center;
    margin-top: 10px;
    text-align: right;

}

.desc_val_curso{
    font-weight: bold;
    font-size: 13px;
}
.desc_parcelas{
    color: #6e6e6e;
}
.preco_curso{
    font-weight: bold;
    font-size: 16px;
}



.container {
    text-align: left;

}

.title {
    font-size: 2.5rem;
    /* Tamanho grande e chamativo */
    font-weight: 600;
    /* Peso da fonte para destaque */
    color: #2c3e50;
    /* Azul-escuro para um tom profissional */
    /* border-bottom: 3px solid #3498db; */
    /* Linha elegante abaixo do texto */
    display: inline-block;
    padding: 0.5rem 1rem;
    /* Espaço interno para destacar */
    margin: 0;
}

/* Container principal para centralizar conteúdo */
.main-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50vh;
    padding: 0 20px;
    text-align: center;
}

.card-img-top {
    height: 150px;
    object-fit: cover;
}

.carousel-custom {
    max-height: 450px;
    /* Define a largura máxima */
}

.carousel-custom img {
    height: 350px;
}

.active_menu {
    color: #018A82 !important;
    border-bottom: 2px solid #018A82 !important;
    font-weight: 700;
}

.active{
    color: #018A82 !important;
    font-weight: 700;
}



/*TODO EFEITO DE HOUVER PAAR MENU DE NAVEGAÇÃO  */
.menu-nav {
    background: #222;
    /* Fundo do menu */
    padding: 10px 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.menu li {
    margin: 0 10px;
    position: relative;
    /* Para a linha de destaque */
}

.menu a {
    text-decoration: none;
    color: #fff;
    /* Cor inicial */
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s ease;
}

/* Efeito de hover */
.menu a:hover {
    color: #018A82  !important;
    /* Cor no hover */
}

/* Linha animada abaixo do link */
.menu li::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #018A82;
    /* Cor da linha de destaque */
    transition: width 0.3s ease;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.menu li:hover::after {
    width: 100%;
    /* Expande a linha ao hover */
}


/*TODO ======================================================================== */







/*todo: area de fdivulgação da instituição */
.promo-section {
    background: linear-gradient(135deg, #eeeeee, #e7e7e7);
    /* Fundo degradê moderno */
    color: rgb(90, 90, 90);
    padding: 2rem 5rem;
    /* border-radius: 10px; */
    /* Bordas arredondadas */
    width: 100%;
}

.promo-section img {
    border-radius: 10px;
    /* Bordas arredondadas para a imagem */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    /* Sombra na imagem */
    width: 50%;

}

.promo-section h2 {
    font-weight: bold;
}

.promo-section p {
    font-size: 1.1rem;
    line-height: 1.6;
}

.promo-section .btn-custom {
    background-color: #d5d6d6;
    /* Botão com cor chamativa */
    color: #000;
    border: none;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.promo-section .btn-custom:hover {
    background-color: #ffffff;
    transform: scale(1.05);
    color: #000;
    /* Efeito de zoom no hover */
}

/*todo: ================================================================ */

/*todo: Estilo do botão flutuante */
/* Estilo do botão flutuante */
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 1000;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/* Estilo do span (tooltip) */
.tooltip-text {
    position: absolute;
    right: 70px;
    /* Ajusta a posição horizontal em relação ao botão */
    bottom: 15px;
    /* Alinha verticalmente ao botão */
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Mostra o span quando o botão é hover */
.whatsapp-button:hover .tooltip-text {
    opacity: 1;
    visibility: visible;

}



@media (max-width: 768px) {
    .carousel-custom img {
        height: 350%;
    }

    .btn_saiba_mais {
        background-color: #018A82 !important;
        width: 100%;
    }


    .navbar-brand img {
        width: 40px;
    }


    .navbar {
        background-color: #ffffff;
        /* Azul Bootstrap */
        height: 50%;

    }

    #ul_menu {
        gap: 5px;
    }

    .promo-section {
        background: linear-gradient(135deg, #eeeeee, #e7e7e7);
        /* Fundo degradê moderno */
        color: rgb(90, 90, 90);
        padding: 3rem 1rem;
        /* border-radius: 10px; */
        /* Bordas arredondadas */
        width: 100%;
    }

    .promo-section img {
        border-radius: 10px;
        /* Bordas arredondadas para a imagem */
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        /* Sombra na imagem */
        width: 100%;

    }
}

.card-custom {
    max-width: 300px;
    /* Define a largura máxima */
}

.card_cursos{
    display: flex;
    justify-content: space-between;
    padding: 10px;
  

}

.area_desc{
    display: flex;
    flex-direction: column;
   
}

.card-title{
    font-weight: bold;
    margin-top: 10px;
    font-size: 18px !important;
    
}


/* Estilo dos ícones de usuário na tela inicial */
.user-choice {
    display: flex;
    gap: 50px;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
    height: 100vh;
}

.user-choice img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.user-choice img:hover {
    transform: scale(1.1);
}

.user-choice p {
    font-size: 1.2rem;
    margin-top: 10px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

/* Cabeçalho com logo */





header {
    text-align: center;
    margin-top: 30px;
}

header img {
    width: 180px;
    height: auto;
}

/* Saudação */
#saudacao h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-weight: bold;
    color: #018A82;
}

#saudacao p {
    font-size: 1.5rem;
    color: #555;
    font-weight: 600;
    margin-top: 10px;
    text-decoration: none;
}

/* Estilo do rodapé */
footer {
    position: relative;
    bottom: 0;
    width: 100%;
    background-color:#018A82 !important;
    color: white;
    padding: 15px 0;
    text-align: center;
    font-size: 1rem;
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
}

footer p {
    margin: 0;
    text-decoration: none;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: none;
}




/*//todo: Responsividade para dispositivos móveis e telas menores */
@media (max-width: 768px) {

    .title {
        font-size: 16px;
        margin-top: 70px;
    }

    #saudacao {
        display: none;
    }

    footer p {
        font-size: 14px;

    }




}