body {
    font-size: 0.9rem;
    font-family: 'Roboto', sans-serif;
    background-color: white;
}

:root {
    --bs-blue: #0671B8;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #E5292C;
    --bs-orange: #fd7e14;
    --bs-yellow: #C19D05;
    --bs-green: #00A446;
    --bs-teal: #20c997;
    --bs-cyan: #F1FDFD;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0671B8;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #fff;
    --bs-dark: #212529;
    --bs-font-sans-serif: Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #0076B6;
    margin-bottom: 0.3em;
    line-height: 1.2;
    display: inline-block;
    position: relative;
}
    h1::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, #0076B6, #00B4D8);
        border-radius: 2px;
    }
h2, h3, h4, h5, h6 {
    /*font-family: 'Montserrat', sans-serif;*/
}

.separador {
    display: block;
    clear: both;
    height: 1px;
    background-color: transparent;
    padding: 0px !important;
}

a {
    text-decoration: none;
    color: var(--bs-primary);
    transition: all .2s ease-in-out 0s;
}

.w-15 {
    width: 15% !important;
}



.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);
    color: #000 !important;
}

.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%;
}



.card-body {
}


.botoncams {
    right: -10px;
    height: 70px
}

.text-green {
    color: var(--bs-green) !important;
    border-bottom: 1px solid var(--bs-green);
}




.early-booking-box {
    background: linear-gradient(to bottom right, #f0f8ff, #ffffff);
    border: 1px solid #cce3ff;
    border-radius: 20px;
    padding:2rem;
    min-height: 550px;
    box-shadow: 0 4px 12px rgba(0, 85, 255, 0.1);
    color: #1a1a1a;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width:46%;
    float:left;
    margin:2%;
}

    .early-booking-box:hover {
        transform: scale(1.02);
    }

    .early-booking-box h2 {
        font-size: 1.8rem;
        color: #003366;
        margin-bottom: 1rem;
        font-weight: 700;
    }

    .early-booking-box a {
        color: #026ec6;
        text-decoration: none;
        font-weight: 500;

    }

        .early-booking-box a:hover {
            text-decoration: underline;
        }

    .early-booking-box p {
        font-size: 1.1rem;
        line-height: 1.4;
        margin: 1rem 0;
        text-align:justify
    }

    .early-booking-box .precio {
        font-weight: 700;
        color: #e60000;
        font-size: 1.2rem;
    }

.btn-comprar {
    display: inline-block;
    margin-top: auto;
    padding: 12px 30px;
    background-color: #026ec6;
     color: #ffffff !important;
    font-weight: 700;
    border-radius: 50px;
    text-align: center;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: background-color 0.3s ease;
    text-decoration: none;
    align-self: start;
}

    .btn-comprar:hover {
        background-color: #0056b3;
    }


.btn-comprar {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 12px 30px;
    background-color: #026ec6;
    color: white;
    font-weight: bold;
    border-radius: 50px;
    text-align: center;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: background-color 0.3s ease;
    text-decoration: none;
}

    .btn-comprar:hover {
        background-color: #0056b3;
    }



/*ABONO DE TEMPORADA*/
.contenedorplanes {
    /* width: 23%;
    float: left;
    margin: 1%;
    background-color: aliceblue;
    border-radius: 25px;
    display: flex;
    flex-wrap: wrap;
    min-height: 400px;*/
}

    .contenedorplanes img {
        margin-top: 20px;
        width: 150px;
        text-align: center;
        /*   padding:30px;*/
}

/*   .contenedorplanes H2 {
        font-size: 1.3rem;
        min-height: 50px;
    }*/

.botoncomprar {
    background-color: #026ec6;
    color: white;
    border-radius: 25px;
    display: block;
    padding: 4% 0
}

.botontarifas {
    background-color: #026ec6;
    color: white;
    border-radius: 25px;
    display: block;
    padding: 4% 0;
    padding-left: 20px;
    padding-right: 20px;
}

.cardAT {
    border-radius: 20px;
    border: 1px solid #ccc;
    margin-top: 4%;
    color: #666666;
}

.renovarpase {
    background-color: #026ec6;
    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: 96%;
    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 #136EB6;
    color: #136EB6;
}

    .datosArchivos input:hover {
        background-color: #136EB6 !important;
        color:white
    }*/
.categoriaAT {
    background-color: #136EB6 !important;
    color: white;
    padding: 0.5% 1%;
    font-weight: bold;
}

.tarifasrojoAT {
    color: #136EB6;
    font-weight: bold;
    font-size: 1em
}

.totalAt{
    font-size:1.3em !important;
}


.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: #0071c4;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #0071c4;
}

