@font-face {
  font-family: "glups";
  src: url("../assets/fonts/glusp.eot");
  src: url("../assets/fonts/glusp.eot") format("embedded-opentype"), url("../assets/fonts/glusp.woff2") format("woff2"), url("../assets/fonts/glusp.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "minecraft";
  src: url("../assets/fonts/Minecraft-Regular.otf");
  src: url("../assets/fonts/Minecraft-Regular.otf?#iefix") format("embedded-opentype"), url("../assets/fonts/minecraft.woff2") format("woff2"), url("../assets/fonts/minecraft.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "minecraft";
  src: url("../assets/fonts/Minecraft-Bold.otf");
  src: url("../assets/fonts/Minecraft-Bold.otf") format("embedded-opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RM Neue";
  src: url("../assets/fonts/RMNeue-Regular.eot");
  src: url("../assets/fonts/RMNeue-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/RMNeue-Regular.woff2") format("woff2"), url("../assets/fonts/RMNeue-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RM Neue";
  src: url("../assets/fonts/RMNeue-Light.eot");
  src: url("../assets/fonts/RMNeue-Light.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/RMNeue-Light.woff2") format("woff2"), url("../assets/fonts/RMNeue-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RM Neue";
  src: url("../assets/fonts/RMNeue-SemiBold.eot");
  src: url("../assets/fonts/RMNeue-SemiBold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/RMNeue-SemiBold.woff2") format("woff2"), url("../assets/fonts/RMNeue-SemiBold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RM Neue";
  src: url("../assets/fonts/RMNeue-Bold.eot");
  src: url("../assets/fonts/RMNeue-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/RMNeue-Bold.woff2") format("woff2"), url("../assets/fonts/RMNeue-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  font-family: "RM Neue";
}

body {
  font-family: "RM Neue";
  font-size: 1rem;
  font-weight: 400;
  background-color: #141414;
  color: white;
  margin: 0;
}

::-webkit-scrollbar {
  display: none;
}

p {
  font-weight: 300;
}

iframe {
  border: none;
}

.container {
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
}

.col-1 {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  width: 8.3333333333%;
}

.col-2 {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  width: 16.6666666667%;
}

.col-3 {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  width: 25%;
}

.col-4 {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  width: 33.3333333333%;
}

.col-5 {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  width: 41.6666666667%;
}

.col-6 {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  width: 50%;
}

.col-7 {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  width: 58.3333333333%;
}

.col-8 {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  width: 66.6666666667%;
}

.col-9 {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  width: 75%;
}

.col-10 {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  width: 83.3333333333%;
}

.col-11 {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  width: 91.6666666667%;
}

.col-12 {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  width: 100%;
}

.col-4 {
  margin: 40px 0px;
  padding: 0px 40px;
}

nav {
  position: relative;
  display: flex;
  padding: 1rem 1rem 1rem 1rem;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  box-sizing: border-box;
}
nav .cerrarMenu {
  display: none;
}
nav #checkMenu {
  display: none;
}
nav .menu {
  display: flex;
}
nav .menu-item {
  margin: 0 0.15rem;
  display: block;
}
nav a {
  text-decoration: none;
  color: white;
  padding: 0.2rem 0.2rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
nav a:hover {
  background-color: white;
  color: #9247F4;
}
nav .brand {
  display: flex;
  align-items: center;
}
nav .wcm {
  font-family: "glups";
  color: white;
  font-size: 1.3rem;
  font-weight: bold;
  transition: all 0.5s;
}
nav .wcm:hover a {
  color: #1FFF7F;
  background-color: rgba(0, 0, 0, 0);
}

.container-txt {
  display: flex;
  width: 200px;
  height: 1rem;
  line-height: 1rem;
  font-size: 1rem;
  position: absolute;
  left: 8rem;
  top: 2.2rem;
  overflow: hidden;
}

.txt-fijo {
  margin: 0;
}

.txt-dinamico {
  list-style: none;
  padding-left: 5px;
  margin: 0;
  animation: roll 20s infinite;
}

@keyframes roll {
  0% {
    opacity: 0;
    margin-top: 0;
  }
  5% {
    opacity: 1;
    margin-top: 0;
  }
  10% {
    opacity: 1;
    margin-top: -1rem;
  }
  15% {
    opacity: 1;
    margin-top: -2rem;
  }
  20% {
    opacity: 1;
    margin-top: -3rem;
  }
  25% {
    opacity: 1;
    margin-top: -4rem;
  }
  30% {
    opacity: 1;
    margin-top: -5rem;
  }
  35% {
    opacity: 1;
    margin-top: -6rem;
  }
  40% {
    opacity: 1;
    margin-top: -7rem;
  }
  45% {
    opacity: 1;
    margin-top: -8rem;
  }
  50% {
    opacity: 1;
    margin-top: -7rem;
  }
  55% {
    opacity: 1;
    margin-top: -6rem;
  }
  60% {
    opacity: 1;
    margin-top: -5rem;
  }
  65% {
    opacity: 1;
    margin-top: -4rem;
  }
  70% {
    opacity: 1;
    margin-top: -3rem;
  }
  75% {
    opacity: 1;
    margin-top: -2rem;
  }
  80% {
    opacity: 1;
    margin-top: -1rem;
  }
  85% {
    opacity: 1;
    margin-top: 0;
  }
  90% {
    opacity: 0;
    margin-top: 0;
  }
}
/* Video home */
.bgVideoDesktop {
  display: block;
  position: relative;
  top: -5.5rem;
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #353535;
}

.bgVideoMobile {
  display: none;
}

.mySlides {
  display: none;
}

.mySlides img {
  vertical-align: middle;
  width: auto;
  height: 86vh;
}

.slide {
  width: 100%;
  height: auto;
}

.slideshow-container {
  width: auto;
  height: 100%;
  margin: 0;
  text-align: center;
}

.dot {
  height: 5px;
  width: 5px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: none;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

.fade {
  animation-name: fade;
  animation-duration: 1s;
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px;
  }
}
.txtCarrousel {
  position: relative;
  z-index: 3;
}

.Steam {
  display: none;
}

.txtTeam {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

/* Info WCM */
.section-wcm {
  padding-top: 6rem;
  padding-bottom: 8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  box-sizing: border-box;
}
.section-wcm .txt-wcm {
  font-size: 1.3rem;
  text-align: center;
}

/* Banner */
.section-banner {
  height: 62vh;
  margin-top: 8rem;
  margin-bottom: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  box-sizing: border-box;
  align-content: center;
  justify-items: center;
  text-align: center;
}
.section-banner .title-banner, .section-banner .titleFilming, .section-banner .title-banner-resaltado {
  font-size: 4rem;
  font-weight: normal;
}
.section-banner .title-banner-resaltado {
  color: #1FFF7F;
  font-family: minecraft;
}
.section-banner .titleFilming {
  font-size: 3rem;
  color: #1FFF7F;
  font-family: minecraft;
  padding-top: 1rem;
}

.section-accordion {
  margin-top: 8rem;
  margin-bottom: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  box-sizing: border-box;
}

.section-filming {
  margin-top: 8rem;
  margin-bottom: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

/* Accordion */
.btn-accordion {
  width: 100%;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  padding: 0.25rem 0;
  margin-bottom: 2rem;
  border-bottom: 2px solid #353535;
  transition: border-bottom 1s;
}
.btn-accordion:focus {
  border-bottom: 2px solid white;
}
.btn-accordion .accordion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
}
.btn-accordion .title-accordion {
  display: block;
  color: white;
  font-size: 1.2rem;
  margin: 0 0.2rem;
}
.btn-accordion .tag-accordion {
  font-size: 0.7rem;
  line-height: 0.8rem;
  background-color: white;
  color: #9247F4;
  padding: 0.15rem;
  margin: 0 0.2rem;
}
.btn-accordion .iconItem {
  content: url("../assets/img/icons/a-plus.svg");
  width: 14px;
  transition: content 1s;
}
.btn-accordion .iconItemExpand {
  content: url("../assets/img/icons/a-expand.svg");
}

.accordion-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 1s;
  box-sizing: border-box;
}
.accordion-contentExpand {
  max-height: 160vh;
}

.content-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.content-head .scope {
  color: #1FFF7F;
  text-transform: uppercase;
}
.content-head .year {
  color: #1FFF7F;
  text-transform: uppercase;
}
.content-head .tag-head {
  display: inline-block;
  font-weight: 300;
  padding: 6px;
}

.content-body {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

.img-accordion {
  width: 70%;
  height: auto;
}

.content-social {
  align-items: center;
}
.content-social a {
  color: white;
  text-decoration-color: #1FFF7F;
}

footer {
  position: sticky;
  bottom: -1px;
  display: flex;
  justify-content: space-between;
  background-color: #141414;
  padding: 0 2rem 0 2rem;
  box-sizing: border-box;
}
footer .work {
  margin-top: 2.5rem;
}
footer ul {
  padding: 0;
  display: flex;
}
footer ul li {
  margin: 0 0.25rem;
  display: block;
}
footer a {
  line-height: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  text-decoration: none;
  color: white;
}
footer a:hover {
  color: #9247F4;
}
footer .contact {
  font-size: 3.5rem;
  display: block;
}
footer .contact-resaltado {
  color: #1FFF7F;
}
footer .btnContact {
  font-family: "RM Neue";
  font-size: 1rem;
  font-weight: 400;
  background-color: #141414;
  border: none;
  color: white;
}
footer .btnContact:hover {
  content: url("../assets/img/img-contact.svg");
  color: #1FFF7F;
}
footer .Mail {
  display: none;
}
footer .social {
  line-height: 3.5rem;
  text-transform: uppercase;
}

main {
  opacity: 1;
  transition: opacity 1s ease;
}

main.fade-in {
  opacity: 0;
}

main.fade-out {
  opacity: 1;
}

#pixel-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 9999;
}

.pixel1, .pixel2, .pixel3, .pixel4, .pixel5, .pixel6, .pixel7, .pixel8, .pixel9, .pixel10 {
  width: 120px;
  height: calc(width - 40%);
  border: 2px solid #141414;
  opacity: 0;
  position: absolute;
  background: #141414;
  transition: transform 0.4s ease;
}

/* Colores y efectos al activarse */
.pixel1Active {
  opacity: 1;
  transform: scale(3.9, 2.2);
}

.pixel2Active {
  opacity: 1;
  transform: scale(2.7, 3.6);
}

.pixel3Active {
  opacity: 0.95;
  transform: scale(5.8, 4.4);
}

.pixel4Active {
  opacity: 1;
  transform: scale(8.1, 4.8);
}

.pixel5Active {
  opacity: 1;
  transform: scale(6.2, 5.6);
}

.pixel6Active {
  opacity: 0.92;
  transform: scale(8.5, 6.8);
}

.pixel7Active {
  opacity: 1;
  transform: scale(9.5, 7.8);
}

.pixel8Active {
  opacity: 1;
  transform: scale(10.1, 8.4);
}

.pixel9Active {
  opacity: 0.9;
  transform: scale(12.2, 10.5);
}

.pixel10Active {
  opacity: 1;
  transform: scale(13, 11.5);
}

.pixel11Active {
  opacity: 0.9;
  transform: scale(1.9, 2.2);
}

.pixel12Active {
  opacity: 1;
  transform: scale(1.7, 3.6);
}

.pixel13Active {
  opacity: 0.95;
  transform: scale(0.8, 4.4);
}

.pixel14Active {
  opacity: 1;
  transform: scale(1.1, 4.8);
}

.pixel15Active {
  opacity: 1;
  transform: scale(1.2, 5.6);
}

.pixel16Active {
  opacity: 0.92;
  transform: scale(1.5, 6.8);
}

.pixel17Active {
  opacity: 1;
  transform: scale(0.5, 7.8);
}

.pixel18Active {
  opacity: 1;
  transform: scale(0.1, 9.4);
}

.pixel19Active {
  opacity: 0.9;
  transform: scale(3.2, 10.5);
}

.pixel20Active {
  opacity: 1;
  transform: scale(2, 11.5);
}

.SectionActive {
  display: block;
}

.title-film {
  color: white;
  font-size: 1.3rem;
  margin: 0 0.2rem;
  font-weight: 500;
}

.img-film {
  width: 100%;
  height: 307px;
  aspect-ratio: 16/9;
  cursor: pointer;
  outline: 0;
  border: none;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 0.7s;
}
.img-film#Faesa {
  background-image: url("../assets/img/film/Faesa.jpg");
}
.img-film#Enersteel {
  background-image: url("../assets/img/film/Enersteel.jpg");
}
.img-film#ApoloFD {
  background-image: url("../assets/img/film/ApoloFD.jpg");
}
.img-film#ApoloA {
  background-image: url("../assets/img/film/Apolo.jpg");
}
.img-film#Svant {
  background-image: url("../assets/img/film/Svant.jpg");
}
.img-film#Brava {
  background-image: url("../assets/img/film/Brava.jpg");
}
.img-film#Peduzzi {
  background-image: url("../assets/img/film/Peduzzi.jpg");
}
.img-film#ProshaleN {
  background-image: url("../assets/img/film/ProshaleN.jpg");
}
.img-film#ProshaleVM {
  background-image: url("../assets/img/film/ProshaleVM.jpg");
}
.img-film:hover {
  opacity: 0.85;
}

