:root {
  --header: url(../../images/cabecera.jpg) 50% 50% / cover;
}

/* 
* Cabecera
* -----------------------------------------------------
*/

#cabecera {
  height: 100vh;
  min-height: 800px;
}

textarea {
  opacity: 0;
}

#cabecera .fondo1 {
  padding: 50px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/cabecera.jpg) 50% 50% / cover;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  min-height: 800px;

  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  transition: height 2s linear, margin-top 2s linear;
}

#cabecera .fondo2.view {
  right: 0;
  height: 100%;
  min-height: 800px;
  width: 50%;
  transition: width 1.5s linear;
}

#cabecera .fondo2 {
  resize: both;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  min-height: 800px;
  width: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/cabecera2.jpg) 50% 50% / cover;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-repeat: no-repeat;
  background-position: right;
}

#cabecera .title {
  width: 700px;
  left: 50%;
  position: absolute;
  opacity: 1;
  text-align: center;
  top: 60%;
  transform: translate(-50%, -50%);
  transition: opacity 1s linear;
}

#cabecera .title h1 {
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 92.749px;
  font-weight: 800;
  line-height: 80%;
}

#cabecera .title .btnGeneral {
  margin-top: 50px;
}

@media screen and (max-width: 1400px) {
  #cabecera .title h1 {
    font-size: 85px;
  }
}

@media screen and (max-width: 1200px) {
  #cabecera .title h1 {
    font-size: 80px;
  }
}

@media screen and (max-width: 992px) {
  #cabecera .title h1 {
    font-size: 70px;
  }
}

@media screen and (max-width: 768px) {
  #cabecera,
  #cabecera .fondo2,
  #cabecera .fondo2.view,
  #cabecera .fondo1 {
    height: 60vh;
    min-height: 500px;
  }

  #cabecera .title h1 {
    font-size: 50px;
  }

  #cabecera .title h2 {
    font-size: 22px;
  }
  #cabecera .title {
    top: 45%;
  }
}

/* 
* Section
* -----------------------------------------------------
*/

.paragraph {
  margin: 0 auto;
  width: 480px;
}

.picture img {
  width: 100%;
}

#section2 {
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0.6) 100%
    ),
    url(../images/h-img1.jpg), lightgray 0px -98.25px / 100% 159.884% no-repeat;
  margin-bottom: 100px;
}

#section2 .content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

#section3 {
  flex-wrap: wrap;
}

#section3 .info {
  z-index: 5;
  width: 750px;
  margin-top: -60px;
  position: absolute;
}
#section3 .info h3 {
  text-transform: uppercase;
}

#section3 .info p {
  color: #252525;
  font-family: 'HK Grotesk', sans-serif;
  font-size: 20px;
  width: 280px;
  font-weight: 500;
  line-height: 118.8%;
}
/* 
* Map
* -----------------------------------------------------
*/

/* 
* Map
* -----------------------------------------------------
*/

#map {
  background: url(../images/map.jpg) 50% 50% / cover;
  height: 800px;
}

/* 
* Responsive
* -----------------------------------------------------
*/

@media screen and (max-width: 1700px) {
  #section3 .info {
    padding-left: 11vw;
  }
}

@media only screen and (max-width: 1400px) {
  #section3 .info {
    width: 560px;
  }
}

@media only screen and (max-width: 1200px) {
  #section3 .info {
    padding-left: 7vw;
    width: 500px;
  }
}

@media only screen and (max-width: 992px) {
  .paragraph {
    width: 100%;
  }
  #section3 .swiper-pagination {
    justify-content: center;
  }
  #section3 .info p,
  .carouselH3 {
    width: auto;
  }
  #section2 {
    margin-bottom: 0;
  }

  #section3 .info {
    margin-top: 0;
  }

  #section3 {
    gap: 20px;
  }

  #map {
    background: url(../images/map.jpg) 50% 50% / cover;
    height: 400px;
  }
}

@media only screen and (max-width: 768px) {
  #cabecera .title {
    width: 80%;
  }
}

@media only screen and (max-width: 480px) {
  #section3 .info {
    padding-left: 0;
    margin-top: 0;
  }

  #cabecera .title h1 {
    font-size: 32px;
  }

  #cabecera .title {
    top: 40%;
  }

  #cabecera .title h2 {
    font-size: 20px;
  }

  #movies {
    gap: 20px;
  }

  #movies .info {
    padding: 0px 30px;
  }

  #section3 {
    padding-bottom: 50px;
  }
}
