/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');

@font-face {
    font-family: 'Helvetica Neue Cond';
    src: url('/fonts/HelveticaNeue-CondensedBold.woff2') format('woff2'),
        url('/fonts/HelveticaNeue-CondensedBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/fonts/HelveticaNeue-Medium.woff2') format('woff2'),
        url('/fonts/HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('/fonts/HelveticaNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/fonts/HelveticaNeueLTStd-Lt.woff2') format('woff2'),
        url('/fonts/HelveticaNeueLTStd-Lt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/fonts/HelveticaNeue-BlackCond.woff2') format('woff2'),
        url('/fonts/HelveticaNeue-BlackCond.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
	--yellow-color:#EDC64A;
	--red-color:#E4003A;
    --base-color:#15145C;
    --container-width: 440; /* variable for the maximum width of page’s content */

	--main-font:'Helvetica Neue';
    --main-font-cond:'Helvetica Neue Cond';
    --firma-font: 'Inter', sans-serif;
}

body {
	font-family: var(--main-font);
    font-weight: 500;
}

strong {
	font-weight: 700;
}

.txt-m-0 * {
    margin:0!important;
}

.txt-mb-0 * {
    margin-bottom:0;
}

.condensed-font {
    font-family: var(--main-font-cond);
}

.ls-negative-1, .ls-negative-1 > * {
    letter-spacing: -.01em;
}
.ls-positive-1, .ls-positive-1 > * {
    letter-spacing: .01em;
}
.ls-negative-2, .ls-negative-2 > * {
    letter-spacing: -.02em;
}
.ls-positive-2, .ls-positive-2 > * {
    letter-spacing: .02em;
}

.ls-positive-5, .ls-positive-5 > * {
    letter-spacing: .05em;
}

h1, .banner h1, h2, .banner h2, h3, .banner h3, h4,  .banner h4, h5,  .banner h5, h6,  .banner h6 {
    font-size: 1em;
    line-height:inherit;
    font-weight: 900;
    letter-spacing: -0.01em;
}

@media screen and (min-width: 850px) {
    .col:first-child .col-inner {
        margin-left: 0;
        margin-right: 0;
    }
}

.is-border {
    z-index: 2;
}

.banner {
    background:none;
}


.banner a.fill {
    z-index: 2;
}

.banner:has(a.fill) .text-box {
    z-index: 1;
}

.banner-height-fit {
	height:100%;
}

.balance {
    text-wrap: balance;
}

.pretty {
    text-wrap: pretty;
}

.uppercase {
	letter-spacing: 0;
}

.fw-200, .fw-200 > * {
    font-weight:200!important;
}

.fw-300, .fw-300 > * {
    font-weight:300!important;
}

.fw-400, .fw-400 > * {
    font-weight:400!important;
}

.fw-500, .fw-500 > * {
    font-weight:500!important;
}

.fw-600, .fw-600 > * {
    font-weight:600!important;
}

.fw-700, .fw-700 > * {
    font-weight:700!important;
}

.fw-900, .fw-900 > * {
    font-weight:900!important;
}

.doubled-font > * {
    font-size:2em!important;
}
.cuadruple-font > * {
    font-size:3em!important;
}

.button {
    line-height: 1!important;
    min-height: 0;
    font-size: 1rem;
    padding:20px 45px 20px 32px;
    border-radius:99px;
    position: relative;
    transition: .1s background-color linear;
}
.button span {
    line-height: 1.1;
    position: relative;
    z-index: 3;
    letter-spacing:-.02em;
    color:var(--fs-color-secondary);
    font-family:var(--main-font-cond);
    font-weight: 700;
    font-size:2rem;
}
.header-main .button {
    padding:18px 26px;
}

.stuck .header-main .button {
    padding-top: 15px;
    padding-bottom:15px;
}

.header-main .button span  {
    font-size: 1.25rem;
}

.button.is-outline, .button.primary:not(.is-outline):not(.header-main .button) {
	border:1px solid;
    box-shadow: unset;
} 

.button.primary:not(.is-outline):hover {
    background: var(--yellow-color);
} 

.button.is-outline span, .button.primary:not(.is-outline):not(.header-main .button) span {
	padding-left:30px;
	position: relative;
}

.button.is-outline span:after, .button.primary:not(.is-outline):not(.header-main .button) span:after {
	content:"";
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 5px;
	left: 0;
	background: url(/wp-content/uploads/2025/10/arrow-azul-M.svg) left center no-repeat;
	background-size: 25px;
}


.button.is-outline:hover {
	background:var(--fs-color-secondary);
}

.button.is-outline:hover span {
	color:#fff;
}

.button.is-outline:hover span:after {
	filter:brightness(0) invert(1);
}

.button.is-outline.white {
    border-color:#fff;
}



.button.white:hover {
    background: var(--fs-color-primary)!important;
    box-shadow:unset!important;
}


.button.is-outline.white span {
    color:#fff;
}

.button.is-outline.white span:after {
    filter:brightness(0) invert(1);
}

.button.is-outline.white:hover {
    background-color:var(--yellow-color)!important;
    border-color:var(--yellow-color);
}

.button.is-outline.white:hover span {
    color:var(--fs-color-secondary);
}

.button.is-outline.white:hover span:after {
    filter: none;
}

.button.white.has-icon span {
    padding-left:30px;
    position: relative;

}

.button.white.has-icon span:after {
    content:"";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.button.white.has-icon.icon-llegar span:after {
    background: url(/wp-content/uploads/2025/10/como-llegar-icon-1.png) center center no-repeat;
    background-size: contain;
}


.br-6, .col.br-6 > .col-inner {
    border-radius:6px;
    overflow: hidden;
}

.br-12:not(:has(img)), .col.br-12 > .col-inner, .img.br-12 img {
    border-radius:12px;
    overflow: hidden;
}

 .br-20, .br-20 > .col-inner {
    border-radius:20px;
    overflow: hidden;
}

.br-24, .br-24 > .col-inner {
    border-radius:24px;
    overflow: hidden;
}

.image-height-fit .col-inner, .image-height-fit .img, .image-height-fit .img > div, .image-height-fit .img .img-inner {
    height:100%;
}

.image-height-fit .img .img-inner > img {
    height:100%;
    object-fit:cover;
    object-position:center center;
}

.logo.centered-image img {
	margin:0 auto;
}

.pad-left-col>.col-inner {
    padding-left: max(15px,calc((100vw - 1820px)/2))!important
}

.pad-right-col>.col-inner {
    padding-right: max(15px,calc((100vw - 1820px)/2))!important
}

.yellow-color {
    color:var(--yellow-color);
}

.red-color {
    color:var(--red-color);
}

.triangle-trim {
    width: 280px;
    height:244px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    position: absolute;
    bottom: 200px;
    left: 0;
    transform: rotate(60deg);
}

.triangle-trim.blue-trim {
    background: var(--fs-color-primary);
}

.triangle-trim.white-trim {
    background:white;
     transform: translate(350px, -200px) rotate(30deg) scale(.55);
}

.header-img-slider-top-left, .header-img-slider-top-right  {
	max-width: 290px;
	padding:20px 20px 50px 20px;
	box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.04);
	background: #fff;
	border-radius: 8px;
	top: 0;
	left: 0;
	transform: rotate(-15deg);
	display: block!important;
	position: absolute;
	width: 290px;
	aspect-ratio:290/326;
	z-index: -1;
}

.header-img-slider-top-left {
	top: -20px;
	left: 0;
}	

.header-img-slider-top-right {
	top: 0px;
	right: 0;
	left: unset;
	transform: rotate(25deg) translateX(50%);
}

.header-img-slider-top-left .img {
	border-radius:4px!important;
	overflow: hidden;
}

.z-index--2 {
	z-index:-2;
	position: relative;
}

.br-24 > * {
    border-radius:24px;
}
.marquee-text {
    overflow: hidden!important;
}
.marquee-text ul {
    font-weight: 900;
    display: flex;
    animation: scrolling 35s linear infinite;
}

.marquee-reverse ul {
   animation: scrolling-reverse 45s linear infinite reverse;
}

.marquee-text ul li {
    flex-shrink: 0;
    list-style-type:none;
    margin:0 45px!important;
    position: relative;
}

.marquee-text ul li:after {
    content: "•";
    position: absolute;
    right: -67px;
    top: 0;
    font-size: .75em;
    line-height: 1.25;
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-300%);
    }
}

