:root {
    --red: #ff3b21;
    --arcade-yellow: #fbb748;
    --arcade-blue: #0190d2;
    --arcade-green: #24e903;
    --arcade-purple: #fe22f3;
}

@font-face {
    font-family: 'Alan Sans';
    src: url(../fonts/AlanSans-VariableFont_wght.ttf);
}


@font-face {
   font-family: 'Mogra';
    src: url(../fonts/Mogra-Regular.ttf);
}
@font-face {
    font-family: 'Nintendo';
    src: url(../fonts/Nintendo.otf);
}

body,p,::placeholder,.form-check,.form-group, label, select, input, .input-group-text, table, .nussInfo {
    font-family: "DM Sans", sans-serif;
}
.btn{
    font-family: 'Press Start'
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Alan Sans';
    text-transform: uppercase;
}

.font-arcade-land{
   font-family: 'Mogra';
    text-transform: uppercase;
}

.countdown .tam-num {
   font-family: 'Mogra';
    -webkit-text-stroke: 2px black;
    text-transform: uppercase;
}

.countdown .fecha, .countdown-message {
    font-family: 'Alan Sans';
    text-transform: uppercase;
}

.countdown .fecha {
    font-size: 25px;
}

@media (max-width: 576px) {
    .countdown .fecha {
        font-size: 15px;
    }
}

#diasx {
    color: var(--arcade-blue);
}

#horasx {
    color: var(--arcade-green);
}

#minutosx {
    color: var(--arcade-purple);
}

#segundosx {
    color: var(--red)
}
.bg-black{
    background-color: #020202;
}

.bg-yellow{
    background-color: var(--arcade-yellow);
}
.bg-red{
    background-color: var(--red);
}
.bg-purple{
    background-color: var(--arcade-purple);
}
.bg-green{
    background-color: var(--arcade-green);
}
.bg-blue{
    background-color: var(--arcade-blue);
}

.bg-green-1{
    background-color: #24E903;
}
.bg-green-2{
    background-color: #213D24;
}
.bg-green-3{
    background-color: #77B67D;
}
.bg-green-4{
    background-color: #433314;
}

textarea {
    resize: none;
}

.fondo-social {
    background-image: url(/images/social-media3.png);
}

.btn-three {
    color: #FFF;
    transition: all 0.5s;
    position: relative;
    border: none;
}

.btn-three::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: none;
    background-color: rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.btn-three:hover::before {
    opacity: 0;
    border: none;
    transform: scale(0.5, 0.5);
}

.btn-three::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;

    transform: scale(1.1, 1.1);
}

.btn-three:hover::after {
    opacity: 1;
    transform: scale(1, 1);
}

.texto-consigna {

    font-size: 30px;
}

.hidden {
    display: none !important;
}

.toast-success {
    background-color: #51a351;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.menu {
font-family: 'Alan Sans';
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    /*-webkit-text-stroke: 1px black;*/
}

.menu.dropdown-item {
    color: black !important;
    font-size:14px;
}


.menu:hover {
    color: #213d24 !important;
}

.guia-compra:hover {
    color: #fff !important
}

.texto {

    font-family: 'Alan Sans';
    font-size: 40px;
    text-transform: uppercase;
    text-shadow: 0.04em 0 0 #24E903, -0.04em 0 #77B67D;
}

.texto2 {

    font-family: 'Staatliches', cursive;
    font-size: 70px;
    color: white;
    text-shadow: 0.04em 0 0 rgba(255, 0, 0, 0.9), -0.04em 0 0 rgba(0, 255, 255, 0.9)
}

.lengua {
    width: 100%
}

/*ANIMACION*/
.pos-fixed {
    position: fixed;
    top: 0px;
    z-index: 300;
    width: 100%;
}

.abs {

    position: absolute;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%) translateY(40%);
}

.posicion {

    position: absolute;
    z-index: 400;
    left: 50%;
    transform: translateX(-50%) translateY(165%);
    transition: 0.5s transform ease;

}

