:root {
  --blanco: #fff;
  --naranja: #ff8300;
  --morado: #7357c1;
  --verde: #82bf44;
}

@font-face {
  font-family: "Garet-ExtraBold";
  src: url("/assets/tipografias/Garet-ExtraBold.otf") format("opentype");
  /*ExtraBold*/
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Garet";
  src: url("/assets/tipografias/Garet-Bold.otf") format("opentype");
  /*Bold*/
  font-weight: 700;
}

@font-face {
  font-family: "Garet";
  src: url("/assets/tipografias/Garet-Regular.otf") format("opentype");
  /*Regular*/
  font-weight: 400;
}

@font-face {
  font-family: "Garet";
  src: url("/assets/tipografias/Garet-Book.woff") format("opentype");
  /*Book*/
  font-weight: 500;
}

@font-face {
  font-family: "Garet";
  src: url("/assets/tipografias/Garet-Light.otf") format("opentype");
  /*Light*/
  font-weight: 300;
}

.encabezado-principal {
  text-align: center;
  font-family: "Garet";
  /* font-weight: 800; */
  /* font-size: 56px; */
  font-size: clamp(28px, 5vw, 56px);
  /* The clamp function ensures the font size is responsive*/
  /* line-height: 81px; */
  line-height: clamp(1.2, 2vwm 1.4);
  color: #ffffff;
  padding: 0 clamp(1rem, 3vw, 2rem);
  margin-bottom: 25px;
  /*padding added for responsiveness*/
}

main {
  flex: none;
}

body {
  margin: 0%;
  width: 100%;
  padding: 0;
  font-family: "Garet";
}

.mt-20 {
  margin-top: 30px;
}

.my-30 {
  margin: 2rem 0;
}

.pt-60 {
  padding-top: 60px;
}

.pt-14 {
  padding-top: 14rem;
}

h2 {
  color: var(--blanco);
  font-weight: 800;
  font-size: 27px;
}

#logo-navbar {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.4s ease-in-out;
  display: none;
}

#logo-navbar.visible {
  display: block;
  opacity: 1;
  transform: translateY(0);
}


p {
  text-align: center;
  font-size: clamp(16px, 2.5vw, 18px);
  /* font-size: clamp(15px, 2.5vw, 17px); */
}

.bg-purple {
  background-color: var(--morado);
}

.nav-links {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  flex-wrap: wrap;
}

.nav-links a {
  text-decoration: none;
  color: var(--blanco);
  font-size: 15px;
  font-weight: 700;
  padding: clamp(6px, 1.5vw, 8px) clamp(15px, 3vw, 30px);
  display: inline-block;
  background: transparent;
  border-radius: 25px;
  transition: background 0.2s ease;
  white-space: nowrap;
}

.nav-links a:hover {
  background: var(--naranja);
  border-radius: 25px;
}

/* a:hover {
  background: var(--naranja);
  border-radius: 25px;
} */

.imagen-background {
  background-image: url("assets/images/background/Banner_principal/grupo-15544@2x.png");
  /* background-image: url("assets/images/background/Banner_principal/IMG_2262.JPG"); */
  height: 2000px;
  /* max-width: 2000px; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #4e30a1;

}

.logo-redjalisco {
  max-width: 350px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  height: 280px;

}

.logo-acai {
  max-width: 200px;
  margin: 0% auto 8%;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  height: 150px;
  cursor: pointer;
}

.logo-acai:hover #Trazado_35904,
.logo-acai:hover #Trazado_35905 {
  fill: var(--naranja);
}

.encabezado-blanco h2 {
  color: var(--blanco);
  font-weight: 700;
  /* font-size: 35px; */
  font-size: clamp(25px, 4vw, 35px);
  text-align: center;
  padding-top: 25px;
}

.contenedor-flex {
  max-width: 1200px;
  margin: 0% auto;
  padding: 2rem;
}

.header-top-elements {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}

.header-velocidad-circle {
  background: var(--naranja);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /* transition: all 0.3s ease;
  text-decoration: none; */
}

