/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
@font-face {
  font-family: 'Brownhill Script';
  src: url("fonts/BrownhillScript.woff2") format("woff2"), url("fonts/BrownhillScript.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chilena Condensed';
  src: url("fonts/Chilena-BoldCondensed.woff2") format("woff2"), url("fonts/Chilena-BoldCondensed.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chilena';
  src: url("fonts/Chilena-Bold.woff2") format("woff2"), url("fonts/Chilena-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chilena';
  src: url("fonts/Chilena-Regular.woff2") format("woff2"), url("fonts/Chilena-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chilena';
  src: url("fonts/Chilena-ExtraLight.woff2") format("woff2"), url("fonts/Chilena-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: 24px;
}

body {
  color: #fff;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  font-family: "Chilena", sans-serif;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
}

body, html {
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
}

body, .smooth-container {
  scroll-behavior: smooth;
}

p {
  font-size: 1rem;
  line-height: 1.1;
  font-weight: normal;
  margin-top: 0;
}

p b {
  font-weight: bold;
}

p a {
  text-decoration: underline;
}

figure {
  margin: 0;
}

.clear {
  clear: both;
}

.wow {
  visibility: hidden;
}

.fadein {
  opacity: 0;
}

.hidden_a {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.wrapper {
  position: relative;
}

.wrapper.wrapper-home {
  padding-top: 148px;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 990px;
}

@media only screen and (max-width: 1200px) {
  .wrap {
    max-width: 100%;
    padding: 0 2rem;
  }
}

@media only screen and (max-width: 991px) {
  .wrap {
    padding: 0 3rem;
  }
}

@media only screen and (max-width: 550px) {
  .wrap {
    padding: 0 2rem;
  }
}

.wrap2 {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 11.25rem;
}

@media only screen and (max-width: 991px) {
  .wrap2 {
    padding: 0 4rem;
  }
}

@media only screen and (max-width: 768px) {
  .wrap2 {
    padding: 0 1rem;
  }
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.row-small {
  margin-right: -.3rem;
  margin-left: -.3rem;
}

.row.row-small > [class^="col-"],
.row.row-small > [class*=" col-"] {
  padding-right: .3rem;
  padding-left: .3rem;
}

.row.row-big {
  margin-right: -1.2rem;
  margin-left: -1.2rem;
}

.row.row-big > [class^="col-"],
.row.row-big > [class*=" col-"] {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

@media only screen and (max-width: 550px) {
  .row.row-big {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row.row-big > [class^="col-"],
  .row.row-big > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

* {
  outline: none;
}

a, button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.s-block {
  padding: 3.5rem 0 3rem;
}

.titulo {
  font-family: "Chilena Condensed", sans-serif;
  color: #000;
  margin: 0 0 2rem;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.1;
}

@media only screen and (max-width: 640px) {
  .titulo {
    font-size: 35px;
  }
  .titulo br {
    display: none;
  }
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.mt-2 {
  margin-top: 2rem;
}

.btn {
  font-weight: 800;
  font-size: 1.083rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  padding: 1.2rem 2rem .9rem;
  min-width: 13rem;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.btn i {
  font-size: .9rem;
  margin-left: .5rem;
}

.btn img {
  width: 1rem !important;
  height: auto;
  margin-left: .5rem;
}

.btn.btn-verde {
  background: #01A31A;
}

.btn.btn-verde:hover {
  background: #09be25;
  color: #fff;
}

.btn.btn-small {
  font-size: 1.083rem;
  height: 2.5rem;
  min-width: 10rem;
  padding: .85rem 1rem .5rem;
  display: inline-block;
}

.btn.btn-descarga {
  padding: .7rem 1rem .5rem;
  font-size: 1.083rem;
  height: 2.5rem;
  min-width: 10rem;
  display: inline-block;
}

.btn.btn-descarga img {
  width: .6rem !important;
}

@media only screen and (max-width: 550px) {
  .btn {
    min-width: 10rem;
    padding: 1rem 1rem .7rem;
    font-size: .9rem;
  }
  .btn.btn-small {
    height: auto;
  }
  .btn.btn-descarga {
    height: auto;
  }
}

@media (max-width: 1500px) {
  html, body, p {
    font-size: 17px;
  }
}

.carrusel {
  position: relative;
}

.carrusel.con-nav {
  padding: 0;
}

.carrusel .tns-nav {
  text-align: center;
  margin-top: 20px;
}

.carrusel .tns-nav button {
  width: 21px;
  height: 21px;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 100%;
  margin: 0 6px;
  background: transparent;
  padding: 0;
}

@media only screen and (max-width: 1500px) {
  .carrusel .tns-nav button {
    width: 15px;
    height: 15px;
  }
}

.carrusel.blanco button {
  background: #fff;
  border-color: #fff;
}

.carrusel.blanco button.tns-nav-active {
  border-color: #2F7326;
  background: #2F7326;
}

.carrusel.gris button {
  background: #fff;
  border-color: #9CBDD4;
}

.carrusel.gris button.tns-nav-active {
  border-color: #24262B;
  background: #24262B;
}

.carrusel .tns-controls button {
  border-radius: 50%;
  font-size: 0;
  width: 1.58rem;
  height: 4rem;
  line-height: 40px;
  border: none;
  text-align: center;
  position: absolute;
  padding: 2px 0 0;
  z-index: 10;
  top: 30%;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.carrusel .tns-controls button:first-child {
  left: -3.5rem;
  padding-right: 0px;
}

.carrusel .tns-controls button:last-child {
  right: -3.5rem;
  padding-left: 0px;
}

.carrusel .tns-controls button:after {
  content: "";
  width: 1.58rem;
  height: 4rem;
  display: inline-block;
  font-weight: 900;
  font-size: 1.2rem;
  color: #F5F5F5;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

.carrusel .tns-controls button:first-child:after {
  padding-right: 0px;
  background-image: url("../images/flecha-izq.svg");
}

.carrusel .tns-controls button:last-child:after {
  padding-left: 0px;
  background-image: url("../images/flecha-der.svg");
}

.carrusel .tns-controls button:hover {
  opacity: 0.85;
}

.carrusel .tns-controls {
  display: none;
}

.carrusel.con-nav .tns-controls {
  display: block;
}

.slide-home .carrusel .tns-nav {
  position: absolute;
  left: 160px;
  bottom: 1em;
  z-index: 999;
}

@media only screen and (max-width: 1550px) {
  .slide-home .carrusel .tns-nav {
    left: 80px;
  }
}

@media only screen and (max-width: 550px) {
  .c-movil {
    padding: 0 60px 0 15px !important;
    margin: 0 -15px;
  }
  .c-movil .tns-ovh {
    overflow: visible;
  }
  .c-movil .tns-nav {
    width: calc(100vw - 30px);
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  max-width: 100vw;
  padding-top: .75rem;
}

header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2.5rem;
  width: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  header .wrap {
    padding: 0 15px;
  }
}

header .wrap .logo {
  display: block;
  margin-bottom: -.6rem;
  margin-top: 0px;
  width: 13rem;
  min-width: 13rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

header .wrap .logo img {
  width: 100%;
  vertical-align: bottom;
}

@media only screen and (max-width: 550px) {
  header .wrap .logo {
    width: 11rem;
    min-width: 11rem;
    position: relative;
    z-index: 10;
  }
}

header .wrap .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0rem;
  margin-top: -.6rem;
}

header .wrap .head nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

header .wrap .head nav > ul > li {
  padding: 0 .2rem;
  border-right: 1px solid #E5E5E5;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 991px) {
  header .wrap .head nav > ul > li {
    padding-right: .5rem;
  }
}

header .wrap .head nav > ul > li:last-child {
  border: none;
}

header .wrap .head nav > ul > li:nth-child(3) a {
  color: #000000;
}

header .wrap .head nav > ul > li:nth-child(4) a {
  color: #000000;
}

header .wrap .head nav > ul > li:nth-child(5) a {
  color: #000000;
}

header .wrap .head nav > ul > li:nth-child(6) a {
  color: #000000;
}

header .wrap .head nav > ul > li:nth-child(7) a {
  color: #000000;
}

@media only screen and (max-width: 1200px) {
  header .wrap .head nav > ul > li {
    padding: 0 .4rem;
  }
}

header .wrap .head nav > ul > li.menu-item-has-children {
  padding-right: 0rem;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  header .wrap .head nav > ul > li.menu-item-has-children {
    padding-right: 0rem;
  }
}

header .wrap .head nav > ul > li.menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .wrap .head nav > ul > li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  color: #707070;
  font-size: .7rem;
  padding-left: .3rem;
}

header .wrap .head nav > ul > li ul li {
  border: none;
}

header .wrap .head nav > ul > li ul li a {
  font-size: .7rem;
}

header .wrap .head nav ul li a {
  color: #707070;
  font-size: .65rem;
  font-weight: bold;
  display: block;
  height: 2rem;
  padding: .3rem .5rem .3rem .2rem;
  border-bottom: none;
  text-transform: uppercase;
  line-height: 1;
}

header .wrap .head nav ul li a:hover {
  color: #f91026;
}

@media only screen and (max-width: 1650px) {
  header .wrap .head nav ul li a {
    font-size: .5rem;
  }
}

@media only screen and (max-width: 1500px) {
  header .wrap .head nav ul li a {
    font-size: .65rem;
  }
}

@media only screen and (max-width: 1220px) {
  header .wrap .head nav ul li a {
    font-size: .5rem;
  }
}

header .wrap .head nav ul li:hover > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
}

header .wrap .head nav > ul > li > ul {
  position: absolute;
  margin-left: 0;
  display: none;
  padding: 1.4rem .5rem 1rem;
  min-width: 10rem;
}

#menu-item-48694 {
  min-width: 8rem;
}

header .wrap .head nav > ul > li > ul ul {
  padding-top: .8rem;
  padding-bottom: 0rem;
}

header .wrap .head nav > ul > li > ul li {
  width: 100%;
  margin-bottom: 0px;
}

header .wrap .head nav > ul > li > ul li a {
  color: #707070;
  font-size: .65rem;
  text-transform: none;
  padding: .5rem;
  border: none;
  font-weight: normal;
  height: auto;
}

header .wrap .head nav > ul > li > ul li:hover a {
  border: none;
}

header .wrap .head nav > ul > li > ul ul {
  list-style: circle;
  padding-left: 2rem;
}

header .wrap .head nav > ul > li > ul ul li {
  padding-left: 0;
}

header .wrap .head nav > ul > li > ul ul li a {
  padding-left: 0;
  color: #7A7A7A !important;
}

header .wrap .head nav > ul > li .c-menu {
  background: #f5f5f5;
  padding: 20px;
}

header .wrap .head nav > ul > li > ul ul li a:hover {
  color: #eb0028 !important;
}

header .wrap .head nav > ul > li > ul > li > a:hover {
  color: #eb0028 !important;
}

header .wrap .head nav > ul > li .c-menu figure {
  width: 100%;
  margin-bottom: 1rem;
}

header .wrap .head nav > ul > li .c-menu figure img {
  width: 100%;
}

header .wrap .head nav > ul > li .c-menu a {
  font-size: .75rem;
  color: #eb0028;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
}

header .wrap .head nav > ul > li .c-menu h4 {
  color: #1b1b1b;
  font-weight: 600;
  font-size: 1.1rem;
  margin: 0 0 1rem;
}

@media only screen and (max-width: 1100px) {
  header .wrap .head nav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 330px;
    z-index: 99;
    background: #fff;
    padding: 100px 30px 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  header .wrap .head nav.visible {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  header .wrap .head nav ul {
    display: block;
  }
  header .wrap .head nav ul li {
    width: 100%;
    padding: 0;
  }
  header .wrap .head nav ul li a {
    padding: 10px 0;
  }
}

header .wrap .head .lupa {
  color: #000;
  font-size: 1.4rem;
  padding: 0 .5rem;
  margin-left: 1rem;
  cursor: pointer;
}

header .wrap .head .idioma {
  margin-left: .7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: .5rem;
}

header .wrap .head .idioma a {
  color: #707070;
  font-weight: 600;
  font-size: .5rem;
  display: block;
}

header .wrap .head .idioma a.activo {
  opacity: .5;
}

header .wrap .head .idioma a:first-child {
  border-right: none;
  padding-right: 0rem;
  margin-right: 0rem;
}

header.c-linea .wrap {
  position: relative;
}

header.c-linea .wrap:after {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  bottom: 0;
  z-index: -1;
  height: 2px;
  background: #666666;
}

@media only screen and (max-width: 550px) {
  header.c-linea .wrap:after {
    width: calc(100% - 30px);
  }
}

.btn-menu {
  display: none;
  z-index: 999;
  margin-left: 20px;
}

.btn-menu span {
  width: 35px;
  height: 3px;
  background-color: #000;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
}

.btn-menu.open span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.btn-menu.open span:nth-child(2) {
  opacity: 0;
}

.btn-menu.open span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-6px, -5px);
  transform: rotate(45deg) translate(-6px, -5px);
}

@media only screen and (max-width: 1100px) {
  .btn-menu {
    display: block;
    right: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .btn-menu {
    right: 20px;
  }
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  padding: 10px 15px 15px 15px;
  overflow: scroll;
  display: none;
}

@media only screen and (max-width: 1100px) {
  .menu-mobile {
    display: block;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .menu-mobile.visible {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.menu-mobile .menu-header .cerrar {
  position: absolute;
  top: 35px;
  right: 15px;
  color: #000;
  font-size: 1.4rem;
}

.menu-mobile .menu-body {
  margin-bottom: 20px;
  min-height: 70vh;
}

.menu-mobile .menu-body nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.menu-mobile .menu-body nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}

.menu-mobile .menu-body nav .item,
.menu-mobile .menu-body nav > ul > li {
  width: 100%;
  margin-bottom: 8px;
  display: block;
  padding-right: .5rem;
}

.menu-mobile .menu-body nav .item {
  margin-bottom: 2rem;
  padding-right: .5rem;
}

.menu-mobile .menu-body nav a,
.menu-mobile .menu-body nav > ul > li > a {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.menu-mobile .menu-body nav .item h4 a,
.menu-mobile .menu-body nav a {
  color: #fff;
}

.menu-mobile .menu-body nav .item ul,
.menu-mobile .menu-body nav > ul > li > div > ul {
  padding-left: 0;
  list-style: none;
  padding-right: 20px;
  margin-top: 15px;
}

.menu-mobile .menu-body nav .item ul li,
.menu-mobile .menu-body nav ul li {
  margin-bottom: 10px;
}

.menu-mobile .menu-body nav .item ul li a,
.menu-mobile .menu-body nav > ul > li a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.menu-mobile .menu-body nav .item ul li .submenu,
.menu-mobile .menu-body nav > ul > li > div > ul {
  padding-left: 0px;
  margin-top: 5px;
}

.menu-mobile .menu-body nav > ul > li > div > ul > li ul {
  list-style: none;
  padding-left: 0;
}

.menu-mobile .menu-body nav .item ul li .submenu li,
.menu-mobile .menu-body nav > ul > li > div > ul > li li {
  font-size: 1rem;
  margin-bottom: .2rem;
  padding-left: .7rem;
  position: relative;
}

.menu-mobile .menu-body nav .item ul li .submenu li:before,
.menu-mobile .menu-body nav ul li div ul li li:before {
  width: 6px;
  height: 6px;
  border: 1px solid #fff;
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 0;
  display: block;
  top: 6px;
}

.menu-mobile .menu-body nav .item ul li .submenu li a,
.menu-mobile .menu-body nav ul > li > div > ul > li > a {
  font-weight: normal;
}

.menu-mobile .menu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0px 0;
  border-top: 1px solid #fff;
}

.menu-mobile .menu-footer .redes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-mobile .menu-footer .redes a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  margin: 0 5px;
}

.menu-mobile .menu-body nav ul li > a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2rem;
  padding-right: .5rem;
  display: block;
}

.menu-mobile .menu-body nav ul li > ul {
  list-style: none;
  padding-left: 0;
  margin-top: -1rem;
  margin-bottom: 1.4rem;
}

.menu-mobile .menu-body nav ul li > ul li a {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding-right: 0;
}

@media only screen and (max-width: 340px) {
  .menu-mobile .menu-footer .redes a {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}

.menu-mobile .menu-footer p {
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  padding-left: 5px;
}

.header-creadores {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.header-creadores .logo {
  width: 33%;
  display: block;
  margin-top: -1%;
  max-width: 680px;
}

@media only screen and (max-width: 1550px) {
  .header-creadores .logo {
    max-width: 450px;
  }
}

@media only screen and (max-width: 1200px) {
  .header-creadores .logo {
    max-width: 100%;
  }
}

.header-creadores .logo img {
  width: 100%;
}

.header-creadores .idioma {
  position: fixed;
  right: 1rem;
  top: 1.35rem;
}

.header-creadores .idioma a {
  color: #fff;
}

@media only screen and (max-width: 550px) {
  .header-creadores .idioma a {
    font-size: .9rem;
  }
}

.header-creadores .btn-menu {
  z-index: 999;
  height: auto;
  position: fixed;
  top: 1rem;
  right: 1rem;
  display: none;
}

.header-creadores .btn-menu span {
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
}

.header-creadores .btn-menu.open span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.header-creadores .btn-menu.open span:nth-child(2) {
  opacity: 0;
}

.header-creadores .btn-menu.open span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-7px, -4px);
}

.wrapper {
  margin-top: 5rem;
}

@media only screen and (max-width: 768px) {
  .wrapper {
    margin-top: 4rem;
  }
}

.menu-mobile {
  border-bottom: 10px solid #E31B2F;
}

.menu-mobile .menu-header .logo {
  width: 180px;
  display: block;
}

.menu-mobile .menu-header .logo img {
  width: 100%;
}

.menu-mobile .menu-body {
  margin-bottom: 0;
}

.menu-mobile .menu-body nav {
  margin-top: 0;
}

.menu-mobile .menu-body nav ul > li {
  border-bottom: 1px solid #bcbcbc;
  margin-bottom: 0;
}

.menu-mobile .menu-body nav ul > li.menu-item-has-children.activo {
  border-bottom: none;
}

.menu-mobile .menu-body nav ul > li.menu-item-has-children > a {
  margin-bottom: 0px;
  color: #666;
}

.menu-mobile .menu-body nav ul li > ul {
  list-style: none;
  padding-left: 0;
  margin-top: -10px;
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  max-height: 0;
}

.menu-mobile .menu-body nav ul li.activo > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  max-height: 1000px;
}

.menu-mobile .menu-body nav ul > li > a {
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 12px 0;
  font-size: 14px;
  position: relative;
}

.menu-mobile .menu-body nav ul > li.menu-item-has-children > a:after {
  content: "\f078";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  display: inline-block;
  color: #666;
  right: 0;
  top: auto;
  font-size: 11px;
  margin-left: 10px;
}

.menu-mobile .menu-body nav ul li a br {
  display: none;
}

.menu-mobile .menu-body nav ul li > ul li a {
  text-transform: none;
  margin-bottom: 0;
  color: #707070;
  padding: 7px 0;
}

.menu-mobile .menu-body nav ul li > ul li {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 0;
}

.menu-mobile .menu-footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0;
}

.menu-mobile .menu-footer .redes {
  margin-bottom: 15px;
}

.menu-mobile .menu-footer .redes a {
  border-color: #E31B2F;
  color: #E31B2F;
  font-size: 18px;
}

.menu-mobile .menu-footer p {
  color: #999;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loading img {
  width: 2rem;
  height: auto;
}

.loading.oculto {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.redes-compartir {
  position: absolute;
  right: 0;
  padding: 1rem;
  top: 64vh;
  z-index: 99;
}

@media only screen and (max-width: 550px) {
  .redes-compartir {
    top: 0;
    padding-right: .5rem;
  }
}

.redes-compartir a {
  color: #fff;
  display: block;
  font-size: 1.2rem;
  margin-bottom: .5rem;
}

@media only screen and (max-width: 550px) {
  .redes-compartir a {
    font-size: 1rem;
  }
}

.slide-home {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 0rem;
  background: #3e3e3e;
  z-index: 10;
}

@media only screen and (max-width: 991px) {
  .slide-home {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 550px) {
  .slide-home {
    padding-bottom: 1rem;
  }
}

.slide-home .w-slide {
  position: relative;
}

.slide-home .mask {
  opacity: 0;
}

.slide-home .mask img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .slide-home .mask {
    display: none;
  }
}

.slide-home .img-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slide-home .img-slide .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.slide-home .img-slide .item.visible {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 991px) {
  .slide-home .img-slide {
    display: none;
  }
}

.slide-home .img-slide img {
  width: 100%;
}

.slide-home .redes {
  position: absolute;
  right: 0;
  padding: 1rem;
  bottom: 3rem;
}

.slide-home .redes a {
  color: #fff;
  display: block;
  font-size: 1.2rem;
  margin-bottom: .5rem;
}

.slide-home .w-video {
  width: 41%;
  position: absolute;
  right: 8%;
  bottom: 0;
  z-index: 10;
  display: block;
}

.slide-home .w-video video {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .slide-home .w-video {
    position: relative;
    width: 100%;
    right: 0;
  }
}

.slide-home .w-video p {
  font-family: "Chilena Condensed", sans-serif;
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 1rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}

@media only screen and (max-width: 991px) {
  .slide-home .w-video p {
    display: none;
  }
}

.slide-home .w-video img {
  width: 100%;
}

.slide-home .w-video img.marco {
  position: absolute;
  top: -.4rem;
  left: -.4rem;
  width: calc(100% + .8rem);
  height: calc(100% + .8rem);
  z-index: 10;
}

@media only screen and (max-width: 550px) {
  .slide-home .w-video img.marco {
    top: 0;
    left: -0.5rem;
    width: calc(100% + 0.7rem);
    height: 100%;
    z-index: 10;
  }
}

.slide-home .w-video img.play {
  width: 17%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: .5;
}

.slide-home .fig1 {
  position: absolute;
  width: 60%;
  bottom: -8%;
  right: 1%;
}

.slide-home .fig1 img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .slide-home .fig1 {
    display: none;
  }
}

.slide-home .texto {
  position: absolute;
  bottom: -6rem;
  left: 5%;
}

.slide-home .texto p {
  color: #656565;
  font-size: 1.6rem;
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  .slide-home .texto {
    position: relative;
    left: 1rem;
    bottom: -2rem;
  }
  .slide-home .texto p {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 550px) {
  .slide-home .texto p {
    font-size: .9rem;
  }
}

.texto-creadores {
  position: relative;
  bottom: auto;
  padding: 4rem 6rem 0;
  background: #3e3e3e;
}

.texto-creadores p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 200;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  z-index: 20;
}

@media only screen and (max-width: 991px) {
  .texto-creadores {
    position: relative;
    padding: 0 2rem;
  }
  .texto-creadores p {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 550px) {
  .texto-creadores {
    padding: 0 1rem;
  }
  .texto-creadores p {
    font-size: .9rem;
  }
}

.creadores {
  padding: 8rem 0 5rem;
  background: #3e3e3e;
  position: relative;
}

.creadores .bg {
  position: absolute;
}

.creadores .bg img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .creadores {
    padding: 8rem 0 3rem;
  }
}

@media only screen and (max-width: 550px) {
  .creadores {
    padding: 8rem 2rem 3rem 0;
  }
}

.creadores h2 {
  font-size: 2.8rem;
  color: #fff;
  font-weight: normal;
  font-family: "Brownhill Script", sans-serif;
  line-height: 1.1;
  margin: 0;
  position: absolute;
  top: -3rem;
  left: -1.5rem;
  width: 18rem;
}

@media only screen and (max-width: 1200px) {
  .creadores h2 {
    font-size: 3.8rem;
    left: -2rem;
  }
}

@media only screen and (max-width: 991px) {
  .creadores h2 {
    font-size: 3.2rem;
    left: -2rem;
    top: -1rem;
  }
}

@media only screen and (max-width: 768px) {
  .creadores h2 {
    left: auto;
    top: -4rem;
    font-size: 1.6rem;
  }
}

.creadores .w-creadores {
  position: relative;
  width: 73%;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .creadores .w-creadores {
    width: 85%;
  }
}

@media only screen and (max-width: 550px) {
  .creadores .w-creadores {
    width: 90%;
  }
}

.creadores .w-creadores .mascara {
  width: 100%;
  opacity: 0;
}

.creadores .w-creadores .mascara img {
  width: 100%;
}

.creadores .w-creadores .item-c {
  position: absolute;
  display: block;
}

.creadores .w-creadores .item-c:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  z-index: 99;
}

.creadores .w-creadores .item-c:hover .nombre {
  opacity: 1;
}

.creadores .w-creadores .item-c img {
  width: 100%;
}

.creadores .w-creadores .item-c .nombre {
  background-image: url("../images/bg-tooltip.png");
  color: #fff;
  font-weight: bold;
  background-size: 100% 100%;
  text-align: center;
  font-size: .65rem;
  position: absolute;
  width: auto;
  margin: 0 auto;
  max-width: 7rem;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0.5rem 1rem 0.7rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  line-height: 1;
}

.creadores .w-creadores .item-c.creador-1 {
  width: 23.3%;
  top: 8.5%;
  left: 8.1%;
}

@media only screen and (max-width: 768px) {
  .creadores .w-creadores .item-c.creador-1 {
    width: 36%;
    top: 4.5%;
    left: 59.5%;
  }
}

.creadores .w-creadores .item-c.creador-2 {
  width: 21.5%;
  top: .5%;
  left: 21.4%;
  z-index: 3;
}

@media only screen and (max-width: 768px) {
  .creadores .w-creadores .item-c.creador-2 {
    width: 33%;
    top: 16%;
    left: 0%;
    z-index: 3;
  }
}

.creadores .w-creadores .item-c.creador-3 {
  width: 18.1%;
  top: 3.2%;
  left: 39.7%;
}

@media only screen and (max-width: 768px) {
  .creadores .w-creadores .item-c.creador-3 {
    width: 29%;
    top: 17%;
    left: 28.5%;
  }
}

.creadores .w-creadores .item-c.creador-4 {
  width: 17.2%;
  top: 2.5%;
  left: 54.2%;
}

@media only screen and (max-width: 768px) {
  .creadores .w-creadores .item-c.creador-4 {
    width: 27%;
    top: 16.5%;
    left: 51%;
  }
}

.creadores .w-creadores .item-c.creador-5 {
  width: 18.28%;
  top: 3.5%;
  left: 66.75%;
}

@media only screen and (max-width: 768px) {
  .creadores .w-creadores .item-c.creador-5 {
    width: 29%;
    top: 17%;
    left: 71%;
  }
}

.creadores .w-creadores .item-c.creador-6 {
  width: 23.5%;
  top: 2%;
  left: 78.7%;
}

@media only screen and (max-width: 768px) {
  .creadores .w-creadores .item-c.creador-6 {
    width: 36%;
    top: 81.7%;
    left: 42%;
  }
}

.creadores .w-creadores .item-c.creador-7 {
  width: 13.2%;
  top: 30.5%;
  left: 0%;
}

@media only screen and (max-width: 768px) {
  .creadores .w-creadores .item-c.creador-7 {
    width: 21%;
    top: 1%;
    left: 41%;
  }
}

.creadores .w-creadores .item-c.creador-8 {
  width: 17.3%;
  top: 27.4%;
  left: 9.1%;
  z-index: 3;
}

@media only screen and (max-width: 768px) {
  .creadores .w-creadores .item-c.creador-8 {
    width: 27%;
    top: 72%;
    left: -4%;
  }
}

.creadores .w-creadores .item-c.creador-9 {
  width: 16.8%;
  top: 23.8%;
  left: 23.4%;
}

@media only screen and (max-width: 768px) {
  .creadores .w-creadores .item-c.creador-9 {
    width: 27%;
    top: 30.2%;
    left: 3%;
  }
}

.creadores .w-creadores .item-c.creador-10 {
  width: 19.6%;
  top: 25.2%;
  left: 36.57%;
}

@media only screen and (max-width: 768px) {
  .creadores .w-creadores .item-c.creador-10 {
    width: 33%;
    top: 31%;
    left: 23%;
  }
}

.creadores .w-creadores .item-c.creador-11 {
  width: 18.85%;
  top: 27.8%;
  left: 49.8%;
}

@media only screen and (max-width: 768px) {
  .creadores .w-creadores .item-c.creador-11 {
    width: 29%;
    top: 33.5%;
    left: 44.5%;
  }
}

.creadores .w-creadores .item-c.creador-12 {
  width: 19.5%;
  top: 26.4%;
  left: 66.7%;
}

@media only screen and (max-width: 768px) {
  .creadores .w-creadores .item-c.creador-12 {
    width: 30%;
    top: 32.5%;
    left: 70.5%;
  }
}

.creadores .w-creadores .item-c.creador-13 {
  width: 18.7%;
  top: 24%;
  left: 80.2%;
}

@media only screen and (max-width: 768px) {
  .creadores .w-creadores .item-c.creador-13 {
    width: 29%;
    top: 65%;
    left: 59%;
  }
}

.creadores .w-creadores .item-c.creador-14 {
  width: 16.2%;
  top: 46%;
  left: 7%;
}

.creadores .w-creadores .item-c.creador-14 .nombre {
  bottom: -1rem;
}

@media only screen and (max-width: 768px) {
  .creadores .w-creadores .item-c.creador-14 {
    width: 26%;
    top: 79%;
    left: 20.5%;
  }
}

.creadores .w-creadores .item-c.creador-15 {
  width: 19%;
  top: 37.3%;
  left: 23.7%;
}

@media only screen and (max-width: 768px) {
  .creadores .w-creadores .item-c.creador-15 {
    width: 29%;
    top: 42%;
    left: 4%;
  }
}

.creadores .w-creadores .item-c.creador-16 {
  width: 16.6%;
  top: 41.2%;
  left: 40.4%;
}

@media only screen and (max-width: 768px) {
  .creadores .w-creadores .item-c.creador-16 {
    width: 26%;
    top: 42%;
    left: 29%;
  }
}

.creadores .w-creadores .item-c.creador-17 {
  width: 17.3%;
  top: 59.2%;
  left: 14.2%;
}

@media only screen and (max-width: 768px) {
  .creadores .w-creadores .item-c.creador-17 {
    width: 27%;
    top: 78.5%;
    left: 75.4%;
  }
}

.creadores .w-creadores .item-c.creador-18 {
  width: 21%;
  top: 59%;
  left: 27.2%;
}

@media only screen and (max-width: 768px) {
  .creadores .w-creadores .item-c.creador-18 {
    width: 33%;
    top: 57%;
    left: 6%;
  }
}

.creadores .w-creadores .item-c.creador-19 {
  width: 18.5%;
  top: 75%;
  left: 39.2%;
}

@media only screen and (max-width: 768px) {
  .creadores .w-creadores .item-c.creador-19 {
    width: 29%;
    top: 64.4%;
    left: 26%;
  }
}

.creadores .w-creadores .item-c.creador-20 {
  width: 16.7%;
  top: 57%;
  left: 50.5%;
  z-index: 3;
}

@media only screen and (max-width: 768px) {
  .creadores .w-creadores .item-c.creador-20 {
    width: 26%;
    top: 52.5%;
    left: 45.5%;
  }
}

.creadores .w-creadores .item-c.creador-21 {
  width: 22.5%;
  top: 49%;
  left: 60%;
}

.creadores .w-creadores .item-c.creador-21 .nombre {
  bottom: -1rem;
}

@media only screen and (max-width: 768px) {
  .creadores .w-creadores .item-c.creador-21 {
    width: 35%;
    top: 47%;
    left: 59.7%;
  }
}

.creadores .w-creadores .item-c.creador-22 {
  width: 19.5%;
  top: 67%;
  left: 73%;
}

@media only screen and (max-width: 768px) {
  .creadores .w-creadores .item-c.creador-22 {
    width: 31%;
    top: 53.2%;
    left: 80%;
  }
}

.creadores .w-creadores .item-c.creador-23 {
  width: 17.7%;
  top: 50.5%;
  left: 86%;
}

@media only screen and (max-width: 768px) {
  .creadores .w-creadores .item-c.creador-23 {
    width: 27%;
    top: 0%;
    left: 13%;
  }
}

.historias {
  position: relative;
  padding: 2rem 0 4rem;
  background: #3e3e3e;
}

.historias .bg {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  width: 90%;
}

.historias .bg img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .historias .bg {
    top: 50%;
    -webkit-transform: translateY(-55%);
            transform: translateY(-55%);
  }
}

.historias .carrusel {
  width: 60%;
  padding: 4rem 2rem;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .historias .carrusel {
    width: 80%;
    padding: 0;
  }
}

@media only screen and (max-width: 550px) {
  .historias .carrusel {
    padding: 0;
    width: 100%;
  }
}

.historias .carrusel .item-storie {
  padding: 3rem 0rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.historias .carrusel .item-storie img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .historias .carrusel .item-storie {
    padding: 0;
    -webkit-transform: none;
            transform: none;
  }
}

@media only screen and (max-width: 550px) {
  .historias .carrusel .item-storie {
    width: 240px;
    margin: 0 auto;
  }
}

.historias .carrusel .tns-nav {
  display: none;
}

.historias .carrusel .tns-controls button {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.historias .carrusel .tns-controls button:first-child {
  left: -20%;
}

@media only screen and (max-width: 768px) {
  .historias .carrusel .tns-controls button:first-child {
    left: 10px;
  }
}

.historias .carrusel .tns-controls button:last-child {
  right: -20%;
}

@media only screen and (max-width: 768px) {
  .historias .carrusel .tns-controls button:last-child {
    right: 10px;
  }
}

.historias .carrusel .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active .item-storie {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media only screen and (max-width: 768px) {
  .historias .carrusel .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active .item-storie {
    -webkit-transform: none;
            transform: none;
  }
}

.historias .carrusel .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active .item-storie img {
  border: 1px solid #fff;
}

.banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #3e3e3e;
}

.banners .banner {
  display: block;
  width: 48%;
}

.banners .banner:first-child {
  width: 49%;
}

.banners .banner img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .banners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banners .banner {
    width: calc(100% + 2rem);
    margin: 0 -1rem 1rem;
  }
  .banners .banner:first-child {
    width: calc(100% + 2rem);
  }
}

.posts {
  padding: 4rem 2rem;
}

@media only screen and (max-width: 550px) {
  .posts {
    padding: 2rem 0;
  }
}

.posts .w-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 47rem;
  max-width: 100%;
  margin: 0 auto;
}

.posts .w-posts .item-post {
  width: 33%;
}

.posts .w-posts .item-post img {
  width: 100%;
}

.posts .ver-mas {
  width: 11rem;
  height: 2.66rem;
  background-image: url("../images/bg-vermas.svg");
  background-size: 100% 100%;
  display: inline-block;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  padding: .6rem 2rem;
  text-align: center;
  margin: 1rem auto;
}

.niemann {
  position: relative;
  background-image: url("../images/jn-bg-gris.jpg");
  background-attachment: fixed;
  background-size: 100% auto;
}

.niemann .bg {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.niemann .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.niemann .jn-bg {
  width: 100%;
  position: relative;
  z-index: 2;
}

.niemann .jn-bg img {
  width: 100%;
}

.niemann .jn-1 {
  width: 72%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}

.niemann .jn-1 img {
  width: 100%;
}

.niemann .jn-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 22%;
  z-index: 10;
}

.niemann .jn-2 img {
  width: 100%;
}

.niemann .jn-3 {
  position: absolute;
  top: 82%;
  left: 0;
  width: 28%;
  z-index: 10;
}

.niemann .jn-3 img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .niemann .jn-3 {
    top: 90%;
  }
}

.niemann .texto {
  margin-left: 25%;
  width: 55%;
  padding-bottom: 3rem;
  position: relative;
  z-index: 12;
}

.niemann .texto p {
  font-size: 1.16rem;
  color: #fff;
  font-family: "Chilena Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 768px) {
  .niemann .texto {
    margin-left: 0rem;
    padding: 1rem 1.5rem 6rem;
    width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  .niemann .texto {
    padding: 1rem 1rem 6rem;
  }
  .niemann .texto p {
    font-size: 1rem;
  }
}

.teave {
  position: relative;
  background-image: url("../images/jn-bg-gris.jpg");
  background-attachment: fixed;
  background-size: 100% auto;
}

.teave .mtv-1 {
  width: 52%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}

.teave .mtv-1 img {
  width: 100%;
}

.teave .mtv-2 {
  position: relative;
  width: 41.6%;
  z-index: 10;
}

.teave .mtv-2 img {
  width: 100%;
}

.teave .mtv-3 {
  position: absolute;
  bottom: -4rem;
  left: 0;
  width: 9%;
  z-index: 10;
}

.teave .mtv-3 img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .teave .mtv-3 {
    bottom: -2rem;
  }
}

.teave .texto {
  margin-left: 13%;
  width: 40%;
  padding-bottom: 3rem;
  position: relative;
  z-index: 10;
  margin-top: -2%;
}

.teave .texto p {
  font-size: 1.16rem;
  color: #fff;
  font-family: "Chilena Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.teave .texto p.p1 {
  width: 82%;
}

@media only screen and (max-width: 768px) {
  .teave .texto {
    margin-left: 0rem;
    padding: 1rem 1.5rem 6rem;
    width: 100%;
    position: relative;
    z-index: 10;
    margin-top: 25%;
  }
}

@media only screen and (max-width: 550px) {
  .teave .texto {
    padding: 1rem 1rem 6rem;
  }
  .teave .texto p {
    font-size: 1rem;
  }
}

.bendek {
  position: relative;
  background-image: url("../images/jn-bg-gris.jpg");
  background-attachment: fixed;
  background-size: 100% auto;
}

.bendek .personaje {
  position: relative;
  width: auto;
  padding-top: 0rem;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .bendek .personaje {
    padding-top: 0rem;
  }
}

@media only screen and (max-width: 550px) {
  .bendek .personaje {
    padding-top: 0rem;
  }
}

.bendek .clear {
  clear: both;
}

.bendek .bendek-bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  width: 81%;
  margin-bottom: 0%;
}

.bendek .bendek-bg img {
  width: 100%;
}

.bendek .bendek-1 {
  position: relative;
  right: 0;
  top: 0;
  padding-top: 0;
  z-index: 4;
  float: right;
  margin-right: 0;
  margin-bottom: -6%;
  width: 56%;
  margin-left: -10%;
}

.bendek .bendek-1 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .bendek .bendek-1 {
    padding-top: 1rem;
    width: 60%;
    margin-bottom: 0rem;
  }
}

.bendek .bendek-2 {
  width: 12%;
  position: absolute;
  left: 2%;
  top: 95%;
  z-index: 4;
}

.bendek .bendek-2 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .bendek .bendek-2 {
    width: 10%;
    top: 0%;
  }
}

.bendek .bendek-3 {
  position: absolute;
  width: 15%;
  z-index: 4;
  bottom: -4rem;
}

.bendek .bendek-3 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .bendek .bendek-3 {
    bottom: -2rem;
  }
}

.bendek p {
  width: auto;
  max-width: 90%;
  font-size: 1.16rem;
  color: #fff;
  font-family: "Chilena Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
  padding: 0 5rem 0 12%;
  z-index: 10;
  position: relative;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 991px) {
  .bendek p {
    padding-left: 2rem;
    max-width: 100%;
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 550px) {
  .bendek p {
    padding: 0 1rem;
    float: right;
    width: 100%;
    font-size: 1rem;
  }
}

.bendek p.p-1 {
  padding-top: 20rem;
}

@media only screen and (max-width: 991px) {
  .bendek p.p-1 {
    padding-top: 16rem;
  }
}

@media only screen and (max-width: 768px) {
  .bendek p.p-1 {
    padding-top: 12rem;
  }
}

@media only screen and (max-width: 550px) {
  .bendek p.p-1 {
    padding-top: 0rem;
    margin-top: 1rem;
  }
}

.bendek p.p-5 {
  padding-bottom: 4rem;
}

.bendek .texto {
  margin-left: 0rem;
  padding-left: 2rem;
  width: 100%;
  padding-top: 22rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 991px) {
  .bendek .texto {
    padding-top: 16rem;
  }
  .bendek .texto .p-3 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .bendek .texto {
    margin-left: 0rem;
    width: 100%;
    position: relative;
    z-index: 10;
  }
}

@media only screen and (max-width: 550px) {
  .bendek .texto p {
    font-size: 1rem;
  }
}

.guzman {
  position: relative;
  background-image: url("../images/jn-bg-gris.jpg");
  background-attachment: fixed;
  background-size: 100% auto;
}

.guzman .personaje {
  position: relative;
  width: auto;
  padding-top: 0rem;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .guzman .personaje {
    padding-top: 0rem;
  }
}

@media only screen and (max-width: 550px) {
  .guzman .personaje {
    padding-top: 0rem;
  }
}

.guzman .clear {
  clear: both;
}

.guzman .guzman-bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  width: 55%;
  margin-bottom: 0%;
}

.guzman .guzman-bg img {
  width: 100%;
}

.guzman .guzman-1 {
  position: relative;
  right: 0;
  top: 0;
  padding-top: 6rem;
  z-index: 4;
  float: right;
  margin-right: 0%;
  margin-bottom: 0%;
  width: 60%;
  margin-left: 0%;
}

.guzman .guzman-1 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .guzman .guzman-1 {
    padding-top: 1rem;
    width: 60%;
    margin-bottom: 0rem;
  }
}

