/*!
Theme Name: autocareslevante
Theme URI: http://underscores.me/
Author: Borja Mulleras
Author URI: http://underscores.me/
Description: Description
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: autocareslevante
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.

autocareslevante 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/
*/
/********************************************/
/********** DEFINICIÓN DE VARIABLES *********/
:root {
  --blanco: #FFFFFF;
  --naranja1: #D75631;
  --naranja2: #EA5126;
  --azul1: #0969B3;
  --azul2: #26214C;
}
/*******************************************/
/*--------------------------------------------------------------
>>> 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;
}
@media (max-width:768px) {
	body,.has-text-align-left {
	   text-align: center;
	}
    .wp-block-buttons.ancho1200.marginbottom40.margintop40.is-layout-flex {
		flex-direction: column;
	}
	.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
		width:100%;
	}
}

/**
 * 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
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #26214c;
	font-family: Raleway;;
	font-size: 18px;
	line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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 0 1.5em 3em;
}

ul {
	list-style: disc;
}

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 {
	color: #4169e1;
}

a:visited {
	color: white;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* 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;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.menu-menu-1-container,a.salir {
	display:none;
}
.toggled .menu-menu-1-container,.toggled a.salir {
	display: block;
}
.toggled .menu-menu-1-container {
	display: block;
	position: absolute;
	color: white;
	width: 100%;
	height: 100vh;
	background-color: black;
	z-index: 10;
	top: 0px;
	left: 0px;
}
.toggled .menu-menu-1-container a {
	color: white !important;
}
.toggled #primary-menu {
	display: flex;
	justify-content: space-evenly;
	flex-direction: column;
	align-items: center;
	/*height: 100vh;*/
}
.menu-toggle {
	float: right;
	margin-right: 10px;
	background-color: transparent;
}
.toggled a.salir {
	color: white;
	z-index: 1000000000000000000;
	position: absolute;
	top: 10px;
	right: 10px;
}
.toggled a.salir svg {
	fill: white;
}
#site-navigation.main-navigation.toggled {
	position: absolute;
	height: 100vh;
	background-color: var(--azul2);
	z-index: 10;
	top: 0px;
	left: 0px;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	/* color: white; */
}
#site-navigation.main-navigation.toggled a {
	color: white;
	font-size: 20px;
}
#site-navigation.main-navigation.toggled button.menu-toggle {
	display: none;
}
#site-navigation.main-navigation.toggled .site-branding {
	display:none;
}
#site-navigation.main-navigation.toggled .menu-menu-derecha-container {
	display:flex;
}
#site-navigation.main-navigation.toggled .menu-menu-izquierda-container {
	display:flex;
}
@media screen and (min-width: 768px) {

	.menu-toggle {
		display: none;
	}
	.menu-menu-1-container {
		display:block;
	}
	.main-navigation ul {
		display: flex;
	}
	.menu-menu-derecha-container,.menu-menu-izquierda-container {
		display: none;
	}	
}





/*.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}*/

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin: 0;
}

.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;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: 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;
}
/*********** Estilos propios ************/
#site-navigation {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	width: 100%;
}

.encabezado {
	font-size: 45px;
	line-height: 54px;
	font-weight: 400;
	max-width: 660px;
	margin: 0px auto;
}
.menu-menu-izquierda-container, .menu-menu-derecha-container {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
}
@media (max-width:767px) {
	#site-navigation {
		/*flex-direction: column;*/
		/*height: 100vh;*/
	}
	#site-navigation .site-branding {
		order: -1;
	}
	.menu-menu-derecha-container {	
		justify-content: start;
	}
	.menu-menu-izquierda-container {	
		justify-content: end;
	}
	button.menu-toggle {
		order: 2;
	}
	.menu-menu-derecha-container,.menu-menu-izquierda-container {
		display: none;
	}

} 
#primary-menu {
	width: 100%;
	justify-content: space-evenly;
}
#masthead {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
#primary-menu a {
	color: var(--azul2);
}
.site-branding {
	width: 350px;
}
footer.site-footer {
	padding: 50px;
	background-color: var(--azul2);
}
.wp-block-columns,.ancho1200 {
	max-width: 1200px;
	margin: 0 auto;
}
.imgsuperior figure {
	text-align: center;
}
.imgsuperior {
	padding: 80px 0px;
}
h2 {
	font-size: 46px;
	line-height: 54px;
	font-weight: 600;
	margin: 0px
}
h2.especial {
	font-size: 64px;
	line-height: 75px;
}
.persona {
	font-size: 22px;
	line-height: 26px;
	font-weight: 300;
	
}
.sms {
	font-size: 28px;
	line-height: 33px;
	font-weight: 600;
	color: var(--naranja2)!important;
}
.botonreserva {
	background-color: var(--naranja2);
	color:white !important;
	display:block;
	width:280px;
	padding: 10px 0px;
	text-decoration:none;
	text-align:center;
	margin-top:15px;
	font-weight:600;
}
.naranja figcaption {
	color: var(--naranja2);
	text-align:center;
}
.naranja figure {
	color: var(--naranja2);
	text-align:center;
}
figure {
	text-align:center;
}
.paddingtop {
	padding-top: 80px;
}
.paddingbottom {
	padding-bottom: 80px;
}
.marginbottom40 {
	margin-bottom: 40px;
}
.ancho400 {
	max-width: 400px;
}
.ancho550 {
	max-width: 550px;
}
.padding0 {
	padding: 0px;
}
.centradovertical {
	align-self: center;
}
.margintop0 {
	margin-top:0px;
}
.marginbottom0 {
	margin-bottom:0px;
}
.margintop40 {
	margin-top:40px;
}
.margintop80 {
	margin-top:80px;
}
.marginbottom80 {
	margin-bottom:80px;
}
.wp-block-meowapps-faq {
	margin: 10px auto;
	max-width: 1200px;
}
.meow-faq-question {
	color: var(--azul2) !important;
	background-color: white !important;
	font-size: 30px;
	font-weight: 600;
	line-height: 36px;
}
.meow-tab-content {
	padding-top: 10px !important;
	padding-bottom: 30px !important;
	color: var(--azul1);
	padding-left: 30px !important;
	font-size: 22px;
	line-height: 26px;
}
/**** RESERVAS *****/
.home-booking-container {
	position: relative;
	max-width: 1200px;
	z-index: 2;
	/* left: calc(50% - 600px); */
	margin: 0px auto;
	/*margin-bottom: 160px;	*/
}
#from_to {
	font-size: 16px;
	color: white;
	font-weight: 600;
	margin-bottom:20px;
}
.page-id-9 #from_to label {
	color: var(--naranja2);
}
#from_to label {
	margin-right: 25px;
	margin-left: 5px;
}
#extras {
	list-style: none;
}
.Campo1 {
	font-size: 16px;
	color: var(--naranja2);
	padding: 0px;
	margin: 0px;
	vertical-align: text-bottom;
	width:150px;
}
#id_zona {
	width: 200px;
	border: 1px solid white;
	border-right: 2px solid var(--naranja2);
	background-color: white;
	height: 40px;
	grid-area: zona;
}
#id_destino {
	width: 290px;
	border: 1px solid white;
	background-color: white;
	height: 40px;
	padding-left: 5px;
	border-right: 2px solid var(--naranja2);	
}
#destino_select {
	grid-area: destino;
}
#muestraPasajeros, #muestraVuelo, #muestraExtras {
	height: 40px;
	width: 170px;
	background-color: white;
	/* display: inline; */
	font-size: 16px;
	color: var(--naranja2);
	padding-left: 2px;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 5px;
	border-right: 2px solid var(--naranja2);
}
#muestraPasajeros {
	grid-area: pasajeros;
}
#muestraVuelo {
	grid-area: vuelo;
}
#muestraExtras {
	grid-area: extras;
}
.quantity {
	display: block;
}
.quantity-button {
	display: inline-block;
}
#passangers,#vuelos,#special_luggage {
	background-color: white;
	color: var(--naranja2);
	font-size: 18px;
}
#passangers {
	display: grid;
	grid-template-columns: 50% 50%;
	left: 662px;
	position: absolute;
	top: 90px;
	overflow: hidden;
	width: 164px;
	padding: 0px 5px;
}
@media all and (max-width:1200px) {

    #passangers {
    	left: 0;
    	max-width: 100%;
	    top: 0px;
	    z-index:100;
	    width: 100%;
	    align-content: center;
    }    
}

