* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back_video {
  position: fixed;
  z-index: -1;
  filter: grayscale(40%);
}
@media (min-aspect-ratio: 16/9) {
  .back_video {
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  .back_video {
    width: auto;
    height: 100%;
  }
}
div.back_image {
  width: 100%;
  height: auto;
  background-image: url(images/03_guerrero-01.jpg);
  background-size: 100% 100%;
}

.top-container {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}

.header {
  padding: 10px 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

p a {
  text-decoration: none;
  color: #f2f2f2;
}
p a:hover {
  opacity: 0.5;
}

h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: calc(1.5rem + (2 - 1.5) * ((100vw - 20rem) / (48 - 20)));
  line-height: calc(1.1 * (1.5rem + (2 - 1.5) * ((100vw - 20rem) / (48 - 20))));
  padding-bottom: 5vw;
}

h3 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: black;
  font-size: calc(1.5rem + (2 - 1.5) * ((100vw - 20rem) / (48 - 20)));
  line-height: calc(1.1 * (1.5rem + (2 - 1.5) * ((100vw - 20rem) / (48 - 20))));
  padding-bottom: 5vw;
}

p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 200;
  line-height: 1.5;
  text-align: center;
  font-size: 1em;
  color: white;
  padding: 0.5em 20%;
}

p.bold {
  font-weight: 600;
}

p.doble {
  margin-top: 1em;
  margin-bottom: 0;
}

.back {
  background: linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px,
    linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px,
    linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px,
    linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px,
    linear-gradient(90deg, #1b1b1b 10px, transparent 10px),
    linear-gradient(
      #1d1d1d 25%,
      #1a1a1a 25%,
      #1a1a1a 50%,
      transparent 50%,
      transparent 75%,
      #242424 75%,
      #242424
    );
  background-color: #131313;
  background-size: 20px 20px;
}

em {
  font-style: italic;
}
b {
  font-weight: 600;
  font-style: normal;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin: 3vw 0;
}

.videoWrapper iframe {
  padding: 0 5% 5vw 5%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cero {
  margin-top: 0;
}
div.doble {
  margin-bottom: 100px;
}
div.ficha {
  background-color: grey;
  padding: calc(3rem + (4 - 3) * ((100vw - 20rem) / (48 - 20))) 0;
}

table.center {
  margin: 0 10%;
  padding: 3em 2em;
  width: auto;
}
table.center td {
  padding: 10px;
  border-top: 1px solid black;
  border-collapse: collapse;
  vertical-align: top;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: rgb(255, 255, 255);
  padding: 0.5em 0;
  font-size: 0.96rem;
  font-size: calc(1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
  line-height: calc(
    1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)))
  );
}
table.center td:nth-child(1) {
  font-weight: 600;
  width: 30%;
  padding-right: 1em;
}
table tr td a {
  color: #242424;
  text-decoration: none;
}
table tr td a:hover {
  opacity: 0.3;
  color: black;
}

table.festivales {
  margin: 0 10%;
  padding: 3em 2em;
  width: auto;
}
table.festivales ul li {
  margin-bottom: 1em;
}
table.festivales ul li ul {
  margin-bottom: 1em;
  list-style-type: none;
  padding: 0;
}
table.festivales ul li ul li::before {
  content: "\25B7";
  margin: 0 0.5em 0 0;
  font-size: 0.8em;
}

table.festivales ul:last-child {
  margin-bottom: 0;
}

table.festivales tr td {
  border-top: 1px solid rgb(255, 255, 255);
  padding: 15px 5px;
  vertical-align: center;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: rgb(255, 255, 255);
  font-size: calc(1rem + (1.1 - 1) * ((100vw - 20rem) / (48 - 20)));
  line-height: calc(1.4 * (1rem + (1.1 - 1) * ((100vw - 20rem) / (48 - 20))));
}
table.festivales td.none {
  border-top: 0 solid rgb(255, 255, 255);
}
table.festivales tr td:nth-child(1) {
  width: 10%;
  padding-right: 1em;
  vertical-align: top;
}
table.festivales tr td p {
  vertical-align: center;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  padding: 0;
}
table.festivales hr {
  margin: 0;
  height: 2px;
}
table.festivales td:nth-child(1) {
  width: 10%;
  padding-right: 1em;
}

