.elementor-110 .elementor-element.elementor-element-e57ca39{--display:flex;--min-height:15vh;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-110 .elementor-element.elementor-element-e57ca39:not(.elementor-motion-effects-element-type-background), .elementor-110 .elementor-element.elementor-element-e57ca39 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5EDD9;}.elementor-110 .elementor-element.elementor-element-a02b037{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-a02b037 *//* =========================
   FUENTES
========================= */

@font-face{
  font-family:"GasoekOne";
  src:url("https://casildamatran.es/wp-content/uploads/2025/12/GasoekOne-Regular.ttf") format("truetype");
  font-display:swap;
}

@font-face{
  font-family:"GaretBook";
  src:url("https://casildamatran.es/wp-content/uploads/2025/12/Garet-Book.woff") format("woff");
  font-display:swap;
}

@font-face{
  font-family:"Brich";
  src:url("https://casildamatran.es/wp-content/uploads/2025/12/Brich.ttf") format("truetype");
  font-display:swap;
}

/* =========================
   RESET
========================= */

html, body{
  margin:0 !important;
  padding:0 !important;
}

footer,
.elementor-location-footer{
  margin:0 !important;
  padding:0 !important;
}

/* =========================
   BASE
========================= */

.nuava-header{
  width:100%;
  background:#F5EDD9;
  padding:40px 0;
  box-sizing:border-box;
  font-family:"GaretBook", sans-serif;
  color:#1B3E52;
  text-transform:uppercase;
}

.nuava-container{
  width:min(1200px, calc(100% - 80px));
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  gap:60px;
  align-items:flex-start;
}

/* =========================
   IZQUIERDA
========================= */

.nuava-left-grid{
  display:grid;
  grid-template-columns:auto 3px auto;
  align-items:center;
  column-gap:32px;
}

.nuava-title-block{
  text-align:right;
}

.nuava-title-block h1{
  margin:0;
  font-family:"GasoekOne", sans-serif;
  font-size:2.3rem;
  letter-spacing:0.02em;
  color:#7FAFB2;
}

.nuava-title-block span{
  font-size:0.75rem;
}

.nuava-sep{
  height:80px;
  background:rgba(27,62,82,0.6);
}

.nuava-info-block{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.nuava-info-tag{
  font-size:0.85rem;
  border:1px solid rgba(27,62,82,0.6);
  padding:8px 16px;
  white-space:nowrap;
}

/* =========================
   DERECHA
========================= */

.nuava-right{
  width:340px;
  display:flex;
  flex-direction:column;
  gap:18px;
}

.nuava-contact-text{
  font-size:0.78rem;
  text-align:right;
}

.nuava-contact-text strong{
  font-weight:700;
  font-size:0.82rem;
}

/* LINK CONTACTO */

.nuava-contact-link{
  color:#1B3E52;
  text-decoration:none;
}

.nuava-contact-link:hover{
  text-decoration:underline;
}

/* ICONOS */

.nuava-icons{
  display:flex;
  justify-content:flex-end;
  gap:18px;
  margin-top:12px;
}

.nuava-icons a{
  width:48px;
  height:48px;
  border-radius:50%;
  background:#7FAFB2;
  display:flex;
  align-items:center;
  justify-content:center;
}

.nuava-icons img{
  width:75%;
  height:75%;
  object-fit:contain;
}

/* =========================
   LEGALES
========================= */

.nuava-legal{
  font-size:0.66rem;
  text-align:right;
  line-height:1.3;
}

.nuava-copy-line{
  display:block;
}

.nuava-legal-links{
  display:block;
  margin-top:4px;
  font-size:0.64rem;
}

.nuava-legal a,
.nuava-legal-links a{
  color:#1B3E52 !important;
  text-decoration:none;
}

.nuava-legal a:hover,
.nuava-legal-links a:hover{
  text-decoration:underline;
  color:#1B3E52 !important;
}

/* =========================
   MARCA NUAVA
========================= */

.nuava-brand{
  font-family:"Brich" !important;
  font-weight:400 !important;
  letter-spacing:0.12em;
  font-size:1.9em;
  line-height:1;
  display:inline-block;
  text-transform:uppercase;
}

.nuava-link{
  text-decoration:none;
}

.nuava-link:hover .nuava-brand{
  opacity:0.7;
  transition:0.3s ease;
}

/* =========================
   TABLET
========================= */

@media(max-width:900px){

  .nuava-container{
    flex-direction:column;
    gap:28px;
  }

  .nuava-right{
    width:100%;
  }

  .nuava-contact-text,
  .nuava-legal{
    text-align:left;
  }

  .nuava-icons{
    justify-content:flex-start;
  }

}

/* =========================
   MÓVIL OPTIMIZADO
========================= */

@media(max-width:600px){

  .nuava-header{
    padding:14px 0 12px;
  }

  .nuava-container{
    width:calc(100% - 20px);
    gap:10px;
  }

  /* IZQUIERDA */

  .nuava-left-grid{
    grid-template-columns:1fr;
    row-gap:6px;
  }

  .nuava-title-block{
    text-align:left;
  }

  .nuava-title-block h1{
    font-size:1.45rem;
    line-height:1.1;
  }

  .nuava-title-block span{
    font-size:0.6rem;
  }

  .nuava-sep{
    height:1px;
    width:45%;
  }

  .nuava-info-block{
    flex-direction:row;
    gap:4px;
    flex-wrap:wrap;
  }

  .nuava-info-tag{
    font-size:0.55rem;
    padding:2px 6px;
  }

  /* DERECHA */

  .nuava-right{
    gap:12px;
  }

  .nuava-contact-text{
    font-size:0.65rem;
    line-height:1.2;
  }

  .nuava-icons{
    gap:12px;
    margin-top:6px;
  }

  .nuava-icons a{
    width:34px;
    height:34px;
  }

  .nuava-icons img{
    width:70%;
    height:70%;
  }

  /* LEGALES */

  .nuava-legal{
    font-size:0.52rem;
    line-height:1.15;
  }

  .nuava-legal-links{
    font-size:0.5rem;
    margin-top:2px;
  }

  .nuava-brand{
    font-size:1.4em;
  }

}/* End custom CSS */