@charset "utf-8"; /* // Unicode */
/*@charset 'iso-8859-15'; // Latin-9 (idiomas de Europa Occidental, con símbolo de euro)*/ 

/* --- Fuentes --- */

/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');

/* FONT LOCAL */
@font-face {
    font-family: "prospect";
    src: url("../fonts/Prospect_PERSONAL_USE_ONLY.otf");
}

/*======= CSS variables =======*/
:root{
--white-color: #FFFFFF;
--dark-color: #222222;
--body-bg-color: tomato;
--section-bg-color: #202834;
--navigation-item-hover-color: #3B5378;

--text-shadow: 0 5px 25px rgba(0,0,0,0.1);
--box-shadow: 0 5px 25px rgb(0 0 0 / 20%);

--scroll-bar-color: #FFFFFF;
--scroll-thumb-color: #282F4E;
--scroll-thumb-hover-color: #454F6B;



    --sidebar-width: 4em;
	--main-padding: 0px;
    /* colors */
	--primary: #0676ed;
	--background: #222b45;
	--warning: #f2a600;
	--success: #12c99b;
	--error: #e41749;
	--dark: #151a30;

    --color-body: #222222;
    /*--bg-color-body: #F8F8F8;*/
	--bg-color-body: #f1f1f1;
	--color-mark: #000000;
	--bg-mark: #ff0;

	--bg-primary: #253786;
	--cl-primary: #ffffff;
	--bg-success: #28A745;
	--cl-success: #ffffff;
	--bg-warning: #FFC107;
	--cl-warning: #222222;
	--bg-danger: #DC3545;
	--cl-danger: #ffffff;
	--bg-info: #3498db;
	--cl-info: #ffffff;
	
	--text-red: rgb(37, 5, 5);
	--text-success: #28A745;
	--text-danger: #DC3545;
	--text-warning: #f18917;
	--text-dark: #222222;
	--text-muted: #6c757d;
    
	/*--color-scroll-track: rgba(0, 0, 0, 0.1);*/
	--color-scroll-track: rgba(230, 255, 4);
	--color-scroll-thumb: rgba(0, 0, 0, 0.5);;

	--bg-black-100:rgba(53, 53, 53, .9);

}

/*======= COLORES =======*/
.text-dark{color: var(--text-dark);}
.text-success{color: var(--text-success) !important; }
.text-warning{color: var(--text-warning) !important; }
.text-danger{color: var(--text-danger) !important; }
.text-muted {color: var(--text-muted) !important;  }


/*======= HELPERS =======*/

.mb-0 { margin-bottom: 0px !important;}
.mt-0 { margin-top: 0px !important;}
.mb-1 { margin-bottom: 10px; }
.mt-1 { margin-top: 10px;}
.ml-1 { margin-left: 10px; }
.mr-1 { margin-right: 10px;}

.ml-2 { margin-left: 20px;}
.mb-5 { margin-bottom: 50px !important;}
.mt-5 { margin-top: 50px;}

.pb-5 { padding-bottom: 48px; }
.pt-5 { padding-top: 48px;}

.p80 { padding: 0px 80px !important; }
.mx40 { margin: 40px 0; } 

