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

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

html {
  font-size: 24px;
}

body {
  color: #1D1E1E;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  font-family: "Open Sans", 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.3;
  font-weight: 600;
  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;
  max-width: 100%;
  padding: 0 2.5rem;
}

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

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

.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: -.3em;
  margin-left: -.3em;
}

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

.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;
}

.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: 1980px) {
  html, body, p {
    font-size: 24px;
  }
}

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

@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: .7rem;
  height: .7rem;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 100%;
  margin: 0 .7rem;
  background: transparent;
  padding: 0;
}

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

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

.carrusel.blanco button.tns-nav-active {
  border-color: #fff;
  background: #fff;
  opacity: 1;
}

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

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

.carrusel .tns-controls button {
  background: transparent;
  border-radius: 0;
  font-size: 0;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 40px;
  border: none;
  text-align: center;
  position: absolute;
  padding: 0;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  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: -5rem;
  padding-right: 0px;
}

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

.carrusel .tns-controls button:after {
  content: "";
  display: inline-block;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 1.5rem;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

.carrusel .tns-controls button:first-child:after {
  padding-right: 4px;
  content: "\f053";
}

.carrusel .tns-controls button:last-child:after {
  content: "\f054";
  padding-left: 4px;
}

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

@media only screen and (max-width: 640px) {
  .carrusel .tns-controls {
    display: none;
  }
  .carrusel .tns-controls button {
    width: 40px;
    height: 40px;
    line-height: 32px;
  }
  .carrusel .tns-controls button:after {
    font-size: 24px;
  }
  .carrusel .tns-controls button:first-child {
    left: 20px;
  }
  .carrusel .tns-controls button:last-child {
    right: 20px;
  }
}

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

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

@media only screen and (max-width: 640px) {
  .carrusel.con-nav .tns-controls {
    display: none;
  }
}

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: .6rem 1.5rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media only screen and (max-width: 768px) {
  header {
    position: fixed;
  }
  header.solido {
    background: #000;
  }
}

header .idioma {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  opacity: .8;
}

header .idioma a {
  color: #fff;
  font-size: .83rem;
}

header .btn-menu {
  z-index: 999;
  height: auto;
  margin-left: 1rem;
  cursor: pointer;
  display: none;
}

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

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

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

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

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

.home {
  position: relative;
  height: 100vh;
  min-height: 500px;
}

.home #poesia-en-la-piel {
  position: absolute;
  bottom: 4rem;
}

.home .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.home .contenido {
  position: relative;
  z-index: 4;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2rem 0 1rem 5rem;
}

@media only screen and (max-width: 550px) {
  .home .contenido {
    padding: 5rem 1rem 2rem;
    height: auto;
  }
}

.home .contenido .w-logo {
  width: 32%;
  max-width: 31rem;
}