.contenidotarifasAT {
    padding: 12px;
    font-size: 16px;
    border-bottom: 1px solid #dee2e6;
    background-color: #f8f9fa;
}
.row:not(:first-child):hover .contenidotarifasAT {
    background-color: #e4f0fb;
}

.tabla-abonos-astun {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 113, 196, 0.1);
    table-layout: fixed;
}

    .tabla-abonos-astun th,
    .tabla-abonos-astun td {
        padding: 14px;
        border: 1px solid #c2d9ec;
        color: #00395c;
    }

    .tabla-abonos-astun thead th {
        background-color: #0071c4;
        color: white;
        font-weight: bold;
    }

    .tabla-abonos-astun tbody tr:nth-child(even) {
        background-color: #e1f0fa;
    }

    .tabla-abonos-astun tbody tr:nth-child(odd) {
        background-color: #f0f6fb;
    }

    .tabla-abonos-astun tbody tr:hover {
        background-color: #cce5f8;
        transition: background-color 0.2s ease-in-out;
    }

    .tabla-abonos-astun .tipo {
        text-align: left;
        font-weight: bold;
        color: #0071c4;
    }

    .tabla-abonos-astun .subtipo {
        font-size: 0.9em;
        color: #555;
        text-align: left;
        margin-top: 4px;
    }

    /* Proporciones de columnas */
    .tabla-abonos-astun colgroup col:first-child {
        width: 40%;
    }

    .tabla-abonos-astun colgroup col:nth-child(2),
    .tabla-abonos-astun colgroup col:nth-child(3),
    .tabla-abonos-astun colgroup col:nth-child(4) {
        width: 20%;
    }

@media (max-width: 768px) {
    .tabla-abonos-astun,
    .tabla-abonos-astun thead,
    .tabla-abonos-astun tbody,
    .tabla-abonos-astun th,
    .tabla-abonos-astun td,
    .tabla-abonos-astun tr {
        display: block;
    }

        .tabla-abonos-astun thead {
            display: none;
        }

        .tabla-abonos-astun td {
            text-align: right;
          
            position: relative;
        }
            .tabla-abonos-astun td:first-child {
                background-color: #e0effb;
                font-weight: bold;
                text-align: left;
                padding: 20px 15px;
                font-size: 1.05em;
                border-left: 4px solid #0071c4;
                border-top: 2px solid #0071c4;
                border-bottom: 2px solid #0071c4;
                border-right: 2px solid #0071c4;
                margin-top: 10px;
            }

                .tabla-abonos-astun td:first-child .subtipo {
                    font-weight: normal;
                    font-size: 0.9em;
                    color: #555;
                }

            .tabla-abonos-astun td:not(:first-child) {
                background-color: white;
                border-left: 1px solid #c2d9ec;
            }

            .tabla-abonos-astun td::before {
                content: attr(data-label);
                position: absolute;
                left: 10px;
                width: 80%;
                padding-left: 15px;
                font-weight: bold;
                text-align: left;
                color: #0071c4;
            }
}
.tabla-secundaria {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9em;
    border: 1px solid #d7e3ef;
    margin-top: 20px;
    table-layout: fixed;
}

    .tabla-secundaria thead th {
        background-color: #f0f6fb;
        color: #333;
        font-weight: normal;
        padding: 12px;
        text-align: center;
    }

    .tabla-secundaria td {
        background-color: #fdfdfd;
        border: 1px solid #e2edf5;
        padding: 12px;
        text-align: center;
        color: #00395c;
    }

    .tabla-secundaria .concepto {
        color: #0071c4;
        font-weight: bold;
        font-size: 1.1em;
    }

@media (max-width: 768px) {
    .tabla-secundaria,
    .tabla-secundaria thead,
    .tabla-secundaria tbody,
    .tabla-secundaria th,
    .tabla-secundaria td,
    .tabla-secundaria tr {
        display: block;
        width: 100%;
    }

        .tabla-secundaria thead {
            display: none;
        }

        .tabla-secundaria td {
            text-align: right;
            padding-left: 50%;
            position: relative;
            background-color: white;
            border-left: 1px solid #e2edf5;
            border-right: 1px solid #e2edf5;
            border-top: none;
        }

            .tabla-secundaria td::before {
                content: attr(data-label);
                position: absolute;
                left: 10px;
                width: 45%;
                padding-left: 15px;
                font-weight: bold;
                text-align: left;
                color: #0071c4;
            }
}
.condiciones-tarifa {
    background-color: #f5f8fa;
    border-left: 4px solid #0071c4;
    padding: 16px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    color: #333;
    border-radius: 6px;
    line-height: 1.6;
}

    .condiciones-tarifa p {
        margin: 0 0 10px;
        font-weight: 500;
    }

    .condiciones-tarifa ul {
        margin: 0;
        padding-left: 20px;
    }

    .condiciones-tarifa li {
        margin-bottom: 6px;
    }


