﻿/*@import url('CommerceV3.css');*/

body {
    /*background-color: #233967;*/
    /*font-family: "Gloria Hallelujah", sans-serif;*/
    font-family: "Nunito", sans-serif;
    background-color: #f0f0f0;
    height: 100%;
}

.alert-danger {
    font-size: 1.2rem;
    color: red;
}

.text-danger {
    color: red;
}

.body-contentV2 {
}

.autocomplete_container {
}

.commerce-containerV2 {
    width: 100%;
}

.commerce-content-pagina {
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
}

@media screen and (min-width: 992px) {

    .commerce-content-pagina {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}


.page-contentV2 {
    max-width: 1450px;
    margin: auto;
    background-color: white;
}

.commerce-headerV2 {
}

/* Footer */
.commerce-footerV2 {
    background-color: #FFFFFF;
    padding: 10px;
}

    .commerce-footerV2 a:link {
        font-size: 16px;
        font-weight: 700;
        color: #395184;
        text-decoration: underline;
    }

    .commerce-footerV2 a:visited {
        font-size: 16px;
        font-weight: 700;
        color: #395184;
        text-decoration: underline;
    }

    .commerce-footerV2 a:hover {
        color: white;
        padding: 5px;
        background-color: #475a96;
    }

.commerce-footer-titulos {
    font-weight: 700;
    color: #475A96;
    font-size: 18px;
}

.commerce-footer-texto {
    font-weight: 400;
    color: #000000;
    font-size: 14px;
}

.commerce-footer-section {
    padding: 20px;
}

.commerce-footer-separator {
    margin-top: 20px;
    height: 42px;
    line-height: 42px;
    color: white;
    text-align: right;
    vertical-align: middle;
    background-color: #475A96;
}

/* End Footer */


.commerce-navigation__linkV2:hover {
}

.commerce-navigation__linkV2 {
    height: 42px;
    line-height: 42px;
    color: black;
    display: block;
    padding: 0 24px;
}

@media screen and (max-width: 992px) {
    .commerce-navigation__linkV2 {
        padding: 0 10px;
        font-size: 1.5rem;
        padding-right: 10px;
        padding-left: 10px;
    }
}

.commerce-navigation__linkV2mobile {
    height: 42px;
    line-height: 42px;
    color: black;
    display: block;
    padding: 0 24px;
}

@media screen and (max-width: 992px) {
    .commerce-navigation__linkV2mobile {
        padding: 0 10px;
        font-size: 1.2rem;
        padding-right: 10px;
        padding-left: 10px;
    }
}

.navigation-commerce-headerV2 {
    height: 42px;
}



.product-menuV2 {
    /*background-color: #475A96;*/
    background-color: #385486;
    overflow-y: hidden;
    overflow-x: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navigation-product-menuV2 {
    height: 42px;
}

.product-navigation__linkV2:hover {
    padding: 11px;
}

.product-navigation__linkV2 {
    padding: 3px 3px;
    /*font-size: 16px;*/
    font-size: 18px;
    text-align: center;
    width: 150px;
}



.product-navigation__link_activoV2 {
    padding: 11px;
}

@media screen and (max-width: 992px) {
    .product-navigation__link_Icon {
        margin-bottom: 7px;
        display: block;
    }
}


.product_busqueda_containerV2 {
    padding: 15px;
}

.commerce-productos-busqueda-resultado-container {
    padding: 20px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    /*border-top: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    border-right: 5px solid #d5d5d5;
    border-bottom: 5px solid #d5d5d5;*/
    background-color: #F0F0F0;
}



@media screen and (min-width: 992px) {
    .commerce-productos-busqueda-resultado-container {
        padding: 20px;
        margin-left: 50px;
        margin-right: 50px;
        margin-top: 20px;
        /*border-top: 1px solid #d5d5d5;
        border-left: 1px solid #d5d5d5;
        border-right: 5px solid #d5d5d5;
        border-bottom: 5px solid #d5d5d5;*/
        background-color: #F0F0F0;
        /*background-color: blue;*/
    }
}

@media screen and (min-width: 1400px) {
    .commerce-productos-busqueda-resultado-container {
        padding: 20px;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media screen and (min-width: 992px) {
    .product_busqueda_containerV2 {
        padding: 20px;
        background-color: aliceblue;
        margin-top: 10px;
        margin-left: 220px;
        margin-right: 220px;
        margin-bottom: 10px;
    }
}

.commerce-titulosV2 {
    background-color: red;
    color: blue;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 400;
}

@media screen and (min-width: 992px) {
    .commerce-titulosV2 {
        background-color: magenta;
        color: brown;
    }
}

.div-main-wrapperV2 {
    padding: 10px;
    /*background-color: #233967;*/
    background-color: #f0f0f0;
}

@media screen and (min-width: 992px) {
    .div-main-wrapperV2 {
        padding: 0px;
    }
}


.mobileShow {
    display: none;
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .mobileShow {
        display: inline;
    }
}

.mobileHide {
    display: inline;
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .mobileHide {
        display: none;
    }
}

.commerce-images-sides {
    width: 100%;
    height: 100%;
    padding: 20px;
}

@media screen and (max-width: 480px) {
    .commerce-images-sides {
        padding: 0px;
    }
}

.form-control[readonly] {
    background-color: white;
}

/* Carousel */
.carousel-inner {
    margin-top: 20px;
}

    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
        width: 100%;
        margin: auto;
        min-height: 335px;
        filter: brightness(80%);
    }

/* Personalizacion */
.personalizacion-commerce-logo {
    width: 300px;
    height: 42px;
    background: url("Images/Commerce/LogoDefault.png") no-repeat;
    /*margin-left: 50px;*/
    margin-top: -25px;
}

@media screen and (min-width: 992px) {
    .personalizacion-commerce-logo {
        margin-left: 0px;
    }
}

/*MSA: 22/12/23*/
/*@media screen and (max-width: 480px) {
    .personalizacion-commerce-logo {
        margin-left: 0px;
        width: 200px;
    }
}*/

/*MSA: 22/12/23*/
@media screen and (max-width: 480px) {
    .personalizacion-commerce-logo {
        margin-left: 0px;
        max-width: 160px;
    }
}

/*MSA: 26/12/23*/
@media screen and (max-width: 380px) {
    .personalizacion-commerce-logo {
        margin-left: 0px;
        max-width: 100px;
    }
}

/*MSA: 26/12/23*/
@media screen and (max-width: 300px) {
    .personalizacion-commerce-logo {
        margin-left: 0px;
        max-width: 70px;
    }
}

.personalizacion-commerce-menuproductos-TextoColor {
    color: #fff !important;
    font-weight: 600;
}

.personalizacion-commerce-header {
    background-color: white;
}

.personalizacion-commerce-menusuperior-links {
    color: #00133B;
    font-weight: 600;
}


    .personalizacion-commerce-menusuperior-links:link {
        color: #00133B;
        font-weight: 600;
    }

    .personalizacion-commerce-menusuperior-links:visited {
        color: #00133B;
        font-weight: 600;
    }

    .personalizacion-commerce-menusuperior-links:hover {
        background-color: #475a96;
        color: white;
    }

.personalizacion-commerce-menuproductos-links {
    color: white;
}

    .personalizacion-commerce-menuproductos-links:link {
        color: white;
    }

.personalizacion-commerce-menuproductos-links-activo {
    color: #F7BD6E !important;
    /*background-color: #707b9c;*/
    padding: 11px;
}

.personalizacion-commerce-menuproductos-links:hover {
    background-color: white;
    color: #475a96;
}

.personalizacion-commerce-menuproductos-fondo {
    /*background-color: #ea6422;*/
}

.personalizacion-commerce-busquedas-fondo {
    /*background-color: transparent;*/
    height: 100%;
}

@media screen and (min-width: 992px) {
    .personalizacion-commerce-busquedas-fondo {
        /*display: flex;
        align-items: center;*/
    }
}

.personalizacion-commerce-busqueda-cuadro-fondo {
    /*background: rgba(225, 225, 225, .85);*/
    /*background-color: white;*/
    background-color: #fbfbfb;
    border-radius: 25px;
    box-shadow: 0 5px 8px 5px rgba(128,128,128,.5);
}

@media screen and (min-width: 992px) {
    .personalizacion-commerce-busqueda-cuadro-fondo {
        /*margin-top: 90px;*/
        margin-top: 30px;
    }
}

.personalizacion-commerce-busqueda-inputs {
    /*box-shadow: 0 2px 8px 2px rgba(128,128,128,.3);*/
    /*border: 1px solid #e6e6e6;*/
    border: 1px solid #e6e6e6;
    /*box-shadow: 0 1px 2px rgba(155,155,155,.5);*/
    box-shadow: 0 1px 2px rgba(230,230,230,.5);
    border-radius: 10px;
}

    .personalizacion-commerce-busqueda-inputs .tt-input {
        border: 1px solid #e6e6e6;
        box-shadow: 0 1px 2px rgba(155,155,155,.5);
        border-radius: 10px;
    }

@media screen and (min-width: 992px) {
    .personalizacion-commerce-busquedas-fondo {
        padding-top: 10px;
        /*height: 60vh;
        min-height: 60vh;*/
        padding-bottom: 20px;
        background-color: white;
        background: url(https://ucarecdn.com/f93fbeb5-a6be-4203-a3e4-60fd53e20753/argentinasancarlosdebarilochelakemountain.jpg) center / cover;
    }
}

.personalizacion-commerce-resumen-compra-wrapper {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: all .5s;
    box-shadow: 0 1px 8px 1px rgba(128,128,128,.5);
}
/* Resumen Compra */
@media only screen and (min-width: 1200px) {
    .personalizacion-commerce-resumen-compra-fijo {
        position: fixed;
        top: 47px;
        right: 25px;
        width: 450px;
        /*background-color: #f2f5ff;*/
        background-color: white;
        border-radius: 10px;
        box-shadow: 0 1px 8px 1px rgba(128,128,128,.5);
        z-index: 100;
    }
}
/* Fin Resumen Compra */

.personalizacion-commerce-busquedas-titulo {
    color: #395087;
    font-size: 2rem;
    line-height: 1.1;
    font-weight: 800;
}


.personalizacion-commerce-busquedas-label {
    color: #395087;
    font-size: 14px;
    font-weight: 700;
}

@media screen and (max-width: 992px) {
    .personalizacion-commerce-busquedas-label {
        margin-top: 15px;
    }
}

.personalizacion-commerce-busquedas-texto-chico {
    color: #395087;
    font-size: 1em;
    font-weight: 400;
}

.personalizacion-commerce-busquedas-texto-mediano {
    color: #395087;
    font-size: 1.3em;
    font-weight: 400;
}

.personalizacion-commerce-busquedas-texto-grande {
    color: #395087;
    font-size: 2em;
    font-weight: 600;
}

.personalizacion-commerce-busquedas-texto-adaptable {
    color: #395087;
    font-size: 1.5em;
    font-weight: 400;
}

@media screen and (max-width: 992px) {
    .personalizacion-commerce-busquedas-texto-adaptable {
        color: #395087;
        font-size: 1.3em;
        font-weight: 400;
    }
}

@media screen and (max-width: 430px) {
    .personalizacion-commerce-busquedas-texto-adaptable {
        color: #395087;
        font-size: 1.1em;
        font-weight: 400;
    }
}

.personalizacion-commerce-resumen-compra-header {
    background-color: #475a96;
    color: #fff;
    height: 100%;
    padding: 16px 19px;
    font-size: 21px;
    font-weight: bold;
}

.personalizacion-commerce-resumen-compra-titulo {
    font-size: 19px;
    font-weight: bold;
    color: #395087;
}

.personalizacion-commerce-resumen-compra-titulo-highlight {
    font-size: 19px;
    font-weight: bold;
    /* color: #395087; */
    color: white !important;
    background-color: #395087;
    padding: 10px;
    margin-left: -10px;
    margin-right: -15px;
}

.personalizacion-commerce-resumen-compra-texto {
    padding: 10px;
    font-size: 14px;
    color: #395087;
}

.personalizacion-commerce-servicios-titulos {
    font-size: 21px;
    font-weight: 800;
    color: #395087;
    height: 100%;
    padding: 3px;
}

.personalizacion-commerce-loading {
    margin-top: -50px;
    width: 50px;
    height: 50px;
    content: url("Images/Loading.gif");
}

.personalizacion-commerce-index-image {
    width: 100%;
    content: url(Images/Commerce/HomeDefault.png);
}


/* Titulos de las imagenes */
.personalizacion-commerce-imagenes-texto-titulos {
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    text-shadow: 2px 2px 4px #000000;
}

.personalizacion-commerce-imagenes-texto-titulos-xl {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-shadow: 2px 2px 4px #000000;
    padding-bottom: 10px;
}

.personalizacion-commerce-imagenes-texto-parrafo {
    font-size: 20px;
    font-weight: 700;
    text-shadow: 2px 2px 4px #000000;
}

.personalizacion-commerce-imagen-fondo { /*esto debe ir en la planilla de css del CLIENTE!*/
    background-image: url('https://www.publico.es/viajes/excursiones/wp-content/uploads/2018/07/excursion-san-martin-andes.jpg') !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 450px;
}

.personalizacion-commerce-imagen-fondo0 { /*esto debe ir en la planilla de css del CLIENTE!*/
    background-image: url('https://viajes.nationalgeographic.com.es/medio/2019/12/05/istock-999135844_0095a42f_1500x1000.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 750px;
}

/* Material Override */
.mdl-layout__header .mdl-layout__drawer-button {
    background-color: white;
    border: 1px solid black;
    color: black;
}

.mdl-card__media {
    background-color: #7d64aa;
    min-height: 50px;
    background: linear-gradient(117deg, rgba(239,83,110,1) 0%, rgba(234,100,34,0.8) 100%);
}

    .mdl-card__media > img {
        max-width: 100%;
        width: 100%;
        align-content: center;
    }

.mdl-layout__header {
    min-height: 42px;
}

.mdl-layout__header-row {
    justify-content: center;
    padding: 5px;
}

.mdl-layout__header-row-centered {
    justify-content: center;
}

@media screen and (max-width: 992px) {
    .mdl-layout__header-row {
        justify-content: left;
        padding: 5px;
    }

    .mdl-layout__header-row-centered {
        justify-content: center;
    }
}

.mdl-button--raised.mdl-button--colored {
    background: #475A96;
    color: white;
}

    .mdl-button--raised.mdl-button--colored:hover {
        background: #475A96;
        color: #F7BD6E;
    }

.mdl-button.mdl-button--colored:hover {
    background-color: #475A96;
}

.mdl-button--raised {
    background: #B1B4BC;
    color: #FFFFFF;
    border-radius: 100px;
}

    .mdl-button--raised:hover {
        background: #B1B4BC;
        color: #FFFFFF;
    }

    .mdl-button--raised a,
    .mdl-button--raised a:link,
    .mdl-button--raised a:visited {
        color: #FFFFFF;
    }

.mdl-button--accent.mdl-button--accent.mdl-button--raised,
.mdl-button--accent.mdl-button--accent.mdl-button--fab {
    background: #ffb24a;
    color: #FFFFFF;
    border-radius: 100px;
    font-weight: bold;
}

/* Fin Material Override */

.mdl-button--busqueda {
    width: 150px;
    color: white;
    /*background: linear-gradient(to right, rgba(57,81,135,1) 0%, rgba(41,137,216,1) 100%);*/
}

.mdl-button--limpiar {
    color: white;
}

.mdl-button--busqueda a,
.mdl-button--busqueda a:link,
.mdl-button--busqueda a:visited {
    color: red;
}

.mdl-button-blanco {
    background: white;
    color: #395087;
    font-weight: bold;
    border: 2px solid #395087;
}

    .mdl-button-blanco:hover {
        background: #B1B4BC;
        color: #395087;
    }

    .mdl-button-blanco a,
    .mdl-button-blanco a:link,
    .mdl-button-blanco a:visited {
        color: #395087;
    }

/*MSA: 31/03/25*/
/*.requerido::after {
    content: "(*)";
    font-weight: bold;
    color: #395087;
    margin-left: 3px;
    margin-top: 5px;
}*/
.requerido::after {
    content: "(*)";
    font-weight: bold;
    color: red;
    margin-left: 3px;
    margin-top: 5px;
}

/* WhatsApp Helper */
.WhatsAppDivContainer {
    position: fixed;
    /*bottom: 30px;
    right: 60px;*/
    bottom: 10px;
    right: 20px;
    z-index: 100;
    border-radius: 100px;
    background-color: #303030;
    color: white;
    font-size: 15px;
    padding: 10px;
}

    .WhatsAppDivContainer a:visited {
        color: white;
        text-decoration: none;
    }

    .WhatsAppDivContainer a:link {
        color: white;
        text-decoration: none;
    }

.WhatsAppDivContainerImagen {
    width: 25px;
    height: 25px;
    margin-left: -5px;
}

/* Read More */
/* Footer */
.commerce-read-more {
    color: #395184;
    color: #006EB2;
    text-decoration: underline;
    font-size: 1.3rem;
    margin-top: 15px;
    /*text-decoration-color: red;*/
    text-decoration-thickness: .125em;
    text-underline-offset: 1.5px;
}

    .commerce-read-more a:link {
        font-size: 16px;
        color: #395184;
        text-decoration: underline;
    }

    .commerce-read-more a:visited {
        color: #395184;
        text-decoration: underline;
    }

    .commerce-read-more a:hover {
        color: white;
        padding: 5px;
        background-color: #475a96;
    }


/* Mobile */
@media only screen and (max-width: 768px) {
    .product-navigation__linkV2 {
        padding: 1px 1px;
        font-size: 13px;
        text-align: center;
        width: 85px;
    }

    .product-navigation__link_Icon {
        margin-bottom: 3px;
        display: block;
        line-height: 0.3;
    }

    .commerce-productos-busqueda-resultado-container {
        padding: 5px;
        margin-top: 5px;
    }

    .personalizacion-commerce-busquedas-titulo {
        font-size: 1.7rem;
        line-height: 1.0;
        font-weight: 800;
    }

    .personalizacion-commerce-busquedas-texto-mediano {
        font-size: 1.1em;
    }

    .personalizacion-commerce-busquedas-texto-grande {
        font-size: 1.3rem;
    }

    .personalizacion-commerce-resumen-compra-texto {
        padding: 5px;
        font-size: 12px;
    }

    .product-menuV2 {
        height: 48px;
        padding-top: 2px;
        padding-bottom: 0px;
    }

    .personalizacion-commerce-resumen-compra-wrapper {
        margin-top: 20px;
    }

    .personalizacion-commerce-resumen-compra-header {
        font-size: 1.5rem;
    }

    .personalizacion-commerce-servicios-titulos {
        font-size: 1.3rem;
    }
}

.badgeCantidadItemsCarroCompra {
    background-color: black !important; /*cambia el color del circulo*/
    color: white !important; /*cambia el color de la letra de la cantidad de items.*/
    font-size: 9pt !important; /*cambia el tamaño de la letra de la cantidad de items.*/
    margin-top: -15px !important; /*NO TOCAR SI NO ES NECESARIO */
    margin-right: -15px; /*NO TOCAR SI NO ES NECESARIO */
    margin-left: 0px; /*NO TOCAR SI NO ES NECESARIO */
}

.badgeCantidadItemsCarroCompraMobile {
    background-color: black !important; /*cambia el color del circulo*/
    color: white !important; /*cambia el color de la letra de la cantidad de items.*/
    font-size: 7pt !important; /*cambia el tamaño de la letra de la cantidad de items.*/
    margin-top: -25px !important; /*NO TOCAR SI NO ES NECESARIO (ajusta la posicion del circulo mas arriba o mas abajo)*/
    margin-left: -10px; /*NO TOCAR SI NO ES NECESARIO (ajusta la posicion del circulo mas a la izquierda)*/
    position: relative; /*NO TOCAR*/
}

/*MENU MOBILE DESPLEGABLE*/
.btn-custom {
    padding: 10px 20px;
    background-color: transparent;
    color: black;
    border: none;
    display: flex;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}

.icon-arrow {
    margin-left: 0.6vh;
    font-size: 16px;
    color: #8c8989;
}

.navbar-mobile {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
}

.hamburger-button {
    font-size: 24px;
    background: none;
    border: none;
    color: black;
    cursor: pointer;
}

/*.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    align-items: flex-start;
}

    .mobile-menu.active {
        display: flex;
        width: 90%;
        height: auto;
    }*/

/* MENÚ DESPLEGABLE PARA DESKTOP */
.desktop-menu-desplegable {
    position: fixed;
    top: 0;
    height: 100%;
    /*overflow-y: auto;*/
    scroll-behavior: smooth;
    right: -1000%;
    width: fit-content;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: right 0.4s ease;
    z-index: 1000;
}

.desktop-menu-desplegable-mobile {
    position: fixed;
    top: 0;
    max-height: 500px;
    /*    overflow-y: auto;
*/
    scroll-behavior: smooth;
    right: -250%;
    width: fit-content;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: right 0.4s ease;
    z-index: 1000;
}



    .desktop-menu-desplegable-mobile.active {
        right: 0;
    }

.desktop-menu-desplegable.active {
    right: 0;
}

.mobile-menu-close-button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 30px;
    color: white;
    margin-top: -20px;
    margin-right: -5px;
}

/*.mobile-menu a, .mobile-menu button {
    margin-bottom: 7px;
    text-align: left;
}*/

.desktop-menu-desplegable a, .desktop-menu-desplegable button {
    margin-bottom: 7px;
    text-align: left;
}

.desktop-menu-desplegable-mobile a, .desktop-menu-desplegable button {
    margin-bottom: 7px;
    text-align: left;
}

.badgeCantidadItemsCarroCompraMobileNuevo {
    background-color: black !important; /*cambia el color del circulo*/
    color: white !important; /*cambia el color de la letra de la cantidad de items.*/
    margin-top: -10px !important; /*NO TOCAR SI NO ES NECESARIO (ajusta la posicion del circulo mas arriba o mas abajo)*/
    position: relative; /*NO TOCAR*/
}

.menu-ingresar-mobile {
    font-size: 1.2em;
    color: white;
    padding: 5px;
    margin-top: 2px;
}

    .menu-ingresar-mobile:hover {
        color: black;
    }

.mobile-menu-superior {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px;
    background-color: #475A96;
}

.mobile-menu-superior-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
}

.mobile-menu-user {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-left: 5px;
}

.mobile-menu-user-icon {
    font-size: 25px;
    color: #475A96;
}

.mobile-menu-inferior {
    padding: 5px;
    overflow-y: auto;
    overflow-x: hidden;
}

.desktop-menu-desplegable-inferior {
    padding: 5px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

    .desktop-menu-desplegable-inferior::-webkit-scrollbar {
        width: 12px;
    }

    .desktop-menu-desplegable-inferior::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 10px;
        border: 2px solid rgba(255, 255, 255, 0.2);
    }

        .desktop-menu-desplegable-inferior::-webkit-scrollbar-thumb:hover {
            background-color: rgba(255, 255, 255, 0.9);
        }

    .desktop-menu-desplegable-inferior::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.3);
    }


.mobile-menu-inferior::-webkit-scrollbar {
    width: 12px;
}

.mobile-menu-inferior::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 10px; /* Borde redondeado */
    border: 2px solid rgba(255, 255, 255, 0.2); /* Borde para dar mayor contraste */
}

    .mobile-menu-inferior::-webkit-scrollbar-thumb:hover {
        background-color: rgba(255, 255, 255, 0.9); /* Hover más evidente */
    }

