/*CuadrosInfo*/

.cuadrosInfo-container {
  width: 100%;
}

.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;
}

.cuadrosInfo-text-content {
  color: #858585;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  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);
}

@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) {
  .block-at-992 {
    display: block !important;
  }
  .hidden-at-992 {
    display: none !important;
  }
}

@media (max-width: 770px) {
  .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;
  }
}

@media (max-width: 480px) {
  /*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;
  }
}
