.banner{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 80px 0 0 0;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}
.banner_titulo{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    color: #2D2D2D;
}
.banner_caminho{
    display: flex;
    align-items: baseline;
}
.home{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #2D2D2D;
}
.pagina{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}
.contato_formulario {
    display: flex;
    justify-content: center;
    background-color: #fff;
}
.contato_formulario input {
    width: 550px;
    margin: 0.5rem 0;
    background: #FFFFFF;
    border: 1px solid #AFAFAF;
    border-radius: 5px;
    color: #5d5d60;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #AFAFAF;
}
.contato_formulario textarea {
    margin: 0.5rem 0;
    background: #FFFFFF;
    border: 1px solid #AFAFAF;
    border-radius: 5px;
    color: #5d5d60;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #AFAFAF;
}
.contato_formulario button {
    margin: 0.5rem 0;
    padding: 0.5rem 5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #FCC938;
    border: 2px solid #FCC938;
    border-radius: 30px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #000066;
}
.contato_formulario label{
    margin: 0;
    padding: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}

.btn_enviar{
    width: 552px;
}
._red_{
    color: red;
}
.entre{
    margin: 50px 0;
}
.titulo_entre{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    color: #000000;
}
.redes_txt{
    padding: 0 20px;
    /* background-color: #000066; */
}
.redes_txt h5{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    color: #000000;
}
.redes_txt p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}
.redes_icon{
    display: flex;
    margin: 15px 0;
}
.redes_icon div{
    display: flex;
    align-items: center;
    padding: 0 10px;

}
.redes_icon_txt{
    display: flex;
    flex-direction: column;
}
.redes_icon_txt p{
    display: contents;
    padding: 15px 0;
}
div .titulo_redes{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}


@media screen and (orientation: portrait), (max-width: 1000px) {
    .mobile_none {
        display: none;
    }
    .banner {
        flex-direction: column;
    }
    .banner_img{
        width: auto;
    }
    .banner_img > img {
        max-width: 380px;
        height: auto;
    }
    .banner_txt {
        padding: 10px 15px;
        width: 90vw;
        text-align: center;
    }
    .icone_telefone{
        justify-content: center;
    }

    .btn_enviar,
    .contato_formulario textarea,
    .contato_formulario input {
        width: 90vw;
    }
    .contato_formulario{
        flex-direction: column;
    }
    .redes_icon_txt p{
        font-size: 15px;
    }
    .redes_txt{
        display: none;
    }
    .entre{
        text-align: center;
    }

}
