/*
font-family: 'Roboto', sans-serif;
font-family: 'Anton', sans-serif;
font-family: 'Oswald', sans-serif;
*/
@import url("colores-gysingelec.css");
header,
nav,
section,
figure,
aside,
footer,
article,
form,
img,
main {
  margin: 0;
  padding: 0;
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p,
h1,
h2,
h3,
h3,
h5 {
  margin: 6px;
  font-size: 16px;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
a {
  text-decoration: none;
  color: var(--negro);
  font-size: 14px;
}
.espaciotop {
  padding-top: 85px;
}
.fancybox-slide--iframe .fancybox-content {
  width: 800px;
  height: 600px;
  max-width: 80%;
  max-height: 80%;
  margin: 0;
}
/***********************************************************/
/********************** ESTILOS PRECARGA *******************/
/***********************************************************/
#precarga {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--azuloscuro);
  z-index: 10500;
}
#iconoprecarga {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -100px 0 0 -100px;
}
#iconoprecarga i {
  display: block;
  line-height: 200px;
  font-size: 140px;
  color: var(--verde);
  margin: 0;
}
#iconoprecarga p {
  color: #fff;
  text-align: center;
  letter-spacing: 20px;
  font-size: 18px;
  font-weight: 100;
}
/********************************************/
/*************  CABECERA WEB    *************/
/********************************************/
#cabecera {
  width: 100%;
  position: fixed;
  background: linear-gradient(#ffffff 50%, #eeeeee);
  background: -webkit-linear-gradient(#ffffff 50%, #eeeeee);
  background: -moz-linear-gradient(#ffffff 50%, #eeeeee);
  left: 0;
  top: 0;
  z-index: 10000;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);
}
#centrocabecera {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#logo img {
  width: 100%;
  max-width: 300px;
  height: auto;
}
#iconoscabecera {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
#iconoscabecera li {
  margin-left: 10px;
}
#iconoscabecera li a {
  color: var(--gris);
  display: flex;
  align-items: center;
}
#iconoscabecera li a i {
  font-size: 24px;
}
#iconoscabecera li a.whats {
  width: 40px;
  height: 40px;
  background: #62ca75;
  display: block;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
#iconoscabecera li a.face {
  width: 40px;
  height: 40px;
  background: #1458ab;
  display: block;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