.anadirAbono {
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0.9em 2em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
    background: linear-gradient(45deg, #007196, #00b4d8);
    border: none;
    border-radius: 50px;
    box-shadow: 0 6px 15px rgba(0, 113, 150, 0.4);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    outline: none;
}
    .anadirAbono:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 20px rgba(0, 180, 216, 0.6);
    }



    .anadirAbono:active {
        transform: scale(0.98);
        box-shadow: 0 4px 10px rgba(0, 113, 150, 0.4);
    }




.btn-primary {

    background: linear-gradient(135deg, #00496D, #00628A); /* azul Astún noche corporativo */
    color: #fff;
    font-weight: 700;
    font-size: 1.05rem;
    text-transform: uppercase;
    padding: 0.9em 2.2em;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 5px 12px rgba(0, 109, 170, 0.35);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 18px rgba(0, 178, 212, 0.45);
}

.btn-primary:active {
    transform: scale(0.98);
    box-shadow: 0 4px 10px rgba(0, 109, 170, 0.3);
}

.btn-secundario {
    background: transparent;
    color: #006DAA;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    padding: 0.5em 1em;
    border: 2px solid #006DAA;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

    .btn-secundario:hover {
        background: #E6F7FB;
        color: #004F77;
        border-color: #004F77;
    }

.btn-disabled {
    background: #cccccc;
    color: #ffffff;
    font-weight: 600;
    padding: 0.9em 2.2em;
    border: none;
    border-radius: 50px;
    opacity: 0.6;
    cursor: not-allowed;
}


    .anchopagoAT {
    width: 100%;
    margin: 2%;
    padding: 2% 0
}

.cantidadesAtizq {
    width: 68%;
    float: left;
    text-align: left;
    font-weight: bold;
    padding: 1% 0
}



.cantidadesATderch {
    width: 32%;
    float: left;
    text-align: right;
    padding: 1% 2% 1% 1%
}
/*FIN ABONO DE TEMPORADA*/


@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-secondary {
    background-color: var(--bs-white);
}

.btn-candanchu {
    color: #fff;
    background-color: var(--bs-red);
    border-color: var(--bs-red);
}

    .btn-candanchu:hover {
        color: #fff;
        background-color: var(--bs-gray-dark);
        border-color: var(--bs-gray-dark);
    }

/*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-blue {
    color: var(--bs-blue) !important;
}

    .text-blue a :hover {
        color: var(--bs-green) !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);
}

.ff-bebas {
    font-family: 'Roboto', sans-serif;
}

.ff-autumn {
    font-family: 'Autumn in November', cursive;
}

.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);
}

.bg-blue {
    background-color: var(--bs-blue) !important;
}

#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/cabverano.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.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;
}

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;
}

/*FiDi 20221113*/

/*FiDi plantilla 20221122*/

.cabeceraNegra {
    height: 70px;
    /*background-color: #000;INVIERNO*/ border-style: solid;
    border-width:5px 0px 0px 0px;
    border-color: #0671B8;
}

.plantilla_parteNieve {
    position: absolute;
    right: 0px;
    background-color: #00A446;
    top: -35px;
    height: 70px;
    color: #fff;
}

    .plantilla_parteNieve small {
        display: block;
        float: left;
        padding-top: 0.5em;
    }

.plantilla_parteNieve_datos {
    display: block;
    float: right;
}


.plantilla22_logo {
    float: left;
    padding-right: 2em;
    padding-top: 0.5em;
    padding-left: 2em;
}

.pie_patrocinadores {
    padding: 2em 0px;
}

    .pie_patrocinadores div {
        width: 8%;
        margin: 1% 0.5%;
        vertical-align: middle;
        display: flex;
        align-items: center;
    }

    .pie_patrocinadores a {
        vertical-align: middle;
    }

.pie_negro {
    display: block;
    background-color: #222222;
    color: #fff;
    padding: 3em 0px;
    font-size: 1.1em;
}

.pie_negro_izquierda {
    /*width: 40%;*/
    float: left;
}

.pie_negro_rs table {
    margin: 0px auto;
    text-align: center;
}

.pie_negro_rs {
    /*float: left;
    width: 40%;*/
    margin: 5%;
    text-align: center;
}

    .pie_negro_rs tr td {
        padding: 0.5em;
        text-align: center;
    }

        .pie_negro_rs tr td img {
            height: 40px;
            width: auto;
        }

.pie_negro_estacion img {
    height: 16px !important;
    width: auto !important;
}

.text-big-pie {
    font-size: 20px;
    font-weight: bold
}

    .text-big-pie a {
        color: white
    }

.pie_negro_izquierda p {
    text-align: center;
}

.pie_negro_derecha {
    width: 60%;
    float: right;
    padding-left: 7%;
    color: white;
}

    .pie_negro_derecha a {
        color: white;
    }


.pie_negro_contacto {
    font-size: 1em;
    font-weight: bold;
}


    .pie_negro_contacto table {
        width: 100%;
    }

    .pie_negro_contacto td {
        padding: 0.5em 0px;
        vertical-align: middle;
        width: 50%
    }

    .pie_negro_contacto tr:nth-child(2) td {
        background-image: url(../assets/img/2022/ubicacion.png);
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 2em;
        padding-right: 2em;
    }

    .pie_negro_contacto tr:nth-child(3) td {
        background-image: url(../assets/img/2022/llamar.png);
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 2em;
        padding-right: 2em;
    }

    .pie_negro_contacto tr:nth-child(4) td {
        background-image: url(../assets/img/2022/ic-contact-mail.png);
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 2.5em;
        padding-right: 2em;
    }

#menu-principal ul {
    /*margin-top: 1.5em;*/
    width: 100%;
}

.plantilla22_logo img {
    height: 50px;
    width: auto;
}

/* INICIAL */

.index_video {
    height: 900px;
}

.index_banner {
    position: absolute;
    top: 20%;
    width: 40%;
    left: 30%;
}

    .index_banner img {
        width: 100%;
        height: auto;
    }

.index_banner_botonera {
    position: absolute;
    top: 20%;
    left: 50%;
    z-index: 100;
}

    .index_banner_botonera a {
        display: block;
        float: left;
        margin: 1em;
        z-index: 100;
    }

        .index_banner_botonera a:first-child {
            background-color: #212529;
            color: #fff;
            /*border: 1px #212529 solid;*/
            text-align: center;
            padding: 0.5em 0px;
            font-size: 1.1em;
            border-radius: 10px;
            width: 130px;
        }

            .index_banner_botonera a:first-child:hover {
                background-color: #fff;
                color: #212529;
                box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
            }

        .index_banner_botonera a:nth-child(2) {
            background-color: #FF0000;
            color: #fff;
            border: 1px #FF0000 solid;
            text-align: center;
            padding: 0.5em 0px;
            font-size: 1.1em;
            border-radius: 10px;
            width: 130px;
        }

            .index_banner_botonera a:nth-child(2):hover {
                background-color: #fff;
                color: #FF0000;
                box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
            }


.index_botones_lateral {
    position: absolute;
    left: 96%;
    top: 310px;
    width: 50px;
    z-index: 100;
}

.index_boton_lateral {
    display: block;
    clear: both;
    width: 50px;
    margin-bottom: 1.2em;
}

    .index_boton_lateral a img {
        transition: all .4s ease-in-out 0s;
    }

        .index_boton_lateral a img:hover {
            cursor: pointer;
            rotation: initial;
            /*transform: rotate(360deg);*/
            transform: rotateY(150deg);
        }

.index_cabecera_bloques_color {
    margin-top: -100px;
    z-index: 4000;
    position: absolute;
    width: 100%;
    /*top: 880px;*/
    bottom: 0px;
    z-index: 1
}

.bloques_index h2 {
    width: 70%;
    float: left;
    padding-top: 4EM;
    padding-left: 1.5em;
    font-size: 1.2em;
}

.bloques_index_imagen {
    float: right;
    width: 30%;
    padding-top: 4EM;
    text-align: right;
    padding-right: 1em;
    color: #fff;
}

.espacio_bloques_index h2 {
    transition: all .2s ease-in-out 0s;
}

.espacio_bloques_index a:hover {
    color: #fff !important;
}

    .espacio_bloques_index a:hover h2 {
        font-size: 1.3em;
    }

.puntitos {
    margin-bottom: 2em;
    margin-top: -1.5em;
}

    .puntitos img {
        height: 8px;
        width: auto;
    }

.bloque_index_buscador {
    background-color: #f4f4f4;
    border-radius: 10px;
    padding: 3em;
    margin: 0 3em 0 1%
}

#div-buscador-skibook .form-label {
    text-transform: none !important;
    color: #000;
}