hr.titulo {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
      border-top-color: currentcolor;
      border-top-style: none;
      border-top-width: 0px;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 1px solid rgba(0,0,0,.2);
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-muted{
    color: var(--text-muted) !important;
}
.text-sub{
    font-size: 4rem;
    font-weight: 700;
    opacity: 0.1;
    margin-bottom: -1.5rem;
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 0 solid transparent;
	padding: 0.7rem 2rem;
	font-size: 1rem;
	line-height: 1;
	border-radius: 0.4285rem;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.btn:disabled {
	cursor: default;
	opacity: 0.65;
}
.btn-reservar {
    margin: 70px 0;
    width: 90%;
    color: #FFFFFF;
    background-color: green;
    border-color: green;
    font-size: 21px;
    font-weight: 600;
    padding: 27px 10px;
    text-decoration: none;
}
.btn-reservar:hover {
	color: #FFFFFF !important;
	-webkit-box-shadow: 0 8px 25px -8px green;
	box-shadow: 0 8px 25px -8px green;
}


.content-reservar{
    display: flex;
}
.content-reservar a{
    margin-right: 20px;
}

/*======= GRID SYSTEM =======*/
.container { 
    /*max-width:1190px;*/
    width:100%;
    margin:0 auto;
    /**/padding: 0px 10px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkicol-sm-box-sizing:border-box
}

.row {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkicol-sm-box-sizing:border-box; 
}
.row > div {
    /* separaciÃ³n entre col*/
    margin: 5px 0px;
    padding: 2px 10px;
}
.row::after, .row::before { 
    content:''; 
    display:table; 
}
.row:after {
    clear: both;
}

[class*="col-md-"],[class*="col-sm-"],[class*="col-xs-"] {
    float:left;
    padding: 0 10px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkicol-sm-box-sizing:border-box;
    /* background:#FF7F50; */
    background-color: transparent;
    color:#fff;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { 
    padding:15px 10px;
    text-align: center;
}
/*Large Desktop Screen*/
.col-lg-1 {width:8.3333%} 
.col-lg-2 {width:16.6667%}
.col-lg-3 {width:25%}
.col-lg-4 {width:33.3333%}
.col-lg-5 {width:41.6667%}
.col-lg-6 {width:50%}
.col-lg-7 {width:58.3333%}
.col-lg-8 {width:66.6667%}
.col-lg-9 {width:75%}
.col-lg-10 {width:83.3333%}
.col-lg-11 {width:91.6667%}
.col-lg-12 {width:100%}
/*Desktop Screen*/
.col-md-1 {width:8.3333%} 
.col-md-2 {width:16.6667%}
.col-md-3 {width:25%}
.col-md-4 {width:33.3333%}
.col-md-5 {width:41.6667%}
.col-md-6 {width:50%}
.col-md-7 {width:58.3333%}
.col-md-8 {width:66.6667%}
.col-md-9 {width:75%}
.col-md-10 {width:83.3333%}
.col-md-11 {width:91.6667%}
.col-md-12 {width:100%}
/* Mobile and Tablet Screen */
/*.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { width:100%;}*/
.col-xs-1 {width:8.3333%}
.col-xs-2 {width:16.6667%}
.col-xs-3 {width:25%}
.col-xs-4 {width:33.3333%}
.col-xs-5 {width:41.6667%}
.col-xs-6 {width:50%}
.col-xs-7 {width:58.3333%}
.col-xs-8 {width:66.6667%}
.col-xs-9 {width:75%}
.col-xs-10 {width:83.3333%}
.col-xs-11 {width:91.6667%}
.col-xs-12 {width:100%}

/* --- Media Query Responsive Grid  --- */
/*Mobile Version*/
@media only screen and (min-width:567px) {

}

/*Tablet Verion*/
@media only screen and (min-width:767px) {	
.col-sm-1 {width:8.3333%}
.col-sm-2 {width:16.6667%}
.col-sm-3 {width:25%}
.col-sm-4 {width:33.3333%}
.col-sm-5 {width:41.6667%}
.col-sm-6 {width:50%}
.col-sm-7 {width:58.3333%}
.col-sm-8 {width:66.6667%}
.col-sm-9 {width:75%}
.col-sm-10 {width:83.3333%}
.col-sm-11 {width:91.6667%}
.col-sm-12 {width:100%}
}

/*Desktop Version */
@media only screen and (min-width:1023px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { padding:15px;}
.col-md-1 {width:8.3333%} 
.col-md-2 {width:16.6667%}
.col-md-3 {width:25%}
.col-md-4 {width:33.3333%}
.col-md-5 {width:41.6667%}
.col-md-6 {width:50%}
.col-md-7 {width:58.3333%}
.col-md-8 {width:66.6667%}
.col-md-9 {width:75%}
.col-md-10 {width:83.3333%}
.col-md-11 {width:91.6667%}
.col-md-12 {width:100%}	
}
/*Extra Desktop*/
@media only screen and (min-width:1170px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {padding:20px;}
.col-lg-1 {width:8.3333%} 
.col-lg-2 {width:16.6667%}
.col-lg-3 {width:25%}
.col-lg-4 {width:33.3333%}
.col-lg-5 {width:41.6667%}
.col-lg-6 {width:50%}
.col-lg-7 {width:58.3333%}
.col-lg-8 {width:66.6667%}
.col-lg-9 {width:75%}
.col-lg-10 {width:83.3333%}
.col-lg-11 {width:91.6667%}
.col-lg-12 {width:100%}	
}

/*======= FORM =======*/
label {
    color: #464646;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 0;
    padding-left: 0.2rem;
    padding-bottom: .2rem;
    display: flex;
    text-align: left;
}
.form-control {
display: block;
width: 100%;
height: -webkit-calc(1.25em + 1.4rem + 1px);
height: -moz-calc(1.25em + 1.4rem + 1px);
height: calc(1.25em + 1.4rem + 1px);
padding: 0.7rem 0.7rem;
font-size: 0.96rem;
font-weight: 400;
line-height: 1.25;
border: 1px solid rgba(121, 121, 121, 0.1);
color: #5F5F5F;
background-color: rgba(121, 121, 121, 0.1);
background-clip: padding-box;
border-radius: 5px;
-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

/*======= Scroll bar =======*/
::-webkit-scrollbar{
    width: 11px;
    background-color: var(--scroll-bar-color);
}
::-webkit-scrollbar-thumb{
    width: 100%;
    background-color: var(--scroll-thumb-color);
    border-radius: 2em;
}
::-webkit-scrollbar-thumb:hover{
    background-color: var(--scroll-thumb-hover-color);
}

/*======= Main CSS =======*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}
html{
    scroll-behavior: smooth;
}
body{
    background-color: var(--body-bg-color);
}

.font-prospect {font-family: "prospect"; font-size: 3.5rem; z-index: 1; /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);*/}
.font-bandw{
color: #ffffff;
text-shadow: 1px 2px 4px rgba(0, 0, 0, 1);
}

/*======= Header Home =======*/
header{
    z-index: 7;
    /*position: fixed; //Activar cuando se quiera Header Sticky  */
    position: absolute;
    width: 100%;
    height: calc(5rem +1rem);
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    transition: 0.5s ease;
    transition-property: height, background;
}
header.sticky{
    height: calc(2.5rem + 1rem);
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header .nav-bar{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 200px;
    transition: 0.3 ease;
}
/*
.nav-close-btn, .nav-menu-btn{
    display: none;
}
*/

.nav-bar .logo{
    z-index: 3;
    /*
    color: var(--white-color);
    font-size: 1.8em;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: var(--text-shadow);
    */
}
.nav-bar .logo svg{
    margin: 15px 0px;
    width: 80px;
    height: 80px;
    fill: #FFFFFF;
    filter: drop-shadow(-1px 2px 0px rgba(0, 0, 0, 0.4));
}
.nav-bar .logo img{
    margin: 15px 0px;
    width: 80px;
    height: 80px;
}
.navigation .nav-items a{
    position: relative;
    color: var(--white-color);
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
    text-shadow: -1px 1px 10px rgba(0, 0, 0, 0.5);
    transition: 0.3s ease;
}
.navigation .nav-items a::before{
    content: '';
    position: absolute;
    background: var(--white-color);
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0;
    transition: 0.3s ease;
}
.navigation .nav-items a:hover::before{
    width: 100%;
}
.navigation .nav-items a i{
    display: none;
}
.navigation .nav-items a:not(:last-child){
    margin-right: 45px;
}
.navigation .nav-items a svg{
    display: none;
}
#linkcont{
    display: none;
}


/*======= Home =======*/
.home{
    min-height: 100vh;
}
/* - - - Parallax - - - */
.parallax {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

/* --------------- Widget Help --------------- */
.wa-icon {
    /*
    
    display: flex;
    z-index: 98;
    bottom: 25px;
    right: 30px;
    border-radius: 50%;
    box-shadow: 0 1px 15px rgb(32 33 36 / 28%);
    */
    
    display: inline-flex;
    /*margin-left: auto;
    margin-right: auto;*/
    justify-content: center;
    align-items: center;
    font-weight: 600;
    padding: 0.75em 3em 0.75em 1.25em;
    border-radius: 99em;
    color: #fff;
    background-color: rgba(24, 90, 219, 1);
    backdrop-filter: blur(6px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    list-style: none;
    text-align: center;
    cursor: pointer;
    transition: 0.15s ease;
    /*position: relative;*/
    
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0px 21px 17px 0px;
    float: right;
    z-index: 4;
  
    text-decoration: none;
}
.wa-single{
    position: fixed;
    bottom: 0;
    right: 70px;
}
.wa-info {
display: inline-flex;
justify-content: center;
align-items: center;
font-weight: 600;
padding: 0.75em 3em 0.75em 1.25em;
border-radius: 3px;
color: #fff;
background-color: #185adb;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
list-style: none;
text-align: center;
cursor: pointer;
transition: 0.15s ease;
position: absolute;
bottom: 0;
right: 0;
float: right;
z-index: 2;
text-decoration: none;
margin: 10px;
}

.wa-icon svg, .wa-info svg{
position: absolute;
right: 1em;
top: 50%;
transform: translateY(-50%);
width: 1.2em;
height: 1.2em;
fill: #ffffff;
}

#wa-chat-widget {
display: none;
position: fixed;
border-radius: 10px;
box-shadow: 0 1px 15px rgb(32 33 36 / 28%);
bottom: 90px;
right: 30px;
overflow: hidden;
z-index: 5;
animation-name: wa-chat-animation;
animation-duration: 1s;
/* width: 20%; */
opacity: 100;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

#wa-chat-widget:target {
display: block;
}

.wa-chat-widget-header {
display: flex;
color: #222222;
padding: 1.5rem 1rem;
background-color: rgba(255, 255, 255, 1);
/*backdrop-filter: blur(6px);*/
}

.wa-chat-widget-header img{
max-width: 3.2rem;
border-radius: 50%;
}

.wa-chat-widget-header .img-online{
content: "";
width: 13px;
height: 13px;
box-sizing: border-box;
background-color: rgb(74, 213, 4);
position: relative;
top: 35px;
right: 12px;
border-radius: 50%;
border: 3px solid rgb(0, 53, 133);
}

.wa-chat-widget-header a.close {
position: absolute;
top: 5px;
right: 15px;
color: #222222;
font-size: 30px;
text-decoration: none;
/*filter: drop-shadow(-1px 1px 0px rgba(0, 0, 0, 0.4));*/
}

.wa-chat-widget-profile {
padding: 0.5rem 1rem 0 1rem;
/*text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.4);*/
}

.wa-chat-widget-profile .name{
font-weight: bold;
}
.wa-chat-widget-profile small{
font-weight: lighter;
font-size: .8rem;
}

.wa-chat-widget-body {
    padding: 30px 37px 30px 21px;
background-color: rgba(255, 255, 255, 0.2);
backdrop-filter: blur(26px);
background-color: rgb(230, 221, 212);
background-image: url('../img//media/bg-wp.png');
background-repeat: no-repeat;
background-size: cover;
}

.wa-chat-widget-body .message {
padding: 1rem;
background-color: rgb(255, 255, 255);
border-radius: 0px 8px 8px;
box-shadow: 2px 2px 1px rgba(0, 0, 0, .2);
}

.wa-chat-widget-body .message .profile-name {
color: #787878;
font-weight: bold;
}

.wa-chat-widget-body .message .wcw-message {
margin-top: 0.5rem;
width: 250px;
}

.wa-chat-widget-send form {
display: flex;
margin: 0;
background-color: rgb(230, 221, 212);
background-image: url('assets/img/wpbg.png');
background-repeat: no-repeat;
background-size: cover;
}

.wa-chat-widget-send input {
border: none;
padding: 0.5rem 1rem;
font-size: 1rem;
letter-spacing: 1px;
width: 100%;
}

.wa-chat-widget-send button {
background-color: #00abff;
padding: 10px;
border: none;
fill: #ffffff;
cursor: pointer;
}
.wa-chat-widget-send button svg{
    filter: drop-shadow(-1px 1px 0px rgba(0, 0, 0, 0.4));
}
.pulse-button {
box-shadow: 0 10px 44px rgba(67, 134, 252, 0.49);
animation: pulso 2s infinite;
transition: transform 0.3s ease;
}

@keyframes wa-chat-animation {
from {
opacity: 0;
}
}

@keyframes pulso {
0% {
    box-shadow: 0 10px 44px rgba(67, 134, 252, 0.49), 0 0 0 0 rgba(67, 134, 252, 1);
}
100% {
    box-shadow: 0 10px 44px rgba(67, 134, 252, 0.49), 0 0 0 8px rgba(67, 134, 252, 0);
}
}

/* - - - Información Destino - - - */
.info-destino{
    display: flex;
    margin: 4% 10%;
}
.img-destino{
    width: 50%;
    float: left;
    padding: 40px;
}
.img-destino img{
    max-width: 100%;
    height: auto;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.text-destino{
    flex-direction: column;
    padding: 50px;
    text-align: center;
    width: 50%;
    float: left;

    display: flex;
    justify-content: center;
    align-items: center;
}

.text-destino.izq{
    text-align: left !important;
    align-items: start !important;
}

.text-destino p{
    margin: 20px 0px 0px 0px;
    line-height: 1.5;
    font-size: 1em;
    color: #6D6D6D;
    text-align: left;
}

/* ------------------ Cards Puntos de Reunion -------------------- */
.meeting-cards{
    display: flex;
    padding-top: 40px;
}
.meeting-card {
    display: flex;
    flex-direction: row;
    background: #fff;
    box-shadow: 0 0.1875rem 1.5rem rgba(0, 0, 0, 0.2);
    border-radius: 0.375rem;
    overflow: hidden;
    width: 50%;
    margin: 20px;
  }
  
  .card-link {
    position: relative;
    display: block;
    color: inherit;
    text-decoration: none;
  }
  .card-link:hover .meeting-time {
    transition: color 0.3s ease;
    color: #e04f62;
  }
  .card-link:hover .card-map {
    transition: opacity 0.3s ease;
    opacity: 0.9;
  }
  
  .card-map {
    transition: opacity 0.3s ease;
    display: block;
    width: 100%;
    object-fit: cover;
  }
  
  .card-details {
    padding: 1.5rem;
  }
  
  .meeting-point {
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.0625rem;
    margin: 0 0 0.75rem 0;
    padding: 0 0 0.25rem 0;
    border-bottom: 0.125rem solid #ebebeb;
  }
  
  .meeting-time {
    transition: color 0.3s ease;
    font-size: 1.125rem;
    line-height: 1.4;
    color: #121212;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
  }
  
  .metting-reference {
    font-size: 0.875rem;
    line-height: 1;
    margin: 1.125rem 0 0 0;
    padding: 1.125rem 0 0 0;
    border-top: 0.0625rem solid #ebebeb;
  }
  
  @media (max-width: 40rem) {
    .meeting-card {
        flex-wrap: wrap;
    }
  }
  @supports (display: grid) {
    .card-map {
        height: 100%;
    }
  
    .meeting-card {
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-template-rows: 1fr;
    }
    
  
    @media (max-width: 40rem) {
        .meeting-card {
            grid-template-columns: auto;
            grid-template-rows: 12rem 1fr;
        }
    }
  }
  .meeting-links{
    display: flex;
    /**/
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .btn-uber{
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 10px 0px;
    margin: 10px 0px 0px 0px;
    font-weight: 500;
    color: #ffffff;
    background-color: #000000;
    text-decoration: none;
    border-radius: 3px;
    transition: all .5s;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
  }
  .btn-uber img{
    vertical-align: middle;
  }
  .btn-uber:hover{
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
  }
  .btn-maps{
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 10px 0px;
    margin: 10px 0px 0px 0px;
    font-weight: 500;
    color: #222222;
    background-color: #fdfdfd;
    text-decoration: none;
    border-radius: 3px;
    transition: all .5s;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
  }
  .btn-maps img{
    vertical-align: middle;
  }
  .btn-maps:hover{
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
  }

/* --------- DropDown ---------- */
/* Dropdown menu css */
.dropdown-container {
position: fixed;
max-width: 350px;
z-index: 2;
margin-top: 20px;

}
.dropdown-container .dropdown-toggle {
color: #000000;
background-color: #ffffff;
font-size: 17px;
padding: 10px 40px;
border: solid 1px #222222;
box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
border-radius: 5px;
font-weight: 600;
cursor: pointer;
position: relative;
transition: all ease-in-out 0.5s;
}
.dropdown-container .dropdown-toggle label {
cursor: pointer;
width: 100%;
}
.dropdown-container .dropdown-toggle:hover, .dropdown-container .dropdown-toggle:active, .dropdown-container .dropdown-toggle:focus {
border: solid 1px #222222;
box-shadow: 1px 3px 5px rgba(0, 0, 0, .4);

}
.dropdown-container .dropdown-menu {
width: 100%;
border-radius: 10px;
box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
margin-top: 15px;
position: absolute;
left: 0;
top: 100%;
display: none;
background-color: #ffffff;
z-index: 2;
}
.dropdown-container .dropdown-menu ul {
list-style: none;
padding: 0;
margin: 0;
overflow: hidden;
border-radius: 10px;
z-index: 10;
}
.dropdown-container .dropdown-menu a {
text-decoration: none;
display: block;
color: #000000;
font-size: 15px;
padding: 10px 20px;
font-weight: 600;
box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
transition: all ease-in-out 0.3s;
text-align: left;
background-color: #ffffff;
}
.dropdown-container .dropdown-menu a img {
max-width: 20px;
margin-right: 15px;
}
.dropdown-container .dropdown-menu a:hover, .dropdown-container .dropdown-menu a:active, .dropdown-container .dropdown-menu a:focus {
background-color: #f8f8f8;
}

.dropdown-menu,
.dropdown-toggle {
position: relative;
}
.dropdown-menu::before,
.dropdown-toggle::before {
content: "";
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%) rotate(45deg);
border: 5px solid;
border-top-color: rgba(0, 0, 0, 0);
border-left-color: rgba(0, 0, 0, 0);
margin-top: -2.5px;
background-color: rgba(0, 0, 0, 0);
transition: all ease-in-out 0.2s;
}

.dropdown-menu {
z-index: 10;
position: relative;
}
.dropdown-menu::before {
z-index: -1;
transform: rotate(-135deg);
top: -4px;
border-color: #ffffff;
box-shadow: 1px 1px 4px -2px rgba(0, 0, 0, 0.4);
}

.dropdown-open .dropdown-menu.dropdown-active {
display: block;
}

.dropdown-container.dropdown-open .dropdown-toggle {
border: solid 1px #222222;
box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 1);
}
.dropdown-container.dropdown-open .dropdown-toggle:before {
transform: rotate(-135deg);
}


/* - - - RADIO AND TOGLE BTNS - - - */

/* --- Togle Checkbox --- */
div.ck input[type=checkbox] {
height: 0;
width: 0;
visibility: hidden;
display: none;
}

div.ck label {
cursor: pointer;
text-indent: -9999px;
width: 60px;
height: 30px;
background: grey;
display: block;
border-radius: 30px;
position: relative;
}

div.ck label:after {
content: '';
position: absolute;
top: 3px;
left: 3px;
width: 24px;
height: 24px;
background: #fff;
border-radius: 24px;
transition: 0.3s;
}

div.ck input:checked + label {
background: #3ea868;
}

div.ck input:checked + label:after {
left: calc(100% - 3px);
transform: translateX(-100%);
}

div.ck label:active:after {
width: 35px;
}

/* ------------ Checkbox button ------------- */
input[type=checkbox].chkbtn {
    display: none;
}
input[type=checkbox].chkbtn + label {
    display: inline-block;
    position: relative;
    border-radius: 3px;
    padding: 20px 10px;
    width: 10em;
    background: #eeeeee;
    font-weight: bold;
    color: #444;
    cursor: pointer;
}
input[type=checkbox].chkbtn + label:hover {
    background: #e4e4e4;
}

input[type=checkbox].chkbtn:checked + label {
    background: #3ea868;
    color: #f0f0f0;
    animation: btn-color 0.5s ease-in-out;
}
.label-name {
    position: absolute;
    left: 34px;
    top: 9px;
    -webkit-transition-property: left;
    -webkit-transition-duration: 1s;
}
input[type=checkbox].chkbtn:checked +label span.label-name {
    position: absolute;
    left: 16px;
    top: 9px;
}
input[type=checkbox].chkbtn:checked + label div.checkmark {
    display: block;
}
.checkmark {
    position: absolute;
    top: 9px;
    right: 10px;
    display: none;
    animation: scale 0.5s ease-in-out;
}

.checkmark svg{
    width: 30px;
    height: 30px;
    fill: #FFF;
}

@keyframes scale {
0% {
    transform: none;
}
50% {
    transform: scale3d(1.2, 1.2, 1);
}
100% {
    transform: none;
}
}

@keyframes btn-color {
0% {
    background: #88d3a6;
}
50% {
    background: #5dc386;
}
100% {
    background: #3ea868;
}
}

/* Estilos RadioBtn tipo usuario */
input[type=radio].radoption{
    display:none;
}

.userBox{
    height: 100%;
    width: 100%;
    /*border: 2px solid #bdbdbd; */
    
    color: #666666;
    border-radius: 4px;
    background-color: #fff;
    border: 2px solid #eee;
    padding: 10px 30px;
    cursor: pointer;
    
}
.RadioBtnUser .styleLabel{
    position:relative;
    text-align: center;
}

.method{
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.RadioBtnUser input[type=radio].radoption:checked + .styleLabel:before{
    content: "✓";
    background-color: #249af3;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #249af3;
    position: absolute;
    top: -15px;
    padding: 6px;
    line-height: 1;
    right: -15px;
    width: 24px;
    height: 24px;
    font-size: 20px;
    font-family: 'FontAwesome';
    z-index: 1;
}
.RadioBtnUser input[type=radio].radoption:checked + label .userBox {
    border: solid 1px #249af3;
    background-color: #f6fbff;
    filter: drop-shadow(0px 0px 7px rgba(36, 154, 243,0.5));
}
.metodo-textarea{
    width: 100%;
    padding: 5px 10px;
    border: solid 1px #c7c7c7;
}
.offer-title {
    font-weight: 600;
    font-size: 20px;
}
.offer-text{
    font-weight: 600;
    font-size: 12px;
}
.userBox#productTangible:before {
    content: url("");
}


/* - - - WIDGET TICKET - - - */

.reservar-ticket{
    color: #222;
    margin: 75px 10px;
}
.banner{
    position: relative;
    display: block;
    z-index: 5;
    width: 100%;
    
    opacity: 1;
    pointer-events: auto;
    transition: transform 400ms 1200ms ease, opacity 400ms 1200ms ease;
    height: 150px;
}
.banner img{
    width: 100%;
    height: auto !important;
}

widget {
-webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.3));
        filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.3));
}
widget.destino {
-webkit-filter: drop-shadow(0px 0px 18px rgba(36, 154, 243,0.5));
filter: drop-shadow(0px 0px 18px rgba(36, 154, 243,0.5));
}
widget[type="ticket"] {
width: 220px;
display: block;
}
widget[type="ticket"] .top > div,
widget[type="ticket"] .bottom > div {
/*padding: 0 18px;*/
}
widget[type="ticket"] .top > div:first-child,
widget[type="ticket"] .bottom > div:first-child {
/*padding-top: 10px;*/
}
widget[type="ticket"] .top img,
widget[type="ticket"] .bottom img {
padding: 10px 0;
height: 200px;
}
widget[type="ticket"] .top,
widget[type="ticket"] .bottom,
widget[type="ticket"] .rip {
background-color: #fff;
}
widget[type="ticket"] .top {
border-top-right-radius: 5px;
border-top-left-radius: 5px;
padding-top: 10px !important;

}
widget[type="ticket"] .top .deetz {
padding-bottom: 10px !important;
}
widget[type="ticket"] .bottom {
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
padding: 18px;
height: 70px;
padding-top: 10px;

    display: flex;
    /*
    align-items: center;
    */
}
widget[type="ticket"] .bottom .barcode {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF4AAAABCAYAAABXChlMAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuOWwzfk4AAACPSURBVChTXVAJDsMgDOsrVpELiqb+/4c0DgStQ7JMYogNh2gdvg5VfXFCRIZaC6BOtnoNFpvaumNmwb/71Frrm8XvgYkker1/g9WzMOsohaOGNziRs5inDsAn8yEPengTapJ5bmdZ2Yv7VvfPN6AH2NJx7nOWPTf1/78hoqgxhzw3ZqYG1Dr/9ur3y8vMxgNZhcAUnR4xKgAAAABJRU5ErkJggg==);
background-repeat: repeat-y;
width: 100%;
}
widget[type="ticket"] .bottom .buy {
display: block;
font-size: 12px;
font-weight: bold;
background-color: #5D9CEC;
padding: 0 18px;
line-height: 30px;
border-radius: 15px;
color: #fff;
text-decoration: none;
}
widget[type="ticket"] .rip {
height: 20px;
margin: 0 10px;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAACCAYAAAB7Xa1eAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuOWwzfk4AAAAaSURBVBhXY5g7f97/2XPn/AcCBmSMQ+I/AwB2eyNBlrqzUQAAAABJRU5ErkJggg==);
background-size: 4px 2px;
background-repeat: repeat-x;
background-position: center;
position: relative;
box-shadow: 0 1px 0 0 #fff, 0 -1px 0 0 #fff;
}
widget[type="ticket"] .rip:before,  widget[type="ticket"] .rip:after {
content: '';
position: absolute;
width: 20px;
height: 20px;
top: 50%;
-webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
border: 5px solid transparent;
border-top-color: #fff;
border-right-color: #fff;
border-radius: 100%;
pointer-events: none;
}
widget[type="ticket"] .rip:before {
left: -10px;
}
widget[type="ticket"] .rip:after {
-webkit-transform: translate(-50%, -50%) rotate(225deg);
        transform: translate(-50%, -50%) rotate(225deg);
right: -40px;
}
widget .-bold {
font-weight: bold;
}

