/*!
Theme Name: Jardines de Uyuni
Theme URI: http://underscores.me/
Author: Facundo Maioli
Author URI: http://baishastudio.com/
Description: Theme para Jardines de Uyuni. Diseño Baisha Studio.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jardines
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Jardines de Uyuni is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@font-face {
    font-family: 'belybold';
    src: url('fonts/bely-bold-webfont.woff2') format('woff2'),
         url('fonts/bely-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'belybold_italic';
    src: url('fonts/bely-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/bely-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'bely_displayregular';
    src: url('fonts/belydisplay-regular-webfont.woff2') format('woff2'),
         url('fonts/belydisplay-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'belyitalic';
    src: url('fonts/bely-italic-webfont.woff2') format('woff2'),
         url('fonts/bely-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'belyregular';
    src: url('fonts/bely-regular-webfont.woff2') format('woff2'),
         url('fonts/bely-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-family: 'Raleway', sans-serif;
    font-family: 'Raleway', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    clear: both;
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 400;
}

p {
    margin: 0;
    font-family: 'Raleway', sans-serif;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
	padding: 0
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */

a:hover,
a:active {
	outline: 0;
}

a {
	text-decoration: none;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
## General Headings
--------------------------------------------------------------*/

h1, h1 p {
	font-size: 70px;
	font-family: 'bely_displayregular', sans-serif;
}

h2 {
    font-size: 48px;
    font-family: 'bely_displayregular', sans-serif;
    line-height: 58px;
}

h2 p {
	font-size: 48px;
	line-height: 52px;
	font-family: 'bely_displayregular', sans-serif;
}


h3 {
    font-size: 30px;
    line-height: 36px;
    font-family: 'bely_displayregular', sans-serif;
}

.belydisplay {
	font-family: 'bely_displayregular', sans-serif !important; 
}

h4 {
	font-size: 22px;
	font-family: 'belyregular', sans-serif;
}

h5 {
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
}

h6 {
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
}


p {
    color: #727272;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Raleway', sans-serif;
    position: relative;
    z-index: 5;
}

svg {
	position: relative;
	z-index: 4;
}

span {
	position: relative;
	z-index: 5;
}

/*--------------------------------------------------------------
## Text sizes
--------------------------------------------------------------*/


.text-10 {
	font-size: 10px !important;
	line-height: 15px !important;
}

.text-15 {
	font-size: 15px !important;
	line-height: 20px !important;
}

.text-18 {
	font-size: 18px !important;
	line-height: 20px !important;
}

.text-20 {
    font-size: 20px !important;
    line-height: 30px !important;
}

.text-25 {
	font-size: 25px !important;
	line-height: 30px !important;
}

.text-30 {
	font-size: 30px !important;
	line-height: 35px !important;
}

.text-35 {
	font-size: 35px !important;
	line-height: 40px !important;
}

.text-60 {
	font-size: 60px !important;
	line-height: 65px !important;
}




/*--------------------------------------------------------------
## Colores fonts
--------------------------------------------------------------*/

.mustard {
    color: #B5975C;
}

.red {
    color: #DC354D;
}

.yellow {
    color: #F5DA4A;
}

.green {
    color: #006763;
}

.light-green {
    color: #009167;
}

.dark-green {
    color: #004A4B;
}

.light-gray {
    color: #DDDDDD;
}

.white {
    color: #ffffff;
}

.black {
    color: #626262;
}

.light-white {
    color: #F8F8F8;
}

/*--------------------------------------------------------------
## Colores backgrounds
--------------------------------------------------------------*/


.bg-mustard {
    background-color: #B5975C;
}

.bg-light-mustard {
  background-color: rgb(181 151 92 / 10%);
}

.bg-red {
    background-color: #DC354D;
}

.bg-yellow {
    background-color: #F5DA4A;
}

.bg-green {
    background-color: #006763;
}

.bg-light-green {
    background-color: #009167;
}

.bg-dark-green {
    background-color: #004A4B;
}

.bg-light-gray {
    background-color: #DDDDDD;
}

.bg-white {
    background-color: #ffffff;
}

.bg-black {
    background-color: #626262;
}

.bg-light-white {
    background-color: #F8F8F8;
}

.bg-green-white {
    background-image: linear-gradient(180deg, #004A4B 50%, rgba(96, 195, 255, 0) 50%);
}

/*--------------------------------------------------------------
## Colores SVGs
--------------------------------------------------------------*/

.svg-mustard svg path {
    stroke: #B5975C;
}

.svg-red svg {
    fill: #DC354D;
}

.svg-yellow svg path {
    stroke: #F5DA4A;
}

.svg-green {
    fill: #006763;
}

.svg-light-green svg {
    fill: #009167;
}

.svg-dark-green svg {
    fill: #004A4B;
}

.svg-light-gray svg{
    fill: #DDDDDD;
}

.svgg-white svg {
    fill: #ffffff;
}

.svg-black svg {
    fill: #626262;
}

.svg-light-white svg {
    fill: #F8F8F8;
}

/*--------------------------------------------------------------
## Opacities
--------------------------------------------------------------*/

.op50 {
	opacity: 0.5;
}

/*--------------------------------------------------------------------------------------------------------------------------
######################################## STAR CUSTOM STYLES FOR HIDALGO TOUR #############################################
---------------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------
## Header Styles
--------------------------------------------------------------*/

.admin-bar .nav-down {
    top: -11px;
}

.admin-bar .topnav-up {
    top: 32px !important;
}

.nav-down {
    background-color: #006763;
    border-radius: 0;
    top: -43px;
}

.menu-flex {
    min-width: auto;
}

.topnav-up {
    z-index: 5;
    margin: 0;
    background-image: linear-gradient(180deg, #004A4B, rgba(96, 195, 255, 0));
    background-color: transparent;
    border-bottom: 0px solid !important;
    width: 100%;
    padding-top: 0px;
    top: 0 !important;
}

header {
    position: fixed;
    border-radius: 10px;
    top: 0;
    transition: all 0.2s ease-in-out;
    width: 100%;
    z-index: 9999;
}


.top-header-container {
    display: flex;
    width: 90%;
    max-width: 1194px;
    margin: 0 auto;
    align-items: center;
    justify-content: flex-end;
}

#site-top-navigation {
    position: relative;
}

#site-top-navigation > svg {
    fill: #FFF;
    width: 19px;
    top: 19px;
    position: absolute;
    left: -21px;
}

.topnav-up #topheader li.covid a {
    padding: 5px 20px !important;
    background-color: rgba(255, 255, 255, 0.64);
    color: #000 !important;
    transform: translateY(12px);
    border-radius: 7px;
    margin-right: 27px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'Poppins', sans-serif;
}

.phone-top {
    position: relative;
    padding-left: 24px;
}

.phone-top a {
    font-size: 14px !important;
    font-family: 'Raleway', sans-serif !important;
}

.phone-top:before {
    content: "";
    background-image: url(images/phoneblanco.svg);
    display: block;
    position: absolute;
    left: 6px;
    top: 19px;
    width: 12px;
    height: 12px;
}

#topheader {
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    list-style: none;
}

.nav-down #topheader li a {
    color: #25282a;
    font-family: 'Poppins', sans-serif;
}

.topnav-up #topheader li a {
    color: #fff !important;
    padding: 17px 0;
    margin-right: 20px;
    font-size: 10px;
    font-family: 'Poppins', sans-serif;
}

.topnav-up #topheader li:last-child a {
    margin-right: 0;
    background-color: rgb(255 255 255 / 0%);
}

#topheader li a {
    font-weight: 500;
    padding: 18px 2em 15px 0;
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 13px;
}

.topnav-up .header-container {
    border-top: 1px solid #fff;
}

.header-container {
    display: flex;
    width: 90%;
    max-width: 1194px;
    padding: 10px 0;
    margin: 0 auto;
    align-items: center;
    position: relative;
}

.searcho {
    display: flex;
    position: absolute;
    width: 100%;
    justify-content: flex-end;
    transform: translateY(-50px);
    opacity: 0;
    z-index: -5;
    transition: all 0.5s ease-in-out;
}

.main-navigation {
    transition: all 0.3s ease-in-out;
}

.main-navigation.menuhid {
    opacity: 0;
    z-index: -5;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

.searcho.visib {
    display: flex;
    position: absolute;
    width: 100%;
    justify-content: flex-end;
    transform: translateY(0px);
    opacity: 1;
    z-index: 1;
    outline: 0;
}

.searcho input[type="text"] {
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    border-radius: 0;
    color: #fff;
    width: 74.5%;
    padding: 5px;
    font-size: 14px;
    transform: translateY(0px);
    outline: 0;
}

.searcho input[type="text"]::placeholder {
    color: #fff;
    font-weight: 300;
    opacity: 0.8;
}

.searcho input[type="submit"] {
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 0px !important;
    color: #fff;
    width: 20%;
    cursor: pointer;
    max-width: 100px;
    padding: 9px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
}

.closero {
    border-radius: 0 !important;
    background-color: #353535;
    border: 1px solid #353535;
    color: #fff;
    padding: 10px 14px;
    margin-left: 5px;
    cursor: pointer;
    outline: none;
}

.searcho input[type="submit"]:hover {
    background-color: #fff;
    color: #000;
}

form#advanced-searchform {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transform: translateY(-6px);
}

.btn-play-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn {
    width: 100px;
    padding: 4px;
    letter-spacing: 0.5px;
    font-size: 12px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    transition: all 0.3s ease-in-out;
}

.play-btn:hover {
    background-color: #fff
    color: #000;
}

.logo-container {
    width: 34%;
    max-width: 282px;
    display: flex;
    align-items: center;
    position: relative;
    transform: translateY(-10px);
}

.nav-down .logo {
    opacity: 0;
    transform: translateY(10px);
}

.topnav-up .logo {
    opacity: 1 !important;
    transform: translateY(25px);
}

.logo {
    position: absolute;
    left: 0;
    transition: all 0.4s ease-in-out;
}

.nav-down .logosmall {
    opacity: 1;
    transform: translateY(10px);
}

.nav-up .logo {
	opacity: 0;
}

.topnav-up .logosmall {
    opacity: 0 !important;
    transform: translateY(0);
}

.logosmall {
    position: absolute;
    left: 0;
}

.logosmall img {
	width: 100%;
}

.logored {
    display: none;
}

.nav-down .main-navigation {
    transform: translateY(1px);
}

.main-navigation {
    clear: both;
    float: right;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    transform: translateY(-18px);
}

.site-header ul#mainmenu {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.4em;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    text-align: center;
    align-items: center;
}

.site-header #mainmenu .menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-right: 10px;
}

.main-navigation li {
    width: 100%;
}

.main-navigation li a{
    cursor: pointer;
}


.topnav-up .main-navigation li a {
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'Poppins', sans-serif;
}

.nav-down .main-navigation li a {
    color: #ffffff;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
}

.main-navigation li a {
    font-weight: 500;
    padding: 1.8em 1em 0;
    margin-bottom: 2em;
    white-space: nowrap;
    margin-right: 1em;
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

.main-navigation li a {
    position: relative;
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
}

.topnav-up .menu-item-has-children > a:after {
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.nav-down .menu-item-has-children > a:after {
    color: #fff;
}

.menu-item-has-children > a:after {
    content: '>';
    position: absolute;
    color: #fff;
    right: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#topheader .menu-item-has-children > a:after {
    right: 7px;
    top: 18px;
}

.mbfoot li {
	margin-bottom: 10px;
}

.site-header #mainmenu .menu-item-has-children ul.sub-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}


.site-header #mainmenu .menu-item-has-children ul.sub-menu:after {
    display: block;
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-top-left-radius: 9px;
    transform: rotate(45deg);
    border-bottom-right-radius: 50px;
    background-color: #fff;
    top: -7px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.site-header #mainmenu .menu-item-has-children:hover ul.sub-menu:after {
opacity: 1;
	}


.site-header #mainmenu ul.sub-menu {
    opacity: 0;
    position: absolute;
    width: 205px;
    max-width: 100%;
    right: auto;
    left: auto;
    margin-left: -65px;
    text-align: center;
    pointer-events: none;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    top: 59px;
}

.site-header #mainmenu .menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    pointer-events: inherit;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 0;
    padding: 25px 18px 10px;
    background-color: #ffffff;
    border-radius: 10px;
}

.site-header ul.sub-menu {
    display: block;
}