#menu {
  background: var(--azuloscuro);
}
#centromenu {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
/********************************************/
/*************    CUERPO WEB    *************/
/********************************************/
.bgm-overlay {
  background: rgba(0, 0, 0, 0.5);
}
#cuerpo {
  margin-top: 50px;
}
.zonacentro {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding: 30px 0;
}
.titulo1 {
  width: 60%;
  margin: 15px auto 30px auto;
}
.titulo1 h2 i {
  font-size: 35px;
}
.titulo1 h2 {
  display: block;
  color: var(--blanco);
  text-align: center;
  font-size: 30px;
}
.titulo1 h2 span {
  color: var(--negro);
}
.titulo1 div {
  width: 150px;
  height: 1px;
  background: var(--blanco);
  margin: auto;
  position: relative;
}
.titulo1 div i {
  width: 20px;
  height: 15px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -10px;
  color: var(--blanco);
}
.titulo2 {
  width: 60%;
  margin: 15px auto 30px auto;
}
.titulo2 h2 i {
  font-size: 35px;
  color: var(--blanco);
}
.titulo2 h2 {
  display: block;
  color: var(--negro);
  text-align: center;
  font-size: 30px;
}
.titulo2 h2 span {
  color: var(--verde);
}
.titulo2 div {
  width: 150px;
  height: 1px;
  background: var(--verde);
  margin: auto;
  position: relative;
}
.titulo2 div i {
  width: 20px;
  height: 15px;
  display: block;
  background: var(--blanco);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -10px;
  color: var(--verde);
}
/***************************************************/
/********      DISEÑO PARA ZONA SERVICIOS   ********/
/***************************************************/
#servicios a {
  padding: 3%;
}
#servicios a figure {
  overflow: hidden;
}
#servicios a figure img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s;
}
#servicios a:hover figure img {
  transform: scale(1.5);
}
#servicios a div {
  background: var(--verde);
  min-height: 80px;
  padding: 1%;
}
#servicios a div h2 {
  font-size: 16px;
  text-align: center;
  color: var(--blanco);
  margin: 6px 6px 0 6px;
}
#servicios a div p {
  font-size: 14px;
  text-align: center;
  color: var(--blanco);
  margin: 0;
}
/***************************************************/
/********      DISEÑO PARA ZONA PROYECTOS   ********/
/***************************************************/
#zonaserviciosinterno {
  min-height: 650px;
  background: #fff;
  background-size: auto;
}
#zonaproyectos {
  min-height: 650px;
  background: url(../imagenes/fondo-proyectos.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: auto;
}
#proyectos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#proyectos a {
  padding: 1%;
  width: 33.33%;
}
#proyectos a figure {
  overflow: hidden;
}
#proyectos a figure img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s;
}
#proyectos a:hover figure img {
  transform: scale(1.5);
}
#proyectos a div {
  background: var(--verde);
  min-height: 60px;
  padding: 1%;
}
#proyectos a div h2 {
  font-size: 16px;
  text-align: center;
  color: var(--blanco);
  margin: 6px 6px 0 6px;
}
#proyectos a div p {
  font-size: 14px;
  text-align: center;
  color: var(--blanco);
  margin: 0;
}
.vertodos {
  width: 90%;
  max-width: 360px;
  line-height: 55px;
  display: block;
  background: var(--azuloscuro);
  text-align: center;
  color: #fff;
  border-radius: 6px;
  margin: 30px auto;
  font-size: 16px;
  font-weight: 600;
}
/***************************************************/
/********      DISEÑO PARA ZONA CONTACTO    ********/
/***************************************************/
#zonacontacto {
  background: var(--verde);
}
.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 i {
  display: block;
  width: 80px;
  height: 80px;
  color: var(--blanco);
  text-align: center;
  line-height: 80px;
  font-size: 60px;
  font-weight: normal;
}
.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;
}

/********************************************/
/*********      ZONA PIE DE PAGINA   ********/
/********************************************/
#cajacontactos {
  background: var(--verde);
  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: var(--verde);
  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;
  border: none;
  cursor: pointer;
  color: #fff;
  border-radius: 4px;
  transition: all 0.5s;
  text-align: center;
  font-size: 22px;
  background: var(--azuloscuro);
}
.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: var(--azuloscuro);
  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: flex;
  color: #ccc;
  padding: 5px 0;
}
.centropiepagina div li a i {
  color: #fff;
  padding-top: 2px;
}
.centropiepagina div li a:hover {
  color: var(--verde);
  text-decoration: underline;
}
.cajasociales {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 10px 6px;
}
.cajasociales a {
  width: 50px;
  height: 50px;
  display: block;
  background: #1458ab;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  margin-right: 6px;
  color: #fff;
  transition: all 0.5s;
  border-radius: 100%;
}
.cajasociales a.what {
  background: #62ca75;
}
.cajasociales a.you {
  background: #b20000;
}
.cajasociales a.link {
  background: #0274b3;
}
.cajasociales a:hover {
  background: #707070;
}
.txtcopyright {
  background: var(--verde);
  display: block;
  width: 100%;
  margin: auto;
  padding: 20px 0;
  color: #fff;
  text-align: center;
}
.txtcopyright a {
  color: #e0e0e0;
}
.txtcopyright a:hover {
  text-decoration: underline;
}
/********************************************/
/*********      ENLACES DE INTERES   ********/
/********************************************/
#cajaenlaces {
}
#cajaenlaces a {
  width: 100%;
  display: block;
}
#cajaenlaces a img {
  width: 100%;
  height: auto;
}
#cajaclientes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#cajaclientes a {
  width: 20%;
  padding: 1%;
}

