@font-face {
  font-family:'segoeui';
  src: url('../fonts/segoeui.ttf') format('truetype');
  font-weight: normal;
}

*{
  padding: 0;
  margin: 0;
}

html, body{
  height: 100%;
}

ul,li{
  margin: 0;
  padding: 0;
}

a{
  text-decoration: none;
  outline: 0;
}

body{
  font-family:'segoeui';
  overflow-x:hidden;
}

.wrapper{
  margin: 0 auto;
  position: relative;
  width: 100%;
  min-height: 100%;
  background-color:#FFF;
  position:absolute;
}

header{
 width:100%;
 height:123px;
 margin: 0 auto;
 display: inline-block;
 position: fixed;
 top: 0;
 z-index:2;
 background-image: url("../images/puntitos.jpg");
}

.menuresp{
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 2em;
  color: #417FB9;
  width: 55px;
  height: 55px;
  line-height: 52px;
  text-align: center;
  display: none;
  border: 1px solid #417FB9;
  border-radius: 4px;
  background-color: #FFF;
}

#togglemenu{
  position: absolute;
  visibility: hidden;
}

.menu{
  width:100%;
  height:47px;
  background-color: #417FB9;
  text-align:center;
  line-height: 45px;
  color: #ffffff;
  cursor: pointer;
}

.menu ul{
  position: relative;
  list-style: none;
  top: 7px;
  width:1005px;
  height: 34px;
  margin: 0 auto;
}

.menu ul li{
  text-align: center;
  float: left;
  padding: 0;
  border-left: 1.5px solid #ffffff;
  position: relative;
  margin: 0 auto;
  width: 200px;
  height: 34px;
  font-size:1.3em;

}

.menu ul li:first-child{
  border-left: 1.5px solid transparent;
}


.menu ul li a{
  color: #ffffff;
  font-size: 1em;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 34px;
}

.menu ul li a:hover{
  font-weight: bolder;
  color: #ffffff;
}

.active{
  font-weight: bolder;
  color: #ffffff;
}

.frase{
  position: absolute;
  bottom: 25px;
  left: 242px;
  font-size: 1.2em;
  font-style: italic;
}

.logo{
  display: block;
  position:absolute;
  width: 115px;
  height:auto;
  bottom:10px;
  left: 5%;
}

.logo img{
  width: 100%;
  height: auto;
}

.redes{
  display:inline-block;
  position:absolute;
  bottom:20px;
  right:5%;
}
.redes a{
  display: inline-block;
  width: 25px;
  height: 25px;
  transition: all ease .3s;
}

.redes a:hover{
  transform: scale(1.2);
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

  .rslides {
    margin: 0 auto;
    }

  .rslides_container {
    position:fixed;
    float: left;
    width: 100%;
    height: auto;
    top: 11%;
    z-index: 1;
  }

  .centered-btns_nav {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0.7;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    margin-top: -45px;
    }

  .centered-btns_nav:active {
    opacity: 1.0;
    }

  .centered-btns_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
    }

  .transparent-btns_nav {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #fff; /* Fix for IE6-9 */
    opacity: 0;
    width: 48%;
    overflow: hidden;
    height: 91%;
    }

  .transparent-btns_nav.next {
    left: auto;
    right: 0;
    }

  .large-btns_nav {
    z-index: 3;
    position: absolute;
    opacity: 0.4;
    overflow: hidden;
    top: 40%;
    bottom: 0;
    left: 20px;
    width: 50px;
    height: 60px;
    }

    .large-btns_nav i{
      font-size: 3.6em;
      color: #99A3A3;
    }

  .large-btns_nav:active {
    opacity: 1.0;
    }

  .large-btns_nav.next {
    left: auto;
    background-position: right 50%;
    right: 20px;
    }


.content{
  position: relative;
  margin: 120px 0 120px 0;
  min-height: 100%;
}


