body {
	font-family: 'Quicksand';
	font-size: 1rem;
	color: #57565a;
}

a { text-decoration: none !important }

/* Fuentes */
.font-1 { font-family: 'Quicksand' !important }
.font-2 { font-family: 'Montserrat' !important }
.font-3 { font-family: 'trashhandregular' !important }

/* Colores */
.primary, .text-primary, a { color: #0eb3d6 !important }
.bg-primary { background-color: #0eb3d6 !important }
.text-secondary { color: #0f206c !important }
.bg-secondary { background-color: #0f206c !important }

.text-yellow { color: #c5a30c !important }
.bg-yellow { background-color: #c5a30c !important }

.text-red { color: #f54848 !important }
.bg-red { background-color: #f54848 !important }

.toastify { font-size: 0.9rem }

.animated-visible { visibility: visible }
.animated-invisible { visibility: hidden }

.wp-block-image img { max-width: 100% }
.animated.delay-15s { animation-delay: 1.5s }
.animated.delay-25s { animation-delay: 2.5s }



.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 998;
	background: rgba(0,0,0,.6);
	opacity: 0;
	visibility: hidden;
	transition: all .8s;
}

/* Utilitarios */
.c-pointer { cursor: pointer !important }
.opaque { opacity: 1; visibility: visible; }

/*---------------------------------------
	Elementos de la página
*/
h1 {
	color: #0f206c;
	font-size: 1.8rem;
}

h2 {
	color: #0eb3d6;
	font-size: 1.5rem;
}

h1, h2 {
	font-family: montserrat;
	font-weight: 700;
}

.aligncenter img {
	margin: auto;
	display: block;
}

.radio {
	width: 1.2rem;
	height: 1.2rem;
	margin: auto;
	border: 0.2rem solid #f54848;
	border-radius: 50%;
	cursor: pointer;
	transition: all 1s;
}

.radio.checked { background: #f54848 }


/*---------------------------------------
	Sobrescribe estilos de Bootstrap
*/

.modal-dialog{ overflow-y: initial !important }
.modal-body.with-scroll{
	/* scroll para los modals */
	height: 80vh;
	overflow-y: auto;
}

/*---------------------------------------
	Sobrescribe estilos del datetimepicker
*/

.qs-datepicker {
	font-family: Montserrat !important;
	font-size: 0.75rem !important;
	border: none !important;
	box-shadow: 0 0.1rem 0.5rem #474747 !important;
}

.qs-controls {
	background: #f54848 !important;
	color: white;
}

.qs-arrow.qs-left:after { border-right-color: white !important }
.qs-arrow.qs-right:after { border-left-color: white !important }

/* -----------------------------------------------------------------------------
	Tamaños de fuente estandar
----------------------------------------------------------------------------- */

.fs-9  { font-size: 0.5625rem !important; }
.fs-10 { font-size: 0.625rem !important; }
.fs-11 { font-size: 0.6875rem !important; }
.fs-12 { font-size: 0.75rem !important; }
.fs-13 { font-size: 0.8125rem !important; }
.fs-14 { font-size: 0.875rem !important; }
.fs-15 { font-size: 0.9375rem !important; }
.fs-16 { font-size: 1rem !important; }
.fs-17 { font-size: 1.0625rem !important; }
.fs-18 { font-size: 1.125rem !important; }
.fs-19 { font-size: 1.1875rem !important; }
.fs-20 { font-size: 1.25rem !important; }
.fs-22 { font-size: 1.375rem !important; }
.fs-24 { font-size: 1.5rem !important; }
.fs-26 { font-size: 1.625rem !important; }
.fs-28 { font-size: 1.75rem !important; }
.fs-32 { font-size: 2rem !important; }
.fs-36 { font-size: 2.25rem !important; }
.fs-48 { font-size: 3rem !important; }
.fs-64 { font-size: 4rem !important; }
.fs-72 { font-size: 4.5rem !important; }

/* -----------------------------------------------------------------------------
	Banner wrapper
----------------------------------------------------------------------------- */

#banner-wrapper {
	position: relative;
}

#banner-wrapper.is_home {

}

#banner-wrapper:not(.is_home) {
	height: 10rem;
}

#banner-wrapper .logo-area {
	position: relative;
	width: 100%;
	height: 6rem;
	background: white;
}

#banner-wrapper .logo-area .logo {
	transition: all 0.5s;
}

#banner-wrapper .logo-area .logo:hover {
	animation-name: rubberBand
}

#lang-selector {
	position: relative;
	margin: 0;
	padding: 0.5rem;
	list-style: none;
	text-transform: uppercase;
	font-size: 0.8rem;
	color: #262626;
	overflow: hidden;
}

#lang-selector li {
	float: left;
	padding: 0 0.4rem 0 0.4rem;
	text-align: center
}

