.logo-container {
  display: flex;
}

.logo-container .logo {
  width: 45px;
  height: 45px;
}
.flex-center {
    display: flex;
    justify-content: space-between;
}
.logo-container .name {
  margin-left: 15px;
  height: 35px;
}

.topbar-link {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}

.topbar-link .nav .nav-item {
  width: 100px;
  text-align: center;
}

.topbar-link a {
  color: white;
}

.bkt-btn {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}

.topbar-link .nav {
  display: flex !important;
  align-items: center;
}

.topbar-height {
  padding: 0;
  height: 70px;
  display: flex !important;
  align-items: center;
  z-index: 99999;
  position: fixed;
  top: 0;
  width: 100%;
}

.vertical-center {
  display: flex !important;
  align-items: center;
}

.d-none {
  display: none;
}

.main-book-float {
  border-radius: 10px;
  background: rgb(255, 255, 255);
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0%, -50%);
  /* padding: 35px 25px; */
  max-width: 380px;
  border-radius: 10px;
  min-width: 380px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

.main-book-float input:focus {
  /* border: 1px solid rgba(211, 211, 211, 0.8); */
  /* border-radius: 3px; */
  border-color: #F79E49 !important;
}

.main-book-float input {
  /* border: 1px solid rgba(211, 211, 211, 0.8); */
  border-radius: 3px;
}

.logo-form {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
}

.Main-home {
  /*height: calc( 100vh - 106px);*/
  min-height: 750px;
  /* margin-top: 70px; */
}

.main-book-float .book-inner {
  padding: 15px 30px;
  padding-bottom: 25px;
}

.main-book-float h3 {
  border-radius: 10px 10px 0 0;
  color: rgb(255, 255, 255);
  background: rgb(0, 95, 97);
  line-height: 50px;
  padding: 0 30px;
  margin: 0 auto;
  font-size: 20px;
}

.main-book-float label {
  font-size: 15px !important;
  line-height: 16px !important;
  letter-spacing: 1px !important;
  font-weight: bold;
  color: rgba(72, 72, 72, 0.8) !important;
  margin-bottom: 10px;
  margin-top: 10px;
}

.button-continue {
  background-color: rgb(240, 173, 78);
  border-color: rgb(240, 173, 78);
  /* padding: 10px 20px; */
  position: absolute;
  right: 30px;
  bottom: 13px;
  color: white;
  cursor: pointer;
}

.btn-inside {
  float: right;
  position: absolute;
  border-radius: 0px 3px 3px 0px;
  right: 1px;
  z-index: 5;
  background: rgb(247, 158, 73);
  border-color: rgb(247, 158, 73);
}

.c-white {
  color: white !important
}