@keyframes scrolling-reverse {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-300%);
    }
}

.section.z-index-2 {
    z-index: 2;
}
.section-bg-fixed {
    flex-flow: column;
}
.section-bg-fixed .section-bg {
    position: sticky;
    top: 100px;
    left: 2.5vw;
    height: 100vh;
    width: 90vw;
}

.section-bg-fixed .section-bg img {
    object-fit: contain;
    object-position: 0% 75px;
    -o-object-position: 50% 75px;
    top: 0;
}

.section.custom-bg-header .section-bg {
    background:url(/wp-content/uploads/2025/10/header-bg-pattern-1.svg),#15145C;
}
.section.custom-bg-header .section-bg:after {
   content:"";
   position: absolute;
   top: 0;
   left:0;
   width: 100%;
   height: 100%;
   background: linear-gradient(0deg,rgba(21, 20, 92, 1) 10%, rgba(21, 20, 92, 0) 90%);
}
/*parallax fix*/
*[data-parallax-fade="true"] {
    opacity: 1!important;
}

/*header*/
.header .header-main .header-nav {
    justify-content: center;
}
.header .header-main .header-inner li a {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color:var(--fs-color-secondary);
    opacity: 1;
    transition: .1s all linear;
    font-family: var(--main-font-cond);
}

