html {
  scroll-behavior: smooth;
  font-family: "Quattrocento", serif !important;
}

html,
body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: clip;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

section {
  margin-left: 0;
  margin-right: 0;
}

.seccion-con-margen {
  margin-left: 20px;
  margin-right: 20px;
}


#logo {
  transition: opacity 0.5s ease;
}

.form-control{
  font-family: "Libertinus Serif Display", system-ui;
  font-size:1rem;
  padding:3px;
}

.btn-primary {
    font-family: "Quattrocento", serif !important;
    --bs-btn-color: #fff;
    --bs-btn-bg: #666 !important;
    border: none !important;
}

.btn:hover {
    color: #fff !important;
    background-color: #666 !important;
    border-color: #666 !important;
}

input {
  padding: 5px !important;
  margin: 5px 0 !important;
  max-width: 100%;
}

textarea {
  padding: 5px !important;
  margin: 5px 0 !important;
  max-width: 100%;
}

input .btn-primary{
  font-family: "Libertinus Serif Display", system-ui;
  font-size:1.5rem;
  font-weight:400;
  letter-spacing: -1.5px;
  font-style: normal;
  background-color:#666 !important;
}

.parallax .uk-link-reset{
 font-family: "Libertinus Serif Display", system-ui;
  font-size:3rem;
  font-weight:400;
  letter-spacing: -1.5px;
  font-style: normal;}

.parallax{font-family: "Libertinus Serif Display", system-ui;
  font-size:1.5rem;
  font-weight:400;
  letter-spacing: -0.5px;
  font-style: normal;}
    
.galeria-home .uk-h1{
  font-family: "Libertinus Serif Display", system-ui;
  font-size:4rem;
  font-weight:400;
  letter-spacing: -1.5px;
  font-style: normal;
}

.galeria-home .uk-margin p{
  font-family: "Libertinus Serif Display", system-ui;
  font-size:2rem;
  font-weight:400;
  letter-spacing: -1px;
  font-style: normal;
  color:#FFF;
}

.texto-destacado .uk-h3{
  text-align:center !important;
  font-family: "Quattrocento", serif !important;
    letter-spacing: -1.5px!important;
     font-weight: 500!important;
     font-size: 40px!important;
}
  
.texto-destacado .uk-margin{  
    font-family: "Quattrocento", serif !important;
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -1px;
    font-weight: 500;
    color: #2b2b2b;
    transition: all 1s;
    text-align:justify;
}
  
.texto-intro .uk-margin{ 
    font-family: "Quattrocento", serif !important;
    padding: 0px 0px 0px 0px;
    text-align: left;
    color: #2b2b2b;
    transition: all 1s;
    text-align:justify;
}
  
.uk-scope .uk-padding {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 25px;
        padding-bottom: 25px;
}
    
.menu-scroll {
  display: flex;
  justify-content: center;
  padding: 10px 20px;
}

.menu-scroll ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex; /* Esto lo hace horizontal */
  flex-wrap: wrap;
}

.menu-scroll li {
  margin: 0 5px;
}

.menu-scroll a {
  color: #333;
  text-decoration: none;
  padding: 10px 5px;
  display: inline-block;
}

.menu-scroll a:hover {
  background-color: #555;
  color:#FFF;
  border-radius: 0px;
}



.titulos{
  text-align:center !important;
  font-family: "Quattrocento", serif !important;
}

.titulos .uk-h1{
    text-align:center;
    font-size:2,5rem;
    font-weight:300;
    letter-spacing: -1.5px;
    font-family: "Quattrocento", serif !important;
}

.servicios .uk-h3{
  font-family: "Quattrocento", serif !important;
  font-size:1.2rem;
  font-weight:500;
  letter-spacing: -1px;
  font-style: normal;
}  

.servicios .uk-margin p{
 font-family: "Quattrocento", serif !important;
  font-size:0.8rem;
  font-weight:300;
  font-style: normal; 
}

.tienda .uk-link-reset{
  font-family: "Quattrocento", serif !important;
  font-size:1.2rem;
  font-weight:500;
  letter-spacing: -1px;
  font-style: normal;
}  

