@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

#swiperNosotros {
  width: 100%;
  height: 100vh;
}

#swiperNosotros .swiper-slide {
  position: relative;
}

#swiperNosotros .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#swiperNosotros .swiper-slide .title-nosotros{
  color: var(--yellow);
  text-align: start;
  position: absolute;
  bottom: 50px;
  width: 100%;
}

#swiperNosotros .swiper-slide .title-nosotros h2{
  font-size: 4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  max-width: 500px;
  width: 100%;
  line-height: 50px;
}

#swiperNosotros .swiper-slide .overlayNosotros{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.8;
}

#seccion-bajada-nosotros{
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0px 0px 0px;
  position: relative;
}

#seccion-bajada-nosotros .parrafos{
  font-size: 1.6rem;
  position: relative;
  width: 100%;
}

#seccion-bajada-nosotros .parrafos p{
  margin: 0;
  font-weight: 500;
  white-space: pre-line;
}

#seccion-bajada-nosotros .parrafos .textBold{
  font-weight: bold;
  font-style: italic;
}

.parrafos:nth-of-type(odd) {
  display: flex;
  text-align: start;
  justify-content: start;
}
    
.parrafos:nth-of-type(even) {
  display: flex;
  text-align: end;
  justify-content: end;
}


#seccion-bajada-nosotros svg{
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
}

ellipse#circle-top {
  transform: translate(-100%, 85%) scale(2.5);
  z-index: -1;
}


.nosotrospadre{
  position: relative;
  width: 100%;
}

.nosotrospadre .container{
  position: relative;
  z-index: 2;
}

.nosotrospadre svg{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -2;
}

.ninos-nosotros{
  width: 55%;
  margin-top: -4.8%;
}

.ninos-nosotros .sampleMovieNosotros{
  width: 100%;
  height: auto;
  position: relative;
  pointer-events: none;
}