.header .header-main .header-inner li a:hover, .header .header-main .header-inner li.active a  {
    color:var(--fs-color-primary);
}

.header .header-main .header-inner li.active a  {
    text-decoration: underline;
    text-underline-offset: 2px;
}



.header .header-main .header-inner li {
    margin:0 clamp(5px,1.5vw,24px);
} 

.header .header-main .header-inner li.wpml-ls-item {
    margin:0;
    padding:0 5px;
    position: relative;
}
.header .header-main .header-inner li.wpml-ls-item:not(.wpml-ls-current-language) span {
    opacity: .6;
    position: relative;
    top: 1px;
}
.header .header-main .header-inner li.wpml-ls-item:first-child:after {
    content:"";
    position: absolute;
    width: 1px;
    height: 60%;
    background: #15145c;
    top: 20%;
    right: 0;
    opacity: .6;
}






/*Home*/
.home-header-section {
    position: sticky;
}

.tags-list-text ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow:row wrap;
}

.tags-list-text ul li {
    list-style-type: none;
    padding:10px 30px;
    border:1px solid #fff;
    border-radius:99px;
    margin-left:10px;
    margin-right:10px;

}

.habitacion-col .button {
    padding:10px 24px 10px 16px;
}

.habitacion-col .button span {
    font-size: 1.5rem;
}  

.habitacion-col .button span:after {
    width: 25px;
    height: 25px;
}


.servicio-row {
    border-bottom:3px solid rgba(121, 206, 201, 1);
    background: var(--base-color);
    transition:.3s all linear;
}

.servicio-row:nth-child(2) {
    border-top:3px solid rgba(121, 206, 201, 1);
}

.servicio-row .img {
     position: absolute;
     top: 0;
     right: 0;
     max-width: 314px;
     height: auto;
     border-radius: 24px;
     overflow: hidden;
     opacity: 0;
     transition:.3s all linear;
}

.servicio-row:nth-child(even) .img {
     transform:translate(50%,calc(-50% + 64px)) rotate(2deg);
}

.servicio-row:nth-child(odd) .img {
     transform:translate(50%,calc(-50% + 64px)) rotate(-2deg);
}
.servicio-row .text {
    position: relative;
    opacity: 1;
    transition:.3s all linear;
}

