/* line 1, ../sass/_global.scss */
* {
  box-sizing: border-box;
}

/* line 6, ../sass/_global.scss */
body {
  max-width: 1920px;
}

/* line 10, ../sass/_global.scss */
strong {
  font-weight: bold;
}

/* line 14, ../sass/_global.scss */
button[type=submit] {
  border: 0;
  background-color: transparent;
}

/* line 19, ../sass/_global.scss */
.offcanvas {
  z-index: 6000;
}

/* line 23, ../sass/_global.scss */
.global__offcanvas {
  display: none;
  z-index: 5000;
  position: fixed;
  right: 10px;
  top: 10px;
}
@media (min-width: 768px) {
  /* line 23, ../sass/_global.scss */
  .global__offcanvas {
    right: 20px;
  }
}
/* line 33, ../sass/_global.scss */
.global__offcanvas img {
  background-color: white;
  padding: 5px;
  width: 50px !important;
}

/* line 42, ../sass/_global.scss */
.mensaje, .mensaje-error {
  display: none;
}

/* line 48, ../sass/_global.scss */
.menu-ext__dptos {
  font-size: 3rem;
  line-height: 50px;
  font-weight: 200;
}
/* line 54, ../sass/_global.scss */
.menu-ext__link {
  text-decoration: none;
  color: black !important;
  text-transform: uppercase;
  line-height: 45px !important;
}
@media (min-width: 768px) {
  /* line 54, ../sass/_global.scss */
  .menu-ext__link {
    line-height: 55px !important;
  }
}
@media (min-width: 992px) {
  /* line 54, ../sass/_global.scss */
  .menu-ext__link {
    line-height: 65px !important;
  }
}

/* line 71, ../sass/_global.scss */
.color-verde {
  color: #8DBB0D;
}

/* line 75, ../sass/_global.scss */
.section1__offcanvas {
  border: 0;
  background-color: transparent;
}

/* line 79, ../sass/_global.scss */
.jump {
  display: block;
}

/* line 84, ../sass/_global.scss */
.hvr-backward:hover, .hvr-backward:focus, .hvr-backward:active {
  -webkit-transform: translateX(-18px);
  transform: translateX(-18px);
}
/* line 87, ../sass/_global.scss */
.hvr-backward:hover span, .hvr-backward:focus span, .hvr-backward:active span {
  color: #8DBB0D;
}

/* line 92, ../sass/_global.scss */
.bg-dark {
  background-color: black !important;
}

/* line 96, ../sass/_global.scss */
.bg_separator {
  height: 13px;
  background-image: url(../images/separador.png);
  background-repeat: repeat-x;
}

/* line 102, ../sass/_global.scss */
.offcanvas__cuadrado {
  width: 300px;
  height: 300px;
  position: absolute;
  z-index: -1;
}
/* line 107, ../sass/_global.scss */
.offcanvas__cuadrado--verde {
  background-color: #75fa75;
  transform: rotate(30deg);
  top: 60px;
}
/* line 112, ../sass/_global.scss */
.offcanvas__cuadrado--rojo {
  background-color: #fa7575;
  transform: rotate(84deg);
  top: 200px;
  right: 0;
}
/* line 118, ../sass/_global.scss */
.offcanvas__cuadrado--azul {
  background-color: #1966ff;
  transform: rotate(167deg);
  top: 400px;
  right: 50;
}

/* line 125, ../sass/_global.scss */
.offcanvas-body {
  overflow: hidden;
}

/* line 129, ../sass/_global.scss */
.menu-offcanvas a {
  color: black;
  display: inline-block;
}

/* line 136, ../sass/_global.scss */
a {
  text-decoration: none;
}

/* line 140, ../sass/_global.scss */
.new-btn-more {
  text-decoration: none;
  color: black;
  font-weight: bold;
}
/* line 145, ../sass/_global.scss */
.new-btn-more span {
  margin-right: 10px;
  transition: all 0.1s ease-in;
}
/* line 149, ../sass/_global.scss */
.new-btn-more:hover {
  color: black;
}
/* line 151, ../sass/_global.scss */
.new-btn-more:hover span {
  margin-right: 20px;
}

