body{
    font-family: 'Montserrat', sans-serif;
}

header {
    background: #eaf7fc;
}
.h2, h2 {
    color:#0a4f9f;
}

p{
    font-size: 1rem;
}


main {
    border-top: 15px solid #0eabe3;
    border-bottom: 30px solid #0eabe3;
}

.bg-azul{
   background: #eaf7fc; 
   /*background: linear-gradient(180deg, rgba(234,247,252,1) 55%, rgba(255,255,255,1) 100%); */
}

.bg-efetivo{
    background-image: url(../img/bg-efetivo-1.png);
    background-repeat: repeat-y;
    background-size: cover;
    background-attachment: fixed;
}

section img {
    max-width: 100%;
}

.sec-1 h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5rem;
    font-weight: bold;
}

.sec-1 .col-md-5 {
    padding-top: 7.5rem;
}

.sec-1 .col-md-7 {
    display: flex;
    /* justify-content: flex-end; */
    padding-left: 5.3125rem;
}

.sec-2 {
    padding: 5rem 0 3.4375rem 0;
}

.sec-2 h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
}

.sec-2 .col-md-4 .h-100 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sec-3 {
    padding: 4.6875rem 0;
}
.sec-3 h2{
   font-family: 'Montserrat', sans-serif; 
   font-size: 2.25rem; 
   font-weight: bold;
}

.sec-4{
    padding-top: 3.75rem;
}

.sec-4 h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 2.25rem;
    font-weight: bold;
}

.font-space {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

a.botao-login {
    font-size: 1.125rem;
    color: #FFFFFF;
    width: 131px;
    height: 44px;
    background: #0eabe3;
    text-decoration: none;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    gap: 10px;
}

.full-box {
    display: flex;
    gap: 62px;
    margin-top: 80px;
}

.whatsapp-contato{
    color:#0a4f9f;
}

.whatsapp-contato ul {
    list-style: none;
    padding: 0;
    display: flex;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.125rem;
}

.contato-tel {
    color: #0a4f9f;
    font-size: 1.9375rem;
    font-weight: bold;
}

.contato-tel a{
    color: #0a4f9f;
    font-size: 1.9375rem;
    font-weight: bold;
    text-decoration: none;
}

.direita {
    background: #e9e9e9;
    width: 255px;
    height: 95px;
    border-radius: 10px;
    display: flex;
    padding: 0 25px 0 30px;
    gap: 20px;
    justify-content: center;
    align-items: center;
    line-height: 1rem;
}

.direita a{
    background: #e9e9e9;
    width: 255px;
    height: 95px;
    border-radius: 10px;
    display: flex;
    padding: 0 25px 0 30px;
    gap: 20px;
    justify-content: center;
    align-items: center;
    line-height: 1rem;
    text-decoration: none;
}

.direita img {
    max-width: 100%;
    width: 64px;
    height: 64px;
}

.direita span {
    color: #0a4f9f;
    font-size: 1rem;
    font-weight: bold;
}

footer {
    background: #e9f7fb;
    height: 200px;
    display: flex;
    align-items: center!important;
    justify-content: center!important;
}

footer .col-12.col-md-8 {
    display: flex;
    gap: 80px;
}

footer a {
    color: #262626;
    text-decoration: none;
    font-size: 1rem;
}

footer .col-md-8 img {
    width: 246px;
    height: 76px;
}

footer .col-12.col-md-4 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.texto-rodape {
    color: #262626;
    font-family: Verdana, arial;
    font-size: 0.875rem;
}


@media (max-width: 767px){

    header .d-flex.flex-row.align-items-center.justify-content-between {
        padding: 1rem;
    }

    img.logo-topo {
        max-width: 80%;
    }

    .sec-1 .col-md-5 {
        padding-top: 2rem;
    }

    .sec-1 .col-md-4 {
        padding-top: 2.5rem;
    }

    .sec-1 h2 {
        font-size: 2.5rem;
    }

    .sec-2 h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 1.8rem;
        font-weight: bold;
    }

    .sec-2 h2 br {
        display: none;
    }

    .sec-3 {
        padding: 2.6875rem 0;
    }

    .sec-4 h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 1.8rem;
        font-weight: bold;
    }

    h2 br, p br {
        display: none;
    }

    .full-box {
        display: block;
        gap: 62px;
        margin-top: 50px;
        width: 100%;
    }

    .esquerda {
        text-align: center;
    }

    .whatsapp-contato ul {
        list-style: none;
        padding: 0;
        display: flex;
        font-size: 1.125rem;
        font-weight: bold;
        line-height: 1.125rem;
        align-items: center;
        justify-content: center;
    }

    .contato-tel {
        color: #0a4f9f;
        font-size: 1.9375rem;
        font-weight: bold;
        margin-bottom: 40px;
    }

    .direita {
        background: #e9e9e9;
        width: 255px;
        height: 95px;
        border-radius: 10px;
        display: flex;
        padding: 0 25px 0 30px;
        gap: 20px;
        justify-content: center;
        align-items: center;
        line-height: 1rem;
        margin: 0 auto;
    }

    .order-first-mobile {
        order: -1!important;
    }

    .order-last-mobile {
        order: 6!important;
    }

    footer {
        display: inline-block;
        width: 100%;
        height: 380px;
    }

    footer .row {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    footer .col-12.col-md-8 {
        display: inline-block;
        gap: 80px;
    }

    .texto-rodape {
        color: #262626;
        font-family: Verdana, arial;
        font-size: 0.875rem;
        margin: 20px 0;
        /* margin-bottom: 20px; */
    }

    footer .col-12.col-md-4 {
        display: inline-block;
        align-items: flex-end;
        justify-content: flex-end;
    }

    footer .col-12.col-md-4 img{
        margin-top: 20px;
    }

}