.site-header .sub-menu li a {
    color: #006763;
    padding: 0;
    text-align: left;
    margin-bottom: 1.4em;
    font-family: 'Poppins', sans-serif;
}


.site-header .sub-menu li:last-child a {
    border-bottom: 0px solid #3a3a3a;
}

header#mobile-header, #mobile-side {
    display: none;
}

.topnav-up .mo-red, .topnav-up .mo-bu-red {
    display: none;
    opacity: 1;
}

.mo-white, .mo-red, .mo-bu-red {
    transition: ease-in-out 0.5s;
}

.nav-down .mo-white, .nav-down .mo-bu-wh {
    display: none;
    opacity: 0;
}

.topnav-up .mo-white, .topnav-up .mo-bu-wh {
    display: flex !important;
    opacity: 1 !important;
}

.head-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100vh;
    max-width: 100%;
    overflow: hidden;
}

.head-int {
    height: 77vh;
}

li.reserva a {
    background-color: #009167;
    color: #fff !important;
    margin: 0;
    border-radius: 50px;
    font-size: 14px;
    padding: 8px 3px;
    margin-left: 30px;
    height: 40px;
    min-width: 170px;
    text-align: center;
    display: flex;
    justify-content: center;
    transform: translateY(-2px);
    border: 1px solid #009167;
    font-weight: 600;
    font-family: 'Raleway', sans-serif !important;
}

li.reserva a:hover {
    background-color: #F5DA4A;
    color: #006763 !important;
    border: 1px solid #F5DA4A;
}

li.reserva a:before{
	display: none !important;

}


/* ESTILOS HEADER INICIO */


.title-cont h1 {
    font-size: 65px;
    line-height: 80px;
    max-width: 1160px;
    width: 100%;
    font-weight: 500;
    margin: 0 auto;
}

.title-cont h1 p {
    font-size: 65px;
    line-height: 80px;
    max-width: 1160px;
    width: 100%;
    font-weight: 500;
    color: #fff;
    margin: 0 auto;
}

.title-cont h1 p strong {
	color: #f5da4a;
    font-weight: 500;
}



.title-cont {
    text-align: left;
    color: #fff;
    align-self: center;
    z-index: 2;
}

.bg-cont {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    z-index: 0;
}

.gradient {
    background-image: linear-gradient(180deg, #004A4B, rgba(0, 74, 75, 0.2));
    width: 100%;
    position: absolute;
    height: 100vh;
    z-index: 1;
    top: 0;
    opacity: 0.8;
}

.gradient-gray {
    background-image: linear-gradient(180deg, #003432, rgb(0 74 75 / 0%));
    width: 100%;
    position: absolute;
    height: 100vh;
    z-index: 1;
    top: 0;
    opacity: 0.8;
}

/*.gradient-low {
    background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0));
    width: 100%;
    position: absolute;
    height: 200px;
    z-index: 1;
    bottom: 0;
    opacity: 1;
}*/

.bg-image-home {
    width: 100%;
    position: absolute;
    height: 100vh;
    top: 0;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: cover;
}

.text-top {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    width: 100%;
    display: inline-block;
}

.zi-1 {
	z-index: 1;
}

.zi-2 {
	z-index: 2;
}

.zi-4 {
	z-index: 4;
}

.zi-8 {
	z-index: 8;
}

.zi-16 {
	z-index: 16;
}

.zi-32 {
	z-index: 32;
}

.zi-64 {
	z-index: 64;
}

.zi-128 {
	z-index: 128;
}

.zi-256 {
	z-index: 256;
}

.flexer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    max-width: 1194px;
    width: 100%;
    display: flex;
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.6666667%;
    flex: 0 0 16.6666667%;
    max-width: 16.6666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7{
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
}



.btn-main {
    font-size: 14px;
    line-height: 21px;
    border: 1px solid;
    padding: 10px 25px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 600;
    display: inline-block;
}

.align-left {
	justify-content: flex-start !important;
	text-align: left;
}

.mw-254 {
    max-width: 254px;
}

.mw-290 {
    max-width: 290px;
}

.mw-375 {
    max-width: 375px;
}

.mw-400 {
    max-width: 400px;
}

.mw-580 {
    max-width: 580px;
}

.mw-754 {
    max-width: 754px;
}

.mw-786 {
    max-width: 786px;
}

.mw-980 {
    max-width: 980px;
}

.mw-50x {
	max-width: 50% !important;
}

.mw-60x {
	max-width: 60% !important;
}

.mw-70x {
	max-width: 70% !important;
}

.mw-80x {
	max-width: 80% !important;
}


.al-cen {
	align-items: center;
}

.pl-1 {
	padding-left: 1rem;
}

.pl-2 {
	padding-left: 2rem;
}

.pl-3 {
	padding-left: 3rem;
}

.pl-4 {
	padding-left: 4rem;
}

.pl-5 {
	padding-left: 5rem;
}

.pl-6 {
	padding-left: 6rem;
}

.pl-7 {
	padding-left: 7rem;
}

.pl-8 {
	padding-left: 8rem;
}

.pl-9 {
	padding-left: 9rem;
}

.pl-10 {
	padding-left: 10rem;
}

.pl-12 {
	padding-left: 12rem;
}

.pl-14 {
	padding-left: 14rem;
}

.pr-1 {
	padding-right: 1rem;
}

.pr-2 {
	padding-right: 2rem;
}

.pr-3 {
	padding-right: 3rem;
}

.pr-4 {
	padding-right: 4rem;
}

.pr-5 {
	padding-right: 5rem;
}

.pr-6 {
	padding-right: 6rem;
}

.pr-8 {
	padding-right: 8rem;
}

.pb-0 {
	padding-bottom: 0rem !important;
}

.pb-1 {
	padding-bottom: 1rem;
}

.pb-2 {
	padding-bottom: 2rem;
}

.pb-3 {
	padding-bottom: 3rem;
}

.pb-4 {
	padding-bottom: 4rem;
}

.pb-5 {
	padding-bottom: 5rem;
}

.pb-6 {
	padding-bottom: 6rem;
}

.pb-7 {
	padding-bottom: 7rem;
}

.pb-8 {
	padding-bottom: 8rem;
}

.pb-10 {
	padding-bottom: 10rem;
}

.pb-12 {
	padding-bottom: 12rem;
}

.pb-14 {
	padding-bottom: 14rem;
}

.pt-1 {
	padding-top: 1rem;
}


.pt-2 {
	padding-top: 2rem;
}

.pt-3 {
	padding-top: 3rem;
}

.pt-4 {
	padding-top: 4rem;
}

.pt-6 {
	padding-top: 6rem;
}

.pt-8 {
	padding-top: 8rem;
}

.pt-9 {
	padding-top: 9rem;
}

.pt-10 {
	padding-top: 10rem;
}

.pt-12 {
	padding-top: 12rem;
}

.pt-14 {
	padding-top: 14rem;
}

.px-1 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.px-2 {
	padding-left: 2rem;
	padding-right: 2rem;
}

.px-3 {
	padding-left: 3rem;
	padding-right: 3rem;
}

.px-4 {
	padding-left: 4rem;
	padding-right: 5rem;
}

.px-6 {
	padding-left: 6rem;
	padding-right: 6rem;
}

.px-8 {
	padding-left: 8rem;
	padding-right: 8rem;
}

.py-1 {
    padding:1rem 0;
}

.py-2 {
    padding:2rem 0;
}

.py-3 {
    padding:3rem 0;
}

.py-4 {
    padding:4rem 0;
}

.py-5 {
    padding:5rem 0;
}

.py-6 {
    padding: 6rem 0;
}

.py-7 {
    padding: 7rem 0;
}

.py-8 {
    padding: 8rem 0;
}

.py-10 {
    padding: 10rem 0;
}

.py-14 {
    padding: 14rem 0;
}

.pz-1 {
    padding:1rem;
}

.pz-2 {
    padding:2rem;
}

.pz-3 {
    padding:3rem;
}

.pz-4 {
    padding:4rem;
}

.pz-5 {
    padding:5rem;
}

.pz-6 {
    padding:6rem;
}

.pz-7 {
    padding:7rem;
}

.pz-8 {
    padding:8rem;
}

.pz-10 {
    padding:10rem;
}

.pz-14 {
    padding:14rem;
}

.my-1 {
    margin: 1rem 0;
}

.my-2 {
    margin: 2rem 0;
}

.my-3 {
    margin: 3rem 0;
}

.my-4 {
    margin: 4rem 0;
}

.mt-1 {
	margin-top: 1rem;
}

.mt-2 {
	margin-top: 2rem;
}

.mt-3 {
	margin-top: 3rem;
}

.mt-4 {
	margin-top: 4rem;
}

.mt-5 {
	margin-top: 5rem;
}

.mt-6 {
	margin-top: 6rem;
}

.mt-7 {
	margin-top: 7rem;
}

.mt-8 {
	margin-top: 8rem;
}

.mb-9n {
    margin-bottom: -9rem;
}

.mb-1 {
	margin-bottom: 0.5rem
}

.mb-2 {
	margin-bottom: 2rem
}

.mb-3 {
	margin-bottom: 3rem
}

.mb-4 {
	margin-bottom: 4rem
}

.mb-5 {
	margin-bottom: 5rem
}

.mb-6 {
	margin-bottom: 6rem
}

.mb-7 {
	margin-bottom: 7rem
}

.mb-8 {
	margin-bottom: 8rem
}

.mb-10 {
    margin-bottom: 10rem;
}

.mb-20 {
    margin-bottom: 20rem;
}



.anim {
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.anim3 {
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.anim4 {
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.head-full {
    z-index: 1;
    position: relative;
}

.grid-tours {
    display: grid;
    grid-template-columns: repeat(4, 20%);
    grid-gap: 0;
    grid-template-rows: repeat(2, 345px);
    padding: 0;
    position: relative;
}

.grid-tours .item:first-child {
	grid-column: 1 / span 2;
	grid-row: 1 / span 2;
}

.grid-tours .item:nth-child(2) {
	grid-column: 3 / span 3;
}

.item .overlay-tour {
    width: 100%;
    height: 100%;
    position: absolute;
    filter: blur(0);
    transform: scale(1);
    overflow: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    background-position: center center;
    background-size: cover;
}

.grecaptcha-badge {
    display: none !important;
}

.goto {
	position: relative;
}

.goto:after {
    content: '';
    background-image: url(images/ICON_GREEN_ARROW.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    transform: rotate(-45deg);
}

.item a {
    height: 100%;
    width: 100%;
}

.rooms {
	display: flex;
}

.item:hover .overlay-tour {
    filter: blur(20px);
    transform: scale(1.5);
    opacity: 1;
}

.halfgray {
    background-image: linear-gradient(0deg, #f8f8f8 30%, rgba(96, 195, 255, 0) 30%);
}

.item {
    grid-column-start: auto;
    grid-column-end: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    background-color: #000;
    color: #fff;
    position: relative;
    overflow: hidden;
    justify-content: center;
    width: 100%;
    background-position: center center;
    background-size: cover;
    border: 2px solid #000;
}

.item h5 {
    padding-top: 32px;
    text-transform: uppercase;
}

.item h5:after {
    content: '';
    width: 0;
    opacity: 0;
    background-color: #fff;
    height: 2px;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s ease-in-out;
}

.item:hover h5:after {
    width: 175px;
	opacity: 1;
}

.item h5, .item span {
    z-index: 5;
    position: relative;
}

.item span {
    height: 100%;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-45px);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.item:hover span {
opacity: 1;
}

#tours-list {
	position: relative;
}

#loader {
    transition: all 0.3s ease-in-out;
    opacity: 0;
    position: absolute;
    background-color: #fff;
    width: 100%;
    z-index: 9999999;
    height: 85%;
    margin: auto;
    left: 0;
    right: 0;
    top: 200px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    pointer-events: none;
}

#loader svg {
	background-color: transparent !important;
    top: 0;
    position: absolute;
    width: 150px;
}
.loading {
    opacity: 1 !important;
    background-color: #fff;
}

.tabcontent #loader {
     top: 60px;
}

.wpml-ls-menu-item .wpml-ls-flag+span {
    margin-left: .3em;
    transform: translateY(-2px);
    display: inline-block;
}

.searcher a {
    background-color: #000;
    border: 1px solid;
    color: #fff !important;
    margin: 0;
    margin-right: 10px !important;
    width: 33px;
    font-size: 0px;
    height: 33px;
    text-align: center;
    display: flex;
    justify-content: center;
    transform: translateY(-6px);
    background-repeat: no-repeat;
    content: '';
    background-image: url(images/ICON_SEARCH_WHITE.svg);
    background-position: center;
}

.searcher a:before {
	display: none !important;
}

#primary, #colophon {
    position: relative;
    display: block;
    background-color: #fff;
    z-index: 2;
}

.row {
    max-width: 1194px;
    width: 90%;
    margin: 0 auto;
    z-index: 2;
}

.gap1 {
	padding-right: 10px;
}

.gap2 {
	padding-left: 10px;
}

.full {
    max-width: 100%;
    width: 100%;
}

.text-center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}

.text-start {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    flex-wrap: wrap;
}

.ta-center {
	text-align: center;
}

.ta-left {
	text-align: left;
}

.ta-right {
	text-align: right;
}


.autoX {
margin: 0 auto;
}

.bg-white {
	background-color: #fff;
}

.bg-black {
    background-color: #000;
}

.bg-darkgray {
	background-color: #292929;
}

.bg-lightgray {
	background-color: #F4F4F4;
}

.lightgray {
	color: #AAAAAA;
}

.white {
	color: #fff;
}

.darkgray {
    color: #777;
}


.black {
    color: #292929;
}

.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
}


