.entrada {
    display: flex;
    justify-content: space-between;
    padding: 2rem 0 1rem 0;
    color: #5d5d60;
}
.entrada h2 {
    color: #2367b5;
}

.entrada_pagina {
    display: flex;
    align-items: center;
}
.entrada_pagina h6 {
    padding: 0 5px;
}
.entrada_img {
    width: 100%;
    height: 219px;
}
.entrada_img_bg {
    background-image: url("../../img/site/entrada1.png");
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center 50%;
    height: 220px;
    border-radius: 1rem 7rem 2rem 1rem;
    transition: 2s;
}

.conteudo {
    display: flex;
}

.conteudo_texto {
    padding: 3rem 0 0 1rem;
    width: 70%;
    text-align: left;
    color: #5d5d60;
}

.conteudo_img {
    width: 42%;
}

.conteudo_img_bg {
    background-image: url("../../img/site/model.png");
    background-repeat: no-repeat;
    height: 200%;
    margin: -8rem 0 0 -1rem;
}

.lutas {
    display: flex;
    justify-content: center;
    align-self: center;
    /* margin: 0 0 7rem 0; */
}
h4 {
    font-size: 1.4rem;
}

.lutas_texto {
    padding: 0 0 0 0;
    /* width: 50%; */
    text-align: center;
    color: #5d5d60;
}
.lutas_texto h2 {
    color: #2367b5;
}
.lutas_img {
    width: 50%;
    padding: 0 0 0 1rem;
}
.lutas_img_bg {
    background-image: url("../../img/site/lutas.png");
    background-repeat: no-repeat;
    height: 500px;
    margin: 0 0 0 35px;
    border-radius: 1rem 1rem 1rem 1rem;
}
.oferecemos {
    display: flex;
    text-align: center;
}
.oferecemos_titulo {
    /* height: 25px; */
    /* width: 550px; */
    width: 250px;
}

.diretoria {
    display: flex;
    margin: 0 0 2rem 0;
}

.diretoria_texto {
    padding: 6rem 4rem 0 0;
    width: 60%;
    text-align: left;
    color: #5d5d60;
}

.diretoria h2 {
    color: #2367b5;
}

.diretoria_cards {
    width: 40%;
    display: flex;
    justify-content: space-around;
    margin: 5rem 0 0 0;
}
.efeito {
    transition: 2s;
}
.efeito:hover {
    background-size: 130% auto;
}

.diretoria_cards_texto h5 {
    margin: 15px 0 5px 0;
    color: #2367b5;
    font-weight: bold;
}

.diretoria_cards_texto p {
    font-size: 13px;
    margin: 0;
    color: #2367b5;
}

.diretoria_cards_texto div div {
    margin: 15px 0;
}

.diretoria_2 {
    display: flex;
    justify-content: space-around;
    margin-bottom: 6rem;
}

.titulo {
    color: #2367b5;
}
.txt {
    color: #5d5d60;
}

@media screen and (orientation: portrait), (max-width: 1000px) {
    .conteudo_img_bg {
        display: none;
    }
    .entrada_img {
        height: 150px;
    }
    .lutas {
        /* margin: -8rem 0 1rem 0; */
        margin: 0;
        display: block;
        text-align: center;
    }
    .oferecemos {
        justify-content: center;
    }
    .ajustes {
        margin: -70px 0 0 0 !important;
    }
    .lutas_img_bg {
        width: 85vw;
        margin: 0;
    }
    .lutas_texto {
        width: 100%;
    }

    .lutas_texto h2 {
        margin: -1rem 0 0 0;
        text-align: center;
    }
    .lutas_texto p {
        text-align: left;
        padding: 1rem 1rem 0 1rem;
    }
    .conteudo_texto {
        width: auto;
    }
    .entrada_pagina {
        display: none;
        width: 50vw;
    }
}