b.festivales {
  font-style: normal;
  font-weight: 600;
  font-size: calc(1.1rem + (1.4 - 1.1) * ((100vw - 20rem) / (48 - 20)));
  color: gray;
}

div.festivales {
  margin: 1vw 3vw;
  display: inline-block;
  vertical-align: middle;
}
div.festivales img {
  margin: 0 ;
  vertical-align: middle;
  width: 9vw;
}

._vertical img{
  max-width: 3.3rem;
}

._cuadrado img{
  max-width: 5.3rem;
}
._large img{
  min-width: 15rem;
}
._large02 img{
  min-width: 11rem;
}



#large {
  width: 10em;
}

p.sinopsis {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 0 5vw 8vw 5vw;
  font-size: calc(1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
  line-height: calc(
    1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)))
  );
}

p.prensa {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 200;
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 0 5vw;
  font-size: calc(1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
  line-height: calc(
    1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)))
  );
}

p.festivales {
  border-top: 1px solid rgb(100, 100, 100);
  border-collapse: collapse;
  vertical-align: center;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 0;
  font-size: calc(1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
  line-height: calc(
    1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)))
  );
}

.center {
  text-align: center;
}

.trailer {
  background-color: black;
  text-align: center;
  padding: calc(3rem + (4 - 3) * ((100vw - 20rem) / (48 - 20))) 0;
}
div.trailer img {
  width: 140px;
  padding: 0.8em 0;
}

/* Movies */
h1.movies {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #ddd;
  font-size: calc(1.5rem + (2 - 1.5) * ((100vw - 20rem) / (48 - 20)));
  line-height: calc(1.1 * (1.5rem + (2 - 1.5) * ((100vw - 20rem) / (48 - 20))));
  padding-bottom: 2vw;
}

h1.large {
  font-size: calc(2rem + (2.5 - 2) * ((100vw - 20rem) / (48 - 20)));
  line-height: calc(1.1 * (2rem + (2.5 - 2) * ((100vw - 20rem) / (48 - 20))));
}

p.movies {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  color: white;
  padding: 0.5em 0;
  font-size: 0.96rem;
  font-size: calc(1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
  line-height: calc(
    1.5 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)))
  );
}

.movies a {
  text-decoration: none;
  color: #000000;
  font-weight: normal;
  font-style: normal;
}

.module {
  width: 100%;
  height: 100vh;
  display: grid;
  place-items: center;
  color: #ffffff;
  position: relative;
}
.module#intro::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-image: url("assets/videos/back-02.mp4");
  filter: brightness(0.6);
}
.module#toshkua::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-image: url("assets/images/01_toshkua-05.png");
  filter: brightness(0.6);
}
.module#guerrero::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-image: url("assets/images/02_guerrero-03.jpg");
  filter: brightness(0.7);
}
.module#pqlm::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-image: url("assets/images/03_pqlm-02.jpg");
  filter: brightness(0.6);
}

.module#acapulco::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-image: url("assets/images/04_acapulco-02.jpg");
  filter: brightness(0.7);
}

.module#barrientos::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-image: url("assets/images/05_barrientos-01.jpg");
  filter: brightness(0.6);
}

.module-inside {
  position: relative;
  text-align: center;
  padding: 0 5vw;
}

.button {
  color: white;
  padding: 14px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: calc(1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
  line-height: calc(
    1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)))
  );
  margin: 10px 10px;
  cursor: pointer;
  border-radius: 50px;
  border: 1.5px white solid;
}

.button:hover {
  opacity: 0.5;
}

.button a {
  color: white;
}

/* Footer */
.footer {
  background-color: #ffffff;
  padding: 8vw 5vw;
  position: relative;
  display: block;
}
.cero {
  padding: 0 0;
}
.footer img {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1vw;

  width: 200px;
}
.cero {
  padding: 0 0;
}

.footer a {
  text-decoration: none;
  color: #000000;
  font-weight: normal;
  font-style: normal;
}
p.footer {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: black;
  padding: 0.5em 0;
  font-size: calc(1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
  line-height: calc(
    1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)))
  );
}

p.copyright {
  margin-top: 2em;
  font-size: 0.96rem;
  font-size: calc(0.7rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
  line-height: calc(
    1 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)))
  );
  color: gray;
  padding: 0;
}


#myVideo {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: realtive;
  display: flex;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 0;
  margin:  0 ;

}


p.bold {
  font-weight: 600;
}