/*Nosotros*/
.imgnosotros{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.tlthead{
  position: relative;
  width: 100%;
  height: 65px;
  background-color: #DFE1DF;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(14, 21, 28, 0.75);
-moz-box-shadow:    0px 0px 18px 0px rgba(14, 21, 28, 0.75);
box-shadow:         0px 0px 18px 0px rgba(14, 21, 28, 0.75);
}

.tltcnt{
  position: relative;
  max-width: 1200px;
  height: 65px;
  padding: 0 40px;
  margin: 0 auto;
}

.tltcnt i, .tltcnt h2{
  position: absolute;
}

.tltcnt i{
  font-size: 2em;
  color: #0A83BE;
  margin: 17px 0 0 0;
}

.tltcnt h2{
  width: 330px;
  font-style: italic;
  font-weight: 800;
  font-size: 2em;
  line-height: initial;
  top: 10px;
  left: 60px;
}

.pnosotros{
  position: relative;
  max-width: 1200px;
  padding: 10px 40px;
  margin: 10px auto;
  text-align: justify;
  font-size: 1em;
}

.imgnosotros2{
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.textos{
  position: relative;
  max-width: 1200px;
  margin: 30px auto 0 auto;
  padding: 0 20px;
}

.mision, .vision{
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin: 0 2%;
}

.valores{
  display: inline-block;
  vertical-align: top;
  width: 20%;
  margin: 0 2%;
}

.valores ul{
  margin: 12px 0 0 40px;
  text-indent: 15px;
}

.imgnostext{
  display: block;
  width: auto;
  height: 120px;
  margin: 0 auto 15px auto;
}

.textnos i{
  position: relative;
  color: #0A83BE;
  margin: 0 0 0 20px;
  font-size: 1.5em;
}

.textnos label{
  font-weight: 800;
  font-size: 1.2em;
}

.mision p, .vision p, .valores p{
  margin: 10px 20px;
  text-align: justify;
}

/*Servicios*/

.servcnt{
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  padding: 040px;
}

.serv{
  position: relative;
  width: 29%;
  margin: 0 2% 2% 2%;
  display: inline-block;
  vertical-align: top;
  transition: all .3s ease;
}

.serv:hover{
  transform: scale(1.02);
}

.serv i{
  color: #0A83BE;
  font-size: 1.5em;
}

.serv label{
  font-weight: 800;
  font-size: 1.4em;
}

.serv img{
  display: block;
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.serv p{
  width: auto;
  text-align: justify;
  overflow: hidden;
  transition: all 1s ease;
}

.cntserv:hover{
  -webkit-box-shadow: 0px 0px 19px 0px rgba(30, 30, 30, 0.59);
-moz-box-shadow:    0px 0px 19px 0px rgba(30, 30, 30, 0.59);
box-shadow:         0px 0px 19px 0px rgba(30, 30, 30, 0.59);
}

.hide{
  padding: 0;
  height: 0;
}

.show{
  padding: 5px 10px;
  height: 125px;
}

.serv a{
  display: block;
  width: 100%;
  background-color: #417FB9;
  text-align: center;
  color: #FFF;
  padding: 5px 0;
  font-weight: 800;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

/*Clientes*/

.testimonio{
  position: relative;
  margin: 0 auto 10px auto;
  max-width: 1200px;
  height: 125px;
  background-color: #DADADB;
  transition: all 0.3s ease;
}

.testimonio:hover{
  transform: scale(1.02);
}

.tphoto{
  position: relative;
  width: 120px;
  height: 100%;
}

.userphoto{
  position: relative;
  margin: 0 auto;
  display: block;
  top: 12px;
  width: 100px;
  height: auto;
  border-radius: 50px;
}

.sicon{
  position: relative;
  display: block;
  width: 25px;
  height: auto;
  margin: -15px 0 0 75px;
}

.testimonio label, .testimonio p{
  position: absolute;
  left: 124px;
}

.testimonio label{
  top: 14px;
  color: #0C8ECB;
  font-weight: 600;
}

.testimonio p{
  width: 70%;
  top: 38px;
  color: #69726E;
  font-weight: normal;
  font-size: 0.9em;
}

/*Contactanos*/

.contactanos{
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}

.contactdata, #mapa{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: auto;
}

.mensaje{
  position: relative;
  margin: 20px auto;
  max-width: 1200px;
  height: 32px;
}

.mensaje a{
  position: absolute;
  display: block;
  color: #FFF;
  background-color: #032B46;
  right: 2%;
  padding: 5px 10px;
  border-radius: 6px;
}

#mapa{
  margin: 0 0 0 -5px;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.contactitem{
  position: relative;
  width: 85%;
  height: 90px;
  margin: 0 auto 10px auto; 
  background-color: #015C8A;
}

.contactitem i, .contactitem img, .contactitem p{
  position: absolute;
}

.contactitem i{
  display: block;
  width: 50px;
  height: 50px;
  background-color: #FFF;
  border-radius: 50px;
  color: #015C8A;
  text-align: center;
  line-height: 50px;
  font-size: 2.1em;
  top: 20px;
  left: 15px;
}

.contactitem p{
  top: 23px;
  left: 75px;
  color: #FFF;
  font-size: 1em;
}

.linetext{
  line-height: 40px;
}

.contactitem img{
  height: 90px;
  width: auto;
  top: 0;
  right: 0;
}

/*Contacto*/
#contacto{
  display: none;
  position: relative;
  width: 600px;
}

#contacto h2{
  display: block;
  width: 100%;
  color: #015C8A;
  padding: 5px 0;
  margin: 0 0 30px 0;
  font-size: 1.1em;
  border-bottom: 3px solid #015C8A;
}

.contactform, #contacto img{
  display: inline-block;
  vertical-align: top;
  width: 293px;
}

