:root {
  --primary: #005526;
  --secondary: #67b54b;
  --thirt: #34851c;
  --destacado: #fdf621;
  --bg: #005526;
  --bg-2: #b2e87a;
}

* {
  font-family: "Inter", sans-serif;
}

a {
  color: var(--bg-2);
  font-weight: 500;
}
a:hover {
  color: #fff;
}

.container {
  max-width: 1253px;
}

.orange {
  color: var(--destacado);
}

img.border-img {
  border: 1px solid var(--destacado);
}

.btn {
  background-color: var(--destacado);
  color: var(--bg);
  text-align: center;
  font-size: 1rem;
  border-radius: 50px;
}
.btn.big {
  font-size: 2rem;
  font-weight: 600;
  box-shadow: 0 27px 54px rgba(0, 0, 0, 0.17);
  padding: 1rem 4rem;
}
@media (max-width: 576px) {
  .btn.big {
    font-size: 1.05rem;
    padding: 1rem;
    width: 100%;
  }
}
.btn.btn-header {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 576px) {
  .btn.btn-header {
    font-size: 0.7rem;
    padding: 5px 0;
    border-radius: 8px;
    line-height: 0.9;
  }
}

strong {
  font-weight: 600;
}

header {
  position: relative;
  background: url(../img/bg.png) no-repeat center top/cover;
  overflow: hidden;
  padding: 6rem 0 0;
}
header > .container {
  position: relative;
}
@media (max-width: 576px) {
  header {
    min-height: 667px;
    padding: 4rem 0 0;
  }
  header .logo {
    max-width: 160px;
    width: 100%;
  }
}
header .data::before {
  content: "";
  display: block;
  max-width: 900px;
  width: 60%;
  height: 100%;
  position: absolute;
  right: 3rem;
  top: 0;
  background: url(../img/kiyo.png) no-repeat center bottom/100%;
  z-index: 0;
}
@media (max-width: 576px) {
  header .data::before {
    right: 0;
    bottom: -220px;
    background-size: 332px;
    height: 229px;
    top: auto;
    width: 100%;
    background: url(../img/kiyo-2.png) no-repeat center 0/100%;
  }
}
header .top-bar {
  background-color: var(--primary);
  color: #fff;
  padding: 1rem 0;
  align-items: center;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  text-align: center;
}
header .top-bar .countdown {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: left;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
header .top-bar .countdown li {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  margin: 0 0.5rem;
  line-height: 1;
}
header .top-bar .countdown li span {
  display: block;
  font-size: 0.7rem;
  font-weight: 100;
}
header .top-bar .desc {
  padding: 1rem 0 0;
  margin: 0;
  line-height: 0;
}
@media (max-width: 576px) {
  header .top-bar {
    padding: 0.7rem 0;
  }
  header .top-bar .countdown li {
    font-size: 1rem;
    margin: 0.2rem;
  }
  header .top-bar .countdown li span {
    font-size: 0.5rem;
  }
  header .top-bar .desc {
    line-height: 1;
    padding: 0;
    font-size: 0.8rem;
  }
}
header .row .text-banner {
  color: #fff;
}
header .row .text-banner span {
  font-weight: 500;
  text-transform: uppercase;
}
header .row .text-banner h1 {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  margin: 0 0 1rem;
}
header .row .text-banner h4 {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 1rem 0 2rem;
}
header .row .text-banner em {
  font-size: 0.75rem;
  line-height: 1;
  display: block;
}
header .row .text-banner .book {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1rem 0 0;
  display: flex;
  align-items: center;
}
header .row .text-banner .book img {
  margin: 0 0.5rem 0 0;
}
header .row .text-banner .book h5 {
  font-size: 0.9rem;
}
header .row .text-banner .ebook {
  margin: 0 1rem 0 0;
  width: 103px;
  height: 77px;
  display: inline-block;
  background: url(../img/tapa-ebook.png) no-repeat center center/cover;
}
@media (max-width: 576px) {
  header .row .text-banner .ebook {
    width: 163px;
    height: 77px;
  }
}
header .row .text-banner p {
  font-weight: 100;
}
header .row .text-banner form {
  display: block;
  margin: 1rem 0;
}
header .row .text-banner form label {
  font-size: 0.8rem;
  margin: 0.5rem 0 0;
}
header .row .text-banner form fieldset {
  border-radius: 50px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
header .row .text-banner form fieldset input {
  border: 0;
  outline: none;
  padding: 10px 10px 10px 20px;
}
header .row .text-banner form fieldset button {
  padding: 10px;
}
@media (max-width: 576px) {
  header .row .text-banner h1 {
    font-size: 1.2rem;
  }
  header .row .text-banner h1 strong {
    font-size: 3.6rem;
  }
  header .row .text-banner h4 {
    font-size: 1rem;
    margin: 0.4rem 0 1rem;
  }
}
header .row .text-banner .modal .modal-dialog {
  top: 50%;
  transform: translateY(-50%);
}
header .row .text-banner .modal .modal-dialog .modal-body h5 {
  color: var(--primary);
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 576px) {
  header .row .text-banner .modal .modal-dialog .modal-body h5 {
    font-size: 1rem;
  }
}
header .row .text-banner .modal .modal-dialog .modal-body .btn-close {
  position: absolute;
  top: 17px;
  right: 10px;
}
header .row .text-banner .modal form {
  display: block;
  margin: 0;
}
header .row .text-banner .modal form label {
  font-size: 0.8rem;
  margin: 1rem 0;
  color: var(--primary);
}
header .row .text-banner .modal form fieldset {
  border-radius: 0;
  overflow: hidden;
  background-color: #fff;
  display: block;
}
header .row .text-banner .modal form fieldset input {
  border: 1px solid #ccc;
  border-radius: 50px;
  outline: none;
  padding: 10px 10px 10px 20px;
  width: 100%;
  margin: 0 0 1rem;
}
header .row .text-banner .modal form fieldset button {
  width: 100%;
  padding: 10px 50px;
}

section {
  padding: 3rem 0;
  color: var(--primary);
}
section.bg-blue {
  background: var(--bg-2);
}
section p {
  color: var(--primary);
}
section h2 {
  color: var(--primary);
  max-width: 75%;
  margin: 0 auto;
  text-align: center;
  font-weight: 100;
  font-size: 2.2rem;
}
@media (max-width: 576px) {
  section h2 {
    max-width: 95%;
    font-size: 2rem;
  }
}
section .txt-generic {
  max-width: 50%;
  margin: 1rem auto 4rem;
}
section .txt-generic p {
  margin: 0;
  text-align: center;
}
@media (max-width: 576px) {
  section .txt-generic {
    max-width: 100%;
  }
}
section .icons-2 > .col {
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section .icons-2 > .col img {
  filter: drop-shadow(0 11px 11px rgba(0, 0, 0, 0));
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section .icons-2 > .col:hover {
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section .icons-2 > .col:hover img {
  filter: drop-shadow(0 11px 11px rgba(0, 0, 0, 0.1));
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section h3 {
  font-weight: 100;
  font-size: 2rem;
  margin: 35% 0 0 7%;
  transform: translateY(-50%);
}
section h4 {
  font-weight: 100;
  text-align: center;
}
section .testimonials {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
section .testimonials li {
  position: relative;
  background-color: #ccc;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  color: #fff;
  width: 100%;
  list-style-type: none;
}
section .testimonials li.instagram {
  background: #5f67e4;
  background: linear-gradient(45deg, #5f67e4 0%, #f73746 100%);
}
section .testimonials li.instagram .icon {
  height: 24px;
  width: 24px;
  background: url(../img/ico-insta.png) no-repeat center center/cover;
}
section .testimonials li.instagram .likes {
  padding-left: 26px;
  background: url(../img/ico-cora.png) no-repeat left center/18px;
}
section .testimonials li.facebook {
  background: #1822ac;
  background: linear-gradient(45deg, #1822ac 0%, #2871fa 100%);
}
section .testimonials li.facebook .icon {
  height: 24px;
  width: 24px;
  background: url(../img/ico-fb.png) no-repeat center center/cover;
}
section .testimonials li.facebook .likes {
  padding-left: 26px;
  background: url(../img/ico-like.png) no-repeat left center/18px;
}
section .testimonials li.twitter {
  background: #1822ac;
  background: linear-gradient(45deg, #187dac 0%, #28b7fa 100%);
}
section .testimonials li.twitter .icon {
  height: 24px;
  width: 24px;
  background: url(../img/ico-tuiter.png) no-repeat center center/cover;
}
section .testimonials li.twitter .likes {
  padding-left: 26px;
  background: url(../img/ico-cora.png) no-repeat left center/18px;
}
section .testimonials li .name {
  font-size: 1rem;
  font-weight: bold;
  position: relative;
}
section .testimonials li .name .icon {
  position: absolute;
  right: 0;
  top: 0;
}
section .testimonials li .date {
  font-size: 0.8rem;
}
section .testimonials li p {
  margin: 1rem 0;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  min-height: 100px;
  border-bottom: 1px solid #fff;
}
section .testimonials li .likes {
  padding: 0;
}
section.faqs {
  text-align: center;
}
section.faqs img {
  margin: 0 0 1.5rem;
}
section.faqs .col {
  padding: 2rem;
}
section.faqs .b-b {
  border-bottom: 1px solid var(--primary);
}
section.faqs .b-r {
  border-right: 1px solid var(--primary);
}
@media (max-width: 576px) {
  section.faqs .b-b,
section.faqs .b-r {
    border: none;
  }
  section.faqs .col {
    border-bottom: 1px solid var(--primary);
  }
  section.faqs .row:last-child .col:last-child {
    border: none;
  }
}
section.reserve {
  padding: 6rem 0;
}
section.mariel-kiyo .mariel {
  max-width: 150px;
  font-size: 0.65rem;
  line-height: 1;
  position: absolute;
  right: 36%;
  bottom: -10%;
}
section.mariel-kiyo .mariel strong {
  font-weight: 600;
  font-size: 0.9rem;
  display: block;
  line-height: 0;
}
@media (max-width: 576px) {
  section.mariel-kiyo .mariel {
    bottom: auto;
    top: 0;
    right: 50%;
  }
  section.mariel-kiyo .anfitriona {
    order: -1;
  }
  section.mariel-kiyo .row {
    padding: 0;
  }
  section.mariel-kiyo .row h3 {
    margin: 0;
    transform: none;
  }
  section.mariel-kiyo .row img {
    text-align: center;
    width: 100%;
  }
}

footer {
  padding: 4rem 0 7rem;
  background: var(--primary);
  color: #fff;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

@media (max-width: 576px) {
  .owl-carousel .owl-nav {
    display: none;
  }
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  font-size: 2rem;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translateY(-50%);
}

/* EXITO PAGE */
.exito header {
  padding: 0;
}
.exito header:before, .exito header:after {
  display: none;
}
.exito header .text-banner h2 {
  margin: 2rem 0 1rem;
  text-align: center;
  font-size: 1.7rem;
  letter-spacing: -0.9px;
}
.exito header .text-banner > span {
  font-size: 1.3rem;
}
.exito header .text-banner .steps {
  border: 1px solid rgba(0, 0, 0, 0.3);
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.2);
}
.exito header .text-banner .steps li {
  display: flex;
  padding: 2rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.exito header .text-banner .steps li:last-child {
  border: none;
}
.exito header .text-banner .steps li span {
  margin: 0 1rem;
  font-size: 2rem;
  font-weight: bold;
}
.exito header .text-banner .steps li p {
  font-weight: 500;
}
.exito header .text-banner .steps li p .ver-video {
  color: var(--bg-2);
}
.exito header .text-banner .important {
  margin: 2rem 0;
  font-weight: 800;
}
.exito header .text-banner .share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
}
.exito header .text-banner .share .wap {
  background: #1BD741 url(../img/whatsapp.png) no-repeat center center/50px;
  height: 80px;
  width: 80px;
  border-radius: 50px;
  display: block;
  margin: 2rem auto;
}
.exito header .text-banner .share .twit {
  background: #1DA1F2 url(../img/ico-tuiter.png) no-repeat center center/35px;
  height: 80px;
  width: 80px;
  border-radius: 50px;
  display: block;
  margin: 2rem auto;
}

/*# sourceMappingURL=styles.css.map */
