/* Sass Document */
*::-moz-selection {
  background: #f1f1f2;
  color: #666; }
*::selection {
  background: #f1f1f2;
  color: #666; }

body {
  font-family: 'PoppinsRegular';
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
  color: #273851;
  padding: 0;
  margin: 0;
  background:#000;
}

  @font-face {
  	font-family: 'PoppinsBold';
  	font-style: normal;
  	font-weight: normal;
  	src: local('PoppinsBold'), url('PoppinsBold.woff') format('woff');
  }
  @font-face {
  	font-family: 'PoppinsItalic';
  	font-style: normal;
  	font-weight: normal;
  	src: local('PoppinsItalic'), url('PoppinsItalic.woff') format('woff');
  }
  @font-face {
  	font-family: 'PoppinsMedium';
  	font-style: normal;
  	font-weight: normal;
  	src: local('PoppinsMedium'), url('PoppinsMedium.woff') format('woff');
  }
  @font-face {
  	font-family: 'PoppinsRegular';
  	font-style: normal;
  	font-weight: normal;
  	src: local('PoppinsRegular'), url('PoppinsRegular.woff') format('woff');
  }
  @font-face {
  	font-family: 'PoppinsSemiBold';
  	font-style: normal;
  	font-weight: normal;
  	src: local('PoppinsSemiBold'), url('PoppinsSemiBold.woff') format('woff');
  }

.clearer{
  clear: both;
  display: block;
}
.izq{
  text-align: left;
}
.azul{
  color:#009adc;
}
.negro{
  color:#161411;
}
.combo_azul{
  /*appearance: none;*/
  background:#009adc;
  font-size: 15px;
  color: #000;
  width: 70%;
  border: none;
  border-radius:20px;
  padding: 10px 20px;
  font-family: 'PoppinsMedium';
}

/* MENÚ */
#cabecera{
  width:100%;
  padding: 0;
  height: auto;
  display: table;
  z-index:9000;
  padding-bottom:0;
  position: fixed;
  background: #000;
  top: 0;
}
#cabecera_1{
  width: 20%;
  float: left;
  text-align:center;
  padding: 20px 0;
}
#cabecera_1 img{
  height: 90px;
}
#cabecera_2{
  width: 55%;
  float: left;
  height: auto;
  display: table;
  text-align: right;
  padding: 28px 0;
}
#cabecera_2 a{
  text-decoration: none;
  background:#009adc;
  color: #FFF;
  font-size: 15px;
  padding: 10px 30px;
  text-align: center;
  font-family: 'PoppinsMedium';
  border-radius:30px;
}
#cabecera_3{
  float: left;
  width: 16%;
  padding:2%;
  padding: 20px 0;
  text-align: right;
}
#cabecera_3 img{
  height:40px;
}