.img1a{
    position: relative;
display: block;
left: -60px;
top: -30px;
z-index: 5;
width: calc(80% + 160px);
transform: translate3d(0, 0, 45px) perspective(100px);
opacity: 1;
pointer-events: auto;
transition: transform 400ms 1200ms ease, opacity 400ms 1200ms ease;
height: 150px;
}

.select-ticket
{
    width: 90%;
    padding: 5px;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid rgba(0, 0, 0,0.2);
    background-color: #fff;
    color: #3a3a3a;
}
/*INFO PROFIL*/
.container-info-ticket{
padding: 0px 20px 0px 20px;
font-family:"Poppins";
text-align: left;
display: flex;
}
/*Nom profil*/
.container-info{
width:65%;
display:inline-block;
vertical-align:top;
}
.container-info-price{
width:35%;
display:inline-block;
vertical-align:top;
}
.container-info .etiqueta,.container-info-price .etiqueta, .container-info-date .etiqueta{
display:block;
margin-bottom:4px;
color:#696969;
font-size:10px;
}
.container-info-price .nom{
    font-size: 12px;
    font-weight:700;
}
.container-info-date .fecha{
    font-size: 12px;
    font-weight: 600;
    line-height: 10px;
    display: block;
}
.container-info .nom{
font-size:14px;
font-weight:700;
color:#222;
line-height: 18px;
display: block;
}
.nom-profil{
    display:block;
    margin-bottom:12px;
}
.date-info{
    display:inline-block;
    width:100%;
    vertical-align:top;
}