.header-velocidad-circle img {
  width: 30px;
  height: 15px;
  margin-top: -5px;
}

.header-menu-hamburguesa {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.header-menu-hamburguesa img {
  width: 30px;
  height: auto;
  filter: brightness(0) invert(1);
  /* Para que sea blanco */
}

.pasos-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* ó 345px 345px 345px; */
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
  flex-wrap: wrap;
  text-align: center;
}

.paso-1,
.paso-2,
.paso-3 {
  color: var(--blanco);
  font-weight: 400;
}

.estilo-de-imagen {
  width: 222px;
  height: 459px;
}

.margen-top {
  margin-top: 20px;
}

.texto-naranja {
  color: var(--naranja);
}

.a-navegar {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-blanco {
  /* font-size: 18px; */
  font-size: clamp(16px, 2.5vw, 18px);
  border-radius: 10px !important;
  background: var(--blanco);
  padding: 2rem 4rem;
  max-width: 1000px;
  /* width: 100%; */
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  margin: 0% auto;
  margin-top: -100px;
}

.encabezado-naranja {
  color: var(--naranja);
  font-weight: 800;
  /* font-size: 30px; */
  font-size: clamp(23px, 4vw, 30px);
  text-align: center;
}

.input-group {
  display: flex;
  gap: 25px;
  align-items: center;
  /* flex-wrap: wrap; */
  margin: 30px 0;
  justify-content: center;
}

.input-group input {
  padding: 10px 10px;
  border: none;
  border-radius: 25px;
  /* font-size: 14px; */
  font-size: clamp(15px, 2vw, 18px);
  /* font-size: clamp(15px, 2vw, 17px); */
  transition: all 0.3s ease;
  background: #f2f3f6;
  /* outline: none; */
  min-width: 140px;
  font-weight: 400;
  font-family: "Garet";
}

.input-group input:hover {
  background: #dedede;
}

.pin-button {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  white-space: nowrap;
  padding: 6px 50px;
  /* padding: 6px clamp(20px, 5vw, 50px); */
  border: 2px solid var(--morado);
  border-radius: 25px;
  font-weight: 700;
  font-family: "Garet";
  background: var(--blanco);
  color: var(--morado);
  cursor: pointer;
}

.pin-button:hover {
  background: var(--morado);
  color: var(--blanco);
}

.pin-button svg {
  fill: var(--morado);
}

.pin-button:hover svg {
  fill: var(--blanco);
}

.pin-button p {
  margin: 0;
}

.purple-button {
  background: var(--morado);
  border: none;
  border-radius: 25px;
  padding: 10px 18px;
  font-family: 'Garet';
  font-weight: 400;
  color: var(--blanco);
  cursor: pointer;
  font-size: 17px;
}

.purple-button:hover {
  background: #51407f;
}

.aqui-hay-background {
  background-image: url(assets/images/background/Letrero_red_jal/mapa-cobertura2x.png);
  min-height: 900px;
  text-align: center;
  background-size: cover;
}

.parrafo-bco {
  /* font-weight: 300; */
  color: var(--blanco);
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  padding-bottom: 15px;
}

.orange-button {
  background: var(--naranja);
  border: none;
  border-radius: 25px;
  padding: 8px 40px;
  color: var(--blanco);
  font-family: 'Garet';
  /* font-size: 15px; */
  font-size: clamp(13px, 2vw, 15px);
  margin: 30px auto;
  cursor: pointer;
}

#sobre-red-jalisco {
  text-align: center;
}

.orange-button:hover {
  background: #e27500;
}

.encabezado-negro {
  color: #191919;
  font-weight: 700;
  /* font-size: 35px; */
  font-size: clamp(24px, 4vw, 35px);
  text-align: center;
  padding-top: 90px;

}

.parrafo-negro {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 0;
  /* margin-bottom: 80px; */
  /* margin-bottom: clamp(50px, 8vw, 80px); */
  line-height: 1.6;
  font-size: clamp(14px, 2.5vw, 20px);
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 0;
  padding-bottom: 56.25%;
  margin: 20px auto;
  border-radius: 15px;
  overflow: hidden;
}