.columns {
    display: flex !important;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
}

.inshadow {
	box-shadow: inset 0px 0px 0 31px white;
}

.col {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
}

.col-top {
    display: flex;
    position: relative;
    flex-direction: column;
    overflow: hidden;
}

.box-slide {
    display: flex !important;
    width: 100% !important;
    height: 454px;
}

section#imagen-marca {
    position: relative;
}

.img-tour-bg {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}

.box-slide img, .box-slide iframe{
    width: 100%;
    height: 100%;
}

.slick-prev, .slick-next, .slick-prev:before, .slick-next:before {
    width: 50px;
    height: 50px;
    opacity: 1 !important;
}

.slick-prev:before {
    content: '';
    background-image: url(images/ICON_ROUND_ARROW.svg);
    background-repeat: no-repeat;
    background-position: 45% 50%;
    display: block;
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
}

.slick-next:before {
    content: '';
    background-image: url(images/ICON_ROUND_ARROW.svg);
    background-repeat: no-repeat;
    background-position: 45% 50%;
    display: block;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.sl-galeria-tika .slick-prev {
    bottom: -76px;
    top: auto;
    right: 50px;
    left: auto;
}

.sl-servicios-wide .slick-next {
    bottom: 18px;
    top: auto;
    left: 40%;
    z-index: 100;
}

.sl-servicios-wide .slick-prev {
    bottom: 18px;
    top: auto;
    left: 35%;
    z-index: 100;
}


.sl-galeria-tika .slick-next {
    bottom: -76px;
    top: auto;
    right: -6px;
    left: auto;
}

.sl-testimonios .slick-prev {
    left: 0;
    bottom: -95px;
    top: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%) !important;
}

.sl-testimonios .slick-next {
    left: 65px;
    bottom: -95px;
    top: auto;
        -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%) !important;
}

.sl-servicios {
    margin-top: -40px;
    margin-bottom: -40px !important;
}

.box-thumb {
    width: 139.1px !important;
    height: 118px;
    margin: 0;
    max-width: 139.1px !important;
}

.count {
    position: absolute;
    transform: translate(100px, -75px);
    color: #000;
    font-weight: 600;
}

.box {
    width: 276px;
    max-width: 276px;
    height: 430px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.16);
    position: relative;
    margin: 0 15px;
    border-bottom: 5px solid #000;
    transition: all 0.3s ease-in-out;
    outline: none;
    overflow: hidden;
}

.box__content {
    position: relative;
    z-index: 1;
}

.content__recomendaciones {
    display: grid;
    grid-template-columns: repeat(3, 33%);
}

.placeholder {
    font-size: 10px;
    color: #777;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.4px;
    margin: 10px;
    display: block;
    transition: all 0.3s ease-in-out;
    min-height: 30px;
    display: flex;
    align-items: center;
}

.destinos {
    height: 85vh;
}

.left-border {
    padding-left: 35px;
    border-left: 1px solid #ccc;
}

.long-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    transition: all 0.3s ease-in-out;
    min-height: 110px;
    margin: 10px;
}

.box:hover .long-title, .box:hover .placeholder {
color: #fff;
} 

.icon-btn {
    font-size: 13px;
    background-color: #F4F4F4;
    max-width: 161px;
    padding: 5px;
    margin-left: 10px;
    display: block;
    z-index: -3;
    position: relative;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.box:hover .icon-btn {
opacity: 0;
}


.icon-btn svg {
    margin-right: 5px;
}

.separador {
    display: block;
    width: 100%;
    height: 1px;
    margin: 20px 0;
}

.vert-separador {
    display: block;
    width: 1px;
    height: 100%;
    right: 0;
    align-self: flex-end;
}

section { position: relative; }

.text-btn {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
    width: 100%;
    justify-content: space-between;
    text-transform: uppercase;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: translateY(53px);
}

.box .box__image img {
    transition: all 0.3s ease-in-out;
}

.box:hover .box__image img {
    transform: scale(1.1);
    transform-origin: center;
    transition: all 0.3s linear;
}

.box:hover .text-btn {
    opacity: 1;
    transform: translateY(5px);
    color: #fff;
}

.box .box__content:before {
    display: block;
    position: absolute;
    content: '';
    margin-bottom: -55px;
    z-index: -2;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: #000;
    transition: all 0.5s cubic-bezier(0.175, 0.185, 0.22, 1.275);
}

.box:hover .box__content:before {
    height: 133%;
}

.nav-up {
    top: -150px;
}

.role-btn {
    display: flex;
    align-items: center;
    position: relative;
    padding: 3px;
    border: 1px solid #009167;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.role-btn:hover {
    width: 200px;
    background-color: #006763;
    border: 1px solid #006763;
}

.role-btn svg {
    right: 13px;
    position: absolute;
}

.role-btn p {
	text-transform: uppercase;
    position: absolute;
    opacity: 1;
    width: 100px;
    transform: translate(62px, 12px);
    color: #F5DA4A;
    left: 0;
    opacity: 0;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.role-btn:hover p {
opacity: 1;
transform: translate(62px, 0px);
}

.main-btn {
    height: 49px;
    padding-left: 30px;
    border: 0;
    font-size: 15px;
    outline: none;
    text-transform: uppercase;
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
    background-color: transparent;
    color: #006763;
    padding-right: 30px;
    display: inline-flex;
    min-width: max-content;
    max-width: fit-content;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-radius: 50px;
    z-index: 5;
    transition: all 0.3s ease-in-out;
}

.main-btn svg {
    margin-left: 20px;
}

.main-btn svg path {
    fill: #006763;
    transition: all 0.3s ease-in-out;
}

.main-btn:hover svg path {
    fill: #fff;
}


.main-btn:hover {
    color: #fff;
}

.overfloat {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgb(255 255 255 / 90%);
    border-radius: 5px;
    padding: 5px 10px;
    z-index: 2;
}

.main-btn:after {
    content: '';
    width: 100%;
    position: absolute;
    background-color: #f5da4a;
    right: 0;
    top: 0;
    border-radius: 50px;
    height: 100%;
    z-index: -2;
    transition: all 0.3s ease-in-out;
}

.main-btn:before {
    content: '';
    width: 0%;
    position: absolute;
    background-color: #009167;
    right: 0;
    top: 0;
    height: 100%;
    border-radius: 50px;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.main-btn:hover:before {
border-radius: 50px;
width: 100%;
}

.slide-testimonio {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    min-height: 235px;
}

.btn-green {
    color: #fff;
}

.btn-green:hover {
    color: #009167;
}

.btn-green svg path {
    fill: #fff;
}

.btn-green:hover svg path {
    fill: #009167;
}

.btn-green:after {
    background-color: #009167;
}

.btn-dark-green {
	color: #f5da4a;
}

.btn-dark-green svg path {
    fill: #fff;
}

.btn-dark-green:after {
    background-color: #006763;
}

.btn-green:before {
    background-color: #f5da4a;
}

.btn-cta {
    width: 100%;
    max-width: 174px;
    margin: 0;
    padding: 18px 0;
    position: relative;
    text-align: center;
    justify-content: center;
    display: flex;
    margin-bottom: -30px;
    transform: translateY(36px);
    font-size: 13px;
    cursor: pointer;
}

.btn-light {
    max-width: 228px;
    color: #000;
    border: 1px solid #000;
    font-size: 14px;
    padding-left: 15px;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}

.btn-light:hover {
    color: #fff;
}

.btn-light:before {
    content: '';
    width: 0%;
    position: absolute;
    background-color: #000;
    right: 54px;
    height: 100%;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.btn-light:hover:before {
width: 76%;
}



.btn-light svg {
    border-left: 1px solid;
}

.card {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 260px;
}

.card__img {
    flex: 0 0 auto;
    display: flex;
}

.card__content {
    height: 100%;
    flex: 1;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 25px;
}

.card:hover .text-btn {
    opacity: 1;
    transform: translateY(0px);
}

.card p {
	transition: all 0.3s ease-in-out
}

.card:hover p {
    opacity: 0;
    transform: translateY(30px);
}

.equal {
    flex-direction: row;
    justify-content: flex-start;
}

.form-suscribe form input {
    flex: auto;
}

.form-suscribe form {
    display: flex;
}

.form-suscribe form input[type="submit"] {
    flex: auto;
    max-width: 174px;
    background-color: #000;
    color: #fff;
    padding: 15px 10px;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 0.5px;
    border-radius: 0;
    border: 0;
}

.form-suscribe form input[type="email"] {
    flex: auto;
    padding: 15px 25px;
    font-size: 13px;
    letter-spacing: 0.5px;
    border-radius: 0;
    border: 1px solid #000;
}

.block {
	display: block;
}

.jcenter {
	justify-content: center;
}

.bgfot {
    height: 550px;
    background-size: cover;
    background-position: center;
}

.end-section {
    background-color: #004A4B;
    z-index: 1;
    position: relative;
}

.fotmeta {
    font-size: 15px;
    padding: 15px 0 5px;
    border-bottom: 1px solid #009167;
    max-width: 276px;
}

.fotmeta:last-child {
    border-bottom: 0px solid #009167;
}

.fotmeta li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.fotmeta li svg{
    position: absolute;
    left: 0;
    top: 4px;
}

span.subtitle {
    font-size: 18px;
    display: inline-block;
    text-align: left;
    font-weight: 500;
    transform: translate(5px, -2px);
}

.slick-dots li button:before {
    font-size: 8px;
}

.sl-testimonios .slick-dots {
    bottom: -50px;
}

ul#mainmenu > li.micebtn:hover a:before {
    width: 57%;
}

#menu-footer li {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
}

.social-holder {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.social-holder a {
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    padding: 10px 15px;
    justify-content: center;
    border-radius: 70px;
    height: 46px;
    min-width: 46px;
}

.site-info {
    background-color: #006763;
    text-align: center;
    padding: 15px 0;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.5px;
}

a {
    color: inherit;
    outline: none;
}

.end-section a, .end-section span, .end-section ul, .end-section li   {
    color: #fff;
}

.head-holder {
    transform: translateY(20px);
}

.title-general h1 {
    font-size: 80px;
    line-height: 90px;
    max-width: 1160px;
    width: 100%;
    font-weight: 200;
    text-transform: uppercase;
}

.title-general {
    text-align: center;
    color: #fff;
    align-self: center;
    z-index: 2;
    transform: translateY(-30px);
    max-width: 960px;
}

.title-general.interno {
    transform: translateY(7px);
}

.head-cont-general {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 85vh;
}

.head-cont-general .bg-image-home {
    height: 95vh;
}

.head-cont-internas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 78vh;
}

.head-cont-internas.fullhead {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.head-cont-internas.fullhead .bg-image-general {
    height: 100vh;
    background-position: bottom center;
    background-size: cover;
}

.head-cont-internas .bg-image-general {
    height: 85vh;
    background-position: bottom center;
    background-size: cover;
}

.topero {
    transform: translateY(-89px);
    margin-bottom: -89px;
}

.topero-full {
    transform: translateY(-166px);
    margin-bottom: -166px;
}

.stat-holder {
    display: flex;
    justify-content: space-between;
    max-width: 90%;
    margin: 0 auto;
    padding: 40px 0;
}


.floatero {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-image: url(images/bg404.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 36%;
}

.stat-holder .stat{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-holder .stat span {
	margin-top: 5px;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
}

.stat span.h2 {
    font-size: 60px;
    font-weight: 500;
    color: #000;
    line-height: 1em;
    text-align: center;
    min-width: 100px;
}

.atractivo {
    display: grid;
    grid-template: repeat(2, 1fr) / repeat(3, 1fr);
    grid-gap: 30px 30px;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    padding-right: 60px;
}

.atractivo li {
    position: relative;
    padding-left: 20px;
}

.atractivo li svg {
    position: absolute;
    top: 4px;
    left: 0;
}

.title-tours h1 {
    font-size: 60px;
    line-height: 75px;
    max-width: 1160px;
    text-align: center;
    width: 100%;
    font-weight: 400;
    margin: 0 auto;
}

.title-tours {
    text-align: left;
    color: #fff;
    align-self: center;
    z-index: 2;
    transform: translateY(40px);
}

.tab button h4 {
    font-family: 'bely_displayregular', sans-serif;
    font-size: 22px;
    font-weight: normal;
    background-color: #ffffff;
    border: 1px solid #006763;
    color: #006763;
    padding: 15px 0;
    min-width: 172px;
    border-radius: 50px;
    text-align: center;
}

.tab button.active h4 {
    background-color: #006763;
}

.tablinks.active h4 {
    color: #fff;
}

.tab button {
    border: 0;
    background-color: transparent;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    text-align: left;
    outline: none;
    cursor: pointer;
    margin-right: 0;
    margin-right: 62px;
}

.hyr button {
    width: 170px;
    padding: 20px 5px 10px;
    margin-right: 0;
}

.hyr button:last-child {
    margin-right: 0;
}

.hyr {
    display: flex;
    justify-content: space-between !important;
}

.has-svg {
    display: flex;
    align-items: center;
}

.has-svg svg {
    margin-right: 0.6em;
    font-size: inherit;
}

.shadow {
    box-shadow: 0px 3px 9px #00000017;
}


.column-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0
}
 
.column-wrap .column {
    width: 49%;
}
 
.column-wrap .column:last-child {
    float: right;
}
 
#my-ajax-filter-search label {
    display: block;
    font-weight: bold;
    font-style: italic;
}
 
#my-ajax-filter-search select {
    width: 100%;
    background-color: #f7f7f7;
    padding: 0.625em 0.4375em;
    border: 1px solid #d1d1d1;
}
 
#ajax_fitler_search_results {
    list-style: none;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 30px;
}
 
#ajax_fitler_search_results li {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
 
#ajax_fitler_search_results li.no-result {
    width: 100%;
    text-align: center;
}
 