#lang-selector a {
	text-decoration: none;
	transition: all 0.1s;
}

#lang-selector li.active  a,
#lang-selector li a:hover {
	padding-bottom: 0.2rem;
	border-bottom: 0.125rem solid #0f206c;
}

#lang-selector img { width: 1rem }

/* ---------------------------------------
	Banners
*/
#banner-principal {
	position: relative;
	/* The aspect ratio of an element describes the proportional
	relationship between its width and height.
	To maintain the aspect ratio of the div add a percentage value
	for padding-top. Since background image's is 1920*800 pixels,
	so the aspect ratio is 12:5, and 5 is 41.67% of 12 */
	padding-top: 41.67%;
}

#banner-principal .slide {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	background-size: cover !important;
	opacity: 0;
	transition: opacity 1500ms;
}

#banner-principal .slide.active {
	opacity: 1;
}

/* ---------------------------------------
	Slogan
*/
#banner-wrapper .slogan {
	position: absolute;
	transform: translateY(100%);
	top: 28%;
	left: 0;
	right: 0;
	margin: auto;
	width: 50%;
	min-height: 4rem;
	color: white;
	text-align: center;
	font-size: 4rem;
	z-index: 1;
	opacity: 0;
	transition: all 1s ease-in;
}

/* ---------------------------------------
	Boton "hamburger"
*/

.hamburger {
	position: absolute;
	top: 1rem;
	left: 1rem;
	z-index: 999;
}

.hamburger:focus { outline: none }

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before { background: #1cb9d8 }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before { background: #1cb9d8 }

/* ---------------------------------------
	Menu moviles
*/
.hamburger.is-active  { position: fixed }

#mobile-menu {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	transition: all 0.5s ease-in;
	top: 0; bottom: 0; left: 0; right: 0;
	background: rgba(14,179,214, 1);
}

#mobile-menu.active {
	opacity: 1;
	visibility: visible;
}

#mobile-menu ul {
	list-style: none !important;
	padding-top: 6rem;
}

#mobile-menu li {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	margin-right: 1.5rem;
}

#mobile-menu li:not(:last-child) {
	border-bottom: 0.1rem dashed rgba(255,255,255,0.6);
}

#mobile-menu a {
	color: white !important;
	font-size: 1.2rem;
	text-transform: uppercase;
}

#mobile-menu .logo {
	width: auto !important;
	height: 2rem !important;
	margin: auto;
	display: block;
}

/* ---------------------------------------
	Menu principal
*/

#banner-wrapper .menu {
	position: absolute;
	margin: 0;
	left: 0;
	right: 0;
	top: 6rem;
	height: 4.5rem;

	color: white;
	background: rgba(0,0,0,.7);
	font-size: 0.8rem;
	z-index: 40;
	overflow: hidden;
}

#banner-wrapper .menu .option {
	text-align: center;
	cursor: pointer;
	padding-top: 0.5rem;
	transition: all 500ms;
	white-space: nowrap;
}

#banner-wrapper .menu .option:hover { padding-top: 0rem }

#banner-wrapper .menu .option:not(:first-child) {
	/* separador vertical */
	border-left: 0.1rem dotted rgba(255,255,255,0.4);
}

#banner-wrapper .menu .option .subtitle {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -0.3rem;
	height: 2rem;
	opacity: 0;
	padding: 0 0.4rem 0 0.4rem;
	transition: all 1s linear;
}

#banner-wrapper .menu .option:hover .subtitle { opacity: 1 }

#banner-wrapper .menu .option img {
	width: 2.5rem;
	transition: all .5s;
	margin-right: 0.5rem;
}

#banner-wrapper .menu .option:hover img {
	transform: scale(1.6);
	opacity: 0.1;
}

#banner-wrapper .menu .option a {
	font-weight: 700;
}

#banner-wrapper .menu .option .logo  {

	width: auto;
	height: 1.2rem;
}

#banner-wrapper .fixed-menu {
	position: fixed;
	top: 0;
}


