@font-face {
    font-family: 'youth_touch_demoregular';
    src: url('../fonts/youth-touch-personal_use_only-webfont.woff2') format('woff2'), url('../fonts/youth-touch-personal_use_only-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* --- start variables */
:root {
    --color_primario: #FFA800;
    --negro: black;
    --blanco: white;
    --gris: #7C7C7C;
    --gris_claro: #aaa;
    --gris_clarox: #c3c3c3;
    --verde: #25D366;
    --negro_rgba: rgba(0,0,0,0.4);
    --blanco_rgba: rgba(255,255,255,0.5);
    --transicion: all 0.2s ease-in-out;
}
/* --- end variables */
html, body {
    margin: 0;
    padding: 0;
    color: var(--negro);
    font-family:'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
}
::-moz-selection { 
    color: white;
    background: #D2C29D;
}
::selection { 
    color: white;
    background: #D2C29D;
}
/* SELECTOR DE ETIQUETAS ----------------- */
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    text-decoration: none;
}
.br-null-desktop {
    display: none;
}
h1, h2, h5 {text-align: center;}
h1 {
    font-family: "youth_touch_demoregular";
    font-size: 110px;
    line-height: 110px;
    font-weight: normal;
}
h2 {
    background-color: var(--negro);
    color: var(--color_primario);
    display: inline-block;
    letter-spacing: 0.04em;
    font-style: italic;
    font-weight: bold;
    font-size: 25px;
    padding: 5px 15px;
}
h3 {
    font-family: "youth_touch_demoregular";
    color: var(--blanco);
    font-size: 80px;
    font-weight: normal;
}
h4 {
    font-size: 1.2em;
    font-weight: 600;
    /* font-style: italic; */
    margin-block-start: 0;
    margin-block-end: 0.5em;
    margin 1em;
}
h5 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.05em;
    letter-spacing: 0.01em;
    line-height: 1.2em;
}
p {
    font-size: 1em;
    font-weight: lighter;
}
legend {
    position: absolute;
    right: 4000px;
    overflow: hidden;
}
textarea {
    vertical-align: top;
}
button, input, select, textarea {
    font-family : inherit;
    font-size   : 100%;
    -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
     -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
          box-sizing: border-box;
    margin: 0;
  }
select, input[type='date'] {
    height: 43px !important;
    border-radius: 0 !important;
    border: 0;
    border-bottom: 1px solid black;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: inherit;
    padding: 0 20px;
    width: 100%;
    margin-bottom: 15px;
    background-image: url('../images/arrow-down.svg');
    background-repeat: no-repeat;
    background-position: right;    
}
.unstyled {
    -webkit-appearance: none;
}
.unstyled::-webkit-inner-spin-button,
.unstyled::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
select:hover {
    border-bottom: 1px solid var(--color_primario);    
}
input[type=date]::-webkit-clear-button {
    font-size: 18px;
    height: 30px;
    position: relative;
    right: 5px;
    margin-right: 4px;
  }
  input[type=date]::-webkit-inner-spin-button {
    height: 30px;
  }
  input[type=date]::-webkit-calendar-picker-indicator {
    font-size: 18px;
  }
  input[type=date]::-webkit-calendar-picker-indicator:hover {
    background-color: #959595;
    color: #e6e6e6;
    cursor: pointer;
  }
  input[type=date]::-webkit-calendar-picker-indicator:active {
    color: blue;
  }

/* SELECTOR DE CLASES ----------------- */
.hideoverflow {
  overflow: hidden;
}
.hidden-desktop {
    display: none;
}
.center {
    display: block;
    margin: 0 auto;
}
.f-left {
    text-align: left;
}
.f-right {
    text-align: right;
}

/* --- start buttons */
.botonPrimario {
background-color: var(--color_primario);
    color: var(--blanco);
}
.botonPrimario:hover {
    color: var(--color_primario);
    background-color: var(--negro);
}
.botonPrimario, .formulario button {
    border: 0;
    cursor: pointer;
    font-size: 0.95em;
    font-weight: 500;
    height: 53px;
    letter-spacing: 0.2px;
    padding: 0 20px;
    transition: var(--transicion);
}