.servicio-row .text > * {
    color:#fff;
    transition:.3s all linear;

}
.servicio-row .text:after {
    content:"";
    width:52px;
    height: 52px;
    background: url(/wp-content/uploads/2025/10/arrow-right-L.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: -20px;
    opacity: 0;
} 

.servicio-row:hover {
    background: var(--fs-color-primary);
}

.servicio-row:hover .text {
    padding-left:60px;
}

.servicio-row:hover .text > * {
    color:var(--base-color);
}

.servicio-row:hover .text:after {
    left:0;
    opacity: 1;
    transition:.3s opacity linear, .3s left linear;
    transition-delay: .3s,.1s;
}

.servicio-row:hover .img {
    opacity: 1;
}

.servicio-row:nth-child(even):hover .img {
     transform:translate(-50%,calc(-50% + 64px)) rotate(2deg);
     opacity: 1;
}

.servicio-row:nth-child(odd):hover .img {
     transform:translate(-50%,calc(-50% + 64px)) rotate(-2deg);
     opacity: 1;
}

.section-valencia .section-bg img {
    object-fit: contain;
    object-position: 100% 50%!important;
    width: 35%!important;
    left: unset;
    right: 0;
    top: 0;
}

.como-llegar-text {
    padding-left: max(15px,calc((100vw - 1820px)/2))!important;
    padding-top:20px;
    padding-bottom:20px;
    border-top:1px solid rgba(255, 255, 255, 0.40);
    transition:.3s color linear;
}

.como-llegar-text > * {
    transition:.3s color linear;
}

.como-llegar-text.active > * {
    color:var(--fs-color-primary)!important;
}

.como-llegar-text img {
    width: 32px;
    height: auto;
    position: relative;
    top: -3px;
    margin-right:8px!important;
    display: inline-block;
}

.como-llegar-image-col {
    position: absolute;
    bottom: 0;
    left:50%;
    transform: translateX(-50%);
    max-width:406px!important;
    opacity: 0;
    z-index: 1;
}

.como-llegar-image-col.active {
    opacity: 1;
    transition:.3s opacity linear;
    z-index: 2;

}

.como-llegar-image-col .button span {
    font-size: 1.5rem;
}

.como-llegar-image-col .button.white span:after {
    width: 24px;
    height: 24px;
}

.map-section > .section-content {
    padding-top: 40.9756%;
}

.map-section > .section-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-sticky-col-right h3 img {
    width: auto;
    max-height: 52px;
    position: relative;
    top: -3px;
    margin-left: 10px !important;
}

/*El hostel*/

.image-gallery {
    margin-bottom:40px!important;
}

.image-gallery img {
    border-radius:12px;
    overflow: hidden;
}

/*Habitaciones*/

.servicios-habitacion ul {
    list-style-type: none;
    margin:0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.servicios-habitacion ul li {
    padding:10px 30px 10px 55px;
    border:1px solid var(--fs-color-primary);
    line-height: 1;
    border-radius:99px;
    margin:0  15px 15px 0;
    position: relative;
}

.servicios-habitacion ul li img {
    position: absolute;
    top: 11px;
    left: 25px;
}

.icon-list-style ul {
    list-style-type: none;
    margin:0;
}

.icon-list-style ul li {
    margin:0;
    padding:22px 30px 22px 75px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 99px;
    margin-bottom: 20px;
    line-height: 1.1;
    max-width:fit-content;
    position: relative;
}

.icon-list-style ul li img {
    max-width: 32px;
    height: auto;
    position: absolute;
    top: 20px;
    left: 30px;
}

.text.icon-title-style img {
    max-width: 45px;
    height: auto;
    position: relative;
    top: -4px;
    left: 10px;
}

.servicios-grupos-list ul {
    margin:0;
    display: flex;
    flex-flow: row wrap;
}

.servicios-grupos-list ul li {
    padding:22px 25px 22px 50px;
    border:1px solid var(--fs-color-primary);
    list-style-type: none;
    margin:0;
    position: relative;
    border-radius:99px;
    margin-right: 18px;
    margin-bottom: 18px;
}
.servicios-grupos-list ul li:after {
    content:"";
    width: 20px;
    height: 20px;
    background: url(/wp-content/uploads/2025/10/servicios-grupos-icon.svg) center center no-repeat;
    position: absolute;
    top: 27px;
    left: 22px;
}

.servicios-grupos-col .triangle-trim {
    bottom: unset;
    left: unset;
    right:-20%;
    top: 30%;
    z-index: 3;
}

.servicios-grupos-col .triangle-trim.white-trim {
    background: var(--yellow-color);
}

/*gobar*/

.zigzag-bg-section {
    background: url(/wp-content/uploads/2025/11/zigzag-bg.svg) center 83% no-repeat;
    background-size: max(2000px,110%);
}

.floated-image {
    position: absolute;
    top: 45%;
    right: 35%;
}


#content .past-events-slider .img {
    width:calc(25% - 16px)!important;
    margin-right:20px;
    border-radius:24px;
    overflow: hidden;
}

#content .past-events-slider .flickity-prev-next-button {
    width:46px;
    height: 46px; 
    top: unset;
    left:unset;
    bottom:-70px;
}