.swiper-slide .card {
    border: 0px;
}

.swiper-slide .card-footer {
    background-color: #FFF;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px silver solid;
    border-top: 0px;
    padding-bottom: 2em;
}

.swiper-slide .card-body {
    border-left: 1px silver solid;
    border-right: 1px silver solid;
    height: 200px;
}



.card_precio_superior {
    position: absolute;
    display: block;
    width: 60%;
    top: 0em;
    padding: 0.5em;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
}

.swiper-slide .card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 1em;
    height: 250px;
    width: 100%;
    border: 1px silver solid;
    border-bottom: 0px;
}

.index_mapa_imagen {
    display: block;
    position: relative;
    color: #fff;
}

    .index_mapa_imagen img {
        width: 100%;
        height: auto;
    }

.index_restauracion {
    position: absolute;
    top: 10em;
    left: 10em;
    width: 80%;
}


    .index_restauracion table {
        width: 100%;
    }

        .index_restauracion table td {
            width: 50%;
            padding: 0PX 5%;
        }

            .index_restauracion table td:nth-child(2) {
                text-align: center;
                border-radius: 10px;
                background-image: url(../assets/img/2023/fondoNegro.png);
                background-position: center center;
                background-repeat: repeat;
                padding-bottom: 1.5rem;
            }

                .index_restauracion table td:nth-child(2) img {
                    width: auto;
                }
