@charset "UTF-8";
@font-face {
  font-family: Poppins-medium;
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
}
@font-face {
  font-family: Poppins-MediumItalic;
  src: url("../fonts/Poppins-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: Poppins-Regular;
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Poppins-SemiBold;
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: ApexNew;
  src: url("../fonts/ApexNew-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: ApexBook;
  src: url("../fonts/apexnew-book.otf") format("opentype");
}
@font-face {
  font-family: ApexLight;
  src: url("../fonts/apexnew-light.otf") format("opentype");
}
@font-face {
  font-family: ApexMedium;
  src: url("../fonts/apexnew-medium.otf") format("opentype");
}
@font-face {
  font-family: ApexThin;
  src: url("../fonts/apexnew-thinitalic.otf") format("opentype");
}
@font-face {
  font-family: ApexUltra;
  src: url("../fonts/apexnew-ultraitalic.otf") format("opentype");
}
.aportar {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-image: url("../assets/FC4-01.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.aportar .aportar-center {
  display: flex;
  flex-flow: column;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  position: relative;
  margin-top: 15%;
}
.aportar .aportar-center img {
  width: clamp(200px, 40vw, 500px);
  height: auto;
}
.aportar .aportar-center .line {
  width: 45vw;
  height: 2px;
  background-color: white;
}
.aportar .aportar-center .aportar-texto {
  text-align: center; /* Center the content horizontally */
  width: 40vw;
  margin: auto;
  color: white;
  font-family: ApexLight, sans-serif;
  margin-top: 1rem;
}
.aportar .aportar-center .aportar-button {
  text-align: center; /* Center the content horizontally */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18rem;
  height: 2.9rem;
  color: white;
  font-family: Poppins-medium, sans-serif;
  font-size: 1.6rem;
  margin: auto;
  margin-top: 1rem;
  background-color: #1B4D87;
  border: none;
  border-radius: 2rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.51), 0 6px 20px 0 rgba(0, 0, 0, 0.51);
}
.aportar .aportar-center .aportar-button:hover {
  cursor: pointer;
}

/* 800–1024px: laptops medianas */
@media screen and (max-width: 1024px) {
  .aportar .aportar-center img {
    width: 38vw;
    max-width: 440px;
  }
}
/* 700–800px: tablets horizontales o pantallas medianas */
@media screen and (max-width: 800px) {
  .aportar .aportar-center img {
    width: 45vw;
    max-width: 400px;
  }
}
/* 480–700px: tablets verticales / móviles grandes */
@media screen and (max-width: 700px) {
  .aportar .aportar-center img {
    width: 55vw;
    max-width: 350px;
  }
}
/* 360–480px: móviles promedio */
@media screen and (max-width: 480px) {
  .aportar .aportar-center img {
    width: 65vw;
    max-width: 300px;
  }
}
/* <360px: móviles muy pequeños */
@media screen and (max-width: 360px) {
  .aportar .aportar-center img {
    width: 70vw;
    max-width: 250px;
  }
}
/* <320px: fallback extremo */
@media screen and (max-width: 320px) {
  .aportar .aportar-center img {
    width: 72vw;
    max-width: 230px;
  }
}
.aportar-image1 {
  background-image: url("../assets/FC4-01.png");
  background-position: center;
  transition: background-image 1ms;
}

.aportar-image2 {
  background-image: url("../assets/FC1-01.png");
  background-position-y: center;
  transition: background-image 1ms;
}

.aportar-image3 {
  background-image: url("../assets/FC2-01.png");
  background-position: center;
  transition: background-image 1ms;
}

.aportar-image4 {
  background-image: url("../assets/FC3-01.png");
  background-position-y: center;
  transition: background-image 1ms;
}

.video {
  width: 100%;
  height: 100vh;
  background-color: #1B4D87;
}
.video iframe {
  width: 100%;
  height: 100vh;
}

.valores {
  width: 100%;
  height: 90%;
  background-image: url("../assets/Patrones-02-crop.png");
  overflow: hidden;
  background-repeat: repeat;
  background-size: 120%;
  background-position-y: 100%;
  background-position-x: 10%;
  background-attachment: fixed;
}
.valores .fondo-valores {
  width: 110%;
  height: 90%;
  margin-left: -5%;
  margin-top: -5%;
}
.valores .valores-burbujas {
  height: 100%;
  width: 20%;
  margin: auto;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 3rem;
}
.valores .valores-burbujas .burbuja-container {
  width: 7.5rem;
  height: 7.5rem;
  margin-top: 0.8rem;
  background-color: #5176A0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: Poppins-SemiBold, sans-serif;
  color: #1B4D87;
  font-size: 1.3rem;
}
.valores .valores-burbujas .burbuja-container .burbuja {
  width: 75%;
}
.valores .valores-burbujas .burbuja-container .burbuja-text-left {
  width: calc(7.5rem + -moz-max-content);
  width: calc(7.5rem + max-content);
  position: absolute;
  left: -21rem;
}
.valores .valores-burbujas .burbuja-container .burbuja-text-right {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  left: 10.5rem;
}

.title-v-p {
  color: #5176A0;
  font-family: Poppins-SemiBold, sans-serif;
  font-size: 5.2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

.programas {
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.51);
  overflow: hidden;
}
.programas .programas-info {
  display: flex;
  flex-flow: column;
  color: #C2CADC;
  height: 80%;
}
.programas .programas-info .p {
  height: 100%;
  display: flex;
}
.programas .programas-info .p .prog-azul {
  width: 60%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-self: flex-end;
}
.programas .programas-info .p .prog-azul .prog-texto {
  width: 60%;
  margin-left: 30%;
  font-family: Poppins-Regular, sans-serif;
  font-size: 1.5rem;
}
.programas .programas-info .p .prog-azul .prog-texto p {
  margin-top: 2rem;
  font-size: 1.2rem;
}
.programas .programas-info .p .prog-blanco1 {
  width: 50%;
  background-color: white;
  background-image: url("../assets/SJ-1.webp");
  background-size: cover;
  background-position-y: -20px;
  background-repeat: no-repeat;
}
.programas .programas-info .p .prog-blanco2 {
  width: 50%;
  background-color: white;
  background-image: url("../assets/SJ-2.webp");
  background-size: cover;
  background-position-y: -10px;
  z-index: -1;
  background-repeat: no-repeat;
}
.programas .programas-info .p .prog-blanco3 {
  width: 50%;
  background-color: white;
  background-image: url("../assets/SJ-3.webp");
  background-size: cover;
  background-position-y: -20px;
  background-repeat: no-repeat;
}
.programas .programas-info h2 {
  font-size: 2rem;
  font-family: Poppins-SemiBold, sans-serif;
}

.historia {
  font-family: ApexBook, sans-serif;
  color: #103260;
  text-align: center;
  font-weight: 800;
  margin-top: 6rem;
}
.historia .historia-title h2 {
  font-size: 2rem;
  padding-top: 0.3rem;
}
.historia .count-up1 {
  font-family: ApexUltra, sans-serif;
  font-size: 5.5rem;
  color: #5176A0;
  padding-top: 1rem;
}
.historia .historia-programas {
  display: flex;
  width: 100%;
  margin: auto;
  justify-content: center;
  margin-top: 3rem;
}
.historia .historia-programas img {
  width: 100%;
  margin-top: -16%;
}
.historia .historia-programas .brecha {
  width: 30%;
}
.historia .historia-programas .conferencia {
  width: 30%;
}
.historia .historia-programas .verano {
  width: 28%;
}
.historia .historia-programas .verano img {
  margin-top: -12%;
}
.historia .historia-programas .count-up2 {
  font-family: ApexUltra, sans-serif;
  font-size: 5rem;
  color: #5176A0;
}
.historia .historia-programas .programa-etiqueta {
  width: 92%;
  height: 4rem;
  background-color: #C2CADC;
  border: none;
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-family: ApexNew, sans-serif;
  font-size: 1.4rem;
  margin-top: -23px;
  position: relative;
  z-index: 1;
}

.colaboradores {
  width: 100%;
  background-color: #5176A0;
  margin-top: 3rem;
  color: white;
  box-shadow: 0 4px 8px 0 rgb(0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.51);
}
.colaboradores .colab-title {
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  font-size: 2rem;
  font-family: Poppins-Regular, sans-serif;
  color: white;
  padding-top: 2.5rem;
}
.colaboradores .colaboradores-logos {
  width: 95%;
  display: flex;
  margin: auto;
  margin-top: 2rem;
  padding-bottom: 2.5rem;
}
.colaboradores .colaboradores-logos .tarjeta {
  width: 150px;
  height: 150px;
  background-color: white;
  border-radius: 150px;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
}
.colaboradores .colaboradores-logos .tarj1 {
  background-image: url("../assets/logo-sigma.png");
}
.colaboradores .colaboradores-logos .tarj2 {
  background-image: url("../assets/logo-frisa.png");
}
.colaboradores .colaboradores-logos .tarj3 {
  background-image: url("../assets/logo-montepiedad.png");
}
.colaboradores .colaboradores-logos .tarj4 {
  background-image: url("../assets/logo-berel.png");
}
.colaboradores .colaboradores-logos .tarj5 {
  background-image: url("../assets/logo-fomento-moral.png");
  background-size: 60%;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
}
.colaboradores .colaboradores-logos .tarj6 {
  background-image: url("../assets/logo-fanasa.png");
}
.colaboradores .colaboradores-logos .tarj7 {
  background-image: url("../assets/logo-fundacion-ricardo.jpg");
}
.colaboradores .colaboradores-logos .tarj8 {
  background-image: url("../assets/logo-secretaria-igualdad-inclusion.png");
}

.patron-banner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* subtle blue gradient using palette variables */
  background: #ffffff;
  color: #103260;
  min-height: 220px;
  padding: 2.5rem 0 2.5rem 0;
  box-shadow: 0 8px 20px rgba(2, 27, 45, 0.18);
}

.patron-center {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 0 1rem;
}

.patron-text {
  font-family: Poppins-SemiBold, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #5176A0;
  margin-bottom: 1.2rem;
}

.patron-logo img {
  height: 120px;
  width: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  .patron-banner {
    min-height: 180px;
    padding: 1.5rem 0;
  }
  .patron-text {
    font-size: 1.15rem;
  }
  .patron-logo img {
    height: 72px;
  }
}
@media (max-width: 600px) {
  .patron-banner {
    min-height: 120px;
    padding: 0.75rem 0;
  }
  .patron-text {
    font-size: 0.98rem;
  }
  .patron-logo img {
    height: 54px;
  }
  .patron-center {
    gap: 0.7rem;
  }
}
.footer {
  width: 100%;
  height: 350px;
  z-index: 99;
  background-color: #103260;
  display: flex;
  color: #C2CADC;
  margin: auto;
  align-items: center;
  justify-content: center;
  font-family: ApexMedium, sans-serif;
  box-shadow: 0 4px 8px 0 rgb(0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.51);
  overflow: hidden;
}
.footer a {
  text-decoration: none;
  color: #C2CADC;
}
.footer .footer-logo {
  width: 40%;
}
.footer .footer-logo img {
  width: 70%;
}
.footer .footer-menu {
  width: 20%;
  display: flex;
  flex-flow: column;
}
.footer .footer-menu a {
  padding-top: 15px;
  font-size: 1.4rem;
}
.footer .footer-contacto {
  width: 20%;
  display: flex;
  flex-flow: column;
}
.footer .footer-contacto .contacto-title {
  padding-top: 15px;
  font-size: 1.4rem;
}
.footer .footer-contacto .contacto-tel {
  font-family: ApexLight, sans-serif;
  padding-top: 15px;
}
.footer .footer-contacto .contacto-correo {
  font-family: ApexLight, sans-serif;
  padding-top: 10px;
}
.footer .footer-contacto img {
  padding-top: 20px;
  margin-right: 1rem;
  width: 50px;
}

@media screen and (max-width: 1590px) {
  /* style changes when the screen gets larger */
  .programas .programas-info .p .prog-azul {
    height: 100%;
  }
}
@media screen and (max-width: 1455px) and (min-height: 800px) and (max-height: 1000px) {
  .aportar .aportar-center {
    margin-top: 25%;
  }
  .aportar .aportar-center img {
    width: 600px;
  }
  .aportar .aportar-center .aportar-texto {
    font-size: 3rem;
    width: 80%;
  }
  .aportar .aportar-center .aportar-button {
    font-size: 2rem;
    height: 3.2rem;
    width: 400px;
  }
  .programas {
    height: 100%;
  }
}
@media screen and (max-width: 1280px) and (min-height: 700px) and (max-height: 950px) {
  /* style changes when the screen gets larger */
  .aportar .aportar-center {
    margin-top: 35%;
  }
  .aportar .aportar-center img {
    width: 700px;
  }
  .aportar .aportar-center .aportar-texto {
    font-size: 3rem;
    width: 80%;
  }
  .aportar .aportar-center .aportar-button {
    font-size: 2rem;
    height: 3.2rem;
    width: 450px;
  }
  .title-v-p {
    font-size: 3rem;
  }
  .programas {
    height: 100%;
  }
  .programas .programas-info .p {
    height: 450px;
  }
  .programas .programas-info .p .prog-azul {
    height: 450px;
  }
  .programas .programas-info .p .prog-azul .prog-texto {
    text-align: center !important;
  }
  .programas .programas-info .p .prog-azul .prog-texto p {
    margin-top: 1rem;
    font-size: 1rem;
    text-align: justify;
  }
  .programas .programas-info .p .prog-blanco1 {
    background-image: url(../assets/SJ-1.webp);
    background-size: auto 480px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .programas .programas-info .p .prog-blanco2 {
    background-image: url(../assets/SJ-2.webp);
    background-size: auto 480px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .programas .programas-info .p .prog-blanco3 {
    background-image: url(../assets/SJ-3.webp);
    background-size: auto 480px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .programas .programas-info h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) and (min-height: 600px) and (max-height: 800px) {
  .aportar .aportar-center {
    margin-top: 300px;
  }
  .aportar .aportar-center img {
    width: 500px;
  }
  .title-v-p {
    font-size: 3rem;
  }
  .programas {
    height: 100%;
  }
  .programas .programas-info .p {
    height: 450px;
  }
  .programas .programas-info .p .prog-azul {
    height: 450px;
  }
  .programas .programas-info .p .prog-azul .prog-texto {
    text-align: center !important;
  }
  .programas .programas-info .p .prog-azul .prog-texto p {
    margin-top: 1rem;
    font-size: 1rem;
    text-align: justify;
  }
  .programas .programas-info .p .prog-blanco1 {
    background-image: url(../assets/SJ-1.webp);
    background-size: auto 450px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .programas .programas-info .p .prog-blanco2 {
    background-image: url(../assets/SJ-2.webp);
    background-size: auto 450px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .programas .programas-info .p .prog-blanco3 {
    background-image: url(../assets/SJ-3.webp);
    background-size: auto 480px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .programas .programas-info h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  /* style changes when the screen gets larger */
  .aportar .aportar-center {
    margin-top: 30%;
  }
  .aportar .aportar-center .aportar-texto {
    font-size: 3rem;
    width: 80%;
  }
  .aportar .aportar-center .aportar-button {
    font-size: 2rem;
    height: 3.2rem;
    width: 340px;
  }
  .aportar-image1 {
    background-image: url("../assets/FV1-01.png");
    background-position: center;
    transition: background-image 1s;
  }
  .aportar-image2 {
    background-image: url("../assets/FV3-01.png");
    background-position-y: 30%;
    transition: background-image 1s;
  }
  .aportar-image3 {
    background-image: url("../assets/FV2-01.png");
    background-position: center;
    transition: background-image 1s;
  }
  .aportar-image4 {
    background-image: url("../assets/FV4-01.png");
    background-position-y: 30%;
    transition: background-image 1s;
  }
  .valores {
    background-size: cover;
    background-repeat: no-repeat;
  }
  .valores .valores-burbujas .burbuja-container {
    width: 6rem;
    height: 6rem;
    font-size: 1.3rem;
  }
  .valores .valores-burbujas .burbuja-container .burbuja-text-left {
    margin-left: 0;
    left: -22rem;
    width: -moz-max-content;
    width: max-content;
  }
  .valores .valores-burbujas .burbuja-container #burb-voluntariado {
    left: -11.5rem !important;
    margin-left: 0 !important;
  }
  .valores .valores-burbujas .burbuja-container #burb-convicc {
    left: -19rem !important;
    margin-left: 0 !important;
  }
  .valores .valores-burbujas .burbuja-container .burbuja-text-right {
    width: -moz-max-content;
    width: max-content;
    left: 7.5rem;
  }
  .title-v-p {
    font-size: 3rem;
  }
  .programas {
    height: 100%;
  }
  .programas .programas-info .p {
    height: 450px;
  }
  .programas .programas-info .p .prog-azul {
    height: 450px;
  }
  .programas .programas-info .p .prog-azul .prog-texto {
    text-align: center !important;
  }
  .programas .programas-info .p .prog-azul .prog-texto p {
    margin-top: 1rem;
    font-size: 1rem;
    text-align: justify;
  }
  .programas .programas-info .p .prog-blanco1 {
    background-image: url(../assets/SJ-1.webp);
    background-size: auto 480px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .programas .programas-info .p .prog-blanco2 {
    background-image: url(../assets/SJ-2.webp);
    background-size: auto 480px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .programas .programas-info .p .prog-blanco3 {
    background-image: url(../assets/SJ-3.webp);
    background-size: auto 480px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .programas .programas-info h2 {
    font-size: 2rem;
  }
  .historia {
    margin-top: 4rem;
  }
  .historia .historia-title h2 {
    font-size: 1.6rem;
    padding-top: 0.3rem;
  }
  .historia .count-up1 {
    font-size: 4rem;
  }
  .historia .historia-programas .count-up2 {
    font-size: 3rem;
  }
  .historia .historia-programas .programa-etiqueta {
    height: 3.5rem;
    width: 99%;
    font-size: 1.4rem;
    font-family: ApexBook, sans-serif;
  }
  .colaboradores .colab-title {
    font-size: 1.6rem;
    width: 80%;
    text-align: center;
  }
  .colaboradores .colaboradores-logos {
    margin-top: 1.2rem;
    padding-bottom: 1.5rem;
  }
  .colaboradores .colaboradores-logos .tarjeta {
    height: 150px;
    width: 150px;
    border-radius: 150px;
  }
  .footer {
    height: 250px;
  }
  .footer .footer-contacto {
    width: 30%;
  }
  .footer .footer-contacto .contacto-correo {
    width: -moz-min-content;
    width: min-content;
    font-size: 1rem;
  }
  .footer .footer-contacto img {
    width: 30px !important;
  }
}
@media screen and (max-width: 767px) and (min-height: 400px) and (max-height: 600px) {
  .aportar .aportar-center {
    margin-top: 20%;
  }
  .aportar .aportar-center img {
    width: 250px;
  }
  .aportar .aportar-center .aportar-texto {
    font-size: 1.5rem;
  }
  .aportar .aportar-center .aportar-button {
    font-size: 1rem;
    height: 3rem;
    width: 250px;
  }
  .valores .valores-burbujas .burbuja-container {
    font-size: 1rem;
  }
  .valores .valores-burbujas .burbuja-container .burbuja-text-left {
    left: -17rem;
  }
}
@media screen and (max-width: 657px) {
  .programas {
    height: 100%;
  }
  .programas .programas-info .p {
    height: 450px;
  }
  .programas .programas-info .p .prog-azul .prog-texto {
    font-size: 0.8rem;
    margin-right: 10%;
  }
  .programas .programas-info .p .prog-azul .prog-texto p {
    margin-top: 0.7rem;
    font-size: 0.7rem;
    text-align: justify;
  }
  .programas .programas-info h2 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 480px) {
  /* style changes when the screen gets larger */
  .aportar .aportar-center {
    margin-top: 65%;
  }
  .aportar .aportar-center .aportar-texto {
    font-size: 1.3rem;
  }
  .aportar .aportar-center .aportar-button {
    font-size: 1rem;
    height: 1.9rem;
    width: 12rem;
  }
  .valores {
    background-repeat: no-repeat;
    background-size: cover;
  }
  .valores .valores-burbujas .burbuja-container {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 0.9rem;
  }
  .valores .valores-burbujas .burbuja-container .burbuja-text-left {
    margin-left: 0;
    left: -8.5rem;
    width: -moz-min-content;
    width: min-content;
  }
  .valores .valores-burbujas .burbuja-container #burb-voluntariado {
    left: -7.5rem !important;
    margin-left: 0 !important;
  }
  .valores .valores-burbujas .burbuja-container #burb-convicc {
    left: -7.5rem !important;
    margin-left: 0 !important;
  }
  .valores .valores-burbujas .burbuja-container .burbuja-text-right {
    width: -moz-min-content;
    width: min-content;
    left: 5.5rem;
  }
  .title-v-p {
    font-size: 1.5rem;
  }
  .programas {
    height: 100%;
  }
  .programas .programas-info .p {
    height: 450px;
  }
  .programas .programas-info .p .prog-azul .prog-texto {
    font-size: 0.6rem;
    margin-right: 10%;
  }
  .programas .programas-info .p .prog-azul .prog-texto p {
    margin-top: 0.7rem;
    font-size: 0.7rem;
    text-align: justify;
  }
  .programas .programas-info .p .prog-blanco1 {
    background-image: url(../assets/Nina-SJv.webp);
    background-size: auto 450px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .programas .programas-info .p .prog-blanco2 {
    background-image: url(../assets/Nino-SJv.webp);
    background-size: auto 450px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .programas .programas-info .p .prog-blanco3 {
    background-image: url(../assets/Brecha-SJv.webp);
    background-size: auto 450px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .programas .programas-info h2 {
    font-size: 1.2rem;
  }
  .historia {
    margin-top: 3rem;
  }
  .historia .historia-title h2 {
    font-size: 1.4rem;
    padding-top: 0.3rem;
  }
  .historia .count-up1 {
    font-size: 3.5rem;
  }
  .historia .historia-programas .brecha {
    width: 33%;
  }
  .historia .historia-programas .conferencia {
    width: 33%;
  }
  .historia .historia-programas .verano {
    width: 33%;
  }
  .historia .historia-programas .count-up2 {
    font-size: 2.5rem;
  }
  .historia .historia-programas .programa-etiqueta {
    height: 2rem;
    width: 98%;
    font-size: 0.9rem;
    font-family: ApexLight, sans-serif;
  }
  .colaboradores .colab-title {
    font-size: 1.3rem;
    width: 75%;
    text-align: center;
  }
  .colaboradores .colaboradores-logos {
    margin-top: 1rem;
    padding-bottom: 1.5rem;
  }
  .colaboradores .colaboradores-logos .tarjeta {
    height: 70px;
    width: 70px;
    border-radius: 70px;
  }
  .footer {
    height: 250px;
  }
  .footer .footer-contacto {
    width: 50%;
  }
  .footer .footer-contacto .contacto-correo {
    width: -moz-min-content;
    width: min-content;
    font-size: 0.7rem;
  }
  .footer .footer-contacto img {
    width: 25px !important;
  }
}
@media screen and (max-width: 430px) {
  .video {
    height: 69vh;
  }
  .video iframe {
    height: 69vh;
  }
  .programas {
    height: 100%;
  }
}
@media screen and (max-width: 320px) {
  .aportar .aportar-center img {
    width: 235px;
  }
  .video {
    height: 69vh;
  }
  .video iframe {
    height: 69vh;
  }
  .valores .valores-burbujas .burbuja-container {
    width: 4rem;
    height: 4rem;
    font-size: 0.6rem;
  }
  .valores .valores-burbujas .burbuja-container .burbuja-text-left {
    margin-left: 0;
    left: -6.5rem;
  }
  .valores .valores-burbujas .burbuja-container #burb-voluntariado {
    left: -6.5rem !important;
  }
  .valores .valores-burbujas .burbuja-container #burb-convicc {
    left: -6.5rem !important;
  }
  .programas {
    height: 100%;
  }
  .programas .programas-info .p .prog-azul .prog-texto h2 {
    font-size: 1rem;
  }
  .programas .programas-info .p .prog-azul .prog-texto p {
    font-size: 0.6rem;
  }
  .historia .count-up1 {
    font-size: 3rem;
  }
  .historia .historia-programas .count-up2 {
    font-size: 2rem;
  }
  .historia .historia-programas .programa-etiqueta {
    font-size: 0.5rem;
  }
  .colaboradores .colab-title {
    font-size: 1rem;
  }
}
.informe-anual {
  width: 100%;
  height: 100px;
  background-color: #5176A0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 2;
  color: white;
}
.informe-anual h1 {
  font-family: ApexBook, sans-serif;
  font-size: 2.6rem;
}
.informe-anual a {
  text-align: center; /* Center the content horizontally */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14%;
  height: 2.5rem;
  color: white;
  text-decoration: none;
  font-family: ApexLight, sans-serif;
  font-size: 1.2rem;
  margin-left: 4%;
  background-color: #1B4D87;
  border: none;
  border-radius: 2rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.31), 0 6px 20px 0 rgba(0, 0, 0, 0.31);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 5px;
}
.informe-anual button:hover {
  cursor: pointer;
}

.somos {
  width: 100%;
  height: 70vh;
  background-color: #1B4D87;
  display: flex;
}
.somos .somos-title {
  width: 40%;
  height: 100%;
  background-image: url("../assets/Patrones-02-crop.png");
  background-color: white;
  color: #1B4D87;
  font-size: 2rem;
  font-family: Poppins-SemiBold, sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center; /* Center the content horizontally */
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.somos .somos-title h1 {
  margin-left: -2rem;
  width: 100%;
}
.somos .somos-text {
  width: 60%;
  color: white;
  font-family: ApexBook, sans-serif;
  font-size: 1.5rem;
  text-align: center; /* Center the content horizontally */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.somos .somos-text .somos-title {
  text-transform: uppercase;
}
.somos .somos-text .r1 {
  width: 80%;
  text-align: justify;
}
.somos .somos-text .r2 {
  margin-top: 2rem;
  width: 80%;
  display: flex;
  text-align: left;
}
.somos .somos-text .r2 p {
  margin-top: 0.5rem;
  text-align: justify;
}
.somos .somos-text .r2 .c1 {
  width: 45%;
  font-family: ApexLight, sans-serif;
  font-size: 1.3rem;
  margin-right: auto;
}
.somos .somos-text .r2 .c2 {
  width: 45%;
  font-family: ApexLight, sans-serif;
  font-size: 1.3rem;
}

.modelo {
  width: 100%;
  height: 105vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #C2CADC;
  display: flex;
  flex-flow: column;
  justify-content: center;
  /* Style the front side (fallback if image is missing) */
  /* Style the back side */
}
.modelo .modelo-title h1 {
  font-family: Poppins-SemiBold, sans-serif;
  color: #5176A0;
  text-align: center;
  font-size: 4rem;
}
.modelo .modelo-image {
  width: 95%;
  height: 100%;
  display: block;
  margin: auto;
  background-image: url("../assets/modelo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  margin-top: -80px;
}
.modelo .caja {
  width: 100%;
  margin: auto;
  height: 170px;
  display: flex;
}
.modelo .tarjeta1 {
  width: 13%;
  height: 100%;
  background-color: transparent;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  margin-left: 11%;
}
.modelo .tarjeta2 {
  width: 13%;
  height: 100%;
  background-color: transparent;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  margin-left: 7%;
}
.modelo .tarjeta3 {
  width: 13%;
  height: 100%;
  background-color: transparent;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  margin-left: 12%;
}
.modelo .tarjeta4 {
  width: 13%;
  height: 100%;
  background-color: transparent;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  margin-left: 7%;
}
.modelo .inner1 {
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.modelo .tarjeta1:hover .inner1 {
  transform: rotateY(180deg);
}
.modelo .tarjeta2:hover .inner1 {
  transform: rotateY(180deg);
}
.modelo .tarjeta3:hover .inner1 {
  transform: rotateY(180deg);
}
.modelo .tarjeta4:hover .inner1 {
  transform: rotateY(180deg);
}
.modelo .tarj1_front, .modelo .tarj1_back {
  position: absolute;
  color: transparent;
  width: 100%;
  height: 100%; /* Safari */
  backface-visibility: hidden;
}
.modelo .tarj1_front {
  background-color: #103260;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: ApexBook, sans-serif;
  font-size: 4rem;
}
.modelo .tarj1_back {
  background-color: #103260;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: ApexBook, sans-serif;
  font-size: 0.8rem;
  transform: rotateY(180deg);
}
.modelo .tarj1_back p {
  width: 90%;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  text-align: center;
}
.modelo .modelo-numdesc {
  width: 90%;
  margin: auto;
  text-align: justify;
  color: #103260;
  font-family: ApexBook, sans-serif;
  font-size: 1rem;
  display: none;
}
.modelo .modelo-numdesc .modr {
  margin-bottom: 1rem;
  display: flex;
}
.modelo .modelo-numdesc .modr span {
  color: white;
  font-size: 1.2rem;
  font-family: Poppins-SemiBold, sans-serif;
  width: 10%;
}
.modelo .modelo-numdesc .modr p {
  width: 90%;
}

.objetivo {
  width: 100%;
  height: 45rem;
  background-color: #103260;
  background-image: url("../assets/Patrones-02-crop.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0.9;
  display: flex;
  z-index: -2;
  overflow: hidden;
}
.objetivo .obj-general-circle {
  background-color: white;
  height: 46rem;
  width: 30%;
  border-bottom-left-radius: 80rem;
  border-top-left-radius: 80rem;
  margin-right: -10px;
  margin-left: auto;
}
.objetivo .obj-general {
  background-color: white;
  height: 45rem;
  width: 70%;
  font-family: ApexBook, sans-serif;
  color: #1B4D87;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.objetivo .obj-general .obj-r1 {
  width: 80%;
  margin-left: -30%;
}
.objetivo .obj-general .obj-r1 h1 {
  font-family: Poppins-SemiBold, sans-serif;
  color: #5176A0;
  text-align: center;
  font-size: 4rem;
}
.objetivo .obj-general .obj-r1 p {
  text-align: center;
  font-size: 1.8rem;
  width: 90%;
  margin: auto;
  margin-top: 1.5rem;
}
.objetivo .obj-general .obj-r2 {
  width: 90%;
  margin-left: -30%;
}
.objetivo .obj-general .obj-r2 h1 {
  margin-top: 2rem;
  text-align: center;
  font-family: Poppins-SemiBold, sans-serif;
  color: #5176A0;
  font-size: 3.7rem;
}
.objetivo .obj-general .obj-r2 .obj-espec {
  display: flex;
  margin-top: 1.5rem;
}
.objetivo .obj-general .obj-r2 .obj-espec .obj-c {
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 30%;
  height: 150px;
  margin: auto;
  background-color: #C2CADC;
  border-radius: 10px;
  padding-left: 8px;
  padding-right: 8px;
}

.informes {
  width: 100%;
  height: 200px;
  background-color: #5176A0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 2;
  color: white;
}
.informes .informe-actual {
  width: 40%;
  margin-left: auto;
  margin-right: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.informes .informe-actual h1 {
  font-family: ApexBook, sans-serif;
  font-size: 2.6rem;
}
.informes .informe-actual a {
  text-align: center; /* Center the content horizontally */
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 2.5rem;
  color: white;
  font-family: ApexBook, sans-serif;
  font-size: 1.5rem;
  background-color: #1B4D87;
  border: none;
  border-radius: 2rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.31), 0 6px 20px 0 rgba(0, 0, 0, 0.31);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 5px;
}
.informes .informe-actual button:hover {
  cursor: pointer;
}
.informes .informes-pasados {
  width: 40%;
}
.informes .informes-pasados a {
  text-decoration: none;
  font-family: ApexBook, sans-serif;
  font-size: 1.5rem;
  color: white;
}
.informes .informes-pasados li {
  padding-top: 5px;
}
.informes .informes-pasados li:hover {
  cursor: pointer;
}

@media screen and (max-width: 1280px) {
  .somos .somos-title h1 {
    font-size: 2rem;
    margin: 0;
  }
  .somos .somos-text {
    font-size: 1.3rem;
  }
  .somos .somos-text .r1 {
    font-size: 1.1rem;
  }
  .somos .somos-text .r2 {
    text-align: justify;
  }
  .somos .somos-text .r2 .c1 {
    font-size: 1rem;
  }
  .somos .somos-text .r2 .c2 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 912px) {
  .somos {
    height: 120vh;
  }
  .somos .somos-title h1 {
    font-size: 2rem;
    margin: 0;
  }
  .somos .somos-text {
    font-size: 1.3rem;
  }
  .somos .somos-text .r1 {
    font-size: 1.1rem;
    text-align: justify;
  }
  .somos .somos-text .r2 {
    text-align: justify;
  }
  .somos .somos-text .r2 .c1 {
    font-size: 1rem;
  }
  .somos .somos-text .r2 .c2 {
    font-size: 1rem;
  }
  .modelo {
    height: 90vh;
  }
  .modelo .modelo-title h1 {
    font-size: 4rem;
  }
  .modelo .modelo-numdesc {
    display: inline;
    margin-top: 1rem;
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .modelo .modelo-numdesc .modr span {
    font-size: 2rem;
  }
  .modelo .modelo-image {
    margin-top: -30px;
  }
  .modelo .tarjeta1 .tarjeta2 .tarjeta3 .tarjeta4 :hover {
    pointer-events: none;
  }
  .objetivo {
    flex-direction: column;
    background-size: cover;
    height: 55rem;
  }
  .objetivo .obj-general-circle {
    display: none;
  }
  .objetivo .obj-general {
    height: 100%;
    width: 100%;
    border-top-right-radius: 160rem;
    border-top-left-radius: 160rem;
    margin-top: 20rem;
  }
  .objetivo .obj-general .obj-r1 {
    margin: auto;
    margin-top: -18rem;
    color: white;
  }
  .objetivo .obj-general .obj-r1 h1 {
    color: white;
    font-size: 3rem;
  }
  .objetivo .obj-general .obj-r1 p {
    font-size: 2rem;
    margin-top: 0;
    text-align: justify;
  }
  .objetivo .obj-general .obj-r2 {
    margin: auto;
  }
  .objetivo .obj-general .obj-r2 h1 {
    font-size: 2rem;
    margin-top: -2rem;
  }
  .objetivo .obj-general .obj-r2 .obj-espec {
    flex-direction: column;
  }
  .objetivo .obj-general .obj-r2 .obj-espec .obj-c {
    font-size: 1.5rem;
    width: 90%;
    height: 90px;
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 820px) {
  .objetivo .obj-general .obj-r1 p {
    font-size: 1.5rem;
  }
  .objetivo .obj-general .obj-r2 .obj-espec {
    flex-direction: column;
  }
  .objetivo .obj-general .obj-r2 .obj-espec .obj-c {
    font-size: 1.2rem;
    width: 90%;
    height: 90px;
    margin-top: 1.2rem;
  }
  .modelo {
    height: 77vh;
  }
  .modelo .modelo-title h1 {
    font-size: 2rem;
  }
  .modelo .modelo-numdesc {
    display: inline;
    margin-top: 1rem;
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  .modelo .modelo-numdesc .modr span {
    font-size: 1.2rem;
  }
  .modelo .modelo-numdesc p {
    font-size: 1.2rem;
  }
  .modelo .caja {
    height: 90px;
  }
  .modelo .tarj1_front {
    font-size: 1.4rem;
  }
  .modelo .modelo-image {
    width: 100%;
    margin-top: -20px;
  }
  .modelo .tarj1_back p {
    color: transparent;
  }
}
@media screen and (max-width: 500px) {
  /* style changes when the screen gets larger */
  .informe-anual h1 {
    font-size: 1.6rem;
  }
  .informe-anual a {
    width: 20%;
  }
  .somos {
    flex-flow: column;
    height: 120vh;
  }
  .somos .somos-title {
    width: 100%;
    height: 70px;
    border-radius: 0;
  }
  .somos .somos-title h1 {
    font-size: 2rem;
    margin: 0;
  }
  .somos .somos-text {
    width: 100%;
    height: 100%;
    font-size: 1.2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .somos .somos-text .r1 {
    text-align: justify;
  }
  .somos .somos-text .r2 {
    margin-top: 1rem;
  }
  .somos .somos-text .r2 .c1 {
    font-size: 1rem;
    text-align: justify;
  }
  .somos .somos-text .r2 .c1 h1 {
    font-size: 1.9rem;
  }
  .somos .somos-text .r2 .c2 {
    font-size: 1rem;
    text-align: justify;
  }
  .modelo {
    height: 77vh;
  }
  .modelo .modelo-title h1 {
    font-size: 2rem;
  }
  .modelo .modelo-numdesc {
    display: inline;
    margin-top: 1rem;
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  .modelo .modelo-numdesc .modr span {
    font-size: 1.2rem;
  }
  .modelo .caja {
    height: 90px;
  }
  .modelo .tarj1_front {
    font-size: 1.4rem;
  }
  .modelo .modelo-image {
    width: 100%;
    margin-top: -20px;
  }
  .modelo .tarj1_back p {
    color: transparent;
  }
  .objetivo {
    flex-direction: column;
    background-size: cover;
  }
  .objetivo .obj-general-circle {
    display: none;
  }
  .objetivo .obj-general {
    height: 100%;
    width: 100%;
    border-top-right-radius: 160rem;
    border-top-left-radius: 160rem;
    margin-top: 15rem;
  }
  .objetivo .obj-general .obj-r1 {
    margin: auto;
    margin-top: -12rem;
    color: white;
  }
  .objetivo .obj-general .obj-r1 h1 {
    color: white;
    font-size: 2rem;
  }
  .objetivo .obj-general .obj-r1 p {
    font-size: 1rem;
  }
  .objetivo .obj-general .obj-r2 {
    margin: auto;
  }
  .objetivo .obj-general .obj-r2 h1 {
    font-size: 2rem;
    margin-top: -2rem;
  }
  .objetivo .obj-general .obj-r2 .obj-espec {
    flex-direction: column;
  }
  .objetivo .obj-general .obj-r2 .obj-espec .obj-c {
    font-size: 0.9rem;
    width: 90%;
    height: 90px;
    margin-top: 1.2rem;
  }
  .informes {
    background-color: white;
    color: #103260;
    height: 140px;
  }
  .informes .informe-actual {
    width: 60%;
    margin-right: 5%;
  }
  .informes .informe-actual h1 {
    font-size: 1.7rem;
    text-align: center;
  }
  .informes .informes-pasados {
    width: 40%;
    color: #1B4D87;
  }
  .informes .informes-pasados a {
    font-size: 1rem;
    color: #1B4D87;
  }
}
/* Tweak for mid-width range where .obj-espec content can overflow (between 913px and 1290px) */
@media screen and (min-width: 913px) and (max-width: 1290px) {
  .objetivo .obj-general .obj-r2 .obj-espec .obj-c {
    font-size: 0.9rem; /* slightly smaller to avoid overflow */
    width: 29%;
    height: 150px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .modelo {
    height: 80vh;
  }
}
@media screen and (max-width: 320px) {
  .informe-anual h1 {
    font-size: 1rem;
  }
  .somos {
    height: 120vh;
  }
  .somos .somos-text .r1 {
    font-size: 0.9rem;
    padding-top: 0.9rem;
  }
  .somos .somos-text .r2 p {
    font-size: 0.8rem;
  }
  .modelo {
    height: 106vh;
  }
  .modelo .modelo-title h1 {
    font-size: 1.7rem;
  }
  .objetivo {
    height: 45rem;
  }
  .informes {
    height: 180px;
    margin-top: 1rem;
  }
  .informes .informe-actual h1 {
    font-size: 1.2rem;
  }
  .informes .informes-pasados a {
    font-size: 0.9rem;
  }
}
.title-proyectos {
  width: 100%;
  height: 100px;
  background-color: #5176A0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.title-proyectos h1 {
  font-family: ApexBook, sans-serif;
  font-size: 2.6rem;
}

.programa-adol-uni {
  width: 100%;
  height: 70vh;
  background-color: #C2CADC;
  display: flex;
}
.programa-adol-uni .programa-texto {
  width: 55%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: justify;
  margin: auto;
  margin-right: -10%;
  background-color: #C2CADC;
  background: linear-gradient(to left, transparent, #C2CADC 8%);
  z-index: 1;
}
.programa-adol-uni .programa-texto h1 {
  width: 80%;
  margin-right: auto;
  font-family: ApexBook, sans-serif;
  font-size: 2rem;
  color: #1B4D87;
}
.programa-adol-uni .programa-texto p {
  width: 80%;
  margin-right: auto;
  font-family: Poppins-Regular, sans-serif;
  font-size: 1.2rem;
  color: white;
  padding-top: 1rem;
}
.programa-adol-uni .programas-images {
  width: 45%;
  height: 100%;
  margin-left: auto;
}
.programa-adol-uni .programas-images .programa-img1 {
  background-image: url("../assets/fondo-adolescentes.jpg");
  width: 100%;
  height: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  position: relative;
}
.programa-adol-uni .programas-images .programa-img1 img {
  width: 60%;
  position: absolute;
  bottom: 0;
  left: -30px;
  height: auto;
}
.programa-adol-uni .programas-images .programa-img2 {
  background-image: url("../assets/fondo-universitarios.jpg");
  width: 100%;
  height: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  position: relative;
}
.programa-adol-uni .programas-images .programa-img2 img {
  width: 60%;
  position: absolute;
  bottom: 0;
  left: -10px;
  height: auto;
}
.programa-adol-uni .programas-images .label {
  position: absolute;
  width: 50%;
  height: -moz-max-content;
  height: max-content;
  bottom: 0;
  right: 1rem;
  color: #103260;
  font-family: Poppins-SemiBold, sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 110%;
  text-align: right;
}
.programa-adol-uni .programas-images .info-blur {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  font-family: ApexBook, sans-serif;
  font-size: 1rem;
  color: transparent;
  text-align: justify;
  justify-content: center;
  transition: 200ms -webkit-backdrop-filter linear;
  transition: 200ms backdrop-filter linear;
  transition: 200ms backdrop-filter linear, 200ms -webkit-backdrop-filter linear;
}
.programa-adol-uni .programas-images .info-blur a {
  display: none;
  cursor: default;
}
.programa-adol-uni .programas-images .info-blur:hover {
  background-color: rgba(42, 120, 146, 0.4039215686);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  color: white;
  cursor: default;
}
.programa-adol-uni .programas-images .info-blur:hover a {
  color: white;
  text-decoration: none;
  width: -moz-max-content;
  width: max-content;
  margin-left: 5%;
  margin-right: auto;
  display: flex;
}
.programa-adol-uni .programas-images .info-blur:hover a img {
  padding-top: 0;
}
.programa-adol-uni .programas-images .info-blur:hover a span {
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 5px;
}
.programa-adol-uni .programas-images .info-blur:hover p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
}

.video-vem {
  width: 100%;
  height: 70vh;
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
.video-vem video {
  position: absolute;
  top: 0px;
  z-index: 1;
  height: 100%;
  width: 200vh; /* 100 * 16 / 9 */
  min-width: 100%;
  min-height: 56.25vw; /* 100 * 9 / 16 */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.video-vem .vem-filtro {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 70vh;
  background-color: rgba(39, 41, 43, 0.4431372549);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}
.video-vem .vem-filtro h1 {
  color: white;
  font-family: Poppins-SemiBold, sans-serif;
  font-size: 6rem;
}
.video-vem .vem-filtro h2 {
  color: white;
  font-family: ApexBook, sans-serif;
  font-size: 3rem;
}
.video-vem .vem-filtro p {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  color: white;
  font-family: Poppins-Regular, sans-serif;
  font-size: 1.2rem;
  text-align: justify;
}

.resi-brecha {
  width: 100%;
  height: 55vh;
  background-color: #1B4D87;
  display: flex;
}
.resi-brecha .resi-b {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: auto;
}
.resi-brecha .resi-b h1 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: ApexBook, sans-serif;
  font-size: 2rem;
  color: #C2CADC;
  padding-top: 5%;
}
.resi-brecha .resi-b p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins-Regular, sans-serif;
  font-size: 1.2rem;
  color: white;
  padding-top: 1rem;
  text-align: justify;
}
.resi-brecha .r-brecha {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: auto;
  background-color: #C2CADC;
}
.resi-brecha .r-brecha h1 {
  width: 90%;
  padding-top: 5%;
  margin-left: auto;
  margin-right: auto;
  font-family: ApexBook, sans-serif;
  font-size: 2rem;
  color: #1B4D87;
}
.resi-brecha .r-brecha p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  color: white;
  font-family: Poppins-Regular, sans-serif;
  font-size: 1.2rem;
  color: white;
  padding-top: 1rem;
  text-align: justify;
}

.slider-proyectos {
  width: 100%;
  height: 250px;
  overflow: hidden;
  display: flex;
}
.slider-proyectos .proyectos-imgs {
  height: 250px;
  width: 100%;
  display: flex;
}
.slider-proyectos .proyectos-imgs .owl-stage {
  display: flex;
}
.slider-proyectos .proyectos-imgs .tar {
  width: 700px;
  height: 290px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: -100px;
  background-position-x: -150px;
}
.slider-proyectos .proyectos-imgs .tar1 {
  background-image: url("../assets/slider-proyectos1.jpg");
}
.slider-proyectos .proyectos-imgs .tar2 {
  background-image: url("../assets/slider-proyectos2.jpg");
}
.slider-proyectos .proyectos-imgs .tar3 {
  background-image: url("../assets/slider-proyectos3.jpg");
}
.slider-proyectos .proyectos-imgs .tar4 {
  background-image: url("../assets/slider-proyectos4.jpg");
}
.slider-proyectos .proyectos-imgs .tar5 {
  background-image: url("../assets/slider-proyectos5.jpg");
  background-position-y: 0px;
}
.slider-proyectos .proyectos-imgs .tar6 {
  background-image: url("../assets/slider-proyectos6.jpg");
}
.slider-proyectos .proyectos-imgs .tar7 {
  background-image: url("../assets/slider-proyectos7.jpg");
  background-position-y: 0px;
  background-position-x: -150px;
}
.slider-proyectos .proyectos-imgs .tar8 {
  background-image: url("../assets/slider-proyectos8.jpg");
}
.slider-proyectos .proyectos-imgs .tar10 {
  background-image: url("../assets/slider-proyectos10.jpg");
}
.slider-proyectos .proyectos-imgs .tar11 {
  background-image: url("../assets/slider-proyectos11.jpg");
}
.slider-proyectos .proyectos-imgs .tar12 {
  background-image: url("../assets/slider-proyectos12.jpg");
}
.slider-proyectos .proyectos-imgs .tar13 {
  background-image: url("../assets/slider-proyectos13.jpg");
}
.slider-proyectos .proyectos-imgs .tar14 {
  background-image: url("../assets/slider-proyectos14.jpg");
  background-position-x: -80px;
}
.slider-proyectos .proyectos-imgs .tar15 {
  background-image: url("../assets/slider-proyectos15.jpg");
}
.slider-proyectos .proyectos-imgs .tar16 {
  background-image: url("../assets/slider-proyectos16.jpg");
}
.slider-proyectos .proyectos-imgs .tar17 {
  background-image: url("../assets/slider-proyectos17.jpeg");
}
.slider-proyectos .proyectos-imgs .tar18 {
  background-image: url("../assets/slider-proyectos18.jpg");
}
.slider-proyectos .proyectos-imgs .tar19 {
  background-image: url("../assets/slider-proyectos19.jpg");
}

.eventos-alto {
  display: flex;
  width: 100%;
  height: 70vh;
  background-color: #5176A0;
}
.eventos-alto .eventos1 {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.eventos-alto .eventos1 .contigo22 {
  background-image: url("../assets/FotoContigo.webp");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: bottom;
}
.eventos-alto .eventos2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  background-color: white;
}
.eventos-alto .eventos2 .eventos-title {
  width: 90%;
  font-family: Poppins-SemiBold, sans-serif;
  font-size: 2rem;
  color: #9C5227;
  padding-bottom: 1rem;
  font-weight: bolder;
}
.eventos-alto .eventos2 .eventos-text {
  width: 90%;
  height: -moz-max-content;
  height: max-content;
  text-align: justify;
  font-family: Poppins-Regular, sans-serif;
  color: #9C5227;
  font-size: 1.2rem;
}
.eventos-alto .eventos2 .eventos-text b {
  font-family: Poppins-SemiBold, sans-serif;
}

/* ===== Festival Vivamus (ajustado: más aire y texto mayor) ===== */
.vivamus {
  box-sizing: border-box;
  width: 100%;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3rem; /* más espacio entre columnas */
  padding: clamp(2rem, 5vw, 4rem) clamp(1.5rem, 5vw, 3rem); /* más padding vertical */
  /* ------- Columna izquierda ------- */
  /* ------- Columna derecha ------- */
}
.vivamus .logo-text,
.vivamus .vivamus-media {
  flex: 1 1 480px;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem; /* un poco más de aire entre elementos */
}
.vivamus .logo-text {
  text-align: center;
  color: #103260;
  font-family: Poppins-Regular, sans-serif;
}
.vivamus .logo-text .vivamus-logo {
  width: 100%;
  max-width: clamp(180px, 45vw, 420px);
  height: auto;
  display: block;
  margin-inline: auto;
  margin-bottom: 1rem;
}
.vivamus .logo-text h1 {
  font-family: Poppins-SemiBold, sans-serif;
  font-size: clamp(1.25rem, 3vw, 2.3rem); /* +15% */
  line-height: 1.3;
  margin: 0.6rem auto 0;
  color: #103260;
  width: min(80%, 48ch);
}
.vivamus .logo-text p {
  font-size: clamp(1rem, 1.8vw, 1.2rem); /* +10% */
  line-height: 1.6;
  margin: 0.6rem auto 0;
  width: min(80%, 60ch);
}
.vivamus .vivamus-media {
  align-items: center;
}
.vivamus .vivamus-media iframe,
.vivamus .vivamus-media .vivamus-img {
  width: 100%;
  max-width: 720px;
  aspect-ratio: 16/9;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 27%;
     object-position: 50% 27%;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.vivamus .vivamus-media .vivamus-redes {
  width: 100%;
  max-width: 720px;
  margin: 1rem auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.vivamus .vivamus-media .vivamus-redes h3 {
  margin: 0;
  font-family: ApexBook, sans-serif;
  color: #103260;
}
.vivamus .vivamus-media .vivamus-redes h3 a {
  color: inherit;
  text-decoration: none;
}
.vivamus .vivamus-media .vivamus-redes #web-vivamus {
  font-family: ApexMedium, sans-serif;
  padding: 12px 18px;
  color: white;
  text-decoration: none;
  background-color: #62A675;
  border-radius: 20px;
  display: inline-block;
  margin-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 0.8rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.31), 0 6px 20px rgba(0, 0, 0, 0.31);
  font-size: clamp(0.95rem, 1.5vw, 1.1rem);
}

/* ===== Layout de dos columnas desde 900px ===== */
@media (min-width: 900px) {
  .vivamus {
    flex-wrap: nowrap;
    gap: 3.5rem; /* un poco más de aire */
    padding-block: clamp(2.5rem, 5vw, 5rem);
  }
  .vivamus .logo-text,
  .vivamus .vivamus-media {
    flex: 1 1 50%;
    max-width: none;
  }
  .vivamus .logo-text {
    text-align: left;
  }
  .vivamus .logo-text .vivamus-logo {
    margin-inline: 0;
    max-width: 360px; /* un poco más grande en desktop */
  }
  .vivamus .logo-text h1,
  .vivamus .logo-text p {
    margin-left: 0;
    margin-right: 0;
    width: 80%;
  }
  .vivamus .vivamus-media {
    align-items: center;
  }
  .vivamus .vivamus-media .vivamus-redes {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 912px) {
  .video-vem video {
    position: absolute;
    top: 0px;
    z-index: 1;
    height: 100%;
    width: 100%;
    min-width: 100%;
    min-height: 56.25vw;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
/* === Arreglo específico 481–840px === */
@media screen and (min-width: 481px) and (max-width: 840px) {
  .eventos-alto {
    /* en este rango, deja que el alto se adapte al contenido */
    height: auto; /* <- antes 70/60vh */
    align-items: stretch;
  }
  .eventos-alto .eventos1,
  .eventos-alto .eventos2 {
    width: 50%;
  }
  .eventos-alto .eventos2 {
    /* evita que el padding + 90% se salga */
    box-sizing: border-box;
    padding: 0.75rem 0 1rem;
  }
  .eventos-alto .eventos2 .eventos-title {
    width: 92%;
    font-size: clamp(1.4rem, 2.4vw, 1.8rem); /* baja ligeramente en este rango */
    padding-bottom: 0.75rem;
  }
  .eventos-alto .eventos2 .eventos-text {
    width: 92%;
    font-size: clamp(0.95rem, 2vw, 1.05rem); /* texto apenas más compacto */
    line-height: 1.5;
  }
  /* asegura que la imagen de fondo tenga presencia cuando la altura es auto */
  .eventos-alto .eventos1 .contigo22 {
    min-height: 260px; /* evita que colapse si el texto es corto */
  }
}
/* Ajuste leve del breakpoint previo (no romperá desktop) */
@media screen and (max-width: 820px) {
  .eventos-alto {
    height: auto; /* en lugar de 60vh que causaba overflow */
    min-height: 60vh; /* mantiene una presencia visual razonable */
  }
}
@media screen and (max-width: 480px) {
  .title-proyectos h1 {
    font-size: 2rem;
  }
  .programa-adol-uni {
    height: 100vh;
    flex-direction: column;
  }
  .programa-adol-uni .programa-texto {
    width: 100%;
    background-color: #C2CADC;
    margin-left: 0;
    height: 120%;
    margin-bottom: -7%;
    background: linear-gradient(to top, transparent, #C2CADC 16%);
  }
  .programa-adol-uni .programa-texto h1 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.3rem;
  }
  .programa-adol-uni .programa-texto p {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    font-size: 0.8rem;
  }
  .programa-adol-uni .programas-images {
    width: 100%;
  }
  .programa-adol-uni .programas-images .programa-img1 img {
    width: 40%;
  }
  .programa-adol-uni .programas-images .programa-img2 {
    background-color: white;
  }
  .programa-adol-uni .programas-images .programa-img2 img {
    width: 40%;
  }
  .video-vem .vem-filtro h1 {
    font-size: 2.5rem;
  }
  .video-vem .vem-filtro h2 {
    font-size: 2rem;
  }
  .video-vem .vem-filtro p {
    width: 80%;
    font-size: 0.8rem;
  }
  .resi-brecha {
    display: flex;
    flex-direction: column;
    height: 120vh;
  }
  .resi-brecha .resi-b {
    width: 100%;
    justify-content: center;
    text-align: justify;
  }
  .resi-brecha .resi-b p {
    width: 90%;
    font-size: 0.8rem;
  }
  .resi-brecha .r-brecha {
    justify-content: center;
    width: 100%;
    text-align: justify;
  }
  .resi-brecha .r-brecha p {
    width: 90%;
    font-size: 0.8rem;
  }
  .slider-proyectos {
    height: 300px;
  }
  .slider-proyectos .proyectos-imgs {
    height: 100%;
  }
  .slider-proyectos .proyectos-imgs .tar1 {
    height: 100%;
  }
  .eventos-alto {
    height: 100vh;
    flex-direction: column-reverse;
  }
  .eventos-alto .eventos1 {
    width: 100%;
    height: 30%;
  }
  .eventos-alto .eventos1 .contigo22 {
    width: 100%;
    height: 100%;
  }
  .eventos-alto .eventos2 {
    width: 100%;
    height: 70%;
  }
  .eventos-alto .eventos2 .eventos-title {
    padding-top: 1rem;
    font-size: 1.5rem;
    width: 80%;
  }
  .eventos-alto .eventos2 .eventos-text {
    width: 80%;
    font-size: 1rem;
    padding-bottom: 1rem;
  }
  .proy-conferencia {
    height: 130vh;
    flex-direction: column-reverse;
  }
  .proy-conferencia .confe {
    width: 100%;
    height: 60%;
  }
  .proy-conferencia .confe h1 {
    margin-left: auto;
    margin-right: a;
  }
  .proy-conferencia .confe p {
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-size: 0.8rem;
  }
  .proy-conferencia .confe .collage {
    margin-left: 0;
    margin-right: 0;
    background-position: center;
    width: 80%;
    margin-left: 5%;
    margin-top: 0;
  }
  .proy-conferencia .cinecausa {
    width: 100%;
    height: 40%;
  }
  .proy-conferencia .cinecausa h1 {
    margin-left: auto;
    margin-right: auto;
  }
  .proy-conferencia .cinecausa p {
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 430px) {
  .programa-adol-uni {
    height: 90vh;
  }
}
@media screen and (max-width: 375px) {
  .title-proyectos {
    height: 60px;
  }
  .title-proyectos h1 {
    font-size: 1.5rem;
  }
  .programa-adol-uni {
    height: 100vh;
  }
  .eventos-alto .eventos2 {
    height: 80%;
  }
  .eventos-alto .eventos2 .eventos-text {
    font-size: 0.7rem;
  }
}
* {
  margin: 0;
  padding: 0;
}

body {
  min-height: 900px; /* Estilo de prueba nada más para que salga la barra de deslizar */
}

#header label {
  width: 30px;
  height: 28px;
  display: flex;
  flex-flow: wrap;
  justify-items: center;
  position: absolute;
  /* Para cambiarle la posición usa estos dos */
  top: 55px;
  right: 35px;
  /* Para cambiarle el tamaño usa el transform */
  transform: scale(1.4);
  transition: 0.3s;
  /* El z index es para que se ponga encima del nav */
  z-index: 3;
  cursor: pointer;
}

#header nav {
  /* Este es el menu que sale de la derecha */
  position: fixed;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  /* Si quieres que sala de la izquierda usa -100% en el translateX */
  transform: translateX(100%);
  transition: 250ms ease-in-out;
  /* Puedes hacerlo más ancho si quieres con el width */
  width: 60%;
  height: 100vh;
  top: 0;
  right: 0;
  font-size: 14pt;
  margin: auto;
  margin-right: auto;
  /* Con este puedes cambiarle el color, ahorita tiene un fondo semi transparente con desenfoque, pero puedes ponerle color solido */
  background-color: rgba(81, 118, 160, 0.6274509804);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  z-index: 2;
}

/* Este hace que las opciones del nav se acomoden dentro del menu deslizable */
#header .header-option {
  width: 100%;
  text-align: left;
  font-size: 1.3em;
  margin-top: 40px;
  width: 50%;
  text-align: center;
  font-family: ApexLight, sans-serif;
}

#header .header-aportar {
  text-align: center; /* Center the content horizontally */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 2.3rem;
  color: white;
  font-family: Poppins-Regular, sans-serif;
  font-size: 1rem;
  margin-top: 25%;
  margin-right: auto;
  margin-left: auto;
  background-color: #1B4D87;
  border: none;
  border-radius: 2rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.31), 0 6px 20px 0 rgba(0, 0, 0, 0.31);
}

#header .header-option a {
  color: #fff;
  text-decoration: none;
  font-family: sans-serif;
  /* Este es el estilo del texto del menu, puedes cambiarle los colores y así */
}

#header label {
  display: none;
  /* Este display none sale por defecto en none porque en versiones de escritorio no se muestra el menú hamburguesa, yo uso un max width:900px display flex para que se muestre solo en dispositivos moviles */
}

#header label div {
  width: 30px;
  height: 2px;
  transition: 0.4s;
  background-color: #1B4D87;
  /* Estas son las barritas del menu, puedes cambiarle el color */
}

/* Aqui es donde se hace la animación del menu y saca el nav deslizable y cambian las barritas y así */
#menu-chk:checked ~ #header nav {
  transform: translate(0%);
}

#menu-chk:checked ~ #header label {
  /* right: 105px; */
  transition: 0.3s;
}

#menu-chk:checked ~ #header label div:nth-child(1) {
  transform: rotate(45deg) translateY(10px) translateX(2px);
  transition: 0.3s;
}

#menu-chk:checked ~ #header label div:nth-child(2) {
  display: none;
}

#menu-chk:checked ~ #header label div:nth-child(3) {
  transform: rotate(-45deg) translateY(-8px);
  transition: 0.3s;
}

#menu-chk:checked ~ #dim-menu-close {
  transform: translate(0%);
  transition: 0.3s;
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  background-color: #1B4D87;
  opacity: 0.3;
  z-index: 1;
  cursor: alias;
}

.nav-desk {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  color: #103260;
  font-size: 15pt;
  margin: auto;
  margin-right: 5%;
  z-index: 1;
}
.nav-desk .header-option-desk {
  margin: 20px;
  text-align: center;
  font-family: ApexLight, sans-serif;
}
.nav-desk a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}
.nav-desk a:not([nav-active=true]):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -6px;
  left: 0;
  background: #5176A0;
  visibility: hidden;
  border-radius: 5px;
  transform: scaleX(0);
  transition: 0.3s;
}
.nav-desk a:not([nav-active=true]):hover:before {
  visibility: visible;
  transform: scaleX(1);
}
.nav-desk [nav-active=true]::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 3px;
  bottom: -6px;
  left: 50%;
  visibility: visible;
  border-radius: 5px;
  transform: scaleX(1) translate(-50%);
  transition: 0.3s;
}
.nav-desk .header-aportar-desk {
  text-align: center; /* Center the content horizontally */
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  height: 2.2rem;
  color: white;
  font-family: Poppins-Regular, sans-serif;
  font-size: 1rem;
  margin: auto;
  background-color: #1B4D87;
  border: none;
  border-radius: 2rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.51), 0 6px 20px 0 rgba(0, 0, 0, 0.51);
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (max-width: 900px) {
  #header label {
    display: flex;
  }
  .nav-desk {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  #header .header-option {
    font-size: 2rem;
  }
}
.unete-header {
  width: 100%;
  height: 100px;
  background-color: #1B4D87;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 2;
  color: white;
}
.unete-header h1 {
  font-family: Poppins-SemiBold, sans-serif;
  font-size: 2.6rem;
}

.tu-ayuda {
  color: white;
  background-color: #5176A0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tu-ayuda .ayuda-title {
  width: 100%;
  font-family: Poppins-Regular, sans-serif;
  text-align: center;
}
.tu-ayuda .ayuda-title h1 {
  font-family: Poppins-SemiBold, sans-serif;
  padding-bottom: 1rem;
}
.tu-ayuda .ayuda-title h2 {
  padding-bottom: 1rem;
  font-family: ApexLight, sans-serif;
}
.tu-ayuda .ayuda-info {
  font-family: Poppins-Regular, sans-serif;
  display: flex;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}
.tu-ayuda .ayuda-info .ayuda-tarjeta {
  width: 50%;
}
.tu-ayuda .ayuda-info .ayuda-tarjeta h3 {
  text-align: center;
}
.tu-ayuda .ayuda-info .ayuda-tarjeta p {
  width: 100%;
  margin: auto;
  margin-top: 2rem;
}
.tu-ayuda .ayuda-info .ayuda-tarjeta span {
  display: flex;
  width: 100%;
  margin: auto;
  text-align: justify;
  font-size: 1rem;
  margin-top: 2rem;
}
.tu-ayuda .ayuda-info .ayuda-tarjeta .copyBtn {
  background-image: url("../assets/copy_icon.svg");
  background-color: #5176A0;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 0;
  border: none;
  width: 100px;
  height: 24px;
  cursor: pointer;
}
.tu-ayuda .ayuda-info .ayuda-tarjeta #copy-cloud-clabe, .tu-ayuda .ayuda-info .ayuda-tarjeta #copy-cloud-cuenta {
  width: 75px;
  background-color: rgba(128, 128, 128, 0.643);
  color: white;
  height: 25px;
  border-radius: 10px;
  font-size: 1rem;
  font-family: ApexLight, sans-serif;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-left: 2rem;
  height: 0;
  padding: 0 15px;
  color: transparent;
  transition: all 0.5s ease;
}
.tu-ayuda .ayuda-info .ayuda-tarjeta .copy-cloud-visible {
  height: 24px !important;
  color: white !important;
}
.tu-ayuda .ayuda-info .ayuda-tarjeta #cuentaNumbers {
  display: inline !important;
  width: -moz-max-content;
  width: max-content;
}
.tu-ayuda .ayuda-info .ayuda-tarjeta #clabeNumbers {
  display: inline !important;
  width: -moz-max-content;
  width: max-content;
}
.tu-ayuda .ayuda-info .ayuda-tarjeta .cuentaNumbersBold {
  color: white;
  font-weight: bolder;
  font-style: italic;
  font-size: 1.1rem;
}
.tu-ayuda .ayuda-info .ayuda-paypal {
  width: 50%;
}
.tu-ayuda .ayuda-info .ayuda-paypal h3 {
  text-align: center;
  margin-bottom: 2rem;
}
.tu-ayuda .ayuda-info .ayuda-paypal a {
  width: 80%;
  display: flex;
  margin: auto;
  text-decoration: none;
}
.tu-ayuda .ayuda-info .ayuda-paypal .button-paypal {
  width: 100%;
  height: 90px;
  margin: auto;
  background-color: #EFC469;
  border-radius: 15px;
  text-align: center;
  color: #1B4D87;
  border-style: solid;
  border-color: #EFC469;
  cursor: pointer;
}
.tu-ayuda .ayuda-info .ayuda-paypal .button-paypal span {
  font-family: Poppins-SemiBold, sans-serif;
  font-size: 1.5rem;
  text-align: center;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 9px;
}
.tu-ayuda .ayuda-info .ayuda-paypal .button-paypal img {
  margin-top: -15px;
  width: 100px;
}
.tu-ayuda .ayuda-info .ayuda-paypal .button-paypal:hover {
  background-color: white;
  color: #159BD7;
  border-color: transparent;
}
.tu-ayuda .ayuda-info .ayuda-line {
  background-color: white;
  width: 3px;
  height: 100%;
  margin-left: 10%;
  margin-right: 10%;
}