#vuelos {
	display: grid;
	grid-template-columns: 50% 50%;
	left: 200px;
	position: absolute;
	top: 90px;
	overflow: hidden;
	width: 460px;
	padding: 0px 10px;	
}
@media all and (max-width:1200px) {

    #vuelos {
    	left: 0;
    	max-width: 100%;
	    top: 0px;
	    z-index:100;
	    width: 100%;
        align-content: center;	    
    }    
}


#vuelos label {
	display:block;
}
#vuelos p {
	margin: 0px;
}

#special_luggage {
	overflow: hidden;
	background-color: white;
	width: 168px;
	left: 830px;
	position: absolute;
	top: 90px;
	padding: 0px 5px;
	overflow: auto;
}
@media all and (max-width:1200px) {
    #special_luggage {
    	left: 0;
    	max-width: 100%;
	    top: 0px;
	    z-index:100;
	    width:100%;
    }    
}


#special_luggage .fila {
	display: grid;
	grid-template-areas: 'nombre nombre' 'precio cantidad';
}
#special_luggage .fila label {
	grid-area: nombre;
}
#special_luggage .fila span {
	grid-area: precio;
}
#special_luggage .fila div {
	grid-area: cantidad;
}
.quantity-button + input {
	width: 60px;
	font-size: 18px;
	color: var(--naranja2) !important;
	text-align: center;
	height: 25px;
}
input[type="submit"] {
	background-color: var(--naranja2);
	border: 1px solid var(--naranja2);
	color: white;
	height: 40px;
	font-size: 18px;
	padding-top: 6px;
	width: 200px;
	border-radius: 0px !important;
}
#botonSubmit {
	grid-area: boton;
}

#booking_data {
	display: grid;
	grid-template-columns: 100%;
	grid-template-areas: 'zona' 'destino' 'vuelo' 'pasajeros' 'extras' 'boton';
	/*width:90%;*/
	margin-right:auto;
	margin-left:auto;
	grid-row-gap: 20px;
}
@media (max-width:1200px) {
	#booking_data * {
		width: 100%;
	}
}
@media (min-width:1200px) {
	#booking_data {
		display: grid;
		grid-template-columns: 200px 290px 170px 170px 170px auto;
		grid-template-areas: 'zona destino vuelo pasajeros extras boton';
	}
}
#individual_block {
	background-color: white;
	padding: 20px;
	right: 5px;
	position: absolute;
	top: 90px;
	color: black;
}
footer .site-info{
	max-width: 1200px;
	margin: 80px auto;

}
.footer-columnas {
	display: grid;
	grid-template-columns: 30% 30% 30% 10%;
	grid-gap: 50px;
	/* align-items: flex-start; */
}
.footer-columnas .columna h4 {
	font-size: 18px;
}
.footer-columnas .columna p,.footer-columnas .columna a {
	font-size: 16px;
	font-weight:300;
}
.footer-columnas .columna {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
/*--------------------------------------------------------------
## Booking Form
--------------------------------------------------------------*/
/*** Formulario de reservas ***/
.reserva {
    position: relative;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 75px auto;
}
.reserva .steps {
    display: table;
    border-bottom: 1px solid #20124F;
    margin: 0 auto 25px auto;
    padding: 0;
}
.reserva .steps li {
    display: table-cell;
    font-family: 'Viga', sans-serif;
    font-size: 24px;
    color: #999;
    border-right: 1px solid #20124F;
    padding: 15px 30px;
}
.reserva .steps li:last-child {
    border-right: none;
}
.reserva .steps li.active {
    color: #20124F;
}
.reserva > div {
    width: 45%;
    margin: 25px 2.5%;
    transition: all 500ms ease-out;
}
.reserva > div > p:first-of-type {
    margin-top: 0;
}
/*.reserva > .disabled {
    display: none;
}*/
.desktop .reserva > .disabled {
    display: block;
    opacity: 0.75;
}
.reserva > .text > p {
    border-top: 1px solid #CCC;
    padding-top: 20px;
    margin-bottom: 20px;
}
.reserva > .text > p:first-of-type {
   border-top: none;
    padding-top: 0;
}
.reserva > .text > p span {
    font-size: 12px;
}
.reserva h1 {
    display: block;
    width: 100%;
    margin: 0 2.5%;
}
.reserva h1 + article {
    position: relative;
    display: block;
    width: 100%;
    margin: 25px 2.5%;
}
.reserva h2, .reserva h3 {
    font-size: 26px;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}
.reserva h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: #20124F;
    margin: 0 0 25px 0;
}
.reserva p + h4 {
    margin-top: 25px;
}
/* Step 2 */
.reserva .type {
    border-bottom: 1px solid #20124F;
    padding: 0 25px;
}
.reserva .type h2 {
    float: left;
    clear: inherit;
    width: 50%;
    margin: 0;
}
.reserva .type h2 label {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #999;
    color: #FFF;
    padding: 0 25px;
    margin: 0;
}
.reserva .type h2 label.enabled {
    background-color: #20124F;
}
.reserva .type h2 label::before, .reserva .type h2 label::after {
    display: none;
}
.reserva #shuttle h2 label, .reserva #exclusive h2 label {
    font-size: 26px;
}
.reserva #shuttle:not(.disabled) h2 label, .reserva #exclusive:not(.disabled) h2 label {
    color: #E74C1E;
}
.reserva #shuttle p, .reserva #exclusive p {
    width: 100%;
    font-family: 'Viga', sans-serif;
    font-size: 16px;
}
.reserva #shuttle p strong, .reserva #exclusive p strong {
    color: #20124F;
    font-weight: normal;
}
.reserva #shuttle.disabled p strong, .reserva #exclusive.disabled p strong {
    color: #9e9e9e;
}
.reserva #shuttle p span, .reserva #exclusive p span {
    width: 100%;
    font-size: 12px;
    color: #20124F;
}
.reserva #shuttle.disabled p span, .reserva #exclusive.disabled p span {
    color: #9e9e9e;
}
.reserva #shuttle article, .reserva #exclusive article {
    margin-top: 25px;
}
.reserva .pay_method {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.reserva .pay_method li {
    float: left;
    height: 40px;
    margin: 25px 25px 0 0;
}
.reserva .pay_method li:last-child {
    margin-right: 0;
}
.reserva .pay_method li a img {
    height: 80%;
    filter: grayscale(100%);
    transition: all 1s ease-in;
}
.reserva .pay_method li a:hover img {
    filter: grayscale(0);
}
.reserva #data {
    width: 100%;
}
.reserva #data .hide {
    display: none;
}
.reserva #data p {
    float: left;
    width: 47.5%;
    margin-right: 5%;
}
.reserva #data input {
    max-width: 100%;
}
.reserva #data p:first-of-type {
    margin-top: 45px;
}
.reserva #data p:first-of-type strong {
    display: none;
}
.reserva #data p:first-of-type label {
    width: auto;
}
.reserva #data p:nth-child(odd) {
    margin-right: 0;
}
.reserva #data p label + span + input, .reserva #data p label + span + select, .reserva #data p label + span + .select-wrapper input {
    width: 50%;
}