.home .contenido .w-logo .logo {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.home .contenido .w-logo p {
  font-size: .7rem;
  color: #fff;
  width: 100%;
  max-width: 24rem;
  min-width: 300px;
}

@media only screen and (max-width: 550px) {
  .home .contenido .w-logo {
    height: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .home .contenido .w-logo .logo {
    height: auto;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 2rem;
  }
  .home .contenido .w-logo p {
    min-width: 0;
    width: 100%;
    margin: 0;
    font-size: .7rem;
    text-align: left;
  }
}

.home .contenido .loop-1 {
  width: 43%;
  min-width: 320px;
  height: auto;
  position: absolute;
  right: 5rem;
  bottom: 1rem;
}

@media only screen and (max-width: 550px) {
  .home .contenido .loop-1 {
    min-width: 0;
    width: 100%;
    position: relative;
    right: auto;
    bottom: auto;
  }
}

.home .contenido .loop-1 img {
  height: auto;
  width: 100%;
}

.home .contenido .loop-1 span {
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
  bottom: 0;
  margin: auto;
  z-index: 10;
  color: #fff;
  text-align: center;
  width: 40%;
}

.home .contenido .loop-1 span img {
  width: 100%;
  display: block;
}

.home .contenido .loop-1 span i {
  font-size: 1.4rem;
}

.home .contenido .loop-1 p {
  position: absolute;
  left: .8rem;
  bottom: .8rem;
  color: #fff;
  font-size: .8rem;
  margin: 0;
}

@media only screen and (max-width: 550px) {
  .home .contenido .loop-1 p {
    font-size: .7rem;
  }
}

.home .sombra-home {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.home .sombra-home img {
  width: 100%;
  vertical-align: bottom;
}

.menu-home {
  text-align: right;
  border-right: 1px solid #fff;
  position: absolute;
  top: 4rem;
  right: 2rem;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .menu-home {
    display: none;
  }
}

.menu-home a {
  font-size: .8rem;
  color: #fff;
  display: block;
  padding-right: .5rem;
  margin-bottom: .5rem;
  font-weight: 600;
}

.menu-home a:last-child {
  margin-bottom: 0;
}

.redes-home {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 22;
}

@media only screen and (max-width: 768px) {
  .redes-home {
    z-index: 9999;
  }
}

.redes-home a {
  color: #fff;
  font-size: .9rem;
  display: block;
  margin-bottom: .4rem;
}

.redes-home a:hover {
  -webkit-transform: translateX(-0.2rem);
  transform: translateX(-0.2rem);
}

@media only screen and (max-width: 768px) {
  .redes-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 1rem;
    left: 1rem;
    bottom: auto;
    right: auto;
  }
  .redes-home a {
    margin-right: .7rem;
  }
}

.video-1 {
  position: relative;
  background: #000;
}

.video-1 .titulo-video {
  background: #000;
  padding: 1rem 5rem .5rem;
  margin-bottom: .1rem;
  margin-top: 0;
}

.video-1 .titulo-video img {
  width: 33rem;
  vertical-align: bottom;
}

.video-1 .titulo-video-pt img {
  width: 28rem;
}

@media only screen and (max-width: 640px) {
  .video-1 .titulo-video {
    padding: 1rem 1rem 0;
  }
  .video-1 .titulo-video img {
    width: 250px;
  }
}

.video-1 p {
  font-size: 1rem;
  color: #fff;
  position: absolute;
  left: 5rem;
  bottom: 1rem;
  width: 16rem;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .video-1 p {
    position: relative;
    left: auto;
    bottom: auto;
    font-size: .8rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 18rem;
    margin-bottom: 1.5rem;
    max-width: 100%;
  }
}

.video-1 .w-video {
  position: relative;
}

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

.video-1 .w-video video {
  background: #fff;
  width: 100%;
  vertical-align: bottom;
  outline: none;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.video-1 .w-video span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  color: #fff;
  text-align: center;
  height: 100%;
  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;
}

.video-1 .w-video span i {
  font-size: 1.2rem;
}

.poetas {
  background: #000;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

@media only screen and (max-width: 1550px) {
  .poetas {
    padding-bottom: 2rem;
  }
}

.poetas .titulo-poetas {
  width: 42%;
  margin: 0;
  padding: 1rem 2rem 0;
}

.poetas .titulo-poetas img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .poetas .titulo-poetas {
    padding: 1rem 1.5rem 0;
    margin: 0 auto;
    width: 400px;
    max-width: 100%;
  }
}

.poetas .w-poetas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 640px) {
  .poetas .w-poetas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.poetas .w-poetas .item-poeta {
  width: 33.3%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

@media only screen and (max-width: 640px) {
  .poetas .w-poetas .item-poeta {
    width: 100%;
  }
}

.poetas .w-poetas .item-poeta img {
  width: 100%;
  vertical-align: bottom;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.poetas .w-poetas .item-poeta .sombra {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.poetas .w-poetas .item-poeta h4 {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.5rem;
  color: #fff;
  text-transform: uppercase;
  font-family: "Albertsthal Typewriter", sans-serif;
  text-align: center;
  font-size: 1.3rem;
  font-weight: normal;
}

@media only screen and (max-width: 640px) {
  .poetas .w-poetas .item-poeta h4 {
    text-transform: none;
    font-size: 1.1rem;
  }
}

.poetas .w-poetas .item-poeta:hover img {
  opacity: .8;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.inspiraron {
  position: relative;
  padding: 13rem 1rem 0rem;
  background: #000;
}

.inspiraron #como {
  position: absolute;
  top: 6rem;
}

.inspiraron .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.inspiraron .w-inspiraron {
  position: relative;
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  max-width: 1600px;
}

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

.inspiraron .w-inspiraron img {
  max-width: 100%;
  vertical-align: bottom;
}

.inspiraron .w-inspiraron .titulo {
  margin: 0;
  width: 34rem;
  max-width: 100%;
}

.inspiraron .w-inspiraron .titulo img {
  width: 100%;
}

.inspiraron .w-inspiraron .arriba {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .6rem;
}

.inspiraron .w-inspiraron .arriba .izq {
  width: 74%;
  min-width: 74%;
}

.inspiraron .w-inspiraron .arriba .izq img {
  width: 100%;
}

.inspiraron .w-inspiraron .arriba .der {
  width: 26%;
  min-width: 26%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: .6rem;
}

.inspiraron .w-inspiraron .arriba .der h3 {
  font-size: 1.2rem;
  color: #fff;
  margin: 0;
  font-family: "Albertsthal Typewriter", sans-serif;
  font-weight: normal;
  visibility: hidden;
}

.inspiraron .w-inspiraron .arriba .der .img-artista h4 {
  font-size: .9rem;
  color: #fff;
  margin: 0 0 .5rem;
  font-family: "Albertsthal Typewriter", sans-serif;
  font-weight: normal;
}

.inspiraron .w-inspiraron .arriba .der .img-artista h4 a {
  color: #fff;
}

.inspiraron .w-inspiraron .arriba .der img {
  width: 100%;
}

.inspiraron .w-inspiraron .abajo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inspiraron .w-inspiraron .abajo .img-1 {
  width: 50%;
  min-width: 50%;
  padding-right: .6rem;
  height: 8rem;
}

.inspiraron .w-inspiraron .abajo .img-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.inspiraron .w-inspiraron .abajo .img-2 {
  width: 24%;
  min-width: 24%;
  height: 8rem;
}

.inspiraron .w-inspiraron .abajo .img-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.inspiraron .w-inspiraron .abajo .img-3 {
  width: 26%;
  min-width: 26%;
  padding-left: .6rem;
  height: 8rem;
}

.inspiraron .w-inspiraron .abajo .img-3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.inspiraron .carrusel-desktop {
  display: block;
}

@media only screen and (max-width: 768px) {
  .inspiraron .carrusel-desktop {
    display: none;
  }
}

.inspiraron .carrusel-mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .inspiraron .carrusel-mobile {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .inspiraron .carrusel-mobile .tns-controls {
    display: block;
  }
}

.inspiraron .carrusel-mobile .tns-controls button {
  top: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  bottom: -1rem;
}

.inspiraron .carrusel-mobile .tns-controls button:first-child {
  left: -.7rem;
}

.inspiraron .carrusel-mobile .tns-controls button:last-child {
  right: -.7rem;
}

.inspiraron .w-video {
  position: relative;
}

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

.inspiraron .w-video span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  color: #fff;
  text-align: center;
  height: 100%;
  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;
}

.inspiraron .w-video span i {
  font-size: 1.2rem;
}

.inspiraron .item-inspiraron-mobile img {
  width: 100%;
}

.inspiraron .item-inspiraron-mobile .w-video {
  margin-bottom: .8rem;
}

.inspiraron .item-inspiraron-mobile .fila-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: .8rem;
}

.inspiraron .item-inspiraron-mobile .fila-2 img {
  width: calc(50% - .4rem);
  min-width: calc(50% - .4rem);
}

.inspiraron .item-inspiraron-mobile .item-img {
  margin-bottom: .8rem;
}

.inspiraron .item-inspiraron-mobile .item-img p {
  text-align: center;
  margin-top: .5rem;
}

.inspiraron .item-inspiraron-mobile .item-img p a {
  color: #fff;
  font-family: "Albertsthal Typewriter", sans-serif;
  text-decoration: none;
}

.goles {
  padding: 6rem 6.2rem 4rem;
  position: relative;
  background: #000;
}

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

.goles .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.goles .w-goles {
  width: 100%;
  position: relative;
  z-index: 4;
}

.goles .w-goles .titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: .2rem;
}

.goles .w-goles .titulo h2 {
  width: 55%;
  min-width: 55%;
  padding-right: 1.5rem;
  margin: 0;
}

.goles .w-goles .titulo h2 img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .goles .w-goles .titulo h2 {
    width: 100%;
    padding-right: 0;
  }
}

.goles .w-goles .titulo .texto {
  width: 45%;
  min-width: 45%;
  padding-left: 1rem;
}

@media only screen and (max-width: 768px) {
  .goles .w-goles .titulo .texto {
    display: none;
  }
}

.goles .w-goles .titulo .texto p {
  font-size: .83rem;
  color: #fff;
}

.goles .w-goles .carrusel .tns-controls button:first-child {
  left: -4rem;
}

.goles .w-goles .carrusel .tns-controls button:last-child {
  right: -4rem;
}

.goles .w-goles .grid-goles {
  overflow: hidden;
  padding: 0 .2rem;
}

.goles .w-goles .grid-goles img {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
}

.goles .w-goles .grid-goles .arriba {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .5rem;
}

.goles .w-goles .grid-goles .arriba .izq {
  width: 55.5%;
  min-width: 55.5%;
}

.goles .w-goles .grid-goles .arriba .der {
  width: 44.5%;
  min-width: 44.5%;
  padding-left: .5rem;
}

.goles .w-goles .grid-goles .abajo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.goles .w-goles .grid-goles .abajo .img-goles {
  width: calc(25% - .5rem);
}

.goles .w-goles .w-video {
  position: relative;
}

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

.goles .w-goles .w-video span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  color: #fff;
  text-align: center;
  height: 100%;
  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;
}