#ajax_fitler_search_results li:nth-child(4n+4) {
    margin-right: 0;
}
 
.movie-info h4 {
    margin-bottom: 10px;
    color: #fff;
}
 
.movie-info p {
    margin-bottom: 0;
    color: #fff;
    font-size: 13px;
}
 
.movie-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.85);
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transition: all .3s;
}
 
.movie-info * {
    width: 100%;
    display: block;
}
 
#ajax_fitler_search_results li:hover .movie-info {
    opacity: 1;
}

#boxholder {
    display: grid;
    margin: 45px 0;
    grid-template-columns: repeat(4, 25%);
    grid-row-gap: 80px;
    max-height: 960px;
    overflow: hidden;
    transition: all 0.3s ease-in-out
}

.more {
    max-height: 30000px !important;
    transition: all 0.3s ease-in-out;
}

.tabcontent {
    transition: all 0.3s ease;
}

.encontrados {
    position: absolute;
    top: -47px;
    font-size: 14px;
    font-weight: 400;
}

button#loadmore {
    max-width: 410px;
    cursor: pointer;
    border: 1px solid;
    border-radius: 0;
}


#response {
    position: relative;
}


.loaded {
    display: none;
    opacity: 0;
}

.filtros select {
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 0;
    width: 100%;
    max-width: 200px;
    min-width: 200px;
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
}

.destino__item, .side__item {
    display: flex;
    flex-direction: column;
}

.destino__item li, .side__item li {
    display: flex;
    align-items: center;
    margin-bottom: 46px;
    font-size: 13px;
    flex-wrap: wrap;
}

.destino__item li svg, .side__item li svg {
margin-right: 5px;
}

.destino__item li span {
    font-weight: 500;
    flex: 0 0 100%;
    font-size: 18px;
    line-height: 26px;
}

.destino__item li:first-child span {
font-size: 48px;
font-weight: 200;
line-height: 1.2em;
}

#galeria-destino .row {
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}

.sl-clasico .slick-slide {
    margin: 0 10px;
}


.content__detail ul {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 35px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.content__detail ul li {
    display: flex;
    align-items: center;
    margin-right: 40px;
    font-size: 13px;
    color: #777777;
    flex-wrap: wrap;
    flex: 0 0 24%;
}

.content__detail ul li svg {
margin-right: 10px;
}

.content__detail ul li span{
    font-size: 18px;
    flex: 0 0 100%;
    color: #000000;
}

.content__idiomas span {
    color: #000;
    font-size: 13px;
    display: block;
}

.content__idiomas span svg{
    transform: translateY(5px);
}

.recomendacion__item {
    position: relative;
    margin-left: 5px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.09);
}

.recomendacion__item__icon {
    position: relative;
    padding: 5px 15px;
    display: flex;
    height: 100%;
    min-height: 54px;
    align-items: center;
    background-size: cover;
}

.recomendacion__item__content {
    padding: 0 10px;
    display: flex;
    height: 100%;
    min-height: 54px;
    align-items: center;
}

.recomendacion__item__content span {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
}

.recomendacion__item__content span svg {
margin-right: 5px;
}


.bg-gradient {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    display: flex;
    background-size: cover;
}

.bg-gradient svg {
    width: 100% !important;
    height: 100% !important;
}

.top-border {
    border-top: 1px solid #ccc;
}

ul.atractivo-full {
    display: flex;
    flex-wrap: wrap;
}

.atractivo-full li {
    font-size: 15px;
    display: flex;
}

.atractivo-full li svg {
    flex: 1 1 auto;
    margin-right: 3%;
}

.atr-desc {
    flex: 1 1 94%;
}

.codigo__item {
    border: 0;
    max-width: 209px;
    background-color: #f7f7f7;
    height: 46px;
    padding: 0 20px;
    color: #777;
    margin-bottom: 10px;
}

.codigo__item h6 {
font-size: 14px;
}

.codigo__item .recomendacion__item__icon svg {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    transform: translateY(3px);
}

.lang-list {
    display: flex;
    justify-content: flex-start;
    padding: 15px 3px;
    overflow: visible;
}

.lang-list li {
    display: flex;
    align-items: center;
    margin-right: 4%;
    padding: 5px 10px;
    box-shadow: 0 0 3px 2px hsla(0, 0%, 0%, 0.06);
    font-size: 16px;
}

a.destinosmall {
    font-size: 14px !important;
    display: flex;
    color: #777777;
    line-height: 25px !important;
}

.floatlabel {
    position: absolute;
    margin-left: 0px;
    top: -12px;
    pointer-events: none;
    font-size: 11px !important;
    font-weight: 500 !important;
    color: #797979 !important;
}

.lang-list li svg {
    margin-right: 10px;
}


.incluye-full li {
    flex: 0 0 38%;
    margin-right: 10%;
}

.svg-right {
    left: 0;
    top: 110px;
}

.svg-left {
    right: 0;
    top: 202px;
    z-index: 9;
}

.svg-right img {
    transform: translateX(-120px);
}

.svg-left img {
    transform: translateX(150px);
}

.svg-float {
    position: absolute;
    overflow: hidden;
}

.fromleft {
    transform: translateX(300px) !important;
    transition: all 0.6s ease-in-out;
    opacity: 0;
}

.eds-scroll-visible.fromleft {
    transform: translateX(150px) !important;
    opacity: 1;
}

.fromright {
    transform: translateX(-300px) !important;
    transition: all 0.6s ease-in-out;
    opacity: 0;
}

.eds-scroll-visible.fromright {
    transform: translateX(-150px) !important;
    opacity: 1;
}

section#concepto-a-celebrar {
    position: relative;
    overflow: hidden;
}

.bold {
	font-weight: 600 !important;
}

/* ESTILOS PARA FORMULARIOS */

.form-cont {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.form-col {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.form-col br {
	display: none;
}

.form-col input[type='text'], .form-col input[type='email'], .form-col input[type='number'], .form-col textarea,  .form-col select {
    width: 100%;
    background-color: #F7F7F7;
    border: 0;
    border-radius: 0;
    padding: 18px 10px 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    outline: none;
    border-bottom: 3px solid #F7F7F7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.select-holder select {
    width: 100%;
    background-color: #fff;
    height: 45px;
    border: 0;
    border-radius: 0;
    padding: 18px 10px 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    outline: none;
    border-bottom: 1px solid #777777;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-col input:disabled, .select-holder input:disabled {
    color: #ccc;
    background-color: #dcdcdc;
    cursor: no-drop;
    border-bottom: 3px solid #F7F7F7 !important;
}

.form-col input:focus, .form-col textarea:focus, .select-holder input:focus {
border-bottom: 3px solid  #006763;
}

.form-col input:hover, .form-col textarea:hover, .select-holder input:hover {
    border-bottom: 3px solid #006763;
}

.page-template-page-contacto #masthead.topnav-up, .error404 #masthead.topnav-up {
    background-image: none;
    color: #004A4B;
}

.page-template-page-contacto #masthead.topnav-up li a, .error404 #masthead.topnav-up li a {
    color: #004A4B;
}

.page-template-page-contacto .topnav-up .menu-item-has-children > a:after, .error404 .topnav-up .menu-item-has-children > a:after {
    color: #006763;
}

.page-template-page-contacto .site-header #mainmenu .menu-item-has-children:hover ul.sub-menu, .error404 .site-header #mainmenu .menu-item-has-children:hover ul.sub-menu {
    background-color: #f7f7f7;
}

.page-template-page-contacto .site-header #mainmenu .menu-item-has-children ul.sub-menu:after, .error404 .site-header #mainmenu .menu-item-has-children ul.sub-menu:after {
    background-color: #f7f7f7;
}

.page-template-page-contacto .topnav-up .header-container, .error404 .topnav-up .header-container {
    border-top: 1px solid #009167;
}

.page-template-page-contacto .topnav-up #topheader li.covid a, .error404 .topnav-up #topheader li.covid a {
    background-color: rgb(247 247 247);
}

.page-template-page-contacto .topnav-up #topheader li a, .error404 .topnav-up #topheader li a {
    color: #006763 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    bottom: 0;
}

.form-col label {
    flex: 0 0 48%;
    display: flex;
    flex-direction: column;
}

.form-1-8 {
    flex: 0 0 15.5%;
    padding-right: 1%;
    padding-left: 1%;
}

.form-2-8 {
	flex: 0 0 23%;
	padding-right: 1%;
    padding-left: 1%;
}

.form-3-8 {
    flex: 0 0 32.5%;
    padding-right: 1%;
    padding-left: 1%;
}
.form-4-8 {
    flex: 0 0 48%;
    padding-right: 1%;
    padding-left: 1%;
}

.form-5-8 {
    flex: 0 0 60.5%;
    padding-right: 1%;
    padding-left: 1%;
}

.form-8-8 {
	flex: 0 0 98%;
	padding-right: 1%;
    padding-left: 1%;
}