.guzman .guzman-2 {
  width: 11%;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 4;
}

.guzman .guzman-2 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .guzman .guzman-2 {
    width: 10%;
    top: 0%;
  }
}

.guzman .guzman-3 {
  position: absolute;
  width: 9%;
  z-index: 4;
  bottom: -4rem;
}

.guzman .guzman-3 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .guzman .guzman-3 {
    bottom: 0rem;
  }
}

.guzman p {
  width: auto;
  max-width: 85%;
  font-size: 1.16rem;
  color: #fff;
  font-family: "Chilena Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
  padding: 0 5rem 0 10%;
  z-index: 10;
  position: relative;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 991px) {
  .guzman p {
    padding-left: 2rem;
    max-width: 100%;
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 550px) {
  .guzman p {
    padding: 0 1rem;
    float: right;
    width: 100%;
    font-size: 1rem;
  }
}

.guzman p.p-1 {
  padding-top: 20rem;
}

@media only screen and (max-width: 991px) {
  .guzman p.p-1 {
    padding-top: 16rem;
  }
}

@media only screen and (max-width: 768px) {
  .guzman p.p-1 {
    padding-top: 12rem;
  }
}

@media only screen and (max-width: 550px) {
  .guzman p.p-1 {
    padding-top: 0rem;
    margin-top: 0rem;
  }
}

.guzman p.p-5 {
  padding-bottom: 4rem;
}

.guzman .texto {
  margin-left: 0rem;
  padding-left: 2rem;
  width: 100%;
  padding-top: 22rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 991px) {
  .guzman .texto {
    padding-top: 16rem;
  }
  .guzman .texto .p-3 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .guzman .texto {
    margin-left: 0rem;
    width: 100%;
    position: relative;
    z-index: 10;
  }
}

@media only screen and (max-width: 550px) {
  .guzman .texto p {
    font-size: 1rem;
  }
}

.shea {
  position: relative;
  background-image: url("../images/jn-bg-gris.jpg");
  background-attachment: fixed;
  background-size: 100% auto;
}

.shea .personaje {
  position: relative;
  width: auto;
  padding-top: 0rem;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .shea .personaje {
    padding-top: 0rem;
  }
}

@media only screen and (max-width: 550px) {
  .shea .personaje {
    padding-top: 0rem;
  }
}

.shea .clear {
  clear: both;
}

.shea .shea-bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  width: 57%;
  margin-bottom: 0%;
}