/*======= Background slider =======*/
.bg-slider{
    z-index: 4;
    position: relative;
    width: 100%;
    height: 100vh;
}
.bg-slider .swiper-slide img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    background-position: center;
    background-size: cover;
    pointer-events: none;
}
.swiper-slide .text-content{
    position: absolute;
    top: 15%;
    color: var(--white-color);
    margin: 0 200px;
    transition: 0.3s ease;
}

/* -------------------- Titulos -------------------- */
.travel-title{
    height: 100px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.section-title-01{
    font-size: 5.5em;
    font-weight: 800;
    font-family: 'Kaushan Script', cursive;
    margin-bottom: 2.5rem;
    background: linear-gradient(to top, transparent 0% #0e2431 70%);
    color: yellow;
    -webkit-background-clip: text;
    margin-left: -5%;

    transform: translateX(-50px);
    opacity: 0;
    text-shadow: 2px 1px 7px rgba(0,0,0,0.5);
}
.section-title-01{
    transform: translateX(0);
    opacity: .6;
    transition: 1s ease;
    transition-delay: 0.8s;
    transition-property: transform, opacity;
}

.section-title-02{
    font-family: 'prospect';
    font-size: 3.5em;
    font-weight: 700;
    transform: translateY(-150px);
    opacity: 0;
}
.section-title-02{
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 1);
    color: #FFF;
    transform: translateY(-80px);
    opacity: 1;
    transition: 1s ease;
    transition-delay: 0.3s;
    transition-property: transform, opacity;
}
/* ---------------------------------------------------- */

.swiper-slide .text-content p{
    max-width: 600px;
    /*background-color: rgba(0, 0, 0, 0.2);*/
    backdrop-filter: blur(3px);
    text-shadow: var(--text-shadown);
    padding: 10px;

    transform: translateX(-80px);
    opacity: 0;
    font-size: 19px;
    height: 60px;
    overflow: auto;

}
.swiper-slide-active .text-content p{
    transform: translateX(0);
    opacity: 1;
    transition: 1s ease;
    transition-delay: 0.3s;
    transition-property: transform, opacity;
}
.swiper-slide .text-content .read-btn{
    max-width: 150px;
    text-decoration: none;
    outline: none;
    border: 1px solid var(--white-color);
    color: var(--white-color);
    backdrop-filter: blur(6px);
    font-size: 0.8em;
    font-weight: 700;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    margin-top: 10px;
    border-radius: 10px;
    cursor: pointer;
    letter-spacing: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 30px rgba(0,0,0,0.4);
    transition: 1s ease;
    transform: translateX(50px);
    opacity: 0;
}
.swiper-slide-active .text-content .read-btn{
    transform: translateX(0);
    opacity: 1;
    transition: 1s ease;
    transition-delay: 0.3s;
    transition-property: transform, opacity;
}
.swiper-slide-active .text-content .read-btn.reserva{
    
    background-color: #FFFFFF;
    color: #222222;
    transition: 0.5s ease;
}
.swiper-slide .text-content .read-btn:hover{
    background-color: #FFFFFF;
    color: #222222;
    transition: 0.5s ease;
}
.swiper-slide .text-content .read-btn i{
    transition: 0.3s ease;
    padding-top: 6px;
}
.swiper-slide .text-content .read-btn:hover i{
    transform: translateX(5px);
}
.dark-layer::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}
.bg-slider-thumbs{
    z-index: 4;
    position: absolute;
    bottom: 1em;
    transition: 0.3s ease;
    right: 2em;
    width: 40%;
    margin: 0 auto;
    overflow-y: scroll;
}
.thumbs-container{
    padding: 30px 0px 66px 0px;
    justify-content: space-between;
}
.thumbs-container img{
    width: 90px;
    height: 140px;
    margin: 0 10px;
    border-radius: 8px;
    object-fit: cover;
    cursor: pointer;
    box-shadow: inset 0 0 100vw 100vw rgba(0, 0, 0, 0.3), 0 16px 8px -8px rgba(0, 0, 0, 0.4);
    transition: 0.3s ease;
}
.thumbs-container .thumb-destino{
    text-shadow: -8px 5px 15px rgb(0, 0, 0);
    transition: 0.3s ease;
}
.thumbs-container .thumb-destino:hover:not(.thumbs-container .swiper-slide-thumb-active){
    transform: translateY(-10px);
}
.thumbs-container .swiper-slide-thumb-active{
    transform: scale(1.2);
}
.swiper-slide-thumb-active img{
    border: 1px solid rgba(255,255,255,0.7);
}