.paypal-btn-buynow {
    width: 100px !important;
}

.formulario button {
    color: var(--blanco);
    background-color: var(--negro);
}
.formulario button:hover {
    background-color: var(--color_primario);
}
.botonPrimario:hover, .formulario button:hover {
    box-shadow: 0 8px 14px 0 rgba(0,0,0,0.3);
}
.botonPrimario:active {
    box-shadow: none;
}
/* --- end buttons */

/* ::::::::::: HEADER ::::::::::: */
.header {
    width: 100%;
    height: 700px;
    background-position: top center;
    background-size: 1000px;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    animation: sliderHome 20s linear infinite 0s; /* css/animation.css --> sliderHome */
    background-image: url("../images/home/01-chichen.png");
    background-position-y: -50px;
    background-attachment: fixed;
}
div.preload-images {
    background: url("../images/home/01-chichen.png") no-repeat -9999px -9999px;
    background: url("../images/home/01-chichen.png") no-repeat -9999px -9999px,
      url("../images/home/02-xplor.png") no-repeat -9999px -9999px,
      url("../images/home/03-snorkel.png") no-repeat -9999px -9999px,
      url("../images/home/04-rappel.png") no-repeat -9999px -9999px,
      url("../images/home/05-tirolesa.png") no-repeat -9999px -9999px,
      url("../images/home/01-chichen.png") no-repeat -9999px -9999px;
  }
