/* Sobre Nós */
.enquadramento {
    width: 100%;
    height: 580px;
    background-image: url(../img/reza.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.enquadramento .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 27, 42, 0.927);
}

.enquadramento h2 {
    padding-top: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.enquadramento span {
    color: #daeeff;
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
}

.enquadramento p {
    color: #eeeeee;
    font-size: 1.1em;
    padding-top: 15px;
}

/* MissÃ£o, VisÃ£o e Valores  */
.objetivos {
    margin-top: -190px;
    margin-bottom: 100px;
    text-align: center;
}

.cartao {
    background-color: #ffffff;
    border-radius: 10px;
    height: 270px;
    padding-top: 30px;
    border-bottom: 4px solid #133555;
}

.cartao .icone {
    background-image: linear-gradient(to right, #133555, #2d6193, #133555);
    position: relative;
    margin: auto;
    font-size: 1.8em;
    height: 60px;
    width: 60px;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.cartao h4 {
    padding-top: 10px;
    font-weight: 700;
    color: #2d6193;
}

.cartao p {
    text-align: left;
    padding: 0px 20px 0px 20px;
    font-size: 1.1em;
}

.cartao .fas {
    font-size: .6em;
}

/* Diretor  */
.diretor {
    background-color: #fff;
    margin-top: -30px;
    margin-bottom: 70px;
    height: 280px;
}

.fotos img {
    width: 80%;
    margin: 20px;
}

.frases_diretor h4 {
    padding-top: 30px;
    padding-left: 20px;
    color: #133555;
    font-weight: 700;
}

.frases_diretor .executivo {
    color: #2d6193;
    font-weight: 500;
    margin-top: -5px;
}

.frases_diretor p {
    font-size: 1em;
    padding: 0 30px 0 20px;
}


/* Responsive Tela Smartphone */
@media (max-width: 768px) {

    /* Sobre Nós */
    .enquadramento {
        width: 100%;
        height: 650px;
        background-image: url(../img/reza.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        overflow: hidden;
    }

    .enquadramento .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(16, 46, 74, 0.932);
    }

    .enquadramento h2 {
        padding-top: 30px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.5em;
    }

    .enquadramento span {
        color: #daeeff;
        font-size: 1.1em;
        font-weight: 600;
        text-transform: uppercase;
    }

    .enquadramento p {
        color: #eeeeee;
        font-size: 1em;
        padding-top: 15px;
    }

    /* MissÃ£o, VisÃ£o e Valores  */
    .objetivos {
        margin-top: -45px;
        text-align: center;
    }

    .cartao {
        background-color: #ffffff;
        border-radius: 10px;
        height: auto;
        padding-top: 30px;
        border-bottom: 4px solid #133555;
        margin-bottom: 70px;
    }

    .cartao .icone {
        background-image: linear-gradient(to right, #133555, #2d6193, #133555);
        position: relative;
        margin: auto;
        font-size: 1.8em;
        height: 60px;
        width: 60px;
        color: #ffffff;
        border-radius: 50%;
        display: grid;
        place-items: center;
        transition: 0.5s;
    }

    .cartao h4 {
        padding-top: 18px;
        font-weight: 700;
    }

    .cartao p {
        text-align: left;
        padding: 0px 15px 30px 15px;
    }

    /* Diretor  */
    .diretor {
        background-color: #fff;
        margin-top: -70px;
        margin-bottom: 70px;
        height: auto;
        border-radius: 10px;
    }

    .fotos img {
        width: 100%;
        text-align: center;
        margin: 0px;
        padding: 15px;
    }

    .frases_diretor h4 {
        padding-top: 0px;
        padding-left: 0px;
        color: #133555;
        text-align: center;
        margin-top: 0px;
    }

    .frases_diretor .executivo {
        color: #2d6193;
        font-weight: 500;
        margin-top: -5px;
        text-align: center;
        padding: 0px;

    }

    .frases_diretor p {
        font-size: 1.1em;
        padding: 0 30px 30px 20px;
    }


}