.form-col label, .select-holder label {
    font-size: 12px;
    color: #000;
    letter-spacing: 0.5px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.form-col label span, .select-holder label span {
    margin-top: 10px;
}

.visible {
	overflow: visible;
}

.hidden {
	overflow: hidden;
}

.form-col label, .select-holder label {
    margin-top: -20px;
    transform: translate(9px, 34px) !important;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 6;
    display: flex;
}

.side__small span {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4em;
    margin-top: 10px;
    letter-spacing: 0.5px;
    flex: 0 0 100%;
}

.side__large span {
    font-size: 48px;
    font-weight: 200;
    line-height: 1.2em;
    margin-top: 5px;
    flex: 0 0 100%;
}

.daterangepicker .drp-buttons .btn {
    color: #da242c;
}

.border-left {
    border-left: 1px solid #ccc;
    padding-left: 25px;
}

.form-col label.moveUp, .select-holder label.moveUp {
    transform: translate(10px, 22px) !important;
    pointer-events: none;
    font-size: 11px;
    font-weight: 500;
    color: #797979;
}

.range label.moveUp {
	transform: translate(16px, 38px) !important;
	font-size: 13px;
	color: #000;
}

.form-col label.moveUpRange {
    transform: translate(10px, 21px) !important;
    pointer-events: none;
    font-size: 11px;
    color: #000;
}

.form-col label.moveUpRange.moveUp {
	transform: translate(10px, 21px) !important;
}

.daterangepicker td.in-range {
    background-color: rgba(160, 160, 160, 0.2) !important;
}


.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #404040 !important;
}

.module-input {
    width: 100%;
    position: relative;
    height: 100%;
}

.module-input button {
    position: absolute;
    right: 5px;
    top: 10px;
    color: #757575;
    padding: 2px 6px;
    border: 0;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    background-color: #fff;
}

.module-input.module-half {
    height: 62%;
}

.cont-ht .floaty-btn {
    position: relative !important;
    left: 0;
    bottom: 0 !important;
    width: 100%;
}

.module-input button:last-child {
    right: 29px;
}

.long label:nth-child(5), .long label:nth-child(3) {
    flex: 0 0 48%;
}

.checker label {
    flex-direction: row-reverse;
    margin-bottom: 10px;
    flex: 0 0 auto;
    pointer-events: all;
    display: flex;
    color: #444 !important;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-right: 0;
    transform: translate(0, 0) !important;
}

.checker input {
    filter: grayscale(1);
}

label.disabled {
    color: #afafaf !important;
}

.module-input p {
	display: none;
}
.checker label input {
    width: auto;
    margin-top: 3px;
    margin-right: 10px;
}

.appTimes input[type=date] {
	width: 170px;
}

.checker label {
    margin: 0px;
    color: #8D8D8D !important;
    transform: translateY(1px) !important;
}

div#appTimes {
    position: relative;
}

.form-col.topp {
    align-items: flex-start;
}

.topp {
    align-items: flex-start;
    justify-content: flex-start;
}

.enviar input {
    font-size: 14px;
    max-width: 100%;
    padding: 17px;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
}

input[type="number"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
}

/* ESTILOS PARA FORMULARIOS ENDS */
.form-fixed .wpcf7 {
    width: 100%;
    height: 560px;
    min-height: 560px;
    position: sticky;
    background-color: rgb(255, 255, 255);
    top: 120px;
    z-index: 9;
    padding: 15px;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
}

.floaty {
    width: 100%;
    height: 54px;
    min-height: 50px;
    position: sticky;
    background-color: rgb(255, 255, 255);
    top: 0;
    z-index: 15;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

.marca-holder {
    position: relative;
}

.gridlarge {
    display: flex;
    justify-content: center;
}

.float-down {
    top: 59px !important;
    transition: all 0.3s ease-in-out;
}

.top-form {
    color: #000000;
    font-size: 16px;
    letter-spacing: 0.8px;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 600;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 11px;
    font-weight: normal;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 10;
    text-align: left;
}

div.wpcf7-response-output {
    margin: 0;
    font-size: 13px;
    width: 100%;
    padding: 0.2em 1em;
}

.fstart {
	justify-content: flex-start
}


.menu-item-has-children:hover > a:after {
    transform: rotate(90deg);
    color: #009167 !important;
}

.wpml-ls-current-language a:after {
	display: none !important
}

.main-navigation li:hover > a, .menu-item-has-children:hover > a:after {
    color: #009167;
}

.topnav-up .menu-item-has-children > a:after {
    color: #fff;
}

.righter {
    display: flex;
    justify-content: flex-end;
}

.conexiones__item li {
    font-weight: 500;
}

.conexiones__item li span {
    font-size: 18px !important;
    font-weight: 500 !important;
    margin: 5px 0;
}

.btn-border {
    border: 1px solid;
}

.ht-holder {
    display: flex;
    width: 100%;
    height: 350px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 86px;
    pointer-events: none;
}

.ht-top, .ht-bottom {
    display: block;
    height: 0px;
    background-color: #fff;
    width: 70px;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    animation-delay: 2s;
}

.animated .ht-top,.animated .ht-bottom {
    height: 350px;
}

.ht-bottom {
    transform: translateX(-170px);
    align-self: flex-start;
}

.ht-top {
    transform: translateX(170px);
    align-self: flex-end;
}

.no-svg {
    padding: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    max-width: 174px;
}

.no-svg:after {
width: 0%;
}

.no-svg:hover:after {
width: 100%;
}

.no-svg:before {
display: none !important;
}



.no-svg:hover {
color: #fff;
}

.opcionales-full {
    display: flex;
    flex-wrap: wrap;
    padding-left: 2px;
}

.opcionales-full li {
    margin-right: 20px;
    max-width: 158px;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
    min-height: 250px;
        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.opcionales-full li:hover {
    transform: translateY(-10px);
}

.opcionales-full li:nth-child(4), .opcionales-full li:last-child {
    margin-right: 0;
}

.opcionales-full li span {
    font-size: 10px;
    letter-spacing: 0.5px;
    color: #808080;
}

.opcionales-full li h6 {
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #000;
    line-height: 20px;
}

.opcionales__cont {
    padding: 0 10px;
}


.conexion-fija {
    pointer-events: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

span.ctatop {
    font-size: 16px;
    font-weight: 500;
}

.tabmice button {
    max-width: 174px;
    width: 174px;
    display: flex;
    background-color: #fff;
    padding: 15px 10px;
    margin-right: 30px;
    border-bottom: 0 !important;
    position: relative;
    align-items: center;
}

.tabmice button.active:before {
    display: block;
    position: absolute;
    bottom: -10px;
    background-color: #61a5a1;
    content: '';
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    left: 0;
    right: 0;
    margin: 0 auto;
    border-top-left-radius: 150px;
}

.tabmice button:last-child {
    margin-right: 0;
}

.tabmice button.active svg, .tabmice button.active h4 {
	z-index: 5;
	color: #fff;
	border-bottom: 0;
}

.tabmice button.active svg {
    filter: invert(100%) contrast(100);
}

.tabmice button h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2em;
    color: #000;
}

.tabmice button svg {
    width: 38px;
    flex: 0 0 35%;
}


.tabmice {
    justify-content: flex-start;
    
}

.tabmice button.active {
    background:
    radial-gradient(circle at 50% 0, #00b3c1, #01b3c11a 100%),
    radial-gradient(circle at 0% 100%, #c09575, rgba(0,0,255,0) 100%),
    radial-gradient(circle at 100% 100%, #6e5348, rgba(0,0,0,0) 100%);
}

.tabmice.tabcontacto button.active, .tabmice.tabcontacto button.active:before {
    background: none;
    background-color: #000;
}


.container-none {
    height: 30vh;
}


.page-template-page-contacto #primary, .error404 #primary  {
    z-index: 0;
}

.tabcontacto button {
    min-width: 276px;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
}

.tabcontacto button.active {
    box-shadow: none;
}

.tabcontacto button.active:before {
    background-color: #3eacaf;
}

.tabcontacto {
    justify-content: center;
}

.cont-full .form-col {
    margin-bottom: 35px;
}

.con-info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.con-info svg {
    margin-right: 10px;
    transform: translateY(-6px);
}

.head-cont-internas.head-guia.flexer {
    height: 59vh;
}

.head-guia .title-general.interno{
    transform: translateY(54px);
}

.main-side {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    flex-wrap: wrap;
    max-width: 1156px;
    width: 90%;
}

.withsidesmall .site-main {
    width: 80%;
    display: flex;
    flex-direction: column;
    padding-right: 0;
}

.thecontent p {
	margin-bottom: 40px;
}

.thecontent h2, .thecontent h3, .thecontent h4 {
	margin-bottom: 20px;
}

.sidebar {
    width: 20%;
    height: 371px;
    min-height: 364px;
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    background-color: #fff;
    top: 69px;
    z-index: 9;
    padding: 10px 30px 50px;
}

.blog__btn-holder a, .even__btn-holder a {
    width: auto;
    max-width: 150px;
    display: flex;
    align-items: center;
    padding: 0;
    border: 0;
    cursor: pointer;
    text-decoration: none;
}

.svg-btn {
    display: flex;
}

.anchor-holder {
    display: flex;
    flex-direction: column;
    margin-top: 45px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.4em;
}

.anchor-holder a {
    margin-bottom: 10px;
    border-bottom: 2px solid #fff;
    color: #8D8D8D;
    padding-bottom: 4px;
    max-width: 166px;
    transition: all 0.3s ease-in-out;
    outline: none;
}

.withside .site-main {
    width: 80%;
    display: flex;
    flex-direction: column;
    padding-right: 20%;
}

.img-combo {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    max-width: fit-content;
}

.img-combo img:nth-child(2) {
    position: absolute;
    right: 0;
    top: -50px;
}


.img-combo img:nth-child(3) {
    position: absolute;
    left: -90px;
}

.img-combo img:nth-child(4) {
    position: absolute;
    bottom: -60px;
    z-index: 13;
    left: 0;
    right: -70px;
    margin: 0 auto;
}

.select-holder {
    display: block;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

#filtros .select-holder:last-child {
    margin-right: 0;
}

form#filtros {
    display: flex;
    flex-wrap: wrap;
}

.cara-list li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.cara-list li svg {
margin-right: 10px;
}


.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 99998;
    padding: 20px;
    box-sizing: border-box;
    background-color: #f3f4f5;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.transition, .modal a.close-modal, .modal #modal-link a:hover {
    transition: 0.3s ease-in-out;
}

.transition, .modal a.close-modal, .modal #modal-link a:hover {
    transition: 0.3s ease-in-out;
}


.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 99998;
    padding: 20px;
    box-sizing: border-box;
    background-color: #f3f4f5;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}

.ytholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modcont {
    display: flex;
}

.icon-remove:after {
    content: '';
    width: 22px;
    background-size: contain;
    height: 22px;
    display: block;
    position: absolute;
    background-image: url(images/closer.svg);
}

.home .modal a.close-modal {
    width: 41px;
    height: 40px;
    background-color: #fff;
    padding: 10px;
}

.home .blocker {
    background-color: rgba(0, 0, 0, 0.9);
}

.home #modal {
    background-color: transparent;
    border: 0;
    box-shadow: none !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.map-container {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(images/MAPAFULL.svg);
	background-size: cover;
	background-repeat: no-repeat;
}

.map-floater {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    background: url(images/gradient-map.png);
    background-size: cover;
	background-repeat: no-repeat;
}

.point {
    display: flex;
    position: absolute;
    z-index: 2;
}

.point__name {
    flex: 0 0 100%;
    line-height: 1em;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.point__ubi {
    font-size: 14px;
    line-height: 1em;
    color: #AAAAAA;
    font-weight: 500;
    margin-left: 5px;
    align-self: center;
}

.point__holder {
    display: flex;
    flex-wrap: wrap;
    margin-left: 15px;
}


.point__pds {
    transform: translate(157px, -205px) !important;
    opacity: 0;
    transition: 0.8s ease-in-out;
    transition-delay: 1s;
}

.eds-scroll-visible .point__pds {
    transform: translate(135px, -205px) !important;
    opacity: 1;
}

.point__ju {
    transform: translate(200px, -109px) !important;
    opacity: 0;
    transition: 0.8s ease-in-out;
    transition-delay: 1.8s;
}

.eds-scroll-visible .point__ju {
    transform: translate(173px, -109px) !important;
    opacity: 1;

}


.point__mc {
    transform: translate(110px, 71px) !important;
    opacity: 0;
    transition: 0.8s ease-in-out;
    transition-delay: 3.3s;
}

.eds-scroll-visible .point__mc {
    transform: translate(91px, 71px) !important;
    opacity: 1;
}

.svg__recorrido, .svg__recorrido__cover {
    transform: translate(-11px, 0px);
}

.svg__recorrido {
    overflow: hidden;
    align-self: flex-start;
    position: absolute;
    opacity: 0;
}

.svg__recorrido.eds-scroll-visible {
    animation: dash 8s linear infinite reverse;
    opacity: 1;
}

.svg__recorrido__cover{
    stroke-dashoffset: 800;
    stroke-dasharray: 800;
    overflow: hidden;
    align-self: flex-start;
    position: absolute;
    transform: translate(-11px, -1px);
    opacity: 0
}

.svg__recorrido__cover.eds-scroll-visible {
    animation: coverer 5s linear;
    opacity: 1;
}

@keyframes coverer {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 800;
  }
}


@keyframes dash {
  from {
    stroke-dashoffset: 200;
  }
  to {
    stroke-dashoffset: 0;
  }
}


html {
    overflow-y: scroll; 
}

.modal textarea.wpcf7-form-control.wpcf7-textarea {
    height: 140px;
    margin-bottom: 0;
}

.modal p {
    font-size: 20px;
    color: #25282A;
    line-height: inherit;
    color: inherit;
}

.tabstop {
    overflow: hidden;
}

.modal #modal-link a {
    background-color: #555;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    transition: ease-in-out 0.5s;
    padding: 12px 26px;
    display: inline-block;
}

