:root {
    --nav-alpha: RGBA(44, 44, 44, 0.67);
    --nav-alpha-light: RGBA(44, 44, 44, 0.37);
    --bkf-alpha: RGBA(44, 51, 66, 0.6);
    --bg-corporate: RGB(44, 44, 44);
    --btn-bco: RGB(255, 255, 255);
    --btn-bco-hvr: RGB(217, 217, 217);
    --frm-alpha: RGBA(44, 51, 66, 0.40);
    --header-solid: #2C2C2C;
    --nav-alpha-drk: RGBA(44, 44, 44, 0.87);
    --bg-light-gray: #F5F5F5;
    --modal-dark-alpha: RGBA(39, 36, 39, 0.67);
    --gray-card: #D9D9D9;
    --bg-dark: #666566;
    --bg-dark-alpha: rgba(39, 36, 39, 0.67);
    --footer-dark: #272427;
    --mod-alpha: RGBA(44, 44, 44, 0.50);
    --bg-warning: #ffa900;
    --bg-warning-hover: #d99002;
    --bg-dark-blue: #005EAD;
    --bg-light-blue: #27A7DE;
    --bg-black: #000000;
    --lnk-blue-default: #007bff;
    --txt-blue: #202C5D;
    --drk-blue: #022741;
    --bco-alpha-50: RGBA(255, 255, 255, 0.5);
    --bco-alpha-70: RGBA(255, 255, 255, 0.7);
    --blue-mzo: #0090d4;
    --green-ixt: #8abd24;
    --orange-lcs: #f7a400;
    --gold-color: #aa8453;
    --golden-color: #9c6116;
    --goldy-40: RGBA(156, 97, 22, 0.40);
    --tblr-success-rgb: RGB(47, 179, 68);
}

body {
    font-size: 16px;
}

.white-filter {
    filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(31deg) brightness(102%) contrast(101%) !important;
}

.dark-filter {
    filter: invert(19%) sepia(2%) saturate(3%) hue-rotate(314deg) brightness(110%) contrast(113%) !important;
}

.gold-filter {
    filter: invert(57%) sepia(72%) saturate(278%) hue-rotate(354deg) brightness(82%) contrast(84%) !important;
}

.bg-goldy {
    background-color: var(--goldy-40) !important;
}

.bg-pace {
    background-color: #F6F1F0 !important;
}

.lang-btn-gold {
    color: var(--gold-color) !important;
    font-size: 20px;
}

.gold-text {
    color: var(--gold-color) !important;
}

.vh-50 {
    height: 50vh !important;
}

.mvh-110 {
    min-height: 110vh;
}

.disabled {
    pointer-events: none !important;
    opacity: .65 !important;
}

.offer-detail {
    font-size: calc(0.9375rem + ((1vw - 4.5px) * 0.1361)) !important;
}

.input2_inner {
    position: relative;
    font-weight: 300;
}

.input2_inner:after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 23px;
    pointer-events: none;
    font-family: "themify";
    font-size: calc(0.9375rem + ((1vw - 4.5px) * 0.2041));
    color: #fff;
    line-height: 1;
    font-weight: 300;
}

.input2_inner input {
    display: block;
    width: 100%;
    font-size: calc(0.9375rem + ((1vw - 4.5px) * 0.2041));
    color: #fff;
    padding: 19.5px 40px 20px 20px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    font-weight: 300;
}

.input2_inner input::placeholder {
    font-size: calc(0.9375rem + ((1vw - 4.5px) * 0.2041));
    color: #000 !important;
    outline: none;
    font-weight: 300;
}

.input2_inner input:focus {
    outline: none;
    box-shadow: none;
    background: transparent;
    color: #000 !important;
    border: none;
}


/*Buttons*/

.butn-dark2-underline {
    position: relative;
    line-height: 1.2em;
    background-color: transparent;
    color: #aa8453 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-color: #aa8453 !important;
    border-bottom: 2px solid !important;
    font-weight: 300;
    padding: 17px 24px;
    margin: 0;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.butn-dark2-underline:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #1b1b1b;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.butn-dark2-underline span {
    position: relative;
    z-index: 2;
}

.butn-dark2-underline:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.butn-dark2-underline:hover span {
    color: #fff;
}