.tienda .uk-margin p{
  font-family: "Quattrocento", serif !important;
  font-size:0.8rem;
  font-weight:300;
  font-style: normal; 
}

.proyectos .uk-h3{
  font-family: "Quattrocento", serif !important;
  font-size:1.7rem;
  font-weight:500;
  letter-spacing: -1px;
  font-style: normal; 
}


/* Estilo sección resultados */
.resultados {
  font-family: "Quattrocento", serif !important;
  padding: 80px 20px;
  text-align: center;
}

.grid-resultados {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.card-resultado {
  background: #fff;
  padding: 30px 20px;
  border-radius: 0px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.card-resultado:hover {
  transform: translateY(-8px);
}

.icono {
  font-size: 40px;
  color: #000;
  margin-bottom: 15px;
}

.contador {
  font-size: 2rem;
  font-weight:400;
  color: #111;
}

.card-resultado p {
  margin-top: 10px;
  color: #555;
  font-size: 0.95rem;
}

  
  @media (max-width: 767px) {

.galeria-home .uk-h1{
  font-family: "Libertinus Serif Display", system-ui;
  font-size:1.8rem;
  font-weight:400;
  letter-spacing: -1.5px;
  font-style: normal;
}

.galeria-home .uk-margin p{
  font-family: "Libertinus Serif Display", system-ui;
  font-size:1rem;
  font-weight:400;
  letter-spacing: -1.5px;
  font-style: normal;
}

.texto-destacado .uk-margin{    
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -1.5px;
    font-weight: 500;
    color: #2b2b2b;
    transition: all 1s;
    text-align:left;
}

.texto-intro .uk-margin{    
    padding: 0px 0px 0px 0px;
    text-align: left;
    color: #2b2b2b;
    transition: all 1s;
    text-align:left;
}
  

.titulos .uk-h1{
    text-align:center;
    font-size:3rem;
    font-weight:300;
    letter-spacing: -1.5px;
}

.parallax .uk-link-reset{
 font-family: "Libertinus Serif Display", system-ui;
  font-size:2rem;
  font-weight:400;
  letter-spacing: -1px;
  font-style: normal;}

.parallax{font-family: "Libertinus Serif Display", system-ui;
  font-size:1rem;
  font-weight:400;
  letter-spacing: -0px;
  font-style: normal;}
  
}

.video-parallax {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 650px;
  max-height: 650px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}


/* VIDEO */

.video-parallax__video {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 100%;
  height: 100%;

  min-width: 100%;
  min-height: 100%;
  max-width: none;

  transform: translate(-50%, -50%);
  object-fit: cover;

  z-index: 1;
}


/* OVERLAY */

.video-parallax__overlay {
  position: absolute;
  inset: 0;

  background: rgba(0, 0, 0, 0.18);

  z-index: 2;
}


/* CONTENIDO */

.video-parallax__content {
  position: relative;
  z-index: 3;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
  color: #ffffff;
}


.video-parallax__content h1 {
  margin: 0;

  font-family: "Libertinus Serif Display", system-ui;
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -2px;
}


.video-parallax__content p {
  margin: 28px auto 0;

  font-family: "Libertinus Serif Display", system-ui;
  font-size: clamp(17px, 1.5vw, 24px);
  font-weight: 300;
  line-height: 1.4;

  max-width: 850px;
}


/* TABLET */

@media (max-width: 992px) {

  .video-parallax {
    height: 560px;
  }

  .video-parallax__content h1 {
    letter-spacing: -1px;
  }

}


/* MOBILE */

@media (max-width: 600px) {

  .video-parallax {
    height: 520px;
  }

  .video-parallax__content {
    width: 100%;
    padding: 30px 25px;
  }

  .video-parallax__content h1 {
    font-size: 39px;
    line-height: 1.08;
    letter-spacing: -1px;
  }

  .video-parallax__content p {
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.45;
  }

}

    

/* =========================================================
   MENÚ LATERAL Y CAPAS
========================================================= */

/* =========================================================
   MENÚ LATERAL
========================================================= */

.navbar {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 90px;
  z-index: 9998 !important;
  pointer-events: none;
}

.navbar-brand {
  pointer-events: auto;
}

.menu-btn {
  position: absolute !important;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 10001 !important;

  display: flex !important;
  flex-direction: column;
  justify-content: center;
  gap: 6px;

  width: 45px;
  height: 45px;

  margin: 0 !important;
  padding: 8px !important;

  border: 0;
  background: transparent;

  cursor: pointer;
  pointer-events: auto !important;
}

.menu-btn span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 0;

  background: #ffffff;

  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.video-parallax__video,
.video-parallax__overlay {
  pointer-events: none !important;
}

.menu-panel {
  position: fixed !important;
  top: 0;
  right: 0;

  display: block !important;

  width: min(420px, 100%);
  height: 100vh;
  height: 100dvh;

  margin: 0;
  padding: 80px 40px 40px;

  background: #ffffff;

  z-index: 10000 !important;

  transform: translate3d(100%, 0, 0);
  opacity: 0;
  visibility: hidden;

  pointer-events: none;

  overflow-y: auto;

  transition:
    transform 0.45s ease,
    opacity 0.3s ease,
    visibility 0s linear 0.45s;
}

.menu-panel.active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;

  pointer-events: auto;

  transition:
    transform 0.45s ease,
    opacity 0.3s ease,
    visibility 0s linear 0s;
}

.menu-container {
  position: relative;
  width: 100%;
  min-height: 100%;
}

.menu-links {
  display: flex;
  flex-direction: column;
  gap: 20px;

  margin: 0;
  padding: 0;

  list-style: none;
}

.menu-links a {
  display: block;

  color: #222222;
  text-decoration: none;

  font-family: "Quattrocento", serif;
  font-size: 24px;
  line-height: 1.2;
}

.lang-switcher {
  display: flex;
  gap: 20px;

  margin-top: 45px;
}

.lang-switcher a {
  color: #666666;
  text-decoration: none;
}

.close-btn {
  position: absolute !important;
  top: 20px;
  right: 24px;

  z-index: 10002 !important;

  width: 45px;
  height: 45px;

  margin: 0 !important;
  padding: 0 !important;

  border: 0;
  background: transparent;

  color: #222222;
  font-size: 42px;
  line-height: 45px;

  cursor: pointer;
  pointer-events: auto !important;
}

body.menu-open {
  overflow: hidden !important;
}

@media (max-width: 600px) {
  .menu-panel {
    width: 100%;
    padding: 80px 25px 30px;
  }

  .menu-links a {
    font-size: 22px;
  }
}

/* =========================================================
   CORRECCIÓN ÍTEMS DEL MENÚ
========================================================= */

#menuPanel .menu-container {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;

  width: 100% !important;
  height: 100% !important;
  min-height: calc(100vh - 120px) !important;

  margin: 0 !important;
  padding: 0 !important;

  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}