.headerContainer {
    display: flex;
    justify-content: space-between;
}
.header-logo {
    width: 130px;
    height: auto;
    margin: 15px 0 0 20px;
}
.header-socialAndQuote, .header-socialAndQuote ul li, .header-menuNav ul li {
    display: inline-block;
}
.header-socialAndQuote {
    right: 0;
    position: fixed !important;
    z-index: 998;
}
.header-socialAndQuote ul {
    display: inline;
}
ul.header-social {
    top: 0;
    background: rgba(255,255,255,0.85);
    padding: 18px 0 16px;
}
ul.header-social a {
    font-size: 1.3em;
    padding: 14px 9px;
    color: var(--negro);
}
.fa {
    line-height: auto;
    display: inline;
}
.fa-facebook-f, .fa-instagram, .fa-whatsapp, .fa-user-edit{
    transition: var(--transicion);
}
ul.header-social a:hover ..fa-pen-square, ul.header-social a:hover .fa-facebook-f, ul.header-social a:hover .fa-instagram, ul.header-social a:hover .fa-whatsapp {
    transition: var(--transicion);
}
ul.header-social a:hover .fa-facebook-f {
    color: #1877f2;
}
ul.header-social a:hover .fa-instagram {
    color: #c32aa3;
}
ul.header-social a:hover .fa-whatsapp {
    color: #25d366;
}
.fa-whatsapp::before, .fa-pen-square::before {
    vertical-align: middle;
    line-height: 0;
}
/* ::::::::::: HEADER NAV ::::::::::: */
.header-menuNav, .header-menuNav ul {
    display: flex;
}
.header-menuNav {
    justify-content: center;
}
.header-menuNav ul {
    justify-content: flex-end;
    margin: 9px 13px 9px 0;
}
.header-menuNav ul li a {
    color: var(--negro);
    font-size: 0.9em;
    font-weight: 600;
    border-bottom: 3px solid var(--negro);
    padding: 9px 14px;
    transition: var(--transicion);
}
.header-menuNav ul li a.active {
    cursor: inherit;
}
.header-menuNav ul li a:hover, .header-menuNav ul li a.active {
    color: var(--color_primario);
    border-bottom: 9px solid var(--color_primario);
    background-color: rgba(255,255,255,0.8);
}
/* ::::::::::: HERO ::::::::::: */
.heroContenedor {
    display: flex;
    width: 100%;
    /* height: 100vh; */
    height: 70%;
    justify-content: center;
    align-self: center;
}
.hero {
    width: auto;
    align-self: center;
    margin-top: 10%;
}
.hero-description, .hero-title, h1 {
    margin: 0;
}
.hero-autor {
    display: flex;
    margin-top: 30px;
    justify-content: center;
}
.hero-autorContenedor {
    margin-left: 10px;
}
.hero-autorImg {
    border: 1px solid white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.hero-autorName {
    display: block;
    text-align: left;
    font-size: .85em;
    font-weight: 600;
    border-bottom: 1px solid rgba(0,0,0,0.35);
    padding-bottom: 6px;
}
.hero-autorInfo {
    font-size: .85em;
    font-weight: lighter;
    margin-top: 4px;
}

/* ::::::::::: SERVICES ::::::::::: */
.services {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
}
.servicesContenedor {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    height: 60%;
    margin: 50px 30px 0 30px;
}
.services-product {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    height: 100%;
    width: 100%;
    min-width: 250px;
    margin: 0 1px;
    box-shadow: 0 3px 5px 0 var(--negro_rgba);
    transition: var(--transicion);
}
.services-product:nth-last-child(1) {
    margin-right: 0;
}
.services-product:hover {
    box-shadow: 0 10px 13px 0 var(--negro_rgba);
}
.services-product h3 {
    bottom: -10%;
    transition: all 0.25s linear;
    border-bottom: 1px solid rgba(255,255,255, 0);
}
.services-product:hover h3 {
    transform: translateY(-15px);
    border-bottom: 1px solid rgba(255,255,255, 0.5);
}
.services-product .imagen {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.services-product .titulo {
    opacity: 1;
    position: absolute;
    text-align: center;
}
.services-product:hover .titulo {
    opacity: 1;
    z-index: 889;
}
.services-product:active .titulo {
    color: var(--negro);
}
.services-product .naranja {
    z-index: 888;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color_primario);
    transition: var(--transicion);
}
.services-product:hover .naranja {
    opacity: 0.7;
}
.services-product:active .naranja {
    transition: none;
    background: var(--blanco);
    opacity: 0.8;
}

/* ::::::::::: REVIEWS ::::::::::: */
.reviews {
    text-align: center;
    width: 100%;
    max-width: 600px;
    position: relative;
}
.reviews::after, .reviews::before {
    content:url('../images/reviews/comillas.svg');
    position: absolute;
    top: 25px;
}
.reviews::after {
    transform: rotate(180deg);
    left: 100%;
}
.reviews::before {
    left: -65px;
    top: 25px;
}
.reviews-autor {
    color: var(--color_primario);
    font-weight: 600;
    font-size: 1.2em;
    font-style: italic;
}

/* ::::::::::: SIGNUP FORM ::::::::::: */
.signupform {
    margin-bottom: 25px;
    width: 100%;
}
.signupform .form {
    display: flex;
    justify-content: center;
    align-items: center;
}
.signupform .form input[type=email] {
    background: rgba(255,255,255,0.5);
    font-family: 'Montserrat';
    font-size: 0.85em;
    font-style: italic;
    line-height: 51px;
    padding: 0 20px;
    margin: 0 8px 0 12px;
    border: 1px solid var(--negro) !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: none;
    box-sizing: border-box;
    width: 100%;
    max-width: 333px;
}
.signupform ::placeholder {
   /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--gris_claro);
}
.signupform :-ms-input-placeholder {
   /* Internet Explorer 10-11 */
   color: var(--gris_claro);
}
.signupform ::-ms-input-placeholder {
   /* Microsoft Edge */
   color: var(--gris_claro);
}