/*.index_restauracion_mov img {
    width: 100%;
}*/
.boton_restauracion {
    margin-top: 2em;
}

    .boton_restauracion a {
        background-color: #fff;
        color: #000;
        text-transform: uppercase;
        border: 2px #fff solid;
        padding: 0.5em 2em;
        border-radius: 10px;
        font-weight: bold;
    }

        .boton_restauracion a:hover {
            background-color: #000;
            color: #fff;
        }

.botonMapa {
    display: block;
    margin-top: 3em;
}

    .botonMapa a {
        background-color: #fff;
        color: #000;
        text-transform: uppercase;
        border: 2px #fff solid;
        padding: 0.5em 2em;
        border-radius: 10px;
        font-weight: bold;
    }

        .botonMapa a:hover {
            color: #fff;
            background-color: #000;
            cursor: pointer;
            text-decoration: none;
        }

.card_fecha {
    width: 12px;
    height: 14px;
    margin-right: 1em;
    display: block;
    float: left;
}

    .card_fecha img {
        width: 100%;
        height: auto !important;
        border-radius: 0px !important;
        margin: 0px !important;
    }

.card_fecha_dato {
    float: left;
    clear: right;
}

.card_titulo_noticias {
    display: block;
    clear: both;
}

.card_noticia_boton {
    background-color: #000;
    border: 1px #000 solid;
}

    .card_noticia_boton:hover {
        background-color: #fff;
        color: #000 !important;
    }

.carrusel_siguiente {
    display: block;
    position: absolute;
    right: 1em;
    top: 40%;
}

.carrusel_anterior {
    display: block;
    position: absolute;
    left: 1em;
    top: 40%;
}

.index_agenda {
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    padding: 3em 2em;
    text-align: center;
}

    .index_agenda p {
        text-align: center;
    }

.tabs_index {
}

.tabs_index_gris {
    background-color: #eee;
    width: 100%;
}

.tabs_index .nav-tabs {
    width: 100% !important;
    background-color: #fff;
    border: 0px;
}

.tabs_index .nav-item {
    width: 30%;
    margin: 0px 1.5%;
}

.tabs_index .nav-tabs .nav-link {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: #ccc;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0px 1em;
    width: 100%;
}

    .tabs_index .nav-tabs .nav-link.active {
        background-color: #eee;
        color: #000;
    }

.tabs_index .tab-pane {
    padding: 2.5em;
}

.tabs_index .mas100k ul {
    display: block;
    float: left;
    width: 33%;
}

    .tabs_index .mas100k ul li {
        list-style: none;
    }

        .tabs_index .mas100k ul li a {
            line-height: 3em;
            text-decoration: underline;
            color: #000;
        }

            .tabs_index .mas100k ul li a:hover {
                color: #234f6d;
            }

/*eventos*/

.index_eventos {
    width: 80%;
    margin: 2em auto;
    display: block;
}

    .index_eventos a {
        color: #fff;
    }

    .index_eventos img {
        width: 100%;
        height: 300px;
        border-radius: 20px;
        border: 2px #fff solid;
    }

.index_evento_detalle {
    float: left;
    width: 48%;
    margin: 1%;
    display: block;
}

.index_eventos a:hover img {
    border-color: #00A446
}

/*TIENDA*/

.tienda h3 {
    position: relative;
    transition: all .5s ease-in-out 0s;
}