/* INICIO */
#bloque_inicio{
  width: 100%;
  height: auto;
  display: table;
  margin-top: 150px;
  margin-bottom: 50px;
}
#titulo{
  width:90%;
  padding: 30px 0 30px 5%;
  text-align: left;
  font-size: 47px;
  color: #FFF;
  font-family: 'PoppinsBold';
  line-height: 50px;
}
#subtitulo{
  width: 100%;
  padding: 15px 0;
  text-align: center;
  font-size: 25px;
  color: #FFF;
  font-family: 'PoppinsBold';
  line-height: 25px;
}
#slide{
  width:70%;
  position: relative;
  padding: 20px 5% 20px 5%;
  float: left;
}
#slide img{
  width: 100%;
  border-radius:20px;
}
#menu_vertical{
  width:10%;
  margin: 0 5%;
  float: left;
  text-align: center;
  height: 200px;
  margin-top: -110px;
  font-size: 15px;
}
#menu_vertical img{
  height:50px;
}
#menu_vertical a{
  text-decoration: none;
  color: #FFF;
  margin: 10px 0;
  display: block;
}
#menu_vertical_interior{
  width:10%;
  margin: 0 5%;
  float: left;
  text-align: center;
  height: 200px;
  margin-top: -50px;
  font-size: 15px;
}
#menu_vertical_interior img{
  height:50px;
}
#menu_vertical_interior a{
  text-decoration: none;
  color: #FFF;
  margin: 15px 0;
  display: block;
}
#c_bco{
  position: absolute;
  width: auto;
  bottom: 10px;
  left:15%;
  padding:10px 20px;
  font-size: 15px;
  background: #FFF;
  border-radius: 20px;
  font-family: 'PoppinsBold';
  z-index: 5000;
}
#c_azul{
  position: absolute;
  width: auto;
  bottom: 10px;
  left:40%;
  padding:10px 30px;
  font-size: 15px;
  background: #009adc;
  border-radius: 15px;
  font-family: 'PoppinsBold';
  z-index: 5000;
}
#c_azul a{
  text-decoration: none;
  color: #FFF;
  display: block;
}
#bloque_mision{
  width: 90%;
  margin:80px 5%;
  display: table;
  height: auto;
  position: relative;
}
#bloque_mision_izq{
  width: 60%;
  float: left;
  font-size: 17px;
  text-align: left;
  color: #FFF;
  font-style: italic;
  font-weight: lighter;
}
#bloque_mision_der{
  width: 40%;
  float: left;
  text-align:left;
  position: relative;
}
.btn_mv{
  padding: 10px 40px;
  background: #FFF;
  color: #333;
  font-size: 15px;
  margin: 0 20px;
  border-radius: 20px;
  text-decoration: none;
  width: auto;
}
.resaltar{
  font-weight: 600;
}
#bloque_mision_1{
  width: 60%;
  float: left;
  font-size: 17px;
  text-align: left;
  color: #FFF;
  font-weight:100;
}
#bloque_mision_2{
  width: 40%;
  float: left;
  font-size: 17px;
  text-align: right;
  color: #FFF;
  font-style: italic;
  font-weight: lighter;
}
#vta_mision{
  width: 35%;
  position: absolute;
  top: 40px;
  left:62%;
  padding: 20px 1%;
  background: #FFF;
  border-radius:20px;
  color: #333;
  font-size: 14px;
  display: none;
}
#vta_vision{
  width: 35%;
  position: absolute;
  top: 40px;
  left:62%;
  padding: 20px 1%;
  background: #FFF;
  border-radius:20px;
  color: #333;
  font-size: 14px;
  display: none;
}
.clase-activa{
  background:#369;
}
#txt_bco{
  width:60%;
  padding: 10px 20%;
  text-align: left;
  font-size: 15px;
  color: #FFF;
  font-family: 'PoppinsRegular';
  line-height: 20px;
}
#cintillo_clientes{
  width: 90%;
  margin:80px 5%;
  height: auto;
  overflow: hidden;
  position: relative;
}
#cintillo_clientes img{
  height:40px;
  margin: 0 30px;
  float: left;
}
#crts{
  width: 90%;
  margin: 20px 5%;
  height: auto;
  display:flex;
  flex-direction: column;
  position:relative;
}
#crts_i{
  width: 50%;
  float: left;
  text-align: center;
  position:relative;
  height: auto;
  left: 50%;
}
#f1{
  width: 50%;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: auto;
}
#f1 img{
  width: 100%;
  margin-top: 20px;
}
#f1 a img{
  width: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#f1 a img:hover{
  width: 105%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#f2{
  width:50%;
  bottom:0;
  left:25%;
  z-index:2000;
  height: auto;
  position: absolute;
}
#f2 img{
  width: 80%;
}
#f2 a img{
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#f2 a img:hover{
  width: 90%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#f3{
  width: 50%;
  bottom: 0;
  right: 0;
  z-index: 1000;
  height: auto;
  position: absolute;
}
#f3 img{
  width: 100%;
}
#f3 a img{
  width: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#f3 a img:hover{
  width: 105%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#crts_d{
  width: 35%;
  padding:50px 0 0 5%;
  float: left;
  left:-5%;
  position: absolute;
}
#listado{
  width: 100%;
  height: auto;
}
#listado ul{
  width: 100%;
  padding: 0;
  margin: 0;
}
#listado ul li{
  width: 100%;
  text-align: left;
  font-size: 17px;
  color: #FFF;
  /*list-style: circle;
  list-style-position: inside;*/

  /*background-image: url('Check.png');*/
  background-repeat: no-repeat;
  background-position: left center;
  padding-left:10px; /* Espacio para que el texto no pise la imagen */
  list-style: none; /* Quita la viñeta por defecto */


}
#listado ul li img{
  height: 18px;
}
#instalacion{
  width: 90%;
  margin:80px 5% 50px 5%;
  height: auto;
  display:table;
}
#instalacion_i{
  width: 30%;
  padding: 70px 10%;
  float: left;
  text-align: center;
}
#instalacion_d{
  width: 50%;
  float: left;
  text-align: center;
}
#instalacion_d img{
  width: 100%;
}
p{
  font-size: 17px;
  color: #FFF;
  font-family: 'PoppinsRegular';
  line-height: 20px;
  padding: 0;
}
#inf{
  width: 100%;
  text-align: center;
  height: auto;
}
#footer{
  width: 100%;
  height: auto;
  display: table;
}
#footer_izq{
  width: 20%;
  float: left;
  margin: 30px 0;
  text-align: center;
}
#footer_izq img{
  height: 60px;
}
#footer_der{
  width: 90%;
  margin: 20px 5%;
  float: left;
  background: #FFF;
  border-radius: 15px;
  padding: 20px 0;
}
#footer_der_i{
  width: 66%;
  padding: 0 2%;
  text-align: left;
  float: left;
  font-size: 12px;
}
#footer_der_i img{
  height: 40px;
  float: left;
  margin-right: 20px;
}
#footer_der_d{
  width: 28%;
  padding: 0;
  margin: 0;
  padding-right: 2%;
  float: left;
  text-align: right;
  position: relative;
}
#footer_der_d ul{
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  display: block;
}
#footer_der_d ul li{
  list-style: none;
  width:20%;
  float:left;
  text-align: center;
}
#footer_der_d ul li img{
  height: 40px;
}
#bt{
  width: 80%;
  background:rgba(0,0,0,0.9);
  font-size: 10px;
  color: #FFF;
  position: absolute;
  border-radius: 14px;
  top:-2px;
  left: 17%;
  z-index: 3000;
  padding:7px 0;
  display: none;
  z-index: 3000;
}
#bt_1{
  width: 40%;
  padding: 0 5%;
  float: left;
  text-align:left;
}
#bt_2{
  width: 40%;
  padding: 0 5%;
  float: left;
  text-align:left;
}
#bm{
  width: 80%;
  background:#009adc;
  font-size: 10px;
  color: #FFF;
  position: absolute;
  border-radius: 14px;
  top:-2px;
  left:0;
  z-index: 3000;
  padding:7px 0;
  display: none;
  z-index: 3000;
}
#bm_1{
  width: 80%;
  padding: 0 10%;
  text-align:left;
}
#wa_footer_qro, #wa_footer_cdmx{
  width:20%;
  float: left;
  text-align: center;
  position: relative;
  margin-right: 5px;
}
#wa_footer_qro img, #wa_footer_cdmx img{
  height: 45px;
}
#Cotizar{
  width:20%;
  padding:13px;
  float: left;
  text-align: center;
  font-size: 12px;
  background:#009adc;
  border-radius: 15px;
  position: relative;
  margin-right: 5px;
}
#Cotizar a{
  text-decoration: none;
  color: #FFF;
}
#bloq_whats{
  width: auto;
  position: absolute;top:70px;
  right: 6%;
  display: none;
}
#bloq_whats img{
  height: 40px;
}

