/* Titulos
***************/
.custom-html .landing-title-header {
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .custom-html .landing-title-header {
    margin-bottom: 10px;
  }
}
/* Fin Titulos
**************/
/* Fix Espacios
*************/
.landing_hotels > div {
  margin-top: 0;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .custom-html iframe {
    width: 100%;
  }
  .landing_hotels > div {
    /* margin-bottom: 0; */
  }
  .landing_hotels > .custom-html {
    margin: 15px 0;
  }
  .landing_hotels .copy-text {
    font-size: 14px;
  }
}
/* Fin Fix Espacios
*******************/
/* CTA Compra Entradas */
.btn-park-tickets {
  font-family: latolight;
  text-transform: uppercase;
  font-size: 18px;
  background: #00a7df;
  color: #fff;
  padding: 19px 10px;
  box-sizing: border-box;
  display: block;
  max-width: 300px;
  margin: 25px auto 40px;
  text-align: center;
  width: 100%;
}
/* Fin CTA Compra Entradas */
/* Menu Anchors */
.navigation-warner {
  font-size: 14px;
  text-transform: uppercase;
  list-style-type: none;
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}
.navigation-warner-anchor {
  padding: 0 10px;
  font-weight: bold;
}
.navigation-warner-anchor a {
  color: #00a7df;
}
/* Fin Menu Anchors */
/* Cartas Parques
******************/
.row {
  margin: 20px 0;
  overflow: hidden;
}
.row a {
  color: #00a7df;
  text-align: right;
  font-size: 12px;
}
.row .col {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 .75rem;
  min-height: 1px;
}
.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
@media only screen and (min-width: 601px) {
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
}
@media only screen and (min-width: 993px) {
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
}
.card {
  margin: .5rem 0 1rem 0;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #ededed;
}
.hoverable {
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
}
.card.small, .card.semi-medium, .card.large {
  position: relative;
}
.semi-medium {
  height: 255px;
}
.card .card-image {
  position: relative;
}
.card.small .card-image, .card.semi-medium .card-image, .card.large .card-image {
  max-height: 60%;
  overflow: hidden;
}
.opacity-hover {
  opacity: .95;
  transition: all .2s ease-out;
}
img {
  max-width: 100%;
}
.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  transition: all .2s ease-in-out;
  overflow: hidden;
  cursor: initial;
}
.card .card-content {
  padding: 10px;
  border-radius: 0 0 2px 2px;
}
.card.small .card-content, .card.semi-medium .card-content, .card.large .card-content {
  max-height: 100%;
  overflow: hidden;
}
.card.small .card-image+.card-content, .card.semi-medium .card-image+.card-content, .card.large .card-image+.card-content {
  max-height: 40%;
}
.texto-parrafo1 {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 400;
  font-family: "latolight";
  text-align: left;
}
.card .card-content p {
  line-height: 16px;
  color: #333;
  margin: 0;
}
.card .card-action {
  background-color: #00a7df;
  padding: 10px 24px;
  text-transform: uppercase;
  color: #fff;
}
.card.small .card-action, .card.semi-medium .card-action, .card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.card .card-action:last-child {
  border-radius: 0 0 2px 2px;
}
.card .card-title {
  font-size: 18px;
  font-weight: 300;
}
.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  max-width: 100%;
  padding: 10px;
  width: 100%;
  background: rgba(0,0,0,.6);
  margin: 0;
  text-shadow: 0px 2px 5px #000;
  pointer-events: none;
  text-align: left;
  text-transform: uppercase;
}
/* Fin Cartas Parques
******************/
/* Otros */
p.legal-warner {
  font-size: 12px;
}
.plano-warner {
  text-align: center;
}
.copy-text a {
  color: #00a7df;
}
img {
  max-width: 100%;
}