/* Step 3 */
.reserva #payment p {
    float: left;
    clear: left;
    width: auto;
    margin-top: 15px;
}
.reserva #payment p input {
    flex-grow: 0;
}
.reserva #payment ul {
    float: right;
    clear: right;
    width: auto;
}
.reserva #payment ul li {
    margin-top: 0;
}
.reserva #payment hr {
    float: left;
    width: 100%;
    margin: 25px 0;
}
.reserva #payment .check {
    width: 100%;
    margin-top: 25px;
}
.reserva #payment .check label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.reserva #payment input[type="submit"] {
    margin-top: 25px;
}

/* Step 5 */
.reserva article .logo {
    float: right;
    margin: 0 0 25px 25px;
}
.reserva article + h3 {
    width: 100%;
    font-size: 22px;
    color: #FFF;
    border-top: 1px solid #20124F;
    margin: 25px 2.5%;
}
.reserva article + h3 span {
    float: left;
    background-color: #20124F;
    padding: 15px;
}
.reserva article + h3 strong {
    color: #0969B3;
}
.reserva #info .photo {
    width: 45%;
    float: left;
    margin-right: 25px;
}
.reserva #info .photo img {
    width: 100%;
    height: auto;
}
.reserva #info p {
    display: block;
}
.reserva .sb {
    display: flex;
    width: 100%;
    list-style-type: none;
    margin: 0 0 25px 0;
    padding: 0;
}
.reserva .sb li {
    float: left;
    height: 40px;
    margin: 25px 25px 0 0;
}
.reserva .sb li:last-child {
    margin-right: 0;
}
.reserva .sb li a img {
    filter: grayscale(100%);
    transition: all 1s ease-in;
}
.reserva .sb li a:hover img {
    filter: grayscale(0);
}

.reserva .print {
    position: absolute;
    top: -65px;
    right: 0;
    font-family: 'Viga', sans-serif;
    font-size: 16px;
    color: #333;
}
.reserva .print img {
    vertical-align: sub;
    margin-left: 5px;
}
.reserva .popup {
    display: none;
    background-color: #FFF;
    position: fixed;
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
    padding: 85px 35px 35px 35px;
    z-index: 600;
}
.reserva .popup .close {
	font-family: 'Viga', sans-serif;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: #20124F;
	position: relative;
	width: 32px;
	height: 32px;
	top: 37px;
	right: calc(20% + 5px);
	border-radius: 50%;
	border: 1px solid #20124F;
	cursor: pointer;
	/* z-index: 12334455; */
	text-decoration: none;
	align-self: flex-end;
}
.reserva .popup .close a {
	text-decoration: none;
}
.reserva .popup iframe {
	border: none;
	width: 60%;
	height: 40%;
	background-color: white;
	/* padding-top: 50px; */
}
.reserva :target.popup {
	display: block;
}
.modal-overlay {
	position: fixed;
	z-index: 999;
	top: 0px;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.centrado {
	display: flex;
	justify-content: center;
	align-items: center;
	/* align-content: center; */
	flex-direction: row;
	height: 100%;
}

/* Tablas formularios */
.table-form { font-family: 'Viga', sans-serif; margin-bottom: 100px; }
/*.table-form td { padding-right: 25px; }*/

.table-form input, .table-form select { font-family: Verdana, sans-serif; }
.table-form .button {float: right; margin: 10px 0; color:white}
.table-form .button:hover {color: #20124f;}
.table-form .button + span {float: right; width: 25px;}
.table-form td.pad-lft:first-child, .table-form .lev-bg-blue + td.pad-lft{ width: 250px; }
.table-form td.pad-lft:first-child + td, .table-form .lev-bg-blue + td.pad-lft + td { width: 250px; }
.table-form .lev-blue > tr > td {
    padding: 10px 25px 0 0;
}
.table-form .lev-blue > tr > td:last-child { padding-right: 0; }

.table-form .lev-blue > tr > th,
.table-form .thead {
	padding: 10px 20px;
	/*font-size: 20px;*/
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	background-color: #20124f;
}
.table-form thead.small th{
	padding: 20px 10px;
    font-size: 12px;
    font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	color: #fff;
	background-color: #20124f;
}
.table-form .lev-bg-lightblue{
	min-width: 175px;
	text-align: center;
}
.table-form .lev-bg-lightblue img, .table-form .lev-bg-lightblue span{
	margin: 0 5px;
}
.table-form .lev-bg-lightblue + td:not(.lev-bg-orange){
	padding-left: 20px;
}
.table-form tfoot td{
	color: #fff;
	background-color: #20124f;
}
.minw86{ min-width: 86px; }
/* Tabla lista reservas */
/*form.reserva input, form.reserva select {
    width: auto !important;
    max-width: 100%;
    float: none;
}*/
.border-top{
	padding: 35px 0 0;
	margin-top: 50px;
	border-top: 1px solid;
}
.list table{
	border-top: 1px solid #20124f;
	margin-bottom: 0;
	height: 120px;
}
.list table:nth-child(2n){
	background-color: #e6f1f7;
}
.list table tr:not(:last-child),
.list table tr:not(:last-child) {
	border-bottom: 1px solid #ccc;
}
/*.list table td:nth-child(3){
	padding-left: 20px;
}*/
.list table th{
	width: 60px;
}
.list table td[class^="lev-bg-"]{
	width: 250px;
    text-align: center;
}
.list table span{
	color: #20124f;
}
.list table .lev-bg-blue{
	border-bottom: 1px solid #20124f;
}
/* Tabla filas lista */
.row-table tbody tr{
	border-top: 1px solid #20124f;	
}
.row-table tbody tr:nth-child(2n){
	background-color: #e6f1f7;
}

/* Tabla lista facturas */

.list-invoice td{ padding: 15px; }
.list-invoice td:first-child{ width: 90px; }
.list-invoice td:nth-child(2){ width: 150px; }
.list-invoice td:nth-child(3){ width: 125px; }
.list-invoice td:nth-child(4){ width: 100px; }
.list-invoice .sp-factura::before{ margin-right: 2px; }

/* Empresa */
.table-form.lev-blue td[valign=top] table:not(.row-table) th, .table-form.lev-blue td[valign=top] table:not(.row-table) td {
    padding: 0;
}
.table-form td thead {
    font-size: 18px;
}

/* Mis datos */
form[name=edit] .table-form.lev-blue > tbody > tr > td {
    padding: 25px !important;
}
form[name=edit] .table-form.lev-blue > tbody > tr > td .border-right {
    border-right: none;
}
form[name=edit] .table-form.lev-blue > tbody > tr > td th, form[name=edit] .table-form.lev-blue > tbody > tr > td td {
    padding: 0 !important;
}
form[name=edit] .table-form.lev-blue > tbody > tr > td td.thead {
    padding: 15px 20px !important;
}


/*--------------------------------------------------------------
## Contact
--------------------------------------------------------------*/
/* Google Maps buttons */
.gm-style-mtc{ visibility: hidden; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer{
	position: relative;
	font-size: 12px;
	font-weight: 600;
}
.site-footer{
	margin-top: -33px;
	padding-top: 50px;
	background: url('images/footer-bg.png') no-repeat center top;
	z-index: 5;
}
.footer-logo-wrap{
	position: relative;
	text-align: center;
}
.footer-logo-wrap img{
	position: relative;
	top: 30px;
	padding: 0 40px ;
	background-color: #fff;
}
footer .site-info{
	background-color: #26214C;
	font-size: 11px;
	color: #fff;
}
footer .site-info a{ 
	text-decoration: none;
	color: #fff;
}
.legal-text{ font-weight: normal; }

/* Newsletter */ 
.newsletter-form{
	display: flex;
	margin-top: 30px;
}
.newsletter-form .inline-input{
	border-radius: 3px 0 0 3px !important;
	font-weight: lighter;
	font-style: italic;
    height: 39px;
}
.newsletter-form input[type="submit"]{
	max-width: 40px;
	border-radius: 0 3px 3px 0 !important;
	color: transparent;
	background-image: url('images/icons/next.png');
	background-repeat: no-repeat;
	background-size: auto 25px;
	background-position: 50%;
	transition: background-position .3s linear;
}
.newsletter-form input[type="submit"]:hover{ background-position: 70% 50%; }



/*--------------------------------------------------------------
## Consulta horario recogida
--------------------------------------------------------------*/

#divformhorariorecogida {
	display: none;
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	top: 0;left: 0;
}
#divformhorariorecogida > form {
	position: fixed;
	width: 60%;
	/*max-width: 1000px;*/
	margin: 2% auto;
	background-color:#fff;
	-webkit-box-shadow: 0 0 50px 0 rgba(43, 120, 187, 0.5);
	box-shadow: 0 0 50px 0 rgba(43, 120, 187, 0.5);
	top: 30%;
	left: 20%;
}
.close-horariorecogida {
	position: absolute;
	right: -20px;
	top: -15px;
	background-color: #e74c1e;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	text-align: center;
	padding: 10px 0 0 1px;
	color: #FFF;font-weight: bold;
}

.overlay {
	position: absolute;
	background-color: rgba(255,255,255,0.75);
	width: 100%;
	display: block;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
}

#horarecogida-output {}
/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.error-404 header{
	padding: 20%;
	text-align: center;
	background-image: url('images/autocares-levante-404.jpg');
}
.error-404 header div{
	padding: 5%;
	color: #20124f;
	background-color: rgba(255,255,255,.5);
}
.anular a {
	color: #fff;
	text-decoration:none;
}

/*-------------------------------------------------------------- 
## Media queries
--------------------------------------------------------------*/
@media screen and (min-width: 1280px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display:flex;
	}
	.main-navigation li {
		float: left;
		position: relative;
	}
	.main-navigation li:not(:first-child){ padding: 17px; }
	.main-navigation li:first-child{ padding: 17px 17px 17px 0; }

	.et_divi_builder #et_builder_outer_content .lvt-slider .et-pb-arrow-prev{
		right: 175px;
	}
	.et_divi_builder #et_builder_outer_content .lvt-slider .et-pb-arrow-next{
		right: 135px !important;
	}
}

