@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

/* Colores texto 
Gris texto paginas #5a544d
Subtitulos #291803c5
Titulos #291803 
Arriba titulo dorado y botones #8c6a43
Dorado en fondo marron #dbb386
griss en fondo marron #bebebe



*/




:root {
    --padding-container: 100px 0;
    --color-title: #000000;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #faecdf;
}

.container {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    padding: var(--padding-container);   
}

.header__container{
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.hero {
    width: 100%;
    height: 100vh;
    min-height: 600px;
    max-height: 800px;
    position: relative;
    display: grid;
    grid-template-rows: 100px 1fr;
    color: #000000;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #0000008c 0%, #0000008c 100%), url('../images/mont.jpg');
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 95%, 0 80%);
    z-index: -1;
    
}

/* HEADER*/



.nav__brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}

.nav__logo {
  margin-right: 40px;
  width: 88px;
  height: 88px;
  object-fit: contain;
  display: block;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.nav__brand:hover .nav__logo {
  transform: scale(1.04);
}

.imagenheader__img{
    width: 160%;
    
    


}

.botoninicio__cta {
  text-align: center;
  margin-bottom: 30px;
}

.textoheader__texts{
    position: absolute;
    top: 300px;
    left: 48%;
    background: rgb(248, 248, 248);
    padding: 30px;
    width: 580px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    

}

.textoheader__paragraph{
    line-height: 1.7;
    margin-bottom: 25px;
    color: #3f2604;
    
}

.title_header {
    color: var(--color-title);
    font-size: 2rem;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #291803;
}



.nav {
    --padding-container: 0;
    height: 90%;
    display: flex;
    align-items: center;
    background-color: #3a2403;
    
}

.nav__title {
    font-weight: 300;
    
    
}

.nav__link {
    margin-left: auto;
    padding: 0;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 2em;
    justify-content: center;
    gap: 50px; /* espacio entre los menús */
    list-style: none;
    margin: 0;
    padding: 0;
    
}

.nav__items {
    list-style: none;
    
}

.nav__links {
    color: #fff;
    text-decoration: none;
    
}

.nav__menu {
    margin-left: auto;
    cursor: pointer;
    display: none;
}

.nav__img {
    display: block;
    width: 30px;
}

.nav__close {
    display: var(--show, none);
}


.apartadoheader__container {
    max-width: 800px;
    --padding-container: 0;
    display: grid;
    grid-auto-rows: max-content;
    align-content: center;
    gap: 1em;
    padding-bottom: 100px;
    margin-left: 360px;
    margin-top: -40px;
    text-align: center;
    grid-template-columns: 1fr 1fr;
    
}

.hero__title {
    font-size: 2rem;
}

.hero__paragraph {
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .textoheader__texts {
        left: 44%;
        width: 500px;
        top: 260px;
        padding: 24px;
    }

    .imagenheader__img {
        width: 135%;
    }
}

@media (max-width: 992px) {
    .apartadoheader__container {
        grid-template-columns: 1fr;
        margin-left: 0;
        margin-top: 20px;
        padding-bottom: 60px;
        justify-items: center;
    }

    .textoheader__texts {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-width: 600px;
        margin: 30px auto 0;
    }

    .imagenheader__img {
        width: 100%;
        max-width: 650px;
        margin: 0 auto;
        display: block;
    }

    .hero {
        height: auto;
        min-height: auto;
        max-height: none;
        grid-template-rows: 88px auto;
        padding-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .textoheader__texts {
        padding: 20px;
        width: 100%;
        margin-top: -20px;
        
    }

    .title_header {
        font-size: 1.2rem;
        margin-right: 30px;
    }

    .textoheader__paragraph {
        font-size: 0.95rem;
        line-height: 1.4;
        margin-right: 40px;
        
    }

    .hero {
        grid-template-rows: 80px auto;
    }

    .hero::before {
        clip-path: none;
    }

    .apartadoheader__container {
        grid-template-columns: 1fr;
        margin-right: auto;
        margin-left: auto;
        
        margin-top: 20px;
        padding-bottom: 60px;
        justify-items: center;
        
        
    }

    .botoninicio__cta {
      text-align: center;
      margin-bottom: 10px;
      margin-right: 30px;

    }

}

@media (max-width: 480px) {
    .textoheader__texts {
        padding: 20px;
        border-radius: 2px;
        margin-top: -40px;
        
        
    }

    .imagenheader__img {
        width: 110%;
    }

    .title_header {
        font-size: 1.3rem;
        margin-right: 40px;
    }

    .textoheader__paragraph {
        font-size: 0.82rem;
        margin-right: 40px;
        line-height: 1.7;
    }

    .apartadoheader__container {
        grid-template-columns: 1fr;
        margin-right: auto;
        margin-left: auto;
        
        margin-top: 20px;
        padding-bottom: 60px;
        justify-items: center;
        
        
    }

    .botoninicio__cta {
      text-align: center;
      margin-bottom: 10px;
      margin-right: 50px;

    }
}




/*FIN header*/

/* HEADER PAGINAS*/


.heropag {
    width: 100%;
    height: 0vh;
    min-height: 0px;
    max-height: 00px;
    position: relative;
    display: grid;
    grid-template-rows: 100px 1fr;
    color: #000000;
}

.heropag::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;  
}


/* Apartados Inicio */

/*primera seccion*/


.seragal-slow {
  padding: 40px 24px;
  
}

.seragal-slow__container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: start;
}

.seragal-slow__content {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.seragal-slow__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(139, 107, 71, 0.08);
  border: 1px solid rgba(139, 107, 71, 0.12);
  color: #8b6b47;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seragal-slow__content h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.1;
  font-weight: 800;
  color: #291803;
  max-width: 720px;
}

.seragal-slow__intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.seragal-slow__intro h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 700;
  color: #7a5c3e;
}

.seragal-slow__intro p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #5d5852;
  max-width: 700px;
}

.seragal-slow__features {
  display: grid;
  gap: 18px;
  margin-top: 8px;
}

.seragal-slow__feature {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(139, 107, 71, 0.1);
  border-radius: 22px;
  box-shadow: 0 14px 35px rgba(65, 45, 20, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.seragal-slow__feature:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(65, 45, 20, 0.08);
}

.seragal-slow__icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f1e4d4 0%, #f8efe4 100%);
  color: #8b6b47;
  border: 1px solid rgba(139, 107, 71, 0.08);
}

.seragal-slow__icon svg {
  width: 24px;
  height: 24px;
}

.seragal-slow__feature-text h4 {
  margin: 0 0 8px;
  font-size: 1.08rem;
  font-weight: 700;
  color: #7a592d;
}

.seragal-slow__feature-text p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #5d5852;
}

.seragal-slow__side {
  position: sticky;
  top: 110px;
}

.seragal-slow__card {
  position: relative;
  padding: 34px 30px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(139, 107, 71, 0.12);
  border-radius: 28px;
  box-shadow: 0 24px 55px rgba(55, 40, 20, 0.08);
  overflow: hidden;
}

.seragal-slow__card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #b78a56 0%, #8b6b47 100%);
}

.seragal-slow__card-top {
  margin-bottom: 24px;
}

.seragal-slow__card-label {
  display: inline-block;
  margin-bottom: 10px;
  color: #8b6b47;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seragal-slow__card-top h3 {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.3;
  font-weight: 800;
  color: #291803;
}

.seragal-slow__audience {
  display: grid;
  gap: 14px;
}

.seragal-slow__audience-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #faf8f5;
  border: 1px solid rgba(139, 107, 71, 0.08);
}

.seragal-slow__mini-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #8b6b47;
  border: 1px solid rgba(139, 107, 71, 0.08);
}

.seragal-slow__mini-icon svg {
  width: 18px;
  height: 18px;
}

.seragal-slow__audience-item span {
  font-size: 0.96rem;
  line-height: 1.5;
  font-weight: 500;
  color: #4f4a44;
}

.seragal-slow__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  margin-top: 24px;
  padding: 16px 24px;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #8b6b47 0%, #6f5335 100%);
  box-shadow: 0 16px 32px rgba(111, 83, 53, 0.22);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.seragal-slow__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 36px rgba(111, 83, 53, 0.28);
}

.seragal-slow__cta {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 38px;
}

.seragal-slow__more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  color: #ffffff;
  background: linear-gradient(135deg, #8b6b47 0%, #6f5335 100%);
  box-shadow: 0 14px 28px rgba(111, 83, 53, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.seragal-slow__more-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(111, 83, 53, 0.24);
}

.seragal-slow__more-btn:focus-visible {
  outline: 3px solid rgba(139, 107, 71, 0.25);
  outline-offset: 4px;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1100px) {
  .seragal-slow__container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .seragal-slow__side {
    position: static;
  }
}

@media (max-width: 768px) {
  .seragal-slow {
    padding: 80px 20px;
  }

  .seragal-slow__content h2 {
    font-size: 2rem;
  }

  .seragal-slow__intro p {
    font-size: 1rem;
  }

  .seragal-slow__feature {
    padding: 18px;
    gap: 14px;
  }

  .seragal-slow__icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }

  .seragal-slow__card {
    padding: 26px 22px;
    border-radius: 22px;
  }

  .seragal-slow__card-top h3 {
    font-size: 1.3rem;
  }

  .seragal-slow__audience-item {
    align-items: flex-start;
  }
}

/*MILA SECCION*/

.milas {
    padding: 30px 0 ;
    margin-top: -40px;
    
    overflow: hidden;
}

.milas h2 {
    text-align: center;
    font-size: clamp(2rem, 4vw, 3.2rem);
    color: #291803;
    margin-bottom: 100px;
    font-weight: 700;
}

.milas-camino {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 270px;
    min-height: 400px;
}

/* Línea serpenteante usando SVG de fondo */
.milas-camino::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='1100' height='950' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M550 20 C520 180, 580 180, 550 320 S540 500, 550 640 S560 800, 550 900' stroke='%23b3874f' stroke-width='4' fill='transparent' stroke-dasharray='8 6'/%3E%3C/svg%3E") no-repeat center;
    background-size: cover;
    pointer-events: none;
}