.shea .shea-bg img {
  width: 100%;
}

.shea .shea-1 {
  position: relative;
  right: 0;
  top: 0;
  padding-top: 6rem;
  z-index: 4;
  float: right;
  margin-top: 5%;
  margin-right: 0%;
  margin-bottom: 4%;
  width: 53%;
  margin-left: 3%;
}

.shea .shea-1 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .shea .shea-1 {
    padding-top: 1rem;
    width: 60%;
    margin-bottom: 0rem;
  }
}

.shea .shea-2 {
  width: 11%;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 4;
}

.shea .shea-2 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .shea .shea-2 {
    width: 10%;
    top: 0%;
  }
}

.shea .shea-3 {
  position: absolute;
  width: 14%;
  z-index: 4;
  bottom: -4rem;
}

.shea .shea-3 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .shea .shea-3 {
    bottom: -2rem;
  }
}

.shea p {
  width: auto;
  max-width: 90%;
  font-size: 1.16rem;
  color: #fff;
  font-family: "Chilena Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
  padding: 0 5rem 0 15%;
  z-index: 10;
  position: relative;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 991px) {
  .shea p {
    padding-left: 2rem;
    max-width: 100%;
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 550px) {
  .shea p {
    padding: 0 1rem;
    float: right;
    width: 100%;
    font-size: 1rem;
  }
}

.shea p.p-1 {
  padding-top: 20rem;
}

@media only screen and (max-width: 991px) {
  .shea p.p-1 {
    padding-top: 16rem;
  }
}

@media only screen and (max-width: 768px) {
  .shea p.p-1 {
    padding-top: 12rem;
  }
}

@media only screen and (max-width: 550px) {
  .shea p.p-1 {
    padding-top: 0rem;
    margin-top: 0rem;
  }
}

.shea p.p-5 {
  padding-bottom: 4rem;
}

.shea .texto {
  margin-left: 0rem;
  padding-left: 2rem;
  width: 100%;
  padding-top: 22rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 991px) {
  .shea .texto {
    padding-top: 16rem;
  }
  .shea .texto .p-3 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .shea .texto {
    margin-left: 0rem;
    width: 100%;
    position: relative;
    z-index: 10;
  }
}

@media only screen and (max-width: 550px) {
  .shea .texto p {
    font-size: 1rem;
  }
}

.maisa {
  position: relative;
  background-image: url("../images/jn-bg-gris.jpg");
  background-attachment: fixed;
  background-size: 100% auto;
}

.maisa .personaje {
  position: relative;
  width: auto;
  padding-top: 0rem;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .maisa .personaje {
    padding-top: 0rem;
  }
}

@media only screen and (max-width: 550px) {
  .maisa .personaje {
    padding-top: 0rem;
  }
}

.maisa .clear {
  clear: both;
}

.maisa .maisa-bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  width: 70%;
  margin-bottom: 0%;
}