.youtube-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 35px;
  padding-top: 3px;
}

/* .youtube-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}

.youtube-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
} */

.cards-colors {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.card {
  background: var(--blanco);
  border-radius: 20px;
  height: 150px;
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 20px;
}

.card-purple {
  border: 2px solid var(--morado);
}

.bold-purple {
  font-weight: 700;
  color: #7357c1;
}

.card-orange {
  border: 2px solid var(--naranja);
}

.bold-orange {
  font-weight: 700;
  color: var(--naranja);
}

.card-green {
  border: 2px solid var(--verde);
}

.bold-green {
  font-weight: 700;
  color: var(--verde);
}

.icon-nav {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.benefit-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  color: #bfc0c2;
  min-width: 80px;
  padding: 5px;
  transition: color 0.3s ease;
}

.benefit-item img {
  filter: grayscale(100%) opacity(0.7);
  /*revisar si vale la pena dejarlo*/
  transition: filter 0.3s ease;
}

.benefit-item.active {
  color: black
}

.benefit-item.active img {
  filter: brightness(0);
}

.cards-container {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}

.card-popover {
  display: none !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: var(--blanco);
  padding: 20px 30px;
  align-items: flex-start;
  max-width: 600px;
}

.card-popover h3 {
  padding: 5px 0px;
}

.card-popover.active {
  display: inline-flex !important;
  max-width: 900px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

.card-text h3 {
  /* font-weight: 800; */
  font-size: 30px;
  line-height: 1.3;

}

.parrafo-strong {
  text-align: left;
  line-height: 1.3;
  font-size: 18px;

}

.card-popover img {
  width: 18rem;
  height: 18rem;
  padding: 60px 60px 60px 60px;
  display: flex;
}

.card-text {
  text-align: left;
  padding: 25px;
  line-height: 1.8;
  width: 400px;
}

.card-list {
  list-style: url("./images/assets/íconos/brillo_icon.svg");
  padding-left: 20px;
  font-size: 16px;
}

.icono-mapa {
  margin: 0 auto;
  /* padding: 20px 0 20px 0; */
  display: flex;
  flex-wrap: wrap;
  width: 130px;
  height: 130px;
}

.icono-robot {
  padding: 130px 0 20px 0;
}

.califica-experiencia {
  background-color: #7357c1;
  text-align: center;
  font-size: 20px;
  color: #fff;
  padding-bottom: 100px;
}

.califica-experiencia h2 {
  text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
}

.impulsando-conectividad {
  background-color: #4d319a;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  padding: 160px 0;
  color: #fff;
}

.contenedor {
  /* width: 900px; */
  /*se ve mas centrado al quidarlo*/
  margin: auto;
  display: flex;
  text-align: left;
  gap: 60px;
  align-items: center;
}

.acai-color {
  width: 300px;
  height: 300px;
}

/* .header {
  font-size: 28px;
} */

.purple-button-wide {
  width: 200px;
}

.footer-logos {
  background-color: #5e666f;
  /* margin: 0 auto; */
  display: flex;
  gap: 150px;
  justify-content: center;
  padding: 40px 0;
}

.footer-logos img {
  height: 60px;
}

.Jalisco-mob {
  display: none
}

.footer-bottom {
  background-color: #191919;
  padding: 1px 0;
}

.footer-bottom ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  list-style: none;
  font-size: 12px;
  padding: 5px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
  padding-bottom: 20px;
}

.whatsapp-float {
  position: fixed;
  bottom: 53px;
  right: -5px;
  z-index: 1000;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
  border: none;
  outline: none;

}

.whatsapp-float img {
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.whatsapp-float:hover .text {
  display: block;
  color: var(--blanco);
  font-size: 18px;
  font-weight: 700;
  margin-left: 10px;
}

.whatsapp-float .text {
  display: none;
}

.whatsapp-float:hover {
  width: 300px;
  padding: 0 20px;
  justify-content: flex-start;
  background: #3eb75a;
  transform: scale(1.1);
  border-radius: unset;
}

.bg-red {
  background-color: red;
}

.mx-auto {
  margin: auto;
}

.flex {
  display: flex;
}

.point {
  cursor: pointer;
}

.acai-mobile {
  width: 150px;
}

.my-1 {
  margin: 1rem 0;
}

.menu-content {
  transition: all 0.3s ease-in-out;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 10vh;
  padding: 20px;
}

.menu-content.show {
  display: flex;
}

.align-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.w-70 {
  width: 70%;
}

.text-footer {
  text-decoration: none;
  color: var(--naranja);
}

.text-footer:hover {
  background: transparent;
}


@media (width >=1800px) {
  .w-10-12 {
    width: 70%;
  }
}

@media (width >=1300px) {
  .ml-9 {
    margin-left: 10rem;
  }

  .velocidad:hover {
    width: 180px;
    border-radius: 30px;
    /* padding: 0 1px; */
    justify-content: flex-start;
  }

  .velocidad:hover img {
    margin-left: 20px;
  }

  /* .w-10-12 {
    width: 70%;
  } */
}

@media (width <=1200px) {
  .ml-9 {
    /* margin: 0; */
    margin-left: 80px;
  }

  .height {
    line-height: 16px;
  }
}

@media (width >=1201px) and (width <=1299px) {
  .ml-9 {
    margin-left: 5rem;
  }
}

@media (width >=1920px) {
  .velocidad {
    position: absolute;
    top: 1.5rem;
    left: 38rem;
  }

  .md-hidden {
    display: none;
  }

  .md-flex {
    display: flex;
  }

  .header-top-elements {
    /* OCULTAR EN DESKTOP - Solo visible en móvil (hamburguesa y circulo velocidad) */
    display: none;
  }
}

@media (width >=1081px) and (width <=1920px) {
  .velocidad {
    position: absolute;
    top: 1.5rem;
    left: 28rem;
  }

  .md-hidden {
    display: none;
  }

  .md-flex {
    display: flex;
  }

  .header-top-elements {
    /* OCULTAR EN DESKTOP - Solo visible en móvil (hamburguesa y circulo velocidad) */
    display: none;
  }

}

@media (width <=1080px) {
  .w-10-12 {
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hidden {
    display: none;
  }

  .block {
    display: block;
    padding-left: 38px;
  }

  .justify-around {
    justify-content: space-around;
  }

  .align-center {
    align-items: center;
  }

  .velocidad {
    position: relative;
  }
}

/* Responsive para video */
@media screen and (min-width: 1024px) {
  .video-container {
    max-width: 700px;
    height: 400px;
    padding-bottom: 0;
  }
}

body.menu-active {
  padding-top: 80px;
}

.menu-fijo {
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  background-color: #7357c1;
  padding: 15px;
}

.menu-fijo.active {
  top: 0;
  opacity: 1;
  visibility: visible;
  animation: slideDown 0.3s ease-in-out;
}

/* icon sppend */
.icon-circle {
  /* position: relative; */
  padding: 0px 20px;
}

.velocidad {
  display: flex;
  align-items: center;
  text-decoration: none;
  background: var(--naranja);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease;
  overflow: hidden;
  cursor: pointer;
}

.velocidad img {
  width: 30px;
  height: 15px;
  transition: margin-right 0.4s ease;
  /* position: absolute; */
  z-index: 1;
  margin-top: -5px;
}

.velocidad-texto {
  position: absolute;
  left: 70px;
  font-weight: 600;
  font-size: 13px;
  color: var(--blanco);
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.4s ease;

}

.velocidad:hover .velocidad-texto {
  opacity: 1;
  transform: translateX(0);
}

.menu-hamburguesa {
  width: 30px;
}

.ml-auto {
  margin-left: auto;
}

/*end icon sppend */

ul {
  list-style-type: none;
  padding: 5px;
}

.gap-20 {
  gap: 90px;
}



.text-none {
  text-decoration: none;
  color: var(--blanco);
  font-size: 13px;
}

/* .text-none:hover {
  padding: 0px;
  border-radius: 0px;
  background: transparent;
} */


/*Responsive mobile*/
@media(max-width: 500px) {
  .gap-20 {
    gap: 20px;
  }

  .imagen-background {
    background-image: url(assets/images/background/mobile/375x2864.png);
    background-size: cover;
    background-position: top;
    background-color: #4e30a1;
    height: auto;
    min-height: 100vh;
    /* Altura mínima */
    padding-bottom: 5rem;
    /*Espacio extra al final*/
  }


  .logo-redjalisco {
    max-width: 200px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    height: 150px;
    padding-top: 80px;
  }

  .encabezado-principal {
    text-align: center;
    /* font-weight: 800; */
    font-size: 25px;
  }

  .nav-links,
  .navbar,
  .nav-links a {
    gap: 2rem;
    flex-wrap: wrap;
    font-size: 13px;
  }

  .nav-links-mobile {
    display: none;
    /*es para desaparecer el menú en mobile*/

  }

  .logo-acai {
    max-width: 180px;
    height: 80px;
    padding: 35px 0 85px;
  }

  .encabezado-blanco h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .pasos-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .estilo-de-imagen {
    /* width: 180px; */
    height: auto;
    max-width: 100%;
  }

  .logo-navegar {
    max-width: 250px;
    padding-bottom: 10px;
  }

  .card-blanco {
    margin-top: -10px;
    /*Menos margen negativo*/
    max-width: 92%;
    padding: 20px 27px;
    min-height: 470px;
  }

  .input-group input {
    width: 237px;
    height: 30px;
  }

  .input-group {
    gap: 15px;
    margin-top: 30px;
    flex-direction: column;
  }

  .pin-button {
    display: grid;
    grid-template-columns: 1fr 6fr;
    white-space: normal;
    justify-content: center;
    text-align: center;
    width: 250px;
    padding: 0 20px;
    margin: 0 !important;
  }

  .pin-button svg {
    width: 20px;
    height: 20px;
  }

  .pin-button p {
    margin: 0;
  }

  .purple-button {
    width: 247px;
    height: 45px;
    font-size: 14px;
  }

  .aqui-hay-background {
    background-image: url(assets/images/background/mobile/mapa-cobertura-750.png);
    min-height: 600px;
    padding: 0px 27px 77px;
  }

  .icono-mapa {
    /* padding: 100px 0 20px 0; */
    padding: 20px 0;
  }

  .encabezado-negro {
    padding-top: 50px;
  }

  .parrafo-bco {
    max-width: 90%;
    font-size: 16px;
    line-height: 1.5;
  }

  .orange-button {
    width: 63%;
    padding: 9px 12px;
    margin: 10px 0 20px;
    font-size: 12px;

  }

  #sobre-red-jalisco {
    padding: 0 27px 25px;
  }

  .parrafo-negro {
    padding-bottom: 25px;
  }


  .card {
    width: 100%;
    padding: 15px 24px;
    margin-bottom: 15px;
  }

  .cards-colors {
    gap: 15px;
  }

  .icon-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    margin-top: 0;
    /*revisard si hay que ponerle margen una vez que se hagan pequeños los íconos*/
    gap: 12px;
  }

  .benefit-item img {
    width: 60px;
    height: 60px;
  }

  .benefit-item h3 {
    font-size: 12px;
    margin-top: 5px;
  }

  .cards-container {
    margin: 20px 2px;
    padding: 0 0px;
  }

  .card-popover {
    max-width: 100%;
    width: calc(100% - 20px);
    padding: 25px 45px;
    margin: 0 auto;
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
  }

  .card-popover.active {
    display: flex !important;
    flex-direction: column;
    max-width: 100%;
    width: calc(100% - 20px);
    gap: 0;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    padding-top: 40px;
  }

  .card-popover img {
    width: 96px;
    height: 96px;
    padding: 0;
    align-self: first baseline;
  }

  .card-text {
    width: 100%;
    padding: 0;
    text-align: left;
  }

  .card-text h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
    /* color: #333; */
    text-align: left;
  }

  .parrafo-strong {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    text-align: left;
    line-height: 1.4;
  }

  .card-list {
    /* list-style: none; */
    padding-left: 18px;
    font-size: 14px;
    text-align: left;
    margin: 0;
  }

  .card-list li {
    position: relative;
    padding-left: 0;
    margin-bottom: 8px;
    line-height: 1.4;
  }

  .icono-robot {
    padding: 0;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .califica-experiencia {
    padding: 65px 27px;
    font-size: 18px;
  }

  .califica-experiencia p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 100%;
    padding: 10px 0px 20px;
  }

  .impulsando-conectividad {
    padding: 0 27px 80px;
    /* max-width: 100%;
    text-align: left; */
  }

  .contenedor {
    flex-direction: column;
    align-items: center;
    padding: 0 35px;
    gap: 0;
  }

  .acai-color {
    width: 205px;
    height: 70px;
    padding: 70px 60px 0 0;
  }

  /* .header {
    font-size: 30px;
    line-height: 1.2;
  } */

  .footer-logos {
    flex-direction: column;
    gap: 25px;
    padding: 40px 0;
  }

  .footer-logos img {
    height: 70px;
  }

  .Jalisco-desk {
    display: none;
  }

  .Jalisco-mob {
    display: block;
    height: 80px !important;
  }

  .footer-bottom ul {
    flex-direction: column;
    gap: 10px;
    padding: 5px 0;
  }
}

