@charset "utf-8";
/*
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Slab', serif;
*/
header,
section,
article,
nav,
footer,
aside,
figure,
form {
  display: block;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  background: #fff;
}
* {
  box-sizing: border-box;
}
p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #333333;
  line-height: 23px;
  margin: 6px;
}
h1 {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  color: #333333;
  margin: 6px;
  font-weight: 900;
}
h2 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  color: #333333;
  margin: 6px;
  font-weight: 700;
}
h3 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #333333;
  margin: 6px;
  font-weight: 600;
}
h4 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #333333;
  margin: 6px;
  font-weight: 600;
}
a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #333333;
}
a img {
  border: none;
}
ul,
ol {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #636569;
}
img {
  display: block;
}
#resultado {
  color: #9f000d;
  font-size: 18px;
}
.fancybox-slide--iframe .fancybox-content {
  width: 800px;
  height: 600px;
  max-width: 80%;
  max-height: 80%;
  margin: 0;
}
#cajatitulosrojo {
  background: #4a4a4a;
  padding: 30px 0;
}
#cajatitulosrojo h2 {
  color: #fff;
  text-align: center;
}
#cajatitulosrojo p {
  color: #fff;
  text-align: center;
  font-size: 16px;
}
/****************************************************/
/****************    PRECARGA    		   **********/
/****************************************************/
#googlemap {
  display: block;
  height: 600px;
}
/****************************************************/
/**************** Estilos para la cabecera **********/
/****************************************************/
#direcciones {
  background: #f7832c;
  padding: 4px;
  display: flex;
  justify-content: center;
}
#direcciones p {
  color: #fff;
}
#direcciones p i,
#direcciones a i {
  font-size: 20px;
}
#direcciones a {
  color: #fff;
  margin: 6px;
}
#cabecera {
  background: #eaeaea;
  background: linear-gradient(#ffffff 50%, #eaeaea);
  background: -webkit-linear-gradient(#ffffff 50%, #eaeaea);
  background: -moz-linear-gradient(#ffffff 50%, #eaeaea);
  background: -ms-linear-gradient(#ffffff 50%, #eaeaea);
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  z-index: 2000;
}
#cabeceracentro {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#cabeceracentro figure {
  padding: 6px 0;
}
/****************************************************/
/**************** Estilos para el menu     **********/
/****************************************************/
#mmovil {
  display: none;
}
#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#menu ul li a {
  height: 93px;
  line-height: 93px;
  display: block;
  padding: 0 15px;
  color: #444444;
  font-size: 14px;
  transition: all 0.5s;
  text-align: center;
  border-bottom: 6px solid #eaeaea;
  font-weight: 600;
}
#menu ul li a:hover,
#menu ul li a.activo {
  border-bottom: 6px solid #003c6a;
}
#cajatelf {
  height: 93px;
  background: #003c6a;
  padding: 15px;
  display: flex;
}
#cajatelf a {
  color: #fff;
  padding: 15px 0 0 10px;
}
#cajatelf a span {
  display: block;
  font-size: 16px;
  font-weight: 600;
}
/***************************************************/
/********       DISEÑO PARA BANNER          ********/
/***************************************************/
#banner {
  height: 700px;
  border-bottom: 4px solid #003c6a;
}
#cajaslogan {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding-top: 300px;
}
#cajaslogan h1 {
  width: 85%;
  margin: auto;
  font-size: 56px;
  font-weight: 600;
  display: block;
  color: #fff;
  padding: 6px;
  text-align: center;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
#cajaslogan p {
  width: 77%;
  margin: auto;
  font-size: 48px;
  display: block;
  padding: 6px;
  text-align: center;
  font-weight: 300;
  color: #fff;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