.maisa .maisa-bg img {
  width: 100%;
}

.maisa .maisa-1 {
  position: relative;
  right: 0;
  top: 0;
  padding-top: 6rem;
  z-index: 4;
  float: right;
  margin-right: 7%;
  margin-bottom: 0%;
  width: 60%;
  margin-left: -10%;
}

.maisa .maisa-1 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .maisa .maisa-1 {
    padding-top: 1rem;
    width: 60%;
    margin-bottom: 0rem;
  }
}

.maisa .maisa-2 {
  width: 21%;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 4;
}

.maisa .maisa-2 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .maisa .maisa-2 {
    width: 10%;
    top: 0%;
  }
}

.maisa .maisa-3 {
  position: absolute;
  width: 15%;
  z-index: 4;
  bottom: -4rem;
}

.maisa .maisa-3 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .maisa .maisa-3 {
    bottom: -2rem;
  }
}

.maisa p {
  width: auto;
  max-width: 80%;
  font-size: 1.16rem;
  color: #fff;
  font-family: "Chilena Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
  padding: 0 5rem 0 12%;
  z-index: 10;
  position: relative;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 991px) {
  .maisa p {
    padding-left: 2rem;
    max-width: 100%;
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 550px) {
  .maisa p {
    padding: 0 1rem;
    float: right;
    width: 100%;
    font-size: 1rem;
  }
}

.maisa p.p-1 {
  padding-top: 20rem;
}

@media only screen and (max-width: 991px) {
  .maisa p.p-1 {
    padding-top: 16rem;
  }
}

@media only screen and (max-width: 768px) {
  .maisa p.p-1 {
    padding-top: 12rem;
  }
}

@media only screen and (max-width: 550px) {
  .maisa p.p-1 {
    padding-top: 0rem;
    margin-top: 1rem;
  }
}

.maisa p.p-5 {
  padding-bottom: 4rem;
}

.maisa .texto {
  margin-left: 0rem;
  padding-left: 2rem;
  width: 100%;
  padding-top: 22rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 991px) {
  .maisa .texto {
    padding-top: 16rem;
  }
  .maisa .texto .p-3 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .maisa .texto {
    margin-left: 0rem;
    width: 100%;
    position: relative;
    z-index: 10;
  }
}

@media only screen and (max-width: 550px) {
  .maisa .texto p {
    font-size: 1rem;
  }
}

.armanet {
  position: relative;
  background-image: url("../images/jn-bg-gris.jpg");
  background-attachment: fixed;
  background-size: 100% auto;
  padding-bottom: 2rem;
}

.armanet .personaje {
  position: relative;
  width: 100%;
}

.armanet .clear {
  clear: both;
}

.armanet .armanet-bg {
  width: 55%;
  position: relative;
  right: 0;
  top: 0;
  z-index: 4;
  float: right;
  margin-left: 6rem;
}

.armanet .armanet-bg img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .armanet .armanet-bg {
    margin-left: 2rem;
  }
}