/* CONTACTO */
#bloque_contacto{
  width: 80%;
  margin: 70px 10%;
  display: table;
  height: auto;
  text-align: center;
  margin-top: 150px;
  margin-bottom: 50px;
}
#bloque_contacto h3{
  color:#009adc;
  font-size: 13px;
  font-weight: 100;
  line-height: 0;
}
#bloque_ctc_izq{
  width: 40%;
  float: left;
  text-align: left;
  margin: 40px 0;
}
#bloque_ctc_der{
  width: 55%;
  padding-left: 5%;
  float: left;
  text-align: left;
  margin: 40px 0;
}
#contacto_mitad{
  width: 50%;
  text-align: left;
  float: left;
}
.txt{
  width: 95%;
  border:solid 1px #CCC;
  border-radius: 15px;
  background: none;
  font-size: 13px;
  color: #FFF;
  padding: 10px ;
}
.txt_2{
  width: 95%;
  border:solid 1px #CCC;
  border-radius: 15px;
  background: none;
  font-size: 13px;
  color: #FFF;
  padding: 10px;
}
.txt_3{
  width: 93%;
  height: 90px;
  border:solid 1px #CCC;
  border-radius: 15px;
  background: none;
  font-size: 13px;
  color: #FFF;
  padding: 10px;
}
.enviar{
  padding: 10px 40px;
  background:#009adc;
  color: #FFF;
  border-radius: 15px;
  cursor: pointer;
  border: none;
}
#mensaje_gracias{
  width: 50%;
  margin: 150px 25%;
  font-size: 17px;
  line-height: 20px;
  color:#009adc;
  text-align: center;
}