.posicion2 {

    width: 100%;
    position: absolute;
    top: 70px;
    z-index: 200;


}

.animacion {
    position: fixed;
    transform: scale(0.5) translate(-100%, -35%);
    transition: 0.5s transform ease;
}

/*FIN ANIMACION*/

.rel {
    position: relative;
}

/*FOOTER*/


#barraaceptacion {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;

    width: 100%;
    text-align: center;

    background-color: rgba(0, 0, 0, 0.8);
    color: #87929c;
    z-index: 99999;
}

.inner {
    width: 100%;

    padding-left: 5px;
    font-family: verdana;
    font-size: 12px;

}

.inner a.ok {
    padding: 4px;
    color: #87929c;
    text-decoration: none;
}

.inner a.info {
    padding-left: 5px;
    text-decoration: none;
    color: #87929c;
}

.textfooter {
    font-family: 'Nova Mono', monospace;
    text-decoration: none;
    color: #7d7d7d;
}

.textfooter:hover {
    text-decoration: none;
    color: #7d7d7d;
}

.footer-social-title {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
}

.footer-social__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    padding: 8px;
    border-radius: 10px;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.footer-social__link:hover {
    background-color: rgba(179, 214, 182, 0.22);
    box-shadow: 0 0 0 2px rgba(179, 214, 182, 0.55);
    transform: scale(1.12);
}

.footer-social__icon {
    width: 38px;
    height: 38px;
    vertical-align: middle;
    filter: brightness(0) invert(1);
    transition: filter 0.2s ease;
}

.footer-social__link:hover .footer-social__icon {
    filter: brightness(0) invert(1) drop-shadow(0 0 6px rgba(179, 214, 182, 0.95));
}

.ok {
    text-decoration: none;
}

.ok:hover {
    text-decoration: none;
}

.info {
    text-decoration: none;
}

.fondo-blanco {
    background-color: #fff;
}

.info:hover {
    text-decoration: none;
}

.texto-glamping {
    font-family: 'Staatliches', cursive;
    font-size: 25px;
}

.texto-nombre {
    font-family: 'Staatliches', cursive;
    font-size: 25px;
}

.texto-permiso {
    font-family: 'Staatliches', cursive;
    font-size: 25px;
}

.texto-acampada {
    font-family: 'Staatliches', cursive;
    font-size: 25px;
}

.texto-embajadores {
    font-family: 'Staatliches', cursive;
    font-size: 25px;

}

.fix-abajo {

    bottom: 0;
    width: 100%;
}


.altura {
    height: 90vh;
}

/*FIN FOOTER*/

.form-contact {

    font-family: 'Staatliches', cursive;
    font-size: 25px;
}

.news {

    font-family: 'Staatliches', cursive;
    font-size: 25px;

}

.fondo-form {

    background-color: #41474da1;
}


.foto-mob {
    display: none;
}