@media screen and (max-width: 1279px) {

	.menu-menu-main-container {
		position: absolute;
		height: 0;
		min-width: 200px; 
		background-color: rgba(255, 255, 255, 0.96);
		opacity: 0;
		visibility: hidden;
		 -webkit-transition: all 0.6s;
    	-moz-transition: all 0.6s;
    	-o-transition: all 0.6s;
    	transition: all 0.6s;
	}
	.main-navigation.toggled .menu-menu-main-container{
		height: auto;
		margin-top: 15px;
		padding: 10px 20px;
		border-top: 1px solid #20124f;
		opacity: 1;
		visibility: visible;
		z-index: 2;
	}
	/*.main-navigation ul { display: none; }*/
	.main-navigation.toggled ul { display: block; }
	.main-navigation li { padding: 8px ; }
	.et_divi_builder #et_builder_outer_content .lvt-slider .et-pb-arrow-prev{
		right: 50px;
	}
	.et_divi_builder #et_builder_outer_content .lvt-slider .et-pb-arrow-next{
		right: 10px !important;
	}
    /*.reserva span + input, .reserva span + select {
        margin-right: 0;
    }*/
    .reserva select:last-of-type + input:last-of-type, .reserva .select2:last-of-type + input:last-of-type {
        width: 100% !important;
        margin-top: 10px !important;
        margin-left: 0 !important;
    }
}
@media screen and (min-width: 980px) {
	.widget-area-content{
		display: inline-block;
		width: 24.65%;
		vertical-align: top;
	}
}
@media screen and (max-width: 979px) {
	.footer-widget-content{
		margin: 0 auto;
	}
}

@media screen and (min-width: 768px) {
	.mobile-only{ display: none !important; }

	/* header onscroll */
	.site-header.shrink{ padding: 10px 35px 0; }
	.site-header.shrink .logo-wrap{
		width: 250px; 
		height: 53px;
	}
	.site-header.shrink .logo-wrap img{ width: 150px; }
	.sub-header.shrink{
		top: 60px;
		font-size: 14px;
	}
	.sub-header.shrink .left-sub-header,
	.sub-header.shrink .right-sub-header{
		padding: 25px 30px 10px;
	}

	/* SLIDER */
	.et_divi_builder #et_builder_outer_content .lvt-slider .et-pb-arrow-prev{
		left: auto !important;
		opacity: 1;
	}
	.et_divi_builder #et_builder_outer_content .lvt-slider .et-pb-arrow-next{

		opacity: 1;
	}
	.et_divi_builder #et_builder_outer_content .lvt-slider .et-pb-arrow-prev, 
	.et_divi_builder #et_builder_outer_content .lvt-slider .et-pb-arrow-next{
		top: auto;
		bottom: 10px;
	}

	.et_divi_builder #et_builder_outer_content .lvt-slider .et-pb-controllers{
		text-align: left;
		left: 40px;
	}
	.et_divi_builder #et_builder_outer_content .lvt-slider .et-pb-controllers a{
		height: 12px;
		width: 12px;
		background-color: #fff;
	}
	.et_divi_builder #et_builder_outer_content .lvt-slider .et-pb-controllers .et-pb-active-control{ background-color: #20124f !important; }
	.lvt-slider .et_pb_slide_title{
		font-size: 56px !important;
		line-height: 41px !important;
	}
}
@media screen and (max-width: 767px){
	.site-header .logo-wrap{
		top: 60px;
		width: 250px;
		height: 51px;
	}
	.site-header .logo-wrap img{ width: 150px; }
	.site-header{ padding: 10px; }

	.sub-header{ display: none; }

	.site-header.shrink .widget_icl_lang_sel_widget{
		opacity: 0;
		visibility: hidden;
	}
	.site-header.shrink .logo-wrap{
		top: 37px;
		height: 44px;
	}
	.site-header.shrink .logo-wrap img{ width: 130px; }
	.site-header.shrink .secondary-menu{ margin-top: -15px; }

	.et_divi_builder #et_builder_outer_content .lvt-slider .et-pb-controllers{ display: none; }
	.lvt-slider .et_pb_slide_description{
		right: 0;
		left: 0;
	}
	.lvt-slider .et_pb_slide_title{
		font-size: 30px !important;
		line-height: 30px !important;
	}
    .reserva > div {
        width: 100%;
    }
    .reserva input {
        width: 100%;
    }
    .reserva.paso3 input[type="radio"]{
        width: auto;
        min-width: 20px;
    }
    .reserva #special_luggage h3 {
        width: 80%;
    }
    .reserva #special_luggage .switch {
        position: absolute;
        right: 0;
        margin-top: -30px;
    }
    .reserva .pay_method li {
        margin-right: 15px;
    }
    .reserva #data p {
        width: 100%;
        margin-right: 0;
    }
    .reserva #data p:first-of-type input, .reserva #data p:last-of-type input {
        width: auto;
    }
    .reserva .print {
        position: relative;
        display: block;
        top: inherit;
        right: inherit;
        margin-top: 25px;
    }
    .reserva .popup {
        width: 80%;
        height: 80%;
        top: 10%;
        left: 10%;
    }
	.error-404 header{ padding: 40% 0 30%; }
	.error-404 h1{ font-size: 30px !important; }
}

/*
# Back
*/
.menuback-container{
	padding: 30px 30px 30px;
	font-family: 'Viga', sans-serif;
	color: #fff;
    background-color: #20124f;
}
.menuback-container .row{
	display: flex;
	padding: 20px 0;
}
.menuback-container .row:first-child{
	justify-content: space-between;
	border-bottom: 1px solid #fff;
}
.menuback-container a{
	margin-right: 20px;
	color: #fff;
}
.menuback-container a:hover{
	color: #0069b3;
}
.menuback-container .exit{
	flex-grow: 3;
	padding-right: 20px;
	color: #e74c1e;
	text-align: right;
	float: right;
}