/* Mila */
.mila {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.mila * {
    pointer-events: auto;
}

/* Posiciones aproximadas sobre la línea serpenteante */
.mila-1 { top: 0; right: 5px; }
.mila-2 { top: 100px; left: 4px;}
.mila-3 { top: 200px; right: 10px; }
.mila-4 { top: 300px; }
.mila-5 { top: 390px; left: 3px;}

/* Punto */
.mila__punto {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 22px;
    height: 22px;
    background: #b3874f;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 0 0 8px rgba(179, 135, 79, 0.14);
    z-index: 5;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Título */
.mila__titulo {
    position: absolute;
    top: -28px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #3f4a3c;
    background: rgba(255, 255, 255, 0.95);
    padding: 10px 16px;
    border-radius: 999px;
    box-shadow: 0 8px 10px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, background 0.3s ease;
    z-index: 4;
}


.mila-1 .mila__titulo { 
  left: calc(50% - 210px);
}
.mila-3 .mila__titulo { 
  left: calc(50% - 220px); }
.mila-5 .mila__titulo { 
  left: calc(50% - 280px); }

.mila-2 .mila__titulo { left: calc(50% + 35px); }
.mila-4 .mila__titulo { left: calc(50% + 35px); }

/* Tarjeta oculta */
.mila__info {
    position: absolute;
    top: -55px;
    width: 380px;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0,0,0,0.14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(18px) scale(0.96);
    transition: all 0.35s ease;
    z-index: 10;
}

.mila-1 .mila__info,
.mila-3 .mila__info,
.mila-5 .mila__info { left: calc(50% + 40px); }
.mila-2 .mila__info,
.mila-4 .mila__info { right: calc(50% + 40px); }

.mila__info img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.mila__contenido {
    padding: 20px 22px 24px;
}

.mila__contenido h3 {
    font-size: 1.35rem;
    color: #3f4a3c;
    margin: 0 0 10px;
}

.mila__contenido p {
    margin: 0;
    color: #5f655c;
    line-height: 1.75;
    font-size: 0.98rem;
}

/* Hover */
.mila:hover .mila__info {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.mila:hover .mila__punto {
    transform: translateX(-50%) scale(1.25);
    box-shadow: 0 0 0 12px rgba(179, 135, 79, 0.18);
}

.mila:hover .mila__titulo {
    transform: translateY(-4px);
    background: #fff;
}

/* Franja MIla */


.mila-divider-photo {
  margin-top: -250px;
  padding: 0 0px;
  
}

.mila-divider-photo__container {
  max-width: 100%;
  margin: 0 auto;
  
  
}

.mila-divider-photo__image {
  position: relative;
  width: 100%;
  height: 230px;
  background-image: linear-gradient(180deg, #00000057 0%, #00000034 100%), url('../images/separacionn.jpg');

  
  
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
  
}

.mila-divider-photo__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  
}




/* segunda seccion */


.lugares{
    padding:0px 20px;
    background:#faecdf;
    text-align:center;
}

.lugares h2{
    
    margin-bottom:100px;
    color: #291803;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
    font-weight: 800;
}




.lugares-grid{
    
    max-width:1000px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:40px;
}

.lugar{
    background:white;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    text-align:left;
}

.lugar img{
    width:100%;
    height:200px;
    object-fit:cover;
}

.lugar h3{
    padding:20px 20px 10px;
    font-size:20px;
    text-align: center;
    color: #291803;
}

.lugar p{
    padding:0 20px 20px;
    line-height:1.6;
    text-align: center;
    color: #291803;
}

.lugar img{
    transition:transform 0.4s;
}

.lugar:hover img{
    transform:scale(1.05);
}

.lugar.centrar{
    grid-column: 1 / -1; /* hace que ocupe toda la fila */
    justify-self: center;
    max-width:500px; /* opcional, para no estirar demasiado */
}


/*tercera seccion*/


/*seccion faq*/

.seragal-faq-section {
  padding: 72px 20px;
  background: #faecdf;
  
  color: #222;
}

.seragal-faq-container {
  max-width: 980px;
  margin: 0 auto;
}

.seragal-faq-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 36px;
}

.seragal-faq-label {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: #8c6a43;
  margin-bottom: 12px;
}

.seragal-faq-header h2 {
  font-size: clamp(1.9rem, 4vw, 2.9rem);
  line-height: 1.15;
  margin: 0 0 14px;
  font-weight: 800;
  color: #291803;
}

.seragal-faq-header h2 span {
  color: #a07647;
}

.seragal-faq-header p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #291803af;
}

.seragal-faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.seragal-faq-item {
  background: #fcfaf7;
  border: 1px solid rgba(190, 121, 42, 0.14);
  border-radius: 18px;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.seragal-faq-item:hover {
  border-color: rgba(140, 106, 67, 0.28);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  transform: translateY(-1px);
}

.seragal-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #291803;
}

.seragal-faq-item summary::-webkit-details-marker {
  display: none;
}

.seragal-faq-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.seragal-faq-icon::before,
.seragal-faq-icon::after {
  content: "";
  position: absolute;
  background: #8c6a43;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.seragal-faq-icon::before {
  top: 8px;
  left: 0;
  width: 18px;
  height: 2px;
}

.seragal-faq-icon::after {
  top: 0;
  left: 8px;
  width: 2px;
  height: 18px;
}

.seragal-faq-item[open] .seragal-faq-icon::after {
  opacity: 0;
  transform: scaleY(0.2);
}

.seragal-faq-answer {
  padding: 0 24px 22px;
}

.seragal-faq-answer p {
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.75;
  color: #5a5a5a;
}


.seragal-faq-cta {
  margin-top: 34px;
  text-align: center;
}

.seragal-faq-cta p {
  margin: 0 0 16px;
  font-size: 1rem;
  line-height: 1.6;
  color: #4a4a4a;
  font-weight: 500;
}

.seragal-faq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  background: #8c6a43;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.96rem;
  font-weight: 700;
  transition: all 0.25s ease;
  box-shadow: 0 10px 24px rgba(140, 106, 67, 0.18);
}

.seragal-faq-btn:hover {
  transform: translateY(-2px);
  background: #9b7750;
  box-shadow: 0 14px 28px rgba(140, 106, 67, 0.24);
}

@media (max-width: 768px) {
  .seragal-faq-section {
    padding: 58px 18px;
  }

  .seragal-faq-header {
    margin-bottom: 28px;
  }

  .seragal-faq-item summary {
    padding: 18px 18px;
    font-size: 1rem;
    align-items: flex-start;
  }

  .seragal-faq-answer {
    padding: 0 18px 18px;
  }

  .seragal-faq-answer p {
    font-size: 0.93rem;
    line-height: 1.65;
  }

  .seragal-faq-cta {
    margin-top: 28px;
  }

  .seragal-faq-btn {
    width: 100%;
    max-width: 320px;
  }
}









.seragal-footer {
  background: #3a2403; 
  color: #d7b27a;       
  padding: 40px 20px;
  font-family: 'Poppins', sans-serif;
  margin-top: 90px;
}

.seragal-footer-container {
  max-width: 980px;
  margin: 0 auto;
  border-top: 1px solid rgba(215, 178, 122, 0.3); /* separador  */
  padding-top: 28px;
}

.seragal-footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.seragal-footer-content p {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
}


@media (max-width: 768px) {
  .seragal-footer {
    padding: 32px 18px;
  }

  .seragal-footer-content {
    flex-direction: row;
    gap: 8px;
  }

  .seragal-footer-content p {
    font-size: 1rem;
  }

  .seragal-footer-icon {
    width: 20px;
    height: 20px;
  }
}


/* Media  */

@media (max-width:800px){
    .nav__menu{
        display: block;
        margin-right: 10px;
    }

    .nav__link--menu{
        position: fixed;
        background-color: #000;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        z-index: 100;
        opacity: 0;
        pointer-events: none;
        transition: .7s opacity;
    }

    .nav__link--show{
        --show: block;
        opacity:1 ;
        pointer-events: unset;
    }

    .nav__close{
        position: absolute;
        top: 30px;
        right: 30px;
        width: 30px;
        cursor: pointer;
    }

    .hero__title{
        font-size: 2.5rem;
    }


    .about__main{
        gap: 2em;
    }

    .about__icons:last-of-type{
        grid-column: 1/-1;
    }


    .primerapartado__container{
        grid-template-columns: 1fr;
        grid-template-rows: max-content 1fr;
        gap: 3em;
        text-align: center;
    }

    .primerapartado__picture{
        grid-row: 1/2;
        justify-self: center;
    }

    .testimony__container{
        grid-template-columns: 30px 1fr 30px;
    }

    .testimony__body{
        grid-template-columns: 1fr;
        grid-template-rows: max-content max-content;
        gap: 3em;
        justify-items:center ;
    }


    .testimony__img{
        width: 200px;
        height: 200px;
        
    }

    .questions__copy{
        width: 100%;
    }

    .footer__container{
        flex-wrap: wrap;
    }

    .nav--footer{
        width: 100%;
        justify-items: center;
    }

    .nav__link--footer{
        width: 100%;
        justify-content: space-evenly;
        margin: 0;
    }

    .footer__form{
        width: 100%;
        justify-content: space-evenly;
    }

    .footer__input{
        flex: 1;
    }

}

@media (max-width:600px){
    .hero__title{
        font-size: 2rem;
    }

    .hero__paragraph{
        font-size: 1rem;
    }

    .subtitle{
        font-size: 1.8rem;
    }

    .price__element{
        width: 90%;
    }

    .price__element--best{
        width: 90%;
        /* padding: 40px; */
    }

    .price__price{
        font-size: 2rem;
    }

    .testimony{
        --padding-container: 60px 0;
    }

    .testimony__container{
        grid-template-columns: 28px 1fr 28px;
        gap: .9em;
    }

    .testimony__arrow{
        width: 100%;
    }

    .testimony__course{
        margin-top: 15px;
    }

    .questions__title{
        font-size: 1rem;
    }

    .footer__title{
        justify-self: start;
        margin-bottom: 15px;
    }

    .nav--footer{
        padding-bottom: 60px;
    }

    .nav__link--footer{
        justify-content: space-between;
    }

    .footer__inputs{
        flex-wrap: wrap;
    }

    .footer__input{
        flex-basis: 100%;
        margin: 0;
        margin-bottom: 16px;
    }

    .footer__submit{
        margin-right: auto;
        margin-left: 0;
        

        
    }
}

/* Pagina Casa SERAGAL */

/* Sección de introducción mismo diseño y clases que Patio y Barbacoa, patio-intro-premium linea 1700~1710 */