.thumbs-container .swiper-slide{
    width: auto !important;
}

/* - - - Thumbs Cards - - - */
.thumbs-container .swiper-slide .thumbs-info{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    color: #FFFFFF;
    width: 88px;
    height: 130px;
    padding: 20px 10px;
    box-shadow: inset 0 0 100vw 100vw rgba(0, 0, 0, 0.1), 0 -6px 10px 2px rgba(0, 0, 0, 0.1);
}
.thumbs-container .swiper-slide .thumbs-info p{
    opacity: 0.8;
    font-size: 12px;
}
.thumbs-container .swiper-slide .thumbs-info h1{
    font-size: 15px;
}

/* - - - Progress Bar Thumbs Cards - - - */
.swiper-pagination {
    position: relative;
    width: 100px;
    bottom: auto;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.swiper-pagination-progressbar-fill {
    background: #7c8789;
}

.swiper-pagination2 {
    position: relative;
    width: calc(100% - 150px);
    height: 2px !important;
    bottom: auto;
    opacity: 0.5;
}
.pagination_container {
    display: flex;
    align-items: center;
    position: relative;
    top: 20px;
}

/* - - - Pagination Buttons - - - */
.swiper-button-next, .swiper-button-prev{
    background-color: rgba(255, 255, 255, 0.1) !important;
    width: 45px !important;
    height: 45px !important;
    color: #CCC !important;
    border-radius: 50% !important;
    backdrop-filter: blur(3px) !important;
}
.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 25px !important;
}
.swiper-pagination-progressbar-fill{
    background-color: #FFFFFF !important;
}

.pagination_container{
    box-shadow: inset 0 0 21px 1px rgba(0, 0, 0, 0.1), 0 2px 10px 2px rgba(0, 0, 0, 0.1);
}

/*======= Media icons =======*/
.media-icons{
    z-index: 5;
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 50%;
    transform: translateY(-50);
    right: 100px;
}
.media-icons a img{
    width: 25px;
    height: 25px;
}
.media-icons a{
    /*
    color: var(--white-color);
    font-size: 1.7em;
    */
    margin: 3px 0;
}

/*======= About section =======*/