#SeccionParking::after,
#SeccionAlquiler::after,
#SeccionEscuela::after,
#SeccionCompraGuarda::after {
    content: url(../assets/img/2022/flechita.svg);
    float: right;
    color: #000;
    /* font-size: 3em; */
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -5px;
    right: 0px;
}

/*#SeccionParking {
    transition: all .2s ease-in-out 0s;
}*/

#SeccionParking:hover,
#SeccionAlquiler:hover,
#SeccionEscuela:hover,
#SeccionCompraGuarda:hover {
    background-color: #f4f4f4;
    padding-left: 0.25em;
    transition: all .2s ease-in-out 0s;
}


.mas100k .fade:not(.show) {
    display: none;
}

#dvCarritoLayout {
    padding-right: 1em;
}


.noPc {
    display: none;
}


.noMovil {
    display: block;
}

/*RESPONSIVO*/

@media all and (max-width: 1620px) {

    .index_banner_botonera {
        left: 40%;
    }
}

@media all and (max-width: 1366px) {

    /*.index_cabecera_bloques_color {
        top: 700px;
    }*/
    .index_banner_botonera a:first-child {
        padding: 0.5em;
        width: auto;
    }

    .pie_negro_contacto {
        font-size: 1.1em;
    }
}

@media all and (max-width: 1100px) {
    .index_banner {
        position: absolute;
        top: 10%;
        width: 60%;
        left: 20%;
    }

    .index_banner_botonera {
        top: 30%;
    }
}


@media all and (min-width: 992px) {
    .dropdown-large {
        min-width: 340px;
    }

    .navbar .has-megamenu {
        position: static !important;
        margin: 0 0.5%;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        font-size: 1em;
    }

    .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)
    }

    .bg-bloque-forfaits {
        background-image: url(../assets/img/2022/fondorojo.svg);
        background-repeat: no-repeat;
        /*background-size:cover;*/
        color: var(--bs-white);
    }

    .bg-bloque-alquiler {
        background-image: url(../assets/img/2022/fondonegro.svg);
        background-repeat: no-repeat;
        /*background-size: cover;*/
        color: var(--bs-white);
    }

    .bg-bloque-escuela {
        background-image: url(../assets/img/2022/fondoverde.svg);
        background-repeat: no-repeat;
        /*background-size: cover;*/
        color: var(--bs-white);
    }


    .bg-bloque-combos {
        background-image: url(../assets/img/2022/fondogris.svg);
        background-repeat: no-repeat;
        /*background-size: cover;*/
        color: var(--bs-white);
    }


    .bg-bloque-parking {
        background-image: url(../assets/img/2022/fondoazul.svg);
        background-repeat: no-repeat;
        /*background-size: cover;*/
        color: var(--bs-white);
    }
}

@media (max-width: 576px) {
    .dropdown-large {
        width: 250px;
    }

    .nav-pills.border {
        border: 1px solid black;
    }

    .ratio-16x9 {
        --bs-aspect-ratio: 100%;
    }
}


@media(max-width: 1024px) {
    .bloques_index small {
        display: none;
    }

    .index_banner {
        top: 20%;
        width: 60%;
        left: 20%;
    }

    .index_banner_botonera {
        top: 30%;
        left: 43%;
    }

    .navbar .has-megamenu {
        margin: 0 2%;
    }
}

@media (max-width: 900px) {
    /*ABONO DE TEMPORADA*/
    .contenedorplanes {
        width: 23%;
        float: left;
        margin: 1%;
        border-radius: 25px;
        display: flex;
        flex-wrap: wrap;
        min-height: none;
    }

        .contenedorplanes img {
            border-radius: 25px 25px 0 0;
            width: 100%
        }

        .contenedorplanes H2 {
            font-size: 1.3rem;
        }

    .botoncomprar {
        background-color: #026ec6;
        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: #026ec6;
        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: 100%;
        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 #136EB6;
    color: #136EB6;
}

    .datosArchivos input:hover {
        background-color: #136EB6 !important;
        color:white
    }*/
    .categoriaAT {
        background-color: #136EB6 !important;
        color: white;
        padding: 0.5% 1%;
        font-weight: bold;
    }

    .tarifasrojoAT {
        color: #136EB6;
        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: #026ec6;
        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: 68%;
        float: left;
        text-align: left;
        font-weight: bold;
        padding: 1% 0
    }



    .cantidadesATderch {
        width: 32%;
        float: left;
        text-align: right;
        padding: 1% 2% 1% 1%
    }
    /*FIN ABONO DE TEMPORADA*/
}