/* line 156, ../sass/_global.scss */
.section__btn-more {
  cursor: pointer;
  width: 145px;
  color: black;
  font-size: 1.3rem;
  font-weight: bold;
  transition: 0.1s ease-in;
  margin-top: 50px;
}
/* line 166, ../sass/_global.scss */
.section__btn-more img {
  width: 30px;
  height: 30px;
}
/* line 170, ../sass/_global.scss */
.section__btn-more span {
  text-decoration: none;
}
/* line 173, ../sass/_global.scss */
.section__btn-more:hover {
  width: 180px;
  color: black;
}
/* line 178, ../sass/_global.scss */
.section__btn-more--historia {
  width: 170px;
}
/* line 181, ../sass/_global.scss */
.section__btn-more--historia:hover {
  width: 180px;
}
/* line 186, ../sass/_global.scss */
.section__btn-more--card {
  width: 200px;
}
/* line 190, ../sass/_global.scss */
.section__btn-more--ejemplo {
  width: 160px;
}
/* line 193, ../sass/_global.scss */
.section__btn-more--ejemplo:hover {
  width: 180px;
}

/* line 199, ../sass/_global.scss */
.btn-more {
  cursor: pointer;
  width: 120px;
  color: black;
  font-size: 1.3rem;
  font-weight: bold;
  transition: 0.1s ease-in;
  text-decoration: none;
}
/* line 207, ../sass/_global.scss */
.btn-more img {
  width: 30px;
  height: 30px;
}
/* line 211, ../sass/_global.scss */
.btn-more span {
  text-decoration: none;
}
/* line 214, ../sass/_global.scss */
.btn-more:hover {
  width: 130px;
  color: black;
}

/* line 221, ../sass/_global.scss */
.section-text {
  font-size: 1.1rem;
  background-color: white;
  padding: 20px;
}
@media (min-width: 360px) {
  /* line 221, ../sass/_global.scss */
  .section-text {
    margin-top: 100px;
  }
}
@media (min-width: 575px) {
  /* line 221, ../sass/_global.scss */
  .section-text {
    margin-top: 100px;
  }
}
@media (min-width: 1200px) {
  /* line 221, ../sass/_global.scss */
  .section-text {
    padding: initial;
    margin-top: initial;
  }
}

/* line 239, ../sass/_global.scss */
.contact__title {
  text-transform: uppercase;
  font-size: 6rem;
}
/* line 244, ../sass/_global.scss */
.contact__subtitle {
  color: #8DBB0D;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: bold;
}
/* line 251, ../sass/_global.scss */
.contact__llamanos {
  position: absolute;
  top: -50px;
  width: 241px;
  right: -120px;
  z-index: -1000;
}

/* line 261, ../sass/_global.scss */
.contact-form label {
  font-weight: bold;
}
/* line 266, ../sass/_global.scss */
.contact-form input:focus, .contact-form input:active {
  box-shadow: none;
}
/* line 270, ../sass/_global.scss */
.contact-form__label {
  font-weight: normal !important;
  font-size: 11px;
  margin-top: 5px;
}
/* line 275, ../sass/_global.scss */
.contact-form__input {
  border: 2px solid black;
  background-color: transparent;
}
/* line 280, ../sass/_global.scss */
.contact-form input[type=checkbox], .contact-form textarea {
  border-radius: 0;
  border: 2px solid black;
}

/* line 286, ../sass/_global.scss */
.carousel-margin {
  margin-top: -80px;
}
@media (min-width: 992px) {
  /* line 286, ../sass/_global.scss */
  .carousel-margin {
    margin-top: -40px;
  }
}
@media (min-width: 1200px) {
  /* line 286, ../sass/_global.scss */
  .carousel-margin {
    margin-top: -40px;
  }
}

/* line 297, ../sass/_global.scss */
.carousel-principal .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 301, ../sass/_global.scss */
.carousel-principal .item div.int {
  width: 45% !important;
}
/* line 302, ../sass/_global.scss */
.carousel-principal .item div.int img {
  border: 10px solid white;
}
@media (min-width: 768px) {
  /* line 301, ../sass/_global.scss */
  .carousel-principal .item div.int {
    width: 30% !important;
  }
  /* line 309, ../sass/_global.scss */
  .carousel-principal .item div.int:nth-child(1), .carousel-principal .item div.int:nth-child(3) {
    padding-top: 200px;
  }
}

