.banner-prox {
  max-width: 1920px;
  width: 100%;
  height: 80px;
  background: linear-gradient(90deg, #00a490 0%, #1db9fa 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 64px;
  color: white;
}

/*CuadrosInfo*/

.cuadrosInfo-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columnas */
  align-items: center; /* Alineación vertical */
  justify-items: center; /* Alineación horizontal */
}

.cuadrosInfo-image {
  width: 100%;
}

.image-margin {
  margin-top: -10.5%;
}

.cuadrosInfo-text {
  width: 100%;
  height: 100%;
  max-width: 500px;
}

.cuadros-left {
  margin-left: 192px;
}

.cuadros-right {
  margin-right: 192px;
}

.cuadrosInfo-text-title {
  color: #03a591;
  font-family: AvenirBold, sans-serif;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.cuadrosInfo-text-content {
  color: #858585;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 12px;
}

/*InfoBarra*/

.inforBar-background {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0699d6 0%, #01558c 51%, #03547e 100%);
}

.info-text-up {
  color: #fff;
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 900;
  line-height: 56px;
}

.info-text-down {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}

/*Seguridad*/

.seguridad-background {
  width: 100%;
  height: 100%;
}

.seguridad-text {
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

/*quieroser*/
.quieroser-container {
  max-width: 1280px;
  width: 100%;
  padding-top: 50px;
}

.quieroser-text1 {
  color: #03547e;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 118.33%;
}

.quieroser-text2 {
  color: #03547e;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 118.33%;
}

.quieroser-hover {
  transition: all 0.2s ease-in-out;
}

.quieroser-hover:hover {
  transform: scale(1.1);
}

.hastag-horizontal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.hastag-vertical {
  display: none;
}

@media (max-width: 1440px) {
  .cuadros-left {
    margin-left: 0px;
  }

  .cuadros-right {
    margin-right: 0px;
  }

  .cuadrosInfo-image1 {
    content: url('@/Images/CDMX/cuadrosInfo_exposicion1440.png');
  }

  .cuadrosInfo-image2 {
    content: url('@/Images/CDMX/edificio1440.png');
  }

  .image-margin {
    margin-top: -13.5%;
  }
}

@media (max-width: 992px) {
  .cuadros-left {
    margin-left: 0;
  }

  .cuadros-right {
    margin-right: 0;
  }

  .cuadrosInfo-image1 {
    content: url('@/Images/CDMX/cuadrosInfo_exposicionTablet.png');
  }

  .image-margin {
    margin-top: 0;
  }

  .info-text-up {
    font-size: 28px;
    line-height: 28px;
  }

  .info-text-down {
    font-size: 18px;
    line-height: 18px;
  }

  .seguridad-background {
    content: url('@/Images/CDMX/seguridad_del_paciente_s.webp');
  }

  .seguridad-text {
    transform: rotate(90deg);
    font-size: 36px;
  }

  .cuadrosInfo-container {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .hastag-horizontal {
    display: none;
  }

  .hastag-vertical {
    display: block;
    position: absolute;
    top: 50%; /* Posiciona el elemento en el centro verticalmente */
    transform: translateY(-50%) translateX(-44%); /* Centra el elemento verticalmente y lo desplaza horizontalmente */
  }
}

@media (max-width: 480px) {
  .banner-prox {
    font-size: 40px;
    height: 56px;
  }

  /*CuadrosInfo*/
  .cuadrosInfo-text-title {
    max-width: 347px;
  }

  .cuadrosInfo-text-content {
    max-width: 423px;
  }

  .cuadrosInfo-image1 {
    content: url('@/Images/CDMX/cuadrosInfo_exposicionMovil.png');
  }

  .info-text-up {
    font-size: 54px;
    line-height: 54px;
  }

  .info-text-down {
    font-size: 30px;
    line-height: 30px;
  }
}
