@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;
}
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 */

/* banner-inicio */
.banner-inicio{
    background-image: url('../img/banner-inicio.png');
    background-size: cover;
    width: 100%;
    height: 600px;
}
.texto-inicio{
    width: 50%;
    height: 100%;
    align-content: center;
    margin-left: 5rem;
}
.texto-inicio h3{
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.2em;
}
.texto-inicio h1{
    font-family: Roboto;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
}
.texto-inicio p{
    width: 657px;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}
/* fim banner-inicio */

/* areas-desk */
.areas-desk{
    z-index: 1;
    margin-top: -80px;
}
.item{
    width: 203px;
    height: 450px;
    background-color: #007bff;
    color: white;
    text-align: center;
    transition: width 0.7s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}
.item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.content{
    width: 330px;
    position: absolute;
    bottom: 60px;
    left: 20px;
    right: 20px;
    z-index: 2;
    text-align: left;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}
.content h3{
    margin-bottom: 10px;
    color: #fff;
    font-family: Barlow;
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
}
.content p{
    margin-bottom: 20px;
    font-family: Barlow;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
}
.content a{
    display: flex;
    text-decoration: none;
    color: #fff;
    align-items: center;
    text-transform: uppercase;
    font-family: Barlow;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    letter-spacing: 0.25em;
}
.pill{
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: transparent;
    padding: 5px 10px;
    border-radius: 20px;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    border: 1px solid #fff;
    text-transform: uppercase;
}
.item span{
    font-family: Barlow;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    letter-spacing: 0.25em;
}
.item:hover .content,
.item:hover .pill{
    opacity: 1;
}
.item:hover .title-vertical{
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
}
.item .title-vertical{
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    position: absolute;
    right: -30px;
    bottom: 0;
    transform: rotate(180deg);
    z-index: 2;
    margin-bottom: 20px;
    opacity: 1;
    transition: opacity 0.8s ease-in-out;
}
.title-vertical h3{
    color: #fff;
    font-family: Barlow;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
}
.container:hover .item:hover{
    width: 425px;
}
.img01 img{
    object-position: -150px center;
}
.img02 img{
    object-position: -170px center;
}
.img03 img{
    object-position: -300px center;
}
/* fim areas-desk */

/* areas-mobile */
.areas-mobile{
    display: none;
}
/* fim areas-mobile */

/* porque escolher a unifenas */
.card-azul{
    width: 43%;
    height: 640px;
    border-radius: 8px;
    position: absolute;
    background-color: #04436E;
    z-index: 0;
}
.card-branco{
    display: flex;
    position: relative;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 422px;
    height: 316px;
    border-radius: 8px;
    border: 2px solid #00ABC5;
    background-color: #fff;
    z-index: 1;
    margin-top: 40px;
    gap: 20px;
}
.card-branco p{
    font-family: Barlow;
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    color: #04436E;
    width: 310px;
    text-align: center;
}
.card-transparente{
    position: relative;
    width: 422px;
    height: 316px;
    z-index: 1;
    margin-top: 40px;
}
.card-transparente h3{
    font-family: Barlow;
    color: #fff;
    width: 389px;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
}
.card-transparente span{
    display: flex;
    font-family: Barlow;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    margin-top: 50px;
}
/* fim porque escolher a unifenas */

/* video */
.video{
    width: 100%;
    margin-top: 5%;
}
.video-conteudo{
    display: flex;
    flex-direction: row;
}
.div-content{
    display: flex;
    justify-content: center;
}
.div-content-conteudo{
    width: 489px;
}
.div-content h3{
    font-family: Barlow;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    color: #04436E;
}
.div-content p{
    font-family: Barlow;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    color: #04436E;
}
.div-video{
    height: 522px;
}
.img-video{
    border-radius: 8px;
}
.img-video span{
    border-radius: 8px;
}
/* fim video */

