/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Enoway Pro Light by Valentino Vergan
 * URL: https://www.myfonts.com/collections/valentino-vergan-foundry
 
 * © 2026 MyFonts Inc. */
@font-face {
  font-family: "EnowayProLight";
  src: url('webFonts/EnowayProLight/font.woff2') format('woff2'), url('webFonts/EnowayProLight/font.woff') format('woff');
}

:root {
    --color-caramelo: #aa7d55;
    --color-carbono: #272928;
    --bg-menu: rgba(255, 255, 255, 0.15);
    --container-width: 1180px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body {
    font-size: 20px;
    line-height: 28px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    font-style: normal;
    background-color: #272928;
    color:white;
}
strong {
    font-weight: 600;
}
a:hover {
    text-decoration: none;
}
/*.hero {
  background: url('../home.jpg') center / cover no-repeat;
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  width: 500px;
  height: 600px;
  background-color: black;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%) rotate(45deg);
  filter: blur(100px); 
  opacity: 0.8;
  z-index: 1;
}
.content {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
}*/
.hero {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /*background: #000;*/
}

/* El slideshow debe cubrir todo el fondo */
.slideshow-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* Efecto Zoom Out (Ken Burns inverso) */
/* UIkit aplica 'uk-animation-kenburns', pero para que sea "hacia afuera", 
   usamos la clase 'uk-animation-reverse' en el HTML */
.uk-slideshow-items img {
  animation-duration: 10s; /* Ajusta la velocidad del zoom */
}

.hero::before {
  content: '';
  position: absolute;
  width: 500px;
  height: 600px;
  background-color: black;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%) rotate(45deg);
  filter: blur(100px); 
  opacity: 0.8;
  z-index: 1; /* Por encima de las fotos, por debajo del texto */
}

.content {
  position: relative;
  z-index: 2; /* Siempre al frente */
  color: white;
  text-align: center;
}
nav {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 10px;
    z-index: 1000;
    width: 100%;
    transition: background 0.3s ease, backdrop-filter 0.3s ease;
}
nav.scrolled {
    background: rgba(255, 255, 255, 0.6);
}
.menu-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 0;
}
.sliding-bg {
    position: absolute;
    height: 100%;
    background: var(--color-carbono);
    border-radius: 30px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: -1;
    opacity: 0;
    pointer-events: none;
}
.nav-link {
    text-decoration: none;
    font-family: "orpheuspro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 0.5px;
    color: var(--color-carbono);
    padding: 12px 25px;
    transition: color 0.3s;
    white-space: nowrap;
}
.nav-link.active-text {
    color: white;
}
.social-icons {
    position: absolute;
    right: 30px;
    display: flex;
    gap: 20px;
    align-items: center;
}
.social-icons a {
    color: var(--color-carbono) !important;
    transition: transform 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.social-icons svg {
    width: 32px; 
    height: 32px;
}
.social-icons a:hover {
    transform: scale(1.1);
}
.logo {
    width: 180px;
    margin-bottom: -15px;
}
em {
    color: white;
}
h1 {
    font-family: EnowayProLight;
    font-weight: normal;
    text-transform: uppercase;
    color: white;
    text-align: center;
    font-size: 60px;
    line-height: 120px;
    margin: 0;
}
h1 span {
    font-size: 180px;
}
.reservar {
    display: block;
    font-family: "orpheuspro", serif;
    font-size: 32px;
    letter-spacing: 0.4px;
    background-color: rgba(170, 125, 85, 0.85);
    backdrop-filter: blur(8px);
    color: white;
    padding: 20px 80px;
    border-radius: 60px;
    text-decoration: none;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}
.reservar:hover {
    color: white;
    background-color: rgba(170, 125, 85, 1); /* Se vuelve sólido al pasar el mouse */
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}
.vive {
    width:520px;
    margin: 0 auto;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 10px 20px rgba(0, 0, 0, 0.2);
}

section {
    /*height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px;*/
    padding: 60px 0 70px 0;
}

#inicio { background-color: #272928; }
#proyectos { background-color: #272928; }
#servicios { background-color: #272928; }
#contacto { background-color: #272928; }

h2 {
    font-family: EnowayProLight;
    font-weight: normal;
    text-transform: uppercase;
    color: beige !important;
    text-align: center;
    font-size: 50px;
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
    line-height: 0.8;
    letter-spacing: 1px;

    leading-trim: both; 
    text-edge: cap alphabetic;
}
h3 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 8px;
}
p {
    margin: 0;
}
.split-section {
  display: flex;
  height: 500px; /* Altura mínima solicitada */
  width: 100%;
  align-items: stretch; /* Asegura que ambos lados tengan la misma altura */
}