/* Segunda seccion */

.seragal-distribucion-section {
  padding: 70px 20px;
  margin-top: -60px;
  
  
}

.seragal-distribucion-container {
  max-width: 1240px;
  margin: 0 auto;
}

.seragal-distribucion-header {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.seragal-distribucion-label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: #8c6a43;
}

.seragal-distribucion-header h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  font-weight: 800;
  color: #291803;
}

.seragal-distribucion-header p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #291803c5;
}

/* GRID LIMPIO */
.seragal-distribucion-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

/* Primera fila: 3 tarjetas iguales */
.seragal-room-card:nth-child(1),
.seragal-room-card:nth-child(2),
.seragal-room-card:nth-child(3) {
  grid-column: span 2;
}

/* Segunda fila: 2 tarjetas centradas */
.seragal-room-card--bottom-left {
  grid-column: 2 / span 2;
}

.seragal-room-card--bottom-right {
  grid-column: 4 / span 2;
}

/* TARJETAS */
.seragal-room-card {
  position: relative;
  display: block;
  min-height: 320px;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.seragal-room-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.14);
}

.seragal-room-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transition: transform 0.5s ease;
}

.seragal-room-card:hover img {
  transform: scale(1.05);
}

.seragal-room-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(20, 20, 20, 0.08) 0%,
    rgba(20, 20, 20, 0.18) 35%,
    rgba(20, 20, 20, 0.72) 100%
  );
  z-index: 1;
}

.seragal-room-content {
  position: relative;
  z-index: 2;
  margin: 20px;
  margin-top: -20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0px;
}



.seragal-room-content h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 800;
  color: #ffffff;
}

.seragal-room-content p {
  margin: 0 0 14px;
  font-size: 0.93rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
}

.seragal-room-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #f0d9b5;
}

.seragal-room-link::after {
  content: "→";
  transition: transform 0.25s ease;
}

.seragal-room-card:hover .seragal-room-link::after {
  transform: translateX(4px);
}

/* TABLET */
@media (max-width: 1024px) {
  .seragal-distribucion-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .seragal-room-card:nth-child(1),
  .seragal-room-card:nth-child(2),
  .seragal-room-card:nth-child(3),
  .seragal-room-card--bottom-left,
  .seragal-room-card--bottom-right {
    grid-column: auto;
  }

  .seragal-room-card {
    min-height: 300px;
  }
}

/* MÓVIL */
@media (max-width: 768px) {
  .seragal-distribucion-section {
    padding: 60px 18px;
  }

  .seragal-distribucion-header {
    margin-bottom: 28px;
  }

  .seragal-distribucion-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .seragal-room-card {
    min-height: 260px;
    border-radius: 18px;
  }

  .seragal-room-content {
    padding: 2px;
  }

  .seragal-room-content h3 {
    font-size: 1.08rem;
  }

  .seragal-room-content p {
    font-size: 0.88rem;
  }
}

/*seccion fotos*/

/* =========================================================
   GALERÍA SERAGAL V2 (OPTIMIZADA PARA FOTOS VERTICALES)
   ========================================================= */

.seragal-gallery-v2 {
  padding: 20px 20px;
 
}



/* GRID VERTICAL PRO */
.seragal-gallery-v2__grid {
  column-count: 3;
  column-gap: 20px;
  margin-bottom: -50px; 
}

/* IMÁGENES */
.seragal-gallery-v2__grid img {
  width: 100%;
  margin-bottom: 18px;
  border-radius: 20px;
  display: block;
  break-inside: avoid;
  object-fit: cover;
  transition: all 0.35s ease;
  box-shadow: 0 12px 26px rgba(0,0,0,0.06);
}

.seragal-gallery-v2__grid img:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 18px 36px rgba(0,0,0,0.1);
}

/* RESPONSIVE */
@media (max-width: 980px) {
  .seragal-gallery-v2__grid {
    column-count: 2;
  }
}

@media (max-width: 600px) {
  .seragal-gallery-v2__grid {
    column-count: 1;
  }
}


/* tercera sección */

.seragal-positioning {
  padding: 90px 20px;
  background: #3a2403;
  margin-top: 40px;
  
}

.seragal-positioning-container {
  max-width: 1240px;
  margin: 0 auto;
}

/* Cabecera */
.seragal-positioning-header {
  
  margin-bottom: 70px;
  text-align: center;
}

.seragal-positioning-label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #dbb386;

  
  
}

.seragal-positioning-header h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  font-weight: 800;
  color: #ffffff;
}

.seragal-positioning-header p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #a7a7a7;
}

/* Grid */
.seragal-positioning-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

/* Cards */
.seragal-positioning-card {
  background: #f7f7f7;
  border-radius: 22px;
  padding: 34px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(140, 106, 67, 0.08);
}

.seragal-card-kicker {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: #8c6a43;
}

.seragal-positioning-card h3 {
  margin: 0 0 10px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 800;
  color: #291803;
}

.seragal-positioning-card h4 {
  margin: 0 0 18px;
  font-size: 1rem;
  font-weight: 600;
  color: #291803c5;
}

.seragal-positioning-card p {
  margin: 0 0 18px;
  font-size: 0.98rem;
  line-height: 1.75;
  color: #291803b6;
}

.seragal-card-highlight {
  font-weight: 600;
  color: #3f3a34;
  margin-bottom: 14px;
}

/* Lista */
.seragal-check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.seragal-check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 0.96rem;
  line-height: 1.6;
  color: #291803b6;
}

.seragal-check-list li:last-child {
  margin-bottom: 0;
}

.seragal-check-list li::before {
  content: "•";
  position: absolute;
  left: 8px;
  top: 0;
  color: #291803c5;
  font-size: 1.1rem;
  font-weight: 700;
}

/* Caja privacidad */
.seragal-privacy-box {
  margin-top: 24px;
  padding: 20px 22px;
  text-align: center;
  background: #dbb386;
  border: 1px solid rgba(180, 135, 79, 0.18);
  border-radius: 16px;
}

.seragal-privacy-box strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.4rem;
  
  color: #462e12ce;
}

.seragal-privacy-box p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #291803c5;
}

/* Responsive */
@media (max-width: 900px) {
  .seragal-positioning-grid {
    grid-template-columns: 1fr;
  }

  .seragal-positioning {
    padding: 70px 20px;
  }

  .seragal-positioning-header {
    margin-bottom: 34px;
  }

  .seragal-positioning-card {
    padding: 28px 22px;
  }

  .seragal-positioning-card h3 {
    font-size: 1.35rem;
  }
}

/* paginas lugares casa */

.room-page {
  padding: 140px 20px 90px;
  
}

.room-page__header,
.room-page__intro,
.room-page__slider,
.room-page__features,
.room-page__cta {
  max-width: 1240px;
  margin: 40px auto;
}

/* CABECERA */
.room-page__header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.room-page__back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #291803;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 12px 18px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(140, 106, 67, 0.16);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.room-page__back:hover {
  transform: translateX(-3px);
  background: #f7f2ea;
}

.room-page__back-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
}

.room-page__title {
  margin: 0;
  text-align: center;
  font-size: clamp(2.1rem, 5vw, 3.8rem);
  line-height: 1.05;
  font-weight: 900;
  color: #291803;
}

.room-page__header-spacer {
  width: 120px;
}

/* TEXTO */
.room-page__intro {
  max-width: 900px;
  margin: 0 auto 36px;
  text-align: center;
}

.room-page__subtitle {
  margin: 0 0 16px;
  font-size: 1.08rem;
  line-height: 1.7;
  font-weight: 600;
  color: #8c6a43;
}

.room-page__description {
  margin: 0 0 14px;
  font-size: 1rem;
  line-height: 1.85;
  color: #291803c5;
}

.room-page__description:last-child {
  margin-bottom: 0;
}

/* SLIDER */
.room-page__slider {
  max-width: 1000px;
  margin: 0 auto 50px;
}

.room-page__slides {
  position: relative;
  width: 100%;
  height: 520px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.room-page__slides img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.room-page__slides img.active {
  opacity: 1;
}

.room-page__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}

.room-page__dots .dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(140, 106, 67, 0.25);
  cursor: pointer;
  transition: all 0.3s ease;
}

.room-page__dots .dot.active {
  background: #8c6a43;
  transform: scale(1.1);
}

/* FEATURES */
.room-page__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1240px;
  margin: 0 auto 46px;
}

.room-page__feature {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px 22px;
  border: 1px solid rgba(140, 106, 67, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.room-page__feature h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
  font-weight: 800;
  color: #291803;
}

.room-page__feature p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #291803b6;
}

/* CTA */
.room-page__cta {
  text-align: center;
  
}

.room-page__button {
  display: inline-block;
  padding: 15px 28px;
  border-radius: 999px;
  background: #8c6a43;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  transition: all 0.3s ease;
  box-shadow: 0 10px 24px rgba(140, 106, 67, 0.22);
}

.room-page__button:hover {
  background: #745534;
  transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .room-page__header {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
  }

  .room-page__header-spacer {
    display: none;
  }

  .room-page__slides {
    height: 360px;
  }

  .room-page__features {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .room-page {
    padding: 36px 16px 70px;
    margin-top: 60px;

  }

  .room-page__title {
    font-size: 2rem;
    margin-top: 40px;
  }

  .room-page__subtitle {
    font-size: 1rem;
  }

  .room-page__description {
    font-size: 0.95rem;
    line-height: 1.75;
  }

  .room-page__slides {
    height: 280px;
    border-radius: 18px;
  }
}



/* Habitacióne */

.room-page__hab {
  margin: 0 0 16px;
  font-size: 1.08rem;
  line-height: 1.7;
  font-weight: 600;
  color: #8c6a43;
  text-align: center;
  
}






/* pagina patioybarbacoa */
/* Sección de introducción mismo diseño y clases que La Casa SERAGAL */
.patio-intro-premium {
  padding: 65px 20px 0px;
  
  overflow: hidden;
}

.patio-intro-premium__container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
}

/* =========================
   TEXTO IZQUIERDA
========================= */
.patio-intro-premium__content {
  max-width: 700px;
  margin-top: -30px;
}

.patio-intro-premium__eyebrow {
  margin: 0 0 14px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8c6a43;
}

.patio-intro-premium__title {
  margin: 0;
  font-size: clamp(2.8rem, 4vw, 5.4rem);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #291803;
}

