.formulario_text{
    text-align: center;
    padding: 0 2em;
}
.formulario_text h4{
    font-size: 24px;
    padding: 1em 0;
}
.formulario_contato{
    background-color:#1a4385;
    padding: 1em;
    border-radius: 10px;
    margin: 2em 0 1em 0;
}
.formulario_contato_flex{
    display: flex;
    justify-content: space-around;
    align-items: center;
    
}
.form_mapa{
    z-index: 2;
    position: relative;
    background-color: #fff;
}
.formulario_contato_flex a div{
        width: 250px;
        height: auto;
        min-height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        align-self: flex-start;
        color: #fff;
        padding: 1em .8em;
        text-align: center;
        gap: .7em;
}
.formulario_contato_flex a {
    align-self: flex-start;
}
.formulario_contato_flex a div h5{
    margin-bottom: .8em; 
}

.formulario_form__contato{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 2px 2px 10px ;
    border-radius: 5px;
    margin: 2em 1.5em;
    padding: 1.4em;
    
}


.form__contato__img{
    width: 45%;
}
.form__contato__content{
    width: 55%;
    align-self: flex-start;
}
.text__contato_content {
    margin-bottom: 2em;
}
.text__contato_content span{
    color: #1a4385;
    font-size: 14px;
    font-weight: 700;
}
.text__contato_content h2{
    margin-bottom: 1em;
}

.formulario__content_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    margin-bottom: 2em;
}

.styleform_contato div input{
    border: 1px solid #d3d3d3;
    padding: .8em;
    margin: .8em 0;
    width: 100%;
}
.formulario_button{
    background-color: #26A7EB;
    color: #fff;
    width: 100%;
    padding: 1em 0;
    font-weight: 700;
    font-size: 16px;
    margin-top: 1em;
    cursor: pointer;
}

.mapa {
    margin-top: -50px;
    display: block;
    height: 400px;
    width: 100%;
    margin-bottom: 20px;
}

.mapa iframe{
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1210px){
    .formulario_form__contato{
        justify-content: space-around;
    }
    .form__contato__content{
        width: 35%; 
    }
    
}
@media screen and (max-width:1000px){
    .formulario_contato_flex{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .formulario_contato_flex a {
        width: 100%;
    }
    .formulario_contato_flex a div{
        width: 100%;
        height: auto;
        min-height: auto;
    }
    .formulario_form__contato{
        flex-direction: column-reverse;
        align-items: center;
    }
    .form__contato__img{
        width: 100%;
        margin-top: 2em;
    }
    .form__contato__img img{
        width: 100%;
    }
    .form__contato__content{
        width: 100%;
        align-self: flex-start;
    }
}
@media screen and (max-width:350px){
    .formulario_contato_flex a div{
        font-size: 12px;
    }
}

