#menuPanel .menu-links {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 18px !important;

  width: 100% !important;

  margin: 40px 0 0 !important;
  padding: 0 !important;

  list-style: none !important;

  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}


#menuPanel .menu-links li {
  position: relative !important;

  display: block !important;

  width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}


#menuPanel .menu-links li a {
    display: inline-block !important;

    font-family: "Quattrocento", serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.5px;

    color: #222;

    text-decoration: none;

    padding: 8px 0;

    transition: .3s;
}

#menuPanel .menu-links li a:hover {
    color: #999;
}


#menuPanel .menu-links li a:hover {
  color: #777777 !important;
  background: transparent !important;
}


#menuPanel .lang-switcher {
  position: relative !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;

  display: flex !important;
  gap: 30px !important;

  margin: auto 0 0 !important;
  padding-top: 40px !important;

  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}


/* =========================================================
   VARIABLES
========================================================= */

.dunas-footer {
  --dunas-dark: #222823;
  --dunas-dark-soft: #2d342e;
  --dunas-green: #6d7969;
  --dunas-green-light: #9da99a;
  --dunas-sand: #d8c7ad;
  --dunas-sand-light: #eee7db;
  --dunas-cream: #f7f4ed;
  --dunas-white: #ffffff;
  --dunas-text: #4b514c;
  --dunas-border: rgba(49, 58, 51, 0.14);

  position: relative;
  width: 100%;
  overflow: hidden;
  font-family: inherit;
}


