@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("colores-jmjc.css");
@import url("sistema-grid.css");
/*
font-family: 'Heebo', sans-serif;
*/
header,
nav,
section,
aside,
article,
figure,
caption,
form,
img {
  display: block;
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
body {
  margin: 0;
  font-family: "Heebo", sans-serif;
  background: var(--azuloscuro);
  color: var(--blanco);
}
p {
  margin: 6px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
h1,
h2 {
  font-family: "Heebo", sans-serif;
  margin: 6px;
  font-size: 40px;
  font-weight: normal;
}
h3,
h4 {
  margin: 6px;
  font-size: 20px;
  font-family: "Heebo", sans-serif;
}

a,
a img {
  color: var(--blanco);
  text-decoration: none;
  margin: 6px;
}
.iframe {
  width: 320px !important;
  height: 500px;
  display: block;
  margin: 0 auto;
  padding: 70px 0 0 0;
}
/************************************************/
/*****************  CAJA SOCIALES    ************/
/************************************************/
#cajasociales {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 20000;
  transition: all 0.5s;
}
#cajablanca {
  position: absolute;
  top: 0;
  right: 0;
  width: 360px;
  height: 100%;
  background: var(--blanco);
  display: flex;
  align-items: center;
}
#cajablanca h2 {
  color: var(--gris);
}
#cajablanca ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
#cajablanca ul li a {
  width: 100%;
  display: block;
  padding: 5px 10%;
  margin: 0;
  font-size: 38px;
  text-decoration: underline;
  color: var(--verdeoscuro);
  font-weight: 300;
}
#cajablanca ul li a span {
  color: var(--gris);
}
#cajablanca ul li:first-child a {
  text-decoration: none;
  cursor: default;
  font-weight: 700;
  text-decoration: none;
}
#cajablanca ul li:first-child a span {
  color: var(--verdeoscuro);
}
#cajasociales {
  cursor: url("../imagenes/cross-out.svg"), pointer;
  color: var(--blanco);
}
/************************************************/
/*****************  ESTILOS TITULOS  ************/
/************************************************/
.titulos {
  margin-bottom: 20px;
}
.titulos h2 {
  color: var(--grisoscuro);
  font-weight: 400;
  font-size: 35px;
}
.flecharaya {
  display: flex;
  align-items: flex-end;
}
.flecharaya i {
  color: var(--verdeclaro);
  font-size: 20px;
}
.flecharaya div {
  width: 120px;
  height: 3px;
  background: var(--verdeclaro);
  margin-bottom: 7px;
}
.titulosamarillo {
  margin-bottom: 20px;
}
.titulosamarillo h2 {
  color: var(--blanco);
  font-weight: 400;
  font-size: 35px;
}
.flecharayama {
  display: flex;
  align-items: flex-end;
}
.flecharayama i {
  color: var(--verdeclaro);
  font-size: 20px;
}
.flecharayama div {
  width: 120px;
  height: 3px;
  background: var(--verdeclaro);
  margin-bottom: 7px;
}
/************************************************/
/*****************  ESTILOS INICIO  *************/
/************************************************/
#zonabanners {
  overflow: hidden;
}
#zonaproyectos {
  overflow: hidden;
}
.flex-caption-banner {
  width: 50%;
  padding: 2%;
  position: absolute;
  left: 10%;
  top: 45%;
}
.flex-caption-banner h2 {
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
  color: var(--blanco);
  margin: 0;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
}
.flex-caption-banner p {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: var(--blanco);
  margin: 6px 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.flex-caption-banner a {
  width: 160px;
  height: 50px;
  display: block;
  border: 2px solid var(--blanco);
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin: 40px 6px 10px 6px;
}
/************************************************/
/*************  ESTILOS SOLUCIONES   ************/
/************************************************/
.fondomisionvision {
  background: url("../imagenes/fondo-vision.png") repeat-y center top;
}
#servicios p {
  color: var(--grisletra);
}
/************************************************/
/*********      ESTILOS NOSOTROS      ***********/
/************************************************/
#nosotros p,
#nosotros h3 {
  color: var(--grisletra);
}
#nosotros p {
  text-align: justify;
}
#nosotros img {
  width: 100%;
  max-width: 480px;
  display: block;
}
.brojos {
  width: 100%;
  max-width: 260px;
  display: block;
  height: 60px;
  background: var(--verdeoscuro);
  color: var(--blanco);
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  transition: all 0.5s;
}
.brojos:hover {
  background: var(--grisoscuro);
}
/************************************************/
/*********       ESTILOS MISION       ***********/
/************************************************/
#cajadatos {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  position: relative;
}
.cajanegro {
  width: 45%;
  background: var(--grisoscuro);
  padding: 9% 3%;
  position: absolute;
  left: 0;
  top: 14%;
}
.cajanegro p {
  color: var(--blanco);
}
.cajaimg {
  width: 70%;
}
.cajaimg img {
  width: 100%;
  height: auto;
}
.cajanegro2 {
  width: 50%;
  background: var(--grisoscuro);
  padding: 6% 3%;
  position: absolute;
  left: 0;
  top: 14%;
}
.cajanegro2 p {
  color: var(--blanco);
}
/************************************************/
/*************  ESTILOS PROYECTOS    ************/
/************************************************/
#bannerproyectos {
  height: 600px;
  background: url("../img-apps/proyectos/fondo-mision.jpg") no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}