/* ROTULACIÓN */
#slide_rotulacion{
  width: 90%;
  position: relative;
  padding:20px 5%;
}
#slide_rotulacion img{
  width: 100%;
}
#titulo_rot_1{
  font-size: 30px;
  color: #FFF;
  position: absolute;
  right: 8%;
  bottom: 100px;
  font-family: 'PoppinsBold';
}
#titulo_rot_2{
  font-size:15px;
  color: #FFF;
  position: absolute;
  right: 8%;
  bottom:70px;
  font-family: 'PoppinsRegular';
}
#rotulacion_izq{
  width: 60%;
  margin: 40px 5%;
  text-align: left;
  font-size: 25px;
  color: #FFF;
  font-family: 'PoppinsBold';
  float:left;
}
#rotulacion_der{
  width: 20%;
  text-align: right;
  float:left;
  margin:60px 5%;
}
#btn_rotular{
  color: #000;
  background:#009adc;
  border-radius: 15px;
  font-size: 17px;
  text-align:center;
  font-family: 'PoppinsBold';
  padding: 15px 0;
}
#rotulacion_fotos{
  width: 90%;
  margin:20px 5%;
  height: auto;
}
#rotulacion_f1{
  width: 25%;
  float: left;
}
#rotulacion_f1 img{
  width: 100%;
}
#rotulacion_f2{
  width:40%;
  padding: 0 5%;
  float: left;
}
#rotulacion_f2 img{
  width: 100%;
}
#rotulacion_f3{
  width: 25%;
  float: left;
}
#rotulacion_f3 img{
  width: 100%;
}
#rotulacion_notas{
  width: 90%;
  margin: 50px 5%;
  height: auto;
}
#nota_1{
  width:40%;
  text-align: left;
  float: left;
  position: relative;
}
#nota_1 img{
  width: 90%;
}
#nota_2{
  width: 30%;
  padding: 20px 0;
  text-align: center;
  font-size: 25px;
  color: #FFF;
  font-family: 'PoppinsMedium';
  border-right: solid 2px #009adc;
  float:left;
  margin:40px 0;
  line-height: 25px;
}
#nota_3{
  width: 29%;
  padding: 20px 0;
  text-align: center;
  font-size: 25px;
  color: #FFF;
  font-family: 'PoppinsMedium';
  float:left;
  margin:50px 0;
  line-height: 25px;
}

/* ANUNCIOS */
.rosa{ background:#F5278E; }
.naranja{ background:#EB6121; }
.morado{ background:#8621EB; }
.azul2{ background:#2172EB; }
#bloque_secciones{
  width: 90%;
  margin: 70px 5%;
  display: table;
  height: auto;
  text-align: center;
  margin-top: 150px;
  margin-bottom: 50px;
}
#contenido_seccion{
  width:100%;
  height: auto;
  height: auto;
}
#barra_color{
  width: 80%;
  border-radius: 20px;
  height: auto;
  display: table;
}
#barra_color ul{
  width: 100%;
  list-style:none;
  padding: 0;
  margin: 0;
}
#barra_color ul li{
  width: 33%;
  padding: 10px 0;
  float: left;
  text-align: center;
  font-size: 15px;
  color: #FFF;
}
#trabajos_fotos{
  width:80%;
  float:left;
}