.patio-intro-premium__subtitle {
  margin: 22px 0 16px;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
  font-weight: 600;
  color: #291803c5;
  max-width: 620px;
}

.patio-intro-premium__text {
  margin: 0 0 30px;
  font-size: 1rem;
  line-height: 1.9;
  color: #5a544d;
  max-width: 620px;
}

.patio-intro-premium__button {
  display: inline-block;
  padding: 15px 28px;
  border-radius: 999px;
  background: #8c6a43;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  transition: all 0.3s ease;
  box-shadow: 0 10px 28px rgba(140, 106, 67, 0.22);
}

.patio-intro-premium__button:hover {
  background: #745534;
  transform: translateY(-2px);
}

/* =========================
   FOTOS DERECHA
========================= */
.patio-intro-premium__visual {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.patio-intro-premium__main-image {
  position: relative;
  width: 100%;
  max-width: 560px;
  height: 620px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
  z-index: 2;
}

.patio-intro-premium__main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* FOTO PEQUEÑA SUPERPUESTA */
.patio-intro-premium__small-image {
  position: absolute;
  bottom: 30px;
  left: -40px;
  width: 250px;
  height: 190px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  border: 6px solid #faecdf;
  z-index: 3;
}

.patio-intro-premium__small-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* DETALLE DECORATIVO */
.patio-intro-premium__accent {
  position: absolute;
  top: 35px;
  right: -25px;
  width: 140px;
  height: 140px;
  border-radius: 28px;
  background: rgba(140, 106, 67, 0.08);
  z-index: 1;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1100px) {
  .patio-intro-premium__container {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .patio-intro-premium__content {
    max-width: 100%;
  }

  .patio-intro-premium__visual {
    min-height: auto;
    justify-content: center;
  }

  .patio-intro-premium__main-image {
    height: 520px;
  }

  .patio-intro-premium__small-image {
    left: 20px;
    bottom: -20px;
  }
}

@media (max-width: 768px) {
  .patio-intro-premium {
    padding: 150px 16px 70px;
  }

  .patio-intro-premium__title {
    font-size: 3rem;
    line-height: 0.98;
  }

  .patio-intro-premium__subtitle {
    font-size: 1rem;
  }

  .patio-intro-premium__text {
    font-size: 0.95rem;
    line-height: 1.75;
  }

  .patio-intro-premium__visual {
    min-height: auto;
    padding-bottom: 40px;
  }

  .patio-intro-premium__main-image {
    height: 360px;
    border-radius: 22px;
  }

  .patio-intro-premium__small-image {
    width: 150px;
    height: 115px;
    left: 10px;
    bottom: 0;
    border-radius: 16px;
    border-width: 4px;
  }

  .patio-intro-premium__accent {
    width: 80px;
    height: 80px;
    border-radius: 18px;
    top: 15px;
    right: -10px;
  }
}

/* segunda seccion patioybarbacoa */

.patio-diferencial {
  padding: 0px 20px;
  margin-top: -60px;
  
}

.patio-diferencial__container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
  align-items: center;
}

/* IZQUIERDA - CUADROS */
.patio-diferencial__visual {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.patio-diferencial__card {
  background: #fcfaf7;
  border: 1px solid rgba(140, 106, 67, 0.08);
  border-radius: 26px;
  padding: 30px 28px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

.patio-diferencial__card--large {
  transform: translateX(0);
}

.patio-diferencial__card--small {
  max-width: 88%;
  margin-left: auto;
}

.patio-diferencial__label {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8c6a43;
}

.patio-diferencial__card h3 {
  margin: 0 0 12px;
  font-size: 1.4rem;
  font-weight: 800;
  color: #291803;
  line-height: 1.2;
}

.patio-diferencial__card p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.75;
  color: #5a544d;
}

/* DERECHA - TEXTO */
.patio-diferencial__content {
  max-width: 680px;
}

.patio-diferencial__eyebrow {
  margin: 0 0 12px;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8c6a43;
}

.patio-diferencial__title {
  margin: 0 0 22px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #291803;
}

.patio-diferencial__text {
  margin: 0 0 16px;
  font-size: 1rem;
  line-height: 1.85;
  color: #5a544d;
}

/* RESPONSIVE */
@media (max-width: 980px) {
  .patio-diferencial__container {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .patio-diferencial__card--small {
    max-width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .patio-diferencial {
    padding: 70px 16px;
  }

  .patio-diferencial__title {
    font-size: 2rem;
  }

  .patio-diferencial__card {
    padding: 24px 20px;
    border-radius: 20px;
  }

  .patio-diferencial__card h3 {
    font-size: 1.2rem;
  }

  .patio-diferencial__text {
    font-size: 0.95rem;
    line-height: 1.75;
  }
}


/* tercera seccion patioybarbacoa */


/* =========================================
   GALERÍA 3 COLUMNAS SERAGAL
========================================= */

.seragal-gallery {
  background-color: #3a2403; /* mismo tono que tu web */
  padding: 80px 20px;
}

.seragal-gallery__container {
  max-width: 1200px;
  margin: 0 auto;
}

/* GRID */
.seragal-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* ITEM */
.seragal-gallery__item {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 15px 40px rgba(0,0,0,0.25);
  transition: transform 0.3s ease;
}

/* IMAGEN */
.seragal-gallery__item img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

/* HOVER */
.seragal-gallery__item:hover {
  transform: translateY(-6px);
}

.seragal-gallery__item:hover img {
  transform: scale(1.05);
}


.seragal-gallery__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.35));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.seragal-gallery__item:hover::after {
  opacity: 1;
}


/* Tablet */
@media (max-width: 992px) {
  .seragal-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .seragal-gallery__item img {
    height: 320px;
  }
}

/* Móvil */
@media (max-width: 600px) {
  .seragal-gallery__grid {
    grid-template-columns: 1fr;
  }

  .seragal-gallery__item img {
    height: 260px;
  }
}



/* pagina Precios y Reservas */


/*primera seccion*/

.reservas-hero {
  padding: 65px 20px 0px;
  margin-top: 50px;
  
}

.reservas-hero__container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.reservas-hero__content {
  max-width: 700px;
  margin-top: -20px;
  
}

.reservas-hero__eyebrow {
  margin: 0 0 14px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8c6a43;
}

.reservas-hero__title {
  margin: 0;
  font-size: clamp(2.8rem, 4vw, 5.2rem);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #291803;
}

.reservas-hero__subtitle {
  margin: 18px 0 14px;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.5;
  font-weight: 600;
  color: #291803c5;
}

.reservas-hero__text {
  margin: 0 0 28px;
  font-size: 1rem;
  line-height: 1.85;
  color: #5a544d;
  max-width: 620px;
}

.reservas-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.reservas-hero__button {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.reservas-hero__button--primary {
  background: #8c6a43;
  color: #fff;
  box-shadow: 0 10px 28px rgba(140, 106, 67, 0.22);
}

.reservas-hero__button--primary:hover {
  background: #745534;
  transform: translateY(-2px);
}

.reservas-hero__button--secondary {
  border: 1px solid rgba(140, 106, 67, 0.22);
  background: #fff;
  color: #8c6a43;
}

.reservas-hero__button--secondary:hover {
  transform: translateY(-2px);
}

/* CARD DERECHA */
.reservas-hero__visual {
  display: flex;
  justify-content: center;
}

.hero-collage {
  position: relative;
  width: 100%;
  max-width: 540px;
  height: 500px;
}

.hero-photo {
  position: absolute;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 20px 45px rgba(0,0,0,0.12);
  background-image: url('../images/calendariocolgado.jpeg');
}

.hero-photo--1 {
  width: 260px;
  height: 300px;
  right: 0;
  top: 30px;
  
  transform: rotate(4deg);
  
}

.hero-photo--2 {
  width: 220px;
  height: 240px;
  left: 30px;
  bottom: 30px;
  transform: rotate(-4deg);
  background-image: url('../images/cerdito\ blanco.jpeg');
}

.hero-note {
  position: absolute;
  width: 240px;
  background: #fffdf9;
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: 0 16px 34px rgba(0,0,0,0.08);
  border: 1px solid rgba(140, 106, 67, 0.08);
}

.hero-note__pin {
  position: absolute;
  top: -8px;
  left: 130px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #8c6a43;
}

.hero-note strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
  font-weight: 800;
  color: #291803;
}

.hero-note p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: #5a544d;
}

.hero-note--1 {
  top: 40px;
  left: -20px;
  transform: rotate(-3deg);
}


.hero-note--3 {
  bottom: 10px;
  right: 0;
  transform: rotate(1deg);
}

.transparencia-stamp {
  position: absolute;
  left: 190px;
  top: 150px;
  width: 110px;
  height: 110px;
  border: 2px dashed rgba(140, 106, 67, 0.35);
  border-radius: 50%;
  background: rgba(252, 250, 247, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  transform: rotate(12deg);
  box-shadow: 0 10px 24px rgba(0,0,0,0.04);
}

.transparencia-stamp span {
  font-size: 0.88rem;
  line-height: 1.25;
  font-weight: 800;
  text-align: center;
  color: #8c6a43;
}


@media (max-width: 980px) {
  .reservas-hero__container {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 992px){

  .hero-collage{
    max-width: 450px;
    height: 430px;
    margin: 0 auto;
    margin-bottom: -40px;
  }

  .hero-photo--1{
    width: 220px;
    height: 260px;
  }

  .hero-photo--2{
    width: 190px;
    height: 210px;
    left: 20px;
    bottom: 20px;
  }

  .hero-note{
    width: 200px;
    padding: 16px;
  }

  .hero-note--1{
    left: 0;
    top: 20px;
  }

  .hero-note--3{
    right: 0;
    bottom: 0;
  }

  .transparencia-stamp{
    width: 90px;
    height: 90px;
    left: 170px;
    top: 140px;
  }

  .transparencia-stamp span{
    font-size: .75rem;
  }
}

@media (max-width: 768px) {
  .reservas-hero {
    padding: 70px 16px 60px;
  }

  .reservas-hero__title {
    font-size: 3rem;
  }

  .reservas-hero__card {
    padding: 22px 20px;
    border-radius: 20px;
  }
}

@media (max-width: 768px){

  .hero-collage{
    max-width: 320px;
    height: 620px;
  }

  .hero-photo--1{
    width: 100%;
    height: 260px;
    top: 0;
    left: 0;
    right: auto;
    transform: none;
  }

  .hero-photo--2{
    width: 85%;
    height: 220px;
    left: 25px;
    top: 300px;
    bottom: auto;
    transform: none;
  }

  .hero-note--1{
    width: 180px;
    top: 210px;
    left: 10px;
    transform: none;
    z-index: 5;
  }

  .hero-note--3{
    width: 180px;
    right: 10px;
    bottom: 20px;
    transform: none;
    z-index: 5;
  }

  .transparencia-stamp{
    width: 80px;
    height: 80px;
    left: 120px;
    top: 255px;
  }

  .hero-note__pin{
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 480px){

  .hero-collage{
    max-width: 280px;
    height: 580px;
  }

  .hero-photo--1{
    height: 220px;
  }

  .hero-photo--2{
    width: 80%;
    height: 190px;
    left: 28px;
    top: 260px;
  }

  .hero-note{
    width: 160px;
    padding: 12px;
  }

  .hero-note strong{
    font-size: .85rem;
  }

  .hero-note p{
    font-size: .8rem;
  }

  .transparencia-stamp{
    width: 70px;
    height: 70px;
    left: 105px;
    top: 220px;
  }

  .transparencia-stamp span{
    font-size: .65rem;
  }
}

/* sección 2,3,4 */

/* =========================
   SECCIÓN 2 - TRANSPARENCIA
========================= */
/* =========================================
   SECCIÓN TRANSPARENCIA - OPCIÓN 2
   ESTILO: FOTO + TARJETAS ESCALONADAS
========================================= */

.reservas-transparencia {
  padding: 0px 20px 9px;
}

.reservas-transparencia__container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 56px;
  align-items: center;
}

.reservas-transparencia__content {
  max-width: 620px;
}

.reservas-transparencia__eyebrow {
  margin: 0 0 12px;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8c6a43;
}

.reservas-transparencia__title {
  margin: 0 0 22px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #291803;
}

.reservas-transparencia__text {
  margin: 0 0 16px;
  font-size: 1rem;
  line-height: 1.85;
  color: #5a544d;
}

.reservas-transparencia__text--strong {
  font-weight: 800;
  color: #291803;
  font-size: 1.08rem;
}

.reservas-transparencia__visual {
  display: flex;
  justify-content: center;
}

.transparencia-stack {
  position: relative;
  width: 100%;
  max-width: 560px;
  height: 430px;
}

.transparencia-stack__photo {
  position: absolute;
  inset: 0;
  border-radius: 28px;
  background-image: url('../images/bola.png');
  background-size: cover;
  background-position: center;
  box-shadow: 0 24px 50px rgba(0,0,0,0.12);
}

.transparencia-stack__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 28px;
  background: linear-gradient(to top, rgba(41, 24, 3, 0.28), rgba(41, 24, 3, 0.06));
}

.transparencia-chip {
  position: absolute;
  width: 260px;
  background: #291803ef;
  border: 1px solid rgba(140, 106, 67, 0.08);
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: 0 14px 30px rgba(0,0,0,0.08);
  backdrop-filter: blur(6px);
}

.transparencia-chip strong {
  display: block;
  margin-bottom: 5px;
  font-size: 0.98rem;
  font-weight: 800;
  color: #dbb386;
}

.transparencia-chip span {
  display: block;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #ffffff;
}

.transparencia-chip--1 {
  top: 26px;
  left: -28px;
}

.transparencia-chip--2 {
  top: 150px;
  right: -18px;
}

.transparencia-chip--3 {
  bottom: 24px;
  left: 30px;
}

@media (max-width: 980px) {
  .reservas-transparencia__container {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: -100px;
  }
}

@media (max-width: 768px) {
  .reservas-transparencia {
    padding: 20px 16px 70px;
  }

  .reservas-transparencia__title {
    font-size: 2rem;
  }

  .transparencia-stack {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .transparencia-stack__photo,
  .transparencia-chip {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
  }

  .transparencia-stack__photo {
    min-height: 260px;
  }
}



/* =========================
   SECCIÓN 4 - PASOS
========================= */
.reservas-pasos {
  padding: 0px 20px 0px;
  background-color: #291803;
  
}

.reservas-pasos__eyebrow {
  margin: 0 0 12px;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #dbb386;
}

.reservas-pasos__title {
  margin: 0 0 22px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.reservas-pasos__intro {
  margin: 0 0 16px;
  font-size: 1rem;
  line-height: 1.85;
  color: #bebebe;
}


.reservas-pasos__container {
  max-width: 1280px;
  margin: 0 auto;
}

.reservas-pasos__header {
  max-width: 760px;
  margin-bottom: 36px;
}

.reservas-pasos__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.reservas-pasos__step {
  background: #fcfaf7;
  border-radius: 24px;
  padding: 28px 24px;
  border: 1px solid rgba(140, 106, 67, 0.08);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.04);
}

.reservas-pasos__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-bottom: 16px;
  background: #8c6a43;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.reservas-pasos__step h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  font-weight: 800;
  color: #291803;
}

.reservas-pasos__step p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.75;
  color: #291803b6;
}

.reservas-pasos__cta {
  margin-top: 34px;
}

.reservas-pasos__button {
  display: inline-block;
  padding: 15px 28px;
  border-radius: 999px;
  background: #8c6a43;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  box-shadow: 0 10px 28px rgba(140, 106, 67, 0.22);
}

.reservas-pasos__button:hover {
  background: #745534;
  transform: translateY(-2px);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 980px) {
  .reservas-transparencia__container {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .reservas-comparativa__grid,
  .reservas-pasos__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .reservas-transparencia,
  .reservas-comparativa,
  .reservas-pasos {
    padding: 70px 16px;
  }

  .reservas-transparencia__title,
  .reservas-comparativa__title,
  .reservas-pasos__title {
    font-size: 2rem;
  }

  .reservas-transparencia__box,
  .reservas-comparativa__card,
  .reservas-pasos__step {
    border-radius: 20px;
    padding: 24px 20px;
  }
}

/* pagina Entorno y Lagunas de Ruidera */

.entorno-hero {
  position: relative;
  min-height: 76vh;
  padding: 45px 20px 90px;
  margin-top: 90px;
  display: flex;
  align-items: center;
  background-image: url('../images/ruidera.jpg');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.entorno-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(20, 20, 20, 0.692),
    rgba(20, 20, 20, 0.541),
    rgba(20, 20, 20, 0.25)
  );
}

.entorno-hero__container {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.entorno-hero__content {
  max-width: 760px;
}

.entorno-hero__eyebrow {
  margin: 0 0 14px;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #e6d6c0;
}

.entorno-hero__title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.5rem);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.entorno-hero__subtitle {
  margin: 18px 0 14px;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
  font-weight: 600;
  color: #f5f1ea;
}

.entorno-hero__text {
  margin: 0;
  max-width: 650px;
  font-size: 1rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.92);
}