#cajacertif a {
  width: 100%;
  display: block;
}
#cajacertif a img {
  width: 100%;
  height: auto;
}

.bordecli {
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
#cajaclientes a.internocli {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
#cajaclientes a img {
  width: 100%;
  height: auto;
  display: block;
}
/***********************************************************/
/********************** ESTILOS CONTACTENOS ****************/
/***********************************************************/
#bannercontacto {
  height: 850px;
  border-bottom: 1px solid #dadada;
  margin-top: 80px;
}
.zonaformulario {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 100px 0 0 0;
  align-items: center;
}
#textoformu {
  width: 48%;
}
#fcontacto {
  width: 50%;
  background: rgba(0, 0, 0, 0.3);
  padding: 25px;
  border-radius: 6px;
}
#textoformu h1 {
  color: #fff;
  font-size: 60px;
  line-height: 50px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  font-weight: 600;
}
#textoformu h1 span {
  color: #00a6e2;
}
#textoformu h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
#textoformu p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
#fcontacto p {
  font-size: 16px;
  color: #00a6e2;
  text-align: center;
  font-weight: 800;
}
.campos {
  width: 100%;
  line-height: 50px;
  background: #fff;
  border: 1px solid #d4d8db;
  color: #939ba7;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding: 0 15px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.campos:focus {
  outline: 0px;
}
.comentarios {
  width: 100%;
  height: 100px;
  background: #fff;
  border: 1px solid #d4d8db;
  color: #939ba7;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.comentarios:focus {
  outline: 0px;
}
#benviar {
  width: 100%;
  line-height: 50px;
  background: var(--verde);
  text-align: center;
  border: none;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  transition: all 0.5s;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 10px;
}
#benviar:hover {
  background: var(--azuloscuro);
}
#cajaterminos {
  padding: 0 20px;
}
#cajaterminos p {
  font-size: 13px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
#cajaterminos p a {
  color: var(--verde);
  font-weight: 500;
}
#cajaterminos p a:hover {
  text-decoration: underline;
}
#cajaterminos h4 {
  font-size: 16px;
  text-align: center;
  color: var(--verde);
  font-weight: 500;
}
/********************************************/
/********   ACERCA DE NOSOTROS    ***********/
/********************************************/
.presentacion {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pres-izq {
  width: 49%;
  padding: 0 0 0 80px;
  background: url(../imagenes/comillas.png) no-repeat left top;
}
.pres-der {
  width: 49%;
}
.pres-izq p {
  line-height: 24px;
}
.zonagaleria img {
  width: 100%;
  height: auto;
}
.sociales {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.sociales li a {
  display: block;
  font-size: 50px;
  color: var(--verde);
  margin-right: -20px;
  transition: all 0.5s;
}
.sociales li a:hover {
  color: var(--azuloscuro);
}

#zonaempresa {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
#navizqempresa {
  width: 25%;
}
#contenempresa {
  width: 70%;
}
.imgcont {
  width: 95%;
  margin-bottom: 15px;
}
.imgcont img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}
#navizqempresa h2 {
  width: 100%;
  display: block;
  background: var(--verde);
  line-height: 50px;
  border-radius: 6px 6px 0 0;
  color: var(--blanco);
  text-align: center;
  margin: 0;
  font-size: 18px;
}
#listaopciones {
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid #e5e5e5;
}
#listaopciones li a {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 5px;
  color: #8c8c8c;
  display: flex;
}
#listaopciones li a i {
  color: var(--verde);
}
#listaopciones li a:hover {
  color: var(--verde);
}