.armanet .armanet-1 {
  width: 95%;
  position: absolute;
  right: 0%;
  top: 0%;
  z-index: 4;
}

.armanet .armanet-1 img {
  width: 100%;
}

.armanet .armanet-2 {
  position: absolute;
  width: 13%;
  z-index: 10;
  top: 0%;
}

.armanet .armanet-2 img {
  width: 100%;
}

.armanet .armanet-3 {
  position: absolute;
  width: 10%;
  z-index: 10;
  top: 90%;
}

.armanet .armanet-3 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .armanet .armanet-3 {
    top: auto;
    bottom: -2rem;
    width: 20%;
  }
}

.armanet p {
  font-size: 1.16rem;
  color: #fff;
  font-family: "Chilena Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  padding-left: 13%;
  width: 80%;
}

@media only screen and (max-width: 768px) {
  .armanet p {
    padding-left: 1rem;
    width: 90%;
  }
}

@media only screen and (max-width: 550px) {
  .armanet p {
    font-size: 1rem;
    float: left;
    width: 95%;
  }
}

.armanet p.p-1 {
  padding-top: 27%;
}

@media only screen and (max-width: 768px) {
  .armanet p.p-1 {
    padding-top: 29%;
  }
}

@media only screen and (max-width: 550px) {
  .armanet p.p-1 {
    padding-top: 1rem;
  }
}

.armanet .texto {
  margin-left: 13%;
  width: 46%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 10;
}

.armanet .texto p {
  font-size: 1.16rem;
  color: #fff;
  font-family: "Chilena Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.armanet .texto p.p1 {
  width: 82%;
}

@media only screen and (max-width: 768px) {
  .armanet .texto {
    margin-left: 0rem;
    padding: 1rem 1.5rem 6rem;
    width: 100%;
    position: relative;
    z-index: 10;
  }
}

@media only screen and (max-width: 550px) {
  .armanet .texto p {
    font-size: 1rem;
  }
}

.munoz {
  position: relative;
  background-image: url("../images/jn-bg-gris.jpg");
  background-attachment: fixed;
  background-size: 100% auto;
}

.munoz .personaje {
  position: relative;
  width: auto;
  padding-top: 0rem;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .munoz .personaje {
    padding-top: 0rem;
  }
}

@media only screen and (max-width: 550px) {
  .munoz .personaje {
    padding-top: 0rem;
  }
}

.munoz .clear {
  clear: both;
}

.munoz .munoz-bg {
  position: relative;
  right: 0;
  top: 0;
  z-index: 4;
  width: 63%;
  margin-bottom: 0%;
  float: right;
}

.munoz .munoz-bg img {
  width: 100%;
}

.munoz .munoz-1 {
  position: absolute;
  right: 16%;
  top: 27%;
  padding-top: 6rem;
  z-index: 4;
  margin-right: 0%;
  margin-bottom: -3%;
  width: 38%;
  margin-left: 0%;
}

.munoz .munoz-1 img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .munoz .munoz-1 {
    top: 22%;
  }
}

@media only screen and (max-width: 768px) {
  .munoz .munoz-1 {
    top: 10%;
  }
}

@media only screen and (max-width: 550px) {
  .munoz .munoz-1 {
    padding-top: 1rem;
    width: 33%;
    top: 15%;
    margin-bottom: 0rem;
  }
}

@media only screen and (max-width: 480px) {
  .munoz .munoz-1 {
    top: 6rem;
  }
}

.munoz .munoz-2 {
  width: 16%;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 4;
}

.munoz .munoz-2 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .munoz .munoz-2 {
    width: 10%;
    top: 0%;
  }
}

.munoz .munoz-3 {
  position: absolute;
  width: 14%;
  z-index: 4;
  bottom: -4rem;
}

.munoz .munoz-3 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .munoz .munoz-3 {
    bottom: 0rem;
  }
}

.munoz p {
  width: auto;
  max-width: 90%;
  font-size: 1.16rem;
  color: #fff;
  font-family: "Chilena Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
  padding: 0 5rem 0 10%;
  z-index: 10;
  position: relative;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 991px) {
  .munoz p {
    padding-left: 2rem;
    max-width: 100%;
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 550px) {
  .munoz p {
    padding: 0 1rem;
    float: right;
    width: 100%;
    font-size: 1rem;
  }
}

.munoz p.p-1 {
  padding-top: 20rem;
}

@media only screen and (max-width: 991px) {
  .munoz p.p-1 {
    padding-top: 16rem;
  }
}

@media only screen and (max-width: 768px) {
  .munoz p.p-1 {
    padding-top: 12rem;
  }
}

@media only screen and (max-width: 550px) {
  .munoz p.p-1 {
    padding-top: 0rem;
    margin-top: 0rem;
  }
}

.munoz p.p-5 {
  padding-bottom: 4rem;
}

.munoz .texto {
  margin-left: 0rem;
  padding-left: 2rem;
  width: 100%;
  padding-top: 22rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 991px) {
  .munoz .texto {
    padding-top: 16rem;
  }
  .munoz .texto .p-3 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .munoz .texto {
    margin-left: 0rem;
    width: 100%;
    position: relative;
    z-index: 10;
  }
}

@media only screen and (max-width: 550px) {
  .munoz .texto p {
    font-size: 1rem;
  }
}

.bernardita {
  position: relative;
  background-image: url("../images/jn-bg-gris.jpg");
  background-attachment: fixed;
  background-size: 100% auto;
}

.bernardita .personaje {
  position: relative;
  width: auto;
  padding-top: 6.5rem;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .bernardita .personaje {
    padding-top: 4rem;
  }
}

@media only screen and (max-width: 550px) {
  .bernardita .personaje {
    padding-top: 2rem;
  }
}

.bernardita .clear {
  clear: both;
}

.bernardita .bernardita-1 {
  position: relative;
  right: 0;
  top: 0;
  z-index: 4;
  float: right;
  width: 60%;
  margin-left: 1rem;
}

.bernardita .bernardita-1 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .bernardita .bernardita-1 {
    width: 75%;
  }
}

.bernardita .bernardita-2 {
  width: 60%;
  position: absolute;
  right: 13%;
  top: 2%;
  z-index: 4;
}

.bernardita .bernardita-2 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .bernardita .bernardita-2 {
    width: 70%;
  }
}

.bernardita .bernardita-3 {
  position: absolute;
  width: 21%;
  z-index: 10;
  top: 5rem;
}

.bernardita .bernardita-3 img {
  width: 100%;
}

.bernardita p {
  width: auto;
  font-size: 1.16rem;
  color: #fff;
  font-family: "Chilena Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
  padding: 0 2rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 550px) {
  .bernardita p {
    padding: 0 1rem;
    float: right;
    width: 100%;
    font-size: 1rem;
  }
}

.bernardita p.p-1 {
  margin-top: 16rem;
}

@media only screen and (max-width: 991px) {
  .bernardita p.p-1 {
    margin-top: 10rem;
  }
}

@media only screen and (max-width: 768px) {
  .bernardita p.p-1 {
    margin-top: 8rem;
  }
}

@media only screen and (max-width: 550px) {
  .bernardita p.p-1 {
    margin-top: 1rem;
  }
}

.bernardita p.p-3 {
  padding-bottom: 2rem;
}

.bernardita .texto {
  margin-left: 0rem;
  padding-left: 2rem;
  width: 100%;
  padding-top: 22rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 991px) {
  .bernardita .texto {
    padding-top: 16rem;
  }
  .bernardita .texto .p-3 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .bernardita .texto {
    margin-left: 0rem;
    width: 100%;
    position: relative;
    z-index: 10;
  }
}

@media only screen and (max-width: 550px) {
  .bernardita .texto p {
    font-size: 1rem;
  }
}

.echenique {
  position: relative;
  background-image: url("../images/jn-bg-gris.jpg");
  background-attachment: fixed;
  background-size: 100% auto;
}

.echenique .personaje {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.echenique .echenique-bg {
  width: 73%;
  position: relative;
  right: 0;
  top: 0;
  z-index: 4;
}

.echenique .echenique-bg img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .echenique .echenique-bg {
    width: 78%;
  }
}

.echenique .echenique-1 {
  width: 71%;
  position: absolute;
  right: 0;
  top: 6%;
  z-index: 4;
}

.echenique .echenique-1 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .echenique .echenique-1 {
    width: 75%;
  }
}

.echenique .echenique-2 {
  position: absolute;
  width: 11%;
  z-index: 10;
  top: 0%;
}

.echenique .echenique-2 img {
  width: 100%;
}

.echenique .echenique-3 {
  position: absolute;
  width: 23%;
  z-index: 10;
  top: 90%;
}

.echenique .echenique-3 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .echenique .echenique-3 {
    top: 95%;
    width: 30%;
  }
}

.echenique .texto {
  margin-left: 0;
  width: 78%;
  padding-top: 22rem;
  padding-left: 7%;
  padding-bottom: 6rem;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 991px) {
  .echenique .texto {
    padding-top: 18rem;
  }
}

.echenique .texto p {
  font-size: 1.16rem;
  color: #fff;
  font-family: "Chilena Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.echenique .texto p.p-1 {
  width: 40%;
}

@media only screen and (max-width: 550px) {
  .echenique .texto p.p-1 {
    width: 100%;
  }
}

.echenique .texto p.p-2 {
  width: 40%;
}

@media only screen and (max-width: 991px) {
  .echenique .texto p.p-2 {
    width: 100%;
  }
}

.echenique .texto p.p-3 {
  width: 100%;
}

.echenique .texto p.p-4 {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .echenique .texto {
    margin-left: 0rem;
    padding: 20rem 1.5rem 6rem;
    width: 100%;
    position: relative;
    z-index: 10;
  }
}