@media (max-width: 768px) {
  .entorno-hero {
    min-height: 60vh;
    padding: 90px 16px 70px;
  }

  .entorno-hero__title {
    font-size: 2.3rem;
  }

  .entorno-hero__text {
    font-size: 0.95rem;
    line-height: 1.75;
  }
}

/* sección 2,4,5 entorno */

/* =========================
   ESTILOS COMPARTIDOS
========================= */
.entorno-bonillo__eyebrow,
.entorno-slow__eyebrow {
  margin: 0 0 12px;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8c6a43;
}

.entorno-bonillo__title,
.entorno-slow__title {
  margin: 0 0 22px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #291803;
}

.entorno-bonillo__text,
.entorno-slow__intro {
  margin: 0 0 16px;
  font-size: 1rem;
  line-height: 1.85;
  color: #5a544d;
}

/* =========================
   SECCIÓN 2 - EL BONILLO
========================= */
.entorno-bonillo {
  padding: 10px 20px;
  
}

.entorno-bonillo__container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.entorno-bonillo__content {
  max-width: 680px;
}

.entorno-bonillo__list {
  margin: 10px 0 20px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.entorno-bonillo__list li {
  position: relative;
  padding-left: 24px;
  font-size: 1rem;
  color: #5a544d;
  line-height: 1.7;
}

.entorno-bonillo__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8c6a43;
}

.entorno-bonillo__visual {
  display: flex;
  justify-content: center;
}

.entorno-bonillo__image-wrap {
  width: 100%;
  max-width: 560px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1);
}

.entorno-bonillo__image {
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;
}

/* BOTÓN DE RESERVA */
.btn-reserve {
  display: inline-block;
  width: max-content;
  
  margin-top: 20px;
  padding: 10px 20px;
  background: #8c6a43; /* color SERAGAL */
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 28px;
  text-decoration: none;
  transition: all 0.3s ease;
  
}

.btn-reserve:hover {
  background: #6f5231;
  
}

/* =========================
   BLOQUE EL BONILLO - DISEÑO 1C (DRAWER DESLIZANTE PREMIUM)
========================= */
.bonillo-drawer {
  padding: 0 20px 40px;
  margin-top: -80px;
  margin-bottom: 80px;
}

.bonillo-drawer__container {
  max-width: 1280px;
  margin: 0 auto;
}

.bonillo-drawer__intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  padding: 28px 30px;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  border: 1px solid rgba(140, 106, 67, 0.10);
  border-radius: 30px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.04);
}

.bonillo-drawer__intro-text {
  max-width: 760px;
}

.bonillo-drawer__eyebrow {
  margin: 0 0 10px;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8c6a43;
}

.bonillo-drawer__title {
  margin: 0 0 14px;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.08;
  font-weight: 900;
  color: #291803;
  letter-spacing: -0.02em;
}

.bonillo-drawer__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: #5a544d;
}

.bonillo-drawer__toggle {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: none;
  cursor: pointer;
  padding: 14px 24px;
  border-radius: 999px;
  background: #8c6a43;
  color: #fff;
  font-size: 0.98rem;
  font-weight: 700;
  transition: all 0.3s ease;
  box-shadow: 0 10px 24px rgba(140, 106, 67, 0.22);
}

.bonillo-drawer__toggle:hover {
  background: #6f5231;
  transform: translateY(-2px);
}

.bonillo-drawer__toggle-icon {
  font-size: 1.35rem;
  line-height: 1;
  transition: transform 0.35s ease;
}