.modal a.close-modal {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    font-size: 26px;
    font-weight: normal;
    top: 24px;
    right: 28px;
}

.mod-thanks {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 50%;
}

.cont-thanks {
    flex: 0 0 100%;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    opacity: 1;
    z-index: 1;
}

.mod1 {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    transition: ease-in-out 0.5s;
    opacity: 1;
}

.modal {
    max-width: 875px;
	max-height: initial;
    min-height: 300px;
    width: 90%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border-radius: 10px;
    z-index: 2;
    box-sizing: border-box;
    background: #ffffff;
    text-align: left;
    box-shadow: 0 0 59px 0px rgba(181, 181, 181, 0.66) !important;
    border: 1px solid;
    padding: 48px 20px;
    transition: ease-in-out 0.5s;
}

.hidemodal {
    transition: ease-in-out 0.5s;
    height: 380px;
}

.hidemodal .mod1 {
    opacity: 0;
    transition: ease-in-out 0.5s;
    height: 0;
}

.hidemodal .mod-thanks {
    opacity: 1;
    transition: ease-in-out 0.5s;
    z-index: 0;
    height: 100%;
}

.col-mod {
    display: flex;
    height: 100%;
    overflow: hidden;
    flex: 0;
}

.col-conto {
    flex: 0 0 100%;
    align-self: center;
    justify-content: center;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.col-conto a {
    margin-top: 40px;
    font-size: 15px;
    padding: 15px 0;
    display: block;
    line-height: 15px;
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #009167;
    background-color: #fff;
    border: 2px solid #009167;
    border-radius: 5px;
    max-width: 191px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    cursor: pointer;
}

.col-mod svg:first-child {
    position: absolute;
    width: 43px;
    transform: translateX(-43px);
    left: 36%;
    bottom: 30px;
}

.hidemodal .col-mod svg:first-child {
    position: absolute;
    width: 43px;
    transform: translateX(0px);
    left: 36%;
    bottom: 30px;
    z-index: 2;
}
.col-mod svg {
	opacity: 0;
	transition: ease-in-out 0.6s;
    transition-delay: 0.3s, 4ms;
    width: 0;
}


.hidemodal .col-mod svg {
    opacity: 1;
    transition: ease-in-out 0.6s;
    transition-delay: 0.3s, 4ms;
}

.col-mod svg:last-child {
    position: absolute;
    transform: translateX(-419px);
    width: 419px;
}


.hidemodal .col-mod svg:last-child {
    position: absolute;
    transform: translateX(0px);
    width: 419px;
    opacity: 0.1;
    z-index: 1;
}

.img-entrace:after {
    content: "";
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #009167;
    display: flex;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: translateX(102%);
    transition: transform 1.3s cubic-bezier(.34,.615,.4,.985) .3s;
}

@-webkit-keyframes imgOver {
    0%   { transform: translateX(-100%); }
    50% { transform: translateX(0%); }
    100% { transform: translateX(100%); }
}

.eds-scroll-visible.img-entrace:after {
     -webkit-animation: imgOver 1.2s;
}

.eds-scroll-visible.delay2.img-entrace:after {
     animation-delay: 0.6s;
}

.img-entrace {
    position: relative;
    overflow: hidden;
}

.img-entrace img {
    z-index: 2;
    position: absolute;
    top: 0;
    object-fit: cover;
    object-position: center;
    width: auto;
    min-width: 100%;
    height: 100%;
    opacity: 0;
    transition: transform 1.3s cubic-bezier(.34,.615,.4,.985) 1s;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    transform: scale(1);
}

.eds-scroll-visible.img-entrace img {
    -webkit-animation: imgSlide 2s;
    animation-fill-mode: forwards;
}

.eds-scroll-visible.img-entrace p {
    -webkit-animation: imgSlidep 2s;
    animation-fill-mode: forwards;
}

.eds-scroll-visible.delay2.img-entrace p {
    animation-delay: 0.6s;
}


.eds-scroll-visible.delay2.img-entrace img {
    animation-delay: 0.6s;
}

@-webkit-keyframes imgSlidep {
    0%   { opacity: 0;}
    31% { opacity: 0; }
    32% { opacity: 1; }
    100% { opacity: 1;}
}

@-webkit-keyframes imgSlide {
    0%   { opacity: 0; transform: scale(1.5); }
    31% { opacity: 0; }
    32% { opacity: 1; }
    100% { opacity: 1; transform: scale(1); }
}

.wysi h4 {
    margin-bottom: 20px;
}

.wysi p {
    margin-bottom: 30px;
}

.wysi img {
    margin-bottom: 40px;
}

.wysi h6 {
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.checker {
    position: absolute;
    top: 48px;
}

input[type="submit"].wpcf7-submit {
    height: 50px;
    padding-left: 30px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    overflow: hidden;
    color: #F5DA4A;
    background-color: #006763;
    padding-right: 30px;
    align-items: center;
    border-radius: 50px;
    display: flex;
    position: absolute;
    bottom: 43px;
    justify-content: center;
    padding: 10px;
    max-width: 191px;
    cursor: pointer;
    width: 100%;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single-tours input[type="submit"].wpcf7-submit {
    position: relative;
    margin-top: 30px;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    background-color: #000;
    color: #fff;
}

.single-tours input[type="submit"].wpcf7-submit:hover {
    background-color: #fff;
    color: #000;
}

input[type="submit"].wpcf7-submit:hover {
    border: 2px solid #000;
    color: #fff;
    background-color: #000;
}

.daterangepicker {
    z-index: 99999 !important;
}

div.wpcf7 .ajax-loader {
    display: flex;
    position: absolute;
    vertical-align: bottom;
    bottom: 23px;
    left: 154px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0.2em 3em;
    border: 2px solid #00a0d2;
    border-radius: 0 !important;
    position: absolute;
    width: 80%;
    text-align: center;
}


header#mobile-header, #mobile-side {
    display: none;
}


.sl-grid {
	display: none !important;
}

.sl-confian {
    display: block;
    max-width: 100%;
}

.sl-confian .slick-track {
    align-items: center;
    display: flex;
}


.float-svg.svg-flower{
    position: absolute;
    top: 0;
    transform: translate(-50%, -49%);
    overflow: hidden;
}

.float-svg.svg-right {
    position: absolute;
    top: 63px;
    overflow: hidden;
    right: 0;
    left: auto;
}

.float-svg.svg-right svg {
    transform: translateX(299px);
}

.over-title {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}

.feature-container:after {
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background-color: #006763;
    top: 0;
    left: 0;
    transform: scaleY(1);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.feature-container:hover:after {
    transform: scaleY(1.4);
    opacity: 1;
}

.feature-container {
    position: relative;
    padding: 60px 30px;
    width: 273px;
    text-align: center;
}

.feature-container p {
    opacity: 0;
    max-height: 0px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 10px auto;
    padding: 0 10px;
}

.feature-container:hover p {
    opacity: 1;
    max-height: 500px;
}

.feature-container .svg-icon, .feature-container span, .feature-container p  {
transition: all 0.3s ease-in-out;
display: block;
}

.feature-container:hover span {
	color: #F5DA4A;
}

.feature-container .svg-icon svg path {
transition: all 0.3s ease-in-out;
}

.feature-container:hover .svg-icon svg path, .feature-container:hover .svg-icon svg ellipse, .feature-container:hover .svg-icon svg line, .feature-container:hover .svg-icon svg rect {
fill: #fff;
}

.feature-container:hover .svg-icon svg #Trazado_11771, .feature-container:hover .svg-icon svg #Rectángulo_986, .feature-container:hover .svg-icon svg #Elipse_112 {
	stroke-width: 0;
}


.feature-container:hover .svg-icon, .feature-container:hover span, .feature-container:hover p {
    transform: translateY(-40px);
    line-height: 1.3em;
}

.svg-icon {
	position: relative;
	z-index: 4;
}

.testimonio {
    width: 100%;
    display: flex;
    text-align: left;
    min-height: 235px;
    max-width: 475px;
}

.svg-spin {
    width: 295px;
    height: 295px;
}

.svg-spin svg {
    position: relative;
    z-index: 4;
    width: 295px;
    height: 295px;
}


.svg-spin svg path {
    transition: all 0.3s ease-in-out;
}

.rotate1 svg path {
    fill: #DC354D;
}

.rotate2 svg path {
    fill: #F5DA4A;
}

.rotate3 svg path {
    fill: #B5975C;
}

.map-list li {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    flex: 0 0 100%;
    display: flex;
    justify-content: space-between;
    max-width: 374px;
}

.map-list li span {
color: #B5975C;
}

.map-list {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}

.green-border {
	border-bottom: 3px solid #009167;
}

.bg-pattern {
    background-image: url(images/BG_PUNTOS.svg);
    background-repeat: repeat;
    background-size: inherit;
    background-position: top left;
}

section#inicio-map {
    height: 563px;
    margin-bottom: 180px;
}

.col-holder-small {
    max-width: 958px;
    margin: 0 auto;
}

.col-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.col-holder-small {
    max-width: 958px;
    margin: 0 auto;
}


.col1-4.reviews {
    flex: 0 0 23%;
    max-width: 23%;
    margin-left: 2%;
    margin-right: 0;
    background-color: #fcfbf9 !important;
}

.col3-4 {
    width: 75% !important;
    flex: 0 0 75% !important;
    max-width: 75%;
}

.boxcard {
    font-family: 'Roboto', sans-serif;
    width: 98px;
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 5px 25px !important;
    background-color: #fff;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.14);
}

.boxcard.tripadvisor h5 {
    font-size: 11px;
    line-height: 14px;
    padding: 5px;
}


.box_slide a {
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
}

.box__main {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    position: relative;
}

.box__bot {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
}

.booking .box__bot {
    background-color: #e9f0fa;
}

.box__main h6 {
    font-size: 9px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0;
    margin-top: 6px;
    padding: 0px 15px;
}

.booking .points {
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    margin-top: 5px;
}
.booking .calif {
    font-size: 10px;
}

.booking .box__main {
    background-color: #0077CC;
    color: #fff;
}

.detectahotel .box__float {
    position: absolute;
    left: 10px;
    top: 9px;
}

.detectahotel h6 {
    color: #01AEE5;
}

.detectahotel .box__bot {
    background-color: #01AEE5;
    color: #fff;
}

.detectahotel .calif {
    font-size: 9px;
    margin-left: 8px;
    margin-right: 13px;
}

.detectahotel .points {
    font-size: 20px;
    margin-left: 9px;
    font-weight: 600;
}

.detectahotel .box_text {
    font-size: 8px;
    padding-left: 28px;
    text-align: left;
    padding-top: 8px;
}

.hotelescom {
    background-color: #CD2A2A;
    color: #fff;
}

.hotelescom .box__image {
    padding-top: 5px;
}

.tripadvisor .box__main h6 {
    margin-top: 0;
    padding: 6px 17px;
    margin-bottom: 0px;
    font-weight: 600;
    background-color: #31dc9e;
    color: #fff;
}

span.box__image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
}

.col-awa {
    background-color: #FCFBF9;
    padding: 30px 10px;
    z-index: 3;
}

section#inicio-premio {
    background-image: linear-gradient(0deg, #004A4B 50%, rgba(96, 195, 255, 0) 50%);
}

.amenities li {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 16px;
}

ul.amenities {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 140px;
}

.sl-galeria-habitacion .slick-prev{
    right: 60px;
    left: auto;
    bottom: -80px;
    top: auto;
}