@media (max-width: 807px) {

    .noPc {
        display: block;
    }

    .noMovil {
        display: none !important;
    }

    .plantilla22_logo_movil img {
        height: 40px;
        width: auto;
    }


    .plantilla22_logo_movil {
        padding-left: 36%;
        margin-top: 3px;
    }

    .cabeceraNegra {
        height: 60px;
        padding: 0.5em;
    }

    .index_foto img {
        width: 100%;
        height: auto;
    }
    /*MENU MOVIL NUEVO*/
    .llamadorMenuMovil {
        float: left;
        width: 50px;
        text-align: center;
    }

        .llamadorMenuMovil img {
            width: 80%;
            height: auto;
            padding: 10%;
        }

    .menuMovilContenido {
        display: none;
    }

        .menuMovilContenido ul {
            width: 100%;
            background-color: #000;
            z-index: 5000;
            margin-top: 49px;
            position: absolute;
            left: 0px;
            height: 100%;
        }

            .menuMovilContenido ul li {
                text-align: center;
                border-top: 1px silver dashed;
                padding: 0.5em 0px;
            }

                .menuMovilContenido ul li:last-child {
                    border-bottom: 1px silver dashed;
                }

    #menu-principal {
        background-color: #000;
        z-index: 2000;
        margin-top: 30px;
    }

    .enlaces_plantilla {
        float: right;
        height: 50px;
    }

        .enlaces_plantilla a {
            float: left;
            width: 40px;
            height: 40px;
            margin-left: 10px;
            margin-top: 3px;
        }

            .enlaces_plantilla a img {
                width: 70%;
                height: auto;
                margin-top: 5px;
            }

    .plantilla_parteNieve {
        display: none;
    }

    .parte_movil {
        width: 100%;
        background-color: #fff;
        z-index: 5000;
        margin-top: 49px;
        position: absolute;
        left: 0px;
        height: 100%;
        display: none;
    }

        .parte_movil button {
            width: 100% !important;
            float: none;
            display: block !important;
        }

            .parte_movil button::after {
                display: none;
            }

        .parte_movil .btn-group {
            display: block !important;
        }

    .parte_movil_blanco {
        width: 100%;
        display: block;
        position: relative;
    }

    .cabecera video {
        width: auto;
    }

    .bg-sm-primary {
        background-color: var(--bs-primary);
    }

    .navbar-light .navbar-toggler {
    }

    .collapse.show {
        /*background: white;*/
    }

        .collapse.show ul {
            margin: 0 20px;
        }



    /*FiDi 20221121*/
    body {
        /*background-color: #EEEEEE !important;*/
    }

    .pie_legal {
        padding-bottom: 5em !important;
    }

    .index_banner {
        position: relative;
        left: auto;
        top: auto;
        width: 96%;
        margin: 1em auto;
        display: block;
    }

    .index_video {
        height: 250px;
        margin-top: -16px;
        margin-bottom: -10px;
    }

    .index_banner_botonera a:first-child,
    .index_banner_botonera a:nth-child(2) {
        display: block;
        float: left;
        margin: 0.25em;
        z-index: 100;
        width: calc(50% - 0.5em) !important;
        padding: 0.25em 0px;
        font-size: 1em;
    }

    .index_banner_botonera {
        position: absolute;
        top: 60%;
        left: 41%;
        width: 58%;
        z-index: 100;
    }

    .index_movil_boton_negro {
        background-color: #000;
        display: block;
        border-radius: 10px;
        margin: 0.5em auto;
        width: 98%;
        padding: 0.5em 2em;
    }

        .index_movil_boton_negro span {
            color: #fff;
            font-weight: bold;
            line-height: 2em;
        }

        .index_movil_boton_negro img {
            height: 30px;
            width: auto;
            float: right;
        }

        .index_movil_boton_negro:nth-child(1) img {
            height: 26px;
            margin-top: 2px;
            margin-right: -3px;
        }

    .index_evento_detalle {
        float: none;
        width: 100%;
    }

    .index_eventos img {
        height: auto;
    }

    .index_agenda {
        padding: 3em 0px;
    }

    .bloque_index_buscador {
        background-color: #d5d2d2;
        border-radius: 0px;
        color: #000;
        margin-bottom: 4%;
        width: 100%
    }

    /*.col-md-3 {
        flex: 0 0 auto;
        width: 100%;
    }*/
    /*}*/

    .boton_buscador {
        margin: 1em auto;
        text-align: center;
    }

    .centro_movil {
        text-align: center;
    }

    .boton_restauracion {
        text-align: center;
    }

    .acordeon_movil {
        width: 98%;
        border-radius: 10px;
        margin: 1em auto;
        display: block;
        background-color: #fff;
    }

        .acordeon_movil .accordion {
            width: 90%;
            display: block;
            margin: 5%;
        }

        .acordeon_movil .accordion-button:not(.collapsed) {
            color: #000;
            background-color: #fff;
            text-align: center;
            font-weight: bold;
            border: 0px;
            background-image: url(../assets/img/2022/abajo.png);
            background-position: right 5px center;
            background-repeat: no-repeat;
        }



        .acordeon_movil .accordion-body ul {
            padding: 0px;
        }

            .acordeon_movil .accordion-body ul li {
                list-style: none;
                text-align: center;
                color: #000;
                line-height: 2em;
            }

                .acordeon_movil .accordion-body ul li a {
                    color: #000;
                }

        .acordeon_movil .accordion-button {
            color: #000;
            font-weight: bold;
            text-align: center;
            display: block;
        }

        .acordeon_movil .accordion-item {
            border: 0px;
        }

    .pie_negro_izquierda,
    .pie_negro_derecha {
        display: block;
        clear: both;
        width: 98%;
        margin: 0px auto;
        float: none;
    }

    .pie_patrocinadores div {
        width: 31%;
        text-align: center;
    }

    .pie_negro {
        padding: 2em 0px;
        width: 96%;
        margin: 0px auto;
        border-radius: 20px;
    }

    .pie_negro_rs {
        float: none;
        width: 90%;
        text-align: center;
    }

    .pie_negro_contacto_movil_direccion {
        background-image: url(../assets/img/2022/ubicacion.png);
        background-position: left 5px center;
        background-repeat: no-repeat;
        height: 40px;
        padding-left: 50px;
        line-height: 30px;
        margin-bottom: 0.8em;
    }

    .pie_negro_contacto_movil_telefono {
        background-image: url(../assets/img/2022/llamar.png);
        background-position: left 5px center;
        background-repeat: no-repeat;
        height: 40px;
        padding-left: 50px;
        line-height: 30px;
        margin-bottom: 0.8em;
    }

    .pie_negro_contacto_movil_mail {
        background-image: url(../assets/img/2022/ic-contact-mail.png);
        background-position: left center;
        background-repeat: no-repeat;
        height: 40px;
        padding-left: 50px;
        line-height: 40px;
        margin-bottom: 2em;
    }

    .pie_negro_derecha p {
        margin-bottom: 2em;
    }

    .enlaces_circulitos {
        position: fixed;
        bottom: 0px;
        width: 100%;
        background-color: #fff;
        z-index: 200;
    }

        .enlaces_circulitos table {
            width: 94%;
            margin: 1em auto;
        }

            .enlaces_circulitos table tr td {
                text-align: center;
                padding: 0px 1em;
            }

        .enlaces_circulitos img {
            width: 100%;
            height: auto;
        }

    .bg-forfaits {
        background-image: url(../assets/img/cabverano.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }


    #AgregarMaterial {
        width: 100%;
        margin-top: 0.5em;
        line-height: 3em;
    }

    #AgregarEscuelaBdr,
    #ClasesBdrNuevo {
        width: 100%;
    }

    #dvCarritoLayout {
        padding-right: 0.5em;
    }

        #dvCarritoLayout a:first-child {
            padding-top: 0.5em;
        }
}