.goles .w-goles .w-video span i {
  font-size: 1.2rem;
}

.goles .carrusel-desktop {
  display: block;
}

@media only screen and (max-width: 768px) {
  .goles .carrusel-desktop {
    display: none;
  }
}

.goles .carrusel-mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .goles .carrusel-mobile {
    display: block;
  }
}

.goles .grid-goles-mobile img {
  width: 100%;
  vertical-align: bottom;
}

.goles .grid-goles-mobile .w-video {
  margin-bottom: .8rem;
}

.goles .grid-goles-mobile .item-img {
  margin-bottom: .8rem;
}

.goles .grid-goles-mobile .fila-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.goles .grid-goles-mobile .fila-2 .izq {
  width: 50%;
  min-width: 50%;
}

.goles .grid-goles-mobile .fila-2 .izq img {
  margin-bottom: .8rem;
}

.goles .grid-goles-mobile .fila-2 .texto-fila {
  width: 50%;
  min-width: 50%;
  padding-left: .8rem;
}

.goles .grid-goles-mobile .fila-2 .texto-fila p {
  color: #fff;
  font-size: .8rem;
}

@media only screen and (max-width: 420px) {
  .goles .grid-goles-mobile .fila-2 .texto-fila p {
    font-size: .6rem;
  }
}