#content .past-events-slider  .flickity-prev-next-button.previous {
    background:url(/wp-content/uploads/2025/11/slider-arrow-left-blue.svg) center center no-repeat;
    background-size: contain;
    right:100px;
}

#content .past-events-slider  .flickity-prev-next-button.next {
    background:url(/wp-content/uploads/2025/11/slider-arrow-right-blue.svg) center center no-repeat;
    background-size: contain;
    left:unset;
    right: 0;
}

#content .past-events-slider .flickity-prev-next-button svg {
    display: none;
}

/*como llegar*/

.mejor-ciudad-col .button {
    padding:15px 30px;
}

.mejor-ciudad-col .button span {
    font-size: 1.25rem;
}

.footer-wrapper .ux-menu-link__link {
    padding:0;
    margin:0;
    line-height: 1;
}

.footer-wrapper .ux-menu-link__link {
    font-size: 0.875rem;
    color:var(--fs-color-secondary)!important;
    font-weight: 700;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    min-height: 0;
    margin: 6px 0 10px;
    transition: .3s opacity linear;
}

.footer-wrapper .ux-menu:has(.ux-menu-link__link:hover) .ux-menu-link__link:not(:hover) {
 	opacity: .6;
}

.absolute-footer {
    display: none!important;
}

.firma-footer {
    font-family: var(--firma-font);
}

.custom-absolute-footer a {
	text-decoration: underline;
}

.custom-absolute-footer {
    margin-bottom: 80px;
}



:lang(en) .header .header-button-1 {
    display: none;
}

:lang(es) .header .header-button-2 {
    display: none;
}



@media (max-width: 1150px) {
    .header .header-main .header-inner li {
        margin: 0 clamp(5px, 1vw, 24px);
    }
}

@media (max-width: 1040px) {
    .header-main .hide-for-medium, .header-main [data-show=hide-for-medium] {
        display: none !important;
    }

    .header-main .show-for-medium, .header-main [data-show=show-for-medium] {
        display:block!important;
    }

    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
        background-color:var(--fs-color-secondary);
    }


    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
        background:#1E1D6A;
    }

    .off-canvas .sidebar-menu {
        position: relative;
    }

    .off-canvas .sidebar-menu > .nav > li:first-child {
        padding-top:0;
    }

    .off-canvas .sidebar-menu > .nav .logo-mobile {
        max-width: 140px;
        margin-bottom:40px;
    }

    .nav-sidebar.nav-vertical>li+li {
        border-top:0;
    }

    .off-canvas .sidebar-menu > .nav .html_topbar_right > div > a {
        margin-right:20px;
    }

    .off-canvas .sidebar-menu .menu-item a {
        font-size: 1.25rem;
        font-weight: 700;
        letter-spacing: -0.01em;
        text-transform: uppercase;
        color: #fff;
        opacity: 1;
        transition: .3s opacity linear;
        font-family: var(--main-font-cond);
    }

    .mfp-close {
        mix-blend-mode: unset;
        color: white;
        opacity: 1 !important;
    }
    .mobile-sidebar .html.header-button-1 {
        padding-left:0!important;
        padding-right:0!important;
    }
    .mobile-sidebar .html.header-button-1 .button {
        width: 100%;
        border-radius: 0!important;
        border:none!important;
    }

     .sidebar-menu  .wpml-ls-item a {
        font-size: 1.25rem;
        font-weight: 700;
        letter-spacing: -0.01em;
        text-transform: uppercase;
        color: #fff;
        opacity: 1;
        transition: .3s opacity linear;
        font-family: var(--main-font-cond);
        padding-left:0!important;
    }

    .sidebar-menu .wpml-ls {
        padding:0;
    }

     .sidebar-menu .wpml-ls ul {
        display: flex;
     }

    .sidebar-menu .wpml-ls ul li {
        padding:0;
    }
   .sidebar-menu .wpml-ls ul li a {
        padding:0 10px!important;
        position: relative;
    }
    .sidebar-menu .wpml-ls ul li:first-child a {
        padding-left:0!important;
    }

    .sidebar-menu .wpml-ls ul li:not(:last-child) a:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 90%;
        background: #fff;
        top: 5%;
        right: 0;
        opacity: .6;
    }

    .sidebar-menu .wpml-ls ul li:not(.wpml-ls-current-language) a {
        opacity: .6;
    }

}