.bonillo-drawer__toggle.active .bonillo-drawer__toggle-icon {
  transform: rotate(45deg);
}

.bonillo-drawer__panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition:
    max-height 0.7s ease,
    opacity 0.45s ease,
    transform 0.45s ease,
    margin-top 0.45s ease;
  margin-top: 0;
}

.bonillo-drawer__panel.open {
  max-height: 3000px;
  opacity: 1;
  transform: translateY(0);
  margin-top: 22px;
}

.bonillo-drawer__inner {
  background: #fff;
  border: 1px solid rgba(140, 106, 67, 0.08);
  border-radius: 30px;
  padding: 26px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

/* TABS */
.bonillo-drawer__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(140, 106, 67, 0.10);
}

.bonillo-drawer__tab {
  border: 1px solid rgba(140, 106, 67, 0.12);
  background: #fcfaf7;
  color: #5a544d;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 0.94rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.bonillo-drawer__tab:hover {
  background: #f4ece1;
}

.bonillo-drawer__tab.active {
  background: linear-gradient(135deg, #8c6a43, #6f5231);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 20px rgba(140, 106, 67, 0.20);
}

/* CONTENT */
.bonillo-drawer__content {
  display: none;
  animation: bonilloFade 0.35s ease;
}

.bonillo-drawer__content.active {
  display: block;
}

@keyframes bonilloFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.bonillo-drawer__grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 30px;
  align-items: start;
}

/* MEDIA */
.bonillo-drawer__media {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bonillo-drawer__main-image {
  width: 100%;
  height: 430px;
  object-fit: cover;
  display: block;
  border-radius: 24px;
  box-shadow: 0 14px 32px rgba(0,0,0,0.08);
}

.bonillo-drawer__thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.bonillo-drawer__thumb {
  width: 100%;
  height: 110px;
  object-fit: cover;
  display: block;
  border-radius: 16px;
  border: 1px solid rgba(140, 106, 67, 0.08);
}

/* INFO */
.bonillo-drawer__info {
  padding: 8px 4px;
}

.bonillo-drawer__label {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8c6a43;
}

.bonillo-drawer__heading {
  margin: 0 0 16px;
  font-size: clamp(1.4rem, 2vw, 2.2rem);
  line-height: 1.15;
  font-weight: 900;
  color: #291803;
}

.bonillo-drawer__paragraph {
  margin: 0 0 14px;
  font-size: 0.98rem;
  line-height: 1.8;
  color: #5a544d;
}

.bonillo-drawer__list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.bonillo-drawer__list li {
  position: relative;
  padding-left: 22px;
  font-size: 0.96rem;
  line-height: 1.7;
  color: #5a544d;
}

.bonillo-drawer__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8c6a43;
}

.bonillo-drawer__cta {
  margin-top: 22px;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .bonillo-drawer__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .bonillo-drawer__main-image {
    height: 380px;
  }
}

@media (max-width: 900px) {
  .bonillo-drawer__intro {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 22px;
    border-radius: 24px;
  }

  .bonillo-drawer__inner {
    padding: 20px;
    border-radius: 24px;
  }
}

@media (max-width: 768px) {
  .bonillo-drawer {
    padding: 0 16px 28px;
  }

  .bonillo-drawer__title {
    font-size: 2rem;
  }

  .bonillo-drawer__text {
    font-size: 0.95rem;
    line-height: 1.75;
  }

  .bonillo-drawer__toggle {
    width: 100%;
    justify-content: center;
    padding: 13px 18px;
  }

  .bonillo-drawer__tabs {
    gap: 10px;
  }

  .bonillo-drawer__tab {
    width: 100%;
    text-align: center;
  }

  .bonillo-drawer__main-image {
    height: 280px;
    border-radius: 18px;
  }

  .bonillo-drawer__thumbs {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
  }

  .bonillo-drawer__thumb {
    height: 75px;
    border-radius: 12px;
  }

  .bonillo-drawer__heading {
    font-size: 1.55rem;
  }

  .bonillo-drawer__paragraph,
  .bonillo-drawer__list li {
    font-size: 0.94rem;
    line-height: 1.7;
  }
}




/* =========================
   SECCIÓN 3 - RUIDERA
========================= */
.ruidera-strategic {
  padding: 30px 20px;
  margin-top: -80px;
  margin-bottom: -130px;
    background-color: #3a2403
}

.ruidera-strategic__container {
  max-width: 1280px;
  margin: 0 auto;
  

}

.ruidera-strategic__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
}

/* IZQUIERDA */
.ruidera-strategic__content {
  max-width: 620px;
}

.ruidera-strategic__eyebrow {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #8c6a43;
  margin-bottom: 16px;
}

.ruidera-strategic__title {
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 800;
  line-height: 1.08;
  color: #ffffff;
  margin-bottom: 16px;
}

.ruidera-strategic__subtitle {
  font-size: 1.15rem;
  font-weight: 600;
  color: #8c6a43;
  margin-bottom: 24px;
  line-height: 1.5;
}

.ruidera-strategic__text {
  font-size: 1rem;
  line-height: 1.85;
  color: #ffffff;
  margin-bottom: 18px;
}

.ruidera-strategic__text:last-child {
  margin-bottom: 0;
}

/* DERECHA */
.ruidera-strategic__panel {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.ruidera-strategic__box {
  border-radius: 26px;
  padding: 30px 28px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);
}

.ruidera-strategic__box h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: #1f1f1f;
}

.ruidera-strategic__box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ruidera-strategic__box li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #555;
}

.ruidera-strategic__box li:last-child {
  margin-bottom: 0;
}

.ruidera-strategic__box li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

/* Caja Ruidera */
.ruidera-strategic__box--muted {
  background: #f8f6f2;
  border: 1px solid rgba(140, 106, 67, 0.10);
}

.ruidera-strategic__box--muted li::before {
  background: #b9a58d;
}

/* Caja SERAGAL destacada */
.ruidera-strategic__box--highlight {
  background: linear-gradient(135deg, #8c6a43, #6f5231);
  color: #fff;
  border: none;
}

.ruidera-strategic__box--highlight h4 {
  color: #fff;
}

.ruidera-strategic__box--highlight li {
  color: rgba(255, 255, 255, 0.92);
}

.ruidera-strategic__box--highlight li::before {
  background: #fff;
}

/* FRASE FINAL */
.ruidera-strategic__footer {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid rgba(140, 106, 67, 0.12);
  text-align: center;
}

.ruidera-strategic__footer p {
  max-width: 820px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #ffffff;
  font-style: italic;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .ruidera-strategic__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ruidera-strategic__content {
    max-width: 100%;
  }

  
}

@media (max-width: 768px) {
  .ruidera-strategic {
    padding: 70px 16px;
  }

  .ruidera-strategic__title {
    margin-bottom: 14px;
  }

  .ruidera-strategic__subtitle {
    font-size: 1rem;
    margin-bottom: 18px;
  }

  .ruidera-strategic__text {
    font-size: 0.96rem;
    line-height: 1.75;
  }

  .ruidera-strategic__box {
    padding: 24px 20px;
    border-radius: 20px;
  }

  .ruidera-strategic__box h4 {
    font-size: 1rem;
  }

  .ruidera-strategic__box li {
    font-size: 0.93rem;
  }

  .ruidera-strategic__footer p {
    font-size: 0.96rem;
  }
}


/*seccion slider*/

.gallery-slider-section {
  margin-top: 20px;
  padding: 0px 20px;
  margin-bottom: -20px;
  background-color: #3a2403;
  
  
}

.gallery-slider-section__container {
  max-width: 1280px;
  margin: 0 auto;
}

.gallery-slider {
  max-width: 980px;
  margin: 0 auto;
}

.gallery-slider__slides {
  position: relative;
  width: 100%;
  height: 450px; /* tamaño normal, elegante */
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
  background: #e9e3db;
}

.gallery-slider__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.9s ease-in-out, transform 6s ease;
  transform: scale(1.03);
  pointer-events: none;
}

.gallery-slider__slide.active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

/* Overlay suave para dar elegancia */
.gallery-slider__slides::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.08),
    rgba(0, 0, 0, 0.02)
  );
  pointer-events: none;
  z-index: 2;
}

/* DOTS */
.gallery-slider__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
}

.gallery-slider__dot {
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 50%;
  background: rgba(140, 106, 67, 0.25);
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.gallery-slider__dot.active {
  background: #8c6a43;
  transform: scale(1.15);
}

.gallery-slider__dot:hover {
  background: #745534;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .gallery-slider__slides {
    height: 420px;
  }
}

@media (max-width: 768px) {
  .gallery-slider-section {
    padding: 60px 16px;
  }

  .gallery-slider__slides {
    height: 300px;
    border-radius: 20px;
  }

  .gallery-slider__dots {
    margin-top: 18px;
    gap: 8px;
  }

  .gallery-slider__dot {
    width: 10px;
    height: 10px;
  }
}


/* =========================
   SECCIÓN 5 - TURISMO SLOW
========================= */
.entorno-slow {
  padding: 50px 20px 0px;
  margin-bottom: -20px;
  
  
}

.entorno-slow__container {
  max-width: 1280px;
  margin: 0 auto;
}

.entorno-slow__header {
  max-width: 760px;
  margin-bottom: 36px;
}

.entorno-slow__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.entorno-slow__card {
  background: #fcfaf7;
  border-radius: 24px;
  padding: 28px 24px;
  border: 1px solid rgba(140, 106, 67, 0.08);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.04);
}

.entorno-slow__card h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  font-weight: 800;
  color: #1f1f1f;
}

.entorno-slow__card p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.75;
  color: #5a544d;
}

