body {
    font-size: 0.9rem;
    overflow-x: hidden;
    /* font-family: "Roboto", sans-serif;*/
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.separador {
    display: block;
    clear: both;
    width: 100%;
    height: 1px;
    float: none;
    background-color: transparent;
}

:root {
    --bs-blue: #324C9B;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #E5292C;
    --bs-orange: #fd7e14;
    --bs-yellow: #C19D05;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #F1FDFD;
    --bs-white: #fff;
    --bs-gray: #666666;
    --bs-gray-dark: #343a40;
    --bs-primary: #324C9B;
    --bs-secondary: #363A36;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #F3F3F3;
    --bs-dark: #384043;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

header {
    background-color: #fff;
}

h2 {
    color: var(--bs-secondary);
    font-weight: bold;
    font-size: 2rem;
    width: 90%;
    line-height: inherit;
    font-weight: 700;
    font-style: normal;
}

    h2 img {
        width: 50px;
        float: left;
        margin-right: 1%;
    }

h6 {
    font-size: 1em
}

.idiomas {
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    bottom: 0;
    z-index: 100;
    width: 120px;
    margin: 20px;
    padding: 5px;
}

.idiomas-sel {
    font-weight: bold;
    padding: 5px;
    color: black;
}

.idiomas-item {
    padding: 5px;
    display: block;
    color: black;
}

.idiomas-img {
    padding-right: 5px;
}

.idiomas-flecha {
    display: inline-block;
    height: 24px;
    width: 15px;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23666'/></svg>");
    background-position: 50%;
    background-size: 11px;
    background-repeat: no-repeat;
    transition: all .3s;
    transform: rotate(-180deg);
}

.flecha-rotate {
    transform: rotate(0deg);
}


.capitalize {
    text-transform: capitalize;
}

.carrito_layout {
    position: absolute;
    width: 330px;
    right: 0px;
    top: 70px;
    background-color: white;
}

.color-white {
    color: var(--bs-white)
}

.tar-super {
    background-color: #9aca41;
}

.color-primary {
    color: var(--bs-primary);
}

.tar-econ {
    background-color: #1cb5ad;
}

.tar-light {
    background-color: #1b837c;
}

.tar-normal {
    background-color: #e7172d;
}


.sticky-md-top {
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0px 3px 16px 0px rgba(0,0,0,.16);
}

.titulopatrocinadores {
    text-align: right;
    color: white;
    font-size: 1.9em;
    float: right
}

.lineapartners {
    /*float: left; 
    z-index: -1;*/
    /*bottom: -1px;
    display: flex;*/
    /*width: 100%;*/
    height: 1px;
    margin: auto 0;
    content: "";
    background-color: var(--bs-white);
    bottom: 50%;
}

.botonmaspatro {
    border-radius: 5px;
    padding: 0.5% 1%;
    /*margin: auto;*/
    color: white;
    background-color: #494e4a;
    /*display:block;*/
    font-weight: bold;
    text-align: center
}

.producto_cantidad {
    border: 1px silver solid;
    border-radius: 100px;
    padding: 0.25em;
    width: 45%;
    display: table;
}

    .producto_cantidad input[type=text] {
        border: 0px;
        width: 100%;
        text-indent: 0px;
        text-align: center;
        margin-bottom: 0px;
        color: var(--bs-primary);
        font-size: 1.1em;
        font-weight: bold;
        line-height: 2em;
    }

.producto_cantidad_boton,
.producto_cant_form {
    display: table-cell;
    vertical-align: top;
}

.btn-mas {
    float: right;
}

.producto_cantidad_boton {
    width: 25%;
}

.producto_cant_form {
    width: 50%;
}

.producto_cantidad_boton button {
    font-size: 1.4em;
    border-radius: 100px;
    width: 1.7em;
    height: 1.7em;
    border: 0px;
}


.btngriscab {
    background-color: #363A36;
    color: white;
    border-radius: 5px;
}

.seleccionproducto {
    background-color: #E2F3F1;
    text-align: center;
    float: right;
    padding: 0.5% 2%;
    clear: both
}


h1 {
    color: var(--bs-primary);
}

a {
    text-decoration: none;
    color: var(--bs-primary);
}

.list-checked,
.list-checked-white {
    list-style: none;
    padding-left: 0;
}

    .list-checked li::before {
        content: url(/assets/img/check.svg);
        width: 32px;
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
    }

    .list-checked-white li::before {
        content: url(/assets/img/check-white.svg);
        width: 32px;
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
    }

.page-link {
    color: var(--bs-primary);
}

header .nav-link:hover {
    background: var(--bs-light);
}

.smaller {
    font-size: initial;
}

.btn {
    text-transform: uppercase;
    font-weight: bold;
    /*font-size: 0.8rem;*/
}

.btn-none {
    border: 0 none;
    background: none;
    text-align: initial;
}

.cabecera video {
    width: 100%;
}


.btn-familia {
    border-radius: 10px;
    margin-right: 3%;
    padding: 0.5% 3%;
}


.btnidentificate {
    font-size: 0.8em;
    background-color: var(--bs-secondary);
    border-radius: 7px;
    text-transform: uppercase;
    padding: 0.2% 1%;
    color: var(--bs-white) !important;
}

    .btnidentificate a {
        color: var(--bs-white) !important;
    }

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: all;
    }
}