@media(min-width: 376px) and (max-width: 576px) {
  .imagen-background {
    background-origin: content-box;
    ;
    background-position: top;
    height: auto;
    min-height: 100vh;
    /* Altura mínima */
    padding-bottom: 11rem;
    /*Espacio extra al final*/
  }

  .logo-redjalisco {
    max-width: 215px;
    height: 190px;
    padding-top: 80px;
  }

  .encabezado-principal {
    text-align: center;
    /* font-weight: 800; */
    font-size: 27px;
    padding: 0 40px;
  }

  .nav-links,
  .navbar,
  .nav-links a {
    gap: 2rem;
    flex-wrap: wrap;
    font-size: 16px;
    padding: 10px;
  }

  .nav-links-mobile {
    display: none;
  }

  .logo-acai {
    max-width: 180px;
    height: 80px;
    padding-bottom: 85px;
  }

  .encabezado-blanco h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .pasos-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .logo-navegar {
    max-width: 250px;
  }

  .card-blanco {
    /* max-width: -15px; */
    padding: 20px 27px;
    min-height: 470px;
  }

  .input-group {
    gap: 15px;
    flex-direction: column;
  }

  .input-group input {
    width: 237px;
    height: 30px;
  }

  .pin-button {
    display: grid;
    grid-template-columns: 1fr 6fr;
    white-space: normal;
    width: 257px;
    padding: 0 20px;
  }

  .pin-button svg {
    width: 25px;
    height: 25px;
  }

  .pin-button p {
    margin: 0;
  }

  .purple-button {
    width: 247px;
    height: 45px;
    font-size: 14px;
  }

  .aqui-hay-background {
    min-height: 700px;
    padding: 0px 27px 32px;
  }

  .encabezado-negro {
    padding-top: 35px;
  }

  .icono-mapa {
    padding: 20px 0;
  }

  .encabezado-blanco h2 {
    font-size: 28px;
  }

  #sobre-red-jalisco {
    padding: 0 27px 25px;
  }

  /* .youtube-video {
    height: 183px;
    max-width: 320px;
    margin-top: 70px;
  } */
  .icon-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 90%;
    margin-top: 0;
    /*revisar si hay que ponerle margen una vez que se hagan pequeños los íconos*/
    gap: 12px;
  }

  .benefit-item img {
    width: 80px;
  }

  .benefit-item h3 {
    font-size: 12px;
    margin-top: 5px;
  }

  .cards-container {
    margin: 20px 2px;
    padding: 0 0px;
  }

  .card-popover {
    padding: 25px 45px;
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.15);
  }

  .card-popover.active {
    flex-direction: column;
    max-width: 100%;
    padding-top: 40px;
  }

  .card-popover img {
    width: 96px;
    height: 96px;
    padding: 0;
    align-self: first baseline;
  }

  .card-text {
    width: 100%;
    padding: 0;
    text-align: left;
  }

  .card-text h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
    /* color: #333; */
    text-align: left;
  }

  .parrafo-strong {
    font-size: 16px;
    /* font-weight: 600; */
    margin-bottom: 12px;
    text-align: left;
    line-height: 1.4;
  }

  .card-list {
    /* list-style: none; */
    padding-left: 18px;
    font-size: 14px;
    text-align: left;
    margin: 0;
  }

  .card-list li {
    position: relative;
    padding-left: 0;
    margin-bottom: 8px;
    line-height: 1.4;
  }

  .califica-experiencia {
    padding: 0 27px 55px;
  }

  .icono-robot {
    padding: 70px 0 0;
    width: 130px;
    height: 130px;
    margin: 0 auto;
  }

  .califica-experiencia h2 {
    font-size: 24px;
  }

  .impulsando-conectividad {
    padding: 0 27px 80px;
    display: block;
  }

  .contenedor {
    flex-direction: column;
    padding: 0 35px;
    gap: 0;
  }

  .acai-color {
    height: 70px;
    padding: 70px 20px 0 0;
  }

  /* .header {
    font-size: 32px;
    line-height: 1.2;
  } */

  .footer-logos {
    flex-direction: column;
    gap: 30px;
  }

  .footer-logos img {
    height: 70px;
  }

  .Jalisco-desk {
    display: none;
  }

  .Jalisco-mob {
    display: block;
    height: 80px !important;
  }

  .footer-bottom ul {
    flex-direction: column;
    gap: 10px;
    padding: 7px 0;
  }
}