.Estilo4,
.error { color: #FF6600; }
/*.Estilo1 { color: #999999; font-weight: bold; }
.Estilo2 { color: #999999; }
.Estilo3 { color: #F1EFE2; }

.Estilo5 { color: #999999; } 
.Estilo6 { color: #FF6600; font-weight: bold; }
.Estilo7 { color: #FFFFFF; }
.Estilo8 { color: #999999; }
.Estilo9 { color: #999999; }
.Estilo10 { color: #FF6600; }
 .Campo1 { color: #999999; } 


.Div1 { border: 1px solid #F1EFE2; padding: 2px; margin-bottom: 2px; width: 100%;}
.Div1 td { padding: 1px; }
.Div2 { border: 0px padding: 0px; width: 10; line-height: 0px;}
.Div3 { border: 0px solid #F1EFE2; padding: 2px; width: 200px; line-height: 20px;}

.Div4 { border: 1px solid #F1EFE2; max-width: 960px; margin: 0 auto 20px auto;}

.Div5 { border: 0px solid #F1EFE2; padding: 2px; width: 540px; line-height: 10px; background: #f6f6f6;}

.Div6 { border: 0px solid #F1EFE2; max-width: 640px; }
.Div7 { border: 1px solid #F1EFE2; padding: 2px; width: 540px; line-height: 10px;}
.Div8 { border: 1px solid #F1EFE2; padding: 2px; line-height: 10px;}
.Div9 { border: 1px solid #FF6600; padding: 2px; width: 200px; line-height: 10px;}
.Div10{ border: 1px solid #FF6600; padding: 2px; line-height: 10px;}

.Div11 { border: 1px solid #F1EFE2; width: 100%; margin-bottom: 40px; }
.Div11 th, .Div11 td { padding: 2px;}
.Div12 { border: 1px solid #F1EFE2; padding: 2px; width: 1150px; line-height: 10px;}
.Div13 { border: 1px solid #F1EFE2; padding: 2px; width: 1150px; line-height: 10px; background: #f6f6f6;


.Div11.al-column-4 > tbody > tr > td { width: 25%; margin-left: 0; margin-right: 0}
*/


/* # Home booking form 
.home-booking-container {
	position: absolute;
	top: 360px;
	left: 5%;
	right: 5%;
	padding: 5%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 50px 0 rgba(43, 120, 187, 0.5);
	box-shadow: 0 0 50px 0 rgba(43, 120, 187, 0.5);
	z-index: 95;
}
.home-booking-container .et_pb_row {
	clear: both;
}
.home-booking-container .et_pb_column {
	width: 100%;
}
.home-booking-container .et_pb_column .et_pb_column_inner {
	margin-bottom: 10px;
}
.home-booking-container #passangers,
.home-booking-container #arrival_flight,
.home-booking-container #exit_flight {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.home-booking-container #arrival_flight > div:first-child,
.home-booking-container #exit_flight > div:first-child {
	-webkit-box-flex: 1.5;
  -ms-flex-positive: 1.5;
  flex-grow: 1.5;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
}
.home-booking-container #passangers > div,
.home-booking-container #arrival_flight > div:last-child,
.home-booking-container #exit_flight > div:last-child {
	-webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0
}
.home-booking-container #passangers div + div {
	margin-left: 4%;
}

.results-container {
	color: #0069b3;
	text-transform: uppercase;
	text-align: right;
}
.results-container .results-price {
	max-width: 270px;
	margin-left: auto;
}
.results-container p {
	text-align: right !important;
	font-weight: 800;
}
.home-booking-container .collapsible {
	width: 100%;
	margin-bottom: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.home-booking-container .collapsible-header {
	padding: 0;
	color: #0069b3;
	border: none;
}
.home-booking-container  .collapsible-body {
	padding: 0;
	border-bottom: none;
}
.home-booking-container p {
	margin: 0;
}
.home-booking-container .input-icon-wrap {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.home-booking-container .input-icon-wrap p {
	-webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.home-booking-container input,
.home-booking-container input.select-dropdown,
.home-booking-container .select-wrapper {
		margin: 0;
}
.home-booking-container .input-icon-wrap > span {
	min-width: 35px;
	height: 3rem;
	margin-right: 10px;
	padding: 0 5px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size: 11px;
	line-height: 45px;
	color: #fff;
	background-color: #20124F;

}
.home-booking-container [type="radio"] + label {
	padding-left: 30px;
	margin-right: 15px;
	font-size: 12px;
}
.home-booking-container [type="radio"]:checked + label {
	color: #e74c1e;
}
.results-container div + div {
	margin-top: 15px;
}
.results-container h4 {
	margin: 0;
	float: left;
}
.results-container input[type="submit"] {
	width: 100%;
	float: none;
	background-color: #e74c1e;
}
.location {
	background: url('images/pin.svg') center/70% no-repeat;
}
.passangers {
	background: url('images/user.svg') center/70% no-repeat;
}
.arrival-date {
	background: url('images/check-in.svg') center/70% no-repeat;
}
.exit-date {
	background: url('images/check-out.svg') center/70% no-repeat;
}
.home-booking-container #special_luggage .et_pb_column {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.home-booking-container #special_luggage .et_pb_column > * {
	-webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
	flex-basis: 0;
}
.home-booking-container #special_luggage .et_pb_column_1_4 > p {
	margin-right: 10px;
}

.home-booking-container #special_luggage .et_pb_column_1_4 p span {
	display: block;
}
*/
/* Number inputs */
/*
.home-booking-container #special_luggage input[type="text"] {
	height: 30px;
}
.home-booking-container input[type=number] {
	width: 30px;
	height: 30px;
	text-align: center;
	-moz-appearance: textfield;
}
.home-booking-container input[type=number]::-webkit-inner-spin-button,
.home-booking-container input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}
.quantity-button {
	display: inline-block;
	height: 30px;
	min-width: 30px;
  padding: 5px;
	color: #fff;
	font-weight: 600;
  background-color: #21124f;
  vertical-align: bottom;
  text-align: center;
	cursor: pointer;
}
.home-booking-container #passangers > div:first-of-type {
	-webkit-box-flex: 1.2;
	-ms-flex-positive: 1.2;
	flex-grow: 1.2;
}
.home-booking-container #passangers .quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.home-booking-container #passangers .quantity .quantity-button {
	background-color: #9e9e9e;
}
.home-booking-container #passangers input[type=number] {
	width: 100%;
	min-width: 30px;
}
.home-booking-container .passangers + div {
	width: 100%;
}
@media screen and ( min-width: 980px ) {
	.home-booking-container {
		top: 480px;
	}
	.home-booking-container form > div {
		display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
		-webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
	}
	.home-booking-container  .et_pb_column_3_4 {
		width: 74.25%;
		margin-right: 3%;
	}
	.home-booking-container  .et_pb_column_1_4 {
  	width: 22.75%;
    margin-right: 3%;
	}
	.results-container h4 {
		float: none;
	}
}
@media screen and ( min-width: 768px ) {
	.home-booking-container .et_pb_row_inner {
		display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.home-booking-container  .et_pb_column_3_8 {
		width: 47.98%;
    margin-right: 4.04%;
	}
	.home-booking-container  .et_pb_column_3_4 .et_pb_column_1_4 {
		width: 30.64%;
    margin-right: 4.04%;
	}
	.home-booking-container  .et_pb_column:last-child {
		margin-right: 0 !important;
	}
	.home-booking-container #arrival_flight > div + div,
	.home-booking-container #exit_flight > div + div {
		margin-left: 8%;
	}
}
@media screen and ( max-width: 979px ) {
	.home.et_divi_builder #et_builder_outer_content .et_pb_slides .et_pb_slider_container_inner {
		vertical-align: top;
	}
	.home-booking-container #special_luggage .et_pb_row_inner {
		display: block;
	}
}
@media screen and ( max-width: 767px ) {
	.home-booking-container {
		top: 300px;
		padding: 10px;
	}
	.home-booking-container select,
	.home-booking-container input {
		line-height: 2rem !important;
		height: 2rem !important;
	}
	.home-booking-container label,
	.home-booking-container label + span {
		font-size: 12px;
	}
	.home #et_builder_outer_content .et_pb_slider_container_inner h2 {
		padding-top: 20px;
	}
	.home-booking-container .input-icon-wrap > span {
		height: 2rem;
		width: 30px;
	}
	.home-booking-container #arrival_flight > div + div,
	.home-booking-container #exit_flight > div + div {
		margin-left: 4%;
	}
}
@media screen and ( max-width: 400px ) {
	.home-booking-container #passangers div + div {
		margin-left: 3%;
	}
	.home-booking-container label + span {
		font-size: 9px;
	}
	.home-booking-container #passangers .quantity-button {
		min-width: 22px;
	}
	.home-booking-container #passangers input[type=number] {
		min-width: 25px;
	}
}
@media (min-height: 38.875em) {
	.picker--opened .picker__frame {
	    top: 20%;
	}
}
*/
/* fix destino */
#description {
	display: none !important;
}
/*--------------------------------------------------------------
### Sprite
--------------------------------------------------------------*/
[class^="sp-"]::before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 16px;
}
a[class^="sp-"]::before{
    margin: 0 5px;
}
.list-invoice a[class^="sp-"]::before{
    margin: 0;
}
.sp-reservas::before{
	background: url('images/sprite.png') 0 0;
}
a.sp-reservas:hover::before,
a.sp-reservas.active::before{
	background: url('images/sprite.png') 0 -20px;
}
.sp-facturas::before{
	background: url('images/sprite.png') -20px 0;
}
a.sp-facturas:hover::before,
a.sp-facturas.active::before{
	background: url('images/sprite.png') -20px -20px;
}
.sp-empresa::before{
	background: url('images/sprite.png') -40px 0;
}
a.sp-empresa:hover::before,
a.sp-empresa.active::before{
	background: url('images/sprite.png') -40px -20px;
}
.sp-agencias::before{
	background: url('images/sprite.png') -60px 0;
}
a.sp-agencias:hover::before,
a.sp-agencias.active::before{
	background: url('images/sprite.png') -60px -20px;
}
.sp-import::before{
	background: url('images/sprite.png') -80px 0;
}
a.sp-import:hover::before,
a.sp-import.active::before{
	background: url('images/sprite.png') -80px -20px;
}
.sp-sms::before{
	background: url('images/sprite.png') -100px 0;
}
a.sp-sms:hover::before,
a.sp-sms.active::before,
.sp-sms-bu::before{
	background: url('images/sprite.png') -100px -20px;
}
.sp-servicios::before{
	background: url('images/sprite.png') -120px 0;
}
a.sp-servicios:hover::before,
a.sp-servicios.active::before{
	background: url('images/sprite.png') -120px -20px;
}
.sp-pendiente::before{
	background: url('images/sprite.png') -140px 0;
}
a.sp-pendiente:hover::before,
a.sp-pendiente.active::before{
	background: url('images/sprite.png') -140px -20px;
}
.sp-textos::before{
	background: url('images/sprite.png') -160px 0;
}
a.sp-textos:hover::before,
a.sp-textos.active::before,
.sp-textos-bu::before{
	background: url('images/sprite.png') -160px -20px;
}
.sp-zonas::before{
	background: url('images/sprite.png') -180px 0;
}
a.sp-zonas:hover::before,
a.sp-zonas.active::before{
	background: url('images/sprite.png') -180px -20px;
}
.sp-links::before{
	background: url('images/sprite.png') -200px 0;
}
a.sp-links:hover::before,
a.sp-links.active::before{
	background: url('images/sprite.png') -200px -20px;
}
.sp-user::before{
	background: url('images/sprite.png') -220px 0;
}
a.sp-user:hover::before,
a.sp-user.active::before{
	background: url('images/sprite.png') -220px -20px;
}
.sp-destinos::before{
	background: url('images/sprite.png') -240px 0;
}
a.sp-destinos:hover::before,
a.sp-destinos.active::before{
	background: url('images/sprite.png') -240px -20px;
}
.lev-bg-lightblue > a.sp-destinos:hover::before{
	background: url('images/sprite.png') -240px 0;
}
.sp-agencias-destinos::before{
	background: url('images/sprite.png') -260px 40px;
}
.sp-exit::before{
	background: url('images/sprite.png') -156px 42px;
}
.sp-edit:before{
	background: url('images/sprite.png') 2px 40px;
	margin: 0;
}
.sp-delete:before{
	background: url('images/sprite.png') -20px 40px;
	margin: 0;
}
.sp-print:before{
	background: url('images/sprite.png') -40px 40px;
}
.sp-entrada:before{
	background: url('images/sprite.png') -5px 21px;
}
.sp-salida:before{
	background: url('images/sprite.png') -35px 21px;
}
.sp-individual:before{
	background: url('images/sprite.png') -180px 40px;
}
.sp-shuttle:before{
	background: url('images/sprite.png') -200px 40px;
}
.sp-factura:before{
	background: url('images/sprite.png') -220px 41px;
}
.sp-reserva-pendiente:before{
	background: url('images/sprite.png') -60px 21px;
}
.sp-reserva-confirmada:before{
	background: url('images/sprite.png') -80px 21px;
}
.sp-reserva-anulada:before{
	background: url('images/sprite.png') -100px 21px;
}
.sp-tarifas:before{
	background: url('images/sprite.png') -120px 21px;
}
.sp-ofertas:before{
	background: url('images/sprite.png') -140px 21px;
}
.sp-web:before{
	background: url('images/sprite.png') -240px 40px;
}
.sp-ws:before{
	background: url('images/sprite.png') -260px 0;
}
.lev-bg-orange{ background-color: #e74c1e; }
.lev-bg-blue{ background-color: #20124f; }
.lev-bg-lightblue{ background-color: #0069b3; }
.lev-blue{ color: #20124f; }
.lev-light-blue{ color: #0069b3 !important; }
a.lev-blue:hover{ color: #0069b3; }
.white{ color: #fff; }
.tel-highlight{
	font-size: 16px;
	color: #e74c1e;
}
.parent-pageid-259 {
	/*max-width: 1280px; */
	width: 100%;
	margin: 0px auto;
}
.button{
	padding: 10px 20px;
	border-radius: 3px;
	border: 2px solid #20124f !important;
	font-weight: 400;
	background: #20124f;
	color: #fff;
}
a.search-button{
	display: block;
	width: 320px;
    text-align: center;
    margin: 0 auto;
	padding: 15px 0;
	border-radius: 3px;
	border: 2px solid #20124f !important;
	background: #20124f;
	color: #fff;
	font-weight: 400;
    transform: translate(0, 27px);
}
a.search-button:hover,
.button:hover{
	background: #fff;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.search-button:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
.button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
a.search-button:focus
button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
a.search-button:active {
	border-color: #aaa #bbb #bbb;
}
.fila {
	display: flex;
	align-items: center;
	justify-content: initial;
}
.quantity-button {
	display: none;
	/* margin: 5px; */
}
#special_luggage span {
	margin: 0px 5px;
}
.contacto {
	width: 100%;
	height: 600px;
}
.form-contacto input {
	width: 100%;
	height: 50px;
	margin-bottom: 20px;
	background-color: #E59179; 
	/*opacity: 0.35;*/
}

.form-contacto textarea {
	width: 100%;
	height: 150px;
	margin-bottom: 20px;
	background-color: #E59179; 
	/*opacity: 0.35;*/
}
.form-contacto input[type="submit"] {
	background-color: white;
	color: rgb(234,81,38);
	width: 100px;
	opacity:1;
	text-align:center;
}
::-webkit-input-placeholder {
    color:white;
    opacity:initial;
	font-weight: 500;	
}

::-moz-placeholder {
    color:white;
    opacity:initial;
	font-weight: 500;
}

::-ms-placeholder {
    color:white;
    opacity:initial;
	font-weight: 500;	
}

::placeholder {
    color:white;
    opacity:initial;
	font-weight: 500;
}
.paso1 ::-webkit-input-placeholder {
    color:#26214c;
	color: var(--naranja2);
}

.paso1 ::-moz-placeholder {
    color:#26214c;
	color: var(--naranja2);
	
}

.paso1 ::-ms-placeholder {
    color:#26214c;	
	color: var(--naranja2);
	
}

.paso1 ::placeholder {
    color:#26214c;
	color: var(--naranja2);
	
}
.paso1 label {
	display: none;
}
.reserva.paso1 input,.reserva.paso1 select,
.reserva.paso2 input[type='text'],.reserva.paso2 select {
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	border-color: var(--naranja1);
	text-align: left;
	background-color: white;	
}
.reserva.paso1 #id_zona, .reserva.paso1 #id_destino {
	width: 100%;
	border: 1px solid var(--naranja1);
	border-right: 2px solid var(--naranja1);
	background-color: white;
	height: 40px;
	grid-area: zona;
}
.reserva.paso1 #passangers {
	grid-template-columns: 1fr 1fr 1fr;
	position: initial;
	width: 100%;
	gap: 20px;
}
.reserva.paso1 #special_luggage {
	position: initial;
	width: 100%;
}
.reserva.paso1 #special_luggage_items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 20px;
}
.reserva.paso1 #special_luggage_items label {
	display: block;
}
.reserva.paso1 h2 {
	line-height: 30px;
}
.reserva.paso1 p {
	margin-bottom: 0px;
	margin-top: 0px;
}
.reserva.paso1 p.required {
	margin-top: 0px;
}
.steps {
	grid-area: pasos;
}
.reserva h1 {
	grid-area: titulo;
	width:100%;
	text-align: center;
}
.reserva h1 + div {
	grid-area: texto;
	width: 100%;
}
.reserva.paso1 #from_to {
	grid-area: from-to;
}
.reserva.paso1 #arrival_flight {
	grid-area: arrival;
	margin-bottom: 20px
}
.reserva.paso1 #exit_flight {
	grid-area: exit;
	margin-bottom: 20px;
}
.reserva.paso1 #booking_data {
	grid-area: booking-data;
	margin-bottom:20px;
}
.reserva.paso1 #booking_data h2 {
	grid-area: booking-data-h2;
}
.reserva.paso1 #booking_data .selecciona-zona {
	grid-area: booking-data-zona;
}
.reserva.paso1 #passangers {
	grid-area: pasajeros;
}
.reserva.paso1 #special_luggage {
	grid-area: equipaje;
	color:#26214c;
}
#botones-reserva {
	grid-area: botones;
}
.reserva.paso1 > div {
	width:100%;
}
.paso1 #passangers label {
	display: block;
}
.reserva.paso1 > div {
	margin:0px
}
.reserva.paso1 input[type="submit"] {
	width: 200px;
	text-align: center;
	margin: 0 auto;
	display: block;
	background-color: var(--naranja2);
}
.reserva.paso1 #booking_data {
	grid-template-areas: 'booking-data-h2' 'zona           ' 'pasajeros      ';
	grid-row-gap: initial;
}
.reserva.paso1 h1 {
	margin: 20px;
}
.reserva.paso1 #from_to {
	margin: 30px 0px;
}
.reserva.paso1 #resultado {
	position: fixed;
	bottom: 0px;
	background-color: white;
	display: grid;
	grid-template-columns: 1fr;
	max-width: 100%;
	border: 2px solid var(--naranja1);
	padding: 10px;
	color: var(--naranja2);
	z-index: 10;
	left:0px;
}
.reserva.paso1 #individual_block {
	padding: initial;
	position: static;
	background-color: initial;
	color:inherit;
}
.reserva.paso1 #shuttle_block,.reserva.paso1 #individual_block {
	display: flex;
	gap: 10px;
}
.reserva.paso1 h4 {
	color: inherit;
	margin-bottom:0px;
}
.reserva.paso3 #payment p, .reserva.paso3 #payment ul {
	float: initial;
	display: inline-block;
}
.reserva.paso3 #forma_pago1 {
	position: relative;
	top: -17px;
}
.reserva.paso3 #forma_pago2 {
	position: relative;
	top: -17px;
}
.reserva.paso3 #payment hr {
	margin:10px;
	float:initial;
}
@media (min-width:768px) {
	.reserva.paso1 {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-areas: 'pasos        pasos       ' 'titulo       titulo      ' 'texto        texto       ' 'from-to      from-to     ' 'arrival      exit        ' 'booking-data booking-data' 'pasajeros    pasajeros' 'equipaje equipaje' 'botones botones';
		gap: 20px;
	}
	#seleciona-zona {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}
	.reserva.paso1 #special_luggage_items label {
		display: inline;
	}
	.reserva.paso1 #from_to {
		width: calc(50% - 10px);
	}
	.reserva.paso1 #resultado {
		grid-template-columns: 1fr 1fr;
	}
}
@media (min-width: 1120px) {
	.reserva.paso1 {
		width: 1100px;
		margin-right: auto;
		margin-left: auto;
	}
	.reserva.paso1 #booking_data {
		grid-template-columns: 1fr;
		grid-template-areas: 'booking-data-h2     ' 'booking-data-zona   ' 'pasajeros';
	}
	.reserva.paso1 #resultado {
		max-width:1100px;
		left:initial;
		
		
	}
}
.reserva.paso2 #data {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	grid-area: datos;
}
.reserva.paso2 #data p {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
.reserva.paso2 #data label {
	color: var(--naranja2);
}
@media (min-width:768px) {
	.main-navigation ul.sub-menu {
		flex-direction: column;
	}
	.main-navigation ul ul a {
		width: auto;
	}
	.main-navigation li {
		padding: 0px !important;
		padding-bottom: 5px;
	}
	.main-navigation ul ul {
		box-shadow: initial;
	}	
}
.edicion-llegada-salida {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.reserva.edicion #booking_data {
	display: block;
	/*grid-template-columns: 200px 290px 170px 170px 170px auto;
	grid-template-areas: 'zona destino vuelo pasajeros extras boton';*/
}
.reserva.edicion {
	display: block;
	position: initial;
}
.reserva.edicion .edicion-llegada-salida {
	grid-area: llegada-salida;
}
.reserva.edicion  #booking_data {
	grid-area: booking;
}
.reserva.edicion {
	display: grid;
	position: initial;
	grid-template-areas: 'titulo titulo' 'llegada-salida booking' 'datos booking';
}
.reserva.edicion #passangers {
	display: grid;
	grid-template-columns:1fr 1fr 1fr;
	left: initial;
	position: initial;
	top: initial;
	overflow: hidden;
	width: 100%;
	padding: 0px 5px;
}
.reserva.edicion #special_luggage {
	background-color: white;
	width: 100%;
	left: initial;
	position: initial;
	top: initial;
	padding: 0px 5px;
	overflow: auto;
}
.reserva.edicion > div {
	width: 100%;
	margin: 25px 2.5%;
	transition: all 500ms ease-out;
}
.otgs-development-site-front-end {
	display: none;
}
.soloMovil {
	display: block;
	text-decoration: none;
	background-color: var(--naranja2);
	color: white !important;
	width: 300px;
	margin: 25px auto;
	padding: 10px;
}
.home-booking-container #individual_block,.home-booking-container #shuttle_block {
    display:none !important;
}
.page-id-250 #masthead,.page-id-318 #masthead,.page-id-318 footer#colophon, .page-id-316 #masthead,.page-id-316 footer#colophon   {
        display:none !important;
    }