#bannerproyectos h2 {
  display: block;
  width: 50%;
  font-weight: 900;
  font-size: 70px;
  margin-top: 12%;
  line-height: 75px;
}
#cajaproyect {
  column-count: 3;
  padding: 20px 0;
}
#cajaproyect ul {
  color: var(--grisoscuro);
  list-style-type: square;
  margin: 0;
  padding: 0 0 0 14px;
  font-size: 13px;
  line-height: 23px;
}
.flex-caption {
  width: 100%;
  padding: 2%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
}
.flex-caption p {
  color: var(--grisoscuro);
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin: 0;
}
.fondomisionvision p {
  color: #fff !important;
}
/************************************************/
/*****************  ESTILOS CLIENTES   **********/
/************************************************/
#cclientes {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
#cclientes li {
  width: 20%;
  padding: 1%;
}
#cclientes li img {
  width: 100%;
  height: auto;
  display: block;
}
/************************************************/
/*****************      PIE PAGINA    ***********/
/************************************************/
#googlemap {
  height: 600px;
}
#piepagina {
  background: var(--fondopie);
}
#piepagina h3 {
  font-weight: 300;
}
#piepagina h4 {
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 10px 0;
}
#piepagina i {
  font-size: 20px;
}
#piepagina ul {
  font-weight: 300;
  margin: 0;
  padding: 0;
  list-style: none;
}
#piepagina ul li {
  margin-bottom: 6px;
}
#piepagina ul li a {
  margin: 0;
}
#piepagina ul li a:hover {
  text-decoration: underline;
}
.socialespie {
  display: flex;
}
.socialespie li {
  margin-right: 6px;
}
.socialespie li a {
  width: 45px !important;
  height: 45px !important;
  display: block;
  background: var(--gris);
  color: var(--blanco) !important;
  text-align: center;
  line-height: 45px;
  font-size: 22px;
  border-radius: 50px;
}
#pielogo img {
  width: 170px;
  height: auto;
  display: block;
}
#pielogo ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
#pielogo ul li {
  margin-left: 6px;
}
#pielogo ul li a {
  display: block;
  font-weight: 600;
  color: var(--gris);
}
#contwhats {
  width: 250px;
  overflow: hidden;
  position: fixed;
  left: 10px;
  bottom: 30px;
}
#cajawhatsapp {
  width: 60px;
  height: 60px;
  background: #0cc042;
  border-radius: 50px 50px 50px 0;
  position: relative;
  z-index: 1000;
}
#cajawhatsapp #textwhats {
  width: 260px;
  height: 40px;
  line-height: 40px;
  display: block;
  border-radius: 50px;
  background: var(--grisoscuro);
  text-align: right;
  color: var(--blanco);
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 10px;
  margin: 0 15px 0 0;
  font-size: 15px;
}
#cajawhatsapp a {
  width: 60px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 60px;
  color: var(--blanco);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 35px;
  margin: 0;
}
/************************************************/
/*******  Estilos para Contactenos  *************/
/************************************************/
#contactenos p {
  color: var(--grisletra);
  margin-bottom: 20px;
}
.campos {
  width: 100%;
  height: 45px;
  line-height: 43px;
  border: 1px solid var(--gris);
  padding: 0 15px;
}
.txtarea {
  width: 100%;
  height: 200px;
  border: 1px solid var(--gris);
  padding: 15px;
  resize: none;
}
#benviar {
  width: 100%;
  max-width: 250px;
  height: 50px;
  background: var(--verdeoscuro);
  color: var(--blanco);
  text-align: center;
  font-size: 18px;
  border: none;
  cursor: pointer;
}
#benviar:hover {
  background: var(--grisoscuro);
}
#contactenos p span {
  color: var(--verdeoscuro);
  font-size: 18px;
  font-weight: 600;
}
#contactenos #resultados{
  color: var(--verdeclaro);
  font-size: 16px;
  font-weight: 600;
}
#contactenos #resultados i{
  font-size: 22px;
}

.imgproyect {
  padding: 1px;
}
.imgproyect img {
  width: 100%;
  height: auto;
  display: block;
}
.titulopro {
  background: var(--grisoscuro);
  padding: 15px 20px;
  height: 80px;
}
.titulopro h4 {
  text-align: center;
  color: var(--blanco);
  font-weight: 300;
  font-size: 18px;
}
.control-carrusel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0;
}
.control-carrusel button {
  display: block;
  height: 45px;
  margin: 0 3px 0 0;
  line-height: 45px;
  background: var(--verdeoscuro);
  text-align: center;
  color: var(--blanco);
  padding: 0 30px;
  font-weight: 600;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
}