@media(min-width: 577px) and (max-width: 768px) {
  .imagen-background {
    height: auto;
  }

  .logo-redjalisco {
    max-width: 250px;
  }

  .nav-links-mobile {
    display: none;
  }

  .pasos-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .logo-acai {
    padding-bottom: 85px;
  }

  .logo-navegar {
    padding-bottom: 115px;
  }

  .card-blanco {
    margin-top: -14px;
    max-width: 100%;
    padding: 20px 27px;
    min-height: 470px;
  }

  .input-group {
    display: grid;
  }

  .input-group input {
    width: 300px;
    height: 35px;
  }

  .pin-button {
    display: grid;
    grid-template-columns: 1fr 6fr;
    white-space: normal;
    justify-content: center;
    text-align: center;
    width: 318px;
    padding: 2px 33px;
    margin: 0 !important;
  }

  .purple-button {
    height: 50px;
    width: 318px;
    font-size: 16px;
  }

  .aqui-hay-background {
    padding: 0px 27px;
    min-height: 730px;
  }

  .icono-mapa {
    padding: 20px 0;

  }

  .encabezado-negro {
    padding-top: 35px;
  }

  .orange-button {
    width: 50%;
    padding: 9px;
    margin: 30px 0 60px;
    font-size: 16px;
  }

  #sobre-red-jalisco {
    padding: 0 27px 45px;
  }

  /* .youtube-video {
    height: 350px;
    max-width: 550px;
    margin-top: 70px;
  } */
  .cards-colors {
    gap: 20px;
  }

  .cards-container {
    margin: 10px 2px 30px;
    padding: 0 0px;
    /* display: flex;
    flex-direction: column; */
  }

  .card-popover {
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.15);
  }

  .card-popover.active {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }

  .card-text {
    padding: 0 5px 20px 35px;
    text-align: left;
  }

  .card-popover img {
    /* width: 150px; */
    /* padding: 36px 10px 0 35px; */
    align-self: first baseline;
  }

  .califica-experiencia {
    padding: 0 27px 80px;
  }

  .contenedor {
    flex-direction: column;
    /* padding: 0 35px; */
    gap: 0;
    padding-left: 40px;
  }

  .acai-color {
    height: 100px;
    padding: 0 0px 0 0;
    /* test */
  }

  .footer-logos {
    flex-direction: column;
    gap: 25px;
  }

  .footer-logos img {
    height: 73px;
  }

  .footer-bottom ul {
    flex-direction: column;
    gap: 7px;
    padding: 0 0;
  }
}