#cajaslogan a {
  width: 200px;
  height: 50px;
  display: block;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
  margin: 20px auto;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  transition: all 0.5s;
}
#cajaslogan a:hover {
  background: #003c6a;
}
/***************************************************/
/********      DISEÑO ZONA BIENVENIDA       ********/
/***************************************************/
#zonabienvenida {
  background: #000 url(../imagenes/fondo-staff.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  padding-bottom: 30px;
}
.zonacentro {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding: 40px 0;
}
#imgbienvenida {
  width: 350px;
  height: 350px;
  border: 10px solid #fff;
  margin: auto;
  position: relative;
  border-radius: 100%;
  margin-bottom: 60px;
}
.imgbien {
  width: 100%;
  height: auto;
  border-radius: 100%;
}
#imgbienvenida div {
  width: 1px;
  height: 468px;
  background: #00468c;
  position: absolute;
  left: 50%;
  top: 100%;
}
.adorno1 {
  position: absolute;
  left: 50%;
  bottom: -468px;
  margin-left: -26px;
}
.adorno2 {
  position: absolute;
  left: 50%;
  bottom: -100px;
  margin-left: -26px;
}
#bienvenida {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 0;
}
#bienvenida div {
  width: 45%;
}
#bienvenida article {
  width: 45%;
}
#bienvenida div h2 {
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  text-align: right;
  font-weight: 100;
  color: #fff;
}
#bienvenida div h3 {
  font-size: 55px;
  text-align: right;
  color: #fff;
  line-height: 35px;
}
#bienvenida div h3 span {
  font-size: 35px;
  text-align: right;
}
#bienvenida div a {
  width: 200px;
  height: 60px;
  display: block;
  background: #3b3b3b;
  line-height: 60px;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  float: right;
  margin: 15px 6px;
  border-radius: 4px;
  transition: all 0.5s;
}
#bienvenida div a:hover {
  background: #00468c;
}
#bienvenida article p {
  color: #fff;
  text-align: justify;
}
#bienvenida article a {
  color: #fff;
}
#bienvenida article h2 {
  color: #fff;
}
#bienvenida article h3 {
  color: #fff;
  margin: 15px 6px;
}
#bienvenida article ul {
  margin: 50px 0 0 6px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}