.contacto {
  color: #1B4D87;
  background-color: white;
  height: 60vh;
  display: flex;
  justify-content: center;
}
.contacto .formulario {
  display: flex;
  flex-direction: column;
  width: 50%;
  justify-content: center;
  align-items: center;
}
.contacto .formulario h1 {
  width: 70%;
  font-family: Poppins-SemiBold, sans-serif;
}
.contacto .formulario form {
  width: 70%;
  display: flex;
  flex-direction: column;
}
.contacto .formulario form input {
  width: 100%;
  height: 2rem;
  padding-left: 2rem;
  margin-top: 1rem;
  border: none;
  border-radius: 10px;
  background-color: #E0E0E0;
  font-family: Poppins-SemiBold, sans-serif;
  color: white;
}
.contacto .formulario form textarea {
  width: 100%;
  height: 150px;
  padding-left: 2rem;
  margin-top: 1rem;
  border: none;
  border-radius: 10px;
  background-color: #E0E0E0;
  font-family: Poppins-SemiBold, sans-serif;
  color: white;
}
.contacto .formulario form ::-moz-placeholder {
  padding-top: 0.5rem;
}
.contacto .formulario form ::placeholder {
  padding-top: 0.5rem;
}
.contacto .formulario .mail-button {
  background-color: white;
  border: none;
  font-size: 1rem;
  font-family: Poppins-Regular, sans-serif;
  text-align: left;
  margin-top: 0.5rem;
  color: #5176A0;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  padding-left: 5px;
}
.contacto .formulario .mail-button:hover {
  color: #C2CADC;
}
.contacto .direccion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: Poppins-Regular, sans-serif;
  width: 50%;
}
.contacto .direccion h1 {
  padding-left: 10%;
  padding-right: 5%;
  font-family: Poppins-SemiBold, sans-serif;
  margin-top: 0.5rem;
}
.contacto .direccion h3 {
  margin-top: 15px;
  padding-left: 10%;
  padding-right: 5%;
}
.contacto .direccion .redes {
  display: flex;
  padding-left: 10%;
  margin-top: 15px;
}
.contacto .direccion .redes a {
  width: 50px;
  padding-right: 1rem;
}

