@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
/* portada contacto */
.portada-cont{
    width: 100%;
    height: 90vh;
    color: #ffffff;
    font-size: 30px;
    font-weight: 800;
}
.wave-cont{
    position: absolute;
    width: 100%;
    
}
/* fin .portada- contacto */
/* redes  */

.icons{
  display: inline-flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
.icons a{
  margin: 0 25px;
  text-decoration: none;    
  display: block;
  position: relative;
}
.icons a .layer{
  width: 55px;
  height: 55px;
  transition: transform 0.3s;
}
.icons a:hover .layer{
  transform: rotate(-35deg) skew(20deg);
}
.icons a .layer span{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff; 
  border-radius: 5px;
  transition: all 0.3s;
  font-size: 30px;
  line-height: 55px;
  text-align: center;
}
.icons a:hover .layer span:nth-child(1){
  opacity: 0.2;
}
.icons a:hover .layer span:nth-child(2){
  opacity: 0.4;
  transform: translate(5px, -5px);
}
.icons a:hover .layer span:nth-child(3){
  opacity: 0.6;
  transform: translate(10px, -10px);
}
.icons a:hover .layer span:nth-child(4){
  opacity: 0.8;
  transform: translate(15px, -15px);
}
.icons a:hover .layer span:nth-child(5){
  opacity: 1;
  transform: translate(20px, -20px);
}
.icons a:nth-child(1) .layer span,
.icons a:nth-child(1) .text{
color: #03658C;
border-color: #03658C;
}
.icons a .text{
position: absolute;
left: 50%;
bottom: -5px;
opacity: 0;
font-weight: 500;
transform: translateX(-50%);
transition: bottom 0.3s ease, opacity 0.3s ease;
}
.icons a:hover .text{
bottom: -35px;
opacity: 1;
}

/* fin redes */
/* formulario contactos */
.form-cont{
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
  margin-top: 80px;
  text-align: center;
}
.form-cont h1{
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-right: 10px;
  margin-left: 10px;
  line-height: 22px;
}
.form-cont p{
  text-align: left;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 15px;
  margin-bottom: 40px;
}
.form-icon{
  font-size: 30px;
  margin-right: 10px;
  color: #00AAD8;
}

/* fin formulario contactos */
 /* ]mapa de contacto */
 .contac-map{
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
 }
 .goo-maps{
   width: 90%;
   height: 450px;
  margin-left: 5%;
  margin-right: 5%;
  border-width: 5px;    
  border-style: double;
  border-color: rgba(185, 180, 180, 0.466);
  border-radius: 10px;
  /* background-color: linear-gradient(120deg, rgba(234, 236, 236, 0.699) 0%, rgba(184, 193, 218, 0.301) 100%); */
 }
 .goo-maps-img{
  width: 90%;
  height: 450px;
  margin-left: 5%;
  margin-right: 5%;
  border-width: 5px;    
  border-style: double;
  border-color: rgba(185, 180, 180, 0.466);
  border-radius: 10px;
 }
 .goo-maps-img img{
    width: 100%;
    height: 100%;
  }
 /* .fondo-hover{
   width: 40%;
   height: 460px;
   margin-top: -455px;
   background-color: rgba(129, 200, 218, 0.541);
   position: absolute;
   border-width: 5px;    
    border-style: double;
    border-color: rgba(185, 180, 180, 0.466);
   border-radius: 10px;
  display: block;
 }
 .fondo-hover:hover{
  display: none;
 } */
 /* fin mapa contacto */