.image-side {
  flex: 0 0 50%; /* Ocupa exactamente el 50% */
  background-image: url('../galeria1.jpg');
  background-size: cover;
  background-position: center;
}

.content-side {
  flex: 0 0 50%;
  display: flex;
  align-items: center; /* Centra el texto verticalmente si hay poco contenido */
  padding: 40px 0;
  background-color: beige;
}

.inner-container {
  /* El truco: Máximo la mitad del container de 1180px */
  max-width: calc(var(--container-width) / 2);
  padding-left: 40px; /* Espaciado interno entre imagen y texto */
  padding-right: 20px;
  text-align: left;
  color: black;
}

/* Responsive: En pantallas pequeñas, apilar uno sobre otro */
@media (max-width: 768px) {
  .split-section {
    flex-direction: column;
  }
  .image-side {
    height: 300px;
    flex: none;
  }
  .inner-container {
    max-width: 90%;
    margin: 0 auto;
    padding: 20px;
  }
}

.map-container {
    height: 600px;


    position: relative;
    color: black;
    filter: saturate(50%) sepia(30%) brightness(90%) contrast(110%);

    cursor: url('../img/duende.png'), crosshair; 
    background-image: url('../mapa-huasca.jpg');
    background-repeat: no-repeat;
    background-size: 2500px 1800px; 
    background-position: 50% 50%;
    transition: background-position 0.1s ease-out, background-size 0.3s ease-in-out;

    overflow: hidden;
  }
  .zoom-controls {
    position: absolute;
    right: 20px;
    bottom: 80px; /* Ajustado para estar sobre el mapa */
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.zoom-controls button {
    width: 40px;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
    background: white;
    border: 1px solid #ccc;
    font-weight: bold;
}

ul.custom-list {
    list-style: none;
    padding: 0;
}
.custom-list li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    color: black;
}
.custom-list li::before {
    font-family: 'Material Symbols Outlined';
    margin-right: 15px;
    font-size: 32px;
    font-variation-settings: 'wght' 100, 'GRAD' 200; 
    display: inline-block;
}
.custom-list li:nth-child(1)::before { content: 'cottage'; color: #AA7D55; }
.custom-list li:nth-child(2)::before { content: 'schedule'; color: #AA7D55; }
.custom-list li:nth-child(3)::before { content: 'fireplace'; color: #AA7D55; }
.custom-list li:nth-child(4)::before { content: 'wifi'; color: #AA7D55; }
.custom-list li:nth-child(5)::before { content: 'mode_heat'; color: #AA7D55; }
.custom-list li:nth-child(6)::before { content: 'balcony'; color: #AA7D55; }
.custom-list li:nth-child(7)::before { content: 'shower'; color: #AA7D55; }
.custom-list li:nth-child(8)::before { content: 'tv'; color: #AA7D55; }

.cta-btn {color: #AA7D55;}
.cta-icons::before {
    font-family: 'Material Symbols Outlined';
    font-size: 28px;
    margin-right: 5px;
    font-variation-settings:
        'wght' 300,
        'GRAD' 0,
        'FILL' 0,
        'opsz' 24;
    vertical-align: middle;
    display: inline-block;
    color: #AA7D55;
}
.cta-maps::before {
    content: 'location_on';
}

.cta-call::before {
    content: 'call';
}

.cta-whatsapp::before {
    content: 'chat';
}
   