.btn-outline-primary {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
    background-color: var(--bs-white);
}

    .btn-outline-primary:hover {
        color: var(--bs-white);
        background-color: var(--bs-primary);
        border-color: var(--bs-primary);
    }

    .btn-check:checked + .btn-outline-primary,
    .btn-check:active + .btn-outline-primary,
    .btn-outline-primary:active,
    .btn-outline-primary.active,
    .btn-outline-primary.dropdown-toggle.show {
        color: #fff;
        background-color: var(--bs-primary);
        border-color: var(--bs-primary);
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--bs-primary);
}

.btn-outline-gray {
    color: var(--bs-gray);
    border-color: var(--bs-gray);
    background-color: var(--bs-white);
}

.btn-outline-blue {
    color: var(--bs-white);
    border-color: #282d66);
    background-color: #282d66;
}


.btn-check:checked + .btn-outline-gray, .btn-check:active + .btn-outline-gray, .btn-outline-gray:active, .btn-outline-gray .active, .btn-outline-gray .dropdown-toggle.show {
    color: #fff;
    background-color: #324C9B;
    border-color: #324C9B;
}


.btn-outline-secondary {
    background-color: var(--bs-white);
}



#pills-tab {
    background-color: var(--bs-light);
    padding: 1%;
    border-radius: 10px;
    margin-top: 2%;
}
/*Begin Texts colors*/
.text-primary {
    color: var(--bs-primary) !important;
}

.text-secondary {
    color: var(--bs-secondary) !important;
}

.text-success {
    color: var(--bs-success) !important;
}

.text-info {
    color: var(--bs-info) !important;
}

.text-warning {
    color: var(--bs-warning) !important;
}

.text-danger {
    color: var(--bs-danger) !important;
}

.text-light {
    color: var(--bs-light) !important;
}

.text-dark {
    color: var(--bs-dark) !important;
}

.text-white {
    color: var(--bs-white) !important;
}

.text-muted {
    color: var(--bs-gray) !important;
}

.text-shadow {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
}

/*End Texts colors*/
.text-initial {
    text-transform: initial;
}

.text-justify {
    text-align: justify;
}

.lh-0 {
    line-height: 1.25 !important;
}

.ff-normal {
    font-family: var(--bs-font-sans-serif);
}


.p-6 {
    padding: 4.5rem !important;
}

.px-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
}

.py-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}

.bg-cyan {
    background-color: var(--bs-cyan);
}

#jumbotron {
    background-image: url(/assets/img/100k-estaciones-astun-candanchu.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75vh;
}

.bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-ofertas {
    background-image: url(/assets/img/astun-ofertas.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-parte-de-nieve {
    background-image: url(/assets/img/astun-nieve-01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-alojamiento {
    background-image: url(/assets/img/astun-alojamiento.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-parking {
    background-image: url(/assets/img/astun-parking.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-prensa {
    background-image: url(/assets/img/astun-zona-prensa.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-galeria {
    background-image: url(/assets/img/astun-nieve-05.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-galeria-can {
    background-image: url(/assets/img/galeriacandanchu.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-contacto {
    background-image: url(/assets/img/astun-nieve-07.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-material {
    background-image: url(/assets/img/astun-equipo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-escuela {
    background-image: url(/assets/img/astun-clases.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-comemos {
    background-image: url(/assets/img/astun-donde-comemos.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-remontes {
    background-image: url(/assets/img/astun-remontes.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-pistas {
    background-image: url(/assets/img/astun-nieve-04.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-forfaits {
    background-image: url(/assets/img/cabecera.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 270px;
}



.bg-restaurante {
    background-image: url(/assets/img/ChapelcoWeb22/restaurante.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 630px;
}

.bg-noticias {
    background-image: url(/assets/img/astun-noticias.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-gastronomia {
    background-image: url(/assets/img/astun-gastronomia.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-app-oficial {
    background-image: url(/assets/img/astun-app-oficial.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-normativa-covid {
    background-image: url(/assets/img/astun-normativa-covid.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-laestacion {
    background-image: url(/assets/img/astun-laestacion.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-cablaestacion {
    background-image: url(/assets/img/cablaestacion.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-combos {
    background-image: url(/assets/img/astun-combos.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-webcams {
    background-image: url(/assets/img/astun-webcams.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

footer a {
    text-decoration: none;
    color:white;
}

svg .primary {
    fill: var(--bs-primary) !important;
}

.bg-ofertas h2 {
    /*font-size: 14px;*/
}

.smaller {
    font-size: 0.7rem;
}

.bg-ofertas small {
    font-size: 12px;
    text-transform: initial;
    font-weight: normal;
}

.partners img {
    max-width: 80px;
}

.bg-gray {
    background-color: var(--bs-gray) !important;
}

/* card animation */
.card-large {
    border: none;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    min-height: 330px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    position: relative;
}

    .card-large a {
        text-decoration: none;
    }

    .card-large.card-has-bg {
        transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
        background-size: 120%;
        background-repeat: no-repeat;
        background-position: center center;
    }

        .card-large.card-has-bg:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: inherit;
            /*-webkit-filter: grayscale(1);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            filter: grayscale(100%);*/
        }

        .card-large.card-has-bg:hover {
            transform: scale(0.98);
            box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
            background-size: 130%;
            transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
        }

            .card-large.card-has-bg:hover .card-img-overlay {
                transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
                background: #234f6d;
                /*background: linear-gradient(0deg, rgba(4, 69, 114, 0.5) 0%, #044572 100%);*/
                background: rgba(4, 69, 114, 0.5);
            }

    .card-large .card-footer {
        background: none;
        border-top: none;
    }

        .card-large .card-footer .media img {
            /* border: solid 3px rgba(234, 95, 0, 0.3); */
        }

    .card-large .card-meta {
        /* color: orange; */
    }

    .card-large .card-body {
        transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    }

    .card-large:hover {
        cursor: pointer;
        transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    }

        .card-large:hover .card-body {
            margin-top: 30px;
            transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
        }

    .card-large .card-img-overlay {
        transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
        background: #234f6d;
        background: transparent;
        background: rgba(35, 79, 109, 0.1);
        /*background: linear-gradient(0deg, rgba(35, 79, 109, 0.3785889356) 0%, #455f71 100%);*/
    }

/* card animation */
#tooltip {
    background: #333;
    color: white;
    font-weight: bold;
    padding: 4px 8px;
    font-size: 13px;
    border-radius: 4px;
}

.btn-white {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
}

    .btn-white:hover {
        color: #000;
        background-color: #f9fafb;
        border-color: #f9fafb;
    }

.divider {
    background-color: var(--bs-primary);
    height: 2px;
    width: 150px;
    margin: 30px auto;
    text-align: center;
}

.dropdown-large {
    padding: 1rem;
}

.dropdown-toggle::after {
    /*color: var(--bs-white);*/
}

.btn-danger.dropdown-toggle::after {
    color: var(--bs-white);
}

.navbar .megamenu {
    padding: 1rem;
}

/*/*RESTAURANTES 20220412 FiDi*/



#CompraRestauracion {
    margin-top: -10rem;
}

.restauranteDetalle .chevron::before {
    background-image: url(/assets/img/flechaUp.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 30px;
    width: 40px;
}

#CompraRestauracion {
    position: relative;
}



#items-productos .row:not(:window-inactive) {
    animation-duration: 3s;
    animation-name: productoParcial;
}

.col {
    padding: 0
}
/*/*RESTAURANTES 20220412 FiDi*/
#CompraRestauracion {
    margin-top: -10rem;
}

.restauranteDetalle .chevron::before {
    background-image: url(/assets/img/flechaUp.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 30px;
    width: 40px;
}

#CompraRestauracion {
    position: relative;
}



#items-productos .row:not(:window-inactive) {
    animation-duration: 3s;
    animation-name: productoParcial;
}

.restauranteTodo {
    position: relative;
}

#emergentePoner,
#emergenteQuitar {
    position: fixed;
    background-color: #fff;
    text-align: center;
    padding: 2rem;
    font-size: 1.3em;
    top: 25%;
    width: 30%;
    left: 35%;
    z-index: 10000;
    border: 1px #ccc solid;
    border-radius: 10px;
    display: none;
    box-shadow: 0px 0px 10px #666;
}

.emergente img {
    margin: 1em auto;
    width: 30%;
}


a.info {
    position: relative;
    text-decoration: none !important;
    transition: all .2s ease-in-out 0s;
}

    a.info:hover {
        z-index: 999;
        background-color: #fff; /* DEBE haber un color de fondo */
        cursor: pointer;
    }

    a.info span {
        display: none;
    }

    a.info:hover span {
        display: block;
        position: absolute;
        bottom: 2em;
        left: 2em;
        width: 500px;
        padding: 1rem;
        background-color: #fff;
        color: #11a4f0;
        border: 1px solid #11a4f0;
        border-radius: 10px;
        font-size: 0.9em;
        text-align: justify;
    }


.tns-outer {
    position: relative;
}





@media all and (min-width: 992px) {
    .dropdown-large {
        min-width: 340px;
    }

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
        text-transform: uppercase;
    }
}

.border-left-primary {
    border-left: .5rem solid var(--bs-primary);
}

.border-left-warning {
    border-left: .5rem solid var(--bs-warning);
}

.form-label {
    text-transform: uppercase;
    font-weight: bold;
    color: var(--bs-gray)
}

@media (max-width: 576px) {
    .soloweb {
        display: none;
        visibility: hidden
    }

    .dropdown-large {
        width: 250px;
    }

    .nav-pills.border {
        border: 0 none !important;
    }

    .ratio-16x9 {
        --bs-aspect-ratio: 100%;
    }

    #emergentePoner,
    #emergenteQuitar {
        top: 5%;
        width: 90%;
        left: 5%;
    }

    .producto_cantidad {
        width: 53%;
    }

    a.info:hover span {
        left: -150px;
        width: 330px;
    }
}

@media (max-width: 900px) {
    .cabecera video {
        width: auto;
    }

    .bg-sm-primary {
        background-color: var(--bs-primary);
    }

    .navbar-light .navbar-toggler {
        background-color: var(--bs-white);
    }

    .collapse.show {
        /*background: white;*/
    }

        .collapse.show ul {
            margin: 0 20px;
        }

    .ins-w {
        width: 100% !important;
    }
}

.chevron::before {
    flex-shrink: 0;
    width: 40px;
    height: 25px;
    margin-left: auto;
    content: "";
    background-image: url(/assets/img/flechaUp.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
    display: inline-block;
    background-position-y: 10px;
    background-position-x: 0px;
    float: right
}

* {
    /*border: 1px solid !important;*/
}

.table-resume td:nth-last-child(-n+1) {
    text-align: right;
    width: 5rem;
}

.bg-wave {
    background-image: url("/assets/img/wave-pistas.png");
    background-repeat: repeat-x;
    background-position: top center;
    background-color: #ffffff;
    padding-top: 80px
}

.grecaptcha-badge {
    visibility: hidden;
}

.swiper-pagination-bullet {
    margin: 0 10px;
}

.required::after,
required::after {
    content: "*";
    color: var(--bs-secondary);
    margin-left: 6px;
}


.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: #a4c9ff;
}

svg.fill-primary {
    fill: var(--bs-primary);
}

.border-primary {
    border-color: var(--bs-primary) !important;
}

.mh-7 {
    min-height: 8rem;
}










.contenedor {
    width: 98%;
    max-width: 1200px;
    margin: auto;
}


.bloque_contacta h3 {
    color: white;
    font-size: 1.5rem
}


.bloque_descargaapp h3 {
    color: white;
    font-size: 1.5rem
}

.bloque_contacta {
    float: left;
    /*border-left: 1px solid #727176;*/
    /*border-right: 1px solid #727176;*/
    /*margin-top: 3%;*/
    width: 33%;
    /*text-align: center;*/
    padding-bottom: 1%;
    min-height: 230px;
}

    .bloque_contacta img {
        padding: 0 2%;
    }

    .bloque_contacta a {
        color: white;
        margin-right: 10px;
        vertical-align: middle;
    }

.bloque_datos {
    float: left;
    margin-top: 5%;
    width: 33%;
    font-size: 11px;
    color: #fff;
}

.bloque_descargaapp {
    float: left;
    width: 33%;
    font-size: 16px;
    color: #fff;
    /*border-right: 1px solid #727176;*/
    /*text-align: center;*/
    min-height: 250px;
}

    .bloque_descargaapp table {
        width: 100%
    }

    .bloque_descargaapp td {
        padding: 0 2%
    }

    .bloque_descargaapp img {
        padding: 0 2%;
    }

.left_app_2 {
    float: left;
    width: 50%;
}

.right_app_2 {
    float: right;
    width: 50%;
}

.linea_blanca {
    height: 1px;
    background-color: #fff;
    width: 20%;
    margin: 1em auto;
}

h3 {
    font-size: 0.75em
}


#SeccionForfaits {
}

.selectordias active {
    margin: 1% 3% !important;
    border-radius: 10px !important;
    background-color: #EA1024 !important;
    color: white !important;
    border: 1px solid #3c3c3b !important;
}

.selectordias {
    border-radius: 10px !important;
    /*border: 1px solid #3c3c3b !important;*/
    background-color: white !important;
    margin: 1% 3% !important;
    color: var(--bs-gray) !important;
    /*height:35px*/
}

.btn-outline-blue {
    background-color: var(--bs-blue) !important;
    color: white
}


.btn-outline-white {
    background-color: var(--bs-white) !important;
    color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

.contenedor_tienda {
    float: left;
    background-image: url(/assets/img/fondo_tienda.jpg);
    width: 59%;
    background-position: -112px 0px;
    padding: 2% 1% 0% 2%;
    position: relative;
    text-align: center;
    color: white;
    min-height: 400px;
    margin-right: 30px;
    -webkit-box-shadow: -7px 17px 42px -4px rgba(56, 55, 56, 1);
    -moz-box-shadow: -7px 17px 42px -4px rgba(56, 55, 56, 1);
    box-shadow: -7px 17px 42px -4px rgba(56, 55, 56, 1);
}







.contenedor_snowtracks {
    float: left;
    background-image: url(/assets/img/default_fondocntr_.png);
    width: 30%;
    padding: 2% 2% 0% 2%;
    text-align: center;
    color: white;
    min-height: 400px;
    -webkit-box-shadow: -7px 17px 42px -4px rgba(56, 55, 56, 1);
    -moz-box-shadow: -7px 17px 42px -4px rgba(56, 55, 56, 1);
    box-shadow: -7px 17px 42px -4px rgba(56, 55, 56, 1);
    margin-top: 30px;
    margin-left: 30px;
}

.contenedor_restauracion {
    float: left;
    background-image: url(/assets/img/fondo_restauracion_index.png);
    background-position: -130px 0px;
    background-repeat: no-repeat;
    width: 30%;
    padding: 2% 2% 0% 2%;
    text-align: center;
    color: white;
    min-height: 400px;
    -webkit-box-shadow: -7px 17px 42px -4px rgba(56, 55, 56, 1);
    -moz-box-shadow: -7px 17px 42px -4px rgba(56, 55, 56, 1);
    box-shadow: -7px 17px 42px -4px rgba(56, 55, 56, 1);
    background-color: #4b4c4e;
    position: relative;
}


.contenedor_index {
    width: 98%;
    max-width: 1200px;
    margin: auto;
    clear: both;
    display: block
}

.contenedor_tienda_drch {
    width: 45%;
    float: right;
}


.contenedor_promociones h3 {
    color: white;
    font-size: 18px;
    letter-spacing: 3px;
}

.contenedor_promociones h3 {
    color: white;
    font-size: 18px;
    letter-spacing: 3px;
}

.index_bloque_detalle {
    width: 35%;
    margin: 1em auto;
    height: 1px;
    background-color: #fff;
}

.contenedor_snowtracks h4 {
    color: white;
    font-size: 40px;
    margin: 5%;
    height: 200px;
    font-weight: bold
}


.contenedor_tienda_drch h4 {
    color: white;
    font-size: 40px;
    margin: 5%;
    height: 250px;
    font-weight: bold
}

.index_bloque_opciones {
    padding: 0% 0 3% 3%;
    font-weight: bold;
}

.contenedor_snowtracks h3 {
    color: white;
    font-size: 18px;
    letter-spacing: 3px;
}

.bloque_titulo_restauracion {
    width: 100%;
    padding-top: 190px;
    height: 100px;
}

.esquina_visa {
    float: right;
}

.titulo_restauracion_index {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 25px;
    padding-top: 10px;
}

    .titulo_restauracion_index span {
        background-color: #007bff;
        border-radius: 20px;
        padding: 5px;
    }




.contenedor_snowtracks {
    float: left;
    background-image: url(/assets/img/default_fondocntr_.png);
    width: 30%;
    padding: 2% 2% 0% 2%;
    text-align: center;
    color: white;
    min-height: 400px;
    -webkit-box-shadow: -7px 17px 42px -4px rgba(56, 55, 56, 1);
    -moz-box-shadow: -7px 17px 42px -4px rgba(56, 55, 56, 1);
    box-shadow: -7px 17px 42px -4px rgba(56, 55, 56, 1);
    margin-top: 30px;
    margin-left: 30px;
}



.contenedor_tienda_drch h3 {
    color: white;
    font-size: 18px;
    letter-spacing: 3px;
}

.contenedor_promociones_imagen {
    float: left;
    background-image: url(/assets/img/beneficios.jpg);
    width: 59%;
    padding: 2% 2% 0% 2%;
    background-position: -112px 0px;
    text-align: center;
    color: white;
    min-height: 400px;
    margin-top: 30px;
    -webkit-box-shadow: -7px 17px 42px -4px rgba(56, 55, 56, 1);
    -moz-box-shadow: -7px 17px 42px -4px rgba(56, 55, 56, 1);
    box-shadow: -7px 17px 42px -4px rgba(56, 55, 56, 1);
}

.contenedor_promociones {
    float: left;
    width: 50%;
    text-align: center;
    color: white;
    min-height: 400px;
}

.index_bloque_opciones_beneficios {
    padding: 10px 0px 0px 0px;
    color: white;
    font-size: 16px;
    letter-spacing: 2px;
}

.promociones_formulario {
    border-radius: 4px;
    background-color: #ECECEC;
    width: 80%;
    margin: 2% auto;
    padding: 4% 6%;
}

/*.botonCuandoQuieras {
    height: 81px;
}*/



/*ABONO DE TEMPORADA*/
.contenedorplanes {
    width: 23%;
    float: left;
    margin: 1%;
    background-color: white;
    border-radius: 25px;
    display: flex;
    flex-wrap: wrap;
    min-height: 550px;
}

    .contenedorplanes img {
        border-radius: 25px 25px 0 0;
        width: 100%
    }

    .contenedorplanes H2 {
        font-size: 1.3rem;
    }

.botoncomprar {
    background-color: #ea1024;
    color: white;
    border-radius: 25px;
    display: block;
    padding: 4% 0
}

.cardAT {
    border-radius: 20px;
    border: 1px solid #ccc;
    margin-top: 4%;
    color: #666666;
}

.renovarpase {
    background-color: #324C9B;
    border-radius: 25px;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    padding: 1% 4%;
    display: block;
    text-transform: uppercase;
    font-size: 1.5em
}


    .renovarpase input {
        cursor: pointer;
        width: 25px;
        height: 25px;
        border: 1px solid #888;
    }

.btn-eliminar-abono {
    float: right
}

.categoriaspersonalesAT {
    border-bottom: 1px solid #666666;
    font-size: 1.8em;
    color: #666666;
    font-weight: bold;
    margin-bottom: 1%
}

    .categoriaspersonalesAT span {
        font-size: 0.6em;
        font-weight: bold;
        text-transform: uppercase
    }


.contenedortarifasAT {
    width: 80%;
    margin: 2% auto;
    background-color: #F5F5F5;
    padding: 2% 4%;
    border-radius: 25px;
}

.linea-gris {
    border-bottom: 1px solid #ccc
}
/*.datosArchivos {
    background-color: white;
    border: 1px solid #E53122;
    color: #E53122;
}

    .datosArchivos input:hover {
        background-color: #E53122 !important;
        color:white
    }*/
.categoriaAT {
    background-color: #E53122 !important;
    color: white;
    padding: 0.5% 1%;
    font-weight: bold;
}

.tarifasrojoAT {
    color: #E53122;
    font-weight: bold;
    font-size: 1em
}


.files {
    margin-top: 2%
}


.card-body h4 {
    background-color: #fbfbfb;
    padding-left: 1%;
    padding-bottom: 2%;
    margin-bottom: 0;
    font-size: 1.3rem;
}



#DatosPersonales0, #DatosPersonales1, #DatosPersonales2 {
    background-color: #fbfbfb;
    width: 98%;
    margin: auto;
}

.imagencabeceraAT img {
    width: 100%;
    border-radius: 45px 45px;
    margin-bottom: 3%;
}

.borderradius {
    border-radius: 45px
}

.contenedor_tarifasAT {
    max-width: 920px;
    margin: auto;
    margin-top: 2%;
    width: 90%;
}

.cabeceratarifasAT {
    background-color: #E92022;
    color: white;
    font-weight: bold;
    padding: 1.5%;
    margin-right: 2px
}

.contenidotarifasAT {
    margin: 2px;
    background-color: white;
    padding: 1%;
}


.anadirAbono {
    font-size: 2em;
    border-radius: 25px;
    padding: 2% 4%;
}


.anchopagoAT {
    width: 46%;
    float: left;
    margin: 2%;
    padding: 2% 0
}

.cantidadesAtizq {
    width: 70%;
    float: left;
    text-align: left;
    font-weight: bold;
    padding: 1% 0
}



.cantidadesATderch {
    width: 30%;
    float: left;
    text-align: right;
    padding: 1% 2% 1% 1%
}
/*FIN ABONO DE TEMPORADA*/
@media screen and (max-width:650px) {
    .navbar-brand {
        width: 100%;
        text-align: center
    }

    .bg-forfaits, .bg-restaurante {
        min-height: 300px;
    }

    h3 {
        display: none
    }

    .col-6 {
        width: 100%
    }

    .pickmeup .pmu-instance .pmu-day-of-week *, .pickmeup .pmu-instance .pmu-days * {
        line-height: 1em;
        position: relative;
        padding-top: 0.5em;
        padding-bottom: 0.75em;
    }


    .gene label {
        font-size: 0.7em !important;
    }

    .gene-w1 {
        position: absolute !important;
        bottom: 0px;
        left: 0px;
        height: 14px;
        overflow: hidden;
        padding: 0px !important;
        margin: 0px !important;
    }

    .gene {
        min-height: 43px !important;
    }

    .pmu-not-in-month {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .selectorResp {
        width: 96%;
        display: block;
        clear: both;
        margin: 0.5em auto;
    }

    .botonCuandoQuieras {
        height: 81px;
    }


    .bg-forfaits h1 {
        font-size: 3rem !important
    }

    .contenedorplanes {
        width: 90%;
        margin: 1% 5% 3%;
    }

    .anchopagoAT {
        width: 95%;
    }

    .cardAT {
        border: 0;
    }

    .contenedortarifasAT {
        width: 100%;
    }

    .card-body {
        padding: 1rem 0rem;
    }
}