.sl-galeria-habitacion .slick-next{
    right: 0;
    left: auto;
    bottom: -80px;
    top: auto;
}

.slick-dots {
    bottom: 20px;
}

.slick-dots li button::before {
    opacity: .75;
    color: black;
    content: "○";
    font-size: 20px;
    opacity: 1;
    color: rgb(255, 255, 255);
}

.slick-dots li.slick-active button::before {
    opacity: 1;
    color: white;
    content: "●";
}

.explorer-holder {
    text-align: center;
    max-width: 350px;
    padding: 0 20px;
}

.explorer-holder p {
    margin: 15px 0;
}

.habitacion-slide {
    position: relative;
    margin-right: 10px;
    border-bottom: 5px solid #f5da4a;
    max-width: 374px;
    max-height: 285px;
    overflow: hidden;
}

.habitacion-slide a {
	display: block;
	height: 100%;
	width: 100%;
}

.habitacion-slide img {
    transform-origin: center;
    transition: all 0.3s linear;
    transform: scale(1);
}

.habitacion-slide:hover img {
    transform: scale(1.1);
}

.habitacion-slide span {
    bottom: 20px;
    left: 16px;
    position: absolute;
}

.mini-list li {
    color: #8D8D8D;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}


.text-color p {
    color: #009167;
    font-weight: 500 !important;
}

.text-color p strong {
    color: #DC354D;
    font-weight: 500 !important;
}

.plato-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.plato {
    display: flex;
    flex-direction: column;
    max-width: 374px;
    width: 100%;
    position: relative;
}

.plato__imagen img {
	display: flex;
}

.plato__desc {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: absolute;
    align-items: center;
    width: 100%;
    opacity: 0;
    justify-content: center;
    height: 100%;
    background-color: rgb(181 151 92 / 80%);
     transition: all 0.3s ease-in-out;
     transform: translateY(20px);
}

.plato:hover .plato__desc {
opacity: 1;
transform: translateY(0px);
}


.svg-tika {
    display: flex;
    justify-content: center;
    align-items: center;
}

.svg-tika:after {
max-width: 374px;
width: 100%;
height: 1px;
background-color: #ccc;
content: '';
position: absolute;
left: 0;
}

.svg-tika:before {
max-width: 374px;
width: 100%;
height: 1px;
background-color: #ccc;
content: '';
position: absolute;
right: 0;
}



.wpcf7-submit:after {
    content: "";
    background-image: url(images/ICON_ARROW.svg);
    display: block;
    position: absolute;
    left: 6px;
    top: 19px;
    width: 12px;
    height: 12px;
}

.admiten {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    max-width: 212px;
}

p.plato__text {
    padding: 10px;
    line-height: 1.3em;
}

li.wpml-ls-current-language {
    padding: 0px;
    margin-right: 0;
    transform: translateY(0);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

li.wpml-ls-current-language a {
    display: flex !important;
    padding: 10px !important;
    justify-content: center;
    align-items: center;
}

.wpml-ls-menu-item .wpml-ls-flag+span {
    transform: translateY(1px);
}

li.wpml-ls-current-language a span {
}

.wpml-ls-item:hover ul {
    display: block;
    max-height: 700px;
}
.wpml-ls-item ul {
    display: block;
    opacity: 0;
    overflow: hidden;
    max-height: 0;
    transition: all 0.3s ease-in-out;
    z-index: 9999;
    background-color: #1e5c5d;
    margin: 0;
    left: 0;
    width: 54px;
    position: absolute;
    top: 30px;
    z-index: 9999;
}
.page-template-page-contacto .wpml-ls-item ul, .error404 .wpml-ls-item ul  {
    background-color: #f6f6f6;
}

.wpml-ls-item:hover ul {
    opacity: 1;
    top: 42px;
    width: 59px;
}

.sub-menu .wpml-ls-item a {
    margin-bottom: 0 !important;
}

.sepcol a {
    position: relative;
}

.delay1.img-entrace:after {
	animation-delay: 0.5s;
}

/******************************** RESPONSIVE ************************************************************************************/


@media screen and (min-width: 1441px) {


} /************ ENDS 1441+ *************/


@media screen and (max-width: 1440px) {


} /************ ENDS 1440 *************/


@media screen and (max-width: 1280px) {

.sepcol {
    padding: 0 10px;
}	


} /************ ENDS 1280px *************/


@media screen and (max-width: 1024px) {

.habitacion-slide {
    max-height: 220px;
}	

.img-overlap img:nth-child(2) {
    transform: translate(2%, 71%);
}	

.img-overlap img:first-child {
    transform: translate(-74px, 230px);
}

.float-svg.svg-flower {
    transform: translate(-68%, -49%);
}

h2 {
    font-size: 38px;
    line-height: 44px;
}

.sepcol {
    justify-content: space-between;
}

.overfloat {
    left: 21px;
}

.main-navigation li a {
    margin-right: 0.5em;
}

.mw-80x {
    max-width: 94% !important;
}

#nosotros-texto .col.col-1.empty {
    display: none;
}

#nosotros-texto .col.col-5.pl-2 {
    padding: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.social-holder a {
    margin: 3px;
}

.explorer-holder p {
    font-size: 14px;
    padding: 0 15px;
    line-height: 21px;
    min-height: 110px;
}

section#servicios-seccion-2 {
    padding: 14px 0;
}

.plato {
    margin-left: 10px;
    margin-right: 10px;
}

.svg-tika:before {
    max-width: 320px;
}

.inshadow {
    box-shadow: inset 0px 0px 0 0px white;
}

.sl-servicios-wide .col.col-1.empty {
    display: none;
}

.sl-servicios-wide .col.col-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 5%;
}

.sl-servicios-wide .slick-prev {
    bottom: -29px;
    left: 33%;
}

.sl-servicios-wide .slick-next {
    bottom: -30px;
}

#servicios-seccion-2 .count {
    transform: translate(0);
    bottom: 0;
}

#servicios-seccion-2 .sl-servicios-wide img {
    height: auto;
    width: 100%;
}

.form-col label, .select-holder label {
    font-size: 11px;
}

.title-cont h1 p {
    font-size: 55px;
    line-height: 65px;
}

} /************ ENDS 1024px *************/


@media screen and (max-width: 980px) {

.wpcf7 form .wpcf7-response-output {
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    border-radius: 0 !important;
    position: relative;
    width: 90%;
    text-align: center;
    background-color: #fff;
}	

.mobile-bot #topheader li:last-child a {
    padding: 18px 14px 15px;
    position: relative;
    pointer-events: none;
}	

.mobile-bot #topheader .sub-menu li a {
    pointer-events: all;
}

.map-list {
    margin-bottom: 0;
}

.map-info {
    padding: 30px;
}

section#inicio-map {
    height: auto;
    margin-bottom: 0;
}

section#inicio-map iframe {
    width: 100%;
}

.habitacion-slide {
    max-height: 185px;
}


#nosotros-texto .col.col-5.pl-2 {
    padding: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

#nosotros-texto .col.col-6.pl-2 {
    padding-left: 0;
}

.sl-servicios {
    margin-top: 0;
    margin-bottom: 0 !important;
}

h2 p {
    font-size: 38px;
    line-height: 40px;
}

.col.col-3.al-cen {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.sl-servicios-wide .col.col-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0%;
}

.sl-servicios-wide .slick-prev {
    bottom: auto;
    left: auto;
    top: 43px;
    right: 54px;
}

.sl-servicios-wide .slick-next {
    bottom: auto;
    left: auto;
    top: 43px;
    right: 0;
}

.testimonio {
    max-width: 100%;
    text-align: center;
}

.sl-testimonios .slick-next {
    left: 50%;
}

.map-list li {
    max-width: 100%;
}

.sl-testimonios .slick-prev {
    left: 42%;
}
.py-8 {
    padding: 4rem 0;
}

.py-6 {
    padding: 3rem 0;
}


.mw-70x {
    max-width: 100% !important;
}


.or1 {
    order: 1;
}

.or2 {
    order: 2;
}

.or3 {
    order: 3;
}

.or4 {
    order: 4;
}

.mw-80x {
    max-width: 100% !important;
}

.col-5, .col-6, .col-7, .col-3, .col-4, .col-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 10px 0;
}

.sepcol {
    margin-bottom: 50px !important;
}

.frow {
    flex-direction: row;
}

.socialcol {
    padding: 0 36px;
    margin-top: 30px;
}

.social-holder {
    justify-content: flex-start;
}

.fotmeta {
    font-size: 13px;
    padding: 15px 0 5px;
    max-width: 276px;
    margin-bottom: 30px;
    margin-right: 30px;
    margin-left: 40px;
}

.wpml-ls-item:hover ul {
    opacity: 1;
    top: 30px;
}


/* MOBILE STYLES */


header#masthead {
    display: none;
}

.sidebar {
    display: none;
}

.withsidesmall .site-main {
    width: 100%;
    max-width: initial;
}

.mobile-side-holder {
    width: 100vw;
    overflow: hidden;
    position: absolute;
    height: 100vh;
    max-width: 100%;
    top: 0;
    left: 0;
}

.mobile-menu {
    display: flex !important;
    flex-direction: column;
    top: 0;
    position: absolute;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    background-color: #004a4b;
    z-index: 99999;
    justify-content: flex-start;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    z-index: -10;
}

.mobile-bot {
    background-color: #f5f5f5;
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0;
}

#topheader li a {
    color: #000;
}

.mobile-container {
    width: 100vw;
    border-radius: 0;
    display: flex;
    max-width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
}

.mo-close {
    justify-content: flex-start;
    flex: 0 0 15%;
    background-color: transparent;
    padding: 0;
    border: none !important;
    outline: none !important;
    cursor: pointer;
}

.mo-close img {
    margin-left: 21px;
    display: flex;
    outline: none;
}

.mo-close img {
    fill: #fff !important;
}

.mobile-container > a {
    display: flex;
}

.mo-logo {
    justify-content: center;
    flex: 0 0 50%;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 300px;
    margin: 0 auto;
}

.mobile-menu a.mo-button.hide {
    border-bottom: 0;
}

.mo-button {
    flex: 0 0 15%;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff !important;
    text-align: center;
    padding: 5px 4px;
    margin-right: 4%;
    font-size: 13px;
    transform: translate(6px, 4px);
}

.mobile-menu ul#mainmenu {
    display: flex;
    flex-direction: column;
    color: #fff;
    align-items: flex-start;
    padding: 20px;
}

.mobile-menu ul#mainmenu li {
    width: 100%;
    font-size: 15px;
    margin-bottom: 5px;
    display: flex;
}


.mobile-menu #mainmenu .menu-item > a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 15px 15px;
    border-bottom: 1px solid;
}

.mobile-menu .menu-item-has-children > a:after {
    content: '>';
    display: block;
    position: absolute;
    color: #fff;
    right: 14px;
    top: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mobile-menu .menu-item-has-children > a:after {
    color: #fff !important;
}

.mobile-menu .menu-item-has-children > a:after {
    transform: rotate(0deg);
    top: 14px;
    right: 10px;
}

#top-header .mobile-menu .menu-item-has-children > a:after {
    transform: rotate(0deg);
    top: 5px;
    right: 12px;
}

.mobile-menu ul.sub-menu {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    left: 0;
    width: 100%;
    margin-left: 0;
}

.mobile-menu ul#mainmenu li li a {
    text-transform: inherit;
    font-weight: 200;
    letter-spacing: 0.5px;
    font-size: 15px;
    border-bottom: 0 !important;
    padding-left: 30px !important;
}

.mobile-menu ul#mainmenu li a {
    position: relative;
    width: 100%;
    text-align: left;
    font-weight: 300;
}

.mobile-bot nav#site-top-navigation {
    width: 100%;
}

.mobile-bot ul#topheader {
    display: flex;
    justify-content: center;
    align-items: center;
}

#topheader li.covid a {
    padding: 10px 5px !important;
    background-color: #fff;
    text-align: center;
    color: #000 !important;
    transform: translateY(2px);
    border-radius: 10px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#mobile-header.nav-down {
    top: 0px;
}

header#mobile-header {
    display: flex !important;
    width: 100%;
    border-radius: 0;
}

.mobile-menu #mainmenu .menu-item-has-children.medieron > a {
    opacity: 1;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
    padding: 15px;
    color: #000;
}

.mobile-menu .menu-item-has-children.medieron > a:after {
    transform: rotate(90deg);
    top: 14px;
    right: 10px;
}