#bienvenida article ul li {
  margin-right: 6px;
}
#bienvenida article ul li a {
  width: 45px;
  height: 45px;
  display: block;
  background: #f7832c;
  color: #fff;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  border-radius: 4px;
}
#bienvenida article ul li a:hover {
  background: #00468c;
}
/***************************************************/
/********    DISEÑO PARA ZONA SERVICIOS     ********/
/***************************************************/
#zonaservicios {
  background: #000 url("../imagenes/fondo-presenta.jpg") no-repeat center;
  background-size: cover;
}
.cajatitulososcuro {
  margin: 15px 0 50px 0;
}
.cajatitulososcuro img {
  display: block;
  margin: auto;
}
.cajatitulososcuro h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
}
.cajatitulososcuro p {
  text-align: center;
  color: #fff;
}
.cajatitulosclaro {
  margin: 15px 0;
}
.cajatitulosclaro img {
  display: block;
  margin: auto;
}
.cajatitulosclaro h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: #000;
}
.cajatitulosclaro p {
  text-align: center;
  color: #000;
}
#cajaservicios {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.servicios {
  width: 49%;
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2%;
}
.servicios figure {
  width: 50%;
}
.servicios figure img {
  width: 100%;
  height: auto;
  display: block;
}
.servicios .detalleservicio {
  width: 50%;
}
.detalleservicio h2 {
  display: block;
  width: 100%;
  background: #003c6a;
  color: #fff;
  font-size: 16px;
  padding: 15px;
  margin: 0;
}
.txtservi {
  padding: 10px 10px;
}
.txtservi h3 {
  font-size: 18px;
}
.raya {
  width: 80px;
  height: 4px;
  background: #aaaaaa;
  margin: 0 6px 10px 6px;
}
.txtservi a {
  width: 150px;
  height: 45px;
  border: 1px solid #cccccc;
  text-align: center;
  line-height: 43px;
  color: #777777;
  display: block;
  margin: 10px 6px 0 6px;
  font-weight: 600;
}
.txtservi a:hover {
  color: #003c6a;
}
.vertodas {
  width: 90%;
  max-width: 300px;
  height: 50px;
  display: block;
  background: #003c6a;
  line-height: 50px;
  text-align: center;
  margin: 15px auto;
  color: #fff;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  transition: all 0.5s;
  font-weight: 600;
}
.vertodas:hover {
  background: #4a4a4a;
}
/***************************************************/
/********      DISEÑO PARA ZONA CONTACTO    ********/
/***************************************************/
#zonacontacto {
  background: #003c6a;
}
.centrocontact {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding: 40px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.centrocontact div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.centrocontact div figure {
  padding-right: 15px;
}
.centrocontact div h2 {
  color: #fff;
  font-size: 20px;
  margin: 0 6px;
}
.centrocontact div h2 a {
  color: #fff;
  font-size: 20px;
}
.centrocontact div p {
  color: #fff;
  font-size: 15px;
  margin: 0 6px;
}
.centrocontact div .clic {
  width: 160px;
  height: 45px;
  display: block;
  border: 1px solid #fff;
  line-height: 43px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  margin: 6px;
}
/***************************************************/
/********      DISEÑO PARA ZONA STAFF       ********/
/***************************************************/
#zonastaff {
  min-height: 800px;
  background: url(../imagenes/fondo-staff.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
#cajastaff {
  margin: 40px 0;
}
.staff {
  width: 340px;
  min-height: 340px;
  background: #fff;
  padding: 30px 20px;
  border-radius: 40px 0 40px 0;
  position: relative;
  margin: auto;
}
.staff div {
  width: 200px;
  height: 12px;
  background: #003c6a;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  border-radius: 20px;
}
.staff .cajaimg {
  width: 160px;
  height: 160px;
  border: 4px solid #cccccc;
  margin: auto;
}
.staff .cajaimg img {
  width: 100%;
  height: auto;
  display: block;
}
.staff h2 {
  text-align: center;
  font-size: 16px;
}
.staff h3 {
  text-align: center;
  font-weight: 300;
  font-size: 14px;
}
.staff p {
  text-align: center;
}
.staff article {
  min-height: 100px;
}
/***************************************************/
/************** ESTILOS PIEPAGINA ******************/
/***************************************************/
#cajacontactos {
  background: #9f000d;
  padding: 60px 0;
}
.titulocontacto {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
.centrocontacto {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.centrocontacto div {
  width: 33.33%;
  padding: 3%;
  border-right: 1px solid #5fb7d4;
}
.centrocontacto div:last-child {
  border-right: none;
}
.centrocontacto div img {
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
  padding: 10px;
}
.centrocontacto div h2 {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: 15px 6px;
}
.centrocontacto div p {
  color: #fff;
  text-align: left;
  text-align: center;
}
.centrocontacto div a {
  width: 180px;
  height: 45px;
  line-height: 41px;
  display: block;
  margin: 15px auto;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  border: 2px solid #fff;
  border-radius: 6px;
  transition: all 0.5s;
  background: #004678;
  font-family: "Roboto Slab", sans-serif;
}
.centrocontacto div a:hover {
  background: #ff6600;
}
#cajaboletin {
  background: #003c6a;
  padding: 80px 0;
}
.centrobol {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.centrobol h2 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin: 20px 6px;
  letter-spacing: 1px;
}
#fboletin {
  width: 100%;
  max-width: 700px;
  margin: 20px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
#nombrebol {
  width: 39%;
  line-height: 34px;
  padding: 5px 10px;
  border: none;
  color: #333;
  font-family: "Roboto", sans-serif;
  border-radius: 4px;
  font-size: 13px;
}
#emailbol {
  width: 39%;
  line-height: 34px;
  padding: 5px 10px;
  border: none;
  color: #333;
  font-family: "Roboto", sans-serif;
  border-radius: 4px;
  font-size: 13px;
}
#enviarbol {
  width: 19% !important;
  line-height: 34px;
  padding: 5px 10px;
  display: block;
  background: #fff url(../imagenes/icono-enviar.png) no-repeat center;
  border: none;
  cursor: pointer;
  color: #fff;
  border-radius: 4px;
  transition: all 0.5s;
}
.centrobol p {
  display: block;
  width: 100%;
  max-width: 500px;
  color: #fff;
  text-align: center;
  margin: auto;
  font-size: 13px;
}
.centrobol p a {
  color: #fff;
}
.centrobol p a:hover {
  text-decoration: underline;
}
#cajapie {
  background: #484848;
  padding: 34px 0;
}
.centropiepagina {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.centropiepagina div {
  width: 33.33%;
  padding: 2%;
  border-right: 1px solid rgba(255, 255, 255, 30%);
}
.centropiepagina div:last-child {
  border-right: none;
}
.centropiepagina div img {
  display: block;
  margin: 0 0 15px 0;
}
.centropiepagina div p {
  color: #cccccc;
  text-align: left;
}
.centropiepagina div h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.centropiepagina div ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.centropiepagina div li a {
  display: block;
  color: #ccc;
  padding: 5px 0;
}
.centropiepagina div li a i {
  color: #fff;
}
.centropiepagina div li a:hover {
  color: #005b9f;
  text-decoration: underline;
}
.cajasociales {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 10px 6px;
}
.cajasociales a {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 6px;
  background: #f7832c;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  margin-right: 6px;
  color: #fff;
  transition: all 0.5s;
}
.cajasociales a:hover {
  background: #005b9f;
}

.txtcopyright {
  background: #f7832c;
  display: block;
  width: 100%;
  margin: auto;
  padding: 20px 0;
  color: #fff;
  text-align: center;
}
.txtcopyright a {
  color: #c7483f;
}
.txtcopyright a:hover {
  text-decoration: underline;
}
/***********************************************************/
/********************** ESTILOS CONTACTO *******************/
/***********************************************************/
#fcontac {
  margin: 40px 0;
  padding: 0 6px;
}
#fcontac .cajacampos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
#fcontac .campos {
  width: 49%;
  height: 45px;
  line-height: 45px;
  background: #fff;
  padding: 0 15px;
  border-radius: 6px;
  transition: all 0.5s;
  border: 1px solid #ccc;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
}
#fcontac .campos:hover,
.campos:focus {
  border: 1px solid #c7483f;
  color: #000;
}
#fcontac .comentarios {
  width: 100%;
  height: 200px;
  background: #ffff;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 15px;
  transition: all 0.5s;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
}
#fcontac .comentarios:hover,
.comentarios:focus {
  border: 1px solid #c7483f;
  color: #000;
}
#fcontac #benviar {
  width: 100%;
  height: 50px;
  background: #005b9f;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.5s;
}
#fcontac #benviar:hover {
  background: #777;
}
.cajamensaje {
  width: 100%;
  background: #005b9f;
  padding: 50px 20px;
  border-radius: 10px;
}
.cajamensaje h3 {
  text-align: center;
  color: #ffffff;
}
.cajamensaje p {
  text-align: center;
  color: #ffffff;
}
.terminos {
  color: #9f000d;
  font-size: 14px;
}
.terminos:hover {
  text-decoration: underline;
}
#cajapoliticas {
  width: 100%;
  max-width: 900px;
  display: none;
  padding: 20px;
}
#cajapoliticas h2 {
  color: #004678;
  font-size: 24px;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