/*BGs*/

.bg-transparent {
    background: transparent !important;
}

.bg-success {
    background-color: rgba(132, 209, 144, 1)!important;
    color: #000 !important;
    font-weight: 600 !important;
}


/*floating elements*/

.floatForm {
    position: fixed;
    margin: auto;
    bottom: 0px;
    z-index: 105;
}

.booking-inner-dark {
    position: relative;
    background-color: rgba(87, 87, 87, 0.5);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 15px 15px 0px 15px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #FFF !important;
}

.input1_inner input:disabled::placeholder {
    font-size: calc(0.9375rem + ((1vw - 4.5px) * 0.2041));
    background: #000 !important;
    color: #000 !important;
    outline: none;
    font-weight: 300;
}

.input1_inner input:disabled:focus {
    outline: none;
    box-shadow: none;
    background: #000 !important;
    color: #000 !important;
    border: none;
}

.input1_inner input[readonly]::placeholder {
    font-size: calc(0.9375rem + ((1vw - 4.5px) * 0.2041));
    color: #000 !important;
    outline: none;
    font-weight: 300;
}

.input1_inner input[readonly]:focus {
    outline: none;
    box-shadow: none;
    background: #FFF !important;
    color: #000 !important;
    border: none;
}

.input1_inner input::placeholder {
    font-size: calc(0.9375rem + ((1vw - 4.5px) * 0.2041));
    background: transparent !important;
    color: #000 !important;
    outline: none;
    font-weight: 300;
}


/*modals*/

.modal-header .btn-close {
    margin: 0 !important;
}

.modal-content {
    border-radius: 0px !important;
}

.modal-status {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #626976;
    border-radius: 4px 4px 0 0
}


/*ratios*/

.ratio16-9 {
    position: relative;
    width: 100%;
    padding-top: 75% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}


/*sections*/

.offers {}

.offers figure {
    margin: 0;
    position: relative;
    width: 100%;
    margin-left: auto;
    overflow: hidden;
}

.offers figure img:hover {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05);
}

.offers figure img {
    transform: scale(1);
    transition: transform 500ms ease;
}

.offers p {
    color: #3b3b3b;
    font-size: calc(0.8125rem + ((1vw - 4.5px) * 0.1361)) !important;
    font-weight: 300 !important;
    line-height: calc(0.8125rem + ((1vw - 4.5px) * 0.1361)) !important;
}

.offers .img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.offers .img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.offers .content {
    width: 100%;
    padding: 30px 30px 40px 30px;
    background: #fff;
}

.offers .content .cont {
    display: table-cell;
    vertical-align: middle;
    min-height: 175px !important;
    height: 175px !important;
}

.offers .content .cont .book {
    display: table;
}

.offers .content .cont .book .butn-dark2 {
    margin: 0
}

.offers .content .cont .book>div {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px
}

.offers .content .cont .book>div:nth-child(2) {
    padding-left: 15px;
    padding-right: 0;
    font-size: 12px;
    line-height: 1.2em;
}

.offers .content .cont .book>div>span {
    display: block;
    margin-bottom: 0
}

.offers .content .cont .book .price {
    font-family: 'Libre Caslon Display', serif;
    font-size: 24px;
    line-height: 1.2em;
    color: #1b1b1b;
}

.offers .content .cont h3 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 12px;
    color: #1b1b1b;
}

.offers .content .cont h6 {
    font-size: calc(0.9375rem + ((1vw - 4.5px) * 0.2041));
    color: #aa8453;
    font-family: 'Outfit', serif;
    font-weight: 400;
    text-transform: uppercase;
}

.offers .content .cont h6 span {
    font-family: 'Outfit', serif;
    font-size: calc(0.9375rem + ((1vw - 4.5px) * 0.2041));
    margin-bottom: 0px;
    color: #1b1b1b;
    font-weight: 400;
    letter-spacing: 1;
}

.offers .owl-theme .owl-nav {
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%
}

.offers .owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.offers .owl-theme .owl-prev,
.offers .owl-theme .owl-prev {
    left: 10px !important
}

.offers .owl-theme .owl-next {
    right: 10px !important
}