.mobile-menu #mainmenu .menu-item-has-children.medieron ul.sub-menu {
    max-height: 500px;
}

.mobile-menu .menu-item-has-children.medieron ul.sub-menu {
    display: block !important;
    overflow: hidden;
    font-weight: 500;
    font-size: 13px;
    margin-left: 0;
    bottom: 52px;
    height: auto !important;
    width: 100%;
    margin-top: 0px;
}

#topheader .menu-item-has-children.medieron ul.sub-menu {
    display: block;
    overflow: hidden;
    vertical-align: bottom;
    font-weight: 500;
    font-size: 13px;
    margin-left: 0;
    height: fit-content !important;
    width: 70px;
    padding-right: 18px;
    max-height: fit-content;
    flex-wrap: wrap;
    top: auto;
    bottom: 40px;
    background-color: #f5f5f5;
}

.mobile-menu ul#mainmenu li a {
    position: relative;
    width: 100%;
    text-align: left;
    font-weight: 300;
}

.mobile-menu ul#mainmenu li {
    width: 100%;
    font-size: 15px;
    margin-bottom: 5px;
    display: flex;
}

.mobile-menu .menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.reserva, .searcher {
    display: none !important;
}


#topheader li a {
    padding: 18px 1em 15px 0;
    font-size: 11px;
}

.phone-top {
    position: relative;
    padding-left: 8px;
}

.phone-top:before {
display: none;
}

.count {
    transform: translate(18px, 217px);
}

.empty {
	display: none;
}

.head-holder {
    width: 85%;
    flex-wrap: wrap;
}

.head-cont {
    height: 100%;
    min-height: 470px;
}

.head-holder {
    transform: translateY(0);
}

.mobile-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    z-index: 9;
}


input[type="submit"].hasarrow {
    background-image: url(images/ICON_MOBILE_ARROW.svg) !important;
    max-width: 47px !important;
    height: 51px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0px !important;
}

.title-general h1 {
    font-size: 50px;
    line-height: 66px;
}

.columns {
    justify-content: center;
}

.float-svg.svg-flower {
    display: none;
}

.mob-contacto {
    background-image: none;
}

.topnav-up.mob-contacto .mo-button {
    color: #006763;
    border: 2px solid #006763 !important;
}

li.wpml-ls-current-language a {
    padding: 5px !important;
}

#topheader .menu-item-has-children > a:after {
    transform: rotate(0deg);
    top: 5px;
    right: -12px;
    color: #000 !important;
}

#topheader .menu-item-has-children.medieron > a:after {
    transform: rotate(-90deg);
}

} /************ ENDS 980px *************/


@media screen and (max-width: 768px) {


.sl-viajeros .slick-prev {
    left: -22px;
    transform: scale(0.7);
}	

.sl-viajeros .slick-next {
    right: -22px;
    transform: scale(0.7);
}

.feature-container:hover:after {
    transform: scaleY(1.6);
    opacity: 1;
}

.py-3 {
    padding: 2rem 0;
}

.py-4 {
    padding: 2rem 0;
}

.map-list li {
    max-width: 100%;
    padding: 13px;
    margin: 0;
    width: 100%;
    text-align: left;
}

.explorer-holder {
    margin: 0;
}

section#servicios-seccion-2 {
    padding: 36px 0;
}

.modal {
    height: auto;
    width: 100%;
    padding: 40px 20px;
}

.form-4-8 {
    flex: 0 0 100%;
    padding-right: 1%;
    padding-left: 1%;
}

.cont-full .form-col {
    margin-bottom: 13px;
}

.form-3-8 {
    flex: 0 0 100%;
    padding-right: 1%;
    padding-left: 1%;
}

.form-1-8 {
    flex: 0 0 100%;
    padding-right: 1%;
    padding-left: 1%;
}

div#appTimes {
    position: relative;
    margin-bottom: 40px;
}

input[type="submit"].wpcf7-submit {
    position: relative;
    max-width: 100%;
    bottom: 0;
}


} /************ ENDS 768px *************/


@media screen and (max-width: 560px) {

h1 {
    font-size: 40px;
    line-height: 46px;
}

h2 {
    font-size: 35px;
    line-height: 42px;
}

h5 {
    font-size: 16px;
    line-height: 23px;
}

h3 {
    font-size: 28px;
    line-height: 32px;
}

.col-awa {
    background-color: #fcfbf9;
    padding: 30px 0px;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.col3-4 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100%;
}

.title-cont h1 p {
    font-size: 36px;
    line-height: 46px;
}

.sl-testimonios .slick-next {
    left: 53%;
}

.sl-testimonios .slick-prev {
    left: 38%;
}

.col1-4.reviews {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5%;
    padding: 3%;
    background-color: #fcfbf9 !important;
}

.row.bg-white.green-border {
    padding-top: 30px;
}

.habitacion-slide span {
    font-size: 24px !important;
}

.title-cont h1 {
    font-size: 36px;
    line-height: 40px;
}

.over-title {
    font-size: 16px;
    margin-bottom: 10px;
}

.tab button {
    margin-right: 5px;
    padding: 0;
}

.tab button h4 {
    font-size: 18px;
    padding: 15px 0;
    min-width: 140px;
}

.explorer-holder {
    text-align: center;
    max-width: 100%;
}


} /************ ENDS 560px *************/


@media screen and (max-width: 430px) {

.end-section {
    text-align: center;
}

.end-section a, .end-section span, .end-section ul, .end-section li {
    text-align: center;
}	

.row.bg-white.green-border {
    padding-top: 30px;
    width: 100%;
}

section#inicio-intro .col.col-5 {
    text-align: center;
}

.bg-pattern {
    background-image: none;
}	

.map-info .has-svg {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
}

.map-info .has-svg svg {
    margin-right: 0;
    flex: 100%;
}

#habitaciones-content a.main-btn {
    width: 100%;
    max-width: 100%;
    text-align: center;
    justify-content: center;
}

#habitaciones-content .main-btn svg {
    margin-left: 20px;
    position: absolute;
    right: 23px;
}	

.col.col-5.pr-2.fstart {
    padding-right: 0;
}


.testimonio .text-20 {
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

.sl-testimonios .slick-next {
    left: 50%;
    bottom: -51px;
    transform: translate(0) !important;
}

.sl-testimonios .slick-prev {
    right: 51%;
    left: auto;
    bottom: -51px;
    transform: translate(0) !important;
}

.sl-testimonios p.bold.red.mt-2 {
    margin-top: 10px;
}

.fotmeta {
    font-size: 13px;
    padding: 10px 0 5px;
    max-width: 100%;
    margin-bottom: 11px;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.social-holder {
    justify-content: center;
    flex-wrap: wrap;
}

.end-section .col.equal.col-3.lightgray.mbfoot {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

.fotmeta li svg {
    display: none;
}

.fotmeta li {
    padding-left: 0;
}


.social-holder a {
    margin: 10px;
    margin-bottom: 10px;
}


div#mob-full {
    width: 100%;
}

#inicio-porque-jdu .col.col-5.pb-6 {
    padding-bottom: 1rem;
}

.svg-spin svg {
    width: 100px;
    height: 100px;
}

.svg-spin {
    width: 100px;
    height: 100px;
}

h3 {
    font-size: 24px;
    line-height: 32px;
}

.mo-logo {
    max-width: 100px;
}

.title-cont {
    transform: translateY(30px);
}

#inicio-intro .col.col-5.pr-2 {
    padding-right: 0;
}

.feature-container {
    padding: 30px 30px;
}

#nosotros-habitaciones-lista .row {
    width: 90%;
}

.sl-habitaciones-large .slick-dots {
    bottom: 40px;
}

#nosotros-habitaciones-lista .col.col-12.text-center.mb-3 {
    margin-bottom: 0;
}

.habitacion-slide span {
    bottom: 30px;
}

.tab button h4 {
    min-width: 100px;
}

.hideo.row.pt-4.pb-6 {
    padding: 0;
    padding-bottom: 30px;
}

section#habitaciones-premio {
    padding-top: 0;
}

.title-cont h1 p br {
display: none;
}

h2 p {
    font-size: 28px;
    line-height: 36px;
}

.mw-60x {
    max-width: 100% !important;
}

section#servicios-seccion-34 {
    display: none;
}

#servicios-final .col.col-3.al-cen {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.admiten {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 100%;
    max-width: 100%;
    align-items: flex-start;
    width: 100%;
}

.admiten span.black.bold.pt-1.block {
    margin: 0 10px;
    flex: 100%;
    padding: 0;
    line-height: 18px;
    font-size: 14px;
}

p.underadm {
    position: absolute;
    width: 100%;
    padding-left: 52px;
    top: auto;
    bottom: 10px;
    font-size: 14px;
    line-height: 16px;
}

p.underadm br {
display: none;
}

section#servicios-final {
    padding: 0;
    padding-bottom: 30px;
}

h2.text-35 br {
	display: none;
}

.plato-holder {
    flex-wrap: wrap;
}

.plato {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 24px;
    margin-top: 0;
}

.svg-tika:after {
    max-width: 40px;
}

.svg-tika:before {
    max-width: 40px;
}


.sl-servicios-wide .slick-prev, .sl-servicios-wide .slick-next {
top: 1px;
    transform: translate(17px, -28px);
}

.con-info h4 {
    font-size: 18px;
}
.con-info svg {
    margin-right: 10px;
    transform: translateY(-9px);
}

.container-none {
    height: 15vh;
}

.sl-hoteles .slick-slide {
    transform: translateX(-75px);
}

.admiten span {
    padding-top: 0;
    margin-left: 10px;
}

.habitacion-slide {
    max-width: 100%;
    width: 100%;
    height: 275px;
    max-height: initial;
    margin-bottom: 20px;
}

#habitaciones-content .py-4 {
    padding-bottom: 0;
    padding-top: 0;
}

.page-template-page-habitaciones div.bg-lightgray {
	background-color: #fff;
}

#servicios-seccion-2 .count {
    transform: translate(0);
    bottom: auto;
    top: 14px;
    opacity: 0.3;
}

.col.col-6.pl-2 {
    padding-left: 0;
}

section#guia-cta {
    padding: 0 5%;
}

.blocker {
    padding: 20px 5px;
}

.modal {
    padding: 40px 10px;
}


section#habitaciones-tabs .row {
	width: 100%;
	max-width: 100%;
}

.tab button h4 {
    min-width: inherit;
}

.tab button {
    width: auto;
    margin: 0 5px;
    padding: 0;
    flex: 1;
}
.rooms {
    display: flex;
    flex-wrap: wrap;
}

section#habitaciones-lista {
    padding-bottom: 0;
}

#nosotros-galeria .row {
	width: 100%;
	max-width: 100%
}

.sl-galeria img {
    height: 200px;
    max-width: none;
    width: auto !important;
    display: flex !important;
    justify-content: center;
}

#nosotros-intro .img-entrace {
    height: 220px !important;
}

#nosotros-texto .img-entrace{
    height: 225px !important;
}

p.pr-2 {
    padding-right: 0;
}

#nosotros-intro .col.col-5 {
    text-align: center;
}

#nosotros-texto .col.col-6.pl-2 {
    text-align: center;
}

.col.col-5.pr-2 {
    padding-right: 0;
}

} /************ ENDS 430 *************/

@media screen and (max-width: 375px) {


.form-col label, .select-holder label {
    font-size: 11px;
    letter-spacing: 0;
}

.habitacion-slide {
    height: 240px;
}

.title-cont h1 p {
    font-size: 30px;
    line-height: 40px;
}

.title-cont h1 {
    font-size: 30px;
    line-height: 40px;
}

}	/************ ENDS 375px *************/

@media screen and (max-width: 320px) {

.tab button {
    margin: 0;
}	

.habitacion-slide {
    height: 202px;
}	

.admiten span {
    padding-top: 0;
    margin-left: 6px;
    font-size: 13px;
}

p.underadm {
    padding-left: 49px;
    bottom: 16px;
    font-size: 13px;
    line-height: 16px;
}

.sl-servicios-wide {
    padding-top: 36px;
}



.tab button:nth-child(2) h4{
    border-right: 0px;
    border-left: 0px;
}

.tab.tab-habitaciones {
    justify-content: space-between;
}

.tab button h4 {
    min-width: inherit;
    border-radius: 0;
}

}	/************ ENDS 320px *************/