.efecto:hover .imagen {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.contenedor {
    overflow: hidden;
}

.form-ocu {
    display: none;
}


/* JUICER */

.social-voice {
    position: relative;
    z-index: 0;
    color: #212529;
    padding-bottom: 60px;
    overflow: hidden;
}

.social-voice .section-headline:before, .social-voice .frame-type-sitepackageparookaville_staytuned header > :before, .frame-type-sitepackageparookaville_staytuned .social-voice header > :before, .social-voice .section-headline:after, .social-voice .frame-type-sitepackageparookaville_staytuned header > :after, .frame-type-sitepackageparookaville_staytuned .social-voice header > :after {
    content: attr(data-title);
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

.social-voice .section-headline:before, .social-voice .frame-type-sitepackageparookaville_staytuned header > :before, .frame-type-sitepackageparookaville_staytuned .social-voice header > :before {
    color: #00fffc;
    mix-blend-mode: color-burn;
    z-index: -1;
    margin-left: -5px;
}

.social-voice .section-headline:after, .social-voice .frame-type-sitepackageparookaville_staytuned header > :after, .frame-type-sitepackageparookaville_staytuned .social-voice header > :after {
    color: #f00;
    mix-blend-mode: color-burn;
    z-index: -1;
    margin-right: -5px;
}

.social-voice-feed {
    padding-left: 10px;
    padding-right: 10px;
}

.social-voice-feed .juicer-feed h1.referral {
    display: none;
}

.social-voice-feed .juicer-feed.slider {
    overflow: initial;
    margin: 0;
    padding: 0;
}

.social-voice-feed .slick-list:before,
.social-voice-feed .slick-list:after {
    display: none;
}

.social-voice-feed .juicer-feed .slick-slide {
    background: none;
}

.social-voice-feed .juicer-feed.slider li.feed-item {
    display: block;
    margin: 0 5px;
    border: 5px solid white !important;
    background: none !important;
}

.social-voice-feed .juicer-feed.slider li.feed-item a.j-image {
    height: 100%;
}

.social-voice-feed .juicer-feed.slider.j-modern li.feed-item a.j-image img {
    width: 100%;
    padding: 0;
    object-fit: cover;
}

.social-voice-feed .j-gallery .j-image:after {
    top: 15px;
    right: 15px;
}

.social-voice-feed .juicer-feed.image-grid li.feed-item.words .j-text,
.social-voice-feed .juicer-feed.slider li.feed-item.words .j-text,
.social-voice-feed .juicer-feed.hip li.feed-item.words .j-text {
    position: absolute;
}

.social-voice-feed .juicer-feed.image-grid li.feed-item.words .j-meta,
.social-voice-feed .juicer-feed.slider li.feed-item.words .j-meta,
.social-voice-feed .juicer-feed.hip li.feed-item.words .j-meta {
    position: absolute;
    margin: 25px 0 0;
}

.social-voice-feed .juicer-feed.image-grid .j-meta,
.social-voice-feed .juicer-feed.slider .j-meta,
.social-voice-feed .juicer-feed.hip .j-meta {
    margin: 25px 0 0;
}

.social-voice-feed .juicer-feed.slider li.feed-item.words:after {
    background-color: transparent;
}

.social-voice-feed .juicer-feed.image-grid .j-text,
.social-voice-feed .juicer-feed.slider .j-text,
.social-voice-feed .juicer-feed.hip .j-text {
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    color: #bababa;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
    position: absolute;
    padding: 5px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
    width: auto;
    height: auto;
}

.social-voice-feed .juicer-feed.image-grid .j-text .j-message a,
.social-voice-feed .juicer-feed.image-grid .j-text .j-edit a,
.social-voice-feed .juicer-feed.slider .j-text .j-message a,
.social-voice-feed .juicer-feed.slider .j-text .j-edit a,
.social-voice-feed .juicer-feed.hip .j-text .j-message a,
.social-voice-feed .juicer-feed.hip .j-text .j-edit a {
    color: #ffcc00;
}

.social-voice-feed .j-overlay .j-close {
    top: 10px;
    right: 5px;
}

.social-voice-feed .juicer-feed.slider .slick-prev,
.social-voice-feed .juicer-feed.slider .slick-next {
    top: 50%;
    bottom: unset;
    padding: 0;
    width: 48px;
    height: 48px;
    background: none;
    text-shadow: 0 0 300px rgba(255, 255, 255, 0.8);
}

.social-voice-feed .juicer-feed.slider .slick-prev:before,
.social-voice-feed .juicer-feed.slider .slick-next:before {
    opacity: 1;
}

.social-voice-feed .juicer-feed.slider .slick-prev {
    left: -32px;
}

.social-voice-feed .juicer-feed.slider .slick-next {
    right: -32px;
}

.social-voice-feed .juicer-feed.slider .slick-prev:before,
.social-voice-feed .juicer-feed.slider .slick-next:before {
    font-family: "iconfont";
    font-size: 70px;
    line-height: 24px;
    color: #eb5353;
}

.social-voice-feed .juicer-feed.slider .slick-prev:before {
    content: "‹";
}

.social-voice-feed .juicer-feed.slider .slick-next:before {
    content: "›";
}

.social-voice-feed .juicer-feed.slider .slick-prev:hover:before,
.social-voice-feed .juicer-feed.slider .slick-next:hover:before {
    color: #fff;
}

@media (min-width: 768px) {
    .social-voice-feed .juicer-feed.slider {
        padding-left: 0;
        padding-right: 0;
    }

    .social-voice-feed .juicer-feed.slider .slick-prev,
    .social-voice-feed .juicer-feed.slider .slick-next {
        width: 45px;
        height: 45px;
    }

    .social-voice-feed .juicer-feed.slider .slick-prev:before,
    .social-voice-feed .juicer-feed.slider .slick-next:before {
        font-size: 120px;
        line-height: 45px;
    }

    .social-voice-feed .juicer-feed.slider li.feed-item {
        display: block;
        margin: 0 20px;
    }
}

@media (min-width: 1500px) {
    .social-voice-feed .juicer-feed.slider {
        padding-left: 0;
        padding-right: 0;
    }

    .social-voice-feed .juicer-feed.slider .slick-prev,
    .social-voice-feed .juicer-feed.slider .slick-next {
        width: 45px;
        height: 66px;
    }

    .social-voice-feed .juicer-feed.slider .slick-prev {
        left: -66px;
    }

    .social-voice-feed .juicer-feed.slider .slick-next {
        right: -66px;
    }

    .social-voice-feed .juicer-feed.slider .slick-prev:before,
    .social-voice-feed .juicer-feed.slider .slick-next:before {
        font-size: 160px;
        line-height: 66px;
    }

    .social-voice-feed .juicer-feed.slider li.feed-item {
        display: block;
        margin: 0 20px;
    }
}

/* FIN JUICER*/


@media (min-width: 1601px) and (max-width: 1800px) {

    .posicion {

        transform: translateX(-50%) translateY(155%);

    }

    .animacion {
        position: fixed;
        transform: scale(0.5) translate(-100%, -35%);
        transition: 0.5s transform ease;
    }


    @media (min-width: 1401px) and (max-width: 1600px) {

        .posicion {

            transform: translateX(-50%) translateY(140%);

        }

        .animacion {
            position: fixed;
            transform: scale(0.5) translate(-100%, -35%);
            transition: 0.5s transform ease;
        }


    }
}

@media (min-width: 1280px) and (max-width: 1400px) {

    .posicion {

        transform: translateX(-50%) translateY(110%);

    }

    .animacion {
        position: fixed;
        transform: scale(0.5) translate(-100%, -35%);
        transition: 0.5s transform ease;
    }


}


@media (max-width: 1279px) {

    .posicion {

        transform: scale(0.5) translate(-100%, -5%);

    }

    .animacion {
        position: fixed;
        transform: scale(0.5) translate(-100%, -5%);
        transition: 0.5s transform ease;
    }

}

@media (min-width: 1200px) {

    .alt-container {
        height: 90.5vh;
    }

    .vertical {
        height: 100vh;
    }

}


@media (max-width: 768px) {

    .logo {
        display: none;
    }

    .texto {
        font-size: 20px;
    }

    .texto2 {
        font-size: 30px;
    }

    .abs {
        transform: translateX(-50%) translateY(10%);
    }

    .g--font-size-movil-28px {
        font-size: 28px;
    }

    .g--font-size-movil-24px {
        font-size: 20px;
    }

}


@media (max-width: 420px) {

    .oculto-mov {

        display: none;
    }

    .foot {
        position: absolute;
    }

    .foto-mob {
        display: block;
    }

    .posrela {
        position: relative;
    }

    .form-contact {

        font-size: 13px;
    }

    /* ¿Por qué era necesaria esta linea? Ask Ricky. */
    /* .posfixed{
        position: absolute !important;
        bottom: 0px;

    } */
    /* .pos-fixed{

        position:unset;
    } */


}

@media (max-width: 321px) {
    .form-contact {

        font-size: 11px;
    }
}


.countdown {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 0px;
}

@media screen and (min-width: 500px) {
    .countdown {
        margin-top: 10px;
        margin-bottom: -10px;
    }
}

@media screen and (min-width: 700px) {
    .countdown {
        margin-top: 0px;
    }
}

.countdown > div:first-child {
    margin-right: 20px;
}

.countdown.hide {
    display: none;
}

.countdown div {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*font-family: 'Staatliches', cursive;*/
    /*color: black;*/
    font-size: 35px;
    line-height: 36px;
    width: 48px;
    margin: 0 5px;
}

.countdown div span:last-child {
    font-size: 12px;
    text-transform: uppercase;
}

@media screen and (min-width: 500px) {
    .countdown div {
        font-size: 35px;
        line-height: 50px;
        width: 75px;
        margin: 0 10px;
    }

    .countdown div span:last-child {
        font-size: 12px;
    }
}


@media screen and (min-width: 700px) {
    .countdown div {
        font-size: 80px;
        line-height: 70px;
        width: 139px;
        margin: 0 15px;
    }

    .countdown div span:last-child {
        font-size: 25px;
        margin-top: -10px;
    }
}

.bg-cab {
    padding: 100px 0px 282px 0px;
    background-image: url(../images/imagebox1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-cab23 {
    padding: 100px 0px 282px 0px;
    background-image: url(https://www.medusasunbeach.com/images/mapa_weathered_insta-20221102-112426_desktop.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.title-header {
    color: black !important;
    font-size: 45px;
    margin-bottom: -2.5rem !important;
    text-shadow: 3px 3px black;
    display: flex;
    justify-content: center;
    align-items: flex-start !important;
}

.shadow-t {
    text-shadow: 4px 0px 2px #000000;
}

@media (min-width: 420px) and (max-width: 480px) {
    /*Movil L*/
    .g--mt-70-px-movil-l {
        margin-top: 70px !important;
    }
}

.g--linear-grandient-E9DBC1-E2D7C6 {
    /* background: linear-gradient(90deg, #E9DBC1, #E2D7C6); */
    background-image: linear-gradient(to bottom, #e0f7ff, #77B67D);

    /*background-image: url("../images/2025/bg.jpg");*/
    /*background-size: cover;*/

}

.g--bg-color-451702 {
    background-color: #451702;
}

.g--bg-color-C1CFE9 {
    background-color: #C1CFE9;
}

.g--bg-color-E9DBC1 {
    background-color: #E9DBC1;
}

.g--bg-color-17a2b8 {
    background-color: #17a2b8;
}

.color-213D24 {
    color: #213D24;
}

.g--color-451702 {
    color: #451702;
}

.g--color-CBA37E {
    color: #CBA37E;
}

.g--color-a61b14 {
    color: #a61b14;
}

.bg-premium {
    background-color: #cca47f;
}

.bg-general {
    background-color: #E9DBC1;
}

.bg-general-img {
    background-image: linear-gradient(#a61b14cb, #E9DBC1), url(../images/2024/guia-compra/bg_general.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-acampada-img {
    background-image: linear-gradient(#cca47fc0, #e9dbc1ce), url(../images/2024/guia-compra/bg_acamadpada.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-prem-img {
    background-image: linear-gradient(#17a3b8b6, #e9dbc1ce), url(../images/2024/guia-compra/bg_supervip.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.info-btn {
    /* background: var(--arcade-yellow); */
    color: black;
    font-weight: bolder;
    border: 3px solid black;
    width: 180px;
    height: 56px;
    border-radius: 8px;
   font-family: 'Mogra';
    text-transform: uppercase;
    font-size:24px;
    /* -webkit-text-stroke: 1px black; */
}

.info-btn:hover {
    background: #FEE369;
}
.info-btn.abonos{
    font-size:20px;
}
.info-btn.abonos:hover{
    background: #FEE369;
}

.info-btn-alt{
    color: black;
    background-color: white;
    font-weight: bolder;
    border: 3px solid black;
    border-radius: 36px;
    padding: 1rem 3rem;
   font-family: 'Mogra';
    text-transform: uppercase;
    font-size:24px;
    /*-webkit-text-stroke: 1px black;*/
    text-decoration: none;
}

.info-btn-alt i{
    color:black;
}
.info-btn-alt:hover {
    background-color: black;
    color: white !important;
    text-decoration: none !important;
}
.info-btn-alt:hover i {
    background-color: black;
    color: white;
}


.guia-compra {
    color: white !important;
}

.guia-compra:hover {
    color: #fff !important
}

.bg-guia-compra {
    border-radius: 8px;
    background-color: var(--red);
}

.bg-guia-compra:hover {

    background-color: #17a2b8;
}

#abonos {
    scroll-margin: 70px;
}

.g--hover-blue {
    border-radius: 8px;
}

.g--hover-blue:hover {
    background-color: #17a2b8;
    border: 1px solid #17a2b8;
    border-radius: 8px;

}

.g--font-family-staatliches {
    font-family: 'Staatliches', cursive;
}

.g--text-decoration-none-hover:hover {
    text-decoration: none;
}

.g--letter-spacing-05px {
    letter-spacing: 0.5px;
}

/* Countdown */

.content {
    width: 100%;
}

.photos {
    width: 100%;
    margin: 0px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.thumbnails {
    width: calc(100%);
    height: 90vh;
    /* margin: 10çx; */
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: transform .3s;
}

.thumbnails img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.black {
    text-align: center;
    background: #000;
    background-blend-mode: multiply;
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .7;
}

.title {
    color: #fff;
    font-size: 2em;
    align-self: center;
    position: absolute;
    z-index: 10;
    font-family: 'Staatliches', cursive;
}

.black, .title {
    transition: opacity .3s;
}

.thumbnails:hover {
    cursor: pointer;
    transform: scale(1.05);
    z-index: 20;
}

.thumbnails:hover .black,
.thumbnails:hover .title {
    opacity: 0;
}

@media (max-width: 430px) {
    .thumbnails {
        height: 25vh;
    }

;
}

#cont .no-gutters {
    max-width: 800px;
    margin-top: 0px !important;
}

#cont {
    display: flex;
    justify-content: center;
}

#pdcc-modal-bg #pdcc-modal-container #pdcc-modal-header p.title {
    color: #000;
    position: relative;
    font-family: 'Alan Sans';
}

@media(max-width:576px){

    .info-btn-alt{
     font-size:14px;
    }
}

#btnVolverArriba {
  position: fixed;
    bottom: 16px;
    right: 20px;
    z-index: 1000;
    background-color: var(--bs-body-color);
    width: 50px;
    height: 50px;
    color: var(--bs-body-bg);
    font-size: 24px;
    padding: 7px 15px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
}

#btnVolverArriba:hover {
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
}
a.nav-link.menu{
    color:white !important;
}
a.nav-link.menu:hover{
    color:#fee369 !important;
}

a.hyperlink{
    text-decoration: underline !important;
    color: #2a2a2b;
}

a.hyperlink:hover{
    color: #1c7430;
}

.container .loader {
    font-size: 40px;
    font-family: system-ui, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #0000;
    -webkit-text-stroke: 1px #000;
    background: linear-gradient(-60deg, #0000 45%, #000 0 55%, #0000 0) 0/300% 100% no-repeat text;
    animation: l3 2s linear infinite;
    position:relative;
    margin-top:130px;
}

.loader:before {
    content: "Loading";
}

@keyframes l3 {
    0% {
        background-position: 100%
    }
}