@media screen and (max-width: 1455px) and (min-height: 800px) and (max-height: 1000px) {
  /* style changes when the screen gets larger */
  .tu-ayuda {
    height: 80vh;
  }
  .tu-ayuda .ayuda-title {
    margin-top: 1rem;
  }
  .tu-ayuda .ayuda-info {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1280px) and (min-height: 700px) and (max-height: 900px) {
  /* style changes when the screen gets larger */
  .tu-ayuda {
    height: 70vh;
  }
  .tu-ayuda .ayuda-title {
    margin-top: 2rem;
  }
  .tu-ayuda .ayuda-info {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-height: 400px) and (max-height: 600px) {
  .tu-ayuda {
    height: 110%;
  }
  .tu-ayuda .ayuda-title {
    margin-top: 2rem;
  }
  .tu-ayuda .ayuda-info {
    margin-bottom: 2rem;
  }
  .contacto {
    height: 110%;
  }
  .contacto .formulario {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .tu-ayuda {
    height: 137vh;
  }
  .tu-ayuda .ayuda-title h1 {
    font-size: 1.3rem;
  }
  .tu-ayuda .ayuda-info {
    flex-direction: column;
  }
  .tu-ayuda .ayuda-info .ayuda-tarjeta {
    width: 90%;
    margin: auto;
  }
  .tu-ayuda .ayuda-info .ayuda-line {
    background-color: white;
    width: 100%;
    height: 2px;
    margin-left: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .tu-ayuda .ayuda-info .ayuda-paypal {
    width: 100%;
    margin: auto;
  }
  .contacto {
    flex-direction: column;
    height: 120vh;
  }
  .contacto .formulario {
    width: 100%;
    margin: 0;
    margin-top: 2rem;
  }
  .contacto .formulario h1 {
    font-size: 1.7rem;
  }
  .contacto .direccion {
    width: 100%;
    margin-top: 2rem;
  }
  .contacto .direccion h1 {
    font-size: 1.7rem !important;
  }
}
@media screen and (max-width: 430px) {
  .unete-header {
    height: 60px;
  }
  .unete-header h1 {
    font-size: 1.5rem;
  }
  .tu-ayuda {
    height: 100%;
  }
  .tu-ayuda .ayuda-title {
    width: 90%;
    margin: auto;
  }
  .tu-ayuda .ayuda-title h1 {
    font-size: 1.2rem;
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-top: 1rem;
  }
  .tu-ayuda .ayuda-title h2 {
    font-size: 1.1rem;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .tu-ayuda .ayuda-info .ayuda-tarjeta {
    overflow: hidden;
  }
  .tu-ayuda .ayuda-info .ayuda-tarjeta .copyBtn {
    width: 25px;
  }
  .tu-ayuda .ayuda-info .ayuda-tarjeta #copy-cloud-cuenta {
    display: none;
  }
  .tu-ayuda .ayuda-info .ayuda-tarjeta #copy-cloud-clabe {
    display: none;
  }
  .tu-ayuda .ayuda-info .ayuda-paypal .button-paypal {
    height: 77px;
    width: 79%;
    margin-bottom: 2rem;
  }
  .contacto {
    height: 100%;
  }
  .contacto .formulario h1 {
    font-size: 1.5rem;
  }
  .contacto .direccion {
    justify-content: center;
    align-items: center;
  }
  .contacto .direccion h1 {
    width: 70%;
    padding-left: 0;
    padding-right: 0;
  }
  .contacto .direccion h3 {
    width: 70%;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }
  .contacto .direccion .redes {
    padding: 0;
    width: 70%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 320px) {
  .unete-header {
    height: 60px;
  }
  .unete-header h1 {
    font-size: 1.5rem;
  }
  .tu-ayuda {
    height: 100%;
  }
  .tu-ayuda .ayuda-title h1 {
    font-size: 1.2rem;
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-top: 1rem;
  }
  .tu-ayuda .ayuda-title h2 {
    font-size: 1.1rem;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .tu-ayuda .ayuda-info .ayuda-tarjeta {
    overflow: hidden;
  }
  .tu-ayuda .ayuda-info .ayuda-tarjeta .copyBtn {
    width: 25px;
  }
  .tu-ayuda .ayuda-info .ayuda-tarjeta #copy-cloud-cuenta {
    display: none;
  }
  .tu-ayuda .ayuda-info .ayuda-tarjeta #copy-cloud-clabe {
    display: none;
  }
  .tu-ayuda .ayuda-info .ayuda-paypal .button-paypal {
    height: 77px;
    width: 79%;
    margin-bottom: 2rem;
  }
  .contacto {
    height: 100%;
  }
  .contacto .formulario h1 {
    font-size: 1.5rem;
  }
  .contacto .direccion {
    justify-content: center;
    align-items: center;
  }
  .contacto .direccion h1 {
    width: 70%;
    padding-left: 0;
    padding-right: 0;
  }
  .contacto .direccion h3 {
    width: 70%;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }
  .contacto .direccion .redes {
    padding: 0;
    width: 50%;
    margin-bottom: 15px;
  }
}
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

img {
  pointer-events: none;
}

html {
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
}

#header {
  width: 100%;
  height: 120px;
  position: fixed;
  background-color: #C2CADC;
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 10;
  top: -120px;
  width: 100%;
}
#header img {
  width: 180px;
  margin-top: 20px;
  margin-left: 3rem;
}
#header nav {
  display: flex;
  color: #103260;
  font-size: 15pt;
  margin: auto;
  z-index: 1;
  flex-direction: column;
}
#header nav .header-option-desk {
  margin: 20px;
  width: 50%;
  font-family: ApexLight, sans-serif;
}
#header nav a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}
#header nav a:not([nav-active=true]):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -6px;
  left: 0;
  background: #5176A0;
  visibility: hidden;
  border-radius: 5px;
  transform: scaleX(0);
  transition: 0.3s;
}
#header nav a:not([nav-active=true]):hover:before {
  visibility: visible;
  transform: scaleX(1);
}
#header nav [nav-active=true]::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 3px;
  bottom: -6px;
  left: 50%;
  visibility: visible;
  border-radius: 5px;
  transform: scaleX(1) translate(-50%);
  transition: 0.3s;
}
#header nav .header-aportar-desk {
  text-align: center; /* Center the content horizontally */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66%;
  height: 2.2rem;
  color: white;
  font-family: Poppins-Regular, sans-serif;
  font-size: 1rem;
  margin: auto;
  background-color: #1B4D87;
  border: none;
  border-radius: 2rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.51), 0 6px 20px 0 rgba(0, 0, 0, 0.51);
  padding-left: 1rem;
  padding-right: 1rem;
}

.nav-up {
  top: 0px !important;
  transition: top 0.4s ease-out;
  width: 100%;
  overflow: hidden;
}

.nav-down {
  top: -120px !important;
  transition: top 0.4s ease-out;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 850px) {
  #header .header-option {
    font-size: 2rem;
  }
  #header .header-aportar {
    font-size: 1.2rem;
    height: 2rem;
  }
}
@media screen and (max-width: 420px) {
  .space {
    height: 105px !important;
  }
  #header {
    height: 105px;
  }
  #header img {
    width: 125px;
    margin-top: 1.5rem;
    margin-left: 1.5rem;
  }
  #header nav .header-aportar-desk {
    height: 1.7rem;
    font-size: 0.7rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #header .header-option {
    font-size: 1em;
  }
  #header .header-aportar {
    font-size: 1rem;
    height: 1.8em;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  }
}/*# sourceMappingURL=style.css.map */