@media (max-width: 850px) {

    .servicio-row .img {
        display:none!important;
    }

    .servicio-row .text:after {
        width: 38px;
        height: 38px;
        top: 2px;
    }
    .image-gallery {
     margin-bottom:30px!important;
    }

    .servicios-habitacion ul li img {
        max-width: 18px;
    }
    .servicios-grupos-col .triangle-trim {
        display: none;
    }
    #content .past-events-slider .img {
        width: calc(33% - 16px) !important;
    }
}



@media (max-width: 550px) {

    .button {
    line-height: 1 !important;
    min-height: 0;
    font-size: .85rem;
    padding: 15px 30px 15px 15px;
    border-radius: 99px;
    position: relative;
    transition: .1s background-color linear;
    }

    .button span {
        font-size: 1.5rem;

    }

    .button.is-outline span:after, .button.white.has-icon span:after {
        width: 20px;
        height: 20px;
        background-size: 20px;
    }
    .tags-list-text ul {
        flex-flow: column wrap;
    }
    .tags-list-text ul li {
    padding: 5px 20px;
    border: 1px solid #fff;
    border-radius: 99px;
    margin-left: 5px;
    margin-right: 5px;
    }

    .triangle-trim {
        display: none;
    }

    .habitacion-col .button {
        padding:7px 20px 8px 14px;
    }

    .habitacion-col .button span {
        font-size: 1.25rem;
    }  

    .habitacion-col .button span:after {
        width: 25px;
        height: 25px;
    }

    .servicio-row .text:after {
        width: 30px;
        height: 30px;
        top: 0px;
    }

    .home-sticky-col-right h3 img {
        max-height: 26px;
        top: -1px;
        margin-left: 0px !important;
    }

    .header-img-slider-top-left, .header-img-slider-top-right {
        max-width: 140px;
        padding:8px 8px 15px;
    }

    .header-img-slider-top-left {
        top: 50px;
        left:-60px;
    }

    .header-img-slider-top-right {
        top: 100px;
        left:unset;
        right: 0px;
    }
    .image-gallery {
     margin-bottom:20px!important;
    }
    .servicios-habitacion ul {

    }
    .servicios-habitacion ul li {
        width: calc(50% - 10px);
        margin:0 10px 10px 0;
        padding: 8px 15px 8px 55px;
        font-size: 1rem;
        line-height: 1.1;
        width: 100%;
    }
    .servicios-habitacion ul li img {
        max-width: 17px;
    }
    .servicios-habitacion ul li img {
        top: 8px;
        left: 25px;
    }

    #content .past-events-slider .img {
        width: 100% !important;
    }
    
    #content .past-events-slider .flickity-prev-next-button {
        display: block;
        transform: scale(0.7) !important;
    }
    .button.primary:not(.is-outline):not(.header-main .button) span::after {
        width: 20px;
        height: 20px;
        background-size: 20px;
    }
}

/*forms*/

.frm_forms > form, .frm_forms fieldset {
    margin-bottom:0;
}


.frm_form_field ::placeholder {
    color: var(--fs-color-secondary);
    font-size: 1.125rem;
    font-weight: 700;
    opacity: .8;

}

.frm_form_field {
  margin-bottom:1.5rem;
}

.frm_error_style, .frm_error {
  color:red;
}
.frm_form_fields label {
    color:var(--fs-color-secondary);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 19.2px */
    letter-spacing: -0.16px;
    margin-bottom: 1rem;
}
.frm_form_fields input {
  margin-bottom:5px;
}

.frm_fields_container .frm_checkbox label, .frm_fields_container .frm_radio label {
    position: relative;
    padding-left: 28px;
    font-size: 1rem;
    font-weight: 500;
    color: var(--fs-color-secondary);
    padding-top:0;
    letter-spacing: 0.3px;
}
.frm_fields_container .frm_checkbox {
    margin-top: 12px;
}
.frm_fields_container .frm_checkbox label a {
  text-decoration:underline;
   color: var(--fs-color-secondary);
}