.goles .grid-goles-mobile .fila-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.goles .grid-goles-mobile .fila-3 img {
  width: calc(50% - .4rem);
}

.w-wrap {
  max-width: 1600px;
  margin: 0 auto;
}

.culinaria {
  padding: 4rem 6.2rem 4rem;
  position: relative;
  background: #000;
}

@media only screen and (max-width: 1550px) {
  .culinaria {
    padding-bottom: 2rem;
  }
}

@media only screen and (max-width: 640px) {
  .culinaria {
    padding: 4rem 2rem;
  }
}

.culinaria .titulo {
  width: 34.5rem;
  max-width: 100%;
}

.culinaria .titulo img {
  width: 100%;
}

.culinaria .carrusel-desktop {
  display: block;
}

@media only screen and (max-width: 768px) {
  .culinaria .carrusel-desktop {
    display: none;
  }
}

.culinaria .carrusel-mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .culinaria .carrusel-mobile {
    display: block;
  }
}

.culinaria .w-video {
  position: relative;
}

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

.culinaria .w-video span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  color: #fff;
  text-align: center;
  height: 100%;
  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;
}

.culinaria .w-video span i {
  font-size: 1.2rem;
}

.culinaria .carrusel .tns-controls button:first-child {
  left: -4rem;
}

.culinaria .carrusel .tns-controls button:last-child {
  right: -4rem;
}

.culinaria .grid-culinaria {
  padding: 0 .2rem;
}

.culinaria .grid-culinaria img {
  width: 100%;
  vertical-align: bottom;
}

.culinaria .grid-culinaria .arriba {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .5rem;
}