.entorno-slow__closing {
  margin: 34px 0 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #8c6a43;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 980px) {
  .entorno-bonillo__container,
  .entorno-ruidera__container {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .entorno-slow__grid {
    grid-template-columns: 1fr;
  }

  .entorno-ruidera__card--secondary {
    max-width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .entorno-bonillo,
  .entorno-ruidera,
  .entorno-slow {
    padding: 70px 16px;
  }

  .entorno-bonillo__title,
  .entorno-ruidera__title,
  .entorno-slow__title {
    font-size: 2rem;
  }

  .entorno-bonillo__image {
    height: 320px;
  }

  .entorno-bonillo__image-wrap,
  .entorno-ruidera__card,
  .entorno-slow__card {
    border-radius: 20px;
  }

  .entorno-slow__card {
    padding: 24px 20px;
  }
}



/* =========================
   MAPA INTERACTIVO TURISMO SLOW - DISEÑO A
========================= */
.slow-map {
  margin-top: 34px;
  padding: 28px;
  background: #fcfaf7;
  border-radius: 28px;
  border: 1px solid rgba(140, 106, 67, 0.08);
  box-shadow: 0 14px 34px rgba(0,0,0,0.04);
}

.slow-map__header {
  max-width: 760px;
  margin-bottom: 24px;
}

.slow-map__title {
  margin: 0 0 10px;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 800;
  color: #291803;
}

.slow-map__text {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.8;
  color: #5a544d;
}

.slow-map__layout {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 24px;
  align-items: stretch;
}

.slow-map__places {
  display: grid;
  gap: 14px;
}

.slow-map__place {
  text-align: left;
  background: #fff;
  border: 1px solid rgba(140, 106, 67, 0.08);
  border-radius: 20px;
  padding: 18px 18px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slow-map__place:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.05);
  border-color: rgba(140, 106, 67, 0.18);
}

.slow-map__place.active {
  background: linear-gradient(135deg, #8c6a43, #6f5231);
  border-color: transparent;
  box-shadow: 0 14px 28px rgba(111, 82, 49, 0.18);
}

.slow-map__place strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
  font-weight: 800;
  color: #1f1f1f;
}

.slow-map__place span {
  display: block;
  font-size: 0.92rem;
  line-height: 1.6;
  color: #5a544d;
}

.slow-map__place.active strong,
.slow-map__place.active span {
  color: #fff;
}

.slow-map__viewer {
  min-height: 460px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(0,0,0,0.08);
  background: #f2eee8;
}

.slow-map__viewer iframe {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 980px) {
  .slow-map__layout {
    grid-template-columns: 1fr;
  }

  .slow-map__viewer {
    min-height: 380px;
  }
}

@media (max-width: 768px) {
  .slow-map {
    padding: 20px;
    border-radius: 22px;
  }

  .slow-map__viewer {
    min-height: 320px;
    border-radius: 18px;
  }

  .slow-map__place {
    padding: 16px;
    border-radius: 18px;
  }
}

/* Pagina Opiniones*/


/* Primera seccion*/

.opiniones-score{
  max-width: 760px;
  margin: 38px auto 0;
  padding: 28px;
  border: 1px solid rgba(139, 94, 52, 0.12);
  border-radius: var(--op-radius-xl);
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(10px);
  box-shadow: var(--op-shadow);
}

.opiniones-score__main{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.opiniones-score__number{
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 800;
  line-height: 1;
  color: var(--op-primary-dark);
}

.opiniones-score__meta{
  text-align: left;
}

.opiniones-score__stars{
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #c38c2d;
}

.opiniones-score__label{
  margin: 8px 0 0;
  color: var(--op-text-soft);
  font-size: 0.95rem;
}

.opiniones-score__highlights{
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.opiniones-score__highlights span{
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(139, 94, 52, 0.08);
  color: var(--op-primary-dark);
  font-size: 0.9rem;
  font-weight: 600;
}



.opiniones-hero {
  padding: 85px 20px 0px;
  margin-top: 70px;
  
}

.opiniones-hero__container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.opiniones-hero__content {
  max-width: 700px;
  margin-top: -20px;
  
}

.opiniones-hero__eyebrow {
  margin: 0 0 14px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8c6a43;
}

.opiniones-hero__title {
  margin: 0;
  font-size: clamp(2.8rem, 4vw, 5.2rem);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #291803;
}

.opiniones-hero__subtitle {
  margin: 18px 0 14px;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.5;
  font-weight: 600;
  color: #291803c5;
}

.opiniones-hero__text {
  margin: 0 0 28px;
  font-size: 1rem;
  line-height: 1.85;
  color: #5a544d;
  max-width: 620px;
}

.opiniones-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.opiniones-hero__button {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.opiniones-hero__button--primary {
  background: #8c6a43;
  color: #fff;
  box-shadow: 0 10px 28px rgba(140, 106, 67, 0.22);
}

.opiniones-hero__button--primary:hover {
  background: #745534;
  transform: translateY(-2px);
}

.opiniones-hero__button--secondary {
  border: 1px solid rgba(140, 106, 67, 0.22);
  background: #fff;
  color: #8c6a43;
}

.opiniones-hero__button--secondary:hover {
  transform: translateY(-2px);
}


@media (max-width: 980px) {
  .opiniones-hero__container {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 768px) {
  .opiniones-hero {
    padding: 70px 16px 60px;
  }

  .opiniones-hero__title {
    font-size: 3rem;
  }

  
}



/* ==========================================
   SECCIÓN RESEÑAS GOOGLE - SERAGAL (AUTÓNOMA)
   No depende de clases globales
   ========================================== */

.seragal-reviews-section{
  width: 100%;
  padding: 90px 0;
  
  position: relative;
  overflow: hidden;
}

.seragal-reviews-container{
  width: min(92%, 1280px);
  margin: 0 auto;
}

/* ==========================
   ENCABEZADO
   ========================== */

.seragal-reviews-header{
  margin-bottom: 34px;
}

.seragal-reviews-label{
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #7a6654;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.seragal-reviews-title{
  margin: 0;
  max-width: 760px;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #291803;
}

.seragal-reviews-subtitle{
  margin: 14px 0 0;
  max-width: 980px;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.65;
  color: #5a4f46;
}

/* ==========================
   CAJA DEL WIDGET
   ========================== */

.seragal-reviews-widget-box{
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(138, 103, 71, 0.08);
  border-radius: 34px;
  padding: 18px;
  box-shadow: 0 18px 50px rgba(78, 52, 28, 0.08);
  backdrop-filter: blur(6px);
}

.seragal-reviews-widget-inner{
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(138, 103, 71, 0.08);
  border-radius: 26px;
  padding: 22px;
  overflow: hidden;
  min-height: 220px;
}

/* Intento de suavizar el contenido inyectado por Trustindex */
.seragal-reviews-widget-inner > div,
.seragal-reviews-widget-inner iframe{
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 18px !important;
  display: block;
}

/* Si Trustindex tarda en cargar, la caja mantiene altura mínima */
.seragal-reviews-widget-inner:empty::before{
  content: "Cargando reseñas...";
  display: block;
  font-size: 1rem;
  color: #7a6b5d;
  text-align: center;
  padding: 30px 0;
}

/* ==========================
   FOOTER / CTA
   ========================== */

.seragal-reviews-footer{
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 22px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(138, 103, 71, 0.08);
  box-shadow: 0 10px 30px rgba(78, 52, 28, 0.04);
}

.seragal-reviews-footer-text{
  margin: 0;
  flex: 1 1 420px;
  font-size: 1.02rem;
  line-height: 1.6;
  color: #66584d;
}

.seragal-reviews-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  background: #8b5e34;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.98rem;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid #8b5e34;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  box-shadow: 0 10px 24px rgba(139, 94, 52, 0.22);
}

.seragal-reviews-button:hover{
  background: #754b27;
  border-color: #754b27;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(117, 75, 39, 0.24);
}

.seragal-reviews-button:focus-visible{
  outline: 3px solid rgba(139, 94, 52, 0.2);
  outline-offset: 3px;
}

/* ==========================
   RESPONSIVE
   ========================== */

@media (max-width: 1024px){
  .seragal-reviews-section{
    padding: 75px 0;
  }

  .seragal-reviews-widget-box{
    border-radius: 28px;
    padding: 14px;
  }

  .seragal-reviews-widget-inner{
    border-radius: 22px;
    padding: 18px;
  }
}

@media (max-width: 768px){
  .seragal-reviews-section{
    padding: 60px 0;
  }

  .seragal-reviews-container{
    width: min(94%, 1280px);
  }

  .seragal-reviews-header{
    margin-bottom: 24px;
  }

  .seragal-reviews-title{
    max-width: 100%;
    font-size: clamp(1.7rem, 7vw, 2.4rem);
    line-height: 1.12;
  }

  .seragal-reviews-subtitle{
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.65;
  }

  .seragal-reviews-widget-box{
    border-radius: 22px;
    padding: 10px;
  }

  .seragal-reviews-widget-inner{
    border-radius: 18px;
    padding: 12px;
    min-height: 180px;
  }

  .seragal-reviews-footer{
    margin-top: 18px;
    padding: 18px;
    border-radius: 18px;
    flex-direction: column;
    align-items: stretch;
  }

  .seragal-reviews-footer-text{
    flex: 1 1 auto;
    font-size: 0.98rem;
  }

  .seragal-reviews-button{
    width: 100%;
    min-height: 50px;
    max-width:max-content;
  }
}

@media (max-width: 480px){
  .seragal-reviews-label{
    font-size: 0.88rem;
  }

  .seragal-reviews-title{
    font-size: 1.55rem;
  }

  .seragal-reviews-subtitle{
    font-size: 0.96rem;
  }
  
}


/*PÁGINA CONTACTO*/

.contact {
  padding: 20px 0;
  margin-top: 40px;
}

.contact__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

/* INFO */
.contact__title {
  margin: 0;
  font-size: clamp(2.8rem, 4vw, 5.2rem);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #291803;
  
}

.contact__text {
  margin-bottom: 25px;
  color: #555;
  margin-top: 20px;
  
}

.contact__data p {
  margin-bottom: 12px;
  
}

/* WHATSAPP */
.btn-whatsapp {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 26px;
  background: #25D366;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
  
  
}

.btn-whatsapp:hover {
  background: #1ebe5d;
  transform: translateY(-2px);
}

/* FORM */

.contacto__formulario{

  margin-top: 20px;

  flex:1;
  background:#ffffff;
  padding:50px;
  border-radius:20px;
  
  box-shadow:0 12px 35px rgba(0,0,0,.08);

}

.contact-form{
  display:flex;
  flex-direction:column;
  gap:18px;

}

.contact-form input,
.contact-form textarea{
 
  width:100%;   
  padding:16px 10px;
  border:1px solid #d9d9d9;
  border-radius:12px;
  background:#fafafa;
  font-size:16px;
  font-family:inherit;
  transition:.3s;
  outline:none;
  

}

.contact-form input:focus,
.contact-form textarea:focus{
  border-color:#8b6b4c;
  background:#fff;
  box-shadow:0 0 0 4px rgba(139,107,76,.12);
  

}

.contact-form textarea{
  resize:vertical;
  min-height:180px;
  
}

.contact-form button{
  margin-top:8px;
  background:#8b6b4c;
  color:#fff;
  border:none;
  padding:18px;
  border-radius:12px;
  font-size:17px;
  font-weight:600;
  cursor:pointer;
  transition:.3s;

}

.contact-form button:hover{

  background:#6f5339;
  transform:translateY(-2px);

}





/* RESPONSIVE */
@media (max-width: 900px) {
  .contact__container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact__title {
    font-size: 3rem;
  }
}
/* BLOG SERAGAL Y ENTORNO */

/*BLOGSERAGAL*/


:root {
  --bg: #f7f3ec;
  --bg-soft: #efe9df;
  --surface: #ffffff;
  --ink: #291803;
  --ink-soft: #5a544d;
  --muted: #8a827a;
  --line: #e3dccf;
  --accent: #b54a2c;
  --accent-soft: #f3d9ce;
  --radius: 4px;
  --radius-lg: 10px;
  --shadow-sm: 0 1px 2px rgba(26, 23, 21, 0.04);
  --shadow-md: 0 10px 30px -12px rgba(26, 23, 21, 0.18);
 
}

.containerr {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
  
}

.blog-hero {
  padding: 200px 400px 56px;
  max-width: 880px;
  
  
}
.eyebroww {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
  margin: 0 0 18px;
}

.hero-title1 {
  
  font-weight: 600;
  font-size: clamp(36px, 5.5vw, 60px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
  color: var(--ink);
}

.hero-subb {
  font-size: 20px;
  color: var(--ink-soft);
  margin: 0;
  max-width: 620px;
  line-height: 1.55;
}



/* ---------- List toolbar ---------- */
.list-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 28px;
  border-top: 1px solid var(--line);
  margin-top: 32px;
}

.list-count {
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}

.sort-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--ink-soft);
}

.sort-wrap select {
  appearance: none;
  -webkit-appearance: none;
  background: var(--surface) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='none' stroke='%234a4541' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M1 1l4 4 4-4'/%3E%3C/svg%3E") no-repeat right 12px center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 8px 32px 8px 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: var(--ink);
  cursor: pointer;
}

.sort-wrap select:focus {
  outline: 2px solid var(--accent-soft);
  outline-offset: 1px;
}

/* ---------- Blog grid ---------- */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 28px;
  padding-bottom: 80px;
}

@media (max-width: 900px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* ---------- Blog card ---------- */
.blog-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 0.4s ease;
}

.blog-card:hover {
  color: inherit;
}

.blog-card .cover {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg-soft);
  box-shadow: var(--shadow-sm);
}