@media only screen and (max-width: 550px) {
  .echenique .texto {
    padding: 16rem 1rem 4rem;
  }
  .echenique .texto p {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 420px) {
  .echenique .texto {
    padding-top: 14rem;
  }
}

.fuenzalida {
  position: relative;
  background-image: url("../images/jn-bg-gris.jpg");
  background-attachment: fixed;
  background-size: 100% auto;
}

.fuenzalida .personaje {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fuenzalida .fuenzalida-bg {
  width: 67%;
  position: relative;
  right: 0;
  top: 0;
  z-index: 4;
}

.fuenzalida .fuenzalida-bg img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .fuenzalida .fuenzalida-bg {
    width: 78%;
  }
}

.fuenzalida .fuenzalida-1 {
  width: 64%;
  position: absolute;
  right: 0;
  top: 6%;
  z-index: 4;
}

.fuenzalida .fuenzalida-1 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .fuenzalida .fuenzalida-1 {
    width: 75%;
  }
}

.fuenzalida .fuenzalida-2 {
  position: absolute;
  width: 29%;
  z-index: 10;
  top: 0%;
}

.fuenzalida .fuenzalida-2 img {
  width: 100%;
}

.fuenzalida .fuenzalida-3 {
  position: absolute;
  width: 15%;
  z-index: 10;
  top: 90%;
}

.fuenzalida .fuenzalida-3 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .fuenzalida .fuenzalida-3 {
    bottom: -2rem;
    top: auto;
    width: 30%;
  }
}

.fuenzalida .texto {
  margin-left: 0;
  width: 55%;
  padding-top: 22rem;
  padding-left: 14%;
  padding-bottom: 6rem;
  position: relative;
  z-index: 10;
}

.fuenzalida .texto p {
  font-size: 1.16rem;
  color: #fff;
  font-family: "Chilena Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.fuenzalida .texto p.p-1 {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .fuenzalida .texto p.p-1 {
    width: 100%;
  }
}

.fuenzalida .texto p.p-2 {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .fuenzalida .texto p.p-2 {
    width: 100%;
  }
}

.fuenzalida .texto p.p-3 {
  width: 100%;
}

.fuenzalida .texto p.p-4 {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .fuenzalida .texto {
    padding-top: 18rem;
    padding-left: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .fuenzalida .texto {
    margin-left: 0rem;
    padding: 25rem 1.5rem 6rem;
    width: 100%;
    position: relative;
    z-index: 10;
  }
}

@media only screen and (max-width: 550px) {
  .fuenzalida .texto {
    padding: 18rem 1rem 4rem;
  }
  .fuenzalida .texto p {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 420px) {
  .fuenzalida .texto {
    padding-top: 16rem;
  }
}

.contreras {
  position: relative;
  background-image: url("../images/jn-bg-gris.jpg");
  background-attachment: fixed;
  background-size: 100% auto;
}

.contreras .personaje {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 3rem;
}

@media only screen and (max-width: 550px) {
  .contreras .personaje {
    position: relative;
  }
}

.contreras .contreras-bg {
  width: 54%;
  position: relative;
  right: 0;
  top: 0;
  z-index: 4;
}

.contreras .contreras-bg img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .contreras .contreras-bg {
    width: 78%;
  }
}

.contreras .contreras-1 {
  width: 50%;
  position: absolute;
  right: 0;
  top: 6%;
  z-index: 4;
}

.contreras .contreras-1 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .contreras .contreras-1 {
    width: 75%;
  }
}

.contreras .contreras-2 {
  position: absolute;
  width: 14%;
  z-index: 10;
  top: 0%;
}

.contreras .contreras-2 img {
  width: 100%;
}

.contreras .contreras-3 {
  position: absolute;
  width: 16%;
  z-index: 10;
  top: 75%;
}

.contreras .contreras-3 img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .contreras .contreras-3 {
    top: 90%;
    width: 16%;
  }
}

@media only screen and (max-width: 550px) {
  .contreras .contreras-3 {
    top: 90%;
    width: 22%;
  }
}

.contreras .texto {
  margin-left: 0;
  width: 53%;
  padding-top: 20rem;
  padding-left: 17%;
  padding-bottom: 2rem;
  position: relative;
  z-index: 10;
}

.contreras .texto p {
  font-size: 1.16rem;
  color: #fff;
  font-family: "Chilena Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.contreras .texto p.p-1 {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .contreras .texto p.p-1 {
    width: 100%;
  }
}

.contreras .texto p.p-2 {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .contreras .texto p.p-2 {
    width: 100%;
  }
}

.contreras .texto p.p-3 {
  width: 100%;
}

.contreras .texto p.p-4 {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .contreras .texto {
    padding-top: 15rem;
    padding-left: 2rem;
    padding-bottom: 5rem;
  }
}

@media only screen and (max-width: 768px) {
  .contreras .texto {
    margin-left: 0rem;
    padding: 15rem 1.5rem 6rem;
    width: 100%;
    position: relative;
    z-index: 10;
  }
}

@media only screen and (max-width: 550px) {
  .contreras .texto {
    padding: 1rem 1rem 4rem;
  }
  .contreras .texto p {
    font-size: 1rem;
  }
}

.retamales {
  position: relative;
  background-image: url("../images/jn-bg-gris.jpg");
  background-attachment: fixed;
  background-size: 100% auto;
}

.retamales .personaje {
  position: relative;
  width: auto;
  padding-top: 3rem;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .retamales .personaje {
    padding-top: 4rem;
  }
}

@media only screen and (max-width: 550px) {
  .retamales .personaje {
    padding-top: 2rem;
  }
}

.retamales .clear {
  clear: both;
}

.retamales .retamales-bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  width: 75%;
}

.retamales .retamales-bg img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .retamales .retamales-bg {
    width: 75%;
  }
}

.retamales .retamales-1 {
  position: relative;
  right: 0;
  top: 0;
  z-index: 4;
  float: right;
  width: 63%;
  margin-left: -5rem;
}

.retamales .retamales-1 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .retamales .retamales-1 {
    width: 75%;
  }
}

.retamales .retamales-2 {
  width: 18%;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 4;
}

.retamales .retamales-2 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .retamales .retamales-2 {
    width: 20%;
  }
}

.retamales .retamales-3 {
  position: absolute;
  width: 23%;
  z-index: 4;
  bottom: -1rem;
}

.retamales .retamales-3 img {
  width: 100%;
}

.retamales p {
  width: auto;
  font-size: 1.16rem;
  color: #fff;
  font-family: "Chilena Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
  padding: 0 2rem 0 15%;
  z-index: 10;
  position: relative;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 991px) {
  .retamales p {
    padding-left: 2rem;
  }
}

@media only screen and (max-width: 550px) {
  .retamales p {
    padding: 0 1rem;
    float: right;
    width: 100%;
    font-size: 1rem;
  }
}

.retamales p.p-1 {
  margin-top: 18rem;
}

@media only screen and (max-width: 991px) {
  .retamales p.p-1 {
    margin-top: 13rem;
  }
}

@media only screen and (max-width: 768px) {
  .retamales p.p-1 {
    margin-top: 8rem;
  }
}

@media only screen and (max-width: 550px) {
  .retamales p.p-1 {
    margin-top: 1rem;
  }
}

.retamales p.p-5 {
  padding-bottom: 4rem;
}

.retamales .texto {
  margin-left: 0rem;
  padding-left: 2rem;
  width: 100%;
  padding-top: 22rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 991px) {
  .retamales .texto {
    padding-top: 16rem;
  }
  .retamales .texto .p-3 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .retamales .texto {
    margin-left: 0rem;
    width: 100%;
    position: relative;
    z-index: 10;
  }
}

@media only screen and (max-width: 550px) {
  .retamales .texto p {
    font-size: 1rem;
  }
}

.komal {
  position: relative;
  background-image: url("../images/jn-bg-gris.jpg");
  background-attachment: fixed;
  background-size: 100% auto;
}

.komal .personaje {
  position: relative;
  width: auto;
  padding-top: 0rem;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .komal .personaje {
    padding-top: 0rem;
  }
}

@media only screen and (max-width: 550px) {
  .komal .personaje {
    padding-top: 0rem;
  }
}

.komal .clear {
  clear: both;
}

.komal .komal-bg {
  position: relative;
  right: 0;
  top: 0;
  z-index: 4;
  width: 56%;
  float: right;
  margin-bottom: -10%;
}

.komal .komal-bg img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .komal .komal-bg {
    width: 60%;
  }
}

.komal .komal-1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  width: 95%;
  margin-left: -5rem;
}

.komal .komal-1 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .komal .komal-1 {
    width: 100%;
  }
}

.komal .komal-2 {
  width: 22%;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 4;
}

.komal .komal-2 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .komal .komal-2 {
    width: 20%;
  }
}

.komal .komal-3 {
  position: absolute;
  width: 58%;
  z-index: 4;
  bottom: -1rem;
}

.komal .komal-3 img {
  width: 100%;
}

.komal p {
  width: auto;
  max-width: 85%;
  font-size: 1.16rem;
  color: #fff;
  font-family: "Chilena Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
  padding: 0 5rem 0 15%;
  z-index: 10;
  position: relative;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 991px) {
  .komal p {
    padding-left: 2rem;
    max-width: 100%;
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 550px) {
  .komal p {
    padding: 0 1rem;
    float: right;
    width: 100%;
    font-size: 1rem;
  }
}

.komal p.p-1 {
  padding-top: 21rem;
}

@media only screen and (max-width: 991px) {
  .komal p.p-1 {
    padding-top: 16rem;
  }
}

@media only screen and (max-width: 768px) {
  .komal p.p-1 {
    padding-top: 9rem;
  }
}

@media only screen and (max-width: 550px) {
  .komal p.p-1 {
    padding-top: 1rem;
  }
}

.komal p.p-5 {
  padding-bottom: 4rem;
}

.komal .texto {
  margin-left: 0rem;
  padding-left: 2rem;
  width: 100%;
  padding-top: 22rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 991px) {
  .komal .texto {
    padding-top: 16rem;
  }
  .komal .texto .p-3 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .komal .texto {
    margin-left: 0rem;
    width: 100%;
    position: relative;
    z-index: 10;
  }
}

@media only screen and (max-width: 550px) {
  .komal .texto p {
    font-size: 1rem;
  }
}

.endler {
  position: relative;
  background-image: url("../images/jn-bg-gris.jpg");
  background-attachment: fixed;
  background-size: 100% auto;
}

.endler .personaje {
  position: relative;
  width: auto;
  padding-top: 0rem;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .endler .personaje {
    padding-top: 0rem;
  }
}

@media only screen and (max-width: 550px) {
  .endler .personaje {
    padding-top: 0rem;
  }
}

.endler .clear {
  clear: both;
}

.endler .endler-bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  margin-bottom: 0%;
}

.endler .endler-bg img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .endler .endler-bg {
    width: 100%;
  }
}

.endler .endler-1 {
  position: relative;
  right: 0;
  top: 0;
  z-index: 4;
  float: right;
  width: 83%;
  margin-left: -14%;
}

.endler .endler-1 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .endler .endler-1 {
    width: 90%;
  }
}

.endler .endler-2 {
  width: 10%;
  position: absolute;
  left: 0%;
  top: 35%;
  z-index: 4;
}

.endler .endler-2 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .endler .endler-2 {
    width: 10%;
    top: 90%;
  }
}

.endler .endler-3 {
  position: absolute;
  width: 58%;
  z-index: 4;
  bottom: -1rem;
}

.endler .endler-3 img {
  width: 100%;
}