/* =========================================================
   NORMALIZACIÓN
========================================================= */

.dunas-footer *,
.dunas-footer *::before,
.dunas-footer *::after {
  box-sizing: border-box;
}

.dunas-footer a {
  text-decoration: none;
}

.dunas-footer button,
.dunas-footer input,
.dunas-footer textarea {
  font: inherit;
}


/* =========================================================
   CONTENEDOR
========================================================= */

.dunas-footer .container {
  width: min(100% - 48px, 1380px);
  margin-left: auto;
  margin-right: auto;
}


/* =========================================================
   CONTACTO
========================================================= */

.dunas-footer-contact {
  position: relative;
  padding: 115px 0 120px;
  background:
    radial-gradient(
      circle at 95% 5%,
      rgba(216, 199, 173, 0.35),
      transparent 30%
    ),
    var(--dunas-cream);
}

.dunas-footer-contact::before {
  content: "";
  position: absolute;
  top: -130px;
  right: -100px;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(109, 121, 105, 0.15);
  border-radius: 50%;
}

.dunas-footer-contact::after {
  content: "";
  position: absolute;
  left: -160px;
  bottom: 20%;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(109, 121, 105, 0.12);
  border-radius: 50%;
}

.dunas-footer-heading {
  position: relative;
  z-index: 2;
  max-width: 790px;
  margin-bottom: 65px;
}

.dunas-footer-eyebrow,
.dunas-info-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: var(--dunas-green);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.dunas-footer-eyebrow::before,
.dunas-info-label::before {
  content: "";
  display: block;
  width: 38px;
  height: 1px;
  background: currentColor;
}