@media all and (min-width:1200px) {
     .soloMovil {
	    display: none;
    }
    /*.home-booking-container #individual_block,.home-booking-container #shuttle_block {
        display:block !important;
    }*/
}

/*--------------------------------------------------------------
  ## Ramon Estilos 25/12/2025
  --------------------------------------------------------------*/

.reserva .alertMsg {
  text-align: center;
  color: red;
}

@media screen and (max-width: 767px) {
  form.paso2 input {
    margin-bottom: 10px;
  }
}

.reserva #data input[type="checkbox"],
.reserva #payment input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

.reserva #data p label + span + input {
  width: 100%;
}

form.paso2 .sms {
  font-size: 18px;
}

form.paso2 p strong,
form.paso3 p strong {
  margin-right: 5px;
}

form.paso2 .required ::after {
  content: "*";
}

.reserva.paso1 #resultado {
	z-index:999;
}

.reserva.paso1 .disabled {
  display: none;
}
.reserva.paso1 .enabled {
  display: block;
}

/* Para evitar desbordamiento en mobile */

@media screen and (max-width: 767px) {
  footer.site-footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-columnas {
    display: block;
  }
}
/* Formulario Home  */

  #passangers,
  #vuelos,
  #special_luggage {
    font-size: 16px;
  }

  #special_luggage .fila {
    grid-template-columns: 1fr 0.25fr;
    text-align: left;
    max-width: 300px;
    margin: 0 auto;
    justify-items: baseline;
	width: 100%;
  }
  