/* ------- Circulos Precios -------*/
.circulos{
    display: flex;
    text-align: center; 
    /*
    margin-left: auto; 
    margin-right: auto; 
    padding: 20px;
    */
    z-index: 1;
    margin-top: 20px;
}
.circulos-home{
    bottom: 14%;
    left: auto;
}
.circulos-ticket {
    scale: 0.8;
    position: absolute;
    top: -18%;
    margin: auto 0;
    right: -30%;
    z-index: 5;
}
.circulo{
    width: 120px;
    height: 120px;
    background-color: #ccc;
    border-radius: 50%;
    margin-left: -10px;
    padding: 17px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: bold;
    transition: .6s ease;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.circulo:hover{
    transform: scale(1.5);
    margin-top: -2px;
    z-index: 1;
}
.cr-preventa{
    background-color: #0071ab;
}
.cr-promocion{
    background-color: #01b7ff;
}
.cr-normal{
    background-color: #01c3cd;
}
.cr-info{
    color: #ffffff;
    font-weight: 600;
    font-size: 11px;
    line-height: 14px;
}
.cr-price{
    color: #ffffff;
    font-weight: 800;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 1px;
}
.cr-date{
    color: #ffffff;
    font-weight: 600;
    font-size: 8px;
    line-height: 11px;
}

/* ------- Fecha -------- */
.date{
    transform: translate(-50%,-47%);
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    z-index: 2;
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 30%;
    right: 110px;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}
.date.art{
    top: 2.5%;
    backdrop-filter: blur(5px);
    padding: 10px;
}
.date .day{
    font-size: 45px;
    line-height: 60px;
    margin: 0;
}
.date .month{
    font-size: 25px;
    line-height: 0;
}
.date .separate{
    font-size: 15px;
    line-height: 10px;
    padding: 30px 0px 5px 0px;
}

.travel-title .post{
    scale: 1.3;
}

/* =============== Detalles Page =============== */

/* - - - Hero Parallax - - - */
.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(70vh - 80px);
}

/* HERO CUSTOM PRO $ */
/*
    .hero section{
        position: relative;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .hero section::before{
        content: '';
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, #0a2a43, transparent);
        z-index:  3;
    }
    .hero section::after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #0a2a43;
        z-index:  3;
        mix-blend-mode: color;
    }
    .hero section img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        pointer-events: none;
    }
    #text{
        position: relative;
        color: #FFFFFF !important;
        font-size: 10em;
        z-index: 1;
    }
    #road{
        z-index: 2;
    }
*/

/* - - - Sticky Navigation - - - */
nav#menu {
    
    background: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(10px);

    height: 80px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    position: sticky;
    top: 0;
    overflow: hidden;
    z-index: 3;
}

nav#menu a {
    flex: 1;
    height: 100%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000;
    transition: .2s ease-in-out all;
    font-weight: 500;
    text-decoration: none;
}
nav#menu a.reservar {
    background-color: #0071ab;
    font-weight: 700;
    color: #fff;
}
nav#menu a.reservar:hover {
    background-color: #005a87;
    color: #fff;
}
nav#menu a:hover {
    background: rgba(255, 255, 255, 0.75);
backdrop-filter: blur(20px);
}

nav#menu .indicador {
    width: 0px;
    height: 2px;
    background: #222;
    position: absolute;
    bottom: 0;
    transition: .3s ease-out all;
    /* transform: translate(-500px); */
}

.seccion {
    /*min-height: 100vh;*/
    /*max-width: 800px;*/
    width: 100%;
    margin: auto;

    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/

}

.seccion .card {
    background: #fff;
    height: 90%;
    padding: 40px;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.seccion .parallax .info{
    padding: 0px 10%;
}

/* ---------- TimeLine Itinerario ---------- */
.contenido{
    width: 100%;
    padding: 0 15%;
}
.note{
    text-align: center; font-style: italic; font-weight: normal; font-size: 21px;
}

.date-arrow{
border: 0px;
float: left;
text-align: center;
height: 35px;
width: 60px;
font-size: 22px;
color: #3c3c3c;
position: relative;
margin-top: 15px;
}

.wood-arrow{
    position: relative;
    text-align: center;
    color: white;
    width: 200px;
    /* ------ */
    left: -50px;
    z-index: 2;
}
.wood-arrow span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 1);
}

.timeline {
position: relative;
padding: 0;
width: 100%;
margin-top: 120px;
list-style-type: none;
}

.timeline:before {
position: absolute;
left: 50%;
top: 0;
content: ' ';
display: block;
/*width: 2px;*/
height: 100%;
margin-left: -1px;
margin-bottom: -20px;

width: 15px;
background-image: url('../img/media/bambuss.svg');
opacity: .85;
z-index: 1;
}

.timeline li {
padding: 2em 0;
}

.timeline .date-arrow{

width: 200px;
position: absolute;
z-index: 1;
left: 0;
right: 0;
margin-left:auto;
margin-right:auto;
top: -30px;
margin-top: 0;
}
.direction-l,
.direction-r {
float: none;
width: 100%;
text-align: center;
}

.flag-wrapper {
text-align: center;
position: relative;
}

.flag {
position: relative;
display: inline;
background: rgb(255,255,255);
font-weight: 600;
z-index: 2;
padding: 6px 10px;
text-align: left;
border-radius: 5px;
}

.direction-l .flag:after,
.direction-r .flag:after {
content: "";
position: absolute;
left: 50%;
top: -15px;
height: 0;
width: 0;
margin-left: -8px;
border: solid transparent;
border-bottom-color: rgb(255,255,255);
border-width: 8px;
pointer-events: none;
}

