/*para que no aparezca franja blanca, selector universal*/
  * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    /*fin del selector universal para que no se generen padding*/
  }
.section{
  margin-top: 100px;
  width: 100%;
  height: auto;

  text-align: center;
}
.section .foto{
  display: inline-block;
  vertical-align: middle;
}
.section .texto2{
  display: inline-block;
  vertical-align: middle;
}
  .foto{
  width: 190px;
  height: 190px;
  border: solid 3px #EA6D0D;
}
.foto img{
  width: 180px;
  height:180px;
}
.texto2{
  width: 100%;
  height: auto;
  /*border: solid 1px #fff;*/
}
.empre{
  font-size: 40px;
  color: #999999;
  text-align: left;
  margin-bottom: 50px;
}

.section h5, .texto3{
  text-align: left;
}

   .fondo{
    background-color:#183a68;
   }
  .logo img{
    height: 75px;
  }
   .contactos{
    margin-top: 50px;
   }
   .contactos .row{
    margin-top: 50px;

   }
.d-block{
    width: 100%;
  height: auto;
   }
   .navbar-brand img{
    margin-top: 10px;
    margin-left: 10px;
    width: 200px;
    height: 80px;
   }
   nav .navbar-brand{
    height: 100px;
    margin-top: -15px;
   }
    .linea{
    border-top: 5px solid 1px #0077C0;
    margin-bottom: 40px;
    }
     .contenedor-novedades{
      display: flex;
      width: 89%;
      margin: auto;
      justify-content: space-around;
      flex-wrap: wrap;
      
    
    }
    .fondo2 a:hover{
      background-color: #EA6D0D;
      color: #fff;
    }
     
     .imagen img{
      width: 100%;
      height: 100%;
      object-fit: cover;    
    }
     .overlay{
      position: absolute;
      bottom: 0;
      left: 0;
      background: rgba(0, 118, 192, 0.781);
      width: 100%;
      height: 0;
      transition: .5s ease;
      overflow: hidden;
    
    }
     .overlay h2{
      color: #ffffff;
      font-size: 150%;
      position: absolute;
      top: 50%;
      left: 50%;
      text-align: center;
      transform: translate(-50%, -50%);
    }
     .imagen:hover .overlay{
      height: 100%;
      cursor: pointer;
    
    }




    .valor img{
      margin-top: 60px;
      width: 100px;
      height: 100px;
    }
    .textov{
      margin-top: 10px;
    }
     .textov p.maxi{
      font-size: 75px;
      font-family: sans-serif;
    }
    .textov p{
      font-size: 20px;
      font-family: sans-serif;
    }


.logo3m img{
  width: 100%;
  height: 80%;

}




    .wf{
  margin: 10px 10px 0px 0px;
  float: left;
  position: relative;
}

#footer-area{
  padding: 90px 0 60px 0;
  background-color: #262626;
  color:#fff;
}
.footer-social{
  margin-top: 40px;

}
.single-footer h4{
  font-weight: 500;
  margin-bottom: 25px;
  color:#fafafa;
  font-family: verdana;
}
.single-footer p{
  font-size: 14px;
}
.link-area li{
  padding: 5px 5px 5px 0;
  list-style: none
}
.link-area li a{
  text-transform: capitalize;
  color:#ddd;
  font-family: verdana;
  font-size: 14px;
}
.link-area li a i{
  margin-right: 10px;
  color:#ddd;
}
.link-area{
  padding: 0;
}
.single-footer p{
  font-family: verdana;
  
}












.footer-social li i{
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: inline-block;
  background: #000;
}
.footer-social li a i{
  color: #fff;
  padding: 8px;
}
.copyright-area p{
  font-size: 15px;
}
.maps{
  height: 500px;
  margin-bottom: 200px;
}
.maps iframe{
  width: 100%;
  height: 100%;
}
.fin{
  margin-top: 20px;
  margin-bottom: -50px;
}
.sm{
  margin: 20px 0;
}
.sm a{
  display: inline-flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  transition: 0.4s;
  border-radius: 50%
}
.sm a:hover{
  list-style: none;
  text-decoration: none;
  color: #fff;
  background: #EA6D0D;
  
}




}
.sm1{
  margin: 20px 0;
}
.sm1 a{
  margin-top: 10%;
  display: inline-flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 18px;
  transition: 0.4s;
  border-radius: 50%
}
.sm1 a:hover{
  list-style: none;
  text-decoration: none;
  background: #000;
  color: #fff;
  
}

/* para el boton flotante */
/* .btn-wsp{
  margin: 0;
  padding: 0;
  border: 0;
} */

.btn-wsp{
  position: fixed;
  width: 55px;
  height: 55px;
  line-height: 55px;
  bottom: 30px;
  right: 30px;
  background: #0df053;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 100;
}
.btn-wsp:hover{
  text-decoration: none;
  color: #0df053;
  background: #fff;
}