/* ---------------- Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
 }

/* ---------------- Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
    .fast-quote-menu {
        right: -40vw;
        width: 40vw;
    }  
    .fast-quote-menu .formulario {
        margin: 0 5%;
        padding: 30px 10px;
    }    
 }

/* ---------------- Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
    .fast-quote-menu {
        right: -50vw;
        width: 50vw;
    }
    .fast-quote-menu h1 {
        font-size: 2.2em;
        margin: 10% 0 0 11%;
        text-align: left;
    }
    .fast-quote-menu p {
        padding: 0 25px;
        margin-top: 30px;
    }
    .formulario.contact-us {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
        grid-gap: 9px;
        grid-template-areas: "columna-1 columna-1"
                             "columna-2 columna-2" 
                             "mensaje mensaje" 
                             "button button";
    } 
    .reviews-list {
        width: 80%;
    } 
    .parrafo {
        width: 90%;
    }   

    .tours-cuote {
        max-width: 950px;
        margin: 0 30px;
        display: grid;
        grid-template: 1fr auto auto auto / 1fr;
        grid-gap: 7px 20px;
        grid-template-areas: "type-tour" 
                           "tour-detail" 
                                 "notes"
                           "type-social";
    }

    .type-tour {
        display: flex;
        justify-content: space-around;
    }

    .tour-cost.one, .tour-cost.two {width: 48%;}

    .logo-paypal {display: none}
}
 /* ---------------- Small devices (phones) */
 @media (max-width: 575.98px) {
    .hideoverflow {
        overflow: hidden;
    }
 /* ETIQUETAS --- */   
    h1 {
        font-size: 6em;
        line-height: 0.8em;
    }
    h2 {
        display: inherit;
    }
    h2, h4 {
        font-size: 16px;
    }
    h5 {
        margin: 0;
    }
    p {
        font-size: 1.1em;
        font-weight: normal;
    }

/* CLASES --- */
    .hidden-desktop {
        display: initial;
    }
    .br-null-mobile{
        display: none;
    }
    .br-null-desktop {
        display: inherit;
    }
    
    /* --- start buttons */
    .botonPrimario {
        padding: 16px 15px 15px;
    }
    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);
    }
    a.boton-cerrar:hover {
        background: url("../images/close-hover.svg") no-repeat center center;
        background-size: 3em; 
    }
    .boton-cerrar img {
        width: 50px;
    }
    /* --- end buttons */
    .br_null, .hidden {
        display: none;
    }
    .br_null_dtop {
        display: initial;
    }

    /* ::: HEADER ::: */
    .header-logo-mobile {
        z-index: 998;
        padding: 13px 0;
        position: fixed;
        left: 40%;
        right: 40%;
        width: 90px;
    }
    /* --- Header > Menu Mobile */
    .pleca-blanca {
        box-shadow: 0 6px 10px 0 rgba(0,0,0,0.1);
        position: fixed;
        display: block;
        background: var(--blanco);
        width: 100%;
        height: 50px;
        z-index: 980;
    }
    .burger-button, .burger-menu {
        position: absolute;
        position: fixed;
        top: 0;
        left: 0;
    }
    .burger-button {
        position: fixed;
        background: url("../images/lnr-menu.svg") no-repeat center center;
        transform: scale(1.5);
        width: 30px;
        margin-left: 8px;
        margin-top: 3px;
        padding: 30px 17px 9px;
        transition: var(--transicion);
        z-index: 991;
    }
    .burger-button:hover {
        background: url("../images/lnr-menu-hover.svg") no-repeat center center;
    }
    .burger-menu {
        background: rgba(255,255,255,0.95);
        z-index: 998;
        height: 100vh;
        left: -100vw;
        width: 100vw;
        transition: all 0.4s ease-in-out;
    }
    .burger-menu.is-active {
        left: 0;
    }
    .header {
        height: 90vh;
        background-size: 150% auto;
        -webkit-background-size: 170% auto;
        -moz-background-size: 170% auto;
        -o-background-size: 170% auto;
        background-position-y: 130px;
    }
    div.preload-images {
        background-size: contain;
    }
      
    /* --- Header > Nav */
    .header-menuNav, .header-menuNav ul {
        display: inherit;
    }
    .header-menuNav ul {
        text-align: center;
        flex-direction: column;
        /* margin: 40px 0 0; */
        margin: 10% auto;
    }
    .header-menuNav ul li {
        width: 100%;
        margin: 6% 0 0;
    }
    .header-menuNav ul li a {
        background: none;
    }
    .header-menuNav a {
        display: inline-block;
        width: 40%;
        height: 40px;
    }
    .fa-user-edit{
        font-size: 1.7em;
        vertical-align: middle;
        margin-right: -4px;
    } 
    .fa-facebook-f, .fa-instagram {
        display: none;
    }
    .social-mobile-container {
        display: block;
        width: 100vw;
        text-align: center;
    }
    .social-mobile {
        margin-top: 50px;
        width: auto !important;
    }
    .social-mobile .fa-facebook-f, .social-mobile .fa-instagram {
        display: block;
        color: black;
        font-size: 2em;
        padding: 10px 15px;
    }
    .social-mobile:hover .fa-facebook-f, .social-mobile:hover .fa-instagram {
        color: #FFA800;
    }
    ul.header-social li {
        font-size: 1em;
    }
    ul.header-social a {
        padding: 0;
    }
    ul.header-social {
        padding: 18px 0 14px;
        margin-right: 0;
    }
    ul.header-social a .fa-whatsapp {
        color: #25d366;
        padding: 14px 10px 14px;
    }
    .fa-whatsapp::before {
        font-size: 1.5em;
    }
    /* --- Header > Hero */
    .hero {
        margin-top: 15%;
    }
    .heroContenedor {
        height: 75vh;
    }
    .hero-description {
        margin: 20px auto;
        width: 80%;
    }
    .hero-autor {
        margin-top: 50px;
    }
    .hero-autorInfo {
        font-weight: normal;
    }

    /* ::: SERVICES ::: */
    .services {
        justify-content: center;
        height: 100vh;
    }
    .servicesContenedor {
        flex-wrap: wrap;
    }
    .services-product {
        height: 29%;
    }
    .services-product h3 {
        top: 0;
        bottom: 0;
        margin: 0;
        display:flex;
        align-items: center;
        transition: none;
        border-bottom: 0;
    }
    .services-product:hover h3 {
        border-bottom: 0;
        transform: none;
    }
    /* ::: REVIEWS ::: */
    .slider {
        height: 40%;
    }
    .slider::after {
        display: none;
    }
    .slider::before {
        left: 43%;
        top: 10px;
        transform: scale(0.8);
    }
    .slider__txt {
        font-size: 0.9em;
        line-height: 1.3em;
    }
    .reviews {
        width: 75%;
        margin-top: 40px;
    }
    .reviews-description {
        font-size: 0.9em;
        line-height: 1.2em;
        margin-bottom: 10px;
    }
    .reviews::after {
        display: none;
    }
    .reviews::before {
        left: 43%;
        top: -55px;
        transform: scale(0.7);
    }
    /* ::: SIGNUP FORM ::: */
    .signupform {
        margin-bottom: 35px;
        width: 100%;
    }
    .signupform .form {
        flex-direction: column;
    }
    .signupform h5 {
        margin: 20px 0 15px 0;
    }
    .signupform .form input[type=email] {
        margin: 0;
        text-align: center;
    }
    .signupform ::placeholder {
        text-align: center;
    }
    .signupform ::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
         color: var(--gris);
     }
     .signupform :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: var(--gris);
     }
     .signupform ::-ms-input-placeholder {
        /* Microsoft Edge */
        color: var(--gris);
     }
     .signupform .boton {
         margin-top: 5px;
         width: 100%;
         max-width: 333px;
     }

    /* ::: FOOTER ::: */
    .footer {
        height: 100%;
        flex-direction: column;
    }
    .paypal {
        margin: 25px 0;
    }
    .footer-logos .logo-lalostylesContenedor, .footer-logos, .paypal {
        margin-left: 0 !important;
    }
    .footer-logos {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-menu {
        text-align: center;
        width: 100%;
        margin-bottom: 25px;
    }
    .footer-menu ul {
        border-right: 0;
        padding-right: 0;
    }
    .footer-menu ul li {
        font-weight: normal; 
    }
    .footer-clima {
        width: 100%;
        padding: 20px 0;
        border-top: 1px solid rgba(255,255,255,0.25);
    }
    .avion {
        margin-bottom: -120px;
    }
    /* ::: PI: PÁGINAS INTERNAS ::: */
    .mancha-blanca {
        width: 97vw;
    }
    .header-internas {
        background-position-y: 55px;
        background-size: 800px;
    }
    .header-internas-titulo {
        margin-top: 110px;
        width: 96vw;
    }
    .header-internas-titulo h2 {
        margin: 0 20px;
    }
    
    /* ::::::::::: PARRAFOS ::::::::::: */
.parrafo, .inclusions {
    width: 90%;
    font-size: 0.9em;
}
    /* ::: BOXES Groups & Transfers ::: */
    .boxes {
        grid-template: repeat(2, auto) / repeat(2, minmax(100px, 1fr));
        grid-gap: 25px 10px;
        margin: 0 20px;
    }
    .box-img .precio {
        right: -30px;
    }
    .box-img .mancha {
        transform: scale(0.75);
    }
    /* ::: REVIEWS list ::: */
    .reviews-list {
        width: 80%;
    }
    .reviews-list-box .parrafo {
        width: inherit;
    }
    .reviews-list-autor {
        font-size: 0.85em;
    }
    .reviews-list-fecha {
        display: block;
    }
    .reviews-list-fecha::after {
        content: none;
    }
    
    .fast-quote-menu {
        right: -85vw;
        width: 85vw;
    }
    .transfer-cuote {
        max-width: 950px;
        margin: 0 15px;
        display: grid;
        grid-template: 170px 1fr auto auto / 1fr;
        grid-gap: 7px 20px;
        grid-template-areas: "type-transfer" 
                             "type-vehicle"
                             "formulario-container"
                             "notes";
    }
    .transfer-cuote .type-transfer .roundtriponeway {
        display: flex;
        margin-top: 0;
      }
    .transfer-cuote .type-transfer span {
        margin-right: 10px;  
      }
      .transfer-cuote .type-transfer {
        margin-top: 20px;
    }
      .breadcrumb {
          margin-top: 60px;
      }
      .breadcrumb-container {
        display: grid;
        justify-content: center;
        padding-left: 0;
    }
    .transfer-cuote .type-vehicle .button-container {
        position: fixed;
        bottom: 0;
        left: 0;
        background: rgba(255,168,0,0.85);
        width: 100%;
        height: 95px;
        z-index: 999;
    }
    .transfer-cuote .type-vehicle button {
        position: fixed;
        margin: 0 auto;
        right: 0;
        bottom: 20px;
        left: 0;
        width: 70%;
        z-index: inherit;
    }
    .transfer-cuote .type-vehicle p {
        margin-top: 0;
    }
    .transfer-cuote .type-vehicle img {
        width: 25%;
        float: left;
        margin-right: 15px;
    } 
    .transfer-cuote .type-vehicle .vehicle {
        display: flex;
        align-items: center;
    }

/* ::: TOURS ::: */
    .tours-cuote .tour-detail .location-time h2 {
        font-size: 0.85em !important;
    }

    /* ::: HUBSPOT Form ::: */
    .hubspot-contactUs, #hbspt-form-1611068539135-3464245770 {
        /* display: grid !important;
        justify-content: center !important; */
        width: 100%;
        margin: inherit;
        padding: 5% !important;
    }
 }