/* descontos */
.descontos{
    width: 100%;
}
.descontos-conteudo{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 800px;
    margin-top: 5%;
    background-color: #04436E;
    align-items: center;
    justify-content: center;
}
.descontos-conteudo-titulo{
    width: 1007px;
}
.descontos-conteudo-titulo h3{
    font-family: Barlow;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    text-align: center;
    color: #fff;
}
.descontos-conteudo-titulo span{
    display: flex;
    justify-content: flex-end;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: #fff;
}
.descontos-conteudo-bolsas{
    width: 100%;
    margin-top: 5%;
}
.desconto-bolsa{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.desconto-bolsa h3{
    font-family: Barlow;
    font-size: 96px;
    font-weight: 800;
    line-height: 115.2px;
    color: #fff;
}
.desconto-bolsa .linha{
    width: 313px;
    border: 2px solid #fff;
    margin-bottom: 5%;
}
.desconto-bolsa span{
    font-family: Barlow;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    width: 284px;
    text-align: center;
}
.descontos-conteudo a{
    margin-top: 3%;
}
.desconto-disclaimer{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 100%;
}
.desconto-disclaimer span{
    font-family: Barlow;
    font-size: 48px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    width: 284px;
    text-align: center;
}
.disclaimer{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    width: 95%;
}
.disclaimer span{
    color: #fff;
}
/* fim descontos */

/* areas-cursos-2 */
.areas2{
    display: flex;
    width: 100%;
}
.areas2-fundo{
    display: flex;
    width: 100%;
    z-index: 0;
    position: relative;
}
.area-azul{
    display: flex;
    justify-content: center;
    width: 597px;
    height: 939px;
    background-color: #00ABC5;
    z-index: 0;
}
.area-azul-titulo{
    width: 437px;
    height: 124px;
    margin-top: 15%;
}
.area-azul h3{
    font-family: Barlow;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    color: #fff;
    text-transform: uppercase;
}
.area-azul-texto-mobile{
    display: none;
}
.area-branca{
    display: flex;
    z-index: 0;
}
.area-branca-texto{
    margin-top: 15%;
    width: 662px;
    margin-left: 8%;
}
.area-branca-texto p{
    font-family: Barlow;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    color: #04436E;
}
.areas2-carrossel{
    right: 0%;
    width: 80%;
    position: absolute;
    z-index: 1;
    justify-content: flex-end;
    margin-top: 20%;
}
.carrossel .swiper-pagination{
    --si-carousel-pagination-bullet-bg: rgba(255, 255, 255, 1);
    --si-carousel-pagination-bullet-active-bg: rgba(255, 255, 255, 1);
    margin-left: 5%;
    justify-content: flex-start;
}
.botao-ver-areas{
    display: flex;
    justify-content: flex-end;
    margin-right: 5%;
    position: relative;
    margin-top: -3%;
}
.img-card{
    display: flex;
    width: 100%;
    height: 416px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}
.img-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.img-card .content{
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 2;
    text-align: left;
    opacity: 1;
}
.img-card .content h3{
    font-family: Barlow;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.img-card .content a{
    display: flex;
    text-decoration: none;
    color: #fff;
    align-items: center;
    text-transform: uppercase;
    font-family: Barlow;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    letter-spacing: 0.25em;
}
/* fim areas-cursos-2 */

/* form primeiro passo */
.primeiro-passo{
    display: flex;
    width: 100%;
    height: 623px;
    background-color: #F8F8F8;
    flex-direction: row;
}
.informacoes{
    width: 50%;
    height: 623px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.informacoes-titulo{
    width: 80%;
    margin-left: 5%;
}
.informacoes-titulo h3{
    font-family: Barlow;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    color: #04436E;
}
.informacoes-titulo p{
    font-family: Barlow;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    color: #04436E;
    margin-top: 5%;
}
.formulario{
    width: 50%;
    height: 623px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.formulario form{
    width: 80%;
}
.formulario form .form-control{
    border: 1px solid #04436E;
    background-color: transparent;
}
.formulario form .form-control::placeholder{
    color: #04436E;
}
.form-button{
    display: flex;
    width: 80%;
    justify-content: flex-end;                 
}
/* fim form primeiro passo */

/* depoimentos */

/* fim depoimentos */

/* 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 */

.erro{
    color: red;
}

/* responsividade */
@media screen and (max-width: 768px){

    /* banner-inicio */
    .banner-inicio{
        background-position: 70% 10%;
        background-repeat: no-repeat;
    }
    .texto-inicio{
        width: 90%;
        height: 100%;
        align-content: flex-end;
        margin-left: 2rem;
        padding-bottom: 2rem;
    }
    .texto-inicio p{
        width: 100%;
        font-family: Roboto;
        font-size: 16px;
        font-weight: 400;
        line-height: 19.2px;
    }
    .texto-inicio h3{
        font-family: Roboto;
        font-size: 14px;
        font-weight: 700;
        line-height: 16.8px;
        letter-spacing: 0.2em;
    }
    .texto-inicio h1{
        font-family: Roboto;
        font-size: 36px;
        font-weight: 700;
        line-height: 43.2px;
    }
    /* fim banner-inicio */

    /* areas-desk */
    .areas-desk{
        display: none;
    }
    /* fim areas-desk */

    /* areas-mobile */
    .areas-mobile{
        display: flex;
    }
    .areas-mobile .container{
        --si-gutter-x: 0;
        --si-gutter-y: 0;
    }
    .img-card{
        display: flex;
        width: 100%;
        height: 284px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        position: relative;
        border-radius: 8px;
    }
    .img-card img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }
    .content{
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
        z-index: 2;
        text-align: left;
        opacity: 1;
    }
    .content h3{
        font-family: Barlow;
        font-size: 24px;
        font-weight: 700;
        line-height: 28.8px;
    }
    .content p{
        font-family: Barlow;
        font-size: 16px;
        font-weight: 500;
        line-height: 19.2px;
        text-align: left;
        color: #fff;
    }
    .content a{
        display: flex;
        text-decoration: none;
        color: #fff;
        align-items: center;
        text-transform: uppercase;
        font-family: Barlow;
        font-size: 14px;
        font-weight: 700;
        line-height: 16.8px;
        letter-spacing: 0.25em;
    }
    .pill{
        position: absolute;
        top: 20px;
        left: 20px;
        background-color: transparent;
        padding: 5px 10px;
        border-radius: 20px;
        z-index: 2;
        opacity: 1;
        border: 1px solid #fff;
        text-transform: uppercase;
    }
    .item span{
        font-family: Barlow;
        font-size: 14px;
        font-weight: 700;
        line-height: 16.8px;
        letter-spacing: 0.25em;
    }
    /* fim areas-mobile */

    /* porque escolher a unifenas */
    .card-azul{
        width: 100%;
        height: 75%;
        border-radius: 0;
    }
    .card-branco{
        width: 100%;
    }
    .card-branco p{
        width: 100%;
    }
    .card-transparente{
        position: relative;
        width: 100%;
        margin-bottom: -50px;
    }
    .card-transparente h3{
        width: 100%;
        font-size: 40px;
    }
    .card-transparente span{
        font-size: 20px;
        margin-top: 10px;
    }
    /* fim porque escolher a unifenas */

    /* video */
    .video-conteudo{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }
    .div-content{
        width: 100%;
    }
    .div-content-conteudo{
        width: 100%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .div-content h3{
        font-family: Barlow;
        font-size: 36px;
        font-weight: 700;
        line-height: 43.2px;
    }
    .div-content p{
        font-family: Barlow;
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
    }
    .div-video{
        height: 350px;
        width: 100%;
    }
    /* fim video */

    /* descontos */
    .descontos-conteudo{
        height: 100%;
    }
    .descontos-conteudo-titulo{
        width: 90%;
        margin-top: 15%;
    }
    .descontos-conteudo-titulo h3{
        font-family: Barlow;
        font-size: 36px;
        font-weight: 700;
        line-height: 43.2px;
    }
    .descontos-conteudo-titulo span{
        justify-content: center;
    }
    .descontos-conteudo-bolsas{
        width: 100%;
        margin-top: 0;
    }
    .desconto-bolsa{
        margin-top: 10%;
    }
    .desconto-bolsa .linha{
        width: 80%;
    }
    .desconto-bolsa span{
        width: 70%;
        text-align: center;
    }
    .descontos-conteudo a{
        margin-top: 15%;
        margin-bottom: 15%;
    }
    .desconto-disclaimer{
        margin-top: 7%;
    }
    .disclaimer{
        width: 95%;
    }
    /* fim descontos */

    /* areas-cursos-2 */
    .areas2{
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .areas2-fundo{
        display: flex;
        width: 100%;
        z-index: 0;
        position: relative;
        flex-direction: column;
    }
    .area-azul{
        display: flex;
        justify-content: center;
        width: 100%;
        height: 30rem;
        background-color: #00ABC5;
        z-index: 0;
    }
    .area-azul-titulo{
        width: 100%;
        height: 124px;
        margin-top: 15%;
        margin-left: 3%;
    }
    .area-azul h3{
        font-family: Barlow;
        font-size: 36px;
        font-weight: 700;
        line-height: 43.2px;
    }
    .area-azul-texto-mobile{
        display: block;
        margin-top: 0;
        width: 100%;
        margin-left: 0;
    }
    .area-azul-texto-mobile p{
        font-family: Barlow;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        color: #fff;
    }
    .area-branca{
        display: none;
    }
    .area-branca-texto{
        display: none;
    }
    .area-branca-texto p{
        display: none;
    }
    .areas2-carrossel{
        right: 0;
        width: 100%;
        position: relative;
        z-index: 0;
        justify-content: center;
        margin-top: -10rem;
    }
    .carrossel .swiper-pagination{
        --si-carousel-pagination-bullet-bg: rgba(0, 0, 0, 1);
        --si-carousel-pagination-bullet-active-bg: rgba(0, 0, 0, 1);
        margin-left: 0;
        justify-content: center;
    }
    .botao-ver-areas{
        display: flex;
        justify-content: center;
        margin-right: 0;
        position: relative;
        margin-top: 5%;
    }
    .img-card{
        display: flex;
        width: 100%;
        height: 416px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        position: relative;
        border-radius: 8px;
    }
    .img-card img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }
    .img-card .content{
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
        z-index: 2;
        text-align: left;
        display: block;
    }
    .img-card .content h3{
        font-family: Barlow;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0.2em;
        text-transform: uppercase;
    }
    .img-card .content a{
        display: flex;
        text-decoration: none;
        color: #fff;
        align-items: center;
        text-transform: uppercase;
        font-family: Barlow;
        font-size: 14px;
        font-weight: 700;
        line-height: 16.8px;
        letter-spacing: 0.25em;
    }
    /* fim areas-cursos-2 */

    /* form primeiro passo */
    .primeiro-passo{
        display: flex;
        width: 100%;
        height: 623px;
        background-color: #F8F8F8;
        flex-direction: column;
        margin-top: 5%;
    }
    .informacoes{
        width: 100%;
        height: 623px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .informacoes-titulo{
        width: 90%;
        margin-left: 5%;
    }
    .informacoes-titulo h3{
        font-family: Barlow;
        font-size: 48px;
        font-weight: 700;
        line-height: 57.6px;
        color: #04436E;
    }
    .informacoes-titulo p{
        font-family: Barlow;
        font-size: 24px;
        font-weight: 500;
        line-height: 28.8px;
        color: #04436E;
        margin-top: 5%;
    }
    .formulario{
        width: 100%;
        height: 623px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .formulario form{
        width: 90%;
    }
    .formulario form .form-control{
        border: 1px solid #04436E;
        background-color: transparent;
    }
    .formulario form .form-control::placeholder{
        color: #04436E;
    }
    .form-button{
        display: flex;
        width: 80%;
        justify-content: flex-end;
        margin-bottom: 5%;                 
    }
    /* fim form primeiro passo */

    /* 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 */
}
@media screen and (max-width: 1280px){
    .banner-inicio{
        background-position: 70% 90%;
        background-repeat: no-repeat;
    }
    /* areas-desk */
    .content{
        width: 85%;
    }
    /* fim areas-desk */

    /* porque escolher a unifenas */
    .card-azul{
        width: 100%;
        height: 75%;
        border-radius: 0;
    }
    .card-branco{
        width: 100%;
    }
    .card-branco p{
        width: 100%;
    }
    .card-transparente{
        position: relative;
        width: 100%;
        margin-bottom: -50px;
    }
    .card-transparente h3{
        width: 100%;
        font-size: 40px;
    }
    .card-transparente span{
        font-size: 20px;
        margin-top: 10px;
    }
    /* fim porque escolher a unifenas */

    /* video */
    .div-content-conteudo{
        width: 100%;
        margin-left: 5%;
        margin-right: 5%;
    }
    /* fim video */

    /* descontos */
    .descontos-conteudo{
        height: 100%;
    }
    .descontos-conteudo-titulo{
        width: 90%;
        margin-top: 8%;
    }
    .descontos-conteudo-titulo h3{
        font-family: Barlow;
        font-size: 36px;
        font-weight: 700;
        line-height: 43.2px;
    }
    .descontos-conteudo-titulo span{
        justify-content: center;
    }
    .descontos-conteudo-bolsas{
        width: 100%;
        margin-top: 0;
    }
    .desconto-bolsa{
        margin-top: 10%;
    }
    .desconto-bolsa .linha{
        width: 80%;
    }
    .desconto-bolsa span{
        width: 70%;
        text-align: center;
    }
    .descontos-conteudo a{
        margin-bottom: 8%;
    }
    .disclaimer{
        width: 95%;
    }
    /* fim descontos */

    /* areas-cursos-2 */
    .areas2{
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .areas2-fundo{
        display: flex;
        width: 100%;
        z-index: 0;
        position: relative;
        flex-direction: column;
    }
    .area-azul{
        display: flex;
        justify-content: center;
        width: 100%;
        height: 30rem;
        background-color: #00ABC5;
        z-index: 0;
    }
    .area-azul-titulo{
        width: 100%;
        height: 124px;
        margin-top: 15%;
        margin-left: 3%;
    }
    .area-azul h3{
        font-family: Barlow;
        font-size: 36px;
        font-weight: 700;
        line-height: 43.2px;
    }
    .area-azul-texto-mobile{
        display: block;
        margin-top: 0;
        width: 100%;
        margin-left: 0;
    }
    .area-azul-texto-mobile p{
        font-family: Barlow;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        color: #fff;
    }
    .area-branca{
        display: none;
    }
    .area-branca-texto{
        display: none;
    }
    .area-branca-texto p{
        display: none;
    }
    .areas2-carrossel{
        right: 0;
        width: 100%;
        position: relative;
        z-index: 0;
        justify-content: center;
        margin-top: -10rem;
    }
    .carrossel .swiper-pagination{
        --si-carousel-pagination-bullet-bg: rgba(0, 0, 0, 1);
        --si-carousel-pagination-bullet-active-bg: rgba(0, 0, 0, 1);
        margin-left: 0;
        justify-content: center;
    }
    .botao-ver-areas{
        display: flex;
        justify-content: center;
        margin-right: 0;
        position: relative;
        margin-top: 5%;
    }
    .img-card{
        display: flex;
        width: 100%;
        height: 416px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        position: relative;
        border-radius: 8px;
    }
    .img-card img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }
    .img-card .content{
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
        z-index: 2;
        text-align: left;
        display: block;
    }
    .img-card .content h3{
        font-family: Barlow;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0.2em;
        text-transform: uppercase;
    }
    .img-card .content a{
        display: flex;
        text-decoration: none;
        color: #fff;
        align-items: center;
        text-transform: uppercase;
        font-family: Barlow;
        font-size: 14px;
        font-weight: 700;
        line-height: 16.8px;
        letter-spacing: 0.25em;
    }
    /* fim areas-cursos-2 */
}