﻿/*@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: #00ace6;
}

/* 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;
    }
}

.navigation-commerce-headerV2 {
    height: 42px;
}



.product-menuV2 {
    /*background-color: #475A96;*/
    background-color: #00ace6;
    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;
    }
}

@media screen and (max-width: 480px) {
    .personalizacion-commerce-logo {
        margin-left: 0px;
        width: 200px;
    }
}


.personalizacion-commerce-menuproductos-TextoColor {
    color: #fff !important;
    font-weight: 600;
}

.personalizacion-commerce-header {
    background-color: white;
}

.personalizacion-commerce-menusuperior-links {
    color: #00ace6;
    font-weight: 600;
}


    .personalizacion-commerce-menusuperior-links:link {
        color: #00ace6;
        font-weight: 600;
    }

    .personalizacion-commerce-menusuperior-links:visited {
        color: #00ace6;
        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: #00ace6;
    font-size: 2rem;
    line-height: 1.1;
    font-weight: 800;
}


.personalizacion-commerce-busquedas-label {
    color: #00ace6;
    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: #00ace6;
    font-size: 2em;
    font-weight: 600;
}


.personalizacion-commerce-resumen-compra-header {
    background-color: #00ace6;
    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: #00ace6;
}

.personalizacion-commerce-resumen-compra-titulo-highlight {
    font-size: 19px;
    font-weight: bold;
    /* color: #395087; */
    color: white !important;
    background-color: #00ace6;
    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: #00ace6;
    color: white;
}

    .mdl-button--raised.mdl-button--colored:hover {
        background: #00ace6;
        color: #F7BD6E;
    }

.mdl-button.mdl-button--colored:hover {
    background-color: #00ace6;
}

.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;
    }

.requerido::after {
    content: "(*)";
    font-weight: bold;
    color: #395087;
    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;
}

/* 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*/
}
/*ajusta el largo de la taquilla por plano muy largo*/
.ButacaOmnibusTaquillaPiso {
    display: inline-flex !important;
    align-content: flex-end !important;
    margin-right: 20px !important;
    text-align: center !important;
    background-color: white !important;
    /* height: 495px; */
    height: 550px;
    /* width: 160px; */
    width: 250px;
    padding: 30px;
    /* text-align: center; */
    flex-wrap: wrap;
}