.gallery-wrapper {
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory; /* Ajuste magnético */
    padding: 10px 0;
  }

  .grid-scroll {
    display: grid;
    /* Crea 2 filas de igual tamaño */
    grid-template-rows: repeat(2, 1fr);
    /* Crea columnas automáticas donde cada una mide el 25% del contenedor */
    grid-auto-flow: column;
    grid-auto-columns: calc(33% - 5px);
    gap: 10px;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .item {
    scroll-snap-align: start;
  }

  .item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
  }

  /* Personalización de la barra (opcional) */
  .gallery-wrapper::-webkit-scrollbar {
    margin-bottom: 10px;
    height: 6px;
  }
  .gallery-wrapper::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
  }

#textos_contenido{
  width: 80%;
  padding:50px 0;
  height: auto;
  display: table;
  margin-bottom: 10px;
}
#textos_contenido_izq{
  width: 70%;
  float: left;
}
#textos_contenido_izq_1{
  width: 50%;
  float: left;
  font-size: 15px;
  color: #FFF;
  text-align: left;
}
#textos_contenido_izq_1 h1{
  font-size: 20px;
  line-height:10px;
  font-weight:bolder;
}
#textos_contenido_izq_2{
  width: 40%;
  padding: 0 5%;
  float: left;
  font-size: 15px;
  color: #FFF;
  text-align: left;
}
#textos_contenido_izq_2 h1{
  font-size: 20px;
  line-height:10px;
}
#textos_contenido_der{
  width: 30%;
  float: left;
  text-align: right;
  font-size: 15px;
}
#textos_contenido_der a{
  text-decoration: none;
  padding: 10px 50px;
  text-align: center;
  border-radius: 20px;
  color: #FFF;
  font-size: 20px;
}



/* IMPRESIÓN */
#impresion_p1{
  width: 30%;
  padding: 20px 0;
  text-align: center;
  font-size: 25px;
  color: #FFF;
  font-family: 'PoppinsMedium';
  border-right: solid 2px #009adc;
  float:left;
  margin:40px 0;
  line-height: 25px;
}
#impresion_p2{
  width: 29%;
  padding: 20px 5%;
  text-align: center;
  font-size: 25px;
  color: #FFF;
  font-family: 'PoppinsMedium';
  border-right: solid 2px #009adc;
  float:left;
  margin:40px 0;
  line-height: 25px;
}
#impresion_cuadros{
  width: 90%;
  margin: 30px 5% 10px 5%;
  height: auto;
  display: table;
}
#impresion_cuadros_izq{
  width: 50%;
  padding: 0;
  float: left;
  text-align: left;
}
#impresion_cuadros_izq img{
  width: 100%;
  margin-bottom:40px;
}
#impresion_cuadros_der{
  width: 44%;
  padding: 0 0 0 4%;
  float: left;
  text-align: right;
}
#impresion_cuadros_der img{
  width: 96%;
}
#descripcion_p1{
  width: 20%;
  padding: 20px 5%;
  text-align: left;
  font-size:15px;
  color: #FFF;
  font-family: 'PoppinsRegular';
  float:left;
  line-height: 20px;
}
#descripcion_p2{
  width: 30%;
  padding: 20px 5%;
  text-align: left;
  font-size:15px;
  color: #FFF;
  font-family: 'PoppinsRegular';
  float:left;
  line-height: 20px;
}
#descripcion_p3{
  width: 20%;
  padding: 20px 5%;
  text-align: left;
  font-size:15px;
  color: #FFF;
  font-family: 'PoppinsRegular';
  float:left;
  line-height: 20px;
}



#cabecera_movil, #footer_movil, #crts_movil, #menu_movil_completo, #pop_puntos_movil, #footer_movil, #bloque_mision_1_movil, #bloque_mision_2_movil{
  display: none;
}