.offers .owl-theme .owl-prev,
.offers .owl-theme .owl-next {
    color: #fff;
    position: absolute !important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
    text-align: center;
    font-size: 15px
}

.offers .owl-theme .owl-prev>span,
.offers .owl-theme .owl-next>span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.offers .owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    line-height: 45px;
    background: transparent;
    border-radius: 100%;
    color: #aa8453;
    font-size: 10px;
    margin-right: 60px;
    margin-left: 60px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}

.offers .owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: none;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .offers .owl-theme .owl-nav {
        display: none;
    }
}

.offers .owl-carousel .owl-nav button.owl-next,
.offers .owl-carousel .owl-nav button.owl-prev,
.offers .owl-carousel button.owl-dot {
    outline: none;
}


/* offers owl-dots */

.offers .owl-theme .owl-dots {
    position: absolute;
    bottom: 6vh;
    width: 100%;
}

.offers .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
    line-height: .7;
    display: block;
}

.offers .owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.offers .owl-theme .owl-dots .owl-dot.active span,
.offers .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border: 1px solid #fff;
}

.offers .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 5%;
    text-align: center;
}


/* offers owl-nav */

.offers .owl-theme .owl-nav [class*=owl-] {
    width: 45px;
    height: 45px;
    line-height: 50px;
    background: #FFF;
    border-radius: 50%;
    border: 1px solid #ADADAD;
    color: #1b1b1b;
    font-size: 12px;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}

.offers .owl-theme .owl-nav [class*=owl-]:hover {
    background: #aa8453;
    color: #fff;
}

.offers .owl-theme .owl-nav {
    top: 40% !important;
}

.offers .owl-theme .owl-nav [class*=owl-] {
    opacity: 0;
}

.offers .owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .offers .content {
        padding: 30px 30px 30px 30px;
        margin-bottom: 30px;
    }
    .offers .content .cont h3 {
        line-height: 1.2em;
    }
}

@media screen and (max-width: 480px) {
    .offers .content {
        padding: 30px 15px;
    }
}

input[type=number] {
    -moz-appearance: textfield;
}

p {
    text-align: justify !important;
}


/*banner*/

.banner-quarter {
    min-height: 300px;
    height: 25vh;
}

.banner-medium {
    min-height: 300px;
    height: 50vh;
}

.banner-thirds {
    min-height: 300px;
    height: 34vh;
}


/*logos*/


/*.logo-img-big {
    width: 165px;
}*/

.logo-img-big.white-filter {
    width: 215px;
}

.logo-img-big.gold-filter {
    width: 215px;
}

.main-logo {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.border-sm-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

@media screen and (max-width: 991px) {
    .logo-img-big {
        width: 120px;
    }
    .border-sm-bottom {
        border-bottom: none !important;
    }
}

.navbar-toggler {
    position: fixed;
    top: 10px !important;
    right: 10px !important;
    z-index: 101;
}

.mobileBooking {
    position: fixed;
    bottom: 0;
    padding: 1rem;
    width: 100%;
    z-index: 200;
    background-color: rgba(87, 87, 87, 0.5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}


/*valigns*/

.valign-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    padding-bottom: 2rem;
}


/*fonts*/

.gold-text {
    color: var(--gold-color) !important;
}

.gold-text-link {
    color: var(--gold-color) !important;
    font-weight: bold;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    text-decoration-thickness: 1px !important;
}

.gold-text-link:hover {
    color: var(--gold-color) !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    text-decoration-thickness: 2px !important;
}

.view-360 {
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    text-decoration-thickness: 1px !important;
}


/*shadows*/

.blur-shadow {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.p-5 {
    padding: 1.875rem !important;
}

.pt-5 {
    padding-top: 1.875rem !important;
}

.pb-5 {
    padding-bottom: 1.875rem !important;
}


/*autocompletes*/

ul.ui-autocomplete {
    z-index: 1100;
}


/*forms*/

.input-transparent {
    background: transparent !important;
    border-radius: 0 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid rgb(255, 255, 255);
    color: #FFF !important;
    font-weight: bold;
    height: 44px !important;
}

.input-transparent-gold {
    background: transparent !important;
    border-radius: 0 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid var(--gold-color) !important;
    color: var(--gold-color) !important;
    font-weight: bold;
    height: 44px !important;
}

.input-transparent-gold::placeholder {
    color: var(--gold-color) !important;
}

input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #000;
    position: absolute;
}


/*floating buttons*/

.bestOffer {
    /*background-color: var(--gold-color);*/
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, var(--gold-color) 50%, var(--bg-corporate) 50%);
    font-size: calc(1rem + ((1vw - 4.5px) * 0.1361));
    position: fixed;
    left: 0px;
    top: 15vh;
    padding: 1rem;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    display: block;
    z-index: 200;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor: pointer;
    -webkit-transition: background-position 0.5s;
    -moz-transition: background-position 0.5s;
    transition: background-position 0.5s;
}