.control-carrusel button:hover {
  background: var(--grisoscuro);
}
.control-carrusel button i {
  font-size: 24px;
}
.control-carrusel button:first-child {
  border-radius: 30px 0 0 30px;
}
.control-carrusel button:last-child {
  border-radius: 0 30px 30px 0;
}
/************************************************/
/************  Estilos para 1024px  *************/
/************************************************/
@media only screen and (max-width: 1024px) {
}
/************************************************/
/************   Estilos para 800px  *************/
/************************************************/
@media only screen and (max-width: 800px) {
  /********************************************/
  /*****************  ESTILOS INICIO  *********/
  /********************************************/
  .flex-caption-banner {
    width: 50%;
    padding: 2%;
    position: absolute;
    left: 10%;
    top: 30%;
  }
  .flex-caption-banner h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .flex-caption-banner p {
    font-size: 18px;
    line-height: 18px;
  }
  .flex-caption-banner a {
    line-height: 46px;
    font-size: 16px;
    margin: 10px 6px 10px 0;
  }
  /********************************************/
  /*************  ESTILOS CLIENTES   **********/
  /********************************************/
  #cclientes li {
    width: 25%;
  }
  /********************************************/
  /*********       ESTILOS MISION     *********/
  /********************************************/
  #cajadatos {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    position: relative;
  }
  .cajanegro {
    width: 100%;
    background: var(--grisoscuro);
    padding: 10% 3%;
    position: static;
  }
  .cajaimg {
    width: 100%;
  }
  .cajanegro2 {
    width: 100%;
    background: var(--grisoscuro);
    padding: 10% 3%;
    position: static;
  }
  /************************************************/
  /*************  ESTILOS PROYECTOS    ************/
  /************************************************/
  .fondomisionvision {
    background: url("../imagenes/fondo-vision.png") repeat-y left;
  }
  #bannerproyectos {
    height: 500px;
    background: url("../img-apps/proyectos/fondo-mision.jpg") no-repeat left;
    background-attachment: fixed;
    background-size: cover;
  }
  #bannerproyectos h2 {
    width: 50%;
    font-size: 60px;
    margin-top: 16%;
    line-height: 60px;
  }
  #cajaproyect {
    column-count: 2;
    padding: 15px;
  }
  .flex-caption p {
    font-size: 12px;
  }
  .cajapolitica {
    padding: 15px;
  }
}
/************************************************/
/************   Estilos para 603px  *************/
/************************************************/
@media only screen and (max-width: 603px) {
  /********************************************/
  /*************  ESTILOS CLIENTES   **********/
  /********************************************/
  #cclientes li {
    width: 33.33%;
  }
}
/************************************************/
/************   Estilos para 533px  *************/
/************************************************/
@media only screen and (max-width: 533px) {
}
/************************************************/
/************   Estilos para 480px  *************/
/************************************************/
@media only screen and (max-width: 480px) {
  /********************************************/
  /*************  ESTILOS CLIENTES   **********/
  /********************************************/
  #cclientes li {
    width: 50%;
  }
  /********************************************/
  /*****************  ESTILOS INICIO  *********/
  /********************************************/
  .flex-caption-banner {
    width: 50%;
    padding: 2%;
    position: absolute;
    left: 10%;
    top: 30%;
  }
  .flex-caption-banner h2 {
    font-size: 24x;
    line-height: 26px;
  }
  .flex-caption-banner p {
    font-size: 16px;
    line-height: 18px;
  }
  .flex-caption-banner a {
    line-height: 46px;
    font-size: 16px;
    margin: 10px 6px 10px 0;
  }
  /************************************************/
  /*****************  ESTILOS TITULOS  ************/
  /************************************************/
  .titulos h2 {
    font-size: 26px;
  }
  .titulosamarillo h2 {
    font-size: 26px;
  }
  /************************************************/
  /*************  ESTILOS PROYECTOS    ************/
  /************************************************/
  #bannerproyectos {
    height: 400px;
    background: url("../img-apps/proyectos/fondo-mision.jpg") no-repeat center;
    background-attachment: fixed;
    background-size: cover;
  }
  #bannerproyectos h2 {
    width: 50%;
    font-size: 30px;
    margin-top: 26%;
    line-height: 30px;
  }
  #cajaproyect {
    column-count: 1;
  }
  .flex-caption p {
    font-size: 12px;
    font-weight: 400;
  }

  .brojos {
    width: 100%;
    max-width: none;
  }
}
/************************************************/
/************   Estilos para 360px  *************/
/************************************************/
@media only screen and (max-width: 360px) {
}
