html {
	overflow-x: hidden;
}
body {
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
}
#myNav {
  	width: 100vw;
  	padding: 30px 0;
  	color: #FFFFFF;
  	background-color: #262262;
  	display: none;
    border-top: 1px solid #ec0727;
  	-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}
#myModalPromo .modal-dialog .modal-content {
	padding: 0;
}
#myModalPromo .modal-dialog .modal-content .modal-footer {
	text-align: center;
    border-top: none;
}
#myModalPromo .modal-dialog .modal-content .modal-header  {
	border-bottom: none;
}
#myModalPromo .modal-dialog .modal-content .modal-header button.close {
	color: #fff;
    opacity: 1;
}
/*promobox*/
.descuento-xs {
	position: fixed;
	bottom: 0;
	z-index: 999;
}
.descuento {
	position: fixed;
	left: -520px;
	top: 300px;
	/*height: 750px;*/
	height: auto;
	width: auto;
	z-index: 99999;
	transition: 1s;
	animation: hide_ani 3s ease-out;
	text-align: right;
}
.btn-descuento {
	color: #2e3191;
	background: #fff;
	padding: 10px 26px;
	text-align: right
	font-size: 12px;
	font-weight: bolder;
	float: left;
	width: 514px;
	clear: both;
}
.img-desc {
	height: 220px;
	width: auto;
	float: right;
	clear: both;
}
@keyframes hide_ani {
	0% {
		transform: translatex(-330px);
	}
	90% {
		transform: translatex(-330px);
	}
	100% {
		transform: translatex(0);
	}
}
.descuento:hover, .descuento:focus {
	left: -150px;
	transition: 1s;
}
@media (max-width: 1540px) {
	.descuento {
		top: 180px;
	}
	@keyframes hide_ani {
		0% {
			transform: translatex(-240px);
		}
		90% {
			transform: translatex(-240px);
		}
		100% {
			transform: translatex(0);
		}
	}
}
.color {
	color: #ec0928!important;
}
.green {
	color: #005e28;
}
.white {
	color: #FFFFFF!important;
    opacity: 1;
}
.btn-promos {
	min-height: 35px;
    line-height: 35px;
    font-weight: bold;
}
.legal-atr {
	font-size: 80%;
    text-align: justify;
    line-height: 1;
}
.btn-gototop {
	line-height: 1em;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    letter-spacing: -2px;
    display: block;
    width: 180px;
    height: auto;
    background: linear-gradient(to bottom, #ec0727 0%, #ec0727 100%);
    color: #FFFFFF;
    padding: 1rem;
    position: relative;
    -webkit-filter: drop-shadow(0 0.5rem 0.3em rgba(0, 0, 0, 0.5));
    z-index: 10;
    position: fixed;
    bottom: 25px;
    right: 20px;
    letter-spacing: 0px;
    transition: 300ms;
}
.btn-gototop:hover {
	color: #FFFFFF;
}
.btn-gototop.ribbon--red:after {
    border-top: 1.5rem solid #ec0827;
}
.btn-gototop:after {
    content: "";
    width: 0;
    height: 0;
    border-right: 3rem solid transparent;
    border-left: 3rem solid transparent;
    border-top: 1.5rem solid #CCCCCC;
    position: absolute;
    top: 37px;
    left: 60px;
}
.bg-price {
	background-color: #ec0928;
	font-size: 32px;
	text-align: center;
	max-width: 35%;
}
.left {
	text-align: left!important;
}
.right {
	text-align: right!important;
}
.title-menu {
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}
.submenu-header {
    line-height: 2em;
}
.submenu-header li a {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}
.img-store-header {
    width: 60%;
    height: auto;
}
.featured-red {
	background-color: #ec0727;
}
.featured-red .submenu-header {
	padding: 2em;
}
#header.visible {
	border-bottom: none;
}
strong, .active-bread {
	font-weight: 700;
}
.text-home {
	font-weight: 300;
}
.margin-top {
	margin-top: 79px;
}
.uppercase {
	text-transform: uppercase;
}
.border-bottom {
	border-bottom: 1px solid #999;
    padding-bottom: 3em;
}
.legal-promo {
	padding: 1em 0;
}
.mt-0 {
	margin-top: 0em!important;
}
.mt-1 {
	margin-top: 1em!important;
}
.mt-2 {
	margin-top: 1.5em!important;
}
.mt-3 {
	margin-top: 2em!important;
}
.mt-4 {
	margin-top: 3em!important;
}
.mt-5 {
	margin-top: 4em!important;
}
.mb-0 {
	margin-bottom: 0em!important;
}
.mb-1 {
	margin-bottom: 1em!important;
}
.mb-2 {
	margin-bottom: 1.5em!important;
}
.mb-3 {
	margin-bottom: 2em!important;
}
.mb-4 {
	margin-bottom: 3em!important;
}
.mb-5 {
	margin-bottom: 4em!important;
}
.glyphicon-chevron-left:hover, .glyphicon-chevron-left:focus, .glyphicon-chevron-left:active {
	color: #FFF;
}
.glyphicon-chevron-right:hover, .glyphicon-chevron-right:focus, .glyphicon-chevron-right:active {
	color: #FFF;
}
.d-block {
    display: block;
}
.no-padding {
	padding: 0px !important;
}
.no-margin {
	margin: 0px !important;
}
.img-responsive {
	width: 100%;
}
.breadcrumb {
	background: transparent;
	text-align: left;
}
.white-txt {
	color: #FFF;
}
.red-txt {
	color: #EB0029;
}
.blue-txt {
	color: #001d87;
}
.red-green {
	color: #34c03e;
}
.left {
	float: left;
}
.btn-red {
	background-color: #EB0029;
	border: 1px solid #EB0029;
	color: #fff;
	margin-top: 0px;
	padding: 10px 20px;
	transition: all 0.5s ease 0s;
}
.btn-red:hover {
	color: #EB0029;
	background-color: #FFF;
}
.btn-blue-left {
	background-color: #001d87;
	border: 1px solid #001d87;
	color: #fff;
	margin-top: 0px;
	padding: 10px 20px;
	transition: all 0.5s ease 0s;
}
.btn-blue-left:hover {
	color: #001d87;
	background-color: #FFF;
}
.btn-blue {
	border-radius: 5px;
	background-color: #001D87;
	border: 1px solid #001D87;
	color: #FFF;
	padding: 10px 20px;
	float: right;
	margin-left: 20px;
	margin-top: 20px;
	transition: .5s;
}
.btn-blue:hover, .btn-blue:focus {
	background-color: #FFF;
	color: #001D87;
	transition: .5s;
}
.bootstrap-select {
	width: 100% !important;
	color: #666;
}
.dropdown-toggle {
	padding: 11px 5px;
	border: 1px solid #666;
	border-radius: 0;
	color: #666 !important;
	font-size: 12px;
}
.title-modal {
	font-size: 24px;
	color: #001D87;
}
.subtitle-modal {
	font-size: 18px;
	color: #666;
}
.carousel-control {
	color: red !important;
	background: transparent !important;
	border-color: red !important;
}
.carousel-control.right::after {
	color: #fff;
	content: "\e250";
	font-family: "Glyphicons Halflings";
	position: absolute;
	top: 48%;
	right: 20%;
}
.carousel-control.left::after {
	color: #fff;
	content: "\e251";
	font-family: "Glyphicons Halflings";
	position: absolute;
	top: 48%;
	left: 20%;
}
.carousel-control {
	background-color: rgba(0, 0, 0, 0) !important;
	width: 5% !important;
	opacity: 1;
	height: 90%;
	transition: .5s
}
/*Header*/
.navbar-collapse1.collapse1 {
	display: none!important;
}
.navbar-nav1 {
	float: none!important;
}
.navbar-nav1>li {
	float: none;
}
.navbar-toggle1 {
	display: block;
	padding: 3px;
	border-radius: 0;
	border: none;
}
.btn-danger {
    background-color: #eb0028;
    border-color: #c21016;
}
.navbar-header {
	float: none;
}
.navbar-collapse.collapse.in{
	display:block !important;
}
.navbar {
	min-height: 30px;
}
.pleca {
	background-image: url(../images/pleca-roja-y-azul.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 80px;
	position: fixed;
	top: 0;
	z-index: 999 !important;
	width: 100%;
}
.form {
	background: #ec0828;
    width: 100%;
    float: left;
    color: #fff;
    padding: 11px 0;
    position: relative;
    margin: 0 auto;
}
#formBooking {
    transform: skew(30deg);
}
.navbar-inverse {
	background: #071689;
	margin-bottom: 0;
	border: none;
	color: #fff;
	z-index: 9999;
}
.head-input {
	font-size: 12px;
	background-color: #fff;
	width: 100%;
	border-radius: 0px;
	border: 1px solid #666;
	color: #666;
	padding: 11px 5px;
	transition: .3s;
}
.head-input:hover, .head-input:active {
	border: 1px solid #666;
	background-color: #eaeaea;
	color: #780000;
	transition: .3s;
}
.inputs {
	border-radius: 10px;
}
.head-txt {
	float: left;
	padding: 10px 10px;
}
.chat {
	width: 25px;
	height: auto;
	margin: 0px 5px;
}
.logo-xs {
	width: 90px;
	height: auto;
	float: left;
}
/*footer*/
#footer {
	position: relative;
    width: 100%;
    background-color: #071689;
    min-height: 127px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 300;
}
.list-social {
	transform: skew(25deg);
	padding-top: 1em;
    padding-left: 1em;
}
.list-social li {
    display: inline-flex;
    padding: 0 3px;
}
.list-social li a {
	color: #ec0928;
	width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: white;
    padding: 6px;
    font-size: 1.5em;
    transition: 500ms;
}
.list-social li a:hover {
	color: #FFFFFF;
	background-color: #071689;
}
.menu-footer li {
	padding: 0.5em 0;
}
.menu-footer li a {
	color: #FFFFFF;
}
.copyright-footer {
    position: absolute;
    top: 75px;
    left: 235px;
    color: #FFFFFF;
    font-size: 12px;
}
.title-footer {
	color: #fff;
	background: #EB0029;
	text-align: center;
	padding: 15px 10px;
	margin: 0;
}
.legales {
	font-size: 11px;
	color: #666;
}
.fb-page {
	width: 100% !important;
}
.fb-page > span {
	width: 100% !important;
}
.parallelogram-header {
    width: 100%;
    transform: skew(-25deg);
    background: #ec0928;
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-parallelogram {
	transform: skew(25deg);
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 0;
    font-style: normal;
	font-size: 20px;
    text-transform: uppercase;
}
.parallelogram-footer {
    width: 100%;
    transform: skew(-25deg);
    background: #ec0928;
    min-height: 80px;
}
.parallelogram-promos {
	width: 150px;
    height: 30px;
    position: absolute;
    top: 0;
    right: -15px;
    transform: skew(-30deg);
    background: #ec0928;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 300ms;
}
.parallelogram-discounts {
	width: 150px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 142px;
    transform: skew(-30deg);
    background: #262262;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 300ms;
    animation: mymove 2000ms infinite;
}
.footer-right-side {
	position: absolute;
    width: 100%;
    display: block;
    left: 0;
    top: 15px;
}
/*Home*/
.section1 {
	width: 100%;
	height: 1310px;
	background-color: #EAEAEA;
	background: url(../images/seccion-distancia.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
	padding: 450px 10px;
}
.circule-out {
	background: rgba(255,255,255,0.5);
	border-radius: 50%;
	min-height: 350px;
	padding: 20px;
	text-align: center;
}
.circule {
	background: #fff;
	border-radius: 50%;
	width: 100%;
	height: auto;
	min-height: 360px;
}
.icono-home {
	background: #071689;
	border: 10px solid #ec0928;
	padding: 5px;
	width: 150px;
	height: 150px;
	border-radius: 200px;
	margin: auto;
	margin-bottom: 30px;
}
.title-home1 {
	font-size: 32px;
	vertical-align: bottom;
	margin-top: 120px;
	margin-left: 20px;
}
.title-home {
	font-size: 35px;
	text-align: center;
	color: #000;
	margin-top: 10px;
}
.subtitle-home {
	font-size: 35px;
	text-align: center;
	color: #fff;
	background: #ec0928;
	padding: 3px 10px;
}
.section2 {
	width: 100%;
	height: 1310px;
	background-color: #EAEAEA;
	background: url(../images/seccion-adrenalina.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
	padding: 460px 10px;
}
.square-out {
	background: rgba(255,255,255,0.5);
	padding: 20px;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
}
.square {
	background: #fff;
	width: 100%;
	height: auto;
	padding-bottom: 20px;
}
.rombo-out {
	background: url(../images/rombo-blanco.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 53px;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	text-align: center;
}
.title-section2 {
	color: #fff;
	font-size: 58px;
	text-align: center;
	margin-bottom: 200px;
}
.section3 {
	width: 100%;
	height: 1310px;
	background-color: #EAEAEA;
	background: url(../images/seccion-escenario.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
	padding: 380px 10px;
}
.section4 {
	width: 100%;
	height: 1310px;
	background-color: #EAEAEA;
	padding: 0;
}
.descenso {
	background: rgba(255,255,255,0.6);
	border-top: 25px solid #F4F4F4;
	border-bottom: 25px solid #F4F4F4;
	padding: 30px;
	width: 100%;
	float: left;
	margin-top: 450px;
	text-align: right;
}
.title-home3 {
	font-size: 35px;
	text-align: right;
	color: #000;
	margin-right: 80px;
}
.cont-descenso {
	position: relative;
	top: 460px;
}
.absolute {
	position: absolute;
	max-height: 1310px;
}
.marT-50 {
	margin-top: -50px;
}
.mart-30 {
	margin-top: 30px;
}
.marb-30 {
	margin-bottom: 30px;
}
.lefT-80 {
	margin-left: -80px;
}
.right-20 {
	margin-right: 20px;
}
/*Experiencia*/
.parrafo-txt {
	color: #FFF;
	margin-top: 3px
}
.head-emocion {
	color: #666;
	font-size: 27px;
	margin-bottom: 30px;
	text-align: center;
}
.txt-registro {
	color: #666;
	text-align: center;
	margin-bottom: 30px;
}
.parallax-experiencia {
	background-image: url("../images/parallax-experiencia.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
    min-height: 470px;
	margin-top: 30px;
	margin-bottom: 110px;
	padding: 20px 0;
	position: relative;
	width: 100%;
}
.indicaciones {
	color: #fff;
	float: left !important;
	position: absolute;
	top: 0;
}
.white-txt.rule-list-contra > li {
	margin-top: 10px;
}
.title-indicas {
	font-size: 24px;
}
.rule-list {
	font-size: 14px;
	font-weight: lighter;
	letter-spacing: 0.5px;
	list-style-image: url("../images/rule-vineta.png");
}
.contraindicaciones {
	background: rgba(255, 0, 0, 0.4) none repeat scroll 0 0;
	border: 3px solid #ff0000;
	float: right !important;
	line-height: 19px;
	padding: 10px 20px;
	position: absolute;
	top: -15px;
}
.rule-list-contra {
	font-size: 16px;
	font-weight: lighter;
	letter-spacing: 0.5px;
	list-style-image: url("../images/rule-vineta-white.png");
}
.exp-steps {
	margin-top: 50px;
}
.dotted-border-right {
	border-right: 2px dashed #666;
}
.dotted-border-top {
	border-top: 2px dashed #666;
	margin-top: 20px;
}
.exp-card {
	background-color: #efefef;
	border-radius: 0;
	margin-top: 20px;
	min-height: 235px;
	padding: 20px 0px;
}
.numer-exp {
	left: -14px;
	position: absolute;
	top: -19px;
	width: 100px;
	height: auto;
}
.icon-exp {
	margin-top: 50px;
}
.info-exp {
	color: #666;
	text-align: left;
}
.title-exp-card {
	color: #ff0000;
	margin-bottom: 0px; 
}
.numer-exp-center {
	left: 47.5%;
	position: absolute;
	top: -19px;
	width: 100px;
	height: auto;
}
.scream {
	width: 100%;
	background-color: #001D87;
	min-height: 250px;
	padding: 20px 0px;
	margin-top: 30px;
	position: relative;
	margin-bottom: 30px;
}
.txt-scream {
	margin-top: 73px;
}
.rules {
	color: #f79d31;
}
/*Somos*/
.parralax-filosofia {
	background-image: url("../images/parallax-filosofia.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 340px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 40px; 
	margin-bottom: 40px;
}
.counter{color:#eb212e;
	font-weight:lighter;
	font-size:40px;
	margin-bottom:-10px;
	transition:.8s;
}
.counter:hover{
	color:#FFF;
	transition:.5s;
}
.counter-inf {
	font-size:24px;
	color:#eb212e;
}
.counter-txt{color:#eb212e;
	font-size:30px;
	line-height:33px;
	transition:all .8s ease 0s;
}
.counter-txt:hover{color:#FFF;transition:.4s}
.title-info{
	color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    transition: .8s;
    font-weight: bold;
}
.icon-info{width:100px;height:auto;margin:10px 0}.hvr-bounce-in{transform:perspective(1px) translateZ(0);-webkit-transition-duration:.5s;transition-duration:.5s}.hvr-bounce-in:active,.hvr-bounce-in:focus,.hvr-bounce-in:hover{-webkit-transform:scale(1.2);transform:scale(1.2);-webkit-transition-timing-function:cubic-bezier(.47,2.02,.31,-.36);transition-timing-function:cubic-bezier(.47,2.02,.31,-.36)}.hvr-wobble-horizontal{transform:perspective(1px) translateZ(0)}.hvr-wobble-horizontal:active,.hvr-wobble-horizontal:focus,.hvr-wobble-horizontal:hover{-webkit-animation-name:hvr-wobble-horizontal;animation-name:hvr-wobble-horizontal;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}.hvr-skew-forward{-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transform-origin:0 100%;transform-origin:0 100%}.hvr-skew-forward:active,.hvr-skew-forward:focus,.hvr-skew-forward:hover{-webkit-transform:skew(-10deg);transform:skew(-10deg)}@-webkit-keyframes hvr-hang{0%,100%{-webkit-transform:translateY(8px);transform:translateY(8px)}50%{-webkit-transform:translateY(4px);transform:translateY(4px)}}@keyframes hvr-hang{0%,100%{-webkit-transform:translateY(8px);transform:translateY(8px)}50%{-webkit-transform:translateY(4px);transform:translateY(4px)}}@-webkit-keyframes hvr-hang-sink{100%{-webkit-transform:translateY(8px);transform:translateY(8px)}}@keyframes hvr-hang-sink{100%{-webkit-transform:translateY(8px);transform:translateY(8px)}}.hvr-hang{-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0)}.hvr-hang:active,.hvr-hang:focus,.hvr-hang:hover{-webkit-animation-name:hvr-hang-sink,hvr-hang;animation-name:hvr-hang-sink,hvr-hang;-webkit-animation-duration:.3s,1.5s;animation-duration:.3s,1.5s;-webkit-animation-delay:0s,.3s;animation-delay:0s,.3s;-webkit-animation-timing-function:ease-out,ease-in-out;animation-timing-function:ease-out,ease-in-out;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal,alternate;animation-direction:normal,alternate}@media (max-width:600px){.cont-prox{margin-top:-10px}}.animsition,.animsition-overlay{position:relative;opacity:0;animation-fill-mode:both}.animsition-overlay-slide{position:fixed;z-index:1;width:100%;height:100%;background-color:#ddd}
/*Contacto*/
.title-contact {
	color: #EB0029;
}
.subtitle-contact {
	color: #2D0000;
}
.contact-input {
	background-color: #fff;
	margin-bottom: 10px;
	width: 100%;
	border-radius: 0px;
	border: 1px solid #EB0029;
	color: #EB0029;
	padding: 10px 20px;
	transition: .3s;
}
.contact-input:hover, .contact-input:active {
	border: 1px solid #EB0029;
	background-color: #eaeaea;
	color: #780000;
	transition: .3s;
}
.btn-enviar {
	background-color: #EB0029;
	color: #FFF;
	border-radius: 5px;
	width: 100%;
	text-align: center;
	padding: 10px 10px;
	border: 1px solid #EB0029;
	transition: .3s;
}
.btn-enviar:hover, .btn-enviar:focus, .btn-enviar:active {
	background-color: #fff;
	color: #EB0029;
	border: 1px solid #EB0029;
	transition: .3s;
}
.icon-contact {
	width: 30px;
}
.mapa-ubicacion {
	margin-top: 68px;
}
.maps {
	width: 100%;
	height: 400px;
}
/*Seguridad*/
.red-arrow_seguridad::before {
	content: url("../images/red-arrow-down.png");
	float: right;
	position: absolute;
	top: 80px;
}
.title-seguridad {
	text-align: left;
	color: #666;
	margin-bottom: 50px;
	margin-top: 0px;
}
.list-seguridad {
	background-color: #efefef;
	padding: 35px 35px 16px 45px;
	list-style-image: url('../images/rule-vineta.png');
}
.memoria-title {
	color: #001D87;
	margin-top: 10px !important;
	text-align: center;
	padding: 10px 20px;
	border: 2px dashed #ccc;
}
.cd-timeline-content {
	background: transparent !important;
}
.info-item-memoria {
	border-bottom: 3px solid #ff0000;
	padding: 10px 30px 20px;
}
.title-memoria-item {
	background: #ff0000 none repeat scroll 0 0;
	color: #fff !important;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 16px;
}
.well {
	background-color: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.slider-title {
	color: #666;
}
.cont-promo {
	margin-top: 80px;
}
.cont-item-memoria {
	background-color: #efefef;
}
/*Oficial Store*/
.title-boutique {
	margin-top: 50px;
	border-top: 1px solid #ccc;
	padding-top: 13px;
}
.overlay {
	-webkit-border-bottom-right-radius: 25px;
	-webkit-border-top-left-radius: 25px;
	-moz-border-bottom-right-radius: 25px;
	-moz-border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
	border-top-left-radius: 25px;
}
.hovereffect:hover .overlay::before, .hovereffect:hover a, .hovereffect:hover p {
	text-align: center;
}
.hovereffect {
	cursor: pointer !important;
}
.title-shop-item {
	text-align: left;
	font-size: 22px;
	margin-top: 0;
	min-height: 50px;
	display: flex;
    align-items: center;
    justify-content: flex-start;
}
.btn-leer-mas-boutique {
	padding: 10px 20px;
	color: #EB0029;
	border: 2px solid #EB0029;
	border-radius: 0px;
	text-align: center;
	font-size: 16px;
	width: 100%;
	transition: .5s;
}
.btn-leer-mas-boutique:hover {
	color: #FFF;
	border: 2px solid #EB0029;
	background-color: #EB0029;
	transition: .5s;
}
.img-shop {
	-webkit-border-bottom-right-radius: 25px;
	-webkit-border-top-left-radius: 25px;
	-moz-border-bottom-right-radius: 25px;
	-moz-border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
	border-top-left-radius: 25px;
	margin-top: 50px;
	margin-bottom: 10px;
}
.txt-limit-boutique {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 350px;
}
.hovereffect,.hovereffect .overlay{width:100%;height:auto;overflow:hidden}.hovereffect{float:left;position:relative;text-align:center;cursor:pointer;background:-webkit-linear-gradient(45deg,#ff89e9 0,#05abe0 100%);background:linear-gradient(45deg,#ff89e9 0,#05abe0 100%)}.hovereffect .overlay{position:absolute;top:0;left:0;padding:3em;text-align:left}.hovereffect img{display:block;position:relative;max-width:none;width:calc(100% + 60px);transition:opacity .35s,transform .45s;-webkit-transform:translate3d(-40px,0,0);transform:translate3d(-40px,0,0)}.hovereffect .overlay:before{position:absolute;top:20px;right:20px;bottom:20px;left:20px;border:1px solid #fff;content:'';opacity:0;filter:alpha(opacity=0);transition:opacity .35s,transform .45s;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}.hovereffect a,.hovereffect p{color:#FFF;opacity:0;filter:alpha(opacity=0);-webkit-transition:opacity .35s,-webkit-transform .45s;transition:opacity .35s,transform .45s;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.hovereffect:hover img{opacity:.6;filter:alpha(opacity=60);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.hovereffect:hover .overlay:before,.hovereffect:hover a,.hovereffect:hover p{opacity:1;filter:alpha(opacity=100);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
/*Oficial Store Inteior*/
.cont-singe {
	margin-top: 160px;
}
.title-producto {
	color: #001D87;
	text-align: center;
}
/*TKP*/
.title-gracias {
	margin-top: 30px;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
/*Carousel Fade*/
.carousel-fade .carousel-inner { background: #000; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .next.left,
.carousel-fade .prev.right,
.carousel-fade .item.active { opacity: 1; }
.carousel-fade .active.left,
.carousel-fade .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
/*Reservacion*/
.Horarios {
	color: #ff0000;
	text-transform: uppercase;
}
.title-detalles {
	color: #666;
}
.detalle-card {
	background-color: #e3e2e2;
}
.detalle-card-white {
	background-color: #fff;
}
.info-selected {
	color: #ff0000;
}
.codigo-res {
	background: #ff0000;
	color: #FFF;
	padding: 5px 15px;
	text-transform: uppercase;
}
.cont-detalles {
	background-color: #efefef;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.title-detalle {
	color: #666;
	font-size: 28px;
	text-align: center;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: bold;
}
.subtitle-detalle {
	color: #EB0029;
	font-size: 38px;
	margin-top: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.detalle-head {
	background: #EB0029;
	color: #fff;
	text-align: center;
    padding: 6px 10px;
	margin-bottom: 0px;
}
.detalle-title {
	text-transform: uppercase;
	font-size: 45px;
	margin: 0;
}
.detalle-subtitle {
	font-size: 17px;
    margin: 0;
    font-weight: bold;
}
.detalle-par {
	background: #eae9e9;
    color: #666;
    padding: 4px;
    text-transform: uppercase;
}
.detalle {
	background: #fff;
    color: #666;
    padding: 2px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.detalle-pie-par {
	background: #001253;
	color: #fff;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
}
.detalle-pie {
	background: #001d87;
    color: #fff;
    padding: 6px;
    text-align: center;
    text-transform: uppercase;
}
.detalle-pie > h5 {
	font-size: 12px;
}
.detalle-pie > h5 {
	font-size: 12px;
}
.detalle-pie-par > h5 {
	font-size: 12px;
}
.detalle-pie-par h6, .detalle-pie h6 {
	margin-top: 3px;
    margin-bottom: 3px;
}
.codigo {
	border: 1px solid #666;
	padding: 20px 50px;
	text-align: center;
	margin: 30px auto;
}
.total {
	text-transform: uppercase;
	font-size: 30px;
	margin: 0;
	margin-top: 0;
}
.select-detalle {
	border: 1px solid #ccc;
	padding: 10px 5px;
	color: #666;
	margin-top: 10px;
}
.input-detalle {
	width: 100%;
	border-radius: 10px;
	padding: 15px;
	border: 1px solid #666;
	margin: 10px auto;
}
.btn-input {
	border: 1px solid #666;
	border-radius: 0;
	background: #fff;
	color: #666;
	transition: .3s;
	font-size: 11px;
	padding: 8px;
}
.btn-input:hover {
	border: 1px solid #666;
	background: #666;
	color: #fff;
	transition: .3s;
}
.txt-des {
	color: #EB0029;
	font-size: 18px;
}
.dropdown-toggle {
	border: 1px solid #ddd;
}
div#chooseAdventure > .bootstrap-select > button.dropdown-toggle {
    border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
div#chooseTime > .bootstrap-select > button.dropdown-toggle {
    border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.mlless-1 {
	margin-left: -1px;
}
.arrow-up {
	position: fixed;
    margin-left: 1em;
}
.navbar-inverse .navbar-nav>li>a {
    color: #dddddd;
}
@media (max-width: 991px){
	.arrow-up {
		display: none;
	}
	.btn-gototop {
		width: 50px;
	    bottom: 10px;
    	right: 10px;
    	border-radius: 50%;
	}
	.btn-gototop.ribbon--red:after {
		display: none;
	}
	div#date > .bootstrap-select > button.dropdown-toggle {
	    border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	div#acomp > .bootstrap-select > button.dropdown-toggle {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.center-on-sm {
		text-align: center!important;
	}
	.dropdown-toggle {
	    padding: 5px 0px;
	}
	.btn-enviar {
		padding: 5px 0px;
	}
	.form {
		padding: 5px 0;
	}
	.head-txt {
	    font-size: 11px;
	}
	.btn-enviar {
	    margin-top: 0.5em;
	}
	#header {
		min-height: 50px!important;
	}
	.parallelogram-sticky img {
	    max-width: 80px;
	}
	.parallelogram-form, .parallelogram, #formBooking, .parallelogram img {
	    transform: none!important;
	}
	.parallelogram {
	    width: 190px!important;
	    height: 50px!important;
	    position: relative!important;
	    top: 0!important;
	    display: block!important;
	}
	.parallelogram img {
	    max-width: 40%!important;
	}
	.parallelogram-sticky img {
	    max-width: 50px!important;
	}
	.parallelogram-form {
	    min-height: 50px!important;
	}
	.btn-blue-header {
	    padding: 8px 0px!important;
		font-size: 10px!important;
	    margin-top: 0!important;
	}
	.label-book {
	    font-size: 12px!important;
	}
	#btn-mega-menu {
	    font-size: 18px!important;
	    padding: 6px 11px!important;
	    margin: 5px 0px!important;
	}
}
#btn-mega-menu {
	border: 1px solid #FFFFFF;
    border-radius: 0;
    background-color: transparent;
    color: #FFFFFF;
    font-size: 25px;
    padding: 0px 20px;
    margin: 6px 0px;
}
#book-toggle {
	float: left;
    margin-top: 2px;
}
.center-vertically {
	display: flex;
	align-items: center;
	justify-content: center;
}
.content-wrap {
	position: relative;
	padding: 60px 0;
}
#slider, #wrapper {
	position: relative;
}
#wrapper {
	position: relative;
}
.promo-box {
	margin-bottom: 2em;
	background-color: #FFFFFF;
    padding: 1em;
}
.box-blue {
	background-color: #1b75bc!important;
}
.box-green {
	background-color: #bed747!important;
}
.box-bluegreen {
	background-color: #00afad!important;
}
.box-peach {
	background-color: #f68b33!important;
}
.title-box {
	font-weight: bold;
	font-size: 29px;
	text-transform: uppercase;
	margin: 0;
	line-height: 60px;
}
.subtitle-box {
	font-size: 16px;
	margin: 0;
	line-height: 60px;
}
.head-box {
	background-color: #ec0928;
}
.promo-title {
	width: 100%;
	min-height: 60px;
	text-align: center;
	color: #FFFFFF;
}
.price-box {
	min-width: 160px;
	min-height: 80px;
	background-color: #ec0928;
	border-radius: 5px;
	color: #FFFFFF;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.price-box p {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	padding-top: 0.5em;
}
.price-box h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 37px;
}
.price-box > h2 > small {
	color: #FFFFFF;
    font-size: 2rem;
}
.mb-info-box {
	margin-bottom: 1em;
}
.desc-box {
	color: #333333;
	text-align: left;
	margin-bottom: 0;
}
.attractions > .modal-dialog > .modal-content {
	border-radius: 0;
}
.attractions > .modal-dialog > .modal-content {
    border-radius: 0;
    background-color: #ec0928;
    color: #FFF;
}
.attractions > .modal-dialog > .modal-content > .modal-header {
    padding: 20px;
    border-bottom: 0;
    text-align: center;
}
.attractions > .modal-dialog > .modal-content > .modal-footer {
    padding: 20px;
    border-top: 0;
    text-align: center;
}
.attractions > .modal-dialog > .modal-content > .modal-header > .modal-title {
    font-size: 21px;
}
#info-button button {
    width: 33%;
    background-color: #FFF;
    border-radius: 0;
	border: 1px solid #333333;
	font-size: 14px;
}
.dropdown-menu {
	border-radius: 0;
}
.schedule-box {
	font-size: 14px;
	color: #333333;
	text-align: left;
	margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){
	#info-button button {
	    font-size: 10px;
	    padding: 12px 0px;
	}
	.submenu-header {
	    line-height: 1.5em;
	    margin-bottom: 0;
	    padding: 1em!important;
	}
	.submenu-header li a {
	    font-size: 14px;
	}
	.subtitle-box {
	    line-height: 3rem;
	}
	.schedule-box {
		text-align: center;
	}
	.desc-box {
	    line-height: 1.5rem;
	    font-size: 12px;
	}
	.schedule-box {
	    font-size: 12px;
	}
	.price-box {
		min-width: 140px;
	}
	div#chooseAdventure > .bootstrap-select > button.dropdown-toggle {
	    border-top-left-radius: 0!important;
	    border-bottom-left-radius: 0!important;
	}
	div#chooseTime > .bootstrap-select > button.dropdown-toggle {
	    border-top-right-radius: 0!important;
	    border-bottom-right-radius: 0!important;
	}
}
@media (min-width: 1200px) {
	.title-souvenir {
	    min-height: 60px;
	}
	.parallelogram {
	    left: 45px;
	}
	.featured-red {
	    max-width: 200px;
	}
}
@media (max-width: 1060px){
	.container-adventure {
	    max-width: 85%!important;
	}
}
@media (min-width: 992px){
	.center-v-on-lg {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.mt-title-pet {
		margin-top: -70px;
	}
}
.bg-book {
    text-align: center;
    max-width: 35%;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
.box-packs {
	border: 1px solid #071689;
	border-radius: 4px;
	padding: 1rem;
}
@media (min-width: 992px) and (max-width: 1200px){
	.promo-box {
		min-height: 455px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.title-souvenir {
	    min-height: 70px;
	    font-size: 12px!important;
	}
}
@media (max-width: 575px){
	.title-souvenir {
	    font-size: 12px!important;
	    min-height: 55px;
	}
	.price-souvenir {
	    font-size: 16px!important;
	}
	.swiper-slide {
		min-height: 100vh;
	}
	.promo-header h3 {
	    font-size: 24px!important;
	}
	#info-button button {
	    font-size: 10px;
	    padding: 10px 5px;
	}
	.title-menu {
	    font-size: 12px!important;
	}
	.featured-red .submenu-header {
	    padding: 0.5em!important;
	}
	.submenu-header li a {
	    font-size: 10px!important;
	}
	.owl-carousel .swiper-wrapper .swiper-slide {
		min-height: auto;
		text-align: center!important;
	}
}
@media (max-width: 767px){
	#myCarousel {
		margin-top: 0;
	}
	#footer {
	    min-height: auto;
	}
	#page-title {
	    min-height: 200px!important;
	}
	.subtitle-detalle {
	    font-size: 30px;
	}
	.main-card {
		padding: 0.5em!important;
	}
	.subtitle-maincard {
	    font-size: 18px!important;
	}
	.logo-cards {
	    max-width: 200px!important;
	    padding: 1em!important;
	}
	.title-page-title {
	    font-size: 24px!important;
	}
	#page-title div ol.breadcrumb {
	    font-size: 13px;
	    margin-bottom: 0;
	}
	.title-section {
		font-size: 38px!important;
	}
	.submenu ul li a {
	    padding: 16px 10px!important;
	    font-size: 13px;
	}
	.submenu ul li {
	    line-height: 50px!important;
	}
	.submenu {
	    min-height: 50px!important;
	}
	.btn-more {
	    padding: 0.5em 1em!important;
	}
	#myNav {
	    padding: 10px 0;
	}
	.submenu-header li a {
	    font-size: 12px;
	}
	.submenu-header {
		margin-bottom: 1em;
	    line-height: 1em;
	}
	.title-menu {
	    font-size: 14px;
	}
	.featured-red .submenu-header {
		padding: 0.5em 1em;
    	margin-bottom: 0;
	}
	.btn-blue-header {
	    width: 100%!important;
	}
	.visible .container-adventure a.img-adventure {
	    position: relative!important;
	    top: 0!important;
	}
	.parallelogram {
	    background: transparent!important;
	    text-align: left!important;
	}
	.img-adventure img {
		max-width: 100%;
		height: auto;
	}
	.container-adventure {
	    padding: 0 1em;
	}
	.container-adventure img {
		display: block;
	    max-width: 100%;
	    height: auto;
	}
	#footer .container .row {
	    padding: 1em 0px;
	}
	.footer-right-side {
		position: relative;
	    top: 0;
		font-size: 12px;
	}
	.footer-right-side .row {
		padding: 0.5em 0px!important;
	}
	.copyright-footer {
    	position: relative;
	    top: 0;
	    left: 0;
	    margin-bottom: 0;
	}
	.menu-footer {
	    display: table;
    	margin: 0 auto;
	}
	.menu-footer li {
	    display: inline;
	    margin: 0px auto 0px auto;
	    padding: 0 5px;
	}
	.text-adventure {
	    line-height: 1em!important;
	    font-size: 12px!important;
	    margin-top: 3em;
	    float: none!important;
	}
	.adventure-1, .adventure-2 {
		min-height: 400px!important;
	}
	#closeADv1, #closeADv2 {
	    right: 1em!important;
	    top: -30px!important;
	}
	.section-adventures {
		margin-bottom: 0!important;
	}
	div#chooseAdventure > .bootstrap-select > button.dropdown-toggle {
	    border-top-left-radius: 0!important;
	    border-bottom-left-radius: 0!important;
	}
	div#chooseTime > .bootstrap-select > button.dropdown-toggle {
	    border-top-right-radius: 0!important;
	    border-bottom-right-radius: 0!important;
	}
	.legal-promo {
		text-align: center;
	}
	.promo-xs {
		max-width: 400px;
	}
	#header {
		top: 0!important;
	}
	.parallelogram-form {
	    transform: none!important;
	}
	#formBooking {
	    transform: none;
	}
	.danger-price {
	    font-size: 10px!important;
	}
	.fly-price {
	    font-size: 18px!important;
	}
}
.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ec0928;
  margin: 0 auto;
}
#info-button button.button-superman {
	transition: 400ms;
}
#info-button button.button-superman:hover {
	background-color: #ec0928;
	color: #FFFFFF;
}
#info-button button.button-noct {
	transition: 400ms;
}
#info-button button.button-noct:hover {
	background-color: #1b75bc;
	color: #FFFFFF;
}
#info-button button.button-rider {
	transition: 400ms;
}
#info-button button.button-rider:hover {
	background-color: #bed747;
	color: #FFFFFF;
}
#info-button button.button-twin {
	transition: 400ms;
}
#info-button button.button-twin:hover {
	background-color: #00afad;
	color: #FFFFFF;
}
.w100 {
	width: 100%;
}
#section {
	position: relative;
	width: 100vw;
}
.promo-header {
	background-color: #ec0928;
	min-height: 160px;
	color: #FFFFFF;
}
.promo-header h3 {
	margin: 0;
	font-size: 28px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.text-slide {
	color: #FFFFFF;
	font-size: 30px;
	line-height: 1.2em;
    text-align: left;
    padding-top: 1em;
}
.swiper-slide {
	width: 100%;
	height: 100%;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: center!important;
	}
.bbox > .col-sm-3 {
	margin: 0 auto;
    text-align: -webkit-center;
}
#header_datetimepicker4 {
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
@media (max-width: 1200px) {
	.icon-attraction {
	    width: 100%;
	}
}
@media (min-width: 1400px) {
	.swiper-slide {
	    width: 100vw;
	    height: 100vh;
	}
	.slide-xl {
		padding-top: 45em;
	}
	.max {
		max-width: 60%;
	}
	.parallelogram-promos {
		right: -110px;
	}
	.parallelogram-discounts {
	    right: 45px;
	}
}
@media (min-width: 1200px) {
	.flag-mex {
		position: absolute;
		right: -165px;
	    top: -2px;
	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	.swiper-slide {
	    width: 100vw;
	    height: 100vh;
	}
	.slide-xl {
		padding-top: 15em;
	}
	.text-slide {
	    line-height: 1em;
	}
	.parallelogram-promos {
		right: -110px;
	}
	.parallelogram-discounts {
	    right: 45px;
	}
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.text-book {
		font-size: 1.3rem;
	}
	.swiper-slide {
	    width: 100vw;
	    height: 100vh;
	}
	.slide-xl {
		padding-top: 10em;
	}
	.text-slide {
	    line-height: 1em;
	    font-size: 25px;
	}
	#info-button button {
	    font-size: 13px;
	    padding: 10px 5px;
	}
	.flag-mex {
		position: absolute;
		right: -70px;
	    top: -2px;
	}
}
@media (min-width: 992px) and (max-width: 1023px) {
	.flag-mex {
		position: absolute;
		right: -65px;
	    top: -2px;
	}
	.slide-xl {
		padding-top: 15em;
	}
	#info-button button {
	    font-size: 13px;
	    padding: 15px 5px;
	}
	.swiper-slide {
		min-height: 953px;
	}
	.owl-carousel .swiper-wrapper .swiper-slide {
		min-height: auto;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.flag-mex {
		position: absolute;
		right: -70px;
	    top: -2px;
	}
	.parallelogram-promos {
		position: relative;
		top: -30px;
	    transform: skew(0deg);
		left: 35px;
	}
	.parallelogram-promos > a > .btn-promos {
		transform: skew(0deg)!important;
	}
	.parallelogram-discounts {
		position: relative;
		transform: skew(0deg);
	    right: 120px;
	}
	.flag-mex {
		position: absolute;
		top: -2px;
	    right: 35px;
	}
	.parallelogram-discounts > a > .btn-promos {
		transform: skew(0deg)!important;
	}
	.slide-xl {
		padding-top: 15em;
	}
	.price-box h2 {
	    font-size: 28px;
	}
	#header_datetimepicker4 {
		border-top-left-radius: 0px;
	    border-bottom-left-radius: 0px;
	}
	.swiper-slide {
		min-height: 953px;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.flag-mex {
		position: absolute;
		right: 130px;
    	top: 12px;
	}
	.swiper-slide {
		min-height: 100vh;
	}
	.owl-carousel .swiper-wrapper .swiper-slide {
		min-height: auto;
	}
	.slide-xl {
		padding-top: 15em;
	}
	.text-slide {
	    font-size: 24px;
	    line-height: 1em;
	    text-align: center;
	    text-shadow: 1px 1px 4px #333333;
	}
	.max {
		max-width: 70%;
	}
	#header_datetimepicker4 {
		border-top-left-radius: 0px;
	    border-bottom-left-radius: 0px;
	}
	.price-box h2 {
	    font-size: 32px;
	}
}
@media (max-width: 575px) {
	.flag-mex {
		position: absolute;
		right: 100px;
    	top: 12px;
	}
}
@media (max-width: 575px) and (min-width: 500px) {
	.text-slide {
	    font-size: 18px;
	    line-height: 1em;
	    text-align: center;
	    text-shadow: 1px 1px 3px #333333;
	}
	.slide-xl {
		padding-top: 15em;
	}
	#header_datetimepicker4 {
		border-top-left-radius: 0px;
	    border-bottom-left-radius: 0px;
	}
}
@media (max-width: 419px){
	.desc-box {
	    line-height: 1;
	    font-size: 11px;
	}
	.price-box h2 {
	    font-size: 24px;
	}
	.price-box {
		min-height: 50px;
	}
	.schedule-box {
	    font-size: 12px;
	    text-align: center;
	    line-height: 0;
    	margin-bottom: 1em;
	}
	.slide-xl {
	    padding-top: 10em;
	}
}
.bbox {
	border: 1px solid #ddd;
    margin: 0 auto;
}
#historieta{
  	display: flex;
  	text-align: center;
  	align-items: center;
  	position: relative;
    top: 0;
   	width: 80%;
  	height: 60px;
  	background-color: #262262;
  	border-radius: 25px;
  	padding-left: 10px;
}
#historieta:before{
  	content: "";
    position: absolute;
    top: 51px;
    left: 10px;
    width: 0px;
    height: 0px;
    border-top: 15px solid #262262;
    border-right: 15px solid transparent;
    border-left: 10px solid transparent;
    transform: rotate(75deg);
}
.btn-promo {
	color: #FFFFFF;
	background-color: #FF0000;
}
@media (min-width: 1200px){
	.center-vertically-lg {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
.main-card {
	border: 5px solid #e3e2e2;
	border-radius: 5px;
    padding: 1em;
    margin-bottom: 2em;
}
.card-fly {
	border: 1px solid #dadbdc;
	border-radius: 10px;
	display: block;
    margin-bottom: 1.5em;
    position: relative;
}
.card-fly-header {
	background-color: #010d4e;
    padding: 0.5em;
    min-height: 160px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
	align-items: flex-end;
	justify-content: center;
}
.box-card-title p {
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
}
.card-fly-price {
	background-color: #FFFFFF;
	padding: 0.5em;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 118px;
    min-height: 118px;
    display: table-cell;
    vertical-align: middle;
}
.fly-price {
	font-size: 20px;
	color: #63656a;
	font-weight: bold;
    margin-bottom: 0;
}
.bg-superman {
	background-image: url('../images/card-superman.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-raider {
	background-image: url('../images/card-raider.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-twin {
	background-image: url('../images/card-twin.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-sunset {
	background-image: url('../images/card-sunset.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-nocturno {
	background-image: url('../images/card-nocturno.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-jump {
	background-image: url('../images/card-jump.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-twin-jump {
	background-image: url('../images/card-twin-jump.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-superman-jump {
	background-image: url('../images/card-superman-jump.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-raider-jump {
	background-image: url('../images/card-raider-jump.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-sunset-superman {
    background-image: url(../images/card-sunset-superman.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-nocturno-jump {
    background-image: url(../images/card-nocturno-jump.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-monkey-1 {
	background-image: url('../images/card-monkey-1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-monkey-2 {
	background-image: url('../images/card-monkey-2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-monkey-3 {
	background-image: url('../images/card-monkey-3.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-superman-big {
    background-image: url(../images/card-superman-big-monkey.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-raider-big {
    background-image: url(../images/card-raider-big-monkey.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-nocturno-big {
    background-image: url(../images/card-nocturno-big-monkey.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-sunset-big {
    background-image: url(../images/card-sunset-big-monkey.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-twin-big {
    background-image: url(../images/card-twin-big-monkey.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-jump-big {
    background-image: url(../images/card-jump-big-monkey.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-superman-baby {
    background-image: url(../images/card-superman-baby.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-superman-youth {
    background-image: url(../images/card-superman-youth.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-xjump {
	background-image: url(../images/card-xjump.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-superman-monkey-jump {
    background-image: url(../images/superman-baby-monkey-free-jump.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-twin-monkey-jump {
	background-image: url(../images/twin-baby-monkey-free-jump.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-rider-monkey-jump {
	background-image: url(../images/rider-baby-monkey-free-jump.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-sunset-monkey-jump {
	background-image: url(../images/sunset-baby-monkey-free-jump.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-monkey-jump {
	background-image: url(../images/baby-monkey-free-jump.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.subtitle-maincard {
	font-size: 28px;
	color: #63656a;
	text-align: center;
	margin-bottom: 0.8em;
}
.box-card-title {
    margin: 10px 0px;
}
.danger-price {
	font-size: 12px;
	color: #e80131;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 1;
	text-transform: uppercase;
}
.logo-cards {
	max-width: 300px;
	height: auto;
	padding: 1.5em;
}
.grid-souvenir {
	position: relative;
    min-height: 210px;
}
.title-souvenir {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	color: #63656a;
	margin-bottom: 0;
}
.price-souvenir {
	color: #63656a;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
.title-testimonial {
	font-weight: 300;
	font-size: 24px;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 1.3em;
}
.author-testimonial {
	font-size: 14px;
	font-weight: 300;
}
@media (min-width: 768px) and (max-width: 1800px){
	.viewport-bottom {
	    max-height: 63%;
	    overflow-y: scroll;
	}
}
#asidebar div h6 {
	font-size: 11px;
}
.legal-asidebar {
    line-height: 0.9rem;
    font-size: 13px;
}
@media (min-width: 768px){
	.sticky {
	    position: fixed;
	    max-width: 360px;
	    z-index: 1;
	    top: 50px;
	    background-color: #FFFFFF;
	}
	#btn-mega-menu {
	    transform: skew(-30deg);
	}
	.btn-more {
	    float: right;
	    clear: both;
	    right: 180px;
	    position: relative;
	}
}
.main-pack {
    border: 5px solid #e80131;
    border-radius: 5px;
    margin-bottom: 2em;
}
.main-pack-header {
    font-size: 18px;
    color: #FFFFFF;
    background-color: #e80131;
    text-align: center;
    padding: 0.5em;
}
.main-pack-body {
    padding: 1em;
}
.background {
	position: relative;
    z-index: 1;
    color: #ec0928;
}
.background:before {
	border-top: 5px solid #ec0928;
    content:"";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 50%; left: 0; right: 0; bottom: 0;
    width: 95%;
    z-index: -1;
}
.background.green:before {
	border-top: 5px solid #005e28;
}
.background span { 
    /* to hide the lines from behind the text, you have to set the background color the same as the container */ 
    background: #fff; 
    padding: 0 15px;
    font-weight: bold;
}
.parallelogram-promos > a > .btn-promos {
	display: block;
	font-weight: 700;
    transform: skew(30deg);
    color: #FFFFFF;
}
.parallelogram-discounts > a > .btn-promos {
	display: block;
	font-weight: 700;
    transform: skew(30deg);
    color: #FFFFFF;
}
.btn-promos a {
	color: #FFFFFF;
}
.text-left {
	text-align: left!important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-weight: 300;
    font-size: 14px;
}
#top-bar {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000000;
	width: 100vw;
	min-height: 35px;
	z-index: 2;
    line-height: 35px;
    color: #FFFFFF;
    font-weight: 300;
    text-transform: uppercase;
}
#header {
	position: fixed;
	top: 35px;
	left: 0;
	background-color: rgba(0, 0, 0, .7);
	width: 100vw;
	min-height: 65px;
	z-index: 11;
	transition: 300ms;
	border-bottom: 1px solid #ec0828;
}
#header.navbar-fixed-top {
    min-height: 50px;
}
#header.visible .container .row div #btn-mega-menu {
    margin: 14px 0px;
}
#header.navbar-fixed-top.visible .container .row div #btn-mega-menu {
    margin: 6px 0px;
}
.booking.navbar-fixed-top #btn-mega-menu {
	margin: 14px 0px;
}
.booking #btn-mega-menu {
	margin: 14px 0px;
}
.booking.navbar-fixed-top .parallelogram-sticky {
	height: 66px;
}
.navbar-fixed-top {
	top: 0!important;
}
.parallelogram {
    width: 200px;
    height: 101px;
    position: absolute;
    top: -35px;
    transform: skew(-30deg);
    background: #ec0928;
    text-align: center;
    margin: 0 auto;
    display: flex;
	align-items: center;
	justify-content: center;
	transition: 300ms;
}
.parallelogram-sticky {
    position: relative;
    height: 50px;
}
.parallelogram-sticky img {
	max-width: 60px;
    height: auto;
    transition: 300ms;
}
.parallelogram img {
    transform: skew(30deg);
}
.parallelogram-form {
	width: 100%;
	transform: skew(-30deg);
    background: #ec0928;
    min-height: 65px;
}
.btn-blue-header {
	background-color: #262262;
	width: 80%;
}
.btn-blue-header:hover {
	width: 80%;
}
.title-section {
	text-align: center;
	color: #ec0928;
	font-size: 48px;
	line-height: 0.8em;
	font-weight: 300;
	text-transform: uppercase;
}
.title-section span {
	font-size: 24px;
	color: #333333;
	text-transform: initial;
}
#triangle-down {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #FFFFFF;
    position: absolute;
    left: 0;
    right: 0;
    top: 85px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
.section-adventures {
	display: block;
	position: relative;
	width: 100%;
	min-height: 575px;
}
.adventure-1, .adventure-2 {
	width: 50%;
	min-height: 575px;
	/*line-height: 575px;*/
	float: left;
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: 1s;
    position: relative;
    display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.container-adventure {
	position: relative;
	margin: 0 auto;
    width: 100%;
    text-align: -webkit-center;
    max-width: 1024px;
}
#closeADv1, #closeADv2 {
	position: absolute;
	right: 0;
	top: -80px;
	transition: 1s;
}
#closeADv1 i, #closeADv2 i {
	font-size: 38px;
	color: #FFFFFF;
}
.visible .container-adventure a.img-adventure {
    position: absolute;
    left: 0;
    top: -80px;
}
.adventure-1 {
	background-image: url('../images/bg-1.jpg');
}
.adventure-2 {
	background-image: url('../images/bg-2.jpg');
}
.text-adventure {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 2;
	font-weight: 300;
	transition: 0.5s;
	max-width: 350px;
    text-align: justify;
    float: right;
}
.btn-more {
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	font-size: 14px;
	color: #FFFFFF;
	padding: 1.5em 4em;
	transition: 400ms;
}
.btn-more:hover, .btn-more:focus {
	background-color: #FFFFFF;
}
.ribbon {
	width: 279px;
    height: 135px;
  	overflow: hidden;
  	position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #990015;
}
.ribbon span {
	position: absolute;
    display: block;
    width: 350px;
    padding: 20px 0;
    background-color: #ec0928;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}
.ribbon-top-left span img {
    transform: rotate(60deg);
}
/* top left*/
.ribbon-top-left {
    top: -10px;
    left: 0;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 20px;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
	right: -32px;
    top: 0px;
    transform: rotate(-60deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}
.label-book {
	margin-top: 3px;
	font-weight: 700;
}
.item blockquote {
	border-left: 0;
}
#page-title {
	position: relative;
	padding: 1em;
	width: 100%;
	min-height: 270px;
	display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}
#page-title div ol.breadcrumb {
	text-align: center;
    color: #FFFFFF;
}
#page-title div ol.breadcrumb li a {
	color: #FFFFFF;
}
.title-page-title {
	font-size: 48px;
	color: #ec0928;
	text-transform: uppercase;
	font-weight: 400;
}
.submenu {
	width: 100%;
	min-height: 75px;
	background-color: #262262;
}
.submenu ul li {
	line-height: 75px;
    padding: 0;
}
.submenu ul li a {
	color: #FFFFFF;
	transition: 400ms;
	padding: 28px 21px;
}
.submenu ul li a:hover {
	background-color: #ec0928;
}
.submenu ul {
	text-align: center;
    margin-bottom: 0;
}
@media (min-width: 768px) {
	.submenu-sticky {
	    position: fixed!important;
	    z-index: 1;
	    top: 67px;
		min-height: 50px;
	}
	.submenu-sticky ul li {
		line-height: 50px;
	}
	.submenu-sticky ul li a {
    	padding: 15px 20px;
	}
}
.infobox-tirolesa {
	position: relative;
}
.infobox-tirolesa > p {
	font-size: 18px;
	font-weight: 300;
}
.parallelogram-tirolesa {
	width: 850px;
    height: 150px;
    position: absolute;
    background: #FFFFFF;
    transform: skewX(-30deg);
    font-size: 48px;
    font-weight: 300;
    line-height: 1;
    padding: 0.5em;
}
.parallelogram-tirolesa > p {
	transform: skewX(30deg);
	margin-bottom: 0;
}
.infobox-p1, .infobox-p2, .infobox-p3, .infobox-attractions, .infobox-logo  {
	position: absolute;
}
.infobox-attractions {
	font-size: 20px;
	color: #ec0928;
}
.bg-tirolesa {
	background-image: url('../images/bg-tirolesa-2.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #FFFFFF;
	min-height: 555px;
}
.infobox-text1 {
	font-size: 24px;
	font-weight: 300;
}
.infobox-text2 {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.8em;
}
.infobox-text3 {
	font-size: 48px;
	font-weight: 300;
}
.tsection-xmonkey {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}
.tred-xmonkey {
	font-size: 48px;
	color: #ec0928;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0 auto;
}
.list-monkey {
    padding-left: 2em;
    font-weight: 300;
}
.video-xtasea {
    max-width: 100%;
    height: auto;
}
@media (min-width: 1842px){
	.parallelogram-tirolesa {
	    left: -315px;
	    top: 225px;
	}
	#content-xmonkey {
		margin-top: 21em;
	}
	.infobox-logo {
	    top: 50px;
	    right: 0;
	}
	.infobox-p1 {
	    top: 395px;
	    left: 0;
	}
	.infobox-p2 {
	    left: 0;
    	top: 570px;
	}
	.infobox-p3 {
		top: 370px;
	    left: 0;
	}
	.infobox-attractions {
		top: 500px;
    	left: 0;
	}
	.img-fly {
	    position: absolute;
	    top: -70px;
	    left: -25px;
	}
	.infobox-xtasea {
		position: absolute;
		max-width: 400px;
	    text-align: justify;
	    right: 100px;
	    top: 240px;
	    line-height: 1em;
	}
	.infobox-text1 {
		position: absolute;
		top: 100px;
    	left: 0;
	}
	.video-xtasea {
	    position: absolute;
	    top: 690px;
	}
}
@media (min-width: 1801px) and (max-width: 1841px){
	.parallelogram-tirolesa {
	    left: -260px;
	    top: 220px;
	}
	#content-xmonkey {
		margin-top: 22em;
	}
	.video-xtasea {
	    position: absolute;
	    top: 700px;
	}
	.infobox-logo {
	    top: 50px;
	    right: 0;
	}
	.infobox-p1 {
	    top: 395px;
	    left: 0;
	}
	.infobox-p2 {
	    left: 0;
    	top: 570px;
	}
	.infobox-p3 {
		top: 360px;
	    left: 0;
	}
	.infobox-attractions {
		top: 500px;
    	left: 0;
	}
	.infobox-xtasea {
		position: absolute;
		max-width: 380px;
	    text-align: justify;
	    right: 100px;
	    top: 260px;
	    line-height: 1em;
	}
	.infobox-text1 {
		position: absolute;
		top: 100px;
    	left: 0;
	}
	.img-fly {
	    position: absolute;
	    top: -70px;
	    left: -25px;
	}
}
@media (min-width: 1701px) and (max-width: 1800px){
	.parallelogram-tirolesa {
	    left: -240px;
    	top: 210px;
	}
	.video-xtasea {
	    position: absolute;
	    top: 680px;
	}
	#content-xmonkey {
		margin-top: 22em;
	}
	.infobox-logo {
	    top: 40px;
	    right: 0;
	}
	.infobox-p1 {
	    top: 375px;
	    left: 0;
	}
	.infobox-p2 {
	    left: 0;
    	top: 540px;
	}
	.infobox-p3 {
		top: 350px;
	    left: 0;
	}
	.infobox-tirolesa > p {
		font-size: 17px;
	}
	.infobox-attractions {
		top: 475px;
    	left: 0;
	}
	.infobox-xtasea {
		position: absolute;
		max-width: 380px;
	    text-align: justify;
	    right: 100px;
	    top: 260px;
	    line-height: 1em;
	}
	.infobox-text1 {
		position: absolute;
		top: 100px;
    	left: 0;
	}
	.img-fly {
	    position: absolute;
	    top: -70px;
	    left: -25px;
	}
}
@media (min-width: 1601px) and (max-width: 1700px){
	.parallelogram-tirolesa {
	    left: -240px;
    	top: 195px;
	}
	.video-xtasea {
	    position: absolute;
	    top: 650px;
	}
	#content-xmonkey {
		margin-top: 22em;
	}
	.infobox-logo {
	    top: 30px;
	    right: 0;
	}
	.infobox-p1 {
	    top: 370px;
	    left: 0;
	}
	.infobox-p2 {
	    left: 0;
    	top: 530px;
	}
	.infobox-p3 {
		top: 340px;
	    left: 0;
	    font-size: 16px!important;
	}
	.infobox-attractions {
		top: 470px;
    	left: 0;
	}
	.infobox-xtasea {
		position: absolute;
		max-width: 360px;
	    text-align: justify;
	    right: 100px;
	    top: 250px;
	    line-height: 1em;
	}
	.infobox-text1 {
		position: absolute;
		top: 100px;
    	left: 0;
	}
	.img-fly {
	    position: absolute;
	    top: -70px;
	    left: -25px;
	}
}
@media (min-width: 1501px) and (max-width: 1600px){
	.parallelogram-tirolesa {
	    left: -240px;
    	top: 185px;
	}
	.video-xtasea {
	    position: absolute;
	    top: 650px;
	}
	#content-xmonkey {
		margin-top: 22em;
	}
	.infobox-logo {
	    top: 30px;
	    right: 0;
	}
	.infobox-p1 {
	    top: 340px;
	    left: 0;
	}
	.infobox-p2 {
	    left: 0;
    	top: 510px;
	}
	.infobox-p3 {
		top: 325px;
	    left: 0;
	    font-size: 16px!important;
	}
	.infobox-attractions {
		top: 430px;
    	left: 0;
	}
	.img-fly {
	    position: absolute;
		top: -60px;
    	left: -30px;
	}
	.infobox-xtasea {
		position: absolute;
		max-width: 350px;
	    text-align: justify;
	    right: 100px;
	    top: 240px;
	    line-height: 1em;
	}
	.infobox-text1 {
		position: absolute;
		top: 100px;
    	left: 0;
	}
}
@media (min-width: 1401px) and (max-width: 1500px){
	.parallelogram-tirolesa {
	    left: -240px;
    	top: 174px;
    	font-size: 46px;
        height: 135px;
	}
	#content-xmonkey {
		margin-top: 22em;
	}
	.video-xtasea {
	    position: absolute;
	    top: 630px;
	}
	.infobox-logo {
	    top: 30px;
	    right: 0;
	}
	.infobox-p1 {
	    top: 310px;
	    left: 0;
	}
	.infobox-p2 {
	    left: 0;
    	top: 460px;
	}
	.infobox-p3 {
		top: 310px;
	    left: 0;
	    font-size: 14px!important;
	}
	.infobox-attractions {
		top: 400px;
	    font-size: 18px;
    	left: 0;
	}
	.infobox-tirolesa > p {
	    font-size: 16px!important;
	}
	.img-fly {
	    position: absolute;
	    top: -70px;
	    left: -25px;
	}
	.infobox-xtasea {
		position: absolute;
		max-width: 350px;
	    text-align: justify;
	    right: 110px;
	    top: 250px;
	    line-height: 1em;
	}
	.infobox-text1 {
		position: absolute;
		top: 100px;
    	left: 0;
	}
}
@media (min-width: 1280px) and (max-width: 1400px) {
	.parallelogram-tirolesa {
	    left: -200px;
	    top: 159px;
	    height: 110px;
	    font-size: 36px;
	}
	.video-xtasea {
	    position: absolute;
	    top: 560px;
	}
	#content-xmonkey {
		margin-top: 19em;
	}
	.infobox-logo {
	    top: 20px;
	    right: 0;
	}
	.infobox-p1 {
	    top: 270px;
	    left: 0;
	}
	.infobox-p2 {
	    left: 0;
    	top: 415px;
	}
	.infobox-p3 {
		top: 260px;
	    left: 0;
	    font-size: 14px!important;
	}
	.infobox-attractions {
		top: 345px;
		font-size: 18px;
    	left: 0;
	}
	.infobox-tirolesa > p {
	    font-size: 14px!important;
	}
	.img-fly {
	    position: absolute;
		top: -60px;
    	left: -30px;
	}
	.infobox-xtasea {
		position: absolute;
		max-width: 350px;
	    text-align: justify;
	    right: 110px;
	    top: 250px;
	    line-height: 1em;
	}
	.infobox-text1 {
		position: absolute;
		top: 100px;
    	left: 0;
	}
}
@media (min-width: 1201px) and (max-width: 1279px) {
	.parallelogram-tirolesa {
	    left: -170px;
	    top: 149px;
	    height: 95px;
	    font-size: 32px;
	}
	.video-xtasea {
	    position: absolute;
	    top: 520px;
	}
	#content-xmonkey {
		margin-top: 17em;
	}
	.infobox-logo {
	    top: 10px;
	    right: 0;
	}
	.infobox-p1 {
	    top: 245px;
	    left: 0;
	}
	.infobox-p2 {
	    left: 0;
    	top: 385px;
	}
	.infobox-p3 {
		top: 250px;
	    left: 0;
	    font-size: 13px!important;
	}
	.infobox-attractions {
		top: 315px;
		font-size: 18px;
    	left: 0;
	}
	.infobox-tirolesa > p {
	    font-size: 14px;
	}
	.infobox-xtasea {
		position: absolute;
		max-width: 350px;
	    text-align: justify;
	    right: 110px;
	    top: 250px;
	    line-height: 1em;
	}
	.infobox-text1 {
		position: absolute;
		top: 100px;
    	left: 0;
	}
	.img-fly {
	    position: absolute;
	    top: -70px;
	    left: -40px;
	}
}
@media (min-width: 1101px) and (max-width: 1200px) {
	.parallelogram-tirolesa {
	    left: -170px;
	    top: 135px;
	    height: 85px;
    	font-size: 28px;
	}
	.video-xtasea {
	    position: absolute;
	    top: 480px;
	}
	#content-xmonkey {
		margin-top: 16em;
	}
	.infobox-logo {
	    top: 10px;
	    right: 0;
	    max-width: 90px;
	}
	.infobox-p1 {
	    top: 220px;
	    left: 0;
	}
	.infobox-p2 {
	    left: 0;
    	top: 350px;
	}
	.infobox-p3 {
		top: 220px;
	    left: 0;
	    font-size: 12px!important;
	}
	.infobox-text3 {
    	font-size: 42px;
	}
	.infobox-attractions {
		top: 285px;
    	left: 0;
    	font-size: 18px;
	}
	.infobox-tirolesa > p {
	    font-size: 13px;
	}
	.infobox-xtasea {
		position: absolute;
		max-width: 350px;
	    text-align: justify;
	    right: 40px;
    	top: 250px;
	    line-height: 1em;
	}
	.infobox-text1 {
		position: absolute;
		top: 120px;
    	left: 0;
        font-size: 21px;
	}
	.img-fly {
	    position: absolute;
	    top: -70px;
	    left: -40px;
	}
}
@media (min-width: 1001px) and (max-width: 1100px) {
	.parallelogram-tirolesa {
	    left: -155px;
    	top: 125px;
        height: 80px;
    	font-size: 26px;
	}
	.video-xtasea {
	    position: absolute;
	    top: 420px;
	}
	#content-xmonkey {
		margin-top: 13em;
	}
	.infobox-logo {
	    top: 10px;
	    right: 0;
	    max-width: 80px;
	}
	.infobox-p1 {
	    top: 200px;
	    left: 0;
	}
	.infobox-p2 {
	    left: 0;
    	top: 330px;
	}
	.infobox-p3 {
		top: 200px;
	    left: 0;
	    font-size: 11px!important;
	}
	.infobox-attractions {
		top: 275px;
    	left: 0;
    	font-size: 16px;
	}
	.infobox-tirolesa > p {
	    font-size: 13px;
	}
	.infobox-text3 {
	    font-size: 38px;
	}
	.infobox-xtasea {
		position: absolute;
		max-width: 350px;
	    text-align: justify;
	    right: 40px;
    	top: 250px;
	    line-height: 1em;
	}
	.infobox-text1 {
		position: absolute;
		top: 120px;
    	left: 0;
        font-size: 21px;
	}
	.img-fly {
	    position: absolute;
	    top: -70px;
	    left: -40px;
	}
}
@media (min-width: 992px) and (max-width: 1000px) {
	.parallelogram-tirolesa {
	    font-size: 26px;
    	position: relative;
    	height: 100%;
    	transform: none;
	}
	.video-xtasea {
	    position: absolute;
	    top: 405px;
	}
	#content-xmonkey {
		margin-top: 12em;
	}
	.parallelogram-tirolesa > p {
	    transform: none;
	}
	.infobox-logo {
	    max-width: 90px;
    	position: relative;
	}
	.infobox-p1 {
	    position: relative;
	}
	.infobox-p2 {
	    position: relative;
	}
	.infobox-p3 {
		top: 180px;
	    left: 0;
	    font-size: 11px!important;
	}
	.infobox-attractions {
		font-size: 14px;
    	position: relative;
	}
	.infobox-tirolesa > p {
	    font-size: 14px;
	}
	.infobox-text3 {
	    font-size: 38px;
	}
	.infobox-xtasea {
		position: absolute;
		max-width: 350px;
	    text-align: justify;
	    right: 40px;
    	top: 250px;
	    line-height: 1em;
	}
	.infobox-text1 {
		position: absolute;
		top: 120px;
    	left: 0;
        font-size: 21px;
	}
	.img-fly {
	    position: absolute;
	    top: -70px;
	    left: -40px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.parallelogram-tirolesa {
	    font-size: 18px;
    	position: relative;
    	height: 100%;
    	transform: none;
	}
	.parallelogram-tirolesa > p {
	    transform: none;
	}
	.infobox-logo {
	    padding-top: 10px;
	    max-width: 50px;
    	position: relative;
	}
	.infobox-p1 {
	    position: relative;
	}
	.infobox-p2 {
	    position: relative;
	}
	.infobox-p3 {
		position: relative;
	}
	.infobox-attractions {
		font-size: 12px;
    	position: relative;
	}
	.infobox-tirolesa > p {
	    font-size: 12px;
	}
	.bg-tirolesa-center {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.infobox-text3 {
	    font-size: 36px;
	}
	.infobox-xtasea {
	    position: absolute;
	    max-width: 320px;
	    text-align: justify;
	    right: 50px;
	    top: 220px;
	    line-height: 1em;
	}
	.infobox-text1 {
		position: absolute;
	    top: 80px;
	    left: 0;
	    font-size: 18px;
	}
}
@media (max-width: 767px) {
	.parallelogram-tirolesa {
	    width: 100%;
	    height: auto;
	    position: relative;
	    transform: none;
	    text-align: center;
	    font-size: 28px;
	}
	.parallelogram-tirolesa > p {
		transform: none;
	}
	.infobox-p1, .infobox-p2, .infobox-p3, .infobox-attractions, .infobox-logo  {
	    position: relative;
	}
	.infobox-tirolesa {
	    position: relative;
	    padding: 1em 3em;
	    text-align: center;
	}
	.bg-tirolesa {
		background-image: none;
		color: #000000;
	    min-height: auto;
	}
	.head-input {
	    padding: 7px 5px;
	}
	#triangle-down {
		top: 75px;
	}
	.section-testimonials {
		margin-top: 0!important;
	}
}
@media (max-width: 576px){
	.infobox-text1 {
	    font-size: 14px;
	    text-align: center;
	}
	.infobox-text3 {
	    font-size: 28px;
	    text-align: center;
	}
	.infobox-tirolesa > p {
	    font-size: 14px;
	}
	.infobox-tirolesa {
	    padding: 2em;
	}
	.infobox-attractions {
	    font-size: 16px;
	}
}
.section-companion {
	background-color: #eb0028;
    margin-bottom: 2em;
    border-radius: 5px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-carousel {
    overflow-x: auto;
}
.owl-carousel .swiper-wrapper {
	height: auto;
}
.owl-carousel .swiper-wrapper .swiper-slide {
    display: block;
	height: 100%;
}
.owl-carousel .swiper-wrapper .swiper-slide blockquote {
    border-left: none;
    padding: 0;
}
.line-carousel {
	height: 250px;
    width: 0px;
    position: absolute;
    border-left: 1px solid #ec0928;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 50px;
}
.box-title-pets {
	background-image: url('../images/bg-pets-title.png');
	background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 360px;
    position: relative;
}
.title-hash {
	font-size: 48px;
	color: #ec0928;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 3rem;
}
.subtitle-hash {
	font-size: 24px;
	font-weight: 100;
	margin-bottom: 0;
	z-index: 2;
    position: relative;
}
.box-pets {
	border: 4px solid #262262;
}
.btn-rounded-0 {
	font-weight: 700;
	border-radius: 0;
}
.img-pet {
	position: absolute;
    bottom: -400px;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 2;
}
.pt-0 {
	padding-top: 0;
}
.box-news {
	display: block;
    margin-bottom: 4em;
}
.box-news .img-news {
	border: 15px solid #ec0928;
}
.box-news .date-news {
    background-color: #071689;
    color: #fff;
    padding: .5em;
    margin-bottom: .5em;
}
.box-news .title-news {
    font-size: 26px;
    text-transform: uppercase;
    color: #333;
}
.box-news .desc-news {
    font-size: 16px;
    color: #333;
}
.title-lasts {
    width: 100%;
    text-transform: uppercase;
    background-color: #071689;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    padding: .5em 2em;
}
.rounded-0 {
	border-radius: 0;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1051; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
    margin: auto;
    padding: 20px;
    border: 0;
    max-width: 600px;
    text-align: center;
    background-color: #000;
    border-radius: 0;
    color: #FFFFFF;
}
/* The Close Button */
.closeError {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.closeError:hover,
.closeError:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.box-card {
    min-height: 250px;
    padding: 2rem;
    border: 3px solid #ff0000;
    border-radius: 4px;
    margin-bottom: 1.5rem;
}
.title-question {
    font-weight: bold;
    background-color: #000000;
    color: #FFFFFF;
    padding: 1.5rem 3rem;
}
.card-question {
    padding: 1.25rem 1.5rem;
    background-color: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 0.5rem;
    border-radius: .25rem;
}
.icon-number {
    width: 68px;
    height: 68px;
    background-color: #FFFFFF;
    border-radius: 50%;
    padding: 4px;
    position: absolute;
    top: -10px;
    right: -30px;
    z-index: 1;
}
.border-red {
    width: 60px;
    height: 60px;
    border: 6px solid #d20817;
    border-radius: 50%;
    padding: 4px;
}
.bordererd-red {
    font-weight: bold;
    width: 40px;
    height: 40px;
    border: 6px solid #FF0000;
    border-radius: 50%;
    color: #FF0000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cc-selector input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.face-value {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100px;
    height: 70px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.5);
    -moz-filter: brightness(1.8) grayscale(1) opacity(.5);
    filter: brightness(1.8) grayscale(1) opacity(.5);
}
.badface {
    background-image: url(../images/face-bad.png);
}
.regularface {
    background-image: url(../images/face-regular.png);
}
.happyface {
    background-image: url(../images/face-happy.png);
}
.happierface {
    background-image: url(../images/face-happier.png);
}
input:active +.face-value{opacity: .9;}
input:checked +.face-value{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}
.face-value:hover{
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
       -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
            filter: brightness(1.2) grayscale(.5) opacity(.9);
}
@keyframes mymove {
  from {background-color: #071689;}
  to {background-color: #ec0928;}
}



.bg-superman-baby-monkey {
    background-image: url(../images/PROMOWEB-01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-twin-baby-monkey {
    background-image: url(../images/PROMOWEB-02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-rider-baby-monkey {
    background-image: url(../images/PROMOWEB-03.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-free-combo {
    background-image: url(../images/card-jump.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-free-combo-mot {
    background-image: url(../images/card-motion.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.recorrido-xtasea {
    right: 200px !important;
    font-size: 14px;
    width: 180px;
    height: 30px;
    position: absolute;
    top: 0;
    transform: skew(-30deg);
    background: #ffffff;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 300ms;
    animation: none !important;
}

    .recorrido-xtasea span {
        color: red !important;
    }

	






/************************* CAMBIOS 4 DE MAYO 2022  ( SOLO COLORES ) *************************/
#top-bar {
    background: #EB0045 !important;
}

#myNav {
    background: #EB0045 !important;
    border-top: 1px solid #111C4E !important;
}

.parallelogram-sticky img {
    max-width: 130px !important;
}

.parallelogram {
    background: #111C4E !important;
}

.form {
    background: #111C4E !important;
}

#header {
    border-bottom: 1px solid #111C4E !important;
}

.btn-blue-header {
    background: #EB0045 !important;
    border: none !important;
}

.parallelogram-promos {
    background: #111C4E !important;
}

.recorrido-xtasea span {
    color: #111C4E !important;
}

.parallelogram-discounts {
    cursor: pointer;
}

@keyframes mymove {
    from {
        background-color: #EB0045;
    }

    to {
        background-color: #111C4E;
    }
}

.title-section {
    color: #00ADBB;
}

.line-carousel {
    border-left: 1px solid #00ADBB;
}

.ribbon span {
    background: #111C4E;
}

.ribbon::before, .ribbon::after {
    border: 5px solid #0a5e64;
}

.parallelogram-footer {
    background: #111C4E;
}

.list-social li a {
    color: #111C4E;
}

    .list-social li a:hover {
        background: #EB0045;
    }

#footer {
    background: #EB0045;
}

.featured-red {
    background: #111C4E;
}

.submenu {
    background: #111C4E;
}

    .submenu ul li a:hover {
        background: #00ADBB !important;
    }
/*** RECORRIDO XTASEA  ***/
.contraindicaciones {
    background: #00aebb1e;
    border: 3px solid #00ADBB;
}

.title-exp-card {
    color: #00ADBB;
}

.btn-blue-left {
    background: #111C4E;
    border: 1px solid #111C4E;
}

.scream {
    background: #111C4E;
}
/*** RECORRIDO XTASEA END ***/


/*** TIROLESA ***/
.infobox-attractions {
    color: #00ADBB;
}
/*** TIROLESA END ***/


/*** UBICACION.PHP ***/
.title-contact {
    color: #00ADBB;
}

.contact-input {
    border: 1px solid #00ADBB;
    color: #00ADBB;
}

    .contact-input:hover, .contact-input:active {
        border: 1px solid #00ADBB !important;
        color: #00ADBB !important;
    }

.btn-enviar {
    background: #00ADBB;
    border: 1px solid #00ADBB;
}

    .btn-enviar:hover, .btn-enviar:focus, .btn-enviar:active {
        border: 1px solid #00ADBB !important;
        color: #00ADBB !important;
    }
/*** UBICACION.PHP END ***/


/*** MEMORIA ***/
.memoria-title {
    color: #111C4E;
}

.cd-timeline-img.cd-location, .cd-timeline-img.cd-movie, .cd-timeline-img.cd-picture {
    background: #FFF !important;
}

.cd-timeline-content .cd-date {
    border: 2px solid #00ADBB !important;
}

.title-memoria-item {
    background: #00ADBB;
}

.cd-timeline-content::before {
    border-color: transparent transparent transparent #00ADBB !important;
}

.info-item-memoria {
    border-bottom: 3px solid #00ADBB;
}
/*** MEMORIA END ***/


/*** OFICIAL STORE ***/
.box-packs {
    border: 1px solid #111C4E;
}

.color {
    color: #00ADBB !important;
}

.btn-leer-mas-boutique {
    color: #00ADBB;
    border: 2px solid #00ADBB;
}

    .btn-leer-mas-boutique:hover {
        border: 2px solid #00ADBB;
        background-color: #00ADBB;
    }
/*** OFICIAL STORE END ***/


/*** MASCOTAS ***/
.background:before {
    border-top: 5px solid #00ADBB;
}

.title-hash {
    color: #00ADBB;
}

.box-pets {
    border: 4px solid #111C4E;
}

.btn-danger {
    background: #00ADBB;
    border-color: #00ADBB;
}

    .btn-danger:hover {
        background: #077c85 !important;
        border-color: #077c85 !important;
    }
/*** MASCOTAS END ***/


/*** COMUNICADOS Y PROTOCOLOS ***/
.title-page-title {
    color: #00ADBB;
}

.box-news .img-news {
    border: 15px solid #00ADBB;
}

.box-news .date-news {
    background: #111C4E;
}

.title-lasts {
    background: #111C4E;
}
/*** COMUNICADOS Y PROTOCOLOS END ***/


/*** XMONKEY ***/
.tred-xmonkey {
    color: #00ADBB;
}

.bg-price {
    background-color: #00ADBB !important;
}
/*** XMONKEY END ***/


/*** Reservacion ***/
.subtitle-detalle {
    color: #00ADBB;
}

.detalle-head {
    background: #00ADBB;
}

.red-txt {
    color: #00ADBB;
}

.detalle-pie {
    background: #111C4E;
}

.detalle-pie-par {
    background: #0b1f74;
}

.danger-price {
    color: #00ADBB;
}

.section-companion {
    background: #00ADBB;
}

.main-pack {
    border: 5px solid #00ADBB;
}

.main-pack-header {
    background: #00ADBB;
}

.background {
    color: #00ADBB;
}

.btn-red {
    background: #00ADBB;
    border: 1px solid #00ADBB;
}

.blue-txt {
    color: #111C4E;
}

.txt-des {
    color: #00ADBB;
}

.head-input:hover, .head-input:active {
    color: #00ADBB;
}
/*** Reservacion END ***/

.title-producto {
    color: #111C4E;
}

.title-modal {
    color: #111C4E;
}


/*** ENCUESTA END ***/
.parallelogram-header {
    background: #00ADBB;
}

.box-card {
    border: 3px solid #00ADBB;
}

.border-red {
    border: 6px solid #00ADBB;
}

.bordererd-red {
    border: 6px solid #00ADBB;
    color: #00ADBB;
}
/*** ENCUESTA END ***/
/************************* CAMBIOS 4 DE MAYO 2022  ( SOLO COLORES ) END *************************/








.bm-xkids {
	background-image: url('../images/babymoneky-xkids.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bm-bm {
	background-image: url('../images/babymonkey-babymonkey.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bigm-bm {
	background-image: url('../images/bigmonkey-babymonkey.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bigm-xkids {
	background-image: url('../images/bigmonkey-xkids.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.fj-bm {
	background-image: url('../images/freejump-babymonkey.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.fj-xkids {
	background-image: url('../images/freejump-xkids.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ym-bm {
	background-image: url('../images/youthmonkey-babymonkey.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ym-xkids {
	background-image: url('../images/youthmonkey-xkids.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/* nuevo combo xjump xkids */
.xjump-xkids {
    background-image: url('../images/Xkids-xjump.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-tarxan {
    background-image: url('../images/tarxan_.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ym-xkids {
	background-image: url('../images/youthmonkey-xkids.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}