.zona3{
    position: relative;
    margin-top: 0;
    width: 100%;
    height: 45vh;
    background-size: cover;
    background-position: center center; 
 }
 .zona3::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
}
.mainContacto{
    margin-top: 5%;
    margin-bottom: 1%;
}
.containerContacto{
    width: 95%;
    margin: auto;

    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);

}

.container--flex_contacto{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

}

.contact_info{
    width: 100%;
    height: 100%;
    position: relative;

    display: flex;
    flex-direction: column;
    /* align-items: center;
    justify-content: center; */

    background-size: cover;
    background-position: center center;
}
.contact_info::before{
    content: '';
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;

    background: #4091EC;
    opacity: 0.9;
}
.contact-information{
    width: 85%;
    margin: 10% auto;
    color: #fff;
    z-index: 2;
    font-weight: 800;
}


.column__titleContacto{
    font-size: 1.4em;
    width: 100%;
    margin-bottom: 8%;
}

.column__txtContacto{
    font-size: 1em;
    text-justify: inter-word;
    line-height: 1.5;
}
.contact-information li{
    margin-bottom: 2%;
}
.column__txtContacto___info{
    margin-bottom: 5%;
}

.mapita{
    display: block;
    width: 100%;
    height:300px;
}





form.form_contact{
    width: 100%;
    padding: 0  30px 6% 40px;
}


/* estilos del formulario 2 */
:focus{
    outline: none;
}


.form_wrap{
    width: 80%;
    height: 630px;
    margin: 50px auto;
    display: flex;

    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}


.info_title, .info_items{
    position: absolute;
    z-index: 2;
    color: #fff;
}
.info_title{
    margin-bottom: 60px;
} 
.fa-user-circle{
    font-size: 100px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    color: #FFF;
}
.info_title h2{
    font-size: 35px;
    text-align: center;
}

.info_items p{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* .fa-envelope{
    font-size: 30px;
    margin-right: 10px;
} */
.fa-mobile{
    font-size: 30px;
    margin-right: 15px;
    margin-left: 4px;
}

/* form.form_contact{
    width: 62%;
    padding: 30px 40px;
} */

/* ======FOMULARIO QUE SE MUESTRA============= */
form.form_contact h2{
    font-size: 20px;
    font-weight: 600;
    color: #4091EC;
    margin: 30px auto; 
    text-justify: inter-word;
    line-height: 1.5;
}
.user_info{
    display: flex;
    flex-direction: column;
}
.labelContacto{
    font-weight: 400;
    font-size: 1.1em;
    /* margin-top: 10px; */
}
.inputContact{
    width: 100%;
    padding: 8px 0 5px;
    margin-bottom: 20px;
    
    border: none;
    border-bottom: 2px solid #D1D1D1;

    color: #5A5A5A;
    font-size: 14px;
    font-weight: 400;
}
textarea{
    max-width: 100%;
    min-width: 100%;
    max-height: 90px;
}
.btnEnviar{
    width: 180px;
    background-color: #4091EC;
    padding: 10px;
    border: none;
    border-radius: 25px;
    margin-top: 5%;
    /* align-self: flex-end; */


    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.btnEnviar:hover{
    background: #3371B6;
}
/* ===FIN=========== */


/* validacion */
.modalWrap{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;

    display: flex;
    justify-content: center;
    align-items: center;

    
}
.mensaje_modal{
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    width: 400px;
    padding: 30px 20px 15px;
}
.tect_modal{
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}
.tect_modal::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #C5C5C5;
    margin: 10px 0 15px;
}
.text_D{
    font-size: 16px;
    color: #606060;
}
.fa-x{
    color: red;
}
#btnClose{
    display: inline-block;
    padding: 5px 10px;
    margin-top: 10px;

    background: red;
    color: #fff;
    cursor: pointer;
    border-radius: 25px;


    float:  right;
}
/* -------------------FIN FORMULARIO 2----------------------- */






/*------------------- estilos responsiv --------------- */
@media screen and (min-width:778px) {
    .column__titleContacto{
        font-size: 1.2em;
    }.column__titleContacto{
        font-size: 1.2em;
    }
    .column__txtContacto{
        font-size: 1em;
    }
    .mapita{
        display: none;
    }
}

@media screen and (min-width:900px){
    .containerContacto{
        width: 90%;
    }
    .contact_info{
        width: 50%;
    }
    form.form_contact{
        width: 50%;
    }
}
@media screen and (min-width:1600px){
    .containerContacto{
        /* width: 1400px; */
        /* background-color: red;
        height: 680px; */
    }
    .mapita{
        display: block;
        width: 100%;
        height:300px;
    }
}