@media(min-width: 769px) and (max-width: 992px) {
  .imagen-background {
    height: auto;
    padding-bottom: 8rem;
    /*Espacio extra al final*/
  }

  .logo-redjalisco {
    max-width: 280px;
  }

  .logo-acai {
    padding-bottom: 85px;
  }

  .nav-links-mobile {
    display: none;
  }

  .encabezado-blanco h2 {
    padding-bottom: 10px;
  }

  .pasos-container {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }

  .pasos-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* gap: 20px; */
    max-width: 800px;
    margin: 0 auto;
  }

  .paso-1,
  .paso-2 {
    flex: 0 1 45%;
    /* Cada uno ocupa aproximadamente 45% del ancho */
    max-width: 350px;
  }

  .paso-3 {
    flex: 0 1 100%;
    /* Ocupa todo el ancho disponible */
    max-width: 350px;
    margin: 0 auto;
    /* Se centra */
  }

  .logo-navegar {
    padding-top: 30px;
  }

  .card-blanco {
    margin-top: -10px;
    max-width: 90%;
    padding: 41px 48px 5px;
    min-height: 385px;
  }

  .input-group {
    display: flex;
    gap: 25px;
    align-items: center;
    flex-wrap: wrap;
    margin: 30px 0;
    justify-content: center;
  }

  .input-group input {
    width: 200px;
    height: 35px;
  }

  .pin-button {
    width: 365px;
    padding: 12px 33px;
  }

  .purple-button {
    width: 200px;
    height: 50px;
    font-size: 16px;
  }

  .aqui-hay-background {
    min-height: 800px;
    padding: 0px 50px;
  }

  .icono-mapa {
    padding: 20px 0;
  }

  #sobre-red-jalisco {
    padding: 0 50px 60px;
  }

  /* .youtube-video {
    height: 400px;
    max-width: 700px;
    margin-top: 70px;
  } */
  .icon-nav {
    margin-top: 35px;
  }

  .cards-container {
    margin: 50px auto;
    padding: 0;
  }

  .card-popover {
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.15);
  }

  .card-popover.active {
    display: flex !important;
    flex-direction: row;
    max-width: 95%;
    padding-top: 20px;
  }

  /* .card-popover img { */
  /* width: 180px;
    height: 180px;
    padding: 60px; */
  /* } */

  .card-text {
    padding: 25px;
    text-align: left;
  }

  .califica-experiencia {
    padding: 0 50px 80px;
  }

  .contenedor {
    padding: 0 60px;
    gap: 50px;
  }

  .acai-color {
    height: 90px;
    padding: 15px;
  }

  .footer-logos {
    gap: 70px;
  }

  .footer-bottom ul {
    gap: 50px;
    padding: 5px 0;
  }
}

@media(min-width: 993px) and (max-width: 1200px) {
  .imagen-background {
    height: auto;
    padding-bottom: 240px;
    /*Espacio extra al final*/
  }

  .logo-redjalisco {
    max-width: 300px;
  }

  .pasos-container {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px;
    padding-top: 50px;
  }

  .cards-colors {
    gap: 30px;
  }

  .icon-nav {
    padding: 0 20px;
  }

  .footer-bottom ul {
    gap: 45px;
    padding: 5px 0;
  }
}

@media(min-width: 1201px) and (max-width: 1400px) {
  .imagen-background {
    height: auto;
    padding-bottom: 200px;
    /*Espacio extra al final*/
  }

  .icon-nav {
    padding: 0 47px;
  }

  .footer-bottom ul {
    padding: 5px 0;
  }

}

@media (width >=1081px) and (width <=1600px) {
  .velocidad {
    position: absolute;
    top: 1.5rem;
    left: 10rem;
  }
}