/**** edit-reserva-agencia ****/
 .editReservaAgenciaTable select.Campo1 {
	color:#20124f;
	width: fit-content;
  }
	
input[type="submit"].btnGuardarCambiosReservaAgencia, .editReservaAgenciaTable .btnModificarReservaAgencia{
	margin: 10px 20px 10px 0;
	border-radius: 3px !important; 
	height:50px !important;
	cursor:pointer;
	border: 1px solid var(--naranja2);
}

  .btnModificarReservaAgencia{
	display:inline-block;
	background-color: var(--naranja2);
  	color: white;
  	font-size: 18px;
	line-height: 1;
  	padding: 0.8em 1em 0.4em;  	
	width: 200px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	 font-family: Verdana, sans-serif;
  }

.btnGuardarCambiosReservaAgencia:hover , .btnModificarReservaAgencia:hover{
	color:var(--naranja2);
	background-color:white;
}
	
.editReservaAgenciaTable table.disabled{
	display:none;
}
.editReservaAgenciaTable table.enabled{
	display:table;
}

.btn_popup:hover , .close:hover{
		cursor:pointer
	}
  .popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 10;
  }

  .popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    width: 80%;
	max-width: 800px;  
}
.popup-content H2{
	margin: 10px;
	font-size: 32px;
}
  .close {
    color: red;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
table{
	border-spacing: 0.5em;
}

input[type="date"],
input[type="time"] {
    min-width: -webkit-fill-available;
}

@media screen and (min-width:300px) and (max-width:1180px){
.reserva.paso1 input::placeholder {
  color: transparent;
  opacity: 0;
}
.reserva.paso1 #exit_flight label, .reserva.paso1 #arrival_flight label{
  display:block;
}
}