#cajapoliticas p {
  line-height: 20px;
  color: #555;
}
#mapa {
  height: 650px;
}
.googlemaps {
  font-size: 22px;
  color: #e63946;
  text-decoration: underline;
  font-family: "Open Sans Condensed", sans-serif;
}
/***************************************************/
/********    DISEÑO PARA DETALLE INVERSION    ******/
/***************************************************/
#desinversion {
  background: #fff url(../imagenes/comillas.png) no-repeat left top;
  background-position: 50px 50px;
  padding: 40px 40px 40px 200px;
}
#desinversion p {
  font-size: 14px;
  line-height: 26px;
}
#galeria {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0;
}
#galeria a {
  width: 49%;
  display: block;
  border: 10px solid #d5d5d5;
  overflow: hidden;
  margin-bottom: 15px;
}
#galeria a img {
  width: 100%;
  height: auto;
  display: block;
}
#galeria a p {
  display: block;
  width: 100%;
  background: #05123b;
  color: #fff;
  padding: 6px 10px;
  margin: 0;
}
/***************************************************/
/********    DISEÑO PARA ZONA PROYECTOS       ******/
/***************************************************/
.titulostaff {
  background: #003c6a;
  padding: 10px 0;
  margin: 20px 0;
}
.titulostaff h2 {
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.titulostaff p {
  color: #fff;
  text-align: center;
}
.cajaproyects {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cajaproyects li {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}
.cajaproyects li i {
  width: 45px;
  height: 45px;
  display: block;
  line-height: 45px;
  text-align: center;
  color: #003c6a;
  font-size: 18px;
  margin-right: 15px;
}

/***************************************************/
/********     DISEÑO PARA ZONA CLIENTES       ******/
/***************************************************/
#clientes ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-content: stretch;
  flex-wrap: wrap;
}
#clientes ul li {
  width: 25%;
  padding: 2%;
}
#clientes ul li img {
  width: 100%;
  height: auto;
  display: block;
}
/***************************************************/
/********    DISEÑO PARA TABLETAS 1024      ********/
/***************************************************/
@media only screen and (max-width: 1024px) {
}
/***************************************************/
/********    DISEÑO PARA TABLETAS 800       ********/
/***************************************************/
@media only screen and (max-width: 800px) {
  /***********************************************/
  /*********** Estilos para la cabecera **********/
  /***********************************************/
  #cabeceracentro {
    padding: 5px 10px;
    position: relative;
  }
  #mmovil {
    height: 60px;
    width: 60px;
    background: #003c6a;
    display: block;
    color: #fff;
    font-size: 26px;
    line-height: 60px;
    text-align: center;
  }
  /****************************************************/
  /**************** Estilos para el menu     **********/
  /****************************************************/
  #menu {
    width: 100%;
    position: absolute;
    left: -100%;
    top: 100%;
    background: #444444;
    transition: all 0.5s;
    z-index: 10000;
  }
  #menu ul {
    flex-direction: column;
    flex-wrap: wrap;
  }
  #menu ul li a {
    width: 100%;
    height: 45px;
    line-height: 45px;
    display: block;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    transition: all 0.5s;
    text-align: left;
    border-bottom: 1px solid #4d4d4d;
    font-weight: 600;
  }
  #menu ul li a:hover,
  #menu ul li a.activo {
    border-bottom: 1px solid #4d4d4d;
    color: #9f000d;
  }
  #menu ul li:last-child a {
    border: none;
  }
  #cajatelf {
    display: none;
  }

  /***************************************************/
  /********      DISEÑO ZONA BIENVENIDA       ********/
  /***************************************************/
  #imgbienvenida {
    width: 350px;
    height: 350px;
  }
  #imgbienvenida div {
    display: none;
  }
  .adorno1 {
    display: none;
  }
  .adorno2 {
    display: none;
  }
  #bienvenida div {
    width: 80%;
    margin: auto;
  }
  #bienvenida article {
    width: 80%;
    margin: auto;
  }
  #bienvenida div h2 {
    font-size: 40px;
    text-align: center;
  }
  #bienvenida div h3 {
    font-size: 35px;
    text-align: center;
  }
  #bienvenida div h3 span {
    text-align: center;
  }
  #bienvenida div a {
    float: none;
    margin: 15px auto;
  }
  /***************************************************/
  /********    DISEÑO PARA ZONA SERVICIOS     ********/
  /***************************************************/
  .servicios {
    width: 80%;
    margin: auto;
    margin-bottom: 15px;
  }
  /***************************************************/
  /********      DISEÑO PARA ZONA CONTACTO    ********/
  /***************************************************/
  .centrocontact {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding: 40px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .centrocontact div {
    width: 90%;
    margin: auto;
    margin-bottom: 15px;
    justify-content: center;
  }
  .centrocontact div h2 {
    color: #fff;
    font-size: 20px;
    margin: 0 6px;
  }
  .centrocontact div h2 a {
    color: #fff;
    font-size: 20px;
  }
  .centrocontact div p {
    color: #fff;
    font-size: 15px;
    margin: 0 6px;
  }

  /***********************************************************/
  /********************** ESTILOS PIEPAGINA ******************/
  /***********************************************************/
  .titulocontacto {
    font-size: 18px;
    letter-spacing: 0;
  }
  .centrocontacto div {
    width: 80%;
    border-right: none;
    margin: auto;
  }
  .centrocontacto div img {
    margin-bottom: 10px;
    padding: 10px;
  }
  .centrocontacto div p {
    text-align: center;
  }
  #cajaboletin {
    padding: 50px 0;
  }
  .centrobol {
    width: 95%;
    max-width: 1200px;
    margin: auto;
  }
  .centrobol h2 {
    font-size: 18px;
  }
  .centropiepagina div {
    width: 80%;
    border-right: none;
    margin: auto;
  }
  .centropiepagina div img {
    width: 230px;
    height: auto;
    display: block;
    margin: 0 0 15px 0;
  }
  /***********************************************************/
  /********************** ESTILOS CONTACTO *******************/
  /***********************************************************/
  #fcontac .campos {
    width: 100%;
    margin-bottom: 10px;
  }
  #fcontac .comentarios {
    width: 100%;
    height: 200px;
    background: #ffff;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 15px;
    transition: all 0.5s;
  }

  /***************************************************/
  /********    DISEÑO PARA DETALLE INVERSION    ******/
  /***************************************************/
  #desinversion {
    background: #fff;
    padding: 40px;
  }
  #desinversion p {
    font-size: 14px;
    line-height: 26px;
  }
  #galeria {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  #galeria a {
    width: 49%;
    display: block;
    border: 10px solid #d5d5d5;
    overflow: hidden;
  }
  #galeria a img {
    width: 100%;
    height: auto;
    display: block;
  }
  /***************************************************/
  /********     DISEÑO PARA ZONA CLIENTES       ******/
  /***************************************************/
  #clientes ul li {
    width: 33.3%;
    padding: 2%;
  }
}
/***************************************************/
/********    DISEÑO PARA TABLETAS 603       ********/
/***************************************************/
@media only screen and (max-width: 603px) {
}
/***************************************************/
/********    DISEÑO PARA TABLETAS 533       ********/
/***************************************************/
@media only screen and (max-width: 533px) {
}
/***************************************************/
/********    DISEÑO PARA TABLETAS 480       ********/
/***************************************************/
@media only screen and (max-width: 480px) {
  #direcciones {
    background: #003c6a;
    padding: 4px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #direcciones p {
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    margin: 0;
  }
  #direcciones p i,
  #direcciones a i {
    font-size: 18px;
  }
  #direcciones a {
    color: #fff;
    margin: 0;
  }
  /***********************************************/
  /********   DISEÑO PARA BANNER          ********/
  /***********************************************/
  #banner {
    height: 650px;
    border-bottom: 4px solid #9f000d;
  }
  #cajaslogan {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding-top: 270px;
  }
  #cajaslogan h1 {
    width: 95%;
    font-size: 20px;
    font-weight: 300;
  }
  #cajaslogan p {
    width: 95%;
    font-size: 14px;
  }
  /***************************************************/
  /********      DISEÑO ZONA BIENVENIDA       ********/
  /***************************************************/
  #imgbienvenida {
    width: 320px;
    height: 320px;
  }
  #bienvenida div {
    width: 95%;
  }
  #bienvenida article {
    width: 95%;
  }
  #bienvenida div h2 {
    font-size: 40px;
  }
  #bienvenida div h3 {
    font-size: 26px;
  }
  #bienvenida div h3 span {
    font-size: 26px;
  }
  /***************************************************/
  /********    DISEÑO PARA ZONA SERVICIOS     ********/
  /***************************************************/
  .servicios {
    width: 95%;
    margin: auto;
    margin-bottom: 15px;
  }
  .servicios figure {
    width: 40%;
  }
  .servicios .detalleservicio {
    width: 60%;
  }
  .detalleservicio h2 {
    display: none;
  }
  .txtservi {
    padding: 15px 10px;
  }
  .txtservi h3 {
    font-size: 16px;
  }
  .txtservi a {
    margin: 30px 6px 0 6px;
  }
  /***************************************************/
  /********      DISEÑO PARA ZONA CONTACTO    ********/
  /***************************************************/
  .centrocontact {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding: 40px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .centrocontact div {
    width: 90%;
    margin: auto;
    margin-bottom: 15px;
    justify-content: center;
  }
  .centrocontact div h2 {
    color: #fff;
    font-size: 16px;
    margin: 0 6px;
  }
  .centrocontact div h2 a {
    color: #fff;
    font-size: 16px;
  }
  .centrocontact div p {
    color: #fff;
    font-size: 14px;
    margin: 0 6px;
  }
  /***************************************************/
  /********    DISEÑO PARA DETALLE INVERSION    ******/
  /***************************************************/
  #galeria a {
    width: 95%;
    margin: 10px auto;
  }
  /***************************************************/
  /********     DISEÑO PARA ZONA CLIENTES       ******/
  /***************************************************/
  #clientes ul li {
    width: 50%;
    padding: 2%;
  }
}
/***************************************************/
/********    DISEÑO PARA TABLETAS 360       ********/
/***************************************************/
@media only screen and (max-width: 360px) {
}