/* -----------------------------------------------------------------------------
	Ribbon tabs
----------------------------------------------------------------------------- */

.ribbon-tab,
.ribbon-tab li {
	height: 51px;
}

.ribbon-tab {
	list-style: none;
	padding: 0;
}

.ribbon-tab li {
	min-width: 29px;
	float: left;
	display: inline-block;
}

.ribbon-tab li.start {
	background: url(assets/imgs/tabs/start.png) no-repeat;
}

.ribbon-tab li.start.active {
	background: url(assets/imgs/tabs/start-active.png) no-repeat;
}

.ribbon-tab li.middle {
	min-width: 70px;
	background: url(assets/imgs/tabs/middle.png) repeat-x;
	text-align: center;
	padding-top: 1rem;
	padding-left: 1rem;
	font-size: 0.85rem;
	font-weight: bold;
	font-family: montserrat;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #202021;
	color: white;
}

.ribbon-tab li.middle.active {
	background: url(assets/imgs/tabs/middle-active.png) repeat-x;
}

.ribbon-tab li.end {
	background: url(assets/imgs/tabs/end.png) no-repeat;
}

.ribbon-tab li.end.active {
	background: url(assets/imgs/tabs/end-active.png) no-repeat;
}

/* -----------------------------------------------------------------------------
	Acerca de nosotros
----------------------------------------------------------------------------- */
#about-us-wrapper {
	min-height: 24rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 85% center;
	background-image: url(assets/imgs/about-us.png);
}

@media (max-width: 991.98px) {
	/* quita la imagen de fondo en pantalla pequeñas */
	#about-us-wrapper { background-image: none }
}

#about-us-wrapper .mobile-bg {
	min-height: 22rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(assets/imgs/about-us.png);
}

/* -----------------------------------------------------------------------------
	Index
----------------------------------------------------------------------------- */

.popular-tour {
	height: 40rem;
	text-align: center;
	transition: all 0.5s;
	cursor: pointer;
	background-position: center center;
	overflow: hidden;
}

.popular-tour .title {
	position: relative;
	font-size: 3rem;
	margin-top: 15rem;
	margin-bottom: 2rem;
	text-shadow: 0 0.0875rem 0.0625rem #232323;
}

.popular-tour .subtitle {
	opacity: 0;
	transition: all 1s;
}

.popular-tour .subtitle h2 {
	color: white !important;
	text-shadow: 0 0.0875rem 0.0625rem #232323;
}

.popular-tour .title:after {
	position: absolute;
	content: '';
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 30%;
	border-bottom: 0.1875rem solid white;
	transition: all 0.5s;
}

.popular-tour:hover {
	background-size: auto 125% !important;
}

.popular-tour:hover .title:after { width: 60% }
.popular-tour:hover .subtitle { opacity: 1 }

/* ---------------------------------------
	Sostenibilidad
*/

.sustainability .background {
	height: 18rem;
	background-size: 100% auto !important;
	background-repeat: no-repeat !important;
	background-position: center top !important;
}

/* ---------------------------------------
	Regiones
*/

.regions-bg {
	position: relative;
	overflow: hidden;
}

.region {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover !important;
	background-position: center center;
	z-index: 0;
	opacity: 0;
	transition: all 2s;
}

.region.active { opacity: 1 }

.regions-description {
	padding: 4rem;
	transition: background 1s ease-in;
}

.regions-description p {
	position: relative;
	color: white;
	font-size: 1.2rem;
	font-family: montserrat;
}

.regions-description p:after {
	position: absolute;
	content: '';
	display: block;
	bottom: -20%;
	left: 0;
	right: 0;
	margin: auto;
	width: 30%;
	border-bottom: 0.1875rem solid white;
	transition: all 0.5s;
}

.regions-description:hover { background: #0eb3d6 !important }

.regions-description:hover p:after { width: 60% }

/* ---------------------------------------
	Puntos destacados de la empresa
*/

.company-highlights img {
	display: block;
	height: 5rem;
	margin: 0 auto 2rem auto;
}

.company-highlights .logo {
	height: 1.8rem;
	display: inline;
	margin: 0;
}

.company-highlights img:hover {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

.highlight {
	padding: 0 3rem 0 3rem;
	line-height: 2rem;
	font-size: 1.2rem;
	text-align: justify;
	word-spacing: -2px;
}

.highlight h2 { min-height: 3.5rem; }

.highlight:not(:first-child) {
	border-left: 0.0625rem dashed silver;
}

#partners {
	transition: all 0.5s;
	padding-top: 2rem;
	padding-left: 3rem;
	padding-right: 3rem;
	margin-bottom: 2rem;
	min-height: 12rem;
}

#partners.hidden {
	height: 0;
	min-height: 0;
	margin: 0;
	overflow: hidden;
}