.blog-card .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(.2,.7,.2,1);
}

.blog-card:hover .cover img {
  transform: scale(1.04);
}

.blog-card .tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: var(--radius);
  backdrop-filter: blur(6px);
}

.blog-card .body {
  padding: 20px 4px 0;
}

.blog-card .title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 10px;
  letter-spacing: -0.01em;
  color: var(--ink);
  transition: color 0.2s ease;
}

.blog-card:hover .title {
  color: var(--accent);
}

.blog-card .excerpt {
  font-size: 14.5px;
  color: var(--ink-soft);
  margin: 0 0 16px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card .meta {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  color: var(--muted);
}

.blog-card .meta .dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--muted);
}

.blog-card .meta .views {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.blog-card .meta .views svg {
  width: 14px;
  height: 14px;
}

/* ---------- Empty state ---------- */
.empty {
  text-align: center;
  padding: 80px 20px;
  color: var(--muted);
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
}

/* ---------- Article ---------- */
.article {
  padding: 56px 0 96px;
  margin-top: 30px;
}

.article-loading {
  padding: 120px 0;
  text-align: center;
}

.article-header {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.article-header .back {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 28px;
  font-weight: 500;
}

.article-header .back:hover {
  color: var(--accent);
}

.article-header .article-tag {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 18px;
}

.article-header h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0 0 22px;
  color: var(--ink);
}

.article-header .article-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 14px;
  color: var(--muted);
}

.article-header .article-meta .dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--muted);
}

.article-header .article-meta .views {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.article-header .article-meta svg {
  width: 14px;
  height: 14px;
}

.article-cover {
  max-width: 1080px;
  margin: 0 auto 56px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  background: var(--bg-soft);
  aspect-ratio: 16 / 9;
}

.article-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-body {
  max-width: 720px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.75;
  color: var(--ink-soft);
  margin-top: 120px;
}

.article-body p {
  margin: 0 0 1.4em;
}

.article-body p.lead {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.55;
  color: var(--ink);
  margin-bottom: 1.6em;
}

.article-body h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 2em 0 0.7em;
}

.article-body h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: var(--ink);
  margin: 1.8em 0 0.5em;
}

.article-body blockquote {
  margin: 1.6em 0;
  padding: 6px 0 6px 24px;
  border-left: 3px solid var(--accent);
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  line-height: 1.5;
  color: var(--ink);
  font-style: italic;
}

.article-body figure {
  margin: 2.2em 0;
}

.article-body figure img {
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  background: var(--bg-soft);
}

.article-body figcaption {
  margin-top: 12px;
  text-align: center;
  font-size: 13.5px;
  color: var(--muted);
  font-style: italic;
}

.article-body ul,
.article-body ol {
  padding-left: 1.4em;
  margin: 0 0 1.4em;
}

.article-body li {
  margin-bottom: 0.4em;
}

.article-body a {
  color: var(--accent);
  border-bottom: 1px solid var(--accent-soft);
}

.article-body a:hover {
  background: var(--accent-soft);
}

/* ---------- Related ---------- */
.related-wrap {
  border-top: 1px solid var(--line);
  padding-top: 56px;
  padding-bottom: 80px;
}

.related-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: -0.01em;
  margin: 0 0 32px;
  color: var(--ink);
}

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid var(--line);
  background: var(--bg-soft);
  padding: 32px 0;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 14px;
  color: var(--ink-soft);
}

.footer-inner p {
  margin: 0;
}

/* ---------- Reveal animation ---------- */
.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Responsive  ---------- */


@media (max-width: 900px) {

  .containerr {
    padding: 0 22px;
    
    
  }

  .blog-hero {
    padding: 64px 22px 44px;
    margin-top: 150px;
  }
  .eyebroww {
    font-size: 11.5px;
    letter-spacing: 0.16em;
    margin-bottom: 14px;
  }
  .hero-title1 {
    font-size: clamp(32px, 5.4vw, 48px);
    line-height: 1.1;
  }
  .hero-subb {
    font-size: 17px;
  }

  /* Toolbar */
  .list-toolbar {
    padding: 20px 0 24px;
    margin-top: 24px;
  }
  /* Related title */
  .related-title {
    font-size: 24px;
  }
  /* Article */
  .article-header h1 {
    font-size: clamp(30px, 5vw, 44px);
  }
  .article-body {
    font-size: 17.5px;
  }
  .article-body p.lead {
    font-size: 20px;
  }
  .article-body h2 {
    font-size: 26px;
  }
  .article-body blockquote {
    font-size: 20px;
  }

}

@media (max-width: 600px) {
  .containerr {
    padding: 0 18px;
    
    
  }

  .blog-hero {
    padding: 48px 18px 32px;
    margin-top: 150px;
  }
  .eyebroww {
    font-size: 11px;
    letter-spacing: 0.14em;
    margin-bottom: 12px;
  }
  .hero-title1 {
    font-size: clamp(28px, 7.5vw, 38px);
    line-height: 1.12;
    letter-spacing: -0.015em;
  }
  .hero-subb {
    font-size: 15.5px;
    line-height: 1.55;
  }

  /* Toolbar */
  .list-toolbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 0 22px;
    margin-top: 18px;
  }
  .sort-wrap {
    width: 100%;
    justify-content: space-between;
  }
  .sort-wrap select {
    flex: 1;
    max-width: 200px;
  }

  /* Cards */
  .blog-card .title {
    font-size: 20px;
  }
  .blog-card .excerpt {
    font-size: 14px;
  }
  .blog-card .meta {
    font-size: 12.5px;
    gap: 10px;
  }

  /* Related */
  .related-wrap {
    padding-top: 44px;
    padding-bottom: 60px;
  }
  .related-title {
    font-size: 22px;
    margin-bottom: 24px;
  }

  /* Article */
  .article {
    padding: 36px 0 64px;
  }
  .article-header {
    margin-bottom: 32px;
  }
  .article-header .back {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .article-header h1 {
    font-size: clamp(26px, 7.5vw, 34px);
    line-height: 1.15;
  }
  .article-header .article-meta {
    flex-wrap: wrap;
    gap: 10px;
    font-size: 13px;
  }
  .article-cover {
    margin-bottom: 36px;
    border-radius: 6px;
  }
  .article-body {
    font-size: 16.5px;
    line-height: 1.7;
  }
  .article-body p.lead {
    font-size: 18px;
  }
  .article-body h2 {
    font-size: 22px;
  }
  .article-body h3 {
    font-size: 19px;
  }
  .article-body blockquote {
    font-size: 18px;
    padding-left: 18px;
  }

  
}

/* ---------- Móvil pequeño ---------- */
@media (max-width: 380px) {
  
  .hero-title1 {
    font-size: 26px;
  }
  .hero-subb {
    font-size: 15px;
  }
}


/* calendario contacto */

.seccion-calendario {
    padding: 60px 20px;
     /* Color de fondo de la sección */
}

.contenedor-calendario {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.contenedor-calendario h2 {
    text-align: center;
    margin-bottom: 25px;
    color: #2c3e50;
}

/* Estilo de FullCalendar para los días ocupados */
.fc-bg-event {
    opacity: 0.7 !important;
    background-color: #ff4d4d !important; 
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255,255,255,.3) 10px, rgba(255,255,255,.3) 20px) !important;
    cursor: not-allowed;
}




/* Centrar el texto de absolutamente todas las reservas del calendario */
.fc-event {
    text-align: center !important;
}

/* Forzar el centrado flexible en cualquier versión de FullCalendar */
.fc-event-main,
.fc-event-main-frame,
.fc-event-title-container,
.fc-event-title {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100%;
    text-align: center !important;
}