.endler p {
  width: auto;
  max-width: 90%;
  font-size: 1.16rem;
  color: #fff;
  font-family: "Chilena Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
  padding: 0 5rem 0 10%;
  z-index: 10;
  position: relative;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 991px) {
  .endler p {
    padding-left: 2rem;
    max-width: 100%;
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 550px) {
  .endler p {
    padding: 0 1rem;
    float: right;
    width: 100%;
    font-size: 1rem;
  }
}

.endler p.p-1 {
  padding-top: 25rem;
}

@media only screen and (max-width: 991px) {
  .endler p.p-1 {
    padding-top: 16rem;
  }
}

@media only screen and (max-width: 768px) {
  .endler p.p-1 {
    padding-top: 12rem;
  }
}

@media only screen and (max-width: 550px) {
  .endler p.p-1 {
    padding-top: 1rem;
  }
}

.endler p.p-5 {
  padding-bottom: 4rem;
}

.endler .texto {
  margin-left: 0rem;
  padding-left: 2rem;
  width: 100%;
  padding-top: 22rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 991px) {
  .endler .texto {
    padding-top: 16rem;
  }
  .endler .texto .p-3 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .endler .texto {
    margin-left: 0rem;
    width: 100%;
    position: relative;
    z-index: 10;
  }
}

@media only screen and (max-width: 550px) {
  .endler .texto p {
    font-size: 1rem;
  }
}

.alberdi {
  position: relative;
  background-image: url("../images/jn-bg-gris.jpg");
  background-attachment: fixed;
  background-size: 100% auto;
}

.alberdi .personaje {
  position: relative;
  width: auto;
  padding-top: 0rem;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .alberdi .personaje {
    padding-top: 0rem;
  }
}

@media only screen and (max-width: 550px) {
  .alberdi .personaje {
    padding-top: 0rem;
  }
}

.alberdi .clear {
  clear: both;
}

.alberdi .alberdi-bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  margin-bottom: 0%;
}

.alberdi .alberdi-bg img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .alberdi .alberdi-bg {
    width: 100%;
  }
}

.alberdi .alberdi-1 {
  position: relative;
  right: 0;
  top: 0;
  z-index: 4;
  float: right;
  margin-bottom: -18%;
  width: 81%;
  margin-left: -21%;
}

.alberdi .alberdi-1 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .alberdi .alberdi-1 {
    width: 90%;
  }
}

.alberdi .alberdi-2 {
  width: 20%;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 4;
}

.alberdi .alberdi-2 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .alberdi .alberdi-2 {
    width: 10%;
    top: 0%;
  }
}

.alberdi .alberdi-3 {
  position: absolute;
  width: 16%;
  z-index: 4;
  top: 80%;
}

.alberdi .alberdi-3 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .alberdi .alberdi-3 {
    top: 95%;
  }
}

.alberdi p {
  width: auto;
  max-width: 90%;
  font-size: 1.16rem;
  color: #fff;
  font-family: "Chilena Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
  padding: 0 5rem 0 10%;
  z-index: 10;
  position: relative;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 991px) {
  .alberdi p {
    padding-left: 2rem;
    max-width: 100%;
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 550px) {
  .alberdi p {
    padding: 0 1rem;
    float: right;
    width: 100%;
    font-size: 1rem;
  }
}

.alberdi p.p-1 {
  padding-top: 22rem;
}

@media only screen and (max-width: 991px) {
  .alberdi p.p-1 {
    padding-top: 16rem;
  }
}

@media only screen and (max-width: 768px) {
  .alberdi p.p-1 {
    padding-top: 12rem;
  }
}

@media only screen and (max-width: 550px) {
  .alberdi p.p-1 {
    padding-top: 0rem;
    margin-top: -1rem;
  }
}

.alberdi p.p-5 {
  padding-bottom: 4rem;
}

.alberdi .texto {
  margin-left: 0rem;
  padding-left: 2rem;
  width: 100%;
  padding-top: 22rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 991px) {
  .alberdi .texto {
    padding-top: 16rem;
  }
  .alberdi .texto .p-3 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .alberdi .texto {
    margin-left: 0rem;
    width: 100%;
    position: relative;
    z-index: 10;
  }
}

@media only screen and (max-width: 550px) {
  .alberdi .texto p {
    font-size: 1rem;
  }
}

.jofre {
  position: relative;
  background-image: url("../images/jn-bg-gris.jpg");
  background-attachment: fixed;
  background-size: 100% auto;
}

.jofre .personaje {
  position: relative;
  width: auto;
  padding-top: 0rem;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .jofre .personaje {
    padding-top: 0rem;
  }
}

@media only screen and (max-width: 550px) {
  .jofre .personaje {
    padding-top: 0rem;
  }
}

.jofre .clear {
  clear: both;
}

.jofre .jofre-bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  margin-bottom: 0%;
}

.jofre .jofre-bg img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .jofre .jofre-bg {
    width: 100%;
  }
}

.jofre .jofre-1 {
  position: relative;
  right: 0;
  top: 0;
  z-index: 4;
  float: right;
  margin-bottom: -5%;
  width: 65%;
  margin-left: -15%;
}

.jofre .jofre-1 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .jofre .jofre-1 {
    width: 70%;
  }
}

.jofre .jofre-2 {
  width: 17%;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 4;
}

.jofre .jofre-2 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .jofre .jofre-2 {
    width: 10%;
    top: 0%;
  }
}

.jofre .jofre-3 {
  position: absolute;
  width: 15%;
  z-index: 4;
  bottom: -2rem;
}

.jofre .jofre-3 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .jofre .jofre-3 {
    bottom: -1rem;
  }
}

.jofre p {
  width: auto;
  max-width: 90%;
  font-size: 1.16rem;
  color: #fff;
  font-family: "Chilena Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
  padding: 0 5rem 0 15%;
  z-index: 10;
  position: relative;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 991px) {
  .jofre p {
    padding-left: 2rem;
    max-width: 100%;
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 550px) {
  .jofre p {
    padding: 0 1rem;
    float: right;
    width: 100%;
    font-size: 1rem;
  }
}

.jofre p.p-1 {
  padding-top: 22rem;
}

@media only screen and (max-width: 991px) {
  .jofre p.p-1 {
    padding-top: 16rem;
  }
}

@media only screen and (max-width: 768px) {
  .jofre p.p-1 {
    padding-top: 12rem;
  }
}

@media only screen and (max-width: 550px) {
  .jofre p.p-1 {
    padding-top: 0rem;
    margin-top: -1rem;
  }
}

.jofre p.p-5 {
  padding-bottom: 4rem;
}

.jofre .texto {
  margin-left: 0rem;
  padding-left: 2rem;
  width: 100%;
  padding-top: 22rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 991px) {
  .jofre .texto {
    padding-top: 16rem;
  }
  .jofre .texto .p-3 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .jofre .texto {
    margin-left: 0rem;
    width: 100%;
    position: relative;
    z-index: 10;
  }
}

@media only screen and (max-width: 550px) {
  .jofre .texto p {
    font-size: 1rem;
  }
}

.petermann {
  position: relative;
  background-image: url("../images/jn-bg-gris.jpg");
  background-attachment: fixed;
  background-size: 100% auto;
}

.petermann .personaje {
  position: relative;
  width: auto;
  padding-top: 0rem;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .petermann .personaje {
    padding-top: 0rem;
  }
}

@media only screen and (max-width: 550px) {
  .petermann .personaje {
    padding-top: 0rem;
  }
}

.petermann .clear {
  clear: both;
}

.petermann .petermann-bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  margin-bottom: 0%;
}

.petermann .petermann-bg img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .petermann .petermann-bg {
    width: 100%;
  }
}

.petermann .petermann-1 {
  position: relative;
  right: 0;
  top: 0;
  z-index: 4;
  float: right;
  margin-bottom: 0%;
  width: 68%;
  margin-left: -5%;
}

.petermann .petermann-1 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .petermann .petermann-1 {
    width: 70%;
    margin-bottom: 2rem;
  }
}

.petermann .petermann-2 {
  width: 26%;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 4;
}

.petermann .petermann-2 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .petermann .petermann-2 {
    width: 10%;
    top: 0%;
  }
}

.petermann .petermann-3 {
  position: absolute;
  width: 17%;
  z-index: 4;
  bottom: -4rem;
}

.petermann .petermann-3 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .petermann .petermann-3 {
    bottom: -3rem;
  }
}

.petermann p {
  width: auto;
  max-width: 90%;
  font-size: 1.16rem;
  color: #fff;
  font-family: "Chilena Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
  padding: 0 5rem 0 15%;
  z-index: 10;
  position: relative;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 991px) {
  .petermann p {
    padding-left: 2rem;
    max-width: 100%;
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 550px) {
  .petermann p {
    padding: 0 1rem;
    float: right;
    width: 100%;
    font-size: 1rem;
  }
}

.petermann p.p-1 {
  padding-top: 20rem;
}

@media only screen and (max-width: 991px) {
  .petermann p.p-1 {
    padding-top: 16rem;
  }
}

@media only screen and (max-width: 768px) {
  .petermann p.p-1 {
    padding-top: 12rem;
  }
}

@media only screen and (max-width: 550px) {
  .petermann p.p-1 {
    padding-top: 0rem;
  }
}

.petermann p.p-5 {
  padding-bottom: 4rem;
}

.petermann .texto {
  margin-left: 0rem;
  padding-left: 2rem;
  width: 100%;
  padding-top: 22rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 991px) {
  .petermann .texto {
    padding-top: 16rem;
  }
  .petermann .texto .p-3 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .petermann .texto {
    margin-left: 0rem;
    width: 100%;
    position: relative;
    z-index: 10;
  }
}

@media only screen and (max-width: 550px) {
  .petermann .texto p {
    font-size: 1rem;
  }
}

.chadwick {
  position: relative;
  background-image: url("../images/jn-bg-gris.jpg");
  background-attachment: fixed;
  background-size: 100% auto;
}

.chadwick .personaje {
  position: relative;
  width: auto;
  padding-top: 0rem;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .chadwick .personaje {
    padding-top: 0rem;
  }
}

@media only screen and (max-width: 550px) {
  .chadwick .personaje {
    padding-top: 0rem;
  }
}

.chadwick .clear {
  clear: both;
}

.chadwick .chadwick-bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  margin-bottom: 0%;
}

.chadwick .chadwick-bg img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .chadwick .chadwick-bg {
    width: 100%;
  }
}

.chadwick .chadwick-1 {
  position: relative;
  right: 0;
  top: 0;
  z-index: 4;
  float: right;
  margin-bottom: 0%;
  width: 66%;
  margin-left: -18%;
}

.chadwick .chadwick-1 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .chadwick .chadwick-1 {
    width: 70%;
    margin-bottom: 2rem;
  }
}

.chadwick .chadwick-2 {
  width: 16%;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 4;
}

.chadwick .chadwick-2 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .chadwick .chadwick-2 {
    width: 10%;
    top: 0%;
  }
}

.chadwick .chadwick-3 {
  position: absolute;
  width: 30%;
  z-index: 4;
  bottom: -4rem;
}

.chadwick .chadwick-3 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .chadwick .chadwick-3 {
    top: auto;
    bottom: -2rem;
  }
}

.chadwick p {
  width: auto;
  max-width: 90%;
  font-size: 1.16rem;
  color: #fff;
  font-family: "Chilena Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
  padding: 0 5rem 0 15%;
  z-index: 10;
  position: relative;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 991px) {
  .chadwick p {
    padding-left: 2rem;
    max-width: 100%;
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 550px) {
  .chadwick p {
    padding: 0 1rem;
    float: right;
    width: 100%;
    font-size: 1rem;
  }
}

.chadwick p.p-1 {
  padding-top: 20rem;
}

@media only screen and (max-width: 991px) {
  .chadwick p.p-1 {
    padding-top: 16rem;
  }
}

@media only screen and (max-width: 768px) {
  .chadwick p.p-1 {
    padding-top: 12rem;
  }
}

@media only screen and (max-width: 550px) {
  .chadwick p.p-1 {
    padding-top: 0rem;
    margin-top: -3rem;
  }
}

.chadwick p.p-5 {
  padding-bottom: 4rem;
}

.chadwick .texto {
  margin-left: 0rem;
  padding-left: 2rem;
  width: 100%;
  padding-top: 22rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 991px) {
  .chadwick .texto {
    padding-top: 16rem;
  }
  .chadwick .texto .p-3 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .chadwick .texto {
    margin-left: 0rem;
    width: 100%;
    position: relative;
    z-index: 10;
  }
}

@media only screen and (max-width: 550px) {
  .chadwick .texto p {
    font-size: 1rem;
  }
}

.martinez {
  position: relative;
  background-image: url("../images/jn-bg-gris.jpg");
  background-attachment: fixed;
  background-size: 100% auto;
}

.martinez .personaje {
  position: relative;
  width: auto;
  padding-top: 0rem;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .martinez .personaje {
    padding-top: 0rem;
  }
}

@media only screen and (max-width: 550px) {
  .martinez .personaje {
    padding-top: 0rem;
  }
}

.martinez .clear {
  clear: both;
}

.martinez .martinez-bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  width: 68%;
  margin-bottom: 0%;
}