.contactform span, .contactform input[type="text"] , .contactform input[type="email"], .contactform textarea{
  display: inline-block;
  vertical-align: top;
  margin: 0 0 10px 0;
}

.contactform span{
  text-align: right;
  width: 80px;
  color: #015C8A;
  padding: 0 10px 0 0;
}

.contactform input[type="text"] , .contactform input[type="email"]{
  width: 168px;
  padding: 6px 10px;
  border: 0;
  outline: none;
  background-color: #C7CCCD;
  border-radius: 6px;
}

.contactform textarea{
  min-width: 168px;
  max-width: 168px;
  padding: 6px 10px;
  min-height: 100px;
  max-width: 150px;
  background-color: #C7CCCD;
  border: 0;
  outline: none;
  border-radius: 6px;
}

.contactform input[type="submit"]{
  margin: 0 0 20px 220px;
  color: #FFF;
  background-color: #015C8A;
  padding: 6px 12px;
  border: 0;
  outline: none;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
}

/*Footer*/    

footer{
    position: absolute;
    width: 100%;
    left: 0px;
    height: 80px;
    bottom: 0px;
    background-color: rgb(36, 85, 131);
    z-index: 2;
    background-image: url("../images/tramado01.png");
}

.logotipo{
  position:absolute;
  height:auto;
  right: 53px;
  top: 18px;
  }

.reserva{
  width: 124px;
  height: 62px;
  display: block;
  position: absolute;
  left: 62px;
  top: 17px;
}

.reserva span, .reserva img{
  display: inline-block;
  vertical-align: top;
}

.reserva span{
  position: relative;
  color:#ffffff;
  width: 62px;
  height: 62px;
  font-weight: 800;
  line-height: 21px;
  font-size: 1.32em;
  }

.reserva img{
  width: 40px;
  height: auto;
}

.pwb{
 position: absolute;
 color: #ffffff;
 width: 150px;
 font-size: 1em;
 left: 0;
 right: 0;
 margin: 0 auto;
 bottom: 5px;
 text-align: center;
}


