@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: 14px;
    font-weight: 700;
    line-height: 19.2px;
    letter-spacing: 0.25em;
    padding: 10px;
}
.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 */

/* filtro cursos */
.filtro-cursos .container{
    display: flex;
    justify-content: center;
    margin-bottom: 2.5%;
}
.filtro{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 908px;
    height: 120px;
    padding: 18px 154px 18px 154px;
    border-radius: 8px;
    background-color: #00ABC5;
    z-index: 1;
    margin-top: -5%;
}
.filtro .linha{
    height: 84px;
    border-right: 1px solid #01DDFE;
    opacity: 50%;
}
.filtro .btn-link{
    color: #fff;
    font-family: Barlow;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    letter-spacing: 0.2em;
}
/* fim filtro cursos */

/* lista cursos */
.pill-area{
    background-color: #00ABC5;
    position: absolute;
    z-index: 1;
    padding: 5px, 10px, 5px, 10px;
    margin-top: 5%;
    margin-left: 5%;
}
.card-image span{
    font-family: Barlow;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0.25em;
}
.card-body span{
    font-family: Barlow;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    letter-spacing: 0.2em;
    color: #00ABC5;
}
.card-body h5{
    font-family: Barlow;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #04436E;
}
.cursos .card{
    margin-top: 10%;
}
.botao-cursos{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
}
.botao-cursos button{
    width: 427px;
}
.saiba-mais{
    font-family: Barlow;
    font-size: 11px;
    font-weight: 700;
    line-height: 16.8px;
    letter-spacing: 0.25em;
    text-align: left;
    color: #00ABC5;
}
.card-title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.cursos .card{
    min-height: 19rem;
}
/* fim lista cursos */

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

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

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

    /* filtro cursos */
    .filtro-cursos .container{
        display: flex;
        justify-content: center;
    }
    .filtro{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 0;
        border-radius: 8px;
        background-color: #00ABC5;
        z-index: 1;
        margin-top: -5%;
    }
    .filtro .linha{
        display: none;
    }
    .filtro .btn-link{
        color: #fff;
        font-family: Barlow;
        font-size: 16px;
        font-weight: 700;
        line-height: 19.2px;
        letter-spacing: 0.2em;
    }
    /* fim filtro cursos */

    /* form primeiro passo */
    .primeiro-passo{
        display: flex;
        width: 100%;
        height: 623px;
        background-color: #F8F8F8;
        flex-direction: column;
        margin-top: 5%;
        margin-bottom: 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 (min-width: 769px) and (max-width: 1280px){
    .banner-inicio{
        background-position: 70% 90%;
        background-repeat: no-repeat;
    }
    /* filtro cursos */
    .filtro-cursos .container{
        display: flex;
        justify-content: center;
    }
    .filtro{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 769px;
        height: 100%;
        padding: 0;
        border-radius: 8px;
        background-color: #00ABC5;
        z-index: 1;
        margin-top: -5%;
    }
    .filtro .linha{
        height: 84px;
        border-right: 1px solid #01DDFE;
        opacity: 50%;
    }
    .filtro .btn-link{
        color: #fff;
        font-family: Barlow;
        font-size: 80%;
        font-weight: 700;
        line-height: 19.2px;
        letter-spacing: 0.2em;
    }
    /* fim filtro cursos */
}

@media screen and (min-width: 768px) and (max-width: 1024px){
    .banner-inicio{
        background-position: 70% 90%;
        background-repeat: no-repeat;
    }
    .cursos .col-md-3{
        width: 50%;
    }
}