.martinez .martinez-bg img {
  width: 100%;
}

.martinez .martinez-1 {
  position: relative;
  right: 0;
  top: 0;
  z-index: 4;
  float: right;
  margin-bottom: -5%;
  width: 60%;
  margin-left: -5%;
}

.martinez .martinez-1 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .martinez .martinez-1 {
    width: 70%;
    margin-bottom: 2rem;
  }
}

.martinez .martinez-2 {
  width: 17%;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 4;
}

.martinez .martinez-2 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .martinez .martinez-2 {
    width: 10%;
    top: 0%;
  }
}

.martinez .martinez-3 {
  position: absolute;
  width: 17%;
  z-index: 4;
  bottom: -4rem;
}

.martinez .martinez-3 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .martinez .martinez-3 {
    bottom: -2rem;
  }
}

.martinez p {
  width: auto;
  max-width: 90%;
  font-size: 1.16rem;
  color: #fff;
  font-family: "Chilena Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
  padding: 0 5rem 0 15%;
  z-index: 10;
  position: relative;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 991px) {
  .martinez p {
    padding-left: 2rem;
    max-width: 100%;
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 550px) {
  .martinez p {
    padding: 0 1rem;
    float: right;
    width: 100%;
    font-size: 1rem;
  }
}

.martinez p.p-1 {
  padding-top: 20rem;
}

@media only screen and (max-width: 991px) {
  .martinez p.p-1 {
    padding-top: 16rem;
  }
}

@media only screen and (max-width: 768px) {
  .martinez p.p-1 {
    padding-top: 12rem;
  }
}

@media only screen and (max-width: 550px) {
  .martinez p.p-1 {
    padding-top: 0rem;
    margin-top: -2rem;
  }
}

.martinez p.p-5 {
  padding-bottom: 4rem;
}

.martinez .texto {
  margin-left: 0rem;
  padding-left: 2rem;
  width: 100%;
  padding-top: 22rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 991px) {
  .martinez .texto {
    padding-top: 16rem;
  }
  .martinez .texto .p-3 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .martinez .texto {
    margin-left: 0rem;
    width: 100%;
    position: relative;
    z-index: 10;
  }
}

@media only screen and (max-width: 550px) {
  .martinez .texto p {
    font-size: 1rem;
  }
}

.paolo {
  position: relative;
  background-image: url("../images/jn-bg-gris.jpg");
  background-attachment: fixed;
  background-size: 100% auto;
}

.paolo .personaje {
  position: relative;
  width: auto;
  padding-top: 0rem;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .paolo .personaje {
    padding-top: 0rem;
  }
}

@media only screen and (max-width: 550px) {
  .paolo .personaje {
    padding-top: 0rem;
  }
}

.paolo .clear {
  clear: both;
}

.paolo .paolo-bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  width: 64%;
  margin-bottom: 0%;
}

.paolo .paolo-bg img {
  width: 100%;
}

.paolo .paolo-1 {
  position: relative;
  right: 0;
  top: 0;
  padding-top: 6rem;
  z-index: 4;
  float: right;
  margin-right: 7%;
  margin-bottom: 0%;
  width: 50%;
  margin-left: 6%;
}

.paolo .paolo-1 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .paolo .paolo-1 {
    padding-top: 1rem;
    width: 60%;
    margin-bottom: 0rem;
  }
}

.paolo .paolo-2 {
  width: 17%;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 4;
}

.paolo .paolo-2 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .paolo .paolo-2 {
    width: 10%;
    top: 0%;
  }
}

.paolo .paolo-3 {
  position: absolute;
  width: 15%;
  z-index: 4;
  bottom: -4rem;
}

.paolo .paolo-3 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .paolo .paolo-3 {
    bottom: -2rem;
  }
}

.paolo p {
  width: auto;
  max-width: 70%;
  font-size: 1.16rem;
  color: #fff;
  font-family: "Chilena Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
  padding: 0 5rem 0 12%;
  z-index: 10;
  position: relative;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 991px) {
  .paolo p {
    padding-left: 2rem;
    max-width: 100%;
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 550px) {
  .paolo p {
    padding: 0 1rem;
    float: right;
    width: 100%;
    font-size: 1rem;
  }
}

.paolo p.p-1 {
  padding-top: 20rem;
}

@media only screen and (max-width: 991px) {
  .paolo p.p-1 {
    padding-top: 16rem;
  }
}

@media only screen and (max-width: 768px) {
  .paolo p.p-1 {
    padding-top: 12rem;
  }
}

@media only screen and (max-width: 550px) {
  .paolo p.p-1 {
    padding-top: 0rem;
    margin-top: -2rem;
  }
}

.paolo p.p-5 {
  padding-bottom: 4rem;
}

.paolo .texto {
  margin-left: 0rem;
  padding-left: 2rem;
  width: 100%;
  padding-top: 22rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 991px) {
  .paolo .texto {
    padding-top: 16rem;
  }
  .paolo .texto .p-3 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .paolo .texto {
    margin-left: 0rem;
    width: 100%;
    position: relative;
    z-index: 10;
  }
}

@media only screen and (max-width: 550px) {
  .paolo .texto p {
    font-size: 1rem;
  }
}

.guilisasti {
  position: relative;
  background-image: url("../images/jn-bg-gris.jpg");
  background-attachment: fixed;
  background-size: 100% auto;
}

.guilisasti .personaje {
  position: relative;
  width: auto;
  padding-top: 0rem;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .guilisasti .personaje {
    padding-top: 0rem;
  }
}

@media only screen and (max-width: 550px) {
  .guilisasti .personaje {
    padding-top: 0rem;
  }
}

.guilisasti .clear {
  clear: both;
}

.guilisasti .guilisasti-bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  width: 65%;
  margin-bottom: 0%;
}

.guilisasti .guilisasti-bg img {
  width: 100%;
}

.guilisasti .guilisasti-1 {
  position: relative;
  right: 0;
  top: 0;
  padding-top: 6rem;
  z-index: 4;
  float: right;
  margin-right: 7%;
  margin-bottom: 0%;
  width: 55%;
  margin-left: -6%;
}

.guilisasti .guilisasti-1 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .guilisasti .guilisasti-1 {
    padding-top: 1rem;
    width: 60%;
    margin-bottom: 0rem;
  }
}

.guilisasti .guilisasti-2 {
  width: 17%;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 4;
}

.guilisasti .guilisasti-2 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .guilisasti .guilisasti-2 {
    width: 10%;
    top: 0%;
  }
}

.guilisasti .guilisasti-3 {
  position: absolute;
  width: 22%;
  z-index: 4;
  bottom: -4rem;
}

.guilisasti .guilisasti-3 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .guilisasti .guilisasti-3 {
    bottom: -2rem;
  }
}

.guilisasti p {
  width: auto;
  max-width: 70%;
  font-size: 1.16rem;
  color: #fff;
  font-family: "Chilena Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
  padding: 0 5rem 0 12%;
  z-index: 10;
  position: relative;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 991px) {
  .guilisasti p {
    padding-left: 2rem;
    max-width: 100%;
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 550px) {
  .guilisasti p {
    padding: 0 1rem;
    float: right;
    width: 100%;
    font-size: 1rem;
  }
}

.guilisasti p.p-1 {
  padding-top: 20rem;
}

@media only screen and (max-width: 991px) {
  .guilisasti p.p-1 {
    padding-top: 16rem;
  }
}

@media only screen and (max-width: 768px) {
  .guilisasti p.p-1 {
    padding-top: 12rem;
  }
}

@media only screen and (max-width: 550px) {
  .guilisasti p.p-1 {
    padding-top: 0rem;
    margin-top: 0rem;
  }
}

.guilisasti p.p-5 {
  padding-bottom: 4rem;
}

.guilisasti .texto {
  margin-left: 0rem;
  padding-left: 2rem;
  width: 100%;
  padding-top: 22rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 991px) {
  .guilisasti .texto {
    padding-top: 16rem;
  }
  .guilisasti .texto .p-3 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .guilisasti .texto {
    margin-left: 0rem;
    width: 100%;
    position: relative;
    z-index: 10;
  }
}

@media only screen and (max-width: 550px) {
  .guilisasti .texto p {
    font-size: 1rem;
  }
}

.bernales {
  position: relative;
  background-image: url("../images/jn-bg-gris.jpg");
  background-attachment: fixed;
  background-size: 100% auto;
}

.bernales .personaje {
  position: relative;
  width: auto;
  padding-top: 0rem;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .bernales .personaje {
    padding-top: 0rem;
  }
}

@media only screen and (max-width: 550px) {
  .bernales .personaje {
    padding-top: 0rem;
  }
}

.bernales .clear {
  clear: both;
}

.bernales .bernales-bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  width: 96%;
  margin-bottom: 0%;
}

.bernales .bernales-bg img {
  width: 100%;
}

.bernales .bernales-1 {
  position: relative;
  right: 0;
  top: 0;
  padding-top: 2rem;
  z-index: 4;
  float: right;
  margin-right: 0%;
  margin-bottom: -20%;
  width: 75%;
  margin-left: -24%;
}

.bernales .bernales-1 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .bernales .bernales-1 {
    padding-top: 1rem;
    width: 60%;
    margin-bottom: 0rem;
  }
}

.bernales .bernales-2 {
  width: 20%;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 4;
}

.bernales .bernales-2 img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .bernales .bernales-2 {
    width: 10%;
    top: 0%;
  }
}

.bernales p {
  width: auto;
  max-width: 70%;
  font-size: 1.16rem;
  color: #fff;
  font-family: "Chilena Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
  padding: 0 5rem 0 12%;
  z-index: 10;
  position: relative;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 991px) {
  .bernales p {
    padding-left: 2rem;
    max-width: 100%;
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 550px) {
  .bernales p {
    padding: 0 1rem;
    float: right;
    width: 100%;
    font-size: 1rem;
  }
}

.bernales p.p-1 {
  padding-top: 22rem;
}

@media only screen and (max-width: 991px) {
  .bernales p.p-1 {
    padding-top: 16rem;
  }
}

@media only screen and (max-width: 768px) {
  .bernales p.p-1 {
    padding-top: 12rem;
  }
}

@media only screen and (max-width: 550px) {
  .bernales p.p-1 {
    padding-top: 0rem;
    margin-top: 0rem;
  }
}

.bernales p.p-5 {
  padding-bottom: 4rem;
}

.bernales .texto {
  margin-left: 0rem;
  padding-left: 2rem;
  width: 100%;
  padding-top: 22rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 991px) {
  .bernales .texto {
    padding-top: 16rem;
  }
  .bernales .texto .p-3 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .bernales .texto {
    margin-left: 0rem;
    width: 100%;
    position: relative;
    z-index: 10;
  }
}

@media only screen and (max-width: 550px) {
  .bernales .texto p {
    font-size: 1rem;
  }
}

a.categoria {
  background-image: url("../images/bg-tooltip.png");
  color: #fff;
  font-weight: bold;
  background-size: 100% 100%;
  text-align: center;
  font-size: 1rem;
  display: inline-block;
  text-decoration: none;
  padding: .7rem 1rem 1.2rem;
  line-height: 1;
  min-width: 8rem;
}

footer {
  position: relative;
  text-align: center;
  padding: 2rem 0 6rem;
  background: #3e3e3e;
}

footer .bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
}

footer .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

footer .w-footer {
  position: relative;
  z-index: 10;
  text-align: center;
}

footer .w-footer .logo {
  position: relative;
  width: 7.4rem;
  margin: 0 auto 3rem;
  display: block;
}

footer .w-footer .logo img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  footer .w-footer .logo {
    width: 5rem;
  }
}

footer .w-footer nav a {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  margin: 0 1rem;
}

@media only screen and (max-width: 550px) {
  footer .w-footer nav a {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
/*# sourceMappingURL=estilos.css.map */