/* line 322, ../sass/_global.scss */
.carouse-principal--mini .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 326, ../sass/_global.scss */
.carouse-principal--mini .item div.int {
  width: 90% !important;
}
/* line 327, ../sass/_global.scss */
.carouse-principal--mini .item div.int img {
  border: 10px solid white;
}

/* line 341, ../sass/_global.scss */
.footer-legales__link {
  font-size: 14px;
  color: black;
  text-decoration: none;
}
/* line 346, ../sass/_global.scss */
.footer-legales__link:hover {
  color: #0e0e0e;
}

/* line 1, ../sass/_header.scss */
.header {
  display: flex;
  justify-content: space-between;
}
/* line 5, ../sass/_header.scss */
.header__btn {
  border-color: black;
  color: black;
  display: none;
}
@media (min-width: 575px) {
  /* line 5, ../sass/_header.scss */
  .header__btn {
    display: initial;
  }
}
/* line 13, ../sass/_header.scss */
.header__btn:hover {
  background-color: black;
  border-color: black;
  color: white;
}

/* line 23, ../sass/_header.scss */
.header-menu img {
  width: 40px;
  margin-left: 30px;
}

/* line 3, ../sass/_footer.scss */
.footer__text {
  font-size: 11px;
}

/* line 5, ../sass/_index.scss */
.index .section1__offcanvas {
  border: 0;
  background-color: transparent;
}
/* line 10, ../sass/_index.scss */
.index .section1__bg {
  margin-top: -28px;
  margin-bottom: 50px;
}
@media (min-width: 575px) {
  /* line 10, ../sass/_index.scss */
  .index .section1__bg {
    margin-top: initial;
    margin-bottom: initial;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../sass/_index.scss */
  .index .section1__bg {
    position: relative;
    margin-top: -166px;
    z-index: -1000;
  }
}
/* line 24, ../sass/_index.scss */
.index .section1__box-img--1 {
  margin-top: -110px;
}
/* line 28, ../sass/_index.scss */
.index .section1__box-img--2 {
  margin-top: -100px;
}
/* line 31, ../sass/_index.scss */
.index .section1__box-text {
  margin-top: 100px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  /* line 31, ../sass/_index.scss */
  .index .section1__box-text {
    margin-bottom: 100px;
    margin-top: -200px;
  }
}
/* line 44, ../sass/_index.scss */
.index .section2__movil {
  position: absolute;
  width: 200px;
  top: -100px;
  right: 100px;
}
@media (min-width: 992px) {
  /* line 44, ../sass/_index.scss */
  .index .section2__movil {
    position: absolute;
    width: initial;
    top: -100px;
    right: 100px;
  }
}
/* line 62, ../sass/_index.scss */
.index .section3__movil {
  position: absolute;
  width: 200px;
  bottom: -50px;
  right: 100px;
  display: none;
}
@media (min-width: 1300px) {
  /* line 62, ../sass/_index.scss */
  .index .section3__movil {
    display: block;
    position: absolute;
    width: 440px;
    bottom: -50px;
    right: 100px;
  }
}
@media (min-width: 1300px) {
  /* line 62, ../sass/_index.scss */
  .index .section3__movil {
    position: absolute;
    width: initial;
    bottom: -50px;
    right: 300px;
  }
}
/* line 86, ../sass/_index.scss */
.index .section4 .movil {
  top: 0;
  display: none;
}
/* line 89, ../sass/_index.scss */
.index .section4 .movil--1 {
  width: 150px;
  margin-top: -100px;
  margin-right: 40px;
}
/* line 95, ../sass/_index.scss */
.index .section4 .movil--2 {
  width: 300px;
}
@media (min-width: 1100px) {
  /* line 86, ../sass/_index.scss */
  .index .section4 .movil {
    display: initial;
  }
}
/* line 107, ../sass/_index.scss */
.index .section5 a {
  text-decoration: none;
  color: black;
}
/* line 110, ../sass/_index.scss */
.index .section5 a:hover {
  color: black;
}
/* line 114, ../sass/_index.scss */
.index .section5 .ver-historia {
  position: relative;
}
@media (min-width: 768px) {
  /* line 114, ../sass/_index.scss */
  .index .section5 .ver-historia {
    top: auto;
    right: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
  }
}
/* line 131, ../sass/_index.scss */
.index .section6 .myCard {
  margin-bottom: 100px;
  padding: 30px;
  min-height: 300px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
}
@media (min-width: 768px) {
  /* line 131, ../sass/_index.scss */
  .index .section6 .myCard {
    margin-bottom: initial;
  }
}
@media (min-width: 992px) {
  /* line 131, ../sass/_index.scss */
  .index .section6 .myCard {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
  }
}
@media (min-width: 1200px) {
  /* line 131, ../sass/_index.scss */
  .index .section6 .myCard {
    padding: 50px 100px;
  }
}
/* line 153, ../sass/_index.scss */
.index .section6 .myCard__title {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0;
}
@media (min-width: 575px) {
  /* line 153, ../sass/_index.scss */
  .index .section6 .myCard__title {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  /* line 153, ../sass/_index.scss */
  .index .section6 .myCard__title {
    font-size: 3rem;
  }
}
/* line 165, ../sass/_index.scss */
.index .section6 .myCard__line {
  position: absolute;
  padding: 20px 0;
  left: 0;
}
/* line 171, ../sass/_index.scss */
.index .section6 .myCard__left {
  display: none;
  width: 100% !important;
}
/* line 174, ../sass/_index.scss */
.index .section6 .myCard__left.active {
  display: block;
}
@media (min-width: 768px) {
  /* line 171, ../sass/_index.scss */
  .index .section6 .myCard__left {
    width: 75%;
  }
}
/* line 185, ../sass/_index.scss */
.index .section6 .carousel-logos .owl-stage {
  display: flex;
  align-items: center;
}
/* line 191, ../sass/_index.scss */
.index .section6 .carousel-logos .item img {
  width: 100px;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  filter: grayscale(99%);
}
/* line 198, ../sass/_index.scss */
.index .section6 .carousel-logos .item img:hover {
  filter: grayscale(0%);
}
@media (min-width: 1100px) {
  /* line 208, ../sass/_index.scss */
  .index .margin-img-desarrollo {
    margin-top: 200px;
  }
}
/* line 218, ../sass/_index.scss */
.index .margin-img-desarrollo--2 {
  margin-top: 100px;
}

/* line 5, ../sass/_eventos.scss */
.eventos .section1__subtitle {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 45px;
}
/* line 13, ../sass/_eventos.scss */
.eventos .section1__bg--1 {
  position: relative;
  width: 100%;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  /* line 13, ../sass/_eventos.scss */
  .eventos .section1__bg--1 {
    position: absolute;
    margin-top: 0;
    width: 310px;
  }
}
@media (min-width: 992px) {
  /* line 13, ../sass/_eventos.scss */
  .eventos .section1__bg--1 {
    width: 40%;
    top: 40px;
  }
}
@media (min-width: 1200px) {
  /* line 13, ../sass/_eventos.scss */
  .eventos .section1__bg--1 {
    width: 50%;
  }
}
/* line 34, ../sass/_eventos.scss */
.eventos .section1__bg--2 {
  position: absolute;
  display: none;
}
@media (min-width: 992px) {
  /* line 34, ../sass/_eventos.scss */
  .eventos .section1__bg--2 {
    display: block;
    width: 40%;
    top: 75%;
    right: 0;
  }
}
@media (min-width: 1500px) {
  /* line 34, ../sass/_eventos.scss */
  .eventos .section1__bg--2 {
    width: 35%;
    bottom: 50px;
    left: 35vw;
  }
}
/* line 56, ../sass/_eventos.scss */
.eventos .section2 a {
  text-decoration: none;
  color: inherit;
}
/* line 61, ../sass/_eventos.scss */
.eventos .section2__bg {
  background-image: url("../images/eventos_sect2_1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* line 67, ../sass/_eventos.scss */
.eventos .section2__bg p {
  font-size: 2rem;
}
@media (min-width: 575px) {
  /* line 67, ../sass/_eventos.scss */
  .eventos .section2__bg p {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  /* line 67, ../sass/_eventos.scss */
  .eventos .section2__bg p {
    font-size: 4rem;
  }
}
@media (min-width: 1400px) {
  /* line 67, ../sass/_eventos.scss */
  .eventos .section2__bg p {
    font-size: 5rem;
  }
}
/* line 79, ../sass/_eventos.scss */
.eventos .section2__bg p:first-letter {
  color: #8DBB0D;
}
/* line 84, ../sass/_eventos.scss */
.eventos .section2__bg a {
  display: block;
}
/* line 90, ../sass/_eventos.scss */
.eventos .section2__padding {
  padding: 200px 0;
}
@media (min-width: 992px) {
  /* line 90, ../sass/_eventos.scss */
  .eventos .section2__padding {
    padding: 400px 0;
  }
}
/* line 97, ../sass/_eventos.scss */
.eventos .section2__second-row {
  margin-top: -100px;
}
/* line 99, ../sass/_eventos.scss */
.eventos .section2__second-row .col-12 {
  background-color: white;
}
/* line 105, ../sass/_eventos.scss */
.eventos .section2__second-row--1 {
  width: 33.3%;
  border: 1vw solid white;
}
/* line 110, ../sass/_eventos.scss */
.eventos .section2__second-row--2 {
  margin-top: -100px;
  width: 33.3%;
  border: 1vw solid white;
}
/* line 116, ../sass/_eventos.scss */
.eventos .section2__second-row--3 {
  width: 33.3%;
  border: 1vw solid white;
}
/* line 126, ../sass/_eventos.scss */
.eventos .organizacion-eventos__title {
  font-size: 5rem;
  font-weight: bold;
  line-height: 83px;
}
/* line 132, ../sass/_eventos.scss */
.eventos .organizacion-eventos .border-dashed {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='5' stroke-dasharray='25' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
  min-height: 400px;
  padding: 20px;
}
/* line 136, ../sass/_eventos.scss */
.eventos .organizacion-eventos .border-dashed p {
  font-size: 1.5rem;
}

/* line 4, ../sass/_creatividad.scss */
.creatividad .section1 {
  overflow: hidden;
}
/* line 8, ../sass/_creatividad.scss */
.creatividad .section1 h1 span {
  word-wrap: break-word;
}
/* line 13, ../sass/_creatividad.scss */
.creatividad .section1__subtitle {
  font-size: 1.5rem;
}
@media (min-width: 575px) {
  /* line 13, ../sass/_creatividad.scss */
  .creatividad .section1__subtitle {
    font-size: 2.2rem;
    font-weight: 300;
  }
}
/* line 25, ../sass/_creatividad.scss */
.creatividad .section1 .creatividad-images--1 {
  width: 100%;
}
@media (min-width: 768px) {
  /* line 25, ../sass/_creatividad.scss */
  .creatividad .section1 .creatividad-images--1 {
    width: 80%;
  }
}
@media (min-width: 992px) {
  /* line 25, ../sass/_creatividad.scss */
  .creatividad .section1 .creatividad-images--1 {
    width: 73%;
  }
}
/* line 34, ../sass/_creatividad.scss */
.creatividad .section1 .creatividad-images--2 {
  position: absolute;
  width: 30%;
  top: 5%;
  right: 25%;
  transform: translate(50%, -50%);
}
@media (min-width: 768px) {
  /* line 34, ../sass/_creatividad.scss */
  .creatividad .section1 .creatividad-images--2 {
    width: 25%;
    top: 0%;
    right: 24%;
    transform: translate(50%, -50%);
  }
}
@media (min-width: 992px) {
  /* line 34, ../sass/_creatividad.scss */
  .creatividad .section1 .creatividad-images--2 {
    width: 25%;
    top: 0%;
    right: 30%;
    transform: translate(50%, -50%);
  }
}
/* line 55, ../sass/_creatividad.scss */
.creatividad .section2 {
  margin-top: 100px;
}
@media (min-width: 768px) {
  /* line 55, ../sass/_creatividad.scss */
  .creatividad .section2 {
    margin-top: 200px;
  }
}
/* line 63, ../sass/_creatividad.scss */
.creatividad .section2 .bg-verde {
  background-color: #8DBB0D;
}
@media (min-width: 768px) {
  /* line 63, ../sass/_creatividad.scss */
  .creatividad .section2 .bg-verde {
    margin-top: -100px;
    margin-bottom: 100px;
  }
}
/* line 71, ../sass/_creatividad.scss */
.creatividad .section2 .bg-negro {
  background-color: black;
}
/* line 75, ../sass/_creatividad.scss */
.creatividad .section2__int {
  margin: 100px 20px;
}
@media (min-width: 1200px) {
  /* line 75, ../sass/_creatividad.scss */
  .creatividad .section2__int {
    margin: 100px;
  }
}
/* line 81, ../sass/_creatividad.scss */
.creatividad .section2__int h3 {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  /* line 89, ../sass/_creatividad.scss */
  .creatividad .section2 .verde-negro--1 {
    border-right: 4px solid white;
  }
  /* line 92, ../sass/_creatividad.scss */
  .creatividad .section2 .verde-negro--2 {
    border-left: 4px solid white;
  }
}
/* line 105, ../sass/_creatividad.scss */
.creatividad .branding__title-li strong {
  font-size: 1.5rem;
}
/* line 112, ../sass/_creatividad.scss */
.creatividad .good h2 {
  font-size: 110px;
  line-height: 90px;
}
@media (min-width: 768px) {
  /* line 112, ../sass/_creatividad.scss */
  .creatividad .good h2 {
    font-size: 194px;
    line-height: 150px;
  }
}

/* line 5, ../sass/_desarrollo.scss */
.desarrollo .section1 h1 {
  word-wrap: break-word;
}
/* line 7, ../sass/_desarrollo.scss */
.desarrollo .section1 h1 span {
  word-wrap: break-word;
}
/* line 12, ../sass/_desarrollo.scss */
.desarrollo .section1__subtitle {
  font-size: 2.2rem;
  font-weight: 300;
}
/* line 17, ../sass/_desarrollo.scss */
.desarrollo .section1 .bg-desarrollo {
  z-index: -1000;
  background-image: url("../images/desarrollo_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}
@media (min-width: 1200px) {
  /* line 17, ../sass/_desarrollo.scss */
  .desarrollo .section1 .bg-desarrollo {
    margin-top: -110px;
  }
}
/* line 28, ../sass/_desarrollo.scss */
.desarrollo .section1 .bg-desarrollo p {
  font-size: 1rem;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  /* line 28, ../sass/_desarrollo.scss */
  .desarrollo .section1 .bg-desarrollo p {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  /* line 28, ../sass/_desarrollo.scss */
  .desarrollo .section1 .bg-desarrollo p {
    font-size: 1.8rem;
  }
}

/* line 5, ../sass/_audiovisual.scss */
.audiovisual .section1__subtitle {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 45px;
}
/* line 11, ../sass/_audiovisual.scss */
.audiovisual .section1__img--1 {
  width: 100%;
}
@media (min-width: 575px) {
  /* line 11, ../sass/_audiovisual.scss */
  .audiovisual .section1__img--1 {
    margin-top: -100px;
    width: 50%;
  }
}
/* line 36, ../sass/_audiovisual.scss */
.audiovisual .section2 .video1 video, .audiovisual .section2 .video2 video, .audiovisual .section2 .video3 video {
  width: 100%;
}
/* line 41, ../sass/_audiovisual.scss */
.audiovisual .section2 .video2 {
  margin-top: -300px;
}
/* line 44, ../sass/_audiovisual.scss */
.audiovisual .section2 .video2 video {
  width: 300px;
  margin-top: -100px;
  position: relative;
  z-index: 9999;
}
@media (min-width: 1200px) {
  /* line 44, ../sass/_audiovisual.scss */
  .audiovisual .section2 .video2 video {
    width: 500px;
  }
}
/* line 54, ../sass/_audiovisual.scss */
.audiovisual .section2 .video3 {
  margin-top: -200px;
}
/* line 57, ../sass/_audiovisual.scss */
.audiovisual .section2 .video3 video {
  margin-top: -450px;
}
@media (min-width: 992px) {
  /* line 66, ../sass/_audiovisual.scss */
  .audiovisual .section3 .int {
    min-height: 275px;
  }
}
@media (min-width: 1200px) {
  /* line 66, ../sass/_audiovisual.scss */
  .audiovisual .section3 .int {
    min-height: 250px;
  }
}
/* line 77, ../sass/_audiovisual.scss */
.audiovisual #video_1, .audiovisual #video_2, .audiovisual #video_3, .audiovisual #video_4 {
  width: 100%;
}
/* line 82, ../sass/_audiovisual.scss */
.audiovisual #modal_4 .modal-body {
  display: flex;
  justify-content: center;
}
/* line 89, ../sass/_audiovisual.scss */
.audiovisual #video_4 {
  width: 80%;
}
/* line 93, ../sass/_audiovisual.scss */
.audiovisual .modal-content {
  background-color: transparent;
  border: 0;
}
/* line 98, ../sass/_audiovisual.scss */
.audiovisual .modal-header {
  border-bottom: 0;
}
/* line 101, ../sass/_audiovisual.scss */
.audiovisual .modal-header .btn-close {
  filter: invert(1);
}

/* line 5, ../sass/_socialmedia.scss */
.socialmedia .section1__subtitle {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 45px;
}
/* line 11, ../sass/_socialmedia.scss */
.socialmedia .section1__img-gif {
  position: absolute;
  display: none;
}
@media (min-width: 575px) {
  /* line 11, ../sass/_socialmedia.scss */
  .socialmedia .section1__img-gif {
    display: block;
    top: 150px;
    width: 200px;
    right: 50px;
  }
}
@media (min-width: 768px) {
  /* line 11, ../sass/_socialmedia.scss */
  .socialmedia .section1__img-gif {
    top: 300px;
    width: 200px;
    right: 100px;
  }
}
@media (min-width: 992px) {
  /* line 11, ../sass/_socialmedia.scss */
  .socialmedia .section1__img-gif {
    top: 250px;
    width: 350px;
    right: 100px;
  }
}
@media (min-width: 1200px) {
  /* line 11, ../sass/_socialmedia.scss */
  .socialmedia .section1__img-gif {
    top: 200px;
    right: 200px;
    z-index: 1000;
  }
}
/* line 39, ../sass/_socialmedia.scss */
.socialmedia .int {
  min-height: 200px;
}

/* line 5, ../sass/_produccion.scss */
.produccion .section1 h1 {
  word-wrap: break-word;
}
/* line 7, ../sass/_produccion.scss */
.produccion .section1 h1 span {
  word-wrap: break-word;
}
/* line 12, ../sass/_produccion.scss */
.produccion .section1__subtitle {
  font-size: 2.2rem;
  font-weight: 300;
}
/* line 17, ../sass/_produccion.scss */
.produccion .section1 .bg-desarrollo {
  z-index: -1000;
  background-image: url("../images/produccion_bg1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}
@media (min-width: 1200px) {
  /* line 17, ../sass/_produccion.scss */
  .produccion .section1 .bg-desarrollo {
    margin-top: -210px;
  }
}
/* line 28, ../sass/_produccion.scss */
.produccion .section1 .bg-desarrollo p {
  font-size: 1rem;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  /* line 28, ../sass/_produccion.scss */
  .produccion .section1 .bg-desarrollo p {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  /* line 28, ../sass/_produccion.scss */
  .produccion .section1 .bg-desarrollo p {
    font-size: 1.8rem;
  }
}

/* line 2, ../sass/_legales.scss */
.legales h1 {
  font-size: 4rem;
  line-height: 40px;
}
/* line 7, ../sass/_legales.scss */
.legales h2, .legales h3 {
  font-size: 2rem;
  margin: 40px 0;
  line-height: 40px;
}

@font-face {
  font-family: "Roboto Flex";
  src: url("../fonts/RobotoFlex.ttf");
}
@font-face {
  font-family: "League Gothic";
  src: url("../fonts/LeagueGothic.ttf");
}
/* line 10, ../sass/_fonts.scss */
body {
  font-family: "Roboto Flex";
  font-size: 18px;
}

/* line 15, ../sass/_fonts.scss */
h1, h2, h3, h4, .menu-offcanvas, .section2__bg, .menu-ext__link, .section2__title, .contact__title {
  font-family: "League Gothic", 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

/* line 20, ../sass/_fonts.scss */
h1, h2 {
  text-transform: uppercase;
  font-size: 116px;
  line-height: 87px;
}
@media (min-width: 360px) {
  /* line 20, ../sass/_fonts.scss */
  h1, h2 {
    font-size: 136px;
    line-height: 101px;
  }
}
@media (min-width: 380px) {
  /* line 20, ../sass/_fonts.scss */
  h1, h2 {
    font-size: 140px;
    line-height: 104px;
  }
}

/* line 37, ../sass/_fonts.scss */
.index .section1 h1, .index .section1 h2 {
  text-transform: uppercase;
  font-size: 62vw;
  line-height: 46vw;
}
@media (min-width: 575px) {
  /* line 43, ../sass/_fonts.scss */
  .index .section1 h1, .index .section1 h2 {
    text-transform: uppercase;
    font-size: 150px;
    line-height: 111px;
  }
}

/* line 53, ../sass/_fonts.scss */
.contact__title span {
  line-height: 35px;
}

/* line 57, ../sass/_fonts.scss */
.h2-sub, .h3-sub, .section2 h2 {
  text-transform: initial;
}

/* line 61, ../sass/_fonts.scss */
.roboto {
  font-family: "Roboto Flex";
}

/* line 78, ../sass/_fonts.scss */
.section2__title {
  font-size: 5rem;
  line-height: 60px;
}
@media (min-width: 768px) {
  /* line 78, ../sass/_fonts.scss */
  .section2__title {
    font-size: 4rem;
    line-height: 50px;
  }
}
@media (min-width: 1200px) {
  /* line 78, ../sass/_fonts.scss */
  .section2__title {
    font-size: 6rem;
    line-height: 70px;
  }
}
/* line 90, ../sass/_fonts.scss */
.section2 li {
  font-size: 1.2rem;
  font-weight: lighter;
}
@media (min-width: 768px) {
  /* line 90, ../sass/_fonts.scss */
  .section2 li {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  /* line 90, ../sass/_fonts.scss */
  .section2 li {
    font-size: 1.5rem;
  }
}

/* line 102, ../sass/_fonts.scss */
.eventos .organizacion-eventos__title, .contact__title, .menu-ext__link {
  font-size: 2.5rem;
  line-height: initial;
}

/* line 107, ../sass/_fonts.scss */
.menu-offcanvas a {
  font-size: 3rem;
  text-decoration: none;
  margin: 0;
  padding: 0;
  line-height: 45px;
}

@media (min-width: 360px) {
  /* line 119, ../sass/_fonts.scss */
  .menu-offcanvas a {
    font-size: 3rem;
    line-height: 60px;
  }
}
@media (min-width: 768px) {
  /* line 128, ../sass/_fonts.scss */
  h1, h2 {
    font-size: 170px;
    line-height: 126px;
  }

  /* line 133, ../sass/_fonts.scss */
  .menu-offcanvas a {
    font-size: 5rem;
    line-height: 80px;
  }

  /* line 138, ../sass/_fonts.scss */
  .eventos .organizacion-eventos__title, .contact__title, .menu-ext__link {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  /* line 149, ../sass/_fonts.scss */
  body {
    font-size: 18px;
  }

  /* line 152, ../sass/_fonts.scss */
  .menu-offcanvas a {
    margin-right: 10px;
  }

  /* line 156, ../sass/_fonts.scss */
  .eventos .organizacion-eventos__title, .contact__title, .menu-ext__link {
    font-size: 4rem;
  }
}