.container-reserva a.sp-edit:visited{
color: #26214c;
}

.editReservaAgenciaTable{
    max-width: 1600px;
  width: 90%;
  margin: 0 auto;
}

/* ============================================================
   Reservas - Tarjetas paso 2 (Shuttle/Exclusivo) y paso 3 (Pago)
   ============================================================ */

/* --- Paso 2: Shuttle / Exclusivo --- */
.reserva.paso2 .tipo-reserva-cards {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.reserva.paso2 .tipo-reserva-cards {
		flex-direction: row;
		align-items: stretch;
	}

	.reserva.paso2 .tipo-reserva-cards .tipo-reserva-card {
		flex: 1;
	}
}

.reserva.paso2 .tipo-reserva-card {
	position: relative;
	border: 2px solid #ccc;
	border-radius: 8px;
	padding: 16px;
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.reserva.paso2 .tipo-reserva-card.selected {
	border-color: var(--azul1);
	box-shadow: 0 0 0 1px var(--azul1);
}

.reserva.paso2 .tipo-reserva-card.disabled {
	border-color: #ddd;
}

.reserva.paso2 .tipo-reserva-radio {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	width: 0;
	height: 0;
}

.reserva.paso2 .tipo-reserva-card__header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 12px 0;
	padding: 0;
	line-height: 1.3;
}

.reserva.paso2 .tipo-reserva-card__indicator {
	width: 20px;
	height: 20px;
	border: 2px solid #999;
	border-radius: 50%;
	flex-shrink: 0;
	position: relative;
}

.reserva.paso2 .tipo-reserva-card.selected .tipo-reserva-card__indicator {
	border-color: var(--naranja2);
}

.reserva.paso2 .tipo-reserva-card.selected .tipo-reserva-card__indicator::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
	border-radius: 50%;
	background-color: var(--naranja2);
}

.reserva.paso2 .tipo-reserva-card__name {
	font-weight: bold;
	color: #666;
}

.reserva.paso2 .tipo-reserva-card.selected .tipo-reserva-card__name {
	color: var(--azul1);
}

.reserva.paso2 .tipo-reserva-card__note {
	font-size: 0.85rem;
	margin-left: auto;
}

.reserva.paso2 .tipo-reserva-card.selected p strong,
.reserva.paso2 .tipo-reserva-card.selected p span {
	color: var(--azul1);
}

.reserva.paso2 .tipo-reserva-card.disabled p strong,
.reserva.paso2 .tipo-reserva-card.disabled p span {
	color: #666;
}

/* --- Paso 3: Formas de pago --- */
.reserva.paso3 .forma-pago-cards {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 10px;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.reserva.paso3 .forma-pago-cards {
		flex-direction: row;
		align-items: stretch;
	}

	.reserva.paso3 .forma-pago-card {
		flex: 1;
	}
}

.reserva.paso3 .forma-pago-card {
	position: relative;
	border: 2px solid #ccc;
	border-radius: 8px;
	padding: 16px;
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.reserva.paso3 .forma-pago-card.selected {
	border-color: var(--azul1);
	box-shadow: 0 0 0 1px var(--azul1);
}

.reserva.paso3 .forma-pago-card.disabled {
	border-color: #ddd;
}

.reserva.paso3 .forma-pago-radio {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	width: 0;
	height: 0;
}

.reserva.paso3 .forma-pago-card__header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 12px 0;
	padding: 0;
	line-height: 1.3;
}

.reserva.paso3 .forma-pago-card__indicator {
	width: 20px;
	height: 20px;
	border: 2px solid #999;
	border-radius: 50%;
	flex-shrink: 0;
	position: relative;
}

.reserva.paso3 .forma-pago-card.selected .forma-pago-card__indicator {
	border-color: var(--naranja2);
}

.reserva.paso3 .forma-pago-card.selected .forma-pago-card__indicator::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
	border-radius: 50%;
	background-color: var(--naranja2);
}

.reserva.paso3 .forma-pago-card__name {
	font-weight: bold;
	color: #666;
}

.reserva.paso3 .forma-pago-card.selected .forma-pago-card__name {
	color: var(--azul1);
}

.reserva.paso3 .pay_method--plain {
	margin: 0;
}

.reserva.paso3 .pay_method--plain li {
	display: inline-block;
	margin-right: 10px;
}

/* Anula el posicionamiento antiguo de radios cuando hay tarjetas */
.reserva.paso3 .forma-pago-cards #forma_pago1,
.reserva.paso3 .forma-pago-cards #forma_pago2 {
	position: absolute;
	top: 0;
}