.contenedorGeneral {
  overflow-x: hidden;
  position: relative;
}

/* Sección video */
.contenedorVideo {
  overflow: hidden;
  width: 100%;
}

.contenedorVideo video {
  width: 100%;
}

/* Sección nosotros */
#nosotros_ {
  position: absolute;
  width: 100vw;
  height: 80px;
}

#nosotros {
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 10px;
  font-size: 1rem;
  text-align: center;
  height: 300px;
}

.nosotrosResaltar {
  font-weight: 700;
  color: #000031;
}

/* Sección Ejes */
#ejes-portada {
  display: grid;
  grid-template-areas:
    "club"
    "premio";
  width: 100%;
}

#portada1-img,
#portada2-img {
  display: block;
  filter: brightness(0.5);
  transition: 1s;
}

/* Responsive */
@media (min-width: 992px) {
  .only-mobile {
    display: none;
  }
  .only-desk {
    display: block;
  }
  .contenedorGeneral {
    top: 80px;
  }

  /* Sección nosotros */
  #nosotros p {
    max-width: 700px;
    height: auto;
    color: #313131;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
  }

  /* Sección Ejes*/
  #ejes-portada {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #portada1-img,
  #portada2-img {
    width: 100vw;
    height: 100vh;
    transition: 1 s;
  }
  #portada1 {
    width: 100vw;
    z-index: 400;
    display: flex;
    justify-content: left;
    position: absolute;
  }
  #portada1:hover ~ #portada2 {
    clip-path: inset(0 0 0 80vw);
    transition: 1s;
  }
  #portada1:hover #portada1-img {
    filter: brightness(0.85);
    transition: 1s;
  }
  #portada1:hover ~ #container-portada1 #portada1-logo {
    opacity: 1;
    transition: 1s;
  }
  #portada1:hover ~ #container-portada1 #portada1-logo-BW {
    opacity: 0;
    transition: 1s;
  }
  #portada2 {
    width: 100vw;
    z-index: 500;
    display: flex;
    justify-content: right;
    clip-path: inset(0 0 0 50vw);
    transition: 1s;
  }
  #portada2:hover {
    clip-path: inset(0 0 0 20vw);
    transition: 1s;
  }
  #portada2:hover #portada2-img {
    filter: brightness(0.8);
    transition: 1s;
  }
  #portada2:hover ~ #container-portada2 #portada2-logo {
    opacity: 1;
    transition: 1s;
  }
  #portada2:hover ~ #container-portada2 #portada2-logo-BW {
    opacity: 0;
    transition: 1s;
  }
  .ejes-title {
    z-index: 700;
    opacity: 1;
    position: absolute;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    transition: 0.5s;
  }
  #container-portada1 {
    justify-content: start;
  }
  .portada1-logos {
    width: 7.5vw;
    margin-left: 5vw;
  }
  #container-portada2 {
    justify-content: end;
  }
  .portada2-logos {
    width: 5vw;
    margin-right: 5vw;
  }
  #container-portada1,
  #container-portada2 {
    width: 100vw;
    align-items: end;
    pointer-events: none;
  }
  .portada1-logos,
  .portada2-logos {
    position: absolute;
    margin-bottom: 5vw;
    transition: 1s;
  }
  #portada1-logo,
  #portada2-logo {
    opacity: 0;
    transition: 1s;
  }
}

@media (min-width: 992px) and (max-width: 1250px) {
  /* Sección nosotros */
  #nosotros p {
    font-size: 1rem;
    line-height: 1.5rem;
    width: 500px;
  }

  /* Sección Ejes */
  .ejes-title {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 992px) and (max-width: 1500px) {
  /* Sección nosotros */
  #nosotros p {
    font-size: 1.25rem;
    line-height: 2rem;
    width: 600px;
  }

  /* Sección Ejes */
  .ejes-title {
    font-size: 3.25rem;
    line-height: 3.25rem;
    width: 500px;
  }
}

@media (max-width: 992px) {
  .only-desk {
    display: none;
  }
  .only-mobile {
    display: block;
  }

  /* Sección video */
  .contenedorVideo video {
    height: 202px;
    object-fit: cover;
  }

  /* Sección nosotros */
  #nosotros p {
    max-width: 700px;
    height: auto;
    font-size: 1rem;
    line-height: 1.25rem;
    text-align: center;
  }

  /* Sección Ejes */
  #portada1,
  #portada2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: auto;
  }
  #portada1-img {
    width: 100vw;
  }
  #portada-text-mobile {
    z-index: 1000;
    position: absolute;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
  }
  #portada2-img {
    width: 100vw;
  }
}

@media (min-width: 600px) and (max-width: 992px) {
  #portada-text-mobile {
    font-size: 3.5rem;
    min-width: 500px;
    line-height: 3.5rem;
  }
}
