.elementor-kit-6{--e-global-color-primary:#C75C45;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#B0B0B0;--e-global-color-42b44d0:#FFFFFF;--e-global-color-5248b5a:#007894;--e-global-color-0585fa2:#94331C;--e-global-typography-primary-font-family:"Area";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Area";--e-global-typography-secondary-font-size:35px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Area";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Area";--e-global-typography-accent-font-weight:400;--e-global-typography-accent-letter-spacing:0.7px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* HEADER TRANSPARENTE SOBRE EL HERO */ .menu { position: absolute; top: 0; left: 0; width: 100%; z-index: 999; background: transparent; /* importante para ver el hero por detrás */ transition: opacity 0.3s ease; } /* Opcional: que se esconda cuando aparece el fijo */ .menu.is-hidden { opacity: 0; pointer-events: none; } /* HEADER FIJO QUE APARECE AL HACER SCROLL */ .menu-fijo { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; /* Estado inicial: oculto y un poco hacia arriba */ opacity: 0; transform: translateY(-20px); pointer-events: none; transition: opacity 0.35s ease-out, transform 0.35s ease-out; /* aquí el fondo del menú fijo */ /* background: rgba(0, 0, 0, 0.9); */ } /* ESTADO VISIBLE DESPUÉS DE 120PX */ .menu-fijo.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; } /* Por si tu tema mete padding/margin arriba al contenido, lo anulamos */ body, .site-main, #content { margin-top: 0 !important; padding-top: 0 !important; } 


html {
  scroll-behavior: smooth;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Area';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://torsehoteles.com/wp-content/uploads/2025/11/AreaNormal-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Area';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://torsehoteles.com/wp-content/uploads/2025/11/AreaNormal-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Area';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://torsehoteles.com/wp-content/uploads/2025/11/AreaNormal-Semibold.ttf') format('truetype');
}
@font-face {
	font-family: 'Area';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://torsehoteles.com/wp-content/uploads/2025/11/AreaNormal-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Area';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://torsehoteles.com/wp-content/uploads/2025/11/AreaNormal-Black.ttf') format('truetype');
}
/* End Custom Fonts CSS */