.fondo-nosotros {
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(@/Images/Nosotros/fondo.svg);
}

.nosotros-info-title {
  text-align: center;
  font-size: clamp(62px, 5vw + 1rem, 82px);
  font-family: AvenirBold, sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  background: linear-gradient(90deg, #00A490 0%, #1DB9FA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nosotros-info-content {
  color: #545454;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 676px;
}

.info-footer {
  color: #00548e;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  max-width: 676px;
}

.infonosotros-background {
  padding: 1.25rem 10px 0 10px;
}

.queencuentro-background {
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(@/Images/Nosotros/parallax.webp);
}

.queencuentro-container {
  max-width: 789px;
  width: 100%;
  margin: 30px 0;
}

.queencuentro-title {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.nosotros-carrusel-container {
  max-width: 547px;
  width: 80%;
}

.nosotros-carrusel-title {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.nosotros-carrusel-content {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

/*Tarjetas*/
.tarjetas-text-container {
  max-width: 558px;
  max-height: 112px;
  width: 100%;
  height: 100%;
  margin-top: -110px;
}

.tarjetas-img {
  width: 100%;
  height: 100%;
}

.tarjetas-text-title {
  color: #00537d;
  text-align: center;
  font-size: 39px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tarjetas-text-titlebold {
  color: #00537d;
  font-family: AvenirBold, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.tarjetas-button {
  width: 199px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #f07f1e;
}

.tarjetas-button-text {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) {

  .tarjetas-text-container {
    margin-top: 0;
  }

  .tarjetas-img {
    max-width: 487px;
  }
}

@media (max-width: 480px) {
  .nosotros-info-title {
    font-size: 48px;
  }

  .nosotros-info-content {
    max-width: 456px;
  }

  .info-footer {
    max-width: 456px;
  }

  .infonosotros-background {
    /*background-ima: url("@/Images/Nosotros/infonosotros_backgroundMovil.png");*/
  }

  .queencuentro-background {
    /*height: 479px;*/
  }
  .queencuentro-container {
    /*margin-top: 42px;*/
  }

  .nosotros-carrusel-container {
    max-width: 330px;
  }

  .tarjetas-text-title {
    font-size: 32px;
  }

  .tarjetas-img {
    content: url(@/Images/Nosotros/tarjetasMovil.png);
  }
}