.dunas-footer-heading h2 {
  margin: 0 0 24px;
  color: var(--dunas-dark);
  font-family: inherit;
  font-size: clamp(42px, 5vw, 73px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.dunas-footer-heading p {
  max-width: 660px;
  margin: 0;
  color: var(--dunas-text);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75;
}

.dunas-footer-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns:
    minmax(0, 1.04fr)
    minmax(430px, 0.96fr);
  gap: 70px;
  align-items: start;
}


/* =========================================================
   FORMULARIO
========================================================= */

.dunas-footer-form-wrapper {
  padding: 48px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(109, 121, 105, 0.13);
  box-shadow: 0 25px 70px rgba(40, 48, 42, 0.08);
  backdrop-filter: blur(16px);
}

.dunas-footer-form-header {
  margin-bottom: 36px;
  padding-bottom: 27px;
  border-bottom: 1px solid var(--dunas-border);
}

.dunas-footer-form-header > span {
  display: block;
  margin-bottom: 8px;
  color: var(--dunas-dark);
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.dunas-footer-form-header p {
  margin: 0;
  color: var(--dunas-text);
  font-size: 14px;
  line-height: 1.6;
}

.dunas-contact-form {
  width: 100%;
  margin: 0;
}

.dunas-contact-form .form-group {
  width: 100%;
  margin: 0 0 21px;
}

.dunas-form-label {
  display: block;
  margin-bottom: 9px;
  color: var(--dunas-dark-soft);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dunas-contact-form .form-control {
  display: block;
  width: 100%;
  height: auto;
  min-height: 58px;
  margin: 0;
  padding: 15px 17px !important;
  color: var(--dunas-dark);
  background-color: rgba(247, 244, 237, 0.62);
  border: 1px solid rgba(70, 80, 71, 0.18);
  border-radius: 0;
  outline: none;
  box-shadow: none;
  appearance: none;
  transition:
    border-color 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

.dunas-contact-form textarea.form-control {
  min-height: 170px;
  line-height: 1.65;
  resize: vertical;
}

.dunas-contact-form .form-control::placeholder {
  color: rgba(75, 81, 76, 0.55);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
  opacity: 1;
}

.dunas-contact-form .form-control:focus {
  color: var(--dunas-dark);
  background-color: var(--dunas-white);
  border-color: var(--dunas-green);
  box-shadow: 0 0 0 3px rgba(109, 121, 105, 0.08);
}


/* Evita estilos amarillos o azules del autocompletado */

.dunas-contact-form input:-webkit-autofill,
.dunas-contact-form input:-webkit-autofill:hover,
.dunas-contact-form input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--dunas-dark);
  -webkit-box-shadow:
    0 0 0 1000px var(--dunas-white) inset;
  transition:
    background-color 9999s ease-in-out 0s;
}


/* =========================================================
   HCAPTCHA
========================================================= */

.dunas-captcha-wrapper {
  width: 100%;
  margin: 4px 0 24px;
  overflow: hidden;
}

.dunas-captcha-wrapper .h-captcha {
  display: block;
  width: 100%;
  min-height: 78px;
}

.dunas-captcha-wrapper iframe {
  max-width: 100%;
}


/* =========================================================
   BOTÓN DEL FORMULARIO
========================================================= */

.dunas-submit-wrapper {
  position: relative;
  width: 100%;
}

.dunas-contact-form .dunas-form-submit {
  display: block;
  width: 100% !important;
  min-height: 62px;
  margin: 0;
  padding: 16px 64px 16px 22px;
  color: var(--dunas-white) !important;
  background: var(--dunas-dark) !important;
  border: 1px solid var(--dunas-dark) !important;
  border-radius: 0 !important;
  outline: none;
  box-shadow: none !important;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
  appearance: none;
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.dunas-submit-arrow {
  position: absolute;
  top: 50%;
  right: 22px;
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  color: var(--dunas-white);
  pointer-events: none;
  transform: translateY(-50%);
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.dunas-submit-arrow svg {
  width: 24px;
  height: 24px;
}

.dunas-submit-wrapper:hover .dunas-form-submit {
  color: var(--dunas-dark) !important;
  background: var(--dunas-sand) !important;
  border-color: var(--dunas-sand) !important;
  transform: translateY(-2px);
}

.dunas-submit-wrapper:hover .dunas-submit-arrow {
  color: var(--dunas-dark);
  transform: translate(5px, -50%);
}

.dunas-form-note {
  margin: 13px 0 0;
  color: rgba(75, 81, 76, 0.72);
  font-size: 11px;
  line-height: 1.55;
  text-align: center;
}


/* =========================================================
   INFORMACIÓN
========================================================= */

.dunas-footer-info {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.dunas-footer-info-intro {
  max-width: 560px;
  padding-top: 12px;
}

.dunas-footer-info-intro h3 {
  margin: 0 0 19px;
  color: var(--dunas-dark);
  font-size: clamp(31px, 3.2vw, 47px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.dunas-footer-info-intro p {
  margin: 0;
  color: var(--dunas-text);
  font-size: 15px;
  line-height: 1.75;
}

.dunas-contact-cards {
  display: grid;
  gap: 12px;
}

.dunas-contact-card {
  display: grid;
  grid-template-columns:
    48px
    minmax(0, 1fr)
    25px;
  gap: 17px;
  align-items: center;
  min-height: 94px;
  padding: 17px 21px;
  color: var(--dunas-dark);
  background: rgba(255, 255, 255, 0.67);
  border: 1px solid rgba(109, 121, 105, 0.14);
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.dunas-contact-card:hover {
  color: var(--dunas-dark);
  background: var(--dunas-white);
  border-color: rgba(109, 121, 105, 0.35);
  box-shadow: 0 16px 40px rgba(40, 48, 42, 0.08);
  transform: translateY(-3px);
}

.dunas-contact-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--dunas-green);
  background: var(--dunas-sand-light);
  border-radius: 50%;
}

.dunas-contact-icon svg {
  width: 22px;
  height: 22px;
}

.dunas-contact-content {
  min-width: 0;
}

.dunas-contact-content small,
.dunas-contact-content strong,
.dunas-contact-content em {
  display: block;
}

.dunas-contact-content small {
  margin-bottom: 3px;
  color: var(--dunas-green);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dunas-contact-content strong {
  overflow-wrap: anywhere;
  color: var(--dunas-dark);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.dunas-contact-content em {
  margin-top: 3px;
  color: var(--dunas-text);
  font-size: 12px;
  font-style: normal;
}

.dunas-contact-arrow {
  color: var(--dunas-green);
}

.dunas-contact-arrow svg {
  width: 22px;
  height: 22px;
  transition: transform 0.3s ease;
}

.dunas-contact-card:hover .dunas-contact-arrow svg {
  transform: translateX(4px);
}


/* =========================================================
   MAPA
========================================================= */

.dunas-map-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 410px;
  background: #ddd9cf;
}

.dunas-map-wrapper iframe {
  display: block;
  width: 100%;
  min-height: 410px;
  filter:
    grayscale(0.75)
    sepia(0.14)
    contrast(0.95);
}

.dunas-map-overlay {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: grid;
  grid-template-columns:
    42px
    minmax(0, 1fr)
    auto;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  color: var(--dunas-white);
  background: rgba(34, 40, 35, 0.92);
  backdrop-filter: blur(12px);
}

.dunas-map-marker {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--dunas-sand);
  border: 1px solid rgba(216, 199, 173, 0.4);
  border-radius: 50%;
}

.dunas-map-marker svg {
  width: 21px;
  height: 21px;
}

.dunas-map-text {
  min-width: 0;
}

.dunas-map-text small,
.dunas-map-text strong,
.dunas-map-text em {
  display: block;
}

.dunas-map-text small {
  margin-bottom: 2px;
  color: var(--dunas-sand);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.dunas-map-text strong {
  color: var(--dunas-white);
  font-size: 14px;
  font-weight: 500;
}

.dunas-map-text em {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-style: normal;
}

.dunas-map-overlay > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 15px;
  color: var(--dunas-dark);
  background: var(--dunas-sand);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition:
    color 0.25s ease,
    background-color 0.25s ease;
}

.dunas-map-overlay > a:hover {
  color: var(--dunas-dark);
  background: var(--dunas-white);
}


/* =========================================================
   FOOTER INFERIOR
========================================================= */

.dunas-footer-bottom {
  position: relative;
  padding: 82px 0 28px;
  color: rgba(255, 255, 255, 0.75);
  background: var(--dunas-dark);
}

.dunas-footer-bottom::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.018) 25%,
      transparent 25%
    );
  background-size: 22px 22px;
}

.dunas-footer-main,
.dunas-footer-legal {
  position: relative;
  z-index: 2;
}

.dunas-footer-main {
  display: grid;
  grid-template-columns:
    minmax(260px, 0.75fr)
    minmax(500px, 1.25fr);
  gap: 90px;
  padding-bottom: 72px;
}

.dunas-footer-brand {
  max-width: 390px;
}

.dunas-footer-logo {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 24px;
  color: var(--dunas-white);
}

.dunas-footer-logo:hover {
  color: var(--dunas-white);
}

.dunas-footer-logo span {
  font-size: 41px;
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.dunas-footer-logo small {
  margin-top: 7px;
  padding-left: 4px;
  color: var(--dunas-sand);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.dunas-footer-brand > p {
  max-width: 345px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
}

.dunas-footer-social {
  display: flex;
  gap: 9px;
}

.dunas-footer-social a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.dunas-footer-social a:hover {
  color: var(--dunas-dark);
  background: var(--dunas-sand);
  border-color: var(--dunas-sand);
  transform: translateY(-3px);
}

.dunas-footer-social svg {
  width: 18px;
  height: 18px;
}

.dunas-footer-links {
  display: grid;
  grid-template-columns:
    repeat(3, minmax(0, 1fr));
  gap: 38px;
}

.dunas-footer-column h4 {
  margin: 0 0 24px;
  color: var(--dunas-white);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dunas-footer-column nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}

.dunas-footer-column nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.63);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.dunas-footer-column nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: var(--dunas-sand);
  transition: width 0.25s ease;
}

.dunas-footer-column nav a:hover {
  color: var(--dunas-sand);
  transform: translateX(4px);
}

.dunas-footer-column nav a:hover::after {
  width: 100%;
}

.dunas-footer-column-contact nav a {
  overflow-wrap: anywhere;
}

.dunas-footer-legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 27px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.dunas-footer-legal p {
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-transform: uppercase;
}


/* =========================================================
   WHATSAPP FLOTANTE
========================================================= */

.dunas-whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9997;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 12px 20px 12px 15px;
  color: #ffffff;
  background: #2f3932;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  box-shadow: 0 12px 35px rgba(23, 31, 25, 0.25);
  font-family: inherit;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.dunas-whatsapp-float:hover {
  color: #ffffff;
  background: #647260;
  box-shadow: 0 16px 40px rgba(23, 31, 25, 0.32);
  transform: translateY(-4px);
}

.dunas-whatsapp-float svg {
  width: 26px;
  height: 26px;
}

.dunas-whatsapp-float span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

  .dunas-footer-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .dunas-footer-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .dunas-footer-info-intro {
    grid-column: 1 / -1;
  }

  .dunas-map-wrapper {
    min-height: 100%;
  }

  .dunas-map-wrapper iframe {
    height: 100%;
    min-height: 100%;
  }

  .dunas-footer-main {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .dunas-footer-brand {
    max-width: 530px;
  }

}


/* =========================================================
   MÓVIL
========================================================= */

@media (max-width: 767px) {

  .dunas-footer .container {
    width: min(100% - 30px, 1380px);
  }

  .dunas-footer-contact {
    padding: 80px 0 85px;
  }

  .dunas-footer-heading {
    margin-bottom: 43px;
  }

  .dunas-footer-heading h2 {
    font-size: clamp(38px, 12vw, 54px);
    line-height: 1;
  }

  .dunas-footer-heading p {
    font-size: 15px;
  }

  .dunas-footer-form-wrapper {
    padding: 29px 20px;
  }

  .dunas-footer-form-header > span {
    font-size: 22px;
  }

  .dunas-contact-form textarea.form-control {
    min-height: 155px;
  }

  .dunas-captcha-wrapper {
    overflow-x: auto;
  }

  .dunas-footer-info {
    display: flex;
  }

  .dunas-footer-info-intro h3 {
    font-size: 34px;
  }

  .dunas-contact-card {
    grid-template-columns:
      44px
      minmax(0, 1fr)
      20px;
    gap: 13px;
    padding: 15px;
  }

  .dunas-contact-icon {
    width: 44px;
    height: 44px;
  }

  .dunas-contact-content strong {
    font-size: 13px;
  }

  .dunas-map-wrapper,
  .dunas-map-wrapper iframe {
    min-height: 440px;
  }

  .dunas-map-overlay {
    grid-template-columns:
      38px
      minmax(0, 1fr);
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 14px;
  }

  .dunas-map-overlay > a {
    grid-column: 1 / -1;
    width: 100%;
  }

  .dunas-footer-bottom {
    padding-top: 65px;
  }

  .dunas-footer-main {
    gap: 50px;
    padding-bottom: 50px;
  }

  .dunas-footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 45px 25px;
  }

  .dunas-footer-column-contact {
    grid-column: 1 / -1;
  }

  .dunas-footer-legal {
    flex-direction: column;
    align-items: flex-start;
  }

  .dunas-whatsapp-float {
    right: 15px;
    bottom: 15px;
    width: 54px;
    height: 54px;
    min-height: 54px;
    padding: 13px;
    justify-content: center;
  }

  .dunas-whatsapp-float span {
    display: none;
  }

}


/* =========================================================
   MÓVILES PEQUEÑOS
========================================================= */

@media (max-width: 420px) {

  .dunas-footer-links {
    grid-template-columns: 1fr;
  }

  .dunas-footer-column-contact {
    grid-column: auto;
  }

  .dunas-contact-form .form-control {
    font-size: 16px;
  }

}