body {
 
     background-image: url(../img/);

}
  
 header {
 
  background-color: #fff;
    position: sticky;
  display: flex;

}


.img {
  margin-top: 1em;
}

  
 .ft {
 
  background-color: #0069D9;
  color: #fff;
   
  display: flex;

}




section {
 
     background-image: url(../img/p.png);
    position: sticky;
  display: flex;

}




#map {
    height: 100%;
  }
  html, body {
    height: 100%;
    margin: 0;
    padding: 0;
  }






footer{
  position: absolute;
  background-color: #878685;
  width: auto;
  height: 25em;
  margin-top: 1em;
  padding-top: 1em;
}

.uu {
 
 
  font-size: 10.5rem;
 
padding-bottom: 10px;
padding-top: 1em; 
  }

a:hover {
  background-color: gold;
}
       
.uli{
  position: relative;
  float: center;
  border-radius: 50%;
  width: 100px;
  height: 85px;

   margin-top: 2em;
    }

.uli2{
    padding-left: 1em;
    padding-right: 1em;
    margin-right: 1em;
  margin-left: 1em;
  background-color: #fff;
-webkit-box-shadow: 2px 9px 30px 1px rgba(0,0,0,0.61);
-moz-box-shadow: 2px 9px 30px 1px rgba(0,0,0,0.61);
box-shadow: 2px 9px 30px 1px rgba(0,0,0,0.61);
    }
 


.wha{
height: 50px;
width: 60px;
float: center;
margin: 0;
padding: 0;
margin-left: 6em;
position: relative;
}  

/*************** Estilos del pie de pagina ***************/
.footer{ 
    clear:both;
    color: #fff;
    background-color: #00796b;
    position: relative;
    height: auto;
}
.footer-copyright{
    padding: 20px 0 10px 0;
    font-size: 18px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,.4);
}
 



.form_wrap{
    width: 100%;
    height: 530px;
   
    display: flex;

    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

/* Informacion de Contacto*/

.cantact_info::before{
    content: '';
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;

    background: #4091EC;
    opacity: 0.9;
}

.cantact_info{
    width: 100%;
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background-image: url('../fondo.jpg');
    background-size: cover;
    background-position: center center;

}

.info_title,
.info_items{
    position: relative;
    z-index: 2;
    color: #fff;
}

.info_title{
    margin-bottom: 60px;
}

.info_title span{
    font-size: 100px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.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;
}

.info_items p:nth-child(1) span{
    font-size: 30px;
   
}

.info_items p:nth-child(2) span{
    font-size: 50px;
   
  
}


/* Formulario de contacto*/
form.form_contact{
    width: 100%;
    padding: 1em 1em;
}

form.form_contact h2{
  font-size: 25px;
  font-weight: 600;
  color: #303030;
  margin-bottom: 30px;
}

form.form_contact .user_info{
    display: flex;
    flex-direction: column;
}

form.form_contact label{
    font-weight: 600;
}

form.form_contact input,


form.form_contact textarea{
    max-width: 100%;
    min-width: 100%;
    max-height: 90px;
}

form.form_contact input[type="button"]{
    width: 180px;
  background: #4091EC;
 
  border: none;
  border-radius: 25px;

    align-self: flex-end;
color: #fff;
  font-family: 'Open sans';
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

form.form_contact input[type="button"]:hover{
    background: #3371B6;
}

/* Ventana de errores*/
.modal_wrap{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);

    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;

    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;
}

.mensaje_modal h3{
    text-align: center;
    font-family: 'Ubuntu';
  font-size: 20px;
  font-weight: 400;
}

.mensaje_modal h3:after{
    content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #C5C5C5;
  margin: 10px 0px 15px;
}

.mensaje_modal p{
    font-size: 16px;
    color: #606060;
}

.mensaje_modal p:before{
    content: "\f00d";
    font-family: FontAwesome;
    display: inline-block;
    color: #E25151;
    margin-right: 8px;
}

#btnClose{
    display: inline-block;
  padding: 3px 10px;
  margin-top: 10px;

  background: #E25151;
  color: #fff;
  border: 2px solid #B14141;
  cursor: pointer;

  float: right;
}