/********************************************/
/**************   Detalles     **************/
/********************************************/
#cajadetalle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.detalleizq {
  width: 60%;
}
.detalleder {
  width: 35%;
  padding-top: 55px;
}
.detalleizq img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 30px;
}
.detalleder h2 {
  width: 100%;
  display: block;
  background: var(--verde);
  line-height: 50px;
  border-radius: 6px 6px 0 0;
  color: var(--blanco);
  text-align: center;
  margin: 0;
}
.detalleder ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid #e5e5e5;
}
.detalleder ul li a {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 5px;
  color: #8c8c8c;
  display: flex;
}
.detalleder ul li a i {
  color: var(--verde);
}
.detalleder ul li a:hover {
  color: var(--verde);
}
.detalleizq h2 {
  margin: 15px 0;
}
.detalleizq h2 i {
  color: var(--verde);
  font-size: 30px;
}
.detalleizq h3 {
  color: var(--verde);
}
.volver {
  width: 250px;
  height: 50px;
  display: block;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  line-height: 48px;
  padding: 0 10px;
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 600;
}
.volver i {
  color: var(--verde);
  font-size: 24px;
}
.volver:hover {
  color: var(--verde);
}
/********************************************/
/********   Politicas Privacidad    *********/
/********************************************/
#cajapolitica {
  padding: 20px 4%;
}
#cajapolitica img {
  display: block;
  margin: auto;
}
#cajapolitica h1 {
  text-align: center;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
#cajapolitica h2 {
  font-size: 18px;
}
#cajapolitica p,
#cajapolitica ul {
  text-align: justify;
  line-height: 22px;
  font-size: 14px;
}