@media only screen and (min-width:300px) and (max-width:1024px){

#cabecera, #footer, #menu_vertical, #menu_vertical_interior{
  display: none;
}
#cabecera_movil{
  display: table;
  width: 100%;
  height: auto;
  padding:10px 0;
  text-align: center;
  border-bottom: solid 1px #009adc;
  position: fixed;
  top: 0;
  left: 0;
  background:#000;
  z-index:5000;
}
#cabecera_movil img{
  height:60px;
  width: auto;
}
#menu_movil{
  position: absolute;
  top: 10px;
  left: 10px;
}
#menu_movil img{
  height:20px;
}
#menu_movil_completo{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background:#009adc;
  display:none;
  z-index: 10000;
}
#mov_b1{
  position: absolute;
  top: 10px;
  left: 10px;
}
#mov_b1 img{
  height:20px;
}
#mov_logo{
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
#mov_logo img{
  height:80px;
}
#mov_opcion{
  width: 90%;
  text-align: center;
  margin: 0 5%;
  border-bottom: solid 1px rgba(254,254,254,0.5);
  font-size: 15px;
  font-family: 'PoppinsMedium';
}
#mov_opcion a{
  width: 100%;
  padding:14px 0;
  display: block;
  text-decoration: none;
  color: #FFF;
}
#mov_redes{
  width: 100%;
  margin:20px 0;
  text-align: center;
}
#mov_redes img{
  height: 30px;
  margin: 0 20px;
}
#mov_datos{
  width: 90%;
  margin:10px 5%;
  text-align: center;
  font-size: 12px;
  color: #000;
  line-height:17px;
}

/* INICIO */
#bloque_inicio{
  width: 100%;
  height: auto;
  display: table;
  margin-top: 100px;
  margin-bottom: 50px;
}
#titulo{
  width: 100%;
  padding: 30px 0;
  text-align: center;
  font-size: 25px;
  color: #FFF;
  font-family: 'PoppinsBold';
  line-height: 35px;
}
#subtitulo{
  width: 100%;
  padding: 15px 0;
  text-align: center;
  font-size: 20px;
  color: #FFF;
  font-family: 'PoppinsBold';
  line-height: 25px;
}
#slide{
  width: 96%;
  position: relative;
  padding: 20px 2%;
}
#c_bco{
  position: absolute;
  width: auto;
  height: 20px;
  bottom: 0px;
  left:5%;
  padding:10px 20px;
  font-size: 13px;
  background: #FFF;
  border-radius: 20px;
  font-family: 'PoppinsBold';
  z-index: 5000;
  line-height:15px;
  text-align: center;
}
#c_azul{
  position: absolute;
  width:auto;
  height: 20px;
  bottom: 0px;
  left:65%;
  padding:10px 20px;
  font-size: 13px;
  background: #009adc;
  color: #FFF;
  border-radius: 15px;
  font-family: 'PoppinsBold';
  z-index: 5000;
  text-align: center;
}
#txt_bco{
  width:90%;
  padding: 10px 5%;
  text-align: left;
  font-size: 13px;
  color: #FFF;
  font-family: 'PoppinsRegular';
  line-height: 20px;
  margin-top: 10px;
}
#crts{
  display: none;
}
#crts_movil{
  width: 100%;
  height: auto;
  margin: 10px 0;
  display: table;
  position: relative;
}
#crts_movil_1{
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  z-index: 2000;
}
#crts_movil_1 img{
  width: 100%;
}
#crts_movil_2{
  position: absolute;
  top: 0;
  left:25%;
  width:100%;
  z-index: 3000;
}
#crts_movil_2 img{
  width:45%;
}
#crts_movil_3{
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  z-index: 2000;
}
#crts_movil_3 img{
  width: 100%;
}
#crts_d{
  width:70%;
  padding:60px 15% 20px 15%;
  position:relative;
  left: 0;
  margin-top:240px;
}
#listado{
  width: 100%;
  height: auto;
}
#listado ul{
  width: 100%;
  padding: 0;
  margin: 0;
}
#listado ul li{
  width: 100%;
  text-align: left;
  font-size: 15px;
  color: #FFF;
  list-style: none;
}
#instalacion{
  width: 90%;
  margin:20px 5% 10px 5%;
  height: auto;
  display:table;
}
#instalacion_i{
  width: 80%;
  padding: 0 10%;
  text-align: center;
}
#instalacion_d{
  width: 100%;
  text-align: center;
}
#instalacion_d img{
  width: 100%;
}
p{
  font-size: 15px;
  color: #FFF;
  font-family: 'PoppinsRegular';
  line-height: 20px;
  padding: 0;
}
#inf{
  width: 100%;
  text-align: center;
  height: auto;
  padding: 0;
  margin: 0;
}