#partners img {
	max-width: 10rem;
	max-height: 4rem;
	margin-left: 2rem;
	margin-right: 2rem;
	margin-bottom: 2rem;
}

#partners:not(.hidden) img { animation-name: zoomIn }

/* ---------------------------------------
	Ayuda social
*/

#social-support {
	height: 40rem;
	background-color: #46bdff;
	background-position: bottom left !important;
	background-repeat: no-repeat;
	background-size: cover !important;
}

@media (min-width: 1200px) {
	#social-support { background-size: contain !important }
}

/* -----------------------------------------------------------------------------
	Carrusel
----------------------------------------------------------------------------- */

#carrusel {
	position: relative;
	background-color: #46bdff;
	width: 100%;
	height: 400px;
}

#carrusel .content {
	position: absolute;
	z-index: 40;
}

#carrusel .slide {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center right;
	opacity: 0;
	transition: opacity 1500ms;
}

#carrusel .slide.active {
	opacity: 1;
}

/* -----------------------------------------------------------------------------
	Crea tu experiencia
----------------------------------------------------------------------------- */

#create-experience-app .tabs-wrapper:before {
	position: absolute;
	content: '';
	display: block;
	top: 0.65rem;
	bottom: 0;
	width: 100%;
	z-index: -1;
	box-shadow: 0rem 0.2rem 0.4rem #363638;
 }

#date-range input.date-picker {
	font-size: 0.9rem;
	font-family: arial;
}

#date-range .input-group-text { background: transparent }
.number-spinner { margin-top: 0.5rem }
.number-spinner .quantity { padding: 0 0.4rem 0 0.4rem }
.number-spinner button { padding: 0 0.1rem 0 0.1rem }

.experience-type {
	height: 20rem;
	background-size: auto 100% !important;
	background-position: left center !important;
	background-repeat: no-repeat !important;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.3s ease-in;
}

.experience-type:hover {
	background-position: right bottom !important;
}

.experience-type span {
	position: absolute;
	height: 1.3rem;
	font-size: 1.3rem;
	color: white;
	text-transform: uppercase;
	text-shadow: 0 0.08rem 0.08rem #232323;
	transform: rotate(270deg);
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .5s;
}

#filtered-experiences button {
	position: relative;
	display: block;
	float: left;
	min-width: 12rem;
	padding: 0 0.5rem 0 0.5rem;
	height: 6.25rem;
	background: white !important;
	border: none;
	border-radius: 0.3125rem;
	overflow: hidden;
	white-space: normal !important;
}

#filtered-experiences button div {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	background-size:  cover !important;
	background-position: bottom center !important;
	transition: all .5s;
}

#filtered-experiences button div i:before {
	position: absolute;
	bottom: 0; left: 0; right: 0;
	margin: auto;
	width: 2rem;
	height: 2rem;
	font-size: 1.5rem;
	color: white;
	transition: all 1s;
}

#filtered-experiences button:hover div i:before {
	bottom: 1rem;
}

#filtered-experiences button div .title {
	position: absolute;
	display: block;
	text-align: center;
	min-height: 2rem;
	top: .5rem; left: .5rem; right: .5rem;
	text-shadow: 0 0.09rem 0.09rem black;
}

#filtered-experiences button:hover div {
	background-position: bottom left !important;
}

#selected-experiences {
	list-style: none;
	padding: 0;
	margin: 0;
}

#selected-experiences .background {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
	border-top-left-radius: 0.4rem;
	border-bottom-left-radius: 0.4rem;
}

#selected-experiences .content {
	position: relative;
	padding-top: 1rem;
	background-color: #f2f2f2;
	border-top-right-radius: 0.4rem;
	border-bottom-right-radius: 0.4rem;
}

#selected-experiences .content h1 {	font-size: 1.3rem }
#selected-experiences .content p  { font-size: 0.9rem }

#selected-experiences .close-button {
	position: absolute;
	right: -0.5rem;
	top: -1rem;
	width: 1.6rem;
	height: 1.6rem;
	font-size: 1.6rem;
	border: none;
	cursor: pointer;
}