.bestOffer:hover {
    background-position: 0 100%;
}

.bestOffer i {
    color: #FFF !important;
    display: block;
    transition-delay: 3s;
    transition: ease 1s;
}

.bestOfferText {
    /*background-color: var(--gold-color);*/
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, var(--gold-color) 50%, var(--bg-corporate) 50%);
    /*font-size: calc(1rem + ((1vw - 4.5px) * 0.1361));*/
    font-size: 16px;
    position: fixed;
    left: -5.95rem;
    top: 35vh;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.3rem;
    padding-top: 0.3rem;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    z-index: 200;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: #FFF;
    cursor: pointer;
    -webkit-transition: background-position 0.5s;
    -moz-transition: background-position 0.5s;
    transition: background-position 0.5s;
    transform: rotate(-90deg);
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.bestOfferText i {
    font-size: 16px;
}

.discount-icon {
    /* bunch of pretty styles, oh wow */
    &::before {
        content: url('/svg/discount/');
        display: block;
        height: 16px;
        width: 16px;
    }
}

.bestOfferText:hover {
    background-position: 0 100%;
}

@media screen and (max-width: 480px) {
    .bestOffer,
    .bestOfferText {
        display: none !important;
    }
}


/*ratios*/

.ratio-gallery {
    position: relative;
    width: 100%;
    padding-bottom: 65% !important;
    background-size: cover !important;
    background-position: center center !important;
}

.ratio-gallery-content {
    position: absolute;
    min-height: 100% !important;
    width: 100% !important;
    background-size: cover !important;
    background-position: center center !important;
}


/*placeholders*/

.flatpickr-input::placeholder {
    color: #000 !important;
}

.flatpickr-mobile::placeholder {
    color: #000 !important;
}

.form-control:disabled::placeholder,
.form-control[readonly]::placeholder,
.flatpickr-input[readonly]::placeholder {
    color: #000 !important;
}

.border-trs {
    border: 3px solid #fff;
}

.border-gold {
    border-color: var(--gold-color) !important;
}


/*externos*/

.openGallery img {
    cursor: pointer;
}


/*Animations*/

.animate-fade {
    animation-duration: 0.5s;
    animation-name: animate-fade;
    animation-delay: 0.5s;
    animation-fill-mode: backwards;
}

.animate-pop {
    animation-duration: 0.5s;
    animation-name: animate-pop;
    animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);
}