.chevron::before {
    flex-shrink: 0;
    width: 20px;
    height: 25px;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
    display: inline-block;
}

* {
    /*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;
}

#Candanchu-tab.active {
    color: var(--bs-white) !important;
    background-color: var(--bs-danger) !important;
}

#Astun-tab {
    background-color: var(--bs-light) !important;
}

    #Astun-tab.active {
        background-color: var(--bs-primary) !important;
    }

.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;
}


#myTabContent .tab-pane:not(.show) {
    display: none;
}
@media(max-width: 650px) {
    .contenedorplanes {
        width: 90%;
        margin: 1% 5% 3%;
    }

    .anchopagoAT {
        width: 95%;
    }

    .cardAT {
        border: 0;
    }

    .contenedortarifasAT {
        width: 100%;
    }


    .w-btn-wrapper {
        width: 100%;
        clear: both;
        margin: 3% 0;
        padding: 4% 1%;
    }

    .bloquelogopie {
        width: 100%;
        clear: both;
        margin: 3% 0;
    }

    .early-booking-box {
        padding: 1.5rem;
        border-radius: 15px;
        min-height: auto;
    }

        .early-booking-box h2 {
            font-size: 1.2rem;
        }

        .early-booking-box p,
        .early-booking-box a {
            font-size: 0.95rem;
        }

    .btn-comprar {
        padding: 10px 20px;
        font-size: 0.95rem;
    }
}