.mobile-menu-inferior::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3); /* Fondo más oscuro para mayor contraste */
}


.mobile-menu-moneda {
    padding-left: 10px;
    color: blue;
}

.mobile-menu-ingreso-registro {
    display: flex;
    flex-direction: row;
}


.menu-salir-bg-rojo:hover {
    background-color: rgba(179, 38, 30, 1);
    color: white;
}

.flag-image-navbar {
    width: 32px;
    height: 32px;
}

.menu-moneda-mobile-navbar {
    display: -webkit-inline-box;
}

.menu-salir-rojo-mobile:link {
    color: rgba(179, 38, 30, 1);
}

.botones-customizables-mobile {
    display: flex;
    flex-direction: column;
}

/*  CD: 03/02/2025
    Se pidio agrandar el tamaño de la imagen para los Botones configurables*/
.img-botones-customizables-header {
    width: 40px;
    height: 40px;
}

.img-botones-customizables-header-desktop {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.botones-customizables {
    display: flex;
    flex-direction: row;
}

boton-customizable-title {
    width: auto;
}


@media screen and (max-width: 1024px) {
    .commerce-navigation__linkV2 {
        padding: 0 10px;
        font-size: 1.5rem;
        padding-right: 0px;
        padding-left: 0px;
    }
}

.button-image-navbar {
    height: 32px;
}

.layout-menu-partial {
    margin-left: -25%
}

@media (min-width: 1025px) and (max-width: 1180px) {

    .layout-menu-partial {
        padding-left: 85px;
    }

    .desktop-home {
        display: none;
    }
}


.commerce-navigation__linkV2_busqueda-servicios-trenes {
    padding: 10px;
    width: fit-content;
    /*        font-size: 1.5rem;
*/ /* padding-right: 10px;
        padding-left: 10px;*/
}

.personalizacion-commerce-botones_busqueda-servicios-trenes {
    /*box-shadow: 0 2px 8px 2px rgba(128,128,128,.3);*/
    /*border: 1px solid #e6e6e6;*/
    border: 3px solid #e6e6e6;
    /*box-shadow: 0 1px 2px rgba(155,155,155,.5);*/
    box-shadow: 0 1px 2px rgba(230,230,230,.5);
    border-radius: 10px;
}

    .personalizacion-commerce-botones_busqueda-servicios-trenes:link {
        color: #00133B;
        font-weight: 600;
    }

    .personalizacion-commerce-botones_busqueda-servicios-trenes:visited {
        color: #00133B;
        font-weight: 600;
    }

    .personalizacion-commerce-botones_busqueda-servicios-trenes:hover {
        background-color: #475a96;
        color: white;
    }

/*MSA: 24/02/25*/
/*Tarifas especiales pasajeros*/
/*.pasajeros_tarifas-especiales {
    display: flex;
    flex-direction: row;
}*/

.tarifas_especiales-pasajeros {
    background-color: #683849;
    text-align: center;
    color: #fff;
    font-size: 11pt;
}

.table_tarifas-especiales_pasajeros {
    border-radius: 15px !important;
    overflow: hidden;
}

.botones_volver-continuar_tarifas-especiales {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.botones-customizables_servicios {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.boton-customizable_servicios {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
}

.a-boton-customizable_servicios {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.botones-customiables-popup-img {
    width: 100%;
    max-height: 60vh;
    border: none;
}

.botones-customiables-popup-iframe {
    /*    width: 60vw;
*/
    height: 50vh;
    border: none;
}

.botones-customizables-popup-container {
    text-align: left;
    font-size: 12px;
}

.botones-customiables-popup-dialog {
    margin: auto;
    /*    padding: 1.2rem;
*/
}

.botones-customiables-popup-header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 0px;
}

.botones-customiables-popup-title-text {
    margin: 0;
    font-size: 16px;
}

.personalizacion-commerce-botones_busqueda-servicios-trenes_boton-intercambio {
    /*box-shadow: 0 2px 8px 2px rgba(128,128,128,.3);*/
    /*border: 1px solid #e6e6e6;*/
    border: 3px solid #e6e6e6;
    /*box-shadow: 0 1px 2px rgba(155,155,155,.5);*/
    box-shadow: 0 1px 2px rgba(230,230,230,.5);
    border-radius: 10px;
    color: #475a96;
    font-weight: 600;
}

    /*  .personalizacion-commerce-botones_busqueda-servicios-trenes_boton-intercambio:link {
        color: #475a96;
        font-weight: 600;
    }*/

    .personalizacion-commerce-botones_busqueda-servicios-trenes_boton-intercambio:visited {
        color: #475a96;
        font-weight: 600;
    }

    .personalizacion-commerce-botones_busqueda-servicios-trenes_boton-intercambio:hover {
        background-color: #475a96;
        color: white;
    }


input.radio_experiencia-libre:checked {
    accent-color: rgb(209, 48, 48);
}

input.radio_experiencia-tramos:checked {
    accent-color: rgb(254, 153, 3);
}

.label_experiencia-libre {
    color: rgb(209, 48, 48);
}

.label_experiencia-tramos {
    color: rgb(254, 153, 3);
}

.swap-button-container_embed {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal-size_iframe {
    min-width: 70vw;
    max-width: 90vw;
}


/*MSA: 28/03/25*/
/*DATEPICKER EMBEBIDO DE TRENES*/
@media screen and (min-width: 1200px) {
    .datepicker-embebido table tr td, .datepicker-embebido table tr th {
        text-align: center !important;
        width: 8px !important;
        height: 8px !important;
        border-radius: 4px !important;
        border: none !important;
        font-size: 8pt !important;
    }

    .datepicker-embebido {
        left: auto !important;        
        right: 8vw !important;
        top: 0px !important;
    }
}

@media screen and (min-width: 1400px) {
    .datepicker-embebido {
        right: 9vw !important;  
    }
}

@media screen and (min-width: 1600px) {
    .datepicker-embebido {
        right: 10vw !important;   
    }
}

/*MSA: 31/03/25*/
/*DATEPICKER EMBEBIDO DE ÓMNIBUS Y FLUVIAL*/
@media screen and (min-width: 1200px) {
    .datepicker-embebido1 table tr td, .datepicker-embebido1 table tr th {
        text-align: center !important;
        width: 8px !important;
        height: 8px !important;
        border-radius: 4px !important;
        border: none !important;
        font-size: 8pt !important;
}
    .datepicker-embebido2 table tr td, .datepicker-embebido2 table tr th {
        text-align: center !important;
        width: 8px !important;
        height: 8px !important;
        border-radius: 4px !important;
        border: none !important;
        font-size: 8pt !important;
    }

    .datepicker-embebido1 {
        left: auto !important;
        right: 22vw !important;
        top: 0px !important;
    }

    .datepicker-embebido2 {
        left: auto !important;
        right: 6vw !important; 
        top: 0px !important;
    }
}


@media screen and (min-width: 1400px) {
    .datepicker-embebido1 {
        right: 23vw !important;
    }

    .datepicker-embebido2 {
        right: 7vw !important;
    }
}

@media screen and (min-width: 1600px) {
    .datepicker-embebido1 {
        right: 24vw !important;
    }

    .datepicker-embebido2 {
        right: 8vw !important;
    }
}

.carro-compras-pax_required-inputs {
    color: red;
}