@keyframes animate-pop {
    0% {
        opacity: 0;
        transform: scale(0.5, 0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
}

@keyframes animate-fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/*forms*/

.quote_form {
    background-color: rgba(255, 255, 255, 0.90) !important;
    padding: 2rem !important;
    border-radius: 15px;
}

.select1 {
    display: block;
    width: 100%;
    font-size: calc(0.9375rem + ((1vw - 4.5px) * 0.2041));
    background: #fff !important;
    color: #000001;
    padding: 19.5px 40px 20px 20px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    font-weight: 300;
}

.mh480 {
    max-height: 480px !important;
    overflow-y: auto;
}

.mh440 {
    max-height: 430px !important;
    overflow-y: auto;
    padding-right: 5px !important;
}


/*MASKS Scrollbars*/


/* width */

.mask::-webkit-scrollbar {
    width: 3px;
    opacity: 0.5;
    padding-left: 5px;
}


/* Track */

.mask::-webkit-scrollbar-track {
    background: #ccc;
    opacity: 0.5;
}


/* Handle */

.mask::-webkit-scrollbar-thumb {
    background: RGBA(170, 132, 83, 0.5);
    opacity: 0.5;
}

.hov-underline {
    text-decoration: none;
}

.hov-underline:hover {
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    text-decoration-thickness: 1px
}


/* Handle on hover */

.mask::-webkit-scrollbar-thumb:hover {
    opacity: 1;
    background: RGBA(170, 132, 83, 0.9);
    width: 8px !important;
}


/*dropdowns*/

.dropdown-item.gold {
    color: var(--gold-color) !important;
}

.dropdown-item.gold:hover {
    color: var(--gold-color) !important;
    font-weight: bold;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    text-decoration-thickness: 1px !important;
}


/*tipografias*/

.fnt-caslon {
    font-family: 'Libre Caslon Display', serif !important;
}

.bg-img-contain {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}


/*nav*/

.cristal-bg-dark {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    padding: 15px 15px 0px 15px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding-bottom: 1rem;
}


/**Efectos*/

.fire {
    animation: animation 1s ease-in-out infinite alternate;
    -moz-animation: animation 1s ease-in-out infinite alternate;
    -webkit-animation: animation 1s ease-in-out infinite alternate;
    -o-animation: animation 1s ease-in-out infinite alternate;
}

.burn {
    animation: animation .65s ease-in-out infinite alternate;
    -moz-animation: animation .65s ease-in-out infinite alternate;
    -webkit-animation: animation .65s ease-in-out infinite alternate;
    -o-animation: animation .65s ease-in-out infinite alternate;
}

@keyframes animation {
    0% {
        text-shadow: 0 0 20px #fefcc9, 10px -10px 30px #feec85, -20px -20px 40px #ffae34, 20px -40px 50px #ec760c, -20px -60px 60px #cd4606, 0 -80px 70px #973716, 10px -90px 80px #451b0e;
    }
    100% {
        text-shadow: 0 0 20px #fefcc9, 10px -10px 30px #fefcc9, -20px -20px 40px #feec85, 22px -42px 60px #ffae34, -22px -58px 50px #ec760c, 0 -82px 80px #cd4606, 10px -90px 80px #973716;
    }
}

@-moz-keyframes animation {
    0% {
        text-shadow: 0 0 20px #fefcc9, 10px -10px 30px #feec85, -20px -20px 40px #ffae34, 20px -40px 50px #ec760c, -20px -60px 60px #cd4606, 0 -80px 70px #973716, 10px -90px 80px #451b0e;
    }
    100% {
        text-shadow: 0 0 20px #fefcc9, 10px -10px 30px #fefcc9, -20px -20px 40px #feec85, 22px -42px 60px #ffae34, -22px -58px 50px #ec760c, 0 -82px 80px #cd4606, 10px -90px 80px #973716;
    }
}

@-webkit-keyframes animation {
    0% {
        text-shadow: 0 0 20px #fefcc9, 10px -10px 30px #feec85, -20px -20px 40px #ffae34, 20px -40px 50px #ec760c, -20px -60px 60px #cd4606, 0 -80px 70px #973716, 10px -90px 80px #451b0e;
    }
    100% {
        text-shadow: 0 0 20px #fefcc9, 10px -10px 30px #fefcc9, -20px -20px 40px #feec85, 22px -42px 60px #ffae34, -22px -58px 50px #ec760c, 0 -82px 80px #cd4606, 10px -90px 80px #973716;
    }
}

@-o-keyframes animation {
    0% {
        text-shadow: 0 0 20px #fefcc9, 10px -10px 30px #feec85, -20px -20px 40px #ffae34, 20px -40px 50px #ec760c, -20px -60px 60px #cd4606, 0 -80px 70px #973716, 10px -90px 80px #451b0e;
    }
    100% {
        text-shadow: 0 0 20px #fefcc9, 10px -10px 30px #fefcc9, -20px -20px 40px #feec85, 22px -42px 60px #ffae34, -22px -58px 50px #ec760c, 0 -82px 80px #cd4606, 10px -90px 80px #973716;
    }
}


/**enlaces*/

a.goldref {
    text-decoration: underline;
    color: var(--gold-color);
    font-weight: bold;
}