@media only screen and (max-width: 1100px) {
  .culinaria .grid-culinaria .arriba {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.culinaria .grid-culinaria .arriba .izq {
  width: 55%;
  min-width: 55%;
}

@media only screen and (max-width: 1100px) {
  .culinaria .grid-culinaria .arriba .izq {
    width: 100%;
    min-width: 100%;
  }
}

.culinaria .grid-culinaria .arriba .der {
  width: 45%;
  min-width: 45%;
  padding-left: 2rem;
}

@media only screen and (max-width: 1100px) {
  .culinaria .grid-culinaria .arriba .der {
    width: 100%;
    min-width: 100%;
  }
}

.culinaria .grid-culinaria .arriba .der h3 {
  color: #fff;
  font-family: "Brittany Signature", sans-serif;
  margin: 0 0 .3rem;
  font-size: 3.5rem;
  font-weight: normal;
  line-height: 1.4;
}

.culinaria .grid-culinaria .arriba .der h3 span {
  display: inline-block;
  margin-left: 6.2rem;
}

.culinaria .grid-culinaria .arriba .der p {
  font-size: .8rem;
  color: #fff;
}

.culinaria .grid-culinaria .abajo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.culinaria .grid-culinaria .abajo .img-culinaria {
  width: calc(25% - .5rem);
}

.culinaria .grid-culinaria-mobile img {
  width: 100%;
  vertical-align: bottom;
}

.culinaria .grid-culinaria-mobile .w-video {
  margin-bottom: .2re;
}

.culinaria .grid-culinaria-mobile h4 {
  color: #fff;
  font-family: "Brittany Signature", sans-serif;
  margin: .5rem 0 1.5rem;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
}

.culinaria .grid-culinaria-mobile .fila-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.culinaria .grid-culinaria-mobile .fila-2 .izq {
  width: 50%;
  min-width: 50%;
}

.culinaria .grid-culinaria-mobile .fila-2 .izq img {
  margin-bottom: .8rem;
}

.culinaria .grid-culinaria-mobile .fila-2 .der {
  width: 50%;
  min-width: 50%;
  padding-left: .8rem;
}

.culinaria .grid-culinaria-mobile .fila-2 .der p {
  font-size: .8rem;
  color: #fff;
}

@media only screen and (max-width: 420px) {
  .culinaria .grid-culinaria-mobile .fila-2 .der p {
    font-size: .6rem;
  }
}

.mundo {
  text-align: center;
  background: #000;
  padding: 4rem 6.2rem 2rem;
}

@media only screen and (max-width: 640px) {
  .mundo {
    padding: 1rem 1.5rem 1.5rem;
  }
}

.mundo .titulo {
  text-align: center;
  width: 34rem;
  margin: 0 auto 3rem;
  max-width: 100%;
}

.mundo .titulo img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .mundo .titulo {
    width: 450px;
    margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 550px) {
  .mundo .titulo {
    width: 300px;
    margin-bottom: .5rem;
  }
}

.mundo .grid-mundo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 640px) {
  .mundo .grid-mundo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.mundo .grid-mundo .item-mundo {
  width: 33%;
  text-align: left;
  padding: 0 .2rem;
}

@media only screen and (max-width: 640px) {
  .mundo .grid-mundo .item-mundo {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.mundo .grid-mundo .item-mundo figure {
  width: 100%;
  margin-bottom: .5rem;
}

.mundo .grid-mundo .item-mundo figure img {
  width: 100%;
}

.mundo .grid-mundo .item-mundo h4 {
  font-size: 1.45rem;
  margin: 0 0 .7rem;
  font-family: "Albertsthal Typewriter", sans-serif;
  color: #fff;
  font-weight: normal;
}

.mundo .grid-mundo .item-mundo p {
  font-size: .83rem;
  color: #fff;
  width: 70%;
}

.mundo .ver-mas {
  margin: 0 auto;
  width: 8.5rem;
  display: inline-block;
}

.mundo .ver-mas img {
  width: 100%;
}

.w-video video {
  width: 100%;
  vertical-align: bottom;
  border: none;
}

footer {
  background-color: #000;
  text-align: center;
  position: relative;
  padding: 2rem 0 2rem;
  background-image: url("../images/bg-footer.png");
  background-position: left bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

footer .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
}

footer .bg img {
  width: 100%;
  vertical-align: bottom;
}

footer .logo {
  width: 5.4rem;
  margin: 0 auto 2rem;
  display: block;
  position: relative;
  z-index: 2;
}

footer .logo img {
  width: 100%;
}

footer .redes {
  text-align: right;
  position: relative;
  z-index: 2;
  padding-right: 4rem;
  margin-bottom: .5rem;
}

footer .redes a {
  color: #fff;
  margin-left: .5rem;
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  footer .redes {
    text-align: center;
    padding-right: 0;
  }
}

footer p {
  margin: 0;
  position: relative;
  z-index: 2;
}

footer p a {
  color: #fff;
  text-decoration: none;
}

.menu-mobile {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 44;
  background: #000;
  padding: 4rem 1.5rem 2rem;
  height: 100%;
  width: 320px;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.menu-mobile.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.menu-mobile a {
  color: #fff;
  display: block;
  margin-bottom: 1rem;
}

.mapa {
  position: relative;
  background: #000;
  text-align: center;
  z-index: 10;
  padding: 2rem 0rem 3rem 6rem;
}

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

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

.mapa .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

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

@media only screen and (max-width: 991px) {
  .mapa .bg {
    opacity: .6;
  }
}

.mapa .c-mapa {
  position: relative;
  z-index: 2;
  padding: 0 0 0 1.5rem;
}

@media only screen and (max-width: 1100px) {
  .mapa .c-mapa {
    padding: 0;
  }
}

.mapa h2 {
  margin: 0;
  position: absolute;
  z-index: 4;
  top: 3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.mapa h2 img {
  width: 32rem;
  max-width: 85%;
}

@media only screen and (max-width: 991px) {
  .mapa h2 {
    position: relative;
    top: auto;
  }
}

.mapa .w-mapa {
  position: relative;
}

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

.mapa .w-mapa img {
  width: 100%;
}

.mapa .w-mapa .punto {
  width: 9px;
  height: 9px;
  position: absolute;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
  z-index: 10;
}

.mapa .w-mapa .punto .w-punto {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #EB0028;
}

.mapa .w-mapa .punto .w-punto:hover {
  background: #fff;
}

.mapa .w-mapa .punto .w-punto:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: ripple 1.5s ease-out infinite;
          animation: ripple 1.5s ease-out infinite;
  left: 0%;
}

.mapa .w-mapa .punto .w-punto:hover + span {
  opacity: 1;
  left: 1rem;
}

.mapa .w-mapa .punto span {
  color: #fff;
  font-family: "Albertsthal Typewriter", sans-serif;
  position: absolute;
  left: 1.1rem;
  width: 150px;
  text-align: left;
  top: -0.2rem;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 10;
  font-size: .9rem;
}

.mapa .w-mapa .punto.activo .w-punto {
  background: #fff;
}

.mapa .w-mapa .punto.activo .w-punto:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: ripple 1.5s ease-out infinite;
          animation: ripple 1.5s ease-out infinite;
  left: 0%;
}

.mapa .w-mapa .punto.p1 {
  top: 40.2%;
  left: 17%;
}

.mapa .w-mapa .punto.p2 {
  top: 43.8%;
  left: 16.8%;
  z-index: 20;
}

.mapa .w-mapa .punto.p3 {
  top: 42%;
  left: 18%;
}

.mapa .w-mapa .punto.p4 {
  top: 48.5%;
  left: 21%;
}

.mapa .w-mapa .punto.p5 {
  top: 50.5%;
  left: 21.8%;
}

.mapa .w-mapa .punto.p6 {
  top: 39%;
  left: 30.5%;
}

.mapa .w-mapa .punto.p7 {
  top: 53%;
  left: 33.2%;
}

.mapa .w-mapa .punto.p8 {
  top: 85%;
  left: 33.6%;
}

.mapa .w-mapa .punto.p9 {
  top: 36%;
  left: 50.7%;
}

.mapa .w-mapa .punto.p10 {
  top: 30.6%;
  left: 51.5%;
}

.mapa .w-mapa .punto.p10 .w-punto:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  background: #fff;
}

.mapa .w-mapa .punto.p10 .w-punto:hover + span {
  opacity: 1;
  right: 1rem;
  left: auto;
}

.mapa .w-mapa .punto.p10 span {
  left: auto;
  right: 1rem;
  text-align: right;
}

.mapa .w-mapa .punto.p11 {
  top: 32.9%;
  left: 52.2%;
}

.mapa .w-mapa .punto.p11 .w-punto:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  background: #fff;
}

.mapa .w-mapa .punto.p11 .w-punto:hover + span {
  opacity: 1;
  right: 1rem;
  left: auto;
}

.mapa .w-mapa .punto.p11 span {
  left: auto;
  right: 1rem;
  text-align: right;
}

.mapa .w-mapa .punto.p12 {
  top: 30.8%;
  left: 53%;
  z-index: 24;
  overflow: hidden;
}

.mapa .w-mapa .punto.p12:hover {
  overflow: visible;
}

.mapa .w-mapa .punto.p13 {
  top: 31.2%;
  left: 54.3%;
  z-index: 22;
}

.mapa .w-mapa .punto.p14 {
  top: 28.7%;
  left: 53.4%;
}

.mapa .w-mapa .punto.p14:hover {
  z-index: 20;
}

.mapa .w-mapa .punto.p15 {
  top: 33.3%;
  left: 54.2%;
}

.mapa .w-mapa .punto.p16 {
  top: 34.8%;
  left: 56.5%;
}

.mapa .w-mapa-mobile {
  display: none;
  padding: 0 4rem;
}

@media only screen and (max-width: 991px) {
  .mapa .w-mapa-mobile {
    display: block;
  }
}

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

.mapa .w-mapa-mobile .img-mapa {
  margin-bottom: .5rem;
  max-width: 100%;
  width: 500px;
}

.mapa .w-mapa-mobile .select-mapa {
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
}

.mapa .w-mapa-mobile .select-mapa .seleccionado {
  background-image: url("../images/select-mapa.png");
  background-size: 100% 100%;
  width: 339px;
  max-width: 100%;
  height: 59px;
  color: #fff;
  font-family: "Albertsthal Typewriter", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  padding: .7rem .6rem;
  margin: 0 auto;
}

.mapa .w-mapa-mobile .select-mapa .seleccionado i {
  font-size: 28px;
  margin-left: .5rem;
  vertical-align: bottom;
}

@media only screen and (max-width: 550px) {
  .mapa .w-mapa-mobile .select-mapa .seleccionado {
    height: 50px;
    font-size: 18px;
  }
  .mapa .w-mapa-mobile .select-mapa .seleccionado i {
    font-size: 22px;
  }
}

.mapa .w-mapa-mobile .select-mapa .lista {
  color: #fff;
  font-family: "Albertsthal Typewriter", sans-serif;
  font-size: 22px;
  padding: 1rem;
  border: 2px solid #fff;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 10;
  max-width: 100%;
  width: 339px;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.mapa .w-mapa-mobile .select-mapa .lista.visible {
  opacity: 1;
  visibility: visible;
}

.mapa .w-mapa-mobile .select-mapa .lista .item {
  border-bottom: 1px solid #656565;
  padding: .5rem .3rem;
}

.mapa .w-mapa-mobile .select-mapa .lista .item:last-child {
  border-bottom: none;
}

@media only screen and (max-width: 550px) {
  .mapa .w-mapa-mobile .select-mapa .lista {
    font-size: 20px;
  }
}

.mapa .w-mapa-mobile .texto-mapa-mobile .panel-texto {
  display: none;
}

.mapa .w-mapa-mobile .texto-mapa-mobile .panel-texto.visible {
  display: block;
}

.mapa .w-mapa-mobile .texto-mapa-mobile .item-texto {
  text-align: left;
  margin-bottom: 3rem;
}

.mapa .w-mapa-mobile .texto-mapa-mobile .item-texto h4 {
  color: #fff;
  margin: 0 0 .5rem;
  font-family: "Albertsthal Typewriter", sans-serif;
  font-size: 26px;
  display: block;
}

@media only screen and (max-width: 480px) {
  .mapa .w-mapa-mobile .texto-mapa-mobile .item-texto h4 {
    font-size: 20px;
  }
}

.mapa .w-mapa-mobile .texto-mapa-mobile .item-texto .linea-texto {
  width: 295px;
  max-width: 100%;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 480px) {
  .mapa .w-mapa-mobile .texto-mapa-mobile .item-texto .linea-texto {
    width: 210px;
  }
}

.mapa .w-mapa-mobile .texto-mapa-mobile .item-texto .w-texto {
  display: none;
}

.mapa .w-mapa-mobile .texto-mapa-mobile .item-texto .w-texto p {
  color: #fff;
  font-size: 18px;
}

.mapa .w-mapa-mobile .texto-mapa-mobile .item-texto .w-texto p a {
  color: #fff;
  word-wrap: break-word;
}

.mapa .w-mapa-mobile .texto-mapa-mobile .item-texto a.btn-v {
  display: block;
}

.mapa .w-mapa-mobile .texto-mapa-mobile .item-texto a.btn-v img {
  width: 145px;
}

.mapa .w-mapa-mobile .texto-mapa-mobile .item-texto a.btn-v img.b-c {
  display: none;
}

@media only screen and (max-width: 480px) {
  .mapa .w-mapa-mobile .texto-mapa-mobile .item-texto a.btn-v img {
    width: 120px;
  }
}

.mapa .w-mapa-mobile .texto-mapa-mobile .item-texto.visible .w-texto {
  display: block;
}

.mapa .w-mapa-mobile .texto-mapa-mobile .item-texto.visible a.btn-v img.v-m {
  display: none;
}

.mapa .w-mapa-mobile .texto-mapa-mobile .item-texto.visible a.btn-v img.b-c {
  display: block;
}

.mapa .texto-mapa {
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 8rem;
  width: 16rem;
}

@media only screen and (max-width: 1990px) {
  .mapa .texto-mapa {
    bottom: 6rem;
  }
}

@media only screen and (max-width: 1550px) {
  .mapa .texto-mapa {
    bottom: 4rem;
  }
}

@media only screen and (max-width: 991px) {
  .mapa .texto-mapa {
    display: none;
  }
}

.mapa .texto-mapa .item-texto {
  display: none;
}

.mapa .texto-mapa .item-texto.visible {
  display: block;
}

.mapa .texto-mapa h3 {
  color: #fff;
  font-family: "Albertsthal Typewriter", sans-serif;
  margin: 0 0 .3rem;
  font-size: 1.25rem;
}

.mapa .texto-mapa h5 {
  color: #fff;
  font-family: "Albertsthal Typewriter", sans-serif;
  margin: 0 0 1.2rem;
  font-size: 1rem;
}

.mapa .texto-mapa p {
  font-size: .85rem;
  color: #fff;
  margin-bottom: 2rem;
}

.mapa .texto-mapa a {
  margin: 0 auto;
  width: 7rem;
  display: inline-block;
}

.mapa .texto-mapa a img {
  width: 100%;
}

.mapa .modal-mapa {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 4rem 3rem;
  top: 20%;
  width: 45rem;
  max-width: 98%;
  text-align: left;
  background-image: url("../images/bg-texto-mapa.png");
  background-size: 100% 100%;
  border: 1px solid #fff;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media only screen and (max-width: 768px) {
  .mapa .modal-mapa {
    display: none;
  }
}

.mapa .modal-mapa.visible {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.mapa .modal-mapa .cerrar-modal {
  position: absolute;
  top: .5rem;
  right: .5rem;
  cursor: pointer;
  color: #fff;
  font-size: 1.2rem;
}

.mapa .modal-mapa h4 {
  font-family: "Albertsthal Typewriter", sans-serif;
  color: #fff;
  margin: 0 0 .6rem;
  font-size: 1.4rem;
}

.mapa .modal-mapa .linea-texto {
  width: 12rem;
  margin-bottom: 1.5rem;
}

.mapa .modal-mapa p {
  color: #fff;
  font-size: .85rem;
  font-weight: 600;
}

.mapa .modal-mapa p a {
  color: #fff;
}

@-webkit-keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3);
  }
}

@keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3);
  }
}

@-webkit-keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

header .btn-fijo {
  position: fixed;
  top: 1rem;
  right: 2rem;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

header .btn-fijo.fixed {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 768px) {
  header .btn-fijo {
    display: none;
  }
}

.carrusel-poeta img {
  width: 100%;
}

html {
  background: #000;
}
/*# sourceMappingURL=estilos.css.map */