/* MISIÓN - VISIÓN */
#bloque_mision{
  width: 90%;
  margin:40px 5%;
  display: table;
  height: auto;
  position: relative;
}
#bloque_mision_izq{
  width: 100%;
  font-size: 17px;
  text-align: center;
  color: #FFF;
  font-style: italic;
  font-weight: lighter;
  margin-bottom:30px;
}
#bloque_mision_der{
  width: 100%;
  text-align:center;
  position: relative;
}
#bloque_mision_1, #bloque_mision_2{
  display: none;
}
#bloque_mision_1_movil{
  display: block;
  width: 100%;
  font-size: 17px;
  text-align: left;
  color: #FFF;
  font-weight:100;
  padding: 10px 0;
}
#bloque_mision_2_movil{
  display: block;
  width: 100%;
  font-size: 17px;
  text-align:left;
  color: #FFF;
  font-style: italic;
  font-weight: lighter;
  padding: 20px 0;
}
#vta_mision{
  width: 90%;
  position: absolute;
  top: -80px;
  left:1%;
  padding: 20px 15px;
  background: #FFF;
  border-radius:20px;
  color: #333;
  font-size: 14px;
  display: none;
  z-index:5000;
}
#vta_vision{
  width: 90%;
  position: absolute;
  top: -80px;
  left:1%;
  padding: 20px 15px;
  background: #FFF;
  border-radius:20px;
  color: #333;
  font-size: 14px;
  display: none;
  z-index:5000;
}

/* ANUNCIOS */
#bloque_secciones{
  width: 90%;
  margin: 70px 5%;
  display: table;
  height: auto;
  text-align: center;
  margin-top: 120px;
  margin-bottom: 50px;
}
#barra_color{
  width: 100%;
  border-radius: 20px;
  height: auto;
  display: table;
}
#barra_color ul{
  width: 100%;
  list-style:none;
  padding: 0;
  margin: 0;
}
#barra_color ul li{
  width: 33%;
  padding: 10px 0;
  float: left;
  text-align: center;
  font-size: 14px;
  color: #FFF;
}
#trabajos_fotos{
  width:100%;

}

.gallery-wrapper {
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory; /* Ajuste magnético */
    padding: 10px 0;
  }

  .grid-scroll {
    display: grid;
    /* Crea 2 filas de igual tamaño */
    grid-template-rows: repeat(3, 1fr);
    /* Crea columnas automáticas donde cada una mide el 25% del contenedor */
    grid-auto-flow: column;
    grid-auto-columns: calc(48% - 5px);
    gap: 10px;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .item {
    scroll-snap-align: start;
  }

  .item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
  }
  #textos_contenido_der{
    width: 100%;
    text-align:center;
    padding-top: 20px;
  }
  #textos_contenido_der a{
    text-decoration: none;
    padding: 10px 50px;
    text-align: center;
    border-radius: 20px;
    color: #FFF;
    font-size:15px;
  }
  #textos_contenido{
    width: 100%;
    padding: 0;
    height: auto;
    display: table;
    margin-bottom: 10px;
  }
  #textos_contenido_izq{
    width: 100%;

  }
  #textos_contenido_izq_1{
    width: 100%;
    font-size: 15px;
    color: #FFF;
    text-align: left;
  }
  #textos_contenido_izq_1 h1{
    font-size: 20px;
    line-height:10px;
    font-weight:bolder;
  }
  #textos_contenido_izq_2{
    width: 100%;
    padding: 20px 0;
    font-size: 15px;
    color: #FFF;
    text-align: left;
  }


/* CONTACTO */
#bloque_contacto{
  width: 80%;
  margin: 70px 10%;
  display: table;
  height: auto;
  text-align: center;
  margin-top: 110px;
  margin-bottom: 50px;
}
#bloque_ctc_izq{
  width: 100%;
  text-align: left;
  margin: 40px 0 20px 0;
}
#bloque_ctc_der{
  width: 100%;
  text-align: left;
  margin: 10px 0;
  padding-left: 0;
}
#mensaje_gracias{
  width: 90%;
  margin:150px 5%;
  font-size: 17px;
  line-height: 20px;
  color:#009adc;
  text-align: center;
}



#separador{
  width: 90%;
  margin: 5px 5%;
  border-bottom: solid 1px #009adc;
  height: 5px;
}
#footer_movil{
  display: table;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
  color: #FFF;
  border-top: solid 1px #009adc;
  margin: 10px 0;
}
#footer_movil img{
  height: 30px;
}


}