.frm_form_field input[type=email], .frm_form_field input[type=number], .frm_form_field input[type=search], .frm_form_field input[type=tel], .frm_form_field input[type=text], .frm_form_field input[type=url], .frm_form_field textarea, .frm_form_field select {
  appearance:none;
  -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
  margin-bottom:0;
  height:unset;
  line-height:1.1;
  padding:1.5rem;
  font-size:1.125rem;
  font-weight: 700;
  border:1px solid rgba(21, 20, 92, 0.20);
  box-shadow:unset;
  color:var(--fs-color-secondary);
  border-radius:4px;
  background-color:transparent;
}

.frm_form_field textarea {
    min-height: 198px;
}

.frm_fields_container input[type="checkbox"], .frm_fields_container input[type="radio"]  {
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  margin:0;
  min-width: 20px;
  width:20px;
  height:20px;
  border:1px solid var(--fs-color-secondary);
  border-radius:0px;
  background:transparent;
  position:absolute;
  top:-1px;
  left:0;
  display: flex;
  align-items:center;
  justify-content:center;
}

.frm_fields_container input[type="checkbox"]::before, .frm_fields_container input[type="radio"]::before {
  content: "";
    width: calc(100% - 3px);
    height: calc(100% - 3px);
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--fs-color-secondary);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  border-radius: 0;
}

.frm_fields_container input[type="checkbox"]:checked::before, .frm_fields_container input[type="radio"]:checked::before  {
  transform: scale(1);
  position:relative;
}

.frm_form_field .frm_submit button {
  margin:20px 0 0 0;
} 

.frm_form_field select {
    background: url(/wp-content/uploads/2025/11/chevron-down-icon-2.svg) calc(100% - 29px) 28px no-repeat, transparent;
}

.frm_pos_top.frm_section_spacing {
    display: none!important;
}

/*custom reserve block*/
.unn-rc-form {
    margin-bottom:0!important;
}
.unn-rc-grid {
    align-items: center;
}
.unn-rc-field {
    position: relative;
    margin-bottom:0!important;
}
.unn-rc-field span {
    position: absolute;
    top: 12px;
    left: 0;
    color:#fff;
    font-weight: 300;
    font-size: 1rem;
    padding:0 20px 0 50px;

}
.unn-rc-field:has(input[type="text"]) span {
    background: url(/wp-content/uploads/2025/11/icon-date.svg) 20px center no-repeat;
    background-size: 22px;
}
.unn-rc-field:has(select) span {
    background: url(/wp-content/uploads/2025/11/users.svg) 20px center no-repeat;
    background-size: 22px;
}
.unn-rc-field input[type="text"],.unn-rc-field select {
    appearance:none;
    -webkit-appearance:none;
    border:1px solid #fff;
    background: transparent;
    padding:10px 30px;
    color:#fff;
    padding-left:130px;
    height: unset;
    border-radius:99px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.32px;
    text-align: right;
    margin-bottom: 0;
    z-index: 3;
}

.unn-rc-field select option {
    color:#000;
}
.unn-rc-field input[type="text"]::-webkit-calendar-picker-indicator {
  display: none;
}
.unn-rc-actions .button.white {
    margin-bottom: 0!important;
    padding: 14px 16px;
}
.unn-rc-actions span {
    font-size: 1rem;
}

/*form reserva*/
.form-reserva-section {
    position: fixed;
    bottom:0;
    left:0;
    width: 100%;
    z-index: 20;
    padding: 0 15px;
    border-top:1px solid #fff4;
} 

.reserva-mobile {
    color: #fff;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Helvetica Neue Cond';
    padding: 5px 15px;
    background: var(--fs-color-secondary);
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    top: -58px;
    border:1px solid #fff4;
    border-bottom:0;
}

.change-settings-button {
    margin-bottom: 0;
    line-height: 0;
    margin-right: 0;
    min-height: 0;
}

@media (max-width:550px) {
    .form-reserva-section {
        transform: translateY(100%);
        transition: .2s transform ease-in;
        border-top:1px solid #fff4;
    }
    .form-reserva-section.active {
        transform: translateY(0);
    }
}