.beer-container {
  background-image: url("/images/beer-background.png");
  padding: 50px 30px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.beer-container .row {
  max-width: 900px;
  margin: auto;
  margin-top: 40px;
}

.beer-container h2 {
  color: #005f62;
  font-size: 25px;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  margin: auto;
  background: rgb(255, 255, 255);
  padding: 9px 13px;
  justify-content: center;
  max-width: 300px;
  margin: auto;
}

.Main-home .theSlider img {
  width: 100%;
  min-height: 750px;
  max-height: 750px;
  will-change: transform;
  animation-duration: 10s;
  animation-name: background-image-animation;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
  transform: translateX(0) scale(1.1);
  background-size: cover;
  object-fit: cover;
  padding-top: 0px;
}

@keyframes background-image-animation {
  0% {
    transform: translateX(-5%) scale(1.1);
  }
  100% {
    transform: translateX(5%) scale(1.1);
  }
}

.triangle-0 {
  right: 0;
  bottom: 0;
  position: absolute;
  display: inline-block;
  margin: 0px;
  vertical-align: middle;
  width: 160px;
  height: 160px;
  border-bottom: solid 130px rgba(247, 158, 73, .8);
  border-right: solid 130px rgba(247, 158, 73, .8);
  border-left: solid 130px transparent;
  border-top: solid 130px transparent;
}

.triangle-0 div {
  width: 100%;
  top: -22px;
  left: 14px;
}

.triangle-0 span {
  color: rgb(255, 255, 255);
  font-family: arial;
  position: absolute;
  width: 260px;
  font-size: 20px;
  font-weight: bold;
  transform: rotate(-46deg);
  text-align: center;
  top: 12px;
  left: -96px;
  padding: 0 20px;
}

.img-benefits {
  height: 150px;
  width: 150px;
  background: rgba(0, 154, 147, 1);
  background: -moz-linear-gradient(45deg, rgba(0, 154, 147, 1) 0%, rgba(247, 158, 73, 1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0, 154, 147, 1)), color-stop(100%, rgba(247, 158, 73, 1)));
  background: -webkit-linear-gradient(45deg, rgba(0, 154, 147, 1) 0%, rgba(247, 158, 73, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(0, 154, 147, 1) 0%, rgba(247, 158, 73, 1) 100%);
  background: -ms-linear-gradient(45deg, rgba(0, 154, 147, 1) 0%, rgba(247, 158, 73, 1) 100%);
  background: linear-gradient(45deg, rgba(0, 154, 147, 1) 0%, rgba(247, 158, 73, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009a93', endColorstr='#f79e49', GradientType=1);
  ;
  position: relative;
  border-radius: 50%;
  padding: 5px;
  margin: auto;
}

.img-benefits .img-container {
  background: rgb(255, 255, 255);
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.img-benefits .img-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 13px;
}

.benefits-name {
  background: rgb(247, 158, 73);
  color: rgb(255, 255, 255);
  font-weight: bold;
  border-radius: 3px;
  margin: 30px 0px;
  padding: 5px 10px;
  height: 58px;
  display: flex !important;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.zone-card {
  box-sizing: border-box;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 800px;
  height: 100%;
  min-height: 300px;
  max-height: 300px;
  display: block;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  margin-bottom: 0 !important;
}

.m-t-8vh {
  margin-top: 8vh;
}

.zone-ctn {
  margin-top: 40px !important;
  max-width: 1200px;
  margin: auto !important;
  margin: 0 20px;
}

.zone-card *, .zone-card *::before, .zone-card *::after {
  box-sizing: inherit;
}

@media screen and (max-width: 800px) {
  .zone-card {
    width: 95%;
    max-width: 95%;
  }
  .line-title {
    font-size: 30px !important;
    background-color: transparent !important;
  }
  .line-title:before {
    display: none;
  }
}

@media screen and (max-width: 991) {
  .zone-card {
    max-width: 700px !important;
  }
}

@media screen and (max-width: 700px) {
  .triangle-0 {
    display: none;
  }
}

.zone-card[data-zone="zone one"] {
  background-image: url("/images/slider/image-01.jpg");
}

.zone-card[data-zone="zone two"] {
  background-image: url("/images/slider/image-05.jpg");
}

.zone-card[data-zone="zone three"] {
  background-image: url("/images/slider/image-07.jpg");
}

.zone-card[data-zone="zone four"] {
  background-image: url("/images/slider/image-09.jpg");
}

.zone-card__overlay {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(to right, rgba(42, 159, 255, 0.2) 0%, #212120 60%, #212120 100%);
  background-blend-mode: multiply;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

@media screen and (max-width: 600px) {
  .zone-card__overlay {
    background: linear-gradient(to bottom, rgba(42, 159, 255, 0.2) 0%, #212120 60%, #212120 100%);
  }
}

.zone-card__share {
  padding: 1em;
  display: inline-block;
  width: 100%;
  max-width: 130px;
}

@media screen and (max-width: 600px) {
  .zone-card__share {
    display: block;
    width: 100%;
  }
}

.zone-card__icon {
  color: #ffffff;
  mix-blend-mode: lighten;
  opacity: .4;
  background: none;
  padding: 0;
}

.zone-card__icon:hover {
  opacity: 1;
  mix-blend-mode: lighten;
}

.zone-card__icon:not(:first-of-type) {
  margin-left: 5px;
}

.zone-card__icon i {
  font-size: 1.2em;
}

.zone-card__content {
  width: 100%;
  margin-top: 3em;
  max-width: 370px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  float: right;
  padding-right: 1em;
  padding-bottom: 1em;
}

@media screen and (max-width: 1000px) {
  .zone-card__content {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .zone-card__content {
    margin-top: 4.2em;
    width: 100%;
    max-width: 100%;
    padding: 0 1em 1em;
  }
}

.zone-card__title {
  color: #ffffff;
  margin-bottom: .25em;
  opacity: .75;
}

.zone-card__info {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .8em;
  color: #f79e49;
  line-height: 1;
  margin: 0;
  font-weight: 700;
  font-size: 15px;
}

.zone-card__desc {
  font-weight: 500;
  opacity: .84;
  font-size: 30px;
  color: white;
}

.zone-card h1, .zone-card h2, .zone-card h3 {
  font-family: arial;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 400;
}

.zone-card .btn {
  padding: .5rem 2rem;
  background-color: rgba(255, 255, 255, 0.4);
  color: white;
}

.zone-card .btn-outline {
  background-color: transparent;
  border: 3px solid #ffffff;
}

.zone-card .btn-outline:hover {
  border-color: #f79e49;
  color: #f79e49;
  box-shadow: 0px 1px 8px 0px rgba(245, 199, 0, 0.2);
}

.line-title {
  margin-top: 80px !important;
  position: relative;
  z-index: 1;
  font: 33px sans-serif;
  margin-top: 30px;
  text-align: center;
  max-width: 700px;
  margin: auto;
  color: #005F62;
  text-transform: uppercase;
}

.line-title:before {
  border-top: 2px solid rgb(247, 157, 73);
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}

.line-title span {
  background: #fff;
  padding: 0 15px;
}


/* SERVICIOS */

.our-services {
  display: flex;
  height: 450px;
  margin: 50px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  margin-left: auto;
  margin-right: auto;
}

.our-services .panel {
  width: 20%;
  transition: .5s;
}

.our-services .panel:hover {
  width: 40%;
  transition: 0.5s cubic-bezier(0.235, 0.035, 0, 1.53);
}

.our-services .panel {
  background-size: cover;
  background-position: center;
  opacity: .9;
}

.our-services .panel:nth-of-type(1) {
  background-image: url("/images/slider/image-02.jpg");
  background-position: right;
}

.our-services .panel:nth-of-type(2) {
  background-image: url("/images/activities.png");
}

.our-services .panel:nth-of-type(3) {
  background-image: url("/images/dining.png");
}

.our-services .panel:nth-of-type(4) {
  background-image: url("/images/nightlife.png");
}

.our-services .panel:nth-of-type(5) {
  background-image: url("/images/tour.png");
}

.our-services .panel .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: linear-gradient(-45deg, rgba(0, 95, 98, 0.9), rgba(128, 0, 128, 0.1));
  transition: .3s;
  opacity: 0;
}

.our-services .panel .text h4 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  color: white;
  opacity: 0;
  position: relative;
  font-weight: bold;
  top: 15px;
  transition-delay: 0s;
  transition-duration: .2s;
  margin-bottom: 30px;
}

.our-services .panel .text h4:after {
  content: "";
  display: block;
  height: 2px;
  width: 0px;
  background: white;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 15px);
}

.our-services .panel .text p {
  margin: 0 !important;
  font-size: 15px;
  text-decoration: none;
  color: white;
  letter-spacing: .05rem;
  opacity: 0;
  position: relative;
  top: 10px;
  transition-delay: 0s;
  transition-duration: .2s;
}

.our-services .panel:hover {
  opacity: 1;
}

.our-services .panel:hover .text {
  opacity: 1;
}

.our-services .panel:hover .text h4 {
  transition-delay: .15s;
  opacity: 1;
  top: 0;
}

.our-services .panel:hover .text h4:after {
  width: 30px;
  transition-delay: .22s;
  transition-duration: .3s;
}

.our-services .panel:hover .text p {
  transition-delay: .4s;
  opacity: 1;
  top: 0;
}

.our-services .div-1 {
  background-color: white;
}

.our-services .div-2 {
  background-color: gray;
}

.our-services .div-3 {
  background-color: #555555;
}

.our-services .div-4 {
  background-color: #404040;
}

.our-services .div-5 {
  background-color: #333333;
}


/* TIMELINE */

.timeline-info {
  color: black;
  height: 100%;
  font: 100% "Lato", sans-serif;
  font-weight: lighter;
  height: 100%;
}

.timeline-info .container {
  margin-top: 50px;
}

.timeline-info .circle {
  font-weight: bold;
  padding: 15px 20px;
  border-radius: 50%;
  background-color: #005f62;
  color: white;
  max-height: 50px;
  z-index: 2;
}

.timeline-info .how-it-works.row {
  display: flex;
}

.timeline-info .how-it-works.row .col-2 {
  display: inline-flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
}

.timeline-info .how-it-works.row .col-2::after {
  content: "";
  position: absolute;
  border-left: 3px solid #f79e49;
  z-index: 1;
}

.timeline-info .how-it-works.row .col-2.bottom::after {
  height: 50%;
  left: 50%;
  top: 50%;
}

.timeline-info .how-it-works.row .col-2.full::after {
  height: 100%;
  left: calc(50% - 3px);
}

.timeline-info .how-it-works.row .col-2.top::after {
  height: 50%;
  left: 50%;
  top: 0;
}

.timeline-info .timeline div {
  padding: 0;
  height: 40px;
}

.timeline-info .timeline hr {
  border-top: 3px solid #f79e49;
  margin: 0;
  top: 17px;
  position: relative;
}

.timeline-info .timeline .col-2 {
  display: flex;
  overflow: hidden;
}

.timeline-info .timeline .corner {
  border: 3px solid #f79e49;
  width: 100%;
  position: relative;
  border-radius: 15px;
}

.timeline-info .timeline .top-right {
  left: 50%;
  top: -50%;
}

.timeline-info .timeline .left-bottom {
  left: -50%;
  top: calc(50% - 3px);
}

.timeline-info .timeline .top-left {
  left: -50%;
  top: -50%;
}

.timeline-info .timeline .right-bottom {
  left: 50%;
  top: calc(50% - 3px);
}

.two-panel {
  margin-top: 0;
}

.two-panel .panel:nth-of-type(1) {
  background-image: url("/images/wedding.png");
  /* background-position: right; */
}

.two-panel .panel:nth-of-type(2) {
  background-image: url("/images/deliver.png");
}

.two-panel .panel:nth-of-type(3) {
  background-image: url("/images/groups.png");
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.two-panel .panel {
  width: 33.33%;
}

.two-panel .panel:hover {
  width: 66.66%;
}

.p-relative {
  position: relative;
}

.image-gray-bgm {
  position: absolute;
  right: 0;
  width: 55%;
  bottom: 0;
  z-index: -1;
}

.offer-card-container {
  width: 100%;
  margin-right: auto !important;
  margin-left: auto;
  /* overflow: hidden; */
  margin-top: 70px;
  margin-bottom: 90px;
  position: relative;
}

.image-gray-bgm-offer {
  position: absolute;
  right: -30px;
  width: 55%;
  bottom: -67px;
  z-index: -1;
  min-width: 850px;
}

.offer-card {
  box-sizing: border-box;
  margin: auto;
  max-width: 450px;
  width: 100%;
  height: 540px;
  padding: 0 40px;
}

.offer-card h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.offer-card a {
  text-decoration: none;
}

.offer-card .menu-content {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.offer-card .menu-content li {
  display: inline-block;
}

.offer-card .menu-content a {
  color: #fff;
}

.offer-card .menu-content span {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  font-family: 'Open Sans';
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.c-white {
  color: white;
}

.m-t-0 {
  margin-top: 0px !important;
}

.no-p-m {
  margin: 0;
  padding: 0;
}

.offer-card .wrapper {
  background-color: #fff;
  min-height: 540px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}

.offer-card .wrapper:hover .data {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.offer-card .data {
  background: rgba(0, 0, 0, 0.75);
  padding: 3px 0px;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.75);
  position: absolute;
  bottom: 0px;
  width: 100%;
  -webkit-transform: translateY(calc(70px + 1em));
  transform: translateY(calc(70px + 1em));
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.offer-card .data .content {
  padding: 1em;
  position: relative;
  z-index: 1;
}

.offer-card .ofr {
  font-size: 15px;
  font-family: arial;
  background: #f79e49;
  padding: 5px 15px;
  border-radius: 100px;
  font-weight: bold;
}

.offer-card .title {
  font-size: 30px;
  margin-top: 20px;
}

.offer-card .text {
  font-family: 'Open Sans', sans-serif;
  color: rgb(255, 255, 255);
  height: 70px;
  margin: 0;
  font-size: 20px;
  font-family: arial;
  margin-top: 20px;
}

.offer-card input[type='checkbox'] {
  display: none;
}

.offer-card input[type='checkbox']:checked+.menu-content {
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
}

.offer-card .wrapper {
  background: url("/images/slider/image-09.jpg") center/cover no-repeat;
}

.offer-card .wrapper:hover .menu-content span {
  -webkit-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
  opacity: 1;
}

.offer-card .menu-content {
  float: right;
}

.offer-card .menu-content li {
  margin: 0 5px;
  position: relative;
}

.offer-card .menu-content span {
  transition: all 0.3s;
  opacity: 0;
}

.offer-card .data {
  color: #fff;
  -webkit-transform: translateY(calc(70px + 4em));
  transform: translateY(calc(70px + 4em));
}

.offer-card .title a {
  color: #fff;
}

.offer-card .button {
  display: block;
  width: 100px;
  margin: 1em auto 1em;
  text-align: center;
  font-family: arial;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  position: relative;
  font-weight: 700;
  transition: .5s;
}

.offer-card .button:hover {
  color: #f79e49;
}

.offer-card .button:hover::after {
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
  opacity: 1;
}

@media screen and (max-width: 650px) {
  .offer-card-container .image-gray-bgm-offer {
    display: none;
  }
  .our-services {
    display: block !important;
    height: auto !important;
  }
  .our-services .panel {
    min-height: 100px;
    margin-bottom: 10px;
    width: 100% !important;
  }
  .our-services .panel:hover .text {
    min-height: 100px;
  }
}

.second-topbar .nav {
  text-align: right;
  max-width: 700px;
  float: right;
}

.second-topbar .nav li {
  margin: 0 20px !important;
  margin-left: 20px !important;
  margin-right: 20px !important;
  font-weight: bold;
}

.second-topbar .nav li a {
  border: none !important;
  margin-top: 0 !important;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .zone-card {
    background-position: 50% 0%;
    background-size: cover;
    height: 400px;
  }
  .main-book-float {
    width: 90% !important;
    max-width: none !important;
    left: 5% !important;
    min-width: 90% !important;
  }
  .main-book-float img {
    display: none !important;
  }
  .main-book-float .book-inner {
    padding-bottom: 50px;
  }
  .second-topbar .nav li {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}

.header-img-opacity {
  position: absolute;
  right: -50px;
  width: 71%;
  top: -60px;
  z-index: 1;
  opacity: .7;
}

@media screen and (max-width: 750px) {
  .header-img-opacity {
    position: absolute;
    left: 80%;
    width: 71%;
    top: -200px;
    z-index: 0;
    opacity: .7;
  }
}

.o-hidden {
  overflow: hidden;
}

.w-100 {
  width: 100%
}

.img-inside-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65%;
  transform: translate(-50%, -50%);
}

.timeline-info .circle {
  width: 50px;
  height: 50px;
  position: relative;
}

ul.social-list {
    z-index: 9;
    position: relative;
}

nav.slider ul.main-menu {
    min-height: 50px;
    align-items: center;
}

nav.slider ul.main-menu li a.btn {
    margin-top: 0;   
}

@media (max-width: 991px) {
    .Main-home .Slider-content hgroup {
        position: relative;
        text-align: center;
        margin-top: 6rem;
    }
}

@media (max-width: 768px) {
    
    .TA_selfserveprop {
        margin-bottom: 40px;
        display: inline-flex;
        justify-content: center;
        widxwth: 100%;
        margin-top: 40px;
    }
    
    .TA_cdsscrollingravenarrow {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 30px;
    }
}