.direction-l .flag {
-webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
-moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.time-wrapper {
display: block;
position: relative;
padding-top: 10px;
z-index: 1;
line-height: 1em;
vertical-align: middle;
color: #fff;
}

.direction-l .time-wrapper {
float: none;
}

.direction-r .time-wrapper {
float: none;
}

.time {
background: #00c4f3;
display: inline-block;
padding: 8px;
}

.desc {
position: relative;
margin: 1em 0 0 0;
padding: 1em;
backdrop-filter: blur(20px);
-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
-moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
box-shadow: 0 0 1px rgba(0,0,0,0.20);
z-index: 1;
}

.direction-l .desc,
.direction-r .desc {
position: relative;
margin: 1em 1em 0 1em;
padding: 1em;
z-index: 1;
font-weight: 600;
}

@media(min-width: 768px){
.timeline {
    width: 660px;
    margin: 0 auto;
    margin-top: 60px;
}

.timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.timeline .date-arrow {
    left: -28px;
    right: auto;
    top: -30px;
}

.timeline .direction-l .date-arrow {
    left: auto;
    right: -28px;
}

.direction-l {
    position: relative;
    width: 310px;
    float: left;
    text-align: right;
}

.direction-r {
    position: relative;
    width: 310px;
    float: right;
    text-align: left;
}

.flag-wrapper {
    display: inline-block;
}

.flag {
    font-size: 18px;
}

.direction-l .flag:after {
    left: auto;
    right: -16px;
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(254,254,254);
    border-width: 8px;
}

.direction-r .flag:after {
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(254,254,254);
    border-width: 8px;
    left: -8px;
}

.time-wrapper {
    display: inline;
    vertical-align: middle;
    margin: 0;
}

.direction-l .time-wrapper {
    float: left;
}

.direction-r .time-wrapper {
    float: right;
}

.time {
    padding: 5px 10px;
}

.direction-r .desc {
    margin: 1em 0 0 0.75em;
}
}

@media(min-width: 992px){
.timeline {
    width: 800px;
    margin: 0 auto;
    margin-top: 60px;
}

.titlest{
    font-size: 5.5em !important;
    margin-bottom: 1.2rem !important;
}
.titlend{
    font-size: 3.5em !important;
}

.direction-l {
    position: relative;
    width: 380px;
    float: left;
    text-align: right;
}

.direction-r {
    position: relative;
    width: 380px;
    float: right;
    text-align: left;
}
}





/* - - - */
.subtitle{
    height: 100px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
}
.titlest{
    font-size: 3.5em;
    margin-bottom: 2.2rem;
    font-weight: 800;
    background: linear-gradient(to top, transparent 0% #0e2431 70%);
    color: #222;
    -webkit-background-clip: text;
    opacity: 0;
    opacity: .1;
    transition: 1s ease;
    transition-delay: 0.8s;
    transition-property: transform, opacity;
}

.titlend{
    font-size: 2.5em;
    font-weight: 700;
    transform: translateY(-150px);
    opacity: 0;
    
    color: #222;
    transform: translateY(-80px);
    opacity: 1;
    transition: 1s ease;
    transition-delay: 0.3s;
    transition-property: transform, opacity;
}
/* - - - */



@import url("https://fonts.googleapis.com/css?family=Montserrat:900");
.yes {
    animation: sliding-background 40s linear infinite;
    /*background: url("img/destinos/huasteca/tamul.jpg") no-repeat left/120%;*/

    text-align: left;
}

.title {
background: white;
color: black;
font-family: "Montserrat", sans-serif;
font-size: 7rem;
letter-spacing: 1vw;
margin: 0;
mix-blend-mode: lighten;
text-transform: uppercase;
text-shadow: 0 0 0px, 1px 1px black, 2px 2px black, 3px 3px black, 4px 4px black, 5px 5px black, 6px 6px black, 7px 7px black, 8px 8px black, 9px 9px black, 10px 10px black, 11px 11px black, 12px 12px black, 13px 13px black, 14px 14px black, 15px 15px black, 16px 16px black, 17px 17px black, 18px 18px black, 19px 19px black, 20px 20px black, 21px 21px black, 22px 22px black, 23px 23px black, 24px 24px black, 25px 25px black, 26px 26px black, 27px 27px black, 28px 28px black, 29px 29px black, 30px 30px black, 31px 31px black, 32px 32px black, 33px 33px black, 34px 34px black, 35px 35px black;
}
.title:before {
color: white;
content: attr(data-text);
text-shadow: -3px 0 black, 0 3px black, 3px 0 black, 0 -3px black;
margin-left: 0%;
margin-top: 0%;
position: absolute;
}

@keyframes sliding-background {
0%,
100% {
    background-position: 0 40%;
}
50% {
    background-position: 100% 40%;
}
}


/* ---------- Card Destinos ---------- */
.card-destino{
position: relative;
background-color: #fff;
box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);
border-radius: .5rem;
overflow: hidden;
margin: 20px 0px;
z-index: 1;
}                            
.destino-header {
background-size: cover;
background-position: center;
padding: 1rem;
height: 7rem;
display: flex;
justify-content: flex-end;
align-items: center;
}
.destino-top{
display: flex;
justify-content: space-between;
padding-top: 1rem;
padding-bottom: .75rem;
padding-left: 1rem;
padding-right: 1rem;
border-bottom-width: 1px;
border-color: #e2e8f0;
border-style: solid;
background-color: #f7fafc;
}
.top-text{
letter-spacing: .025em;
text-transform: uppercase;
font-size: .75rem;
color: #718096;
font-weight: 700;
}
p.destino-title{
text-transform: uppercase;
letter-spacing: .1em;
font-size: .875rem;
color: #fff;
background-color: #000;
padding-top: .1rem !important;
padding-bottom: .1rem !important;
padding-left: .5rem;
padding-right: .5rem;
border-radius: .25rem;
opacity: .75;
box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);
}
.destino-info{
padding: 1rem;
color: #4a5568;
display: flex;
justify-content: space-between;
text-align: left;
}
.degrees-up{
font-size: 1.875rem;
color: #1a202c;
}
.degrees-down{
font-size: 1.125rem;
color: #a0aec0;
}
.degrees-des{
font-size: .875rem;
width: 14rem;
}
.center-item{
display: flex;
align-items: center;
}
.horario-time{
line-height: 2;
font-size: .875rem;
}
.horario{
font-size: .75rem;
color: #718096;
}
.optional-info{
font-size: 1.875rem;
color: #1a202c;
margin-top: .25rem;
margin-bottom: .25rem;
line-height: 1;
}
.optional-more{
width: 14rem;
font-size: .75rem;
}
.optional-time{
width: 14rem;
font-size: .875rem;
margin: 0;
}
.optional-destino{
height: 22px;
letter-spacing: .05em;
text-transform: uppercase;
font-size: .75rem;
color: #fff;
padding: .3rem .5rem;
border-radius: .5rem;
background-color: #48bb78;
}
.destino-footer{
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem;
border-top-width: 1px;
border-color: #e2e8f0;
color: #718096;
}

.text-yellow {color: #ecc94b;}
.text-bgray{color: #1a202c;}
.text-green{color: #38a169;}
.mr-2 {margin-right: .5rem;}
.font-bold {font-weight: 700;}
.text-sm {font-size: .875rem; text-transform: none; font-weight: normal;}

/* ---------------- tabla precios --------------- */
table.table-prices{
width: 50%;
margin: 0 auto;
}
table.table-prices th{
font-size: 18px;
align-items: center;
text-align: center;
font-weight: bold;
padding: 20px 10px;
}
table.table-prices td {
padding: 15px 0px 15px 0px;
}
table.table-prices td.bg-grey{
background-color: #cccccc;
}
table.table-prices td.bg-blue ,th.bg-blue{
background-color: #006699;
color: #ffffff;
}
.table-res{
overflow-x:auto;
width: 100%;
text-align: center;

/*display: flex;*/
justify-content: center;

}
.cardacepted{
width: 40px !important;
}

/* =============== Footer =============== */

/* Animation */
body.active .wrapper {
    transform: translateY(-60px) scale(0.9);
    cursor: pointer;
    border-radius: 25px;
}
body.active .wrapper .bg-slider{
    border-radius: 25px;
}
.wrapper {
    transform-origin: center bottom 0px;
    transition: all 0.5s ease 0s;
    box-shadow: 0px 22px 54px rgba(0, 0, 0, 0.5);
    background-color: var(--white-color);
    /*height: 100vh;*/
}

/* Footer */
footer {
    padding: 50px;
    margin: 0px auto;
    width: 90%;
    border-radius: var(--border-radius) var(--border-radius) 0px 0px;
    position: relative;
}
footer .logo img{
    width: 120px;
    height: 120px;
}
footer nav {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50px, -50%);
    color: #fff;
    font-weight: 600;
}
footer nav ul li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
}
footer nav ul li a img {
    width: 25px;
    height: 25px;
    transition: 0.3s ease;
}
footer nav ul li a:hover img{
    transform: scale(1.15);
}
footer .avisos{
    text-align: center;
    display: block;
    margin-top: 20px;
}
footer .avisos a{
    text-decoration: none;
    color: var(--white-color);
    margin: 0px 10px;
    transition: 0.1s ease;
}
footer .avisos a:hover{
    border-bottom: 2px solid var(--white-color);
}
.contacto a{
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    text-transform: full-width;
    font-weight: 300;
    transition: all 0.3s ease;
}
.contacto a:hover{
    color: rgba(255, 255, 255, 1);
}

/* * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * NAVIGATION ARTICLE  * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * */

.navigation-article{
  width: 50%;
  display: block;
  overflow: hidden;
  text-align: center;
  position: relative;
  padding-top: 50px;
}
.navigation-article ul{
  display: block;
  list-style: none;
  overflow: hidden;
}
.navigation-article li {
  width: 50%;
  float: left;
  padding: 0 25px;
  min-height: 24px;
  position: relative;
  margin: 0 auto 30px;
}
.navigation-article ul li.previus{
  text-align: left;
}
.navigation-article ul li.next{
  text-align: right;
}

.navigation-article ul li a{
    padding: 10px;
    display: block;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0);
    backdrop-filter: blur(3px);
    transition: all 0.5s ease;
    text-shadow: -1px 0px 0px rgba(0, 0, 0, 0.5);
    background-color: rgba(115, 183, 188, 0.2);
    text-decoration: none;
    box-shadow: 2px 2px 0px rgba(255, 255, 255, 0.7);
}

.navigation-article ul li a:hover{
    box-shadow: 2px 2px 0px rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.1);
}

.navigation-article ul li a h4{
  text-overflow: ellipsis;
  overflow: hidden;
  height: 25px;
  white-space: nowrap;
  color: #fff;
}