.videoFull {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: #141414;
  align-content: center;
  display: none;
  opacity: 0;
  transition: opacity 0.7s;
  z-index: 1;
}

.video {
  width: 95%;
  height: 95%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  align-content: center;
  z-index: 1;
}

.iconCerrar {
  position: fixed;
  right: 40px;
  top: 30px;
  width: 25px;
  rotate: 45deg;
  cursor: pointer;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.7s;
}
.iconCerrar:hover {
  opacity: 0.6;
}

/* Tablet */
@media (min-width: 350px) and (max-width: 1025px) {
  body {
    margin: 0;
  }
  .container {
    width: 100%;
  }
  .col-4 {
    width: 100%;
    margin: 150px 0px;
  }
  .row {
    display: block;
    margin: 10px 0px;
  }
  nav {
    position: relative;
    display: flex;
    padding: 1rem 1rem 1rem 1rem;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    box-sizing: border-box;
  }
  nav .menu {
    display: none;
    background-color: #141414;
    height: 100%;
    width: 100%;
    padding: 20% 0;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    box-sizing: border-box;
  }
  nav .menu-item {
    font-size: 2.5rem;
    margin: 3rem 0rem;
  }
  nav .cerrarMenu {
    display: block;
    width: 18px;
    padding: 0 15px;
    transition: rotate 1s;
  }
  nav #checkMenu {
    display: none;
  }
  nav .wcm {
    font-size: 1.6rem;
  }
  .container-txt {
    display: none;
  }
  .txt-fijo {
    margin: 0;
  }
  .txt-dinamico {
    list-style: none;
    padding-left: 5px;
    margin: 0;
    animation: roll 20s infinite;
  }
  /* Video home tablet */
  .bgVideoDesktop {
    display: none;
  }
  .bgVideoMobile {
    display: block;
    position: relative;
    top: -5.5rem;
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 0px solid #353535;
  }
  .section-banner {
    margin-top: 4rem;
    margin-bottom: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
  }
  .section-banner .title-banner, .section-banner .title-banner-resaltado, .section-banner .titleFilming {
    font-size: 2rem;
    line-height: 2rem;
  }
  .section-banner .title-banner-resaltado {
    color: #1FFF7F;
    font-family: minecraft;
  }
  .section-accordion {
    margin-top: 8rem;
    margin-bottom: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
  }
  .btn-accordion {
    width: 100%;
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    padding: 0.25rem 0;
    margin-bottom: 2rem;
    border-bottom: 2px solid #353535;
    transition: border-bottom 1s;
  }
  .btn-accordion:focus {
    border-bottom: 2px solid white;
  }
  .btn-accordion .accordion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
  }
  .btn-accordion .title-accordion {
    display: block;
    color: white;
    font-size: 1.2rem;
    margin: 0 0.2rem;
  }
  .btn-accordion .tag-accordion {
    font-size: 0.7rem;
    line-height: 0.8rem;
    background-color: white;
    color: #9247F4;
    padding: 0.15rem;
    margin: 0 0.2rem;
  }
  .btn-accordion .iconItem {
    content: url("../assets/img/icons/a-plus.svg");
    width: 14px;
    transition: content 1s;
  }
  .btn-accordion .iconItemExpand {
    content: url("../assets/img/icons/a-expand.svg");
  }
  .accordion-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 1s;
    box-sizing: border-box;
  }
  .accordion-contentExpand {
    max-height: 160vh;
  }
  .content-head {
    display: flex;
    justify-content: space-between;
  }
  .content-head .scope {
    color: #1FFF7F;
    text-transform: uppercase;
  }
  .content-head .ProjectYear {
    display: none;
  }
  .content-head .year {
    color: #1FFF7F;
    text-transform: uppercase;
  }
  .content-head .tag-head {
    display: inline-block;
    padding: 6px;
  }
  .content-body {
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
  }
  .img-film {
    width: 100%;
    height: 194px;
  }
  .content-social {
    align-items: center;
    text-align: center;
  }
  .content-social a {
    color: white;
    text-decoration-color: #1FFF7F;
  }
  footer {
    position: sticky;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #141414;
    padding: 0 2rem 0 2rem;
    width: 100%;
    box-sizing: border-box;
  }
  footer ul {
    padding: 0;
    display: flex;
  }
  footer ul li {
    margin: 0 0.1rem;
    display: block;
  }
  footer .contact {
    font-size: 1rem;
    display: none;
  }
  footer .btnContact {
    font-family: "RM Neue";
    font-size: 0.9rem;
    font-weight: 400;
    background-color: #141414;
    border: none;
    color: white;
  }
  footer .Mail {
    line-height: 3.5rem;
    display: block;
  }
  footer .social {
    font-size: 0.8rem;
  }
}/*# sourceMappingURL=style.css.map */