#custom-itinerary:before {
	position: absolute;
	content: '';
	display: block;
	top: 0.65rem;
	bottom: 0;
	width: 100%;
	z-index: -1;
	box-shadow: 0rem 0.2rem 0.4rem #363638;
}

/* -----------------------------------------------------------------------------
	Tour
----------------------------------------------------------------------------- */

#tour-tabs-wrapper {
	overflow: hidden;
}

.tour .image-area {
	background-size: cover;
}

/* oculta la primera imagen del post */
#tour-tabs-content-wrapper img:first-child {
	display: none;
}

#tour-tabs-wrapper:before {
	position: absolute;
	content: '';
	display: block;
	top: 0.65rem;
	bottom: 0;
	width: 100%;
	z-index: -1;
	box-shadow: 0rem 0.2rem 0.4rem #363638;
}

/* -----------------------------------------------------------------------------
	Blog index
----------------------------------------------------------------------------- */

article.entry.is_plural {
	position: relative;
	height: 14rem;
	background-repeat: no-repeat !important;
	background-size: 145% auto !important;
	background-position: center center !important;
	color: white;
	cursor: pointer;
	text-align: center;
	transition: all 0.5s;
	overflow: hidden;
}

article.entry.is_plural:hover { background-size: 160% auto !important }

/* Puesto que el header es el contenedor
del titulo e informacion sobre la entrada,
su altura debe ser igual a la altura del
elemento article.entry para poder posicionar
correctamente los elementos flotantes (absolute) */
article.entry.is_plural .entry-header { height: inherit }

article.entry.is_plural h2 {
	position: absolute;
	top: 40%;
	left: 1rem;
	right: 1rem;
	color: white;
	text-transform: uppercase;
	font-family: montserrat;
	font-size: 1.1rem;
	text-shadow: 0 0.0625rem 0.0625rem #474747;
	transition: all .5s;
}

article.entry.is_plural:hover h2 { top: 1rem }

article.entry.is_plural .entry-content {
	position: absolute;
	font-size: 0.9rem;
	top: 100%;
	left: 0; right: 0;
	padding: 1rem;
	opacity: 0;
	transition: all 1s;
	background: rgba(0,0,0,0.5);
}

article.entry.is_plural:hover .entry-content {
	top: 4.8rem;
	opacity: 1;
}

article.entry.is_plural .entry-info {
	position: absolute;
	bottom: -100%;
	opacity: 0;
	width: 100%;
	padding-bottom: 3rem;
	background: #0eb3d6;
	color: white;
	font-size: 0.8rem;
	transition: all 1.2s;
	z-index: 1;
}

article.entry.is_plural .tags { display: none }

article.entry.is_plural:hover .entry-info {
	opacity: 1;
	bottom: 0;
}

/* -----------------------------------------------------------------------------
	Footer
----------------------------------------------------------------------------- */
body > footer {
    position: relative;
	height: 25rem;
	background: url(assets/imgs/footer-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
}

body > footer:after {
	content: '';
	display: block;
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	z-index: 0;
	
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.02) 53%, rgba(255,255,255,0) 54%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.02) 53%,rgba(255,255,255,0) 54%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.02) 53%,rgba(255,255,255,0) 54%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

/* 
todos los elementos hijos del footer
tienen un z-index de 1 para que se muestren
por encima del degradado blanco 
*/
body > footer * {
	z-index: 1 !important;
}

/* ---------------------------------------
	Footer: contenido
*/

body > footer .content,
body > footer .content .col { height: inherit }

body > footer .contact-info {
	margin-top: 3rem;
	list-style: none;
	padding: 0;
}

body > footer .contact-info li {
	height: 2.5rem;
}

body > footer .contact-info i {
	font-size: 1rem;
	color: white;
	margin-right: 0.8rem;
}

body > footer .social-links {
	width: 10rem;
	height: 2rem;
	padding: 0;
	list-style: none;
}

body > footer .social-links li { float: left }

body > footer h1,
body > footer h2,
body > footer i,
body > footer span {
	text-shadow: 0 0.091rem 0.0625rem black !important; 
	font-weight: 700;
}


/* ---------------------------------------
	Creditos
*/

body > footer .credits {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	color: white;
	border-top: 0.08rem solid rgba(255,255,255,.2);
}

body > footer .credits .logo { height: 1.2rem }

/* ---------------------------------------
	Ad popup
*/
#social-popup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	display: none;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}