/********************************************/
/**************   1024 pixeles **************/
/********************************************/
@media only screen and (max-width: 1024px) {
  /****************************************/
  /*********  CABECERA WEB    *************/
  /****************************************/
  #centrocabecera {
    justify-content: center;
  }
  #logo {
    display: none;
  }
  #iconoscabecera {
    margin: 5px 0;
    justify-content: center;
  }
  #iconoscabecera li {
    margin-left: 6px;
  }
  #iconoscabecera li a {
    color: var(--gris);
    display: flex;
    align-items: center;
  }
  #iconoscabecera li a i {
    font-size: 24px;
  }
  #iconoscabecera li a.whats {
    width: 40px;
    height: 40px;
    background: #62ca75;
    display: block;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    line-height: 40px;
  }
  #iconoscabecera li a.face {
    width: 40px;
    height: 40px;
    background: #1458ab;
    display: block;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    line-height: 40px;
  }
}
/********************************************/
/**************   800 pixeles ***************/
/********************************************/
@media only screen and (max-width: 800px) {
  /****************************************/
  /*************    CUERPO WEB    *********/
  /****************************************/
  .titulo1 {
    width: 80%;
  }
  .titulo1 h2 i {
    font-size: 30px;
  }
  .titulo1 h2 {
    font-size: 30px;
  }
  .titulo2 {
    width: 80%;
  }
  .titulo2 h2 i {
    font-size: 30px;
  }
  .titulo2 h2 {
    font-size: 30px;
  }
  /****************************************/
  /******  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;
  }
  /***************************************************/
  /********      DISEÑO PARA ZONA PROYECTOS   ********/
  /***************************************************/
  #proyectos a {
    padding: 1%;
    width: 50%;
  }
  /********************************************/
  /************ 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;
  }
  /********************************************/
  /*********      ENLACES DE INTERES   ********/
  /********************************************/
  #cajaclientes a {
    width: 33.33%;
    padding: 1%;
  }
  /***********************************************************/
  /********************** ESTILOS CONTACTENOS ****************/
  /***********************************************************/
  .zonaformulario {
    width: 90%;
    padding: 80px 0 0 0;
    flex-wrap: wrap;
  }
  #textoformu {
    width: 100%;
    margin-bottom: 20px;
  }
  #fcontacto {
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    padding: 25px;
    border-radius: 6px;
  }
  #textoformu h1 {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }
  #textoformu h2 {
    font-size: 20px;
    text-align: center;
  }
  #textoformu p {
    font-size: 16px;
    text-align: center;
  }
  #cajaterminos p {
    font-size: 13px;
    text-align: center;
    color: #fff;
    font-weight: 500;
  }
  #cajaterminos h4 {
    font-size: 16px;
    text-align: center;
    color: #00a6e2;
    font-weight: 500;
  }
  /********************************************/
  /********   ACERCA DE NOSOTROS    ***********/
  /********************************************/
  .pres-izq {
    width: 80%;
    margin: auto;
    padding: 0 0 0 80px;
    background: url(../imagenes/comillas.png) no-repeat left top;
    margin-bottom: 20px;
  }
  .pres-der {
    width: 80%;
    margin: auto;
  }
  /********************************************/
  /**************   Detalles     **************/
  /********************************************/
  #cajadetalle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .detalleizq {
    width: 80%;
    margin: auto;
    margin-bottom: 15px;
  }
  .detalleder {
    width: 80%;
    margin: auto;
    padding-top: 0;
  }
}
/********************************************/
/**************   603 pixeles ***************/
/********************************************/
@media only screen and (max-width: 603px) {
}
/********************************************/
/**************   533 pixeles ***************/
/********************************************/
@media only screen and (max-width: 533px) {
}
/********************************************/
/**************   480 pixeles ***************/
/********************************************/
@media only screen and (max-width: 480px) {
  /****************************************/
  /*********  CABECERA WEB    *************/
  /****************************************/
  #centrocabecera {
    justify-content: center;
  }
  #logo {
    display: none;
  }
  #iconoscabecera {
    margin: 5px 0;
    justify-content: center;
  }
  #iconoscabecera li {
    margin-left: 6px;
  }
  #iconoscabecera li a {
    color: var(--gris);
    display: flex;
    align-items: center;
  }
  #iconoscabecera li a span {
    display: none;
  }
  #iconoscabecera li a.icogris {
    font-size: 24px;
    width: 40px;
    height: 40px;
    background: var(--gris);
    display: block;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    line-height: 40px;
  }

  /****************************************/
  /*************    CUERPO WEB    *********/
  /****************************************/
  .titulo1 {
    width: 95%;
  }
  .titulo1 h2 i {
    font-size: 26px;
  }
  .titulo1 h2 {
    font-size: 26px;
  }
  .titulo2 {
    width: 95%;
  }
  .titulo2 h2 i {
    font-size: 26px;
  }
  .titulo2 h2 {
    font-size: 26px;
  }
  /***************************************************/
  /********      DISEÑO PARA ZONA PROYECTOS   ********/
  /***************************************************/
  #proyectos a {
    padding: 2%;
    width: 100%;
  }
  /********************************************/
  /*********      ENLACES DE INTERES   ********/
  /********************************************/
  #cajaclientes a {
    width: 50%;
    padding: 2%;
  }
  /***********************************************************/
  /********************** ESTILOS CONTACTENOS ****************/
  /***********************************************************/
  .zonaformulario {
    width: 95%;
    padding: 60px 0 0 0;
    flex-wrap: wrap;
  }
  #textoformu {
    width: 100%;
    margin-bottom: 20px;
  }
  #fcontacto {
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    padding: 25px 10px;
    border-radius: 6px;
  }
  #textoformu h1 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  /********************************************/
  /********   ACERCA DE NOSOTROS    ***********/
  /********************************************/
  .pres-izq {
    width: 90%;
    margin: auto;
    padding: 0;
    background: none;
    margin-bottom: 20px;
  }
  .pres-der {
    width: 90%;
    margin: auto;
  }
  /********************************************/
  /**************   Detalles     **************/
  /********************************************/
  .detalleizq {
    width: 90%;
    margin: auto;
    margin-bottom: 15px;
  }
  .detalleder {
    width: 90%;
    margin: auto;
    padding-top: 0;
  }
}
/********************************************/
/**************   360 pixeles ***************/
/********************************************/
@media only screen and (max-width: 360px) {
}