/* ::::::::::: FOOTER ::::::::::: */
.footer {
    height: 150px;
    background-color: var(--negro);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-logos {
    bottom: 0;
    line-height: 0;
    width: 45%;
    margin: 0;
}
.footer-logos .logo-lalostylesContenedor, .footer-logos .paypal {
    color: var(--blanco);
    margin-left: 25px;
}
.footer-logos .logo-lalostyles {
    width: 100px;
    padding: 11px 11px 11px 0;
    border-right: 0.5px solid var(--blanco_rgba);
}
.footer-logos .slogan {
    font-family: "youth_touch_demoregular";
    font-size: 1.9em;
    font-weight: lighter;
    letter-spacing: 0.02em;
    padding-left: 9px;
}
.footer-menu {
    width: 20%;   
    text-align: right;
}
.footer-menu ul {
    border-right: 0.5px solid var(--blanco_rgba);
    padding-right: 15px;
}
.footer-menu ul li {
    font-size: 0.8em;
    font-weight: lighter; 
    padding: 1px 0; 
}
.footer-menu ul li a {
    color: var(--blanco);
    opacity: 0.5;
    transition: var(--transicion);
}
.footer-menu ul li a:hover {
    opacity: 1;
}
.footer-menu ul li a:active {
    opacity: 1;
    color: var(--color_primario);
}
.footer-clima {
    width: 35%;
}

/* ::::::::::: PI: PÁGINAS INTERNAS ::::::::::: */
.header-internas {
    height: 285px;
    width: 100%;
    background-position: top center;
    background-size: 1000px;
    background-repeat: no-repeat;
    background-position-y: 25px;
    background-attachment: fixed;
}
.header-internas.tours {
    background-image: url("../images/header-tours.png");
}
.header-internas.transfers {
    background-image: url("../images/header-transfers.png");
}
.header-internas.groups {
    background-image: url("../images/header-groups.png");
}
.header-internas.ourreviews {
    background-image: url("../images/header-reviews.png");
}
.header-internas.contact {
    background-image: url("../images/header-contact-us.png");
}
.header-internas-titulo {
    text-align: center;
    width: 98vw;
    display: inline-block;
    margin-top: 30px;
}
.header-internas-titulo h1 {
    line-height: 0.6em;
}
.header-internas-titulo h2 {
    font-size: 1.1em;
}
.mancha-blanca {
    position: absolute;
    background: url("../images/pleca-blanca@2x.png") no-repeat bottom center;
    background-size: 800px;
    height:35px;
    width: 98vw;
    margin-top: 255px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
} 
.img-grupos {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 780px;
}
/* Reviews section */
.reviews-list {
    position: relative;
    width: 100%;
    max-width: 750px;
    margin-top: 60px;
    margin-bottom: 30px;
}
.reviews-list-box {
    position: relative;
    padding: 20px;
    margin-bottom: 35px;
    width: 100%;
    max-width: 650px;
    background-color: white;
    border: 1px solid lightgray;
}
.reviews-list-imagen {
    width: 100px;
    height: auto;
    position: absolute;
    left: -115px;
    top: -15px;
    box-shadow: -6px 8px 10px 0 rgba(0,0,0,0.25);
}
.reviews-list-fecha {
    color: var(--gris_claro);
    font-size: .75em;
}
.reviews-list-fecha::after {
    content: " |";
    margin: 0 6px;
}
.reviews-list-autor {
    color: var(--color_primario);
    font-weight: 600;
    font-style: italic;
}
.reviews-list-border-left {
    border-left: 90px solid var(--color_primario);
}
.reviews-list-border-right {
    border-right: 90px solid var(--color_primario);
    border-left: 1px solid lightgray;
}
.reviews-list-margin-left {
    margin-left: auto;
}
.reviews-list-right-img {
    right: -115px;
    left: inherit;
}

/* Tours request section */
.tours-quote-container {
    width: 100%;
    display: flex;
    justify-content: center;
}
.tours-cuote {
    max-width: 950px;
    margin: 0 30px;
    display: grid;
    grid-template: 1fr auto / 1fr 240px;
    grid-gap: 7px 20px;
    grid-template-areas: "tour-detail type-tour" 
                         "tour-detail type-tour" 
                         "tour-detail type-social"
                         "notes notes";
}
.tours-cuote .type-tour .tour-cost-text {
    border-bottom: 8px solid var(--color_primario);
    margin: 10px 0;
}

.tours-cuote .type-tour .tour-cost .box-item {
    display: flex;
    justify-content: flex-end;
    box-shadow: none;
}

.tours-cuote .type-tour .tour-cost-text p {
    margin: 0;
    font-family: 'Montserrat';
    font-weight: 700;
    font-style: italic;
    font-size: 1.5em;
}
.tours-cuote .type-tour .tour-cost-text span {
    font-weight: 600;
    font-style: normal;
    font-size: 0.8rem;
}
.tours-cuote .type-tour .tour-cost-text small {
    display: block;
    padding-bottom: 20px;
}
.tours-cuote .logo-paypal {
    width: 100px;
    margin-top: 15px;
}

.tours-cuote .tour-detail {
    grid-area: tour-detail;
}

.tours-cuote .tour-detail .tour-img {
    /* box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3); */
    display: flex;
    align-items: center;
    height: 100%;
    max-height: 220px;
}
.tours-cuote .tour-detail .tour-img img {
    width: 100%;
    max-width: 220px;
}
.tours-cuote .tour-detail .location-time {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    margin-left: 40px;
}
.tours-cuote .tour-detail .location-time h2 {
    display: flex;
    background: 0;
    font-size: 1.3em;
    color: black;
    padding: 0;
    margin: 0 0 10px 0;
    text-align: left;
}
.location-time .location::before, .location-time .time::before {
    position: relative;
    top: 3px;
    margin-right: 4px;
    height: auto;
}
.tours-cuote .tour-detail .location-time .location::before {
    content:url('../vectores/lnr-map-marker.svg');
}
.tours-cuote .tour-detail .location-time .time::before {
    content:url('../vectores/lnr-hourglass.svg');
}

.tours-cuote .tour-detail .gallery figure {
    margin: 20px 0 30px;
}
.tours-cuote .tour-detail .gallery img {
   width: 100%;
   max-width: 100px; 
} 

.tours-cuote .tour-detail .tour-img figure {
    margin: 0 0 15px 0;
    height: 200px;
}
.tours-cuote .tour-detail back-button::before {
    position: relative;
    content:url("../images/lnr-chevron-left.svg");
    left: -4px;
    top: 6px;
    transform: scale(0.6);
}
.tours-cuote .tour-detail a {
    display: inline-block;
    color: var(--negro);
    border-bottom: 1px solid black;
    margin: 10px 0 15px 0;
    padding-bottom: 6px;
    transition: var(--transicion);
}
.tours-cuote .tour-detail a:hover {
    color: var(--color_primario);
    border-bottom: 1px solid var(--color_primario);
}

.tours-cuote .type-tour {
    grid-area: type-tour;
    text-align: right;
}
.tours-cuote .type-social {
    grid-area: type-social;
    text-align: right;
    margin-top: 40px;
}
.tours-cuote .type-social small {
    margin-top: 10px;
    padding-top: 3px;
    display: block;
    border-top: 1px solid black;
}
.tours-cuote .notes {
    grid-area: notes;
    margin: 35px;
}

/* Transfer request section */
.transfer-quote-container {
    width: 100%;
    display: flex;
    justify-content: center;
}
.transfer-cuote {
    max-width: 950px;
    margin: 0 30px;
    display: grid;
    grid-template: 80px 1fr auto / 1fr 240px;
    grid-gap: 7px 20px;
    grid-template-areas: "formulario-container type-transfer" 
                         "formulario-container type-vehicle" 
                         "formulario-container type-vehicle"
                         "notes notes";
}
.transfer-cuote .type-transfer .roundtriponeway {
  margin-top: 15px;
  display: grid;
  justify-content: center;
  align-items: center;
  height: 90px;
}

.transfer-cuote .type-transfer span {
  font-weight: 600;
  font-style: italic;
  font-size: 1.3em;  
}
.transfer-cuote .formulario-container {
    grid-area: formulario-container;
}
.transfer-cuote .type-transfer {
    grid-area: type-transfer;
}
.transfer-cuote .type-vehicle {
    grid-area: type-vehicle;
}
.transfer-cuote .notes {
    grid-area: notes;
    margin: 35px;
}
.transfer-cuote .type-transfer {
    border-bottom: 8px solid var(--color_primario);
}
.transfer-cuote .type-vehicle {
    position: relative;
}
.transfer-cuote .type-vehicle img {
    width: 100%;
    border: 1px solid #d1d3d1;
}
.transfer-cuote .type-vehicle a::before {
    position: absolute;
    content:url("../images/lnr-chevron-left.svg");
    left: -5px;
    top: 14px;
    transform: scale(0.7);
}
.transfer-cuote .type-vehicle a {
    display: inline-block;
    color: var(--negro);
    border-bottom: 1px solid black;
    margin: 10px 0 10px 15px;
    transition: var(--transicion);
}
.transfer-cuote .type-vehicle a:hover {
    color: var(--color_primario);
    border-bottom: 1px solid var(--color_primario);
}
.transfer-cuote .vehicle p {
    margin: 0;
    margin-top: 7px;
    font-weight: bold;
    font-size: 0.95em;
}
.transfer-cuote .type-vehicle button {
    width: 100%;
    height: 53px;
    margin-top: 25px;
    text-transform: none;
    font-size: 0.95em;
    font-weight: 500;
    letter-spacing: 0.2px
}

/* ::::::::::: ADITIONALS / ADICIONALES ::::::::::: */
.avion {
    background: url('../images/avion.svg') no-repeat bottom center;
}
.mouse {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5em;
    z-index: 99;
}
.mouse-icon {
    width: 30px;
    height: 45px;
    border: 2px solid rgba(0,0,0,0.7);
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: block;
}
/* Carrusel testimonial */
.slider {
  height: 50%;
  width: 100vw;
  max-width: 700px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider::after, .slider::before {
    content:url('../images/reviews/comillas.svg');
    position: absolute;
    top: 100px;
}
.slider::after {
    transform: rotate(180deg);
    left: 90%;
}
.slider::before {
    left: 0;
    top: 100px;
}
.slider__nav {
  width: 15px;
  height: 15px;
  margin: 1rem 10px;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}
.slider__nav:checked {
  -webkit-animation: check 0.4s linear forwards;
        animation: check 15s linear infinite;
}
.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  left: 0%;
}
.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  left: -100%;
}
.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  left: -200%;
}
.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
  left: -300%;
}
.slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 100%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.slider__contents {
  height: 100%;
  padding: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__caption {
  margin: 1rem 0 0.3rem;
}
.slider__txt {
    width: 85%; /*Determina el ancho de los textos*/
    color: var(--negro);
}
input[type='radio'] {
    cursor: pointer;
    height: 25px;
    width: 42px;

}
input[type='radio'] ~ span {
  color: var(--gris_clarox);
}
input[type='radio']:checked ~ span {
    color: black;
}

input[type='radio']:after {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color:white;
    content: '';
    display: inline-block;
    border: 2px solid var(--gris_clarox);
}
input[type='radio']:checked:after {
    background: url('../images/radiochecked.svg') no-repeat center center;
    background-color: var(--blanco);
    border: 2px solid black;
}
/* ----- Breadcrumb ----- */
.breadcrumb-container {
    padding-left: 25px;
}
.breadcrumb {
    display: flex;
    align-items: center;
    position: relative;
}
.breadcrumb li {
    margin: 14px 10px 10px;
}
.breadcrumb a {
    color: #909090;
    font-size: 0.85em;
}
.breadcrumb a:hover {
    color: var(--color_primario);
}
.breadcrumb li:after {
    content:url('../images/lnr-chevron-right.svg');
    position: absolute;
    transform: scale(0.7);
    top: 31.7px;
}
.breadcrumb li:nth-of-type(3):after {
    content: none;
}
.breadcrumb h1 {
    font-size: 2em;
    line-height: 2em;
}

/* ::::::::::: PARRAFOS ::::::::::: */
.parrafo {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
}
.parrafo.centrar {
    text-align: center;
}
.parrafo .telefono {
    font-size: 1.5em;
}
.parrafo .fa-whatsapp {
    font-size: 2em;
    margin-right: 5px;
}
.parrafo.contact-us a {
    padding: 10px;
    cursor: pointer;
    color: var(--verde);
}
.parrafo.contact-us a:hover {
    color: black;
}
.alerta {
    border: 1px solid var(--color_primario);
    font-size: 0.85em;
    font-style: italic;
    padding: 8px;
    display: inline-block;
}
.terminos {
    line-height: 1em;
}
.terminos .container {
    margin-bottom: 20px;
}

/* ::::::::::: BOXES (listado de productos Tours y Transfers) ::::::::::: */
.boxes {
    display: grid;
    grid-template: repeat(2, auto) / repeat(3, minmax(250px, 300px));
    grid-gap:20px;
    align-items: start;
    justify-content: center;
    margin-top: 25px;
}
.box-item {
    background-color: var(--blanco);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
    color: var(--negro);
    font-family: Montserrat-Regular;
    font-size: 13px;
    letter-spacing: 0.16px;
    height: inherit;
}
.box-img {
    margin: 0;
    position: relative;
}
.box-img img {
    width: 100%;
}
.box-img .image.img01 {
    height: 280px;
}
.box-img .img01 {
    background: url("../images/tours/foto.jpg") no-repeat center center;
    background-size: cover;
}
.box-img .image {
    width: 100%;
    height: 200px;
    display: block;
    position: relative;
}
.box-img .precio {
    font-family:'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 1.6em;
    font-weight: 700;
    color: var(--blanco);
    right: 0;
    bottom: 0;
    text-align: right;
    padding-right: 30px;
    padding-top: 17px;
    position: absolute;
}
.box-img .precio.mancha {
    background-image: url("../images/services/mancha.svg");
    background-repeat: no-repeat;
    background-position-y: -10px;
    height: 70px;
    width: 240px;
}
.box-img .precio small {
    font-size: 0.6em;
}
.box-text {
    display: inline-block;
    width: 100%;
    margin: 15px 0 15px 12px;
}
.box-item .box-text h3 {
    font-family:'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    color: var(--negro);
    margin: 0;
    display: block;
}
.box-item .box-text .lugar {
    color: #7c7c7c;
}
.box-buttons, .box-text {
    padding: 0 15px 15px 0;
}
.box-buttons {
    display: flex;
    justify-content: flex-end;
}
.box-item .box-buttons button, .type-vehicle button, .type-tour button {
    color: var(--blanco);
    text-transform: uppercase;
    background-color: var(--negro);
    padding: 15px;
    float: right;
    border: 0;
    transition: var(--transicion);
    cursor: pointer;
}
.box-item .box-buttons button:hover, .type-vehicle button:hover {
    color: var(--negro);
    background-color: var(--color_primario);
}
.box-item .box-buttons .vermas {
    display: inline;
    font-size: 1em;
    padding: 13px;
}
.box-item .box-buttons a {
    color: var(--negro);
    vertical-align: middle;
    line-height: 43px;
    text-decoration: underline;
    transition: var(--transicion);
}
.box-item .box-buttons a:hover {
    color: var(--color_primario);
}
/* ::::::::::: INCLUSIONS y LISTADOUL ::::::::::: */
.inclusions, .listadoUl {
    width: 100%;
    max-width: 700px;
    margin: 50px auto 0 auto;
}
.inclusions ul, .listadoUl ul {
    font-style: italic;
    font-weight: lighter;
    line-height: 2em;
}
.listadoUl ul {
    line-height: 1.5em;
}
.inclusions li, .listadoUl li {
    position: relative;
    padding-left: 30px;
}
.listadoUl li {
    margin-bottom: 20px;
}
.inclusions ul li::before {
    position: absolute;
    content: url(../images/lnr-checkmark-circle.svg);
    width: 30px;
    height: 80px;
    margin-left: -30px;
    margin-top: 2px;
}
.listadoUl ul li::before {
    position: absolute;
    content: url(../images/li-bullet.svg);
    width: 30px;
    height: 80px;
    margin-left: -30px;
    margin-top: 2px;
}
/* ::::::: FORMULARIOS ::::::: */
.formulario-container {
    display: flex;
    justify-content: center;
}
.formulario.w100 {
    width: 100%;
}
.formulario.contact-us {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    justify-content: center;
    grid-gap: 9px;
    grid-template-areas: "columna-1 columna-2" 
                         "mensaje mensaje" 
                         "button button";
}
.formulario.contact-us .columna-1 {
    grid-area: columna-1;
}
.formulario.contact-us .columna-2 {
    grid-area: columna-2;
}
.formulario.contact-us .mensaje {
    grid-area: mensaje;
}
.formulario {
    padding: 50px;
    background-color: rgba(239, 239, 239, 0.8);
}
.formulario label {
    display: block;
    font-size: 0.9em;
}
.formulario input[type='text'],
.formulario[type='select'], 
.formulario input[type='email'],
.formulario input[type='number'],
input[type='date'],
.formulario textarea {
    font-size: 0.85em;
    width: 100%;
    padding: 14px;
    outline: none;
    margin: 2px 0 15px;
    border: 0;
    height: 43px;
    border-bottom: 1px solid black;
}
.formulario input[type='checkbox'] {
    padding: 5px;
    outline: 0;
    border:1px solid red;
}
.formulario input:focus, 
.formulario textarea:focus, 
.formulario input:hover, 
.formulario textarea:hover {
    border-bottom: 1px solid var(--color_primario);
}
.formulario textarea {
    height: 150px;
}
/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* --------- Checkbox */
/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* ------------- Checkbox */
/* Customize the label (the container) */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  /* Hide the browser's default checkbox */
  .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: var(--blanco);
    border-bottom: 1px solid var(--negro);
  }
  /* On mouse-over, add a grey background color */
  .container:hover input ~ .checkmark {
    background-color: var(--gris_claro);
  }
  /* When the checkbox is checked, add a blue background */
  .container input:checked ~ .checkmark {
    background-color: var(--color_primario);
  }
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  /* Show the checkmark when checked */
  .container input:checked ~ .checkmark:after {
    display: block;
  }
  /* Style the checkmark/indicator */
  .container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* ::::::: FAST QUOTE MENU ::::::: */
    .cssbkgrblack {
      position: absolute;
      background-color: rgba(0,0,0,0.55);
      height: 1000vh;
      width: 100vw;
      z-index: 999;
      top: 0;
      bottom: 0;
    }
    .fast-quote-menu {
        position: fixed;
        background: rgba(255,255,255,0.95);
        z-index: 999;
        height: 100vh;
        right: -35vw;
        top: 0;
        width: 35vw;
        transition: all 0.4s ease-in-out;
        overflow: auto;
        padding: 0 3%;
    }
    .fast-quote-menu.is-active {
        right: 0vw;
    }
    .fast-quote-menu h1 {
      font-size: 2.6em;
      line-height: 0.5em;
      margin: 8% 0 0 13%;
      text-align: left;
    }
    .fast-quote-menu p {
      padding: 0 40px;
    }
    .fast-quote-menu .formulario {
      margin: 0 10%;
      padding: 30px 20px;
    }
    .fast-quote-menu button {
        margin-top: 30px;
    }
    .fast-quote-menu a.boton-cerrar {
        position: absolute;
        background: url("../images/close.svg") no-repeat center center;
        background-size: cover;
        width: 50px;
        height: 50px;
        right: 0;
        cursor: pointer;
        margin: 7px 7px 0;
        z-index: 9999;
        transition: var(--transicion);
    }
    .fast-quote-menu a.boton-cerrar:hover {
        background: url("../images/close-hover.svg") no-repeat center center;
        background-size: 3em; 
    }
    .fast-quote-menu .boton-cerrar img {
        width: 50px;
    }
    .fast-quote-menu .adultchildren, .arrivaldeparture {
      display: grid;
      grid-template-columns: auto auto;
      grid-gap: 8px;
    }
    .arrivaldeparture input {
        display: block;
    }
    .arrivaldeparture label {
        width: 68%;
    }
    
    /* ::::::: HUBSPOT ::::::: */

    #hs-form-iframe-1, #hs-form-iframe-0 {
        /* width: 100vw !important;
        display: grid;
        justify-items: center;   */
    }

    /* .hbspt-form, */
    .hubspot-contactUs, #hbspt-form-1611068539135-3464245770 {
        /* display: grid !important;
        justify-content: center !important; */
        width: 50%;
        margin: 0 auto;
        padding: inherit !important;
        /* position:absolute; */
    }

    #hubspot-Transfer .hbspt-form {
        width: 95% !important;
    }

    #hubspot-Transfer {
        width: 100% !important;
    }
    iframe {
        position: absolute;
        top:0;
        left: 0;
        width: 100% !important;
        height: 100%;
    }

    /* YOUTUBE */
    .video-youtube {
        position: relative;
        width: 90% !important;
        height: 350px;
    }