.navigation-article ul li a svg {
  width: 15px;
  height: 15px;
  color: #fff;
}

.navigation-article ul li a .nav-title span{
  font-weight: 600;
  font-size: 17px;
  color: #fff;
}

.navigation-article ul li.previus a .nav-title{
  padding-left: 10px;
}
.navigation-article ul li.next a .nav-title{
  padding-right: 10px;
}

.navigation-article ul li a .nav-title svg{
    filter: drop-shadow(-1px 2px 0px rgba(0, 0, 0, 0.4));
}

/*======= Back to Top Btn =======*/

main {
    position: relative;
}

.back-to-top-wrapper {
    position: absolute;
    top: 100vh;
    right: 1.5rem;
    bottom: 3em;
    width: 3em;
    pointer-events: none;
}

.back-to-top-link {
    position: fixed;
    position: sticky;
    pointer-events: all;
    top: calc(100vh - 4rem);
    display: inline-block;
    text-decoration: none;
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    padding: 0.25rem;
    /*border: 1px solid #254568;*/
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    transition: transform 80ms ease-in;
}
.back-to-top-link:hover, .back-to-top-link:focus {
    transform: scale(1.1);
}
.back-to-top-link:focus {
    outline: none;
}
.back-to-top-link svg{
    transform: rotate(-90deg);
    width: 30px;
    height: 30px;
    color: #222;
}

/*======= Media queries (max-width: 1100px) =======*/
@media screen and (max-width: 1100px) {
    header .nav-bar{
        padding: 0 50px;
    }
    .media-icons{
        right: 0;
        margin-right: 50px;
    }
    .swiper-slide .text-content{
        margin: 0 120px 0 50px;
    }
    .bg-slider-thumbs{
        bottom: 2em;
    }
}

/*======= Media queries (max-width: 785px) =======*/
@media screen and (max-width: 785px) {
    header .nav-bar{
        padding: 25px 20px;
    }
    .media-icons{
        right: 0;
        margin-right: 20px;
    }
    .swiper-slide .text-content{
        margin: 0 40px 0 40px;
        top: 15%;
        height: 100vh;
    }
    .swiper-slide .text-content .title{
        font-size: 3em;
    }
    .swiper-slide .text-content .title span{
        font-size: 0.35em;
    }
    .swiper-slide .text-content .title p{
        font-size: 0.9em;
    }
    .bg-slider-thumbs{
        bottom: 2em;
        backdrop-filter: blur(3px);
        overflow: hidden;
        padding: 0 10px;
        /*
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: var(--box-shadow);
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 0.1);
        */
        width: 80%;
        height: 60px;
        bottom: 12%;
        right: 0;
        left: 0;
    }
    .pagination_container{
        top: -5px !important;
    }
    .thumbs-container .swiper-slide{
        top: -25px;
    }

    .thumbs-container{
        padding: 0;
    }
    .thumbs-container img{
        width: 50px;
        height: 30px;
        margin: 0 10px;
        border-radius: 8px;
        object-fit: cover;
        cursor: pointer;
        box-shadow: inset 0 0 100vw 100vw rgba(0, 0, 0, 0.3), 0 16px 8px -8px rgba(0, 0, 0, 0.4);
        transition: 0.3s ease;
    }
    .thumbs-container img:hover, .thumbs-container img.swiper-slide-thumb-active {
        transform: translateY(-10px);
    }
    .thumbs-container img.swiper-slide-thumb-active{
        transform: scale(1.2);
        margin: 0 20px;
    }
    .thumbs-container .swiper-slide .thumbs-info{
        width: 100%;
        height: 100%;
        padding: 0;
        display: none;
    }
    .swiper-wrapper{
        height: 0px;
    }

    .circulos-home {
        scale: 0.8;
        position: absolute;
        bottom: 21%;
        margin: auto 0;
        left: 0;
        right: 0;
    }
    
    .circulos-ticket {
        scale: 0.8;
        position: absolute;
        top: -18%;
        margin: auto 0;
        right: -20%;
        z-index: 5;
    }
    .date{
        top: 160px;
        right: -5px;
        scale: 0.8;
        text-shadow: 3px 0px 0px rgba(0, 0, 0, 0.5);
        left: unset;
        backdrop-filter: blur(5px);
    }
    .date.art{
        top: 1.3%;
        backdrop-filter: blur(5px);
        padding: 10px;
    }
    .travel-title{
        height: auto;
        margin-bottom: 0px;
        top: 15%;
    }
    .section-title-01{
        font-size: 4rem;
        margin-bottom: 3rem;
    }
    .section-title-02{
        font-size: 3rem;
    }
    .text-content p{
        margin-top: 59px;
    }
    .read-btn{
        margin-top: 30px;
        position: absolute;
        top: 50%;
    }
    /* ' ' ' ' */
    .meeting-cards{
        display: block;
    }
    .meeting-card {
        width: 100%;
        margin: 0px;
    }
    /* - - - Navigation Menu - - - */
    
    header .nav-menu-btn{
        background: url(../img/icons/menu.svg)no-repeat;
        background-size: 40px;
        background-position: center;
        width: 40px;
        height: 40px;
        cursor: pointer;
        transition: 0.3s ease;
        filter: drop-shadow(-1px 1px 0px rgba(0, 0, 0, 0.4));
    }
    header .nav-menu-btn.active{
        z-index: 3;
        background: url(../img/icons/x.svg)no-repeat;
        background-size: 40px;
        background-position: center;
        width: 40px;
        height: 40px;
        cursor: pointer;
        transition: 0.3s ease;
        position: fixed;
        right: 20px;
    }
    .navigation{
        z-index: 2;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(20px);
        display: flex;
        justify-content: center;
        align-items: center;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s ease;
    }
    .navigation.active{
        visibility: visible;
        opacity: 1;
    }
    .navigation .nav-items{
        position: relative;
        width: 100%;
        display: grid;
        transition: 0.3s ease;
    }
    .navigation.active.nav-items {
        transform: translateY(0); 
    }
    .navigation .nav-items a{
        color: var(--white-color);
        font-size: 2em;
        font-weight: bold;
        margin: 15px 50px;
        transition:  0.3s ease;
    }
    .navigation .nav-items a svg{
        display: inline-block;                
        font-size: 1.3em;
        margin-right: 5px;
    }
    .nav-bar .logo img{
        margin: 0;
    }
    #linkcontacto{
        display: none;
    }
    #linkcont{
        display: grid;
    }


    /* - - - Info Destino - - - */
    .info-destino{
        display: block;
        margin: 0px;
    }
    .img-destino{
        width: 99%;
        float: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 40px;
    }
    .text-destino{
        width: 100%;
        float: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 50px;
    }

    .content .grid:nth-child(1n) {
        flex-direction: column-reverse;
        background-color: #ddd;
      }


    /* - - - TICKET - - - */
    widget[type="ticket"] {
        width: 100% !important;
        padding: 0 10px;
        display: block;
    }

    .text-sub{
        font-size: 3rem;
    }


    /* - - - Footer - - - */
    footer{
        padding: 50px 20px;
        width: 100%;
    }
    footer nav {
        position: relative;
        transform: none;
    }


    .navigation-article{
        width: 90%;
        padding-top: 0px;
    }
    .navigation-article li {
        padding: 0 5px;
    }


    /* - - - Pagination Buttons - - - */
    .swiper-button-next, .swiper-button-prev{
        width: 30px;
        height: 30px;
        backdrop-filter: blur(3px);
    }
    .swiper-button-next::after, .swiper-button-prev::after {
        font-size: 14px;
    }



}

/* - - - Detalles - - - */

@media screen and (max-width: 800px) {
    nav#menu a {
        font-size: 14px;
        padding: 5px;
    }
}

@media screen and (max-width: 450px) {
    nav#menu a {
        font-size: 12px;
    }
}

/* - - - Back to Top - - - */
@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}