@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* header */
header{
    background-color: #04436E !important;
}

.erro{
    color: red;
}

nav li{
    font-family: Barlow;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    letter-spacing: 0.2em;
}
.btn-inscricao{
    background-color: #00ABC5;
    font-family: Barlow;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    letter-spacing: 0.25em;
    padding: 15px;
}
.btn-inscricao2{
    background-color: #00ABC5;
    font-family: Barlow;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    letter-spacing: 0.25em;
    padding: 15px;
}
.btn-inscricao:hover{
    background-color: #088096;
    color: white;
}
.btn-inscricao2:hover{
    background-color: #088096;
    color: white;
}
.navbar-toggler-icon{
    background-color: #fff !important;
}
.navbar-toggler-icon::after{
    background-color: #fff !important;
}
.navbar-toggler-icon::before{
    background-color: #fff !important;
}
/* fim header */

/* conteudo */
.form-inscricao{
    background-color: #F8F8F8;
    padding-top: 5%;
    padding-bottom: 5%;
}
.form-inscricao h3{
    color: #04436E;
    font-family: Barlow;
    font-size: 56px;
    font-weight: 700;
    line-height: 67.2px;
}
.custom-input {
    border-color: #04436E;
    background-color: transparent;
    border-width: 1.5px;
}
.custom-input::placeholder {
    color: #04436E;
    opacity: 1;
}
.form-inscricao form{
    width: 80%;
    margin: 0 auto;
}

/* Estilos para campos do cartão de crédito */
#credit-card-fields {
    border: 1px solid #04436E;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f8f9fa;
}

#credit-card-fields h5 {
    color: #04436E;
    font-family: Barlow;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.form-label {
    color: #04436E;
    font-family: Barlow;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.form-check-label {
    color: #04436E;
    font-family: Barlow;
    font-size: 16px;
    font-weight: 500;
}

.form-check-input:checked {
    background-color: #00ABC5;
    border-color: #00ABC5;
}

/* fim conteudo */

/* footer */
footer{
    z-index: 0;
    height: 529px;
    background-color: #fff;
    padding-top: 80px;
}
.footer-info span{
    font-family: Barlow;
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    letter-spacing: 0.1em;
    color: #04436E;
}
.footer-info p{
    font-family: Barlow;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    color: #04436E;
}
.footer-info a{
    text-decoration: none;
    margin-right: 10px;
}
.footer-links li{
    font-family: Barlow;
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    letter-spacing: 0.1em;
    list-style-type: none;
    margin-bottom: 10px;
}
.footer-links li a{
    color: #04436E;
    text-decoration: none;
}
/* fim footer */

/* whatsapp button */
.whatsapp-button {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 70px;
    right: 15px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 1000;
}
.whatsapp-button img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
}
/* fim whatsapp button */

/* responsividade */
@media screen and (max-width: 768px) {
    /* conteudo */
    .form-inscricao form{
        width: 100%;
    }
    /* fim conteudo */

    /* footer */
    footer{
        z-index: 0;
        height: 1000px;
    }
    .logo-branca{
        display: flex;
        flex-direction: column;
        align-items: center !important;
    }
    .footer-info{
        display: flex;
        flex-direction: column;
        align-items: center !important;
    }
    .footer-links{
        display: flex;
        flex-direction: column;
        align-items: center !important;
    }
    .footer-links ul{
        display: flex;
        flex-direction: column;
        align-items: center !important;
    }
    .footer-mec{
        display: flex;
        flex-direction: column;
        align-items: center !important;
    }
    /* fim footer */
}