/*@import "buttons";
@import "forms";*/
/* Fonts */
@font-face {
  font-family: "GalanoGrotesqueAlt";
  src: url("/fonts/GalanoGrotesqueAlt-Light.woff2") format("woff2"), url("/fonts/GalanoGrotesqueAlt-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "GalanoGrotesqueAlt";
  src: url("/fonts/GalanoGrotesqueAlt-Medium.woff2") format("woff2"), url("/fonts/GalanoGrotesqueAlt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GalanoGrotesqueAlt";
  src: url("../fonts/GalanoGrotesqueAlt-SemiBold.woff2") format("woff2"), url("../fonts/GalanoGrotesqueAlt-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "GalanoGrotesqueAlt";
  src: url("../fonts/GalanoGrotesqueAlt-Bold.woff2") format("woff2"), url("../fonts/GalanoGrotesqueAlt-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-Light.woff2") format("woff2"), url("../fonts/FuturaPT-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-Medium.woff2") format("woff2"), url("../fonts/FuturaPT-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-Bold.woff2") format("woff2"), url("../fonts/FuturaPT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "FrankfurterNickJr";
  src: url("../fonts/FrankfurterNickJr.woff2") format("woff2"), url("../fonts/FrankfurterNickJr.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Global */
body {
  font-size: 16px;
  font-family: "Futura PT", Arial, Helvetica, sans-serif;
}

p {
  margin: 0;
  line-height: 1.4em;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
}

li {
  list-style: none;
}

h1 {
  font-family: "Futura PT", serif;
  font-size: 2em;
  line-height: 1.3em;
  font-weight: bold;
  margin: 0;
}

h2 {
  font-family: "Futura PT", serif;
  font-size: 1.6em;
  line-height: 1.15em;
  font-weight: 500;
  margin: 0;
}

.btn-primary, .btn-secondary {
  color: #fff !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  color: #fff !important;
}

/* 
.btn-outline-primary { 
     &:hover { color: $white!important; }
}
.btn-link, .btn-link:hover, .btn-link:active, .btn-link:focus { color: $primary!important; }
*/
/* Header */
.header-fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}

.header-fixed-payments {
    position: relative;
    top: 0;
    z-index: 999;
    width: 100%;
}

header {
  background: #fff;
  z-index: 999;
  width: 100%;
  min-height: 162px;
  position: relative;
  -webkit-box-shadow: 1px 0 10px 0 #B5B5B5;
  box-shadow: 1px 0 10px 0 #B5B5B5;
}

.subheader {
  background: #ff6a24;
  padding: 7px 0 8px 0;
}
.subheader ul li {
  color: #fff;
  float: right;
  margin: 0 10px;
}
.subheader ul li span {
  font-size: 1.1em;
  line-height: 1.4em;
  margin-right: 40px;
  font-family: "GalanoGrotesqueAlt";
  font-weight: 500;
  letter-spacing: 0.03em;
}
.subheader ul li a {
  color: #fff;
  display: block;
}
.subheader ul li a img {
  width: 24px;
}

.subheader-payments {
    background: #ff6a24;
    padding: 150px 0 8px 0;			  
}

.subheader-payments ul li {
	color: #fff;
	float: right;
	margin: 0 10px;						
}

.subheader-payments ul li span {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-right: 40px;
	font-family: "GalanoGrotesqueAlt";
	font-weight: 500;
	letter-spacing: 0.03em;
}

.subheader-payments ul li a {
color: #fff;
display: block;
}

.subheader-payments ul li a img {
	width: 24px;
}

.main-menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-menu .nav-item {
  display: block;
  float: left;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
}
.main-menu .nav-item .nav-link {
  font-weight: 500;
  font-size: 1.1em;
}
.main-menu .nav-item .nav-link:hover {
  color: #ff6a24;
}
.main-menu .nav-item:hover, .main-menu .nav-item:focus-within {
  cursor: pointer;
}
.main-menu .nav-item:focus-within a {
  outline: none;
}
.main-menu .nav-item .submenu {
  visibility: hidden;
  opacity: 0;
  min-width: 120px;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 5px;
  left: 0;
  display: none;
}
.main-menu .nav-item:hover > .submenu, .main-menu .nav-item:focus-within > .submenu, .main-menu .nav-item .submenu:hover, .main-menu .nav-item .submenu:focus {
  visibility: visible;
  opacity: 1;
  display: block;
  position: absolute;
}
.main-menu .nav-item .submenu {
  background: #fff;
  padding: 4px 0;
  -webkit-box-shadow: 0 8px 10px 0 #B5B5B5;
  box-shadow: 0 8px 10px 0 #B5B5B5;
}
.main-menu .nav-item .submenu li {
  background: #fff;
  clear: both;
  width: 100%;
  padding: 5px 10px;
}
.main-menu .nav-item .submenu li a {
  color: #707070;
  font-size: 1em;
}
.main-menu .nav-item .submenu li a:hover {
  color: #ff6a24;
}

.menu-logo img {
  width: 120px;
  margin-top: 12px;
}

.navbar-nav {
  margin-top: 30px;
}
.navbar-nav .nav-item .nav-link {
  font-family: "Futura PT";
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1.1em;
  color: #707070;
  margin: 0 10px;
  padding: 0 5px;
}
.navbar-nav .nav-item .nav-link.active {
  font-weight: bold;
}
.navbar-nav .nav-item .nav-link:hover {
  color: #ff6a24;
}
.navbar-nav .nav-item.lang .dropdown {
  margin-top: -8px;
}
.navbar-nav .nav-item.lang .dropdown button {
  background: #e8fcff;
  color: #707070;
  border: none;
}
.navbar-nav .nav-item.lang .dropdown button:hover {
  background: #b2f2fc;
  border: none;
}
.navbar-nav .nav-item.lang .dropdown .dropdown-menu {
  padding: 0;
  border: 0;
}
.navbar-nav .nav-item.lang .dropdown .dropdown-menu li {
  border: none;
  width: 60px;
}
.navbar-nav .nav-item.lang .dropdown .dropdown-menu li a {
  background: #b2f2fc;
  border: none;
  border-radius: 3px;
  color: #707070;
}

.quote {
  background: #fff;
  height: 100px;
  -webkit-box-shadow: 1px 0 10px 0 #B5B5B5;
  box-shadow: 1px 0 10px 0 #B5B5B5;
  z-index: 900;
  width: 100%;
  position: absolute;
  padding: 20px 0;
}
.quote .quote-inn .form .collapse {
  min-width: 210px;
}
.quote .quote-inn .form .input-box {
  border-right: 1px solid #c0c0c0;
  padding-left: 5px;
}
.quote .quote-inn .form label {
  font-size: 1.25em;
  font-family: "Futura PT";
  color: #707070;
  font-weight: 500;
  margin: 0;
  display: block;
}
.quote .quote-inn .form span.pax-result {
  display: block;
  font-size: 1em;
  color: #707070;
  font-family: "GalanoGrotesqueAlt";
  font-weight: 300;
  margin-top: 5px;
}
.quote .quote-inn .form .form-control {
  font-size: 1em;
  color: #707070;
  font-family: "GalanoGrotesqueAlt";
  font-weight: 300;
  padding: 5px;
  border: none;
  width: 95%;
}
.quote .quote-inn .form .form-control:focus {
  color: #02b1e1;
}
.quote .quote-inn .form .form-select {
  font-size: 1em;
  color: #707070;
  font-family: "GalanoGrotesqueAlt";
  font-weight: 300;
  padding: 5px 35px 4px 5px;
  border: none;
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.quote .quote-inn .form .form-select:focus {
  color: #02b1e1;
}
.quote .quote-inn .form .btn-pax {
  overflow: hidden;
  display: block;
  width: 95%;
  border-right: 1px solid #c0c0c0;
  padding-left: 5px;
}
.quote .quote-inn .form .pax-combo {
  background: #fff;
  padding: 20px 15px;
  width: 90%;
  min-width: 210px;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
}
.quote .quote-inn .form .pax-combo span {
  font-size: 1em;
  color: #707070;
  font-family: "GalanoGrotesqueAlt";
  font-weight: 500;
  line-height: 1.2em;
}
.quote .quote-inn .form .pax-combo span small {
  display: block;
  font-size: 0.9em;
  color: #707070;
  font-family: "GalanoGrotesqueAlt";
  font-weight: 300;
  margin: -4px 0 0 0;
}
.quote .quote-inn .btn-book {
  font-family: "Futura PT";
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.3em;
  border-radius: 100px;
  padding: 10px 25px;
  margin-top: 4px;
  height: 54px;
  width: 200px;
}
.quote .quote-inn .btn-book:hover {
  color: #fff;
  background: #02b1e1;
  border-color: #02b1e1;
  font-size: 1.2em;
}
.quote .quote-inn .input-group .btn {
  border-radius: 100px !important;
  width: 25px;
  height: 25px;
  padding: 0px;
  border-color: #02b1e1;
  background: #e8fcff;
}
.quote .quote-inn .input-group .btn span {
  font-size: 1.3em;
  color: #02b1e1;
  display: block;
  margin-top: 0;
}
.quote .quote-inn .input-group .btn:hover span {
  color: #707070;
}
.quote .quote-inn .input-group .input-pax {
  width: 26px;
  text-align: center;
}
.quote .quote-inn .input-group .form-control:disabled {
  background: #fff;
}

/* Slider */
.slider-home {
  background: #fff;
  margin-top: 260px;
  min-height: 600px;
  overflow: hidden;
}
.slider-home .carousel-inner {
  overflow: inherit;
}
.slider-home .carousel-inner .carousel-item {
  min-height: 600px;
}
.slider-home .carousel-inner .carousel-item img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.slider-home .carousel-inner .carousel-inner-shadow {
  height: 600px;
}
.slider-home .carousel-inner .carousel-inner-shadow .slider-block-text {
  color: #fff;
  margin-top: -801px;
  position: relative;
  height: 600px;				
}
.slider-home .carousel-inner .carousel-item .carousel-caption {
    bottom: 45%;
}
    .slider-home .carousel-inner .carousel-item .carousel-caption h1 {
        font-size: 4.5em;
        color: #fff;
        text-shadow: 1px 0 5px #3B3B3B;
        font-family: "Futura PT";
        font-weight: bold;
        line-height: 1em;
    }

.mainError {
    min-height: 350px;
}

.mainError.error .error-eichs {
    background-size: cover;
    background-position: top center;
    min-height: 200px;
    margin-top: 20px;
    position: relative;
    z-index: 99;
}

.mainError.error .error-eichs h1 {
    margin-top: 200px;
    font-size: 3.2em;
    color: #ff6a24;
    font-family: "Futura PT";
    font-weight: bold;
}

.mainError.error .error-eichs h2 {
    color: #f5b14a;
    font-family: "Futura PT";
    font-weight: 700;
    text-align: center;
			  
}
	
.main {
  min-height: 800px;
}




.main.home .home-wave {
  background: url(../img/white-waves.svg) no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 200px;
  margin-top: -160px;
  position: relative;
  z-index: 99;
}
.main.home .home-wave h1 {
  margin-top: 200px;
  font-size: 3.2em;
  color: #ff6a24;
  font-family: "Futura PT";
  font-weight: bold;
}

    .main.home .home-wave h2 {
            color: #f5b14a;
            font-family: "Futura PT";
            font-weight: 700;
            text-align: center;
        }
		
.main.home .home-eichs {
  background-size: cover;
  background-position: top center;
  min-height: 200px;
  margin-top: -240px;
  position: relative;
  z-index: 99;
}
.main.home .home-eichs h1 {
  margin-top: 230px;
  font-size: 3.2em;
  color: #ff6a24;
  font-family: "Futura PT";
  font-weight: bold;
}
.main.home .home-eichs h2 {						  
  color: #f5b14a;
  font-family: "Futura PT";
  font-weight: 700;
  text-align: center;						  
  font-size: 1.8em;
  max-width: 60%;
  margin: 0 auto 20px auto;							   
}

.main.home .home-eichs p {
    color: #707070;
    font-size: 1.1em;
    font-family: "Futura PT";
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
}
.main .home-tickets {
  padding: 30px 0 60px 0;
  /* Slider Options */
}
.main .home-tickets .type-ticket {
  border-radius: 20px;
  text-align: center;
  padding: 25px 15px;
  margin: 0 10px;
}
.main .home-tickets .type-ticket img {
  height: 60px;
  margin: 10px 0 15px 0;
  object-fit: contain;
  width: 100%;
}
.main .home-tickets .type-ticket h3 {
  color: #707070;
  padding: 10px 0 15px 0;
  font-family: "Futura PT";
  font-size: 2em;
  font-weight: 500;
  line-height: 1.05em;
}
.main .home-tickets .type-ticket p {
  margin: 5px 0 6px 0;
  color: #707070;
  font-size: 1.1em;
}
.main .home-tickets .type-ticket p.total {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px;
  margin: 12px 0 20px 0;
}
.main .home-tickets .type-ticket a {
  display: block;
  color: #02b1e1;
  margin: 10px 0 20px 0;
  font-size: 1.1em;
  text-decoration: underline;
  cursor: pointer;
}
.main .home-tickets .type-ticket.ticket-1 {
  border: 2px solid #5c0f8b;
}
.main .home-tickets .type-ticket.ticket-1 button {
  background: #5c0f8b;
  color: #fff;
  border-radius: 100px;
  padding: 5px 5px;
  font-size: 1.3em;
  font-family: "Futura PT";
  font-weight: bold;
  height: 50px;
  width: 100%;
  max-width: 250px;
}
.main .home-tickets .type-ticket.ticket-1 button:hover {
  background: #ff6a24;
  font-size: 1.2em;
}
.main .home-tickets .type-ticket.ticket-2 {
  border: 2px solid #f5b14a;
}
.main .home-tickets .type-ticket.ticket-2 button {
  background: #f5b14a;
  color: #fff;
  border-radius: 100px;
  padding: 5px 5px;
  font-size: 1.4em;
  font-family: "Futura PT";
  font-weight: 700;
  height: 50px;
  width: 100%;
  max-width: 250px;
  border: 0;
}
.main .home-tickets .type-ticket.ticket-2 button:hover {
  background: #ff6a24;
  font-size: 1.2em;
}
.main .home-tickets .type-ticket.ticket-3 {
  border: 2px solid #86b13e;
}
.main .home-tickets .type-ticket.ticket-3 button {
  background: #86b13e;
  color: #fff;
  border-radius: 100px;
  padding: 5px 5px;
  font-size: 1.4em;
  font-family: "Futura PT";
  font-weight: bold;
  height: 50px;
  width: 100%;
  max-width: 250px;
  border: 0;							
}
.main .home-tickets .type-ticket.ticket-3 button:hover {
  background: #ff6a24;
  font-size: 1.2em;
}
.main .home-tickets .type-ticket.ticket-4 {
  border: 2px solid #e74783;
}
.main .home-tickets .type-ticket.ticket-4 button {
  background: #e74783;
  color: #fff;
  border-radius: 100px;
  padding: 5px 5px;
  font-size: 1.4em;
  font-family: "Futura PT";
  font-weight: bold;
  height: 50px;
  width: 100%;
  max-width: 250px;
  border: 0;								
}
.main .home-tickets .type-ticket.ticket-4 button:hover {
  background: #ff6a24;
  font-size: 1.2em;
}
.main .home-tickets .type-ticket.ticket-5 {
  border: 2px solid #02b1e1;
}
.main .home-tickets .type-ticket.ticket-5 button {
  background: #02b1e1;
  color: #fff;
  border-radius: 100px;
  padding: 5px 5px;
  font-size: 1.4em;
  font-family: "Futura PT";
  font-weight: bold;
  height: 50px;
  width: 100%;
  max-width: 250px;
  border: 0;								
}
.main .home-tickets .type-ticket.ticket-5 button:hover {
  background: #ff6a24;
  font-size: 1.2em;
}
.main .home-tickets .type-ticket.ticket-6 {
  border: 2px solid #ff6a24;
}
.main .home-tickets .type-ticket.ticket-6 button {
  background: #ff6a24;
  color: #fff;
  border-radius: 100px;
  padding: 5px 5px;
  font-size: 1.4em;
  font-family: "Futura PT";
  font-weight: bold;
  height: 50px;
  width: 100%;
  max-width: 250px;
  border: 0;								
}
.main .home-tickets .type-ticket.ticket-6 button:hover {
  background: #ff6a24;
  font-size: 1.2em;
}
.main .home-tickets .type-ticket.ticket-7 {
  border: 2px solid #93397e;
}
.main .home-tickets .type-ticket.ticket-7 button {
  background: #93397e;
  color: #fff;
  border-radius: 100px;
  padding: 5px 25px;
  font-size: 1.4em;
  font-family: "Futura PT";
  font-weight: bold;
  height: 50px;
  width: 100%;
  max-width: 250px;
  border: 0;								
}
.main .home-tickets .type-ticket.ticket-7 button:hover {
  background: #ff6a24;
  font-size: 1.2em;
}
.main .home-tickets .type-ticket.ticket-8 {
  border: 2px solid #88B8BA;
}
.main .home-tickets .type-ticket.ticket-8 button {
  background: #88B8BA;
  color: #fff;
  border-radius: 100px;
  padding: 5px 25px;
  font-size: 1.4em;
  font-family: "Futura PT";
  font-weight: bold;
  height: 50px;
  width: 100%;
  max-width: 250px;
  border: 0;								
}
.main .home-tickets .type-ticket.ticket-8 button:hover {
  background: #ff6a24;
  font-size: 1.2em;
}
.main .home-tickets .splide__pagination {
  bottom: -30px;
}
.main .home-tickets .splide__arrow--prev {
  left: -2.5em;
}
.main .home-tickets .splide__arrow--next {
  right: -2.5em;
}
.main .home-tickets .splide__arrow {
  background: #fff;
}
.main .home-tickets .splide__arrow svg {
  fill: #ff6a24;
  height: 1.6em;
  width: 1.6em;
}

/* Modal Tickets */
.modal-tickets .modal-header h4 {
  color: #0380ba;
  font-size: 1.4em;
  font-family: "Futura PT";
  font-weight: 500;
  margin: 0;
}
.modal-tickets .modal-body h5 {
  font-size: 1.2em;
  font-family: "Futura PT";
  font-weight: 500;
}
.modal-tickets .modal-body ul {
  padding: 0 0 0 20px;
  margin-bottom: 20px;
}
.modal-tickets .modal-body ul li {
  list-style: disc;
  color: #707070;
  font-size: 1em;
  font-family: "Futura PT";
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 5px;
}
.modal-tickets .modal-body p {
  color: #707070;
  font-size: 1em;
  font-family: "Futura PT";
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.main-block-1 .mb-pic {
  width: 550px;
}
.main-block-1 p {
  color: #0380ba;
  font-size: 3.3em;
  font-family: "Futura PT";
  font-weight: 500;
  line-height: 1.05em;
  margin: 45px 0 0 0;
}

.main-attractions {
  background: #02b1e1;
  margin-top: -70px;
}
.main-attractions .top-attractions {
  background: url(../img/shared/Bubble_3.webp) no-repeat;
  background-position: 100px top;
  min-height: 180px;
  padding: 80px 0 0 0;
}
.main-attractions .top-attractions h2 {
  color: #fff;
  font-size: 3.2em;
  font-family: "Futura PT";
  font-weight: bold;
  text-align: center;
}

.middle-attractions {
  padding: 0 0 60px 0;
  background: url(../img/shared/Bubble_1.webp) no-repeat;
  background-position: 95% 20px;
  /* imghvr-slide ----------------------------- */
  /* imghvr-slide-up ----------------------------- */
  /* Zoom In #1 */
}
.middle-attractions .att-box {
  border-radius: 10px;
  overflow: hidden;
  background: #0380ba;
  text-align: center;
  margin-bottom: 40px;
  height: 420px;
}
.middle-attractions .att-box img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.middle-attractions .att-box h3 {
  color: #fff;
  font-family: "Futura PT";
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1.1em;
  margin: 1px 0 20px 0;
}
.middle-attractions .att-box p {
  font-size: 1em;
  line-height: 1.1em;
  color: #fff;
  font-family: "Futura PT";
  font-weight: 300;
}
.middle-attractions [class^=imghvr-], .middle-attractions [class*=" imghvr-"] {
  position: relative;
  display: inline-block;
  margin: 0;
  width: 100%;
  object-fit: cover;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.middle-attractions [class^=imghvr-] > img, .middle-attractions [class*=" imghvr-"] > img {
  vertical-align: top;
  max-width: 100%;
}
.middle-attractions [class^=imghvr-] figcaption, .middle-attractions [class*=" imghvr-"] figcaption {
  background-color: #135796;
  padding: 10px 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  height: 420px;
  margin-top: -50px;
}
.middle-attractions [class^=imghvr-] a, .middle-attractions [class*=" imghvr-"] a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.middle-attractions [class^=imghvr-], .middle-attractions [class*=" imghvr-"], .middle-attractions [class^=imghvr-]:before, .middle-attractions [class^=imghvr-]:after, .middle-attractions [class*=" imghvr-"]:before, .middle-attractions [class*=" imghvr-"]:after, .middle-attractions [class^=imghvr-] *, .middle-attractions [class*=" imghvr-"] *, .middle-attractions [class^=imghvr-] *:before, .middle-attractions [class^=imghvr-] *:after, .middle-attractions [class*=" imghvr-"] *:before, .middle-attractions [class*=" imghvr-"] *:after {
  box-sizing: border-box;
  transition: all 0.35s ease;
}
.middle-attractions [class^=imghvr-slide-]:hover figcaption, .middle-attractions [class*=" imghvr-slide-"]:hover figcaption {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-top: 0;
  background-color: rgba(19, 87, 150, 0.7333333333);
}
.middle-attractions .imghvr-slide-up figcaption {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.middle-attractions figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.middle-attractions figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.main-entertainment {
  padding: 80px 0;
  /* Slider Options */
}
.main-entertainment h2 {
  color: #86b13e;
  font-size: 3.2em;
  font-family: "Futura PT";
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.main-entertainment .ent-box {
  margin: 20px 10px 10px 10px;
  -webkit-box-shadow: 1px 0 10px 0 #B5B5B5;
  box-shadow: 1px 0 10px 0 #B5B5B5;
}
.main-entertainment .ent-box img {
  height: 500px;
  object-fit: cover;
  width: 100%;
}
.main-entertainment .ent-box .ent-box-inn {
  padding: 60px 20px 0 20px;
  font-family: "Futura PT";
}
.main-entertainment .ent-box .ent-box-inn span {
  color: #ff6a24;
  font-size: 1.4em;
  font-weight: 300;
  display: block;
}
.main-entertainment .ent-box .ent-box-inn h3 {
  color: #5c0f8b;
  font-size: 2.4em;
  font-weight: bold;
  line-height: 1.1em;
  margin: 0 0 40px 0;
}
.main-entertainment .ent-box .ent-box-inn p {
  font-size: 1.5em;
  font-weight: 300;
  color: #707070;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.main-entertainment .ent-box .ent-box-inn a {
  background: #93397e;
  color: #fff;
  border-radius: 100px;
  padding: 6px 20px;
  font-size: 1.3em;
  font-family: "Futura PT";
  font-weight: 500;
  height: 46px;
  width: 200px;
  margin-top: 30px;
}
.main-entertainment .ent-box .ent-box-inn a:hover {
  background: #ff6a24;
  font-size: 1.1em;
  padding: 9px 20px;
}
.main-entertainment .splide__pagination {
  display: none;
}
.main-entertainment .splide__arrow--prev {
  left: -2.5em;
}
.main-entertainment .splide__arrow--next {
  right: -2.5em;
}
.main-entertainment .splide__arrow {
  background: #fff;
}
.main-entertainment .splide__arrow svg {
  fill: #ff6a24;
  height: 1.6em;
  width: 1.6em;
}

.main-block-2 {
  background: #ff6a24;
  min-height: 400px;
  margin-top: 20px;
}
.main-block-2 p {
  color: #fff;
  font-family: "Futura PT";
  font-size: 2em;
  line-height: 1.3em;
  font-weight: bold;
  margin: 50px 0 10px 0;
}
.main-block-2 a {
  background: #86b13e;
  color: #fff;
  border-radius: 100px;
  padding: 6px 20px;
  font-size: 1.3em;
  font-family: "Futura PT";
  font-weight: bold;
  height: 46px;
  width: 200px;
  margin-top: 20px;
}
.main-block-2 a:hover {
  background: #02b1e1;
  color: #fff;
  font-size: 1.1em;
  padding: 9px 20px;
}
.main-block-2 .pic-b2 {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.main-block-2 .mb-pic-2 {
  height: 500px;
  margin-top: -500px;
  position: relative;
  z-index: 99;
  float: right;
  margin-right: -40px;
}

.main-block-3 {
  margin: 80px 0 50px 0;
}
.main-block-3 h2 {
  color: #f5b14a;
  font-size: 3.2em;
  font-family: "Futura PT";
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.main-block-3 p {
        color: #ff6a24;
        font-size: 2em;
        font-family: "Futura PT";
        font-weight: 700;
        text-align: center;
    }
footer {
  padding-top: 130px;
}
footer .footer-wave {
  background: url(../img/shared/footer-waves.svg) no-repeat;
  background-size: cover;
  min-height: 200px;
}
footer .footer-wave .img-pp1 {
  height: 302px;
  margin-top: -60px;
}
footer .footer-wave .img-pp2 {
  height: 250px;
  margin-top: -40px;
  margin-right: 30px;
  float: right;
}
footer .footer {
  background: #0380ba;
  padding: 20px 0 60px 0;
}
footer .footer h4 {
  color: #fff;
  font-size: 1.4em;
  font-family: "Futura PT";
  font-weight: 500;
  margin-bottom: 20px;
}

footer .footer h3 {
	color: #fff;
	font-size: 1.4em;
	font-family: "Futura PT";
	font-weight: 500;
	margin-bottom: 20px;
}
footer .footer ul {
  padding: 0;
}
footer .footer ul li {
  color: #fff;
  font-size: 1.1em;
  font-family: "Futura PT";
  font-weight: 300;
  margin-bottom: 6px;
}
footer .footer ul li a {
  color: #fff;
  display: block;
}
footer .footer p {
  color: #fff;
  font-size: 1.1em;
  font-family: "Futura PT";
  font-weight: 300;
  margin-bottom: 6px;
}
footer .footer .social-footer {
  margin-top: 30px;
}
footer .footer .social-footer img {
  width: 30px;
  margin-right: 35px;
  float: left;
}
footer .footer .footer-logo {
  float: right;
  width: 160px;
}
footer.blue-footer {
  background: #00a6dd;
  padding-top: 30px;
}
footer.gallery-footer {
  padding-top: 0;
  margin: -140px 0 0 0;
  position: relative;
  z-index: 99;
}

    footer .footer-newsletter {
        background: #0380ba;
        padding: 20px 0 60px 0;
    }

        footer .footer-newsletter h4 {
            color: #ff6a24;
            font-size: 1.4em;
            font-family: "Futura PT";
            font-weight: 700;
            margin-bottom: 20px;
        }

        footer .footer-newsletter p {
            font-size: 1.2em;
            font-family: "Futura PT";
            color: #707070;
            font-weight: 300;
            margin: 0;
            display: block;
        }							   						
/* Attractions */
.slider-attractions {
  background: #fff;
  margin-top: 150px;
  min-height: 800px;
  overflow: hidden;
}
.slider-attractions .carousel-inner {
  overflow: inherit;
}
.slider-attractions .carousel-inner .carousel-item {
  min-height: 800px;
}
.slider-attractions .carousel-inner .carousel-item img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}
.slider-attractions .carousel-inner .carousel-item .carousel-caption {
  bottom: 45%;
}
.slider-attractions .carousel-inner .carousel-item .carousel-caption h1 {
  font-size: 4.5em;
  color: #fff;
  text-shadow: 1px 0 5px #3B3B3B;
  font-family: "Futura PT";
  font-weight: bold;
  line-height: 1em;
}

.main-attractions-2 .attractions-wave {
  background: url(../img/white-waves.svg) no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 162px;
  margin-top: -160px;
  position: relative;
  z-index: 99;
  margin-bottom: 10px;
}

.main-attractions-2 h1 {
    color: #ff6a24;
    font-family: "Futura PT";
    font-weight: 700;
    text-align: center;
    font-size: 3.2em;
}

.main-attractions-2 h2 {
    color: #f5b14a;
    font-size: 2em;
    font-family: "Futura PT";
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}

.main-attractions-2 .pDescription {
    color: #f5b14a;
    font-size: 2em;
    font-family: "Futura PT";
    font-weight: 700;
    text-align: center;
}
.main-attractions-2 .middle-attractions {
  padding-bottom: 30px;
}

.main-entertainment-2 .entertainment-wave {
  background: url(../img/white-waves.svg) no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 200px;
  margin-top: -160px;
  position: relative;
  z-index: 99;
  margin-bottom: 10px;
}
.main-entertainment-2 .fun-blocks h1 {
    font-size: 3.2em;
    color: #ff6a24;
    font-family: "Futura PT";
    font-weight: bold;
    text-align: center;
}
.main-entertainment-2 .fun-blocks h2 {
  color: #f5b14a;
  /*font-size: 3.2em;*/
  font-weight: bold;
  text-align: center;
  margin: 0 0 40px 0;
}
.main-entertainment-2 .fun-blocks .fb-inn {
  margin-bottom: 50px;
}
.main-entertainment-2 .fun-blocks .fb-inn h3 {
  font-size: 2.1em;
  color: #707070;
  font-family: "Futura PT";
  font-weight: 500;
  line-height: 1.1em;
  margin-bottom: 30px;
}
.main-entertainment-2 .fun-blocks .fb-inn p {
  font-size: 1.2em;
  line-height: 1.4em;
  color: #707070;
  font-weight: 300;
  margin-bottom: 20px;
}
.main-entertainment-2 .fun-blocks .fb-inn img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 50px;
}
.main-entertainment-2 .fun-blocks .fb-inn.fb-1 {
  border-bottom: 4px solid #02b1e1;
  text-align: right;
}
.main-entertainment-2 .fun-blocks .fb-inn.fb-1 .fb-1-inn {
  padding: 40px 20px;
  font-family:'Futura PT';
}
.main-entertainment-2 .fun-blocks .fb-inn.fb-1 .fb-1-inn a {
  background: #02b1e1;
  color: #fff;
  border-radius: 100px;
  padding: 6px 20px;
  font-size: 1.3em;
  font-family: "Futura PT";
  font-weight: 500;
  height: 46px;
  width: 200px;
  margin-top: 20px;
}
.main-entertainment-2 .fun-blocks .fb-inn.fb-1 .fb-1-inn a:hover {
  background: #ff6a24;
  font-size: 1.1em;
  padding: 9px 20px;
}
.main-entertainment-2 .fun-blocks .fb-inn.fb-2 {
  border-bottom: 4px solid #86b13e;
  text-align: left;
}
.main-entertainment-2 .fun-blocks .fb-inn.fb-2 .fb-2-inn {
  padding: 40px 20px;
  font-family:'Futura PT';
}
.main-entertainment-2 .fun-blocks .fb-inn.fb-2 .fb-2-inn a {
  background: #86b13e;
  color: #fff;
  border-radius: 100px;
  padding: 6px 20px;
  font-size: 1.3em;
  font-family: "Futura PT";
  font-weight: 500;
  height: 46px;
  width: 200px;
  margin-top: 20px;
}
.main-entertainment-2 .fun-blocks .fb-inn.fb-2 .fb-2-inn a:hover {
  background: #ff6a24;
  font-size: 1.1em;
  padding: 9px 20px;
}
.main-entertainment-2 .fun-blocks .fb-inn.fb-3 {
  border-bottom: 4px solid #ff6a24;
  text-align: right;
}
.main-entertainment-2 .fun-blocks .fb-inn.fb-3 .fb-3-inn {
  padding: 40px 20px;
  font-family:'Futura PT';
}
.main-entertainment-2 .fun-blocks .fb-inn.fb-3 .fb-3-inn a {
  background: #ff6a24;
  color: #fff;
  border-radius: 100px;
  padding: 6px 20px;
  font-size: 1.3em;
  font-family: "Futura PT";
  font-weight: 500;
  height: 46px;
  width: 200px;
  margin-top: 20px;
}
.main-entertainment-2 .fun-blocks .fb-inn.fb-3 .fb-3-inn a:hover {
  background: #ff6a24;
  font-size: 1.1em;
  padding: 9px 20px;
}

.main-incredible {
  padding: 80px 0;
  /* Slider Options */
}
.main-incredible h2 {
  color: #86b13e;
  font-size: 3.2em;
  font-family: "Futura PT";
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.main-incredible .pDescription {
	color: #f5b14a;
	font-size: 2em;
	font-family: "Futura PT";
	font-weight: 700;
	text-align: center;
}						
.main-incredible .ent-box {
   margin: 20px 10px 10px 10px;
										   
  box-shadow: 1px 0 10px 0 #B5B5B5;
}
.main-incredible .ent-box img {
  height: 500px;
  object-fit: cover;
  width: 100%;
}
.main-incredible .ent-box .ent-box-inn {
  padding: 50px 20px 0 20px;
  font-family: "Futura PT";
}
.main-incredible .ent-box .ent-box-inn span {
  color: #ff6a24;
  font-size: 1.4em;
  font-weight: 300;
  display: block;
}
.main-incredible .ent-box .ent-box-inn h3 {
  color: #5c0f8b;
  font-size: 2.4em;
  font-weight: bold;
  line-height: 1.1em;
  margin: 0 0 40px 0;
}
.main-incredible .ent-box .ent-box-inn p {
  font-size: 1.4em;
  font-weight: 300;
  color: #707070;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.main-incredible .ent-box .ent-box-inn a {
  background: #93397e;
  color: #fff;
  border-radius: 100px;
  padding: 6px 20px;
  font-size: 1.3em;
  font-family: "Futura PT";
  font-weight: 500;
  height: 46px;
  width: 200px;
  margin-top: 20px;
}
.main-incredible .ent-box .ent-box-inn a:hover {
  background: #ff6a24;
  font-size: 1.1em;
  padding: 9px 20px;
}
.main-incredible.no-bottom {
  padding: 20px 0 0 0;
}
.main-incredible .splide__pagination {
  display: none;
}
.main-incredible .splide__arrow--prev {
  left: -2.5em;
}
.main-incredible .splide__arrow--next {
  right: -2.5em;
}
.main-incredible .splide__arrow {
  background: #fff;
}
.main-incredible .splide__arrow svg {
  fill: #ff6a24;
  height: 1.6em;
  width: 1.6em;
}

.main-packages .packs-wave {
  background: url(../img/white-waves.svg) no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 200px;
  margin-top: -160px;
  position: relative;
  z-index: 99;
  margin-bottom: 10px;
}
.main-packages h2 {
  color: #707070;
  /*font-size: 3.2em;*/
  font-weight: bold;
  text-align: center;
  margin: 0 0 40px 0;
}

.main-deals {
  padding: 80px 0;
  /* Slider Options */
}
.main-deals h2 {
  color: #ff6a24;
  font-size: 3.2em;
  font-family: "Futura PT";
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
.main-deals p {
  font-size: 1.5em;
  color: #707070;
  margin-bottom: 20px;
}
.main-deals .ent-box {
  margin: 20px 10px 10px 10px;

  box-shadow: 1px 0 10px 0 #B5B5B5;
}
.main-deals .ent-box img {
  height: 500px;
  object-fit: cover;
  width: 100%;
}
.main-deals .ent-box .ent-box-inn {
  padding: 50px 20px 0 20px;
  font-family: "Futura PT";
}
.main-deals .ent-box .ent-box-inn span {
  color: #ff6a24;
  font-size: 1.4em;
  font-weight: 300;
  display: block;
}
.main-deals .ent-box .ent-box-inn h3 {
  color: #5c0f8b;
  font-size: 2.4em;
  font-weight: bold;
  line-height: 1.1em;
  margin: 0 0 40px 0;
}
.main-deals .ent-box .ent-box-inn p {
  font-size: 1.4em;
  font-weight: 300;
  color: #707070;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.main-deals .ent-box .ent-box-inn a {
  background: #93397e;
  color: #fff;
  border-radius: 100px;
  padding: 6px 20px;
  font-size: 1.3em;
  font-family: "Futura PT";
  font-weight: 500;
  height: 46px;
  width: 200px;
  margin-top: 20px;
}
.main-deals .ent-box .ent-box-inn a:hover {
  background: #ff6a24;
  font-size: 1.1em;
  padding: 9px 20px;
}
.main-deals .splide__pagination {
  display: none;
}
.main-deals .splide__arrow--prev {
  left: -2.5em;
}
.main-deals .splide__arrow--next {
  right: -2.5em;
}
.main-deals .splide__arrow {
  background: #fff;
}
.main-deals .splide__arrow svg {
  fill: #ff6a24;
  height: 1.6em;
  width: 1.6em;
}

.block-package {
  border-radius: 10px;
  padding: 20px;
  height: 310px;
  display: block;
  margin-bottom: 25px;
}
.block-package img {
  height: 54px;
  margin: 10px 0 10px 0;
  object-fit: contain;
}
.block-package h3 {
  font-size: 3em;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 5px;
  width: 160px;
}
.block-package p {
  color: #707070;
  font-family: "GalanoGrotesqueAlt";
  font-size: 1.1em;
  line-height: 1.2em;
  margin-bottom: 25px;
}
.block-package a {
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: underline;
}
.block-package .bp-inn {
  visibility: hidden;
}
.block-package:hover .bp-inn {
  visibility: visible;
}
.block-package:hover h3 {
  width: 100%;
}
.block-package.bp-1 {
  border: 3px solid #f5b14a;
}
.block-package.bp-1 h3 {
  color: #f5b14a;
}
.block-package.bp-1 .bp-inn a {
  color: #5c0f8b;
}
.block-package.bp-2 {
  border: 3px solid #02b1e1;
}
.block-package.bp-2 h3 {
  color: #02b1e1;
}
.block-package.bp-2 .bp-inn a {
  color: #f5b14a;
}
.block-package.bp-3 {
  border: 3px solid #93397e;
}
.block-package.bp-3 h3 {
  color: #93397e;
}
.block-package.bp-3 .bp-inn a {
  color: #5c0f8b;
}
.block-package.bp-4 {
  border: 3px solid #e74783;
}
.block-package.bp-4 h3 {
  color: #e74783;
}
.block-package.bp-4 .bp-inn a {
  color: #5c0f8b;
}
.block-package.bp-5 {
  border: 3px solid #86b13e;
}
.block-package.bp-5 h3 {
  color: #86b13e;
}
.block-package.bp-5 .bp-inn a {
  color: #f5b14a;
}
.block-package.bp-6 {
  border: 3px solid #ff6a24;
}
.block-package.bp-6 h3 {
  color: #ff6a24;
}
.block-package.bp-6 .bp-inn a {
  color: #5c0f8b;
}

.offers-blocks h1 {
    font-size: 3.2em;
    color: #ff6a24;
    font-family: "Futura PT";
    font-weight: bold;
    text-align: center;
}
.offers-blocks h2 {
  color: #f5b14a;
  /*font-size: 3.2em;*/
  font-weight: bold;
  text-align: center;
  /*margin: 0 0 10px 0 !important;*/
}
.offers-blocks .sub-tt {
  text-align: center;
  font-size: 1.3em;
  color: #ff6a24;
  margin: 0 0 50px 0;
}
.offers-blocks .bo-inn {
  margin-bottom: 50px;
}
.offers-blocks .bo-inn h3 {
  font-size: 2.1em;
  color: #707070;
  font-family: "Futura PT";
  font-weight: bold;
  line-height: 1.1em;
  margin-bottom: 20px;
}
.offers-blocks .bo-inn img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
.offers-blocks .bo-inn p {
  font-size: 1.1em;
  line-height: 1em;
  color: #707070;
  font-weight: 300;
  margin-bottom: 20px;
}
.offers-blocks .bo-inn p.bo-total {
  font-size: 1.2em;
  text-align: left;
}
.offers-blocks .bo-inn p.bo-pack {
  text-align: center;
  color: #02b1e1;
  font-weight: 500;
  line-height: 1.1em;
  font-size: 1.1em;
  padding-top: 6px;
}
.offers-blocks .bo-inn p.bo-cross-price {
  font-size: 0.85em;
  color: #707070;
  text-decoration: line-through;
  margin: 0;
  font-weight: 500;
}
.offers-blocks .bo-inn p.bo-price {
  font-weight: 500;
  color: #ff6a24;
  font-size: 1.3em;
  margin: -2px 0 0 0;
}
.offers-blocks .bo-inn p.bo-price span {
  font-size: 0.9em;
}
.offers-blocks .bo-inn.bo-1 {
  border-bottom: 4px solid #02b1e1;
  text-align: right;
}
.offers-blocks .bo-inn.bo-1 .bo-1-inn {
  padding: 40px 20px;
  font-family: 'Futura PT';
}
.offers-blocks .bo-inn.bo-1 .bo-1-inn a {
  background: #02b1e1;
  color: #fff;
  border-radius: 100px;
  padding: 6px 20px;
  font-size: 1.3em;
  font-family: "Futura PT";
  font-weight: 500;
  height: 46px;
  width: 200px;
  margin-top: 10px;
}
.offers-blocks .bo-inn.bo-1 .bo-1-inn a:hover {
  background: #ff6a24;
  font-size: 1.1em;
  padding: 9px 20px;
}
.offers-blocks .bo-inn.bo-2 {
  border-bottom: 4px solid #86b13e;
  text-align: left;
}
.offers-blocks .bo-inn.bo-2 .bo-2-inn {
  padding: 40px 20px;
  font-family: 'Futura PT';
}
.offers-blocks .bo-inn.bo-2 .bo-2-inn a {
  background: #86b13e;
  color: #fff;
  border-radius: 100px;
  padding: 6px 20px;
  font-size: 1.3em;
  font-family: "Futura PT";
  font-weight: 500;
  height: 46px;
  width: 200px;
  margin-top: 10px;
}
.offers-blocks .bo-inn.bo-2 .bo-2-inn a:hover {
  background: #ff6a24;
  font-size: 1.1em;
  padding: 9px 20px;
}
.offers-blocks .bo-inn.bo-2 .bo-2-inn p.bo-cross-price {
  text-align: right;
}
.offers-blocks .bo-inn.bo-2 .bo-2-inn p.bo-price {
  text-align: right;
}
.offers-blocks .bo-inn.bo-3 {
  border-bottom: 4px solid #ff6a24;
  text-align: right;
}
.offers-blocks .bo-inn.bo-3 .bo-3-inn {
  padding: 40px 20px;
  font-family: 'Futura PT';
}
.offers-blocks .bo-inn.bo-3 .bo-3-inn a {
  background: #ff6a24;
  color: #fff;
  border-radius: 100px;
  padding: 6px 20px;
  font-size: 1.3em;
  font-family: "Futura PT";
  font-weight: 500;
  height: 46px;
  width: 200px;
  margin-top: 10px;
}
.offers-blocks .bo-inn.bo-3 .bo-3-inn a:hover {
  background: #ff6a24;
  font-size: 1.1em;
  padding: 9px 20px;
}
.offers-blocks .txt-promo-details {
  background: #e8fcff;
  padding: 30px 20px;
  margin: 50px 0 20px 0;
  border-radius: 5px;
}
.offers-blocks .txt-promo-details h5 {
  margin: 0 0 15px 0;
  color: #707070;
  text-align: center;
}
.offers-blocks .txt-promo-details p {
  color: #707070;
  font-size: 0.95em;
  line-height: 1.2em;
  font-weight: 300;
}

.ticket-details {
  margin: 160px 0 60px;
  min-height: 300px;
  padding: 30px 0 0 0;
}
.ticket-details .title {
  display: block;
  overflow: hidden;
  margin: 0 0 15px 0;
}
.ticket-details .title button {
  float: left;
  margin: 3px 0 0 0;
  background: url(../img/icons/Left.webp) no-repeat;
  background-size: 25px;
  height: 30px;
  width: 30px;
  border: none;
  margin: 8px 0 0 0;
}
.ticket-details .title img {
  float: left;
  height: 36px;
  margin: 0 10px;
}
.ticket-details .title h1 {
  float: left;
  font-size: 2.4em;
  line-height: 1.2em;
  font-family: "Futura PT";
  font-weight: bold;
  margin: -2px 0 0 0;
}
.ticket-details .title.entrance-1 h1 {
  color: #f5b14a;
}
.ticket-details .address {
  margin: 0 0 15px 0;
  font-family: "GalanoGrotesqueAlt";
  font-size: 0.9em;
}
.ticket-details .gallery .brighten {
  overflow: hidden;
  margin: 0;
  display: block;
}
.ticket-details .gallery .brighten img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ticket-details .gallery .brighten:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  overflow: hidden;
}
.ticket-details .gallery .gp-1 {
  height: 452px;
  object-fit: cover;
  width: 100%;
}
.ticket-details .gallery .gp-2 {
  height: 222px;
  object-fit: cover;
  width: 100%;
}
.ticket-details .gallery .gp-3 {
  height: 222px;
  object-fit: cover;
  width: 100%;
}
.ticket-details .gallery .gp-4 {
  height: 222px;
  object-fit: cover;
  width: 100%;
}
.ticket-details .details-info {
  margin: 40px 0 0 0;
}
.ticket-details .details-info h3 {
  font-size: 1.2em;
  font-weight: bold;
  color: #212529;
  margin: 10px 0;
}
.ticket-details .details-info ul {
  padding: 0;
  margin-bottom: 36px;
}
.ticket-details .details-info ul li {
  font-size: 0.9em;
  line-height: 1.2em;
  font-family: "GalanoGrotesqueAlt";
  font-weight: 500;
  margin-bottom: 6px;
  color: #707070;
}
.ticket-details .details-info p {
  font-size: 1.1em;
  line-height: 1.2em;
  font-family: "Futura PT";
  font-weight: 500;
  color: #707070;
}
.ticket-details .tickets-price {
  margin: 40px 0 0 0;
  border-radius: 10px;
  border: 1px solid #c0c0c0;
  border-top: 5px solid #93397e;
  padding: 20px;
}
.ticket-details .tickets-price h3 {
  font-size: 1.5em;
  font-weight: 500;
  color: #212529;
  margin: 0;
}
.ticket-details .tickets-price small {
  font-size: 0.8em;
  color: #707070;
  display: block;
  margin-top: -2px;
  margin-bottom: 5px;
}
.ticket-details .tickets-price .tp-left {
  background: url(../img/icons/Ic_Incluido.webp) no-repeat;
  background-position: left 3px;
  background-size: 26px;
  padding-left: 30px;
  margin: 10px 0 0 0;
}
.ticket-details .tickets-price .tp-left p {
  font-size: 1.2em;
  line-height: 1.1em;
  margin: 0;
}
.ticket-details .tickets-price .tp-left span {
  font-size: 0.9em;
  color: #707070;
}
.ticket-details .tickets-price .tp-right {
  margin: 10px 0 0 0;
}
.ticket-details .tickets-price .tp-right p {
  font-size: 1.2em;
  line-height: 1.1em;
  margin: 0;
}
.ticket-details .tickets-price .tp-right span {
  font-size: 0.9em;
  color: #707070;
}
.ticket-details .btn-book {
  background: #5c0f8b;
  color: #fff;
  border-radius: 100px;
  padding: 6px 20px;
  font-size: 1.3em;
  font-family: "Futura PT";
  font-weight: bold;
  height: 46px;
  width: 100%;
  margin: 25px 0 10px 0;
}
.ticket-details .btn-book:hover {
  background: #ff6a24;
}

.main-groups {
  margin: 0 0 80px 0;
}
.main-groups .groups-wave {
  background: url(/img/white-waves.svg) no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 200px;
  margin-top: -160px;
  position: relative;
  z-index: 99;
  margin-bottom: 10px;
}
.main-groups .groups-block h2 {
  color: #86b13e;
  font-size: 3.2em;
  font-family: "Futura PT";
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.main-groups .groups-block h1 {
	font-size: 3.2em;
	color: #ff6a24;
	font-family: "Futura PT";
	font-weight: bold;
	text-align: center;
}
.main-groups .groups-block p {
  font-size: 1.1em;
  line-height: 1.2em;
  font-family: "Futura PT";
  font-weight: 300;
  color: #707070;
}
.main-groups .group-second {
  margin: 70px 0 40px;
}
.main-groups .group-second .blu-contact {
  background: #e8fcff;
  padding: 40px 20px;
  min-height: 480px;
}
.main-groups .group-second .blu-contact .form-control {
  font-size: 1.1em;
  line-height: 1.1em;
  font-family: "Futura PT";
  font-weight: 500;
  color: #707070;
  padding: 10px;
  margin-bottom: 15px;
}
.main-groups .group-second .blu-contact .form-select {
  font-size: 1.1em;
  line-height: 1.1em;
  font-family: "Futura PT";
  font-weight: 500;
  color: #707070;
  padding: 10px;
  margin-bottom: 15px;
}
.main-groups .group-second .blu-contact .sel-lada {
  width: 70%;
}
.main-groups .group-second .blu-contact button {
  width: 80%;
  margin: 30px 0 10px 0;
  border-radius: 100px;
  padding: 5px 5px;
  font-size: 1.4em;
  font-family: "Futura PT";
  font-weight: bold;
  height: 50px;
}
.main-groups .group-second .img-auditory {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
.main-groups .group-second.margins {
  margin: 30px 0 30px;
}
.main-groups.no-bottom {
  margin: 0;
}

.group-attractions {
  background: #00a6dd url(../img/shared/Bubble_3.webp) no-repeat;
  background-position: 100px 50px;
  padding: 80px 0 30px 0;
}
.group-attractions h2 {
  color: #fff;
  font-size: 3.2em;
  font-family: "Futura PT";
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

/* Gallery */
.main-gallery {
  margin: 0 0 80px 0;
}
.main-gallery .gallery-wave {
  background: url(../img/white-waves.svg) no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 200px;
  margin-top: -160px;
  position: relative;
  z-index: 99;
  margin-bottom: 10px;
}

.main-gallery .gallery-block h1 {
	font-size: 3.2em;
	color: #ff6a24;
	font-family: "Futura PT";
	font-weight: bold;
	text-align: center;
}
.main-gallery .gallery-block h2 {
  color: #f5b14a;
  /*font-size: 3.2em;*/
  font-family: "Futura PT";
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.main-gallery .gallery-block p {
    color: #707070;
    font-size: 1.1em;
    font-family: "Futura PT";
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
}

.main-gallery .gallery-block .slider-gallery {
  margin: 30px 0 70px 0;
}
.main-gallery .gal-pic {
  margin-bottom: 20px;
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.slider-gallery {
  /* Slider Options */
}
.slider-gallery .splide__list {
  padding: 30px 0 !important;
}
.slider-gallery .splide__list .splide__slide img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  opacity: 0.6;
}
.slider-gallery .splide__pagination {
  display: none;
}
.slider-gallery .splide__slide.is-visible.is-active img {
  width: 600px;
  position: absolute;
  z-index: 999;
  max-width: 150%;
  margin-left: -25%;
  margin-top: -30px;
  height: 450px;
  opacity: 1;
}
.slider-gallery .splide__pagination {
  display: none;
}
.slider-gallery .splide__arrow--prev {
  left: -2.5em;
}
.slider-gallery .splide__arrow--next {
  right: -2.5em;
}
.slider-gallery .splide__arrow {
  background: #fff;
}
.slider-gallery .splide__arrow svg {
  fill: #ff6a24;
  height: 1.6em;
  width: 1.6em;
}

.main-gallery-2 {
  background: #ff6a24;
  min-height: 400px;
  margin-top: 20px;
}
.main-gallery-2 p {
  color: #fff;
  font-family: "Futura PT";
  font-size: 2em;
  line-height: 1.3em;
  font-weight: bold;
  margin: 70px 0 10px 0;
}
.main-gallery-2 a {
  background: #86b13e;
  color: #fff;
  border-radius: 100px;
  padding: 6px 20px;
  font-size: 1.3em;
  font-family: "Futura PT";
  font-weight: bold;
  height: 46px;
  width: 200px;
  margin-top: 20px;
}
.main-gallery-2 a:hover {
  background: #02b1e1;
  color: #fff;
  font-size: 1.1em;
  padding: 9px 20px;
}
.main-gallery-2 .pic-b2 {
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.main-gallery-2 .mb-pic-2 {
  height: 550px;
  margin-top: -550px;
  position: relative;
  z-index: 99;
  float: right;
  margin-right: -40px;
}

.additional-tickets {
  /* Slider Options */
}
.additional-tickets h2 {
  color: #707070;
  font-size: 2.6em;
  font-family: "Futura PT";
  font-weight: 500;
  margin-bottom: 25px;
}
.additional-tickets .block-package {
  margin: 0 10px;
}
.additional-tickets .splide__pagination {
  display: none;
}
.additional-tickets .splide__arrow--prev {
  left: -2.5em;
}
.additional-tickets .splide__arrow--next {
  right: -2.5em;
}
.additional-tickets .splide__arrow {
  background: #fff;
}
.additional-tickets .splide__arrow svg {
  fill: #ff6a24;
  height: 1.6em;
  width: 1.6em;
}

.payments {
  margin: 160px 0 60px;
  min-height: 300px;
  padding: 30px 0 0 0;
}
.payments .menu-payments p {
  color: #8faf58;
  font-size: 0.85em;
  line-height: 1.2em;
  font-family: "GalanoGrotesqueAlt";
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}
.payments .menu-payments p img {
  width: 14px;
  float: left;
  margin: -2px 10px 0 0;
}
.payments .payment-steps a {
  background: #fff;
  border: 1px solid #02b1e1;
  padding: 4px 8px;
  border-radius: 50px;
  color: #707070;
  font-size: 0.9em;
  position: relative;
  z-index: 99;
}
.payments .payment-steps a.active {
  color: #fff;
  background: #02b1e1;
}
.payments .payment-steps a.visited {
  color: #707070;
  background: #e8fcff;
}
.payments .payment-steps a:hover {
  color: #fff;
  background: #02b1e1;
}
.payments .payment-steps .line-step {
  border-top: 1px solid #02b1e1;
  width: 75%;
  margin: -10px auto 0 auto;
}
.payments .booking {
  margin: 30px 0 10px 0;
}
.payments .booking .b-form {
  margin: 10px 0;
}
.payments .booking .b-form .form-label {
  font-size: 1.1em;
  line-height: 1.1em;
  font-family: "Futura PT";
  font-weight: 500;
}
.payments .booking .b-form .form-select {
  font-size: 1.2em;
  line-height: 1.1em;
  font-family: "Futura PT";
  font-weight: 500;
  color: #707070;
  padding: 10px;
  margin-bottom: 15px;
}
.payments .booking .b-form .form-control {
  font-size: 1.2em;
  line-height: 1.1em;
  font-family: "Futura PT";
  font-weight: 500;
  color: #707070;
  padding: 10px;
  margin-bottom: 15px;
}
.payments .booking .b-form .b-form-pax {
  background: #e8fcff;
  padding: 15px 15px 5px;
  margin-bottom: 10px;
}
.payments .booking .b-form .b-form-pax span {
  font-size: 1em;
  color: #212529;
  font-family: "GalanoGrotesqueAlt";
  font-weight: 500;
  line-height: 1.2em;
}
.payments .booking .b-form .b-form-pax span small {
  display: block;
  font-size: 0.9em;
  color: #707070;
  font-family: "GalanoGrotesqueAlt";
  font-weight: 300;
  margin: -4px 0 0 0;
}
.payments .booking .b-form .input-group .btn {
  border-radius: 100px !important;
  width: 26px;
  height: 26px;
  padding: 0px;
  border-color: #c0c0c0;
  margin-top: 8px;
}
.payments .booking .b-form .input-group .btn span {
  font-size: 1.3em;
  color: #707070;
  display: block;
  margin-top: -6px;
}
.payments .booking .b-form .input-group .btn:hover span {
  color: #707070;
}
.payments .booking .b-form .input-group .input-pax {
  width: 26px;
  text-align: center;
  border: 0;
  background: #e8fcff;
}
.payments .booking .b-form .input-group .form-control:disabled {
  background: #e8fcff;
}
.payments .booking .b-form p {
  margin-top: 30px;
}
.payments .contact {
  margin: 30px 0 10px 0;
}
.payments .contact h2 {
  margin: 10px 0 25px 0;
  font-size: 1.4em;
}
.payments .contact .b-form {
  margin: 0;
}
.payments .contact .b-form .form-label {
  font-size: 1.1em;
  line-height: 1.1em;
  font-family: "Futura PT";
  font-weight: 500;
}
.payments .contact .b-form .form-select {
  font-size: 1.2em;
  line-height: 1.1em;
  font-family: "Futura PT";
  font-weight: 500;
  color: #707070;
  padding: 10px;
  margin-bottom: 15px;
}
.payments .contact .b-form .form-control {
  font-size: 1.2em;
  line-height: 1.1em;
  font-family: "Futura PT";
  font-weight: 500;
  color: #707070;
  padding: 10px;
  margin-bottom: 15px;
}
.payments .contact .b-form .w-phone {
  width: 75%;
}
.payments .contact .blue-message {
  background: #e8fcff;
  padding: 10px 20px;
  text-align: center;
  margin: 20px 0;
}
.payments .contact .blue-message p {
  font-size: 1em;
  color: #212529;
}
.payments .contact .box-terms {
  margin: 30px 20px 10px 20px;
}
.payments .contact .box-terms .form-check {
  font-size: 1em;
  margin-bottom: 8px;
}
.payments .contact .box-terms .form-check a {
  color: #02b1e1;
  text-decoration: underline;
}
.payments .contact .box-terms .form-check-input {
  border-color: #02b1e1;
}
.payments .contact .box-terms .form-check-input:checked {
  background-color: #02b1e1;
  border-color: #02b1e1;
}
.payments .contact .box-terms .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(2, 177, 225, 0.25);
}
.payments .addons {
  margin: 60px 0 10px 0;
}
.payments .addons .addons-box {
  border: 1px solid #c0c0c0;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}
.payments .addons .addons-box img {
  height: 120px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.payments .addons .addons-box h3 {
  font-size: 1.3em;
  line-height: 1.1em;
  color: #212529;
  margin: 0 0 10px 0;
}
.payments .addons .addons-box p {
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 500;
  color: #707070;
  margin-bottom: 15px;
}
.payments .addons .addons-box .sp-total {
  color: #212529;
  margin-top: 6px;
  font-size: 1.1em;
}
.payments .addons .addons-box button {
  float: right;
  min-width: 100px;
}
.payments .addons .addons-box button:hover {
  color: #fff;
}
.payments .addons .bt-more {
  color: #212529;
  font-size: 1em;
  float: right;
  text-decoration: underline;
  margin: 10px 16px;
}
.payments .addons .bt-more:hover {
  text-decoration: none;
}
.payments .payment {
  margin: 40px 0 10px 0;
}
.payments .payment h2 {
  font-size: 1.5em;
  line-height: 1.2em;
  color: #212529;
  margin: 0 0 10px 0;
}
.payments .payment .key {
  font-size: 2em;
  font-weight: bold;
}
.payments .payment .pf-block {
  margin-top: 20px;
}
.payments .payment .payment-select {
  border: 1px solid #c0c0c0;
  padding: 10px 12px;
  margin-bottom: 15px;
}
.payments .payment .payment-select label {
  font-size: 1.1em;
}
.payments .summary {
  margin: 30px 0 10px 0;
  border: 1px solid #c0c0c0;
  border-radius: 10px;
}
.payments .summary .btn-summary {
  display: block;
  padding: 20px;
}
.payments .summary .btn-summary h3 {
  color: #212529;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.2em;
  margin: 0;
}
.payments .summary .btn-summary small {
  display: block;
  font-size: 0.7em;
  color: #707070;
  margin-top: -2px;
}
.payments .summary .btn-summary img {
  float: right;
  width: 18px;
  margin: -33px 0 0 0;
}
.payments .summary .pad-sum {
  padding: 0 20px;
}
.payments .summary .box-summary {
  padding: 15px 0;
}
.payments .summary .box-summary h4 {
  font-size: 1.4em;
  color: #212529;
  margin-bottom: 10px;
}
.payments .summary .box-summary h4.bs-entrance {
  padding-left: 32px;
  background: url(../img/icons/Ic_Incluido.webp) no-repeat;
  background-size: 26px;
  background-position: 0px 4px;
}
.payments .summary .box-summary h4.bs-mealplan {
  padding-left: 32px;
  background: url(../img/icons/Ic_Bistro.webp) no-repeat;
  background-size: 20px;
  background-position: 4px 4px;
}
.payments .summary .box-summary h4.bs-transportation {
  padding-left: 32px;
  background: url(../img/icons/Ic_Transfer.webp) no-repeat;
  background-size: 19px;
  background-position: 3px 5px;
}
.payments .summary .box-summary .bs-adult {
  font-size: 0.9em;
  color: #212529;
  padding-left: 32px;
  background: url(../img/icons/Ic_user.webp) no-repeat;
  background-size: 14px;
  background-position: 6px 2px;
  margin-bottom: 2px;
}
.payments .summary .box-summary .bs-kids {
  font-size: 0.9em;
  color: #212529;
  padding-left: 32px;
  background: url(../img/icons/Ic-calendar.webp) no-repeat;
  background-size: 16px;
  background-position: 5px 4px;
}
.payments .summary .btn-code {
  display: block;
  color: #02b1e1;
  background: url(../img/icons/Ic_Promocode.png) no-repeat;
  background-size: 14px;
  background-position: 26px 5px;
  margin: 10px 0 4px 0;
  padding: 0 20px 0 52px;
}
.payments .summary .group-code .form-control {
  color: #707070;
  font-size: 0.9em;
}
.payments .summary .group-code button {
  font-family: "GalanoGrotesqueAlt";
  font-weight: 500;
  font-size: 0.9em;
  padding-top: 3px;
}
.payments .summary .group-code button:hover {
  color: #fff;
}
.payments .summary .total-summary {
  background: #e8fcff;
  margin-top: 20px;
  padding: 20px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #c0c0c0;
}
.payments .summary .total-summary .ts-1 {
  font-size: 1.3em;
  color: #212529;
  line-height: 1.1em;
  font-family: "Futura PT";
  font-weight: bold;
  margin: 0;
}
.payments .summary .total-summary small {
  font-size: 0.8em;
  color: #707070;
  display: block;
}
.payments .summary .total-summary .ts-2 {
  font-size: 1.4em;
  color: #212529;
  line-height: 1.1em;
  font-family: "Futura PT";
  font-weight: 500;
  margin: 8px 0 0 0;
  text-align: right;
}
.payments .btn-continue {
  width: 100%;
  padding: 10px;
  line-height: 1.1em;
  font-size: 1.3em;
  font-family: "Futura PT";
  font-weight: bold;
  border-radius: 50px;
  margin-top: 15px;
}
.payments .card-payments {
  margin: 40px 0 10px 0;
  border: 1px solid #c0c0c0;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
.payments .card-payments p {
  font-size: 1.2em;
  color: #212529;
  line-height: 1.1em;
  font-family: "Futura PT";
  font-weight: bold;
  margin-bottom: 15px;
}
.payments .card-payments img {
  width: 40px;
}

/* AGREGAR ESTOS ESTILOS */
.new-quote {
  font-size: 1.3em;
  font-family: "Futura PT";
  color: #ff6a24;
  background: #fff;
  font-weight: 500;
  padding: 10px 20px 10px 18px;
  width: 100%;
  border-bottom: 2px solid #ff6a24;
}
.new-quote:hover {
  color: #ff6a24;
}
.new-quote .ic-arrow {
  float: right;
  width: 14px;
  margin-top: 12px;
}
.new-quote .ic-ticket {
  float: left;
  width: 28px;
  margin-top: 4px;
  margin-right: 6px;
}

#menu-res .quote {
  position: relative !important;
}

/* PURE css solution for rotating carets based on expanded section */
.expand_caret {
  transform: scale(1.6);
}

a[aria-expanded=false] > .expand_caret {
  transform: scale(1.6) rotate(-180deg);
  margin-top: 10px;
}

a[aria-expanded=true] {
  border-bottom: 1px solid #e0e0e0;
}

/* 404 */
.redirect {
  padding: 50px 0 30px 0;
  margin-top: 160px;
  text-align: center;
}
.redirect h1 {
  font-size: 3em;
  color: #ff6a24;
  font-weight: 600;
  line-height: 1.1em;
  margin: 20px 0 10px 0;
}
.redirect .ptxt {
  color: #707070;
  font-weight: 500;
  text-align: center;
  font-size: 1.5em;
}
.redirect .img-pic img {
  width: 400px;
  margin-left: 20px;
  margin-right: 20px;
}

.big-numb {
  font-size: 12em;
  color: #02b1e1;
  font-weight: 700;
}

.btn-blu {
  background: #02b1e1;
  color: #fff;
  border-radius: 100px;
  padding: 6px 20px;
  font-size: 1.3em;
  font-weight: 500;
  height: 46px;
  width: 200px;
  margin: 40px auto 0 auto;
}
.btn-blu:hover {
  background: #ff6a24;
  color: #fff;
  font-size: 1.3em;
}

/* Newsletter */
.footer-newsletter .fn-inn {
  background: #fff;
  border-radius: 10px;
  padding: 20px 20px;
}
.footer-newsletter h4 {
  margin-bottom: 10px !important;
}
.footer-newsletter button {
  font-family: "Futura PT";
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.3em;
  border-radius: 100px;
  padding: 10px 25px;
  height: 54px;
  width: 212px;
  float: right;
  margin-top: 5px;
}

/* Tickets Landing */
.ticket-list {
  margin: 20px 0 20px 0;
  padding: 20px;
}
.ticket-list .ticket-block {
  -webkit-box-shadow: 1px 0 10px 0 #B5B5B5;
  box-shadow: 1px 0 10px 0 #B5B5B5;
  padding: 0;
  margin: 0 0 30px 0;
}
.ticket-list .ticket-block .ticket-pic {
  height: 280px;
  width: 100%;
  object-fit: cover;
}
.ticket-list .ticket-block .ticket-txt {
  padding: 30px 0;
}
.ticket-list .ticket-block .ticket-txt .icon-ticket {
    height: 40px;
    margin: 0 0 7px 0;
    float: right; /* nuevo */
}
.ticket-list .ticket-block .ticket-txt h3 {
  font-size: 2.1em;
  font-weight: bold;
  margin: 0;
}
.ticket-list .ticket-block .ticket-txt h3.tk-yellow {
  color: #f5b14a;
}
.ticket-list .ticket-block .ticket-txt h3.tk-pink {
  color: #e74783;
}
.ticket-list .ticket-block .ticket-txt h3.tk-orange {
  color: #ff6a24;
}
.ticket-list .ticket-block .ticket-txt h3.tk-green {
  color: #86b13e;
}
.ticket-list .ticket-block .ticket-txt h3.tk-turqoise {
    color: #88B8BA;
}
.ticket-list .ticket-block .ticket-txt h3.tk-purple {
    color: #93397e;
}
.ticket-list .ticket-block .ticket-txt span {
  color: #707070;
  display: block;
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 1.2em; /* nuevo */
}
.ticket-list .ticket-block .ticket-txt p {
  color: #707070;
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  /*overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;*/
}
.ticket-list .ticket-block .ticket-price {
  background-color: #e8fcff;
  padding: 15px;
  border-radius: 10px;
  margin: 30px 20px 0 0;
  color: #707070;
}
.ticket-list .ticket-block .ticket-price .st-total {
  color: #ff6a24;
}
.ticket-list .ticket-block button {
  border-radius: 50px;
  margin: 20px auto 20px auto;
  display: block;
  padding: 10px 25px;
  font-size: 1.2em;
  font-weight: bold;
}

/* Detalle de tickets */
.mh-ticket {
  padding-top: 290px;
}
.mh-ticket .mt-inn .main-tck-pic {
  margin-bottom: 25px;
  width: 100%;
}
.mh-ticket .mt-inn .mt-inn-title {
  border-bottom: 3px solid #02b1e1;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.mh-ticket .mt-inn .mt-inn-title .mt-inn-txt {
  width: 70%;
  display: inline-block;
}
.mh-ticket .mt-inn .mt-inn-title .mt-inn-txt h1 {
  font-size: 2.2em;
}
.mh-ticket .mt-inn .mt-inn-title .mt-inn-txt h1.mt-inn-orange {
  color: #ff6a24;
}
.mh-ticket .mt-inn .mt-inn-title .mt-inn-txt h1.mt-inn-yellow {
  color: #f5b14a;
}
.mh-ticket .mt-inn .mt-inn-title .mt-inn-txt h1.mt-inn-pink {
  color: #e74783;
}
.mh-ticket .mt-inn .mt-inn-title .mt-inn-txt h1.mt-inn-green {
  color: #86b13e;
}
.mh-ticket .mt-inn .mt-inn-title .mt-inn-txt span {
  color: #f5b14a;
  font-size: 1.3em;
}
.mh-ticket .mt-inn .mt-inn-title .img-tck-icon {
  float: right;
  height: 45px;
  margin-top: 14px;
  max-width: 30%;
  object-fit: contain;
}
.mh-ticket .mt-inn .mt-inn-p p {
  font-weight: 300;
  font-size: 1.2em;
  color: #707070;
  margin-bottom: 15px;
}
.mh-ticket .mt-inn .mt-inn-p ul {
  margin: 0 0 20px 18px;
  padding: 0;
}
.mh-ticket .mt-inn .mt-inn-p ul li {
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1.6em;
  padding-left: 4px;
  color: #707070;
  list-style-image: url(/img/icons/check-blue.svg);
}
.mh-ticket .mt-inn .accordion {
  margin: 20px 0 10px 0;
}
.mh-ticket .mt-inn .accordion .accordion-button {
  font-size: 1.2em;
  font-weight: 500;
}
.mh-ticket .mt-inn .accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid #e0e0e0;
}
.mh-ticket .mt-inn .accordion .accordion-item:hover button {
  color: #ff6a24;
}
.mh-ticket .mt-inn .accordion .accordion-button:not(.collapsed) {
  color: #ff6a24;
  background-color: #fff;
  box-shadow: none;
}

/* Box Payments */
.total-block {
  background: #02b1e1;
  padding: 25px 15px;
  border-radius: 10px;
  z-index: 1;
}
.total-block h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px 0;
}
.total-block .tb-inn {
  border-radius: 5px;
}
.total-block .tb-inn .tbi-block {
  line-height: 1.1em;
  border-bottom: 1px solid #02b1e1;
  background: #fff;
  padding: 12px;
}
.total-block .tb-inn .tbi-block p {
  font-size: 18px;
  line-height: 1.4em;
  margin: 0 0 2px 0;
  color: #02b1e1;
  font-weight: 700;
}
.total-block .tb-inn .tbi-block p.price {
  color: #02b1e1;
  font-size: 1px;
  font-weight: 700;
  margin-top: 1px;
}
.total-block .tb-inn .tbi-block p .close2 {
  position: relative;
  margin: -22px 0 0 0;
  color: #707070;
}
.total-block .tb-inn .tbi-block p.promocode {
  background: #0081bc;
}
.total-block .tb-inn .tbi-block p.promocode p, .total-block .tb-inn .tbi-block p.promocode small {
  color: #fff;
}
.total-block .tb-inn .tbi-block p.promocode .close2 {
  color: #fff;
}
.total-block .tb-inn .tbi-block p.entrie {
  font-weight: 700;
  font-size: 19px;
  color: #707070;
}
.total-block .tb-inn .tbi-block small, .total-block .tb-inn .tbi-block span {
  color: #707070;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
}
.total-block .tb-inn .tbi-block.total {
  margin: 20px 0;
  padding: 20px 12px;
}
.total-block .tb-inn .tbi-block.total p {
  font-weight: 700;
  font-size: 18px;
  color: #707070;
}
.total-block .tb-inn .tbi-block.total p.price {
  color: #ff6a24;
}
.total-block .tb-inn .form-check {
  margin: 10px 0 20px 0;
}
.total-block .tb-inn .form-check label {
  color: #fff;
  font-size: 0.85em;
  margin: 0;
  display: block;
}
.total-block .tb-inn .form-check label a {
  color: #fff;
  text-decoration: underline;
}
.total-block .tb-inn .form-check small {
  color: #fff;
  margin-top: -5px;
  display: block;
  font-size: 12px;
  font-style: italic;
}
.total-block.sticky-top {
  top: 280px;
}

.tbi-cupon {
  border-top: 1px solid #02b1e1;
  padding: 10px 0 0 0;
}
.tbi-cupon p {
  color: #fff;
  font-size: 0.9em;
  margin: 0 0 2px 0;
}
.tbi-cupon .form-control {
  font-size: 14px;
}
.tbi-cupon button {
  background: #0081bc;
  font-size: 15px;
  color: #fff;
  border-radius: 0 20px 20px;
}

.more-options {
  margin: 30px 0 20px 0;
}

.more-options h2 {
  font-family: "Darker Grotesque";
  font-size: 22px;
  color: #00b3e3;
  text-align: center;
  margin-bottom: 20px;
}

.mo-block {
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.mo-block p {
  font-size: 1.1em;
  line-height: 1.1em;
  margin: 2px 0 0 0;
  color: #707070;
}
.mo-block p.price {
  color: #00b3e3;
  margin-top: 12px;
}
.mo-block span {
  color: #707070;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.1em;
  letter-spacing: 0.02em;
  margin-top: 2px;
  display: block;
}

.mo-block img {
  border-radius: 5px;
  object-fit: cover;
  width: 50%;
}
.mo-block .btn-aquanick {
  font-size: 16px;
  font-weight: bold;
  padding: 8px 25px;
  cursor: pointer;
}
.mo-block .close {
  position: relative;
  margin: -5px 0 0 0;
}
.mo-block .close span {
  font-size: 25px;
  color: #2d2d2d !important;
}

/* Addons */
.btn-aquanick-2 {
  background-color: #6a1385;
  border-radius: 30px;
  transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out;
  border: none;
  padding: 8px 30px 10px 30px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.btn-aquanick-2:hover {
  background: #0073b7 url(/img/pattern-morado.png) 50% 50%/cover no-repeat;
}

.btn-aquanick {
  background-color: #ff6a24;
  border-radius: 30px;
  transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out;
  border: none;
  padding: 8px 30px 10px 30px;
  font-size: 20px;
  color: #fff;
}
.btn-aquanick:hover {
  background: url(/img/pattern-azul.png) 50% 50%/cover no-repeat;
}

.btn-aquanick-disabled {
  border-radius: 30px;
  border: none;
  padding: 8px 30px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background: #ff6a24;
}
.btn-aquanick-disabled:hover {
  background: #0680ba;
}

.btn-aquanick-book {
  background-color: #ff6a24;
  border-radius: 30px;
  transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out;
  border: none;
  padding: 5px 90px 5px 90px;
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
  cursor: pointer;
}

.btn-aquanick-book:hover {
  background: #0073b7 url(/img/pattern-azul.png) 50% 50%/cover no-repeat;
}

.addons-block {
  margin: 30px 0 0 0;
}
.addons-block h2 {
  text-align: center;
  color: #02b1e1;
  margin: 0;
  font-size: 1.4em;
  font-weight: 700;
}
.addons-block .more-options {
  border: 2px solid #ff6a24;
  border-radius: 10px;
  padding: 20px 0;
  margin: 20px 0 20px 0;
}

/* Data */
.data {
  margin-top: 200px;
}
.data h1 {
  font-size: 1.8em;
  color: #02b1e1;
  text-align: center;
}
.data .data-block {
  margin-top: 20px;
  padding-right: 10px;
}
.data .data-block label {
  margin: 10px 0 0 0;
  font-size: 15px;
  color: #707070;
}
.data .data-block .form-control {
  background: #f6f6f6;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  color: #9b9b9b;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 300;
}
.data .data-block .form-control:focus {
  color: #02b1e1;
  border-color: #02b1e1;
  box-shadow: 0 0 0 0.25rem rgba(1, 179, 227, 0.25);
}
.data .data-block .form-control:hover {
  border-color: #00b3e3;
}
.data .data-block select.form-control:not([size]):not([multiple]) {
  height: 35px;
}
.data .data-block .form-select {
  background-color: #f6f6f6;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  color: #9b9b9b;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 300;
}
.data .data-block .form-select:focus {
  color: #02b1e1;
  border-color: #02b1e1;
  box-shadow: 0 0 0 0.25rem rgba(1, 179, 227, 0.25);
}
.data .data-block .form-select:hover {
  color: #00b3e3;
  border-color: #00b3e3;
}
.data .data-block .form-check-label {
  font-weight: 300;
}
.data .total-block.sticky-top {
  top: 200px;
}

/* Extra Styles */
.hero .icon {
  font-size: 36px !important;
}
.hero .icon-boxes .title {
  min-height: 115px;
  font-size: 25px;
}
.hero .icon-boxes .title a {
  line-height: 1.1em;
  vertical-align: middle;
}
.hero small {
  font-size: 0.9em;
}
.hero p {
  font-family: futura;
  margin-bottom: 30px;
}

.hero .icon-box, .hero .icon-box2, .hero .icon-box3, .hero .icon-box4 {
  padding: 20px 20px !important;
}

.form1 .col4 {
  float: left;
  width: 15.5%;
}

.booking-inner {
  overflow: hidden;
}

.booking-wrapper {
  top: 125px;
  z-index: 9;
}

.top-wrapper {
  position: sticky;
  top: 0;
  width: 100%;
}

.splash-txt {
  margin: 50px 0 20px 0;
  text-align: center;
}
.splash-txt h1 {
  color: #02b1e1;
  font-size: 3.5em;
}
.splash-txt p {
  color: #9b9b9b;
  font-size: 30px;
}

.top-wrapper .navbar-nav .nav-link:hover {
  color: #ff6a24;
}

.top-wrapper .navbar-nav .nav-link.active {
  color: #ff6a24;
}

.recent-post a {
  font-size: 14px;
}

.contact1 {
  font-size: 14px;
}

.stretched-link-detail { /*font-family: futura-medium;*/
  color: #fff !important;
  cursor: pointer;
}

.modal-txt { /*font-family: futura;*/ }
.modal-txt p {
  text-align: justify;
}
.modal-txt p strong {
  font-weight: 700;
}

.ui-widget-content {
  border-color: #ddd;
}

.ui-widget-header {
  background: #ff6a24;
  border: 0;
  color: #fff;
}

.ui-widget-content {
  color: #ff6a24;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 0;
  color: #6f7271;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background: #02b1e1;
  color: #fff;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background: rgba(241, 136, 0, 0.2509803922);
}

.tarifas { /*font-family: futura-medium;*/ }

.footer .logo img {
  width: 150px;
  margin-top: 7px;
}

.whatsapp {
  text-align: center;
  bottom: 17px;
  right: 30px;
  position: fixed;
  z-index: 90000000;
  cursor: pointer;
}

.a360 {
    font-family: 'Futura PT' !important;		
    font-size: 1.2em !important;
    font-weight: bold !important;
    line-height: 1.3em !important;
    border-radius: 100px !important;
    padding: 13px 25px !important;
    margin-top: 4px;
    height: 54px;
    width: 340px;
}

@media (max-width: 420px) {
  .logo img {
    width: 180px !important;
  }
}
@media (max-width: 575.98px) {
  .btn-form1-submit {
    border-radius: 0 0 40px 40px !important;
    font-size: 13px;
  }
  .form1 .col4 {
    width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  .form1 .col4 {
    float: left;
    width: 100%;
  }
  .booking-wrapper {
    top: inherit;
  }
  .total-block {
    margin-bottom: 60px;
    margin-top: 10px;
  }
}
@media (max-width: 991.98px) {
  .btn-form1-submit {
    border-radius: 0 0 40px 40px;
    font-size: 13px;
  }
  .form1 .c1, .form1 .c3 {
    border-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .form1 .col1 {
    width: 100%;
  }
  .form1 .col3 {
    width: 100%;
  }
  .form1 .col4 {
    width: 25%;
  }
}
/* Media Queries */
@media (max-width: 575.98px) {
  /* Basics */
  /*p { line-height: 1.4em; }
  h1 { font-size: 1.5em; line-height: 1.2em; margin-bottom: 5px; }
  h2 { font-size: 1.4em; line-height: 1.2em; margin-bottom: 5px; }    */
  /*.header-fixed {
    position: relative;
  }*/
  .quote {
    min-height: 360px !important;
    height: auto !important;
  }
  .quote .quote-inn .form .pax-combo {
    width: 100%;
  }
  .main .home-tickets .splide__arrow--prev {
    left: 0em !important;
  }
  .main .home-tickets .splide__arrow--next {
    right: 0em !important;
  }
  .main .home-tickets .type-ticket {
    padding: 20px;
    margin: 0 auto;
    width: 80%;
  }
  .main-entertainment .splide__arrow--prev {
    left: 0em !important;
  }
  .main-entertainment .splide__arrow--next {
    right: 0em !important;
  }
  .main-entertainment .ent-box img {
    height: 350px;
  }
  .main-entertainment li {
    padding: 0 30px;
  }
  .main-entertainment .ent-box .ent-box-inn p {
    font-size: 1.2em;
  }
  .main.home .home-wave h1 {
    font-size: 2.6em;
    line-height: 1.1em;
  }
  .main-attractions .top-attractions h2 {
    font-size: 2.6em;
    line-height: 1.1em;
    margin-bottom: 30px;
	margin-top: 90px;				 
  }
  .main-entertainment h2, .main-block-3 h2 {
    font-size: 2.6em;
    line-height: 1.1em;
  }

    .main-incredible .container h2 {
        font-size: 2.3em;
        line-height: 1.1em;
        margin-bottom: 30px;
    }

    .main-incredible h2, .main-block-3 h2 {
        font-size: 2.6em;
        line-height: 1.1em;
    }
  .main-block-2 a {
    margin-bottom: 30px;
  }
  .main-block-2 .mb-pic-2 {
    display: none;
  }
  footer .footer .social-footer {
    margin-top: 30px;
    margin-bottom: 20px;
    overflow: auto;
  }
  footer .footer .footer-logo {
    margin: 0 30%;
    float: none;
  }
  footer .footer-wave .img-pp1 {
    height: 240px;
    margin-top: -60px;
  }
  footer .footer .social-footer {
    padding-left: 20%;
  }
  .main-block-1 .mb-p {
    font-size: 2.2em !important;
  }
  .btn-bmovil {
    text-align: center;
  }
  header {
    min-height: 150px;
  }
  .menu-logo img {
    width: 100px !important;
    margin-top: 15px !important;
  }
  .slider-attractions {
    margin-top: 0;
  }
  .main-entertainment-2 .fun-blocks .fb-inn img {
    height: 300px;
  }
  .main-entertainment-2 .fun-blocks .fb-inn h3 {
    margin-bottom: 15px;
  }
  .main-incredible .ent-box img {
    height: 300px;
  }
  .main-entertainment-2 .fun-blocks .fb-inn.fb-1, .main-entertainment-2 .fun-blocks .fb-inn.fb-2, .main-entertainment-2 .fun-blocks .fb-inn.fb-3 {
    text-align: center;
  }
  .main-incredible .ent-box {
    margin: 20px 35px 10px 35px;
  }
  .main-incredible .ent-box .ent-box-inn {
    padding: 20px !important;
    min-height: 450px;
  }
  .main-incredible .ent-box .ent-box-inn p {
    font-size: 1.2em !important;
    line-height: 1.3em !important;
  }
  .additional-tickets .splide__arrow--next {
    right: 0;
  }
  .additional-tickets .splide__arrow--prev {
    left: 0;
  }
  .additional-tickets .block-package {
    margin: 0 35px;
  }
  .ticket-details {
    margin-top: 0;
  }
  .payments {
    margin-top: 0;
  }
  .payments .payment-steps a {
    font-size: 0.8em;
  }
  .payments .summary .total-summary .ts-2 {
    font-size: 1.2em;
  }
  .main-gallery-2 .mb-pic-2 {
    display: none;
  }
  .main-gallery-2 a {
    margin-bottom: 30px;
  }
  .slider-gallery .splide__arrow--next {
    right: 0;
  }
  .slider-gallery .splide__arrow--prev {
    left: 0;
  }
  .slider-gallery .splide__slide.is-visible.is-active img {
    width: 600px;
    position: absolute;
    z-index: 999;
    max-width: 200%;
    margin-left: -50%;
  }
  .slider-home {
    margin-top: 0px !important;
  }
  div#carouselMobile {
    margin-top: 0px;
  }
  .quote {
    border-bottom: 2px solid #ff6a24;
  }
  /* 404 */
  .redirect h1 {
    font-size: 2em !important;
  }
  .redirect .img-pic img {
    width: 250px !important;
  }
  /* Newsletter */
  .footer-newsletter .fn-inn {
    text-align: center;
  }
  .footer-newsletter .justify-content-center {
    margin: 0 10px;
  }
  .footer-newsletter button {
    margin: 15px auto 0 auto;
    float: none;
    display: block;
  }
  .ticket-list .ticket-block .ticket-pic {
    height: 220px;
  }
  .ticket-list .ticket-block .ticket-txt {
    padding: 20px !important;
  }
  .quote .quote-inn .form .input-box-2 .form-label {
    font-size: 1.25em !important;
  }
  .mh-ticket {
    padding-top: 200px !important;
  }
  .mh-ticket .mt-inn .mt-inn-title .mt-inn-txt {
    width: 100% !important;
    margin-top: 40px;
  }
  .mh-ticket .mt-inn .mt-inn-title .img-tck-icon {
    float: left;
    height: 40px;
    margin-top: -122px;
  }
  .addons-block {
    margin: 60px 0 0 0;
  }
  .data {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  footer .footer-wave .img-pp1 {
    object-fit: cover;
  }
  footer .footer h4 {
    margin-top: 20px;
  }
  .main.home .home-wave {
    margin-top: -160px;
  }

  .main.home .home-eichs h1 {
        font-size: 2.6em;
    }
  .subheader ul li span {
    margin-right: 10px;
  }
  .subheader ul li {
    margin: 0 6px;
  }
  .main-block-1 .mb-pic {
    width: 350px;
  }
  .main-attractions {
    margin-top: -45px;
  }
  .slider-attractions .carousel-inner .carousel-item .carousel-caption h1 {
    font-size: 2.5em;
  }
  .slider-attractions {
    min-height: 600px;
  }
  .slider-attractions .carousel-inner .carousel-item {
    min-height: 600px;
  }
  .slider-attractions .carousel-inner .carousel-item img {
    height: 600px;
  }
  .main-entertainment-2 .fun-blocks .fb-inn.fb-2 .fb-2-inn {
    padding: 30px 20px;
  }
  .main-incredible .splide__arrow--next {
    right: 0;
  }
  .main-incredible .splide__arrow--prev {
    left: 0;
  }
  .additional-tickets .block-package h3 {
    font-size: 2.5em;
  }
  .ticket-details .gallery .gp-1 {
    height: 300px;
  }
  .ticket-details .gallery .gp-2, .ticket-details .gallery .gp-3, .ticket-details .gallery .gp-4 {
    height: 146px;
  }
  .offers-blocks .bo-inn p.bo-pack {
    padding-top: 0;
  }
  .offers-blocks .bo-inn p.bo-total {
    margin-bottom: 10px;
    text-align: center;
  }
  .offers-blocks .bo-inn.bo-1 .bo-1-inn, .offers-blocks .bo-inn.bo-2 .bo-2-inn, .offers-blocks .bo-inn.bo-3 .bo-3-inn {
    padding: 40px 10px;
  }
  .ticket-list .ticket-block .ticket-txt {
    padding: 20px 20px 20px 0px;
  }
  .ticket-list .ticket-block .ticket-txt h3 {
    font-size: 1.6em; 
  }
  .ticket-list .ticket-block .ticket-price {
    margin: 20px 20px 20px 20px;
  }
  .addons-block .more-options {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 991.98px) {
  header .navbar-nav .nav-item {
    margin: 5px 0;
    padding: 3px 0;
  }
  header .navbar-nav .nav-item.lang {
    margin-top: 10px;
  }
  .main-menu .nav-item .nav-link {
    padding-left: 10px;
    opacity: 1;
    visibility: visible;
    position: relative;
    display: block;
  }
  .main-menu .nav-item:hover > .submenu, .main-menu .nav-item:focus-within > .submenu, .main-menu .nav-item .submenu:hover, .main-menu .nav-item .submenu:focus {
    display: block;
    opacity: 1;
    position: relative;
    visibility: visible !important;
  }
  .main-menu .nav-item .submenu {
    -webkit-box-shadow: 0 0 0 0 #B5B5B5;
    box-shadow: 0 0 0 0 #B5B5B5;
    visibility: visible;
    opacity: 1;
    min-width: 120px;
    position: relative;
    transition: all 0.5s ease;
    margin-top: 5px;
    left: 0;
    display: block;
    margin-left: 15px;
  }
  .quote .quote-inn .form .input-box, .quote .quote-inn .form .btn-pax {
    border-right: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #e0e0e0;
  }
  .quote .quote-inn .form .input-box-2 {
    padding-bottom: 5px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
  }
  .quote {
    height: 170px;
  }
  .quote .quote-inn .form .btn-pax {
    width: 100%;
  }
  .main-block-1 .mb-p {
    font-size: 2.5em;
    margin: 20px 0 30px 0;
  }
  .main-attractions .middle-attractions .att-box h3 {
    font-size: 1.1em;
    margin: 2px 0 20px 0;
  }
  .main-entertainment .ent-box .ent-box-inn h3 {
    margin: 0 0 20px 0;
  }
  .ent-boxing {
    height: 300px;
    object-fit: cover;
    width: 100%;
  }
  .main .home-tickets .splide__arrow--prev {
    left: -1.8em;
  }
  .main .home-tickets .splide__arrow--next {
    right: -1.8em;
  }
  .main-entertainment .splide__arrow--prev {
    left: -1.8em;
  }
  .main-entertainment .splide__arrow--next {
    right: -1.8em;
  }
  .main-entertainment .ent-box .ent-box-inn h3 {
    font-size: 1.8em;
  }
  .main-block-2 p {
    font-size: 1.8em;
    margin-top: 50px;
  }
  .main-block-2 .mb-pic-2 {
    height: 350px;
    margin-top: -350px;
  }
  .main-gallery-2 .mb-pic-2 {
    height: 350px;
    margin-top: -350px;
  }
  footer .footer-wave .img-pp2 {
    display: none;
  }
  .main-incredible .ent-box .ent-box-inn {
    padding: 40px 20px 0 20px;
    font-family: "Futura PT";
  }
  .main-incredible .ent-box .ent-box-inn span {
    color: #ff6a24;
    font-size: 1.3em;
  }
  .main-incredible .ent-box .ent-box-inn h3 {
    font-size: 2em;
    line-height: 1em;
    margin: 0 0 25px 0;
  }
  .main-incredible .ent-box .ent-box-inn p {
    font-size: 1.3em;
    line-height: 1.1em;
    margin-bottom: 12px;
  }
  .main-incredible .ent-box .ent-box-inn a {
    margin-top: 15px;
  }
  .main-groups .group-second .blu-contact .sel-lada {
    width: 50%;
  }
  footer.gallery-footer {
    margin: -110px 0 0 0;
  }
  .main.home .home-eichs h2 {
    max-width: 100%;
  }
  .slider-home {
    margin-top: 210px;
  }
  .mh-ticket {
    padding-top: 240px;
  }
  .total-block {
    margin-top: 60px;
  }
  .mo-block img {
    border-radius: 5px;
    width: auto;
    height: 30px;
    object-fit: contain;
    float: left;
    margin-bottom: 8px;
  }
  .mo-block {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199.98px) {
  header .navbar-nav .nav-item .nav-link {
    margin: 0 2px;
  }
  .menu-logo img {
    width: 110px;
    margin-top: 18px;
  }
  .main-block-1 p {
    font-size: 3em;
    margin: 20px 0 30px 0;
  }
  .main-entertainment .ent-box .ent-box-inn {
    padding: 30px 20px 20px 20px;
  }
}
@media (max-width: 1399.98px) {
  /*.main-block-1 img { margin: 0 0 10px 0; } */
  .quote .quote-inn .form .input-box-2 .form-label {
    font-size: 1.1em;
  }
}

@media (max-width: 499px) {
    #SliderControls {
        display: none;
    }

    .quote {
        position: static;
    }

    .slider-home {
        margin-top: 0px;
    }
}
@media (min-width: 500px) {
    #carouselMobile {
        display: none;
    }
}

@media (min-width: 992px) {
    #caja-Busqueda {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
}
/*
@include media-breakpoint-only(xxl) {      
     .main-block-1 {           
          img { margin: 0; }
     }
}
*/
@media (min-width: 992px) {
  .new-quote {
    display: none;
  }
  .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}/*# sourceMappingURL=styles.css.map */

.ticket-list .ticket-block .ticket-price .discount {
    color: #02b1e1;
    font-weight: 700;
}

.total-block .tb-inn .tbi-block p.entrie {
    font-weight: 700;
    font-size: 19px;
    color: #707070;
}

@media (max-width: 1199.98px) {
    .ticket-list .ticket-block .ticket-txt .icon-ticket {
        max-width: 120px;
        object-fit: contain;
    }
}

@media (max-width: 575.98px) {
    .mh-ticket .mt-inn .mt-inn-title .img-tck-icon {
        float: right; /* modificacion */
        height: 40px;
        margin-top: -72px; /* modificacion */
    }
}
