@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=Playfair+Display:wght@400;500&display=swap");

:root {
    --white: #ffffff;
    --ink: #2f332f;
    --cream: #f4f0e9;
    --sage: #bcc8aa;
    --header-height: 112px;
}

/* =========================================
   GLOBAL TYPOGRAPHY
========================================= */

.section-title{

    max-width:760px;

    margin:0 auto;

    font-family:"DM Sans",sans-serif;

    font-size:clamp(1.4rem,2.15vw,2.4rem);

    font-weight:300;

    line-height:1.18;

    letter-spacing:.005em;

    text-align:center;

    color:#343834;
}

.section-subtitle{

    margin-top:26px;

    font-family:"DM Sans",sans-serif;

    font-size:clamp(.92rem,1vw,1.05rem);

    font-weight:300;

    line-height:1.6;

    letter-spacing:.03em;

    text-align:center;

    color:#555;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { overflow-x: hidden; background: var(--white); color: var(--ink); font-family: sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

/* HEADER */
.site-header {
    position: fixed; top: 0; left: 0; z-index: 1000;
    display: flex; align-items: center; justify-content: space-between;
    width: 100%; height: var(--header-height); padding: 0 5.3%;
    color: var(--ink); background: var(--white); border-bottom: 0;
    transition: height .35s ease, background-color .35s ease, box-shadow .35s ease;
}
.site-header.scrolled { height: 78px; background: rgba(255,255,255,.96); box-shadow: 0 8px 28px rgba(40,49,41,.08); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.brand { display: inline-flex; flex-direction: column; align-items: flex-start; line-height: 1; }
.brand-name { font-family: "Playfair Display", serif; font-size: clamp(1.7rem,2.1vw,2.35rem); font-weight: 400; }
.brand-subtitle { margin-top: 7px; font-size: .62rem; font-weight: 500; letter-spacing: .4em; text-transform: uppercase; }
.main-navigation { display: flex; align-items: center; gap: clamp(24px,3vw,50px); }
.main-navigation a { position: relative; font-size: 1rem; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.main-navigation a::after { position: absolute; bottom: -7px; left: 0; width: 0; height: 1px; background: currentColor; content: ""; transition: width .3s ease; }
.main-navigation a:hover::after { width: 100%; }
.menu-toggle { display: none; flex-direction: column; justify-content: center; gap: 6px; width: 42px; height: 42px; background: transparent; color: inherit; border: 0; cursor: pointer; }
.menu-toggle span { display: block; width: 28px; height: 1px; background: currentColor; transition: transform .3s ease, opacity .3s ease; }
.menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* HERO */
.hero {
    position: relative; display: flex; align-items: center; justify-content: center;
    width: calc(100% - 10.8%); min-height: 640px; height: calc(100vh - 185px);
    margin: 155px auto 70px; overflow: visible; color: var(--white); background: #566657;
}
.hero::before { position: absolute; right: calc(50% - 50vw); bottom: -70px; left: calc(50% - 50vw); z-index: -1; height: 42%; background: var(--sage); content: ""; }
.hero-video, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video { object-fit: cover; object-position: center; filter: brightness(.9) saturate(.9); }
.hero-overlay { background: rgba(28,36,28,.16); }
.hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; width: min(940px,88%); padding: 40px 20px 20px; color: var(--white); text-align: center; }
.hero-eyebrow, .scroll-indicator { display: none; }
.hero h1 { max-width: 100%; margin: 0; font-family: "DM Sans", sans-serif; font-size: clamp(3rem,4.4vw,4.75rem); font-weight: 300; line-height: 1.08; letter-spacing: .02em; }
.hero-description { max-width: 780px; margin-top: 18px; font-family: "DM Sans", sans-serif; font-size: clamp(1rem,1.3vw,1.25rem); font-weight: 300; line-height: 1.55; letter-spacing: .045em; text-align: center; }
.hero-button { display: inline-flex; align-items: center; justify-content: center; min-width: 210px; margin-top: 46px; padding: 12px 28px; font-family: "DM Sans", sans-serif; font-size: .9rem; font-weight: 300; letter-spacing: .01em; text-transform: none; color: #454945; background: var(--white); border: 0; transition: transform .3s ease, background-color .3s ease; }
.hero-button:hover { color: #454945; background: #f2f2f2; transform: translateY(-2px); }
.hero-button span { display: none; }
.hero-arrow { position: relative; display: block; width: 30px; height: 42px; margin-top: 8px; }
.hero-arrow::before { position: absolute; top: 0; left: 50%; width: 1px; height: 27px; background: rgba(255,255,255,.9); content: ""; transform: translateX(-50%); }
.hero-arrow::after { position: absolute; bottom: 6px; left: 50%; width: 8px; height: 8px; border-right: 2px solid rgba(255,255,255,.95); border-bottom: 2px solid rgba(255,255,255,.95); content: ""; transform: translateX(-50%) rotate(45deg); }

/* TEMPORARY SECTIONS */
.placeholder-section { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 70vh; padding: 100px 8%; background: var(--white); text-align: center; }
.placeholder-section:nth-child(even) { background: #f7f7f3; }
.section-eyebrow { margin-bottom: 20px; font-size: .7rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; }
.placeholder-section h2 { max-width: 800px; font-family: "Playfair Display", serif; font-size: clamp(2.5rem,5vw,5rem); font-weight: 400; line-height: 1.05; }
.placeholder-section > p:last-child { max-width: 600px; margin-top: 24px; }

@media (max-width: 960px) {
    :root { --header-height: 84px; }
    .site-header { height: var(--header-height); padding: 0 6%; }
    .site-header.scrolled { height: 72px; }
    .menu-toggle { position: relative; z-index: 1002; display: flex; }
    .main-navigation { position: fixed; top: 0; right: 0; z-index: 1001; flex-direction: column; align-items: flex-start; justify-content: center; gap: 25px; width: min(420px,100%); height: 100svh; padding: 110px 10% 70px; color: var(--ink); background: var(--cream); transform: translateX(100%); transition: transform .4s ease; }
    .main-navigation.open { transform: translateX(0); }
    .main-navigation a { font-family: "Playfair Display", serif; font-size: 1.8rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
    .hero { width: calc(100% - 8%); min-height: 610px; height: calc(100svh - 145px); margin-top: 120px; margin-bottom: 62px; }
    .hero::before { bottom: -62px; height: 40%; }
    .hero-content { width: 90%; padding: 30px 12px 10px; }
    .hero h1 { font-size: clamp(2.6rem,8vw,4rem); }
    .hero-description { max-width: 650px; font-size: 1rem; }
}

@media (max-width: 600px) {
    .brand-name { font-size: 1.45rem; }
    .brand-subtitle { font-size: .56rem; }
    .hero { width: calc(100% - 28px); min-height: 560px; height: calc(100svh - 120px); margin-top: 104px; margin-bottom: 50px; }
    .hero::before { bottom: -50px; height: 34%; }
    .hero-video { object-position: center center; }
    .hero h1 { font-size: clamp(2.3rem,11vw,3.3rem); line-height: 1.04; }
    .hero-description { max-width: 95%; margin-top: 16px; font-size: .92rem; line-height: 1.55; letter-spacing: .025em; }
    .hero-button { min-width: 190px; margin-top: 34px; padding: 11px 22px; font-size: .82rem; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* =========================
   MEET JINA — ESTILO RISA
========================= */

.meet-jina {
    padding: 0px 5.0%;
    background: #bcc8aa;
}

.meet-jina-shell {
    display: grid;
    grid-template-columns: 1fr 1fr;

    width: min(1500px, 100%);
    min-height: 850px;
    margin: 0 auto;

    background: #ffffff;
}

/* FOTO GRANDE IZQUIERDA */

.meet-jina-large-photo {
    min-height: 500px;
    overflow: hidden;
}

.meet-jina-large-photo img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: contain;
   
    object-position: center;
}

/* PANEL DERECHO */

.meet-jina-panel {
    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 105px 3% 50px;

    background: #ffffff;
    color: #343434;
}

.meet-jina-panel h2 {
    margin: 0 0 38px;

    font-family: "DM Sans", sans-serif;
    font-size: clamp(2.4rem, 3vw, 3.5rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-align: center;
}

.meet-jina-portrait {
    display: block;

    width: 220px;
    height: 250px;

    object-fit: cover;
    object-position: center top;
}

.meet-jina-divider {
    width: 100%;
    margin: 18px 0 42px;

    border-top: 1px solid rgba(52, 52, 52, 0.65);
}

.meet-jina-panel h3 {
    margin: 0 0 34px;

    font-family: "DM Sans", sans-serif;
    font-size: clamp(1.35rem, 1.8vw, 2rem);
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0.01em;
    text-align: center;
}

/* TEXTO ALINEADO A LA IZQUIERDA */

.meet-jina-copy {
    width: 100%;
    max-width: 660px;
}

.meet-jina-copy p {
    margin: 0 0 1px;

    font-family: "DM Sans", sans-serif;
    font-size: clamp(0.98rem, 1.05vw, 1.08rem);
    font-weight: 300;
    line-height: 1.65;
    text-align: left;
}

/* TABLET */

@media (max-width: 960px) {

    .meet-jina {
        padding: 70px 5%;
    }

    .meet-jina-shell {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .meet-jina-large-photo {
        min-height: 650px;
    }

    .meet-jina-panel {
        padding: 75px 8% 80px;
    }
}

/* MOBILE */

@media (max-width: 600px) {

    .meet-jina {
        padding: 42px 18px;
    }

    .meet-jina-large-photo {
        min-height: 500px;
    }

    .meet-jina-panel {
        padding: 58px 24px 65px;
    }

    .meet-jina-panel h2 {
        margin-bottom: 30px;
        font-size: 2.25rem;
    }

    .meet-jina-portrait {
        width: 170px;
        height: 200px;
    }

    .meet-jina-divider {
        margin-top: 16px;
        margin-bottom: 32px;
    }

    .meet-jina-panel h3 {
        margin-bottom: 28px;
        font-size: 1.4rem;
    }

    .meet-jina-copy p {
        font-size: 0.96rem;
        line-height: 1.7;
    }
}
/* =========================
   EDUCATION & CREDENTIALS
========================= */

.meet-jina-education{

    margin-top:42px;

    padding-top:28px;

    border-top:1px solid rgba(0,0,0,.12);
}

.meet-jina-education h4{

    margin-bottom:22px;

    font-family:"DM Sans",sans-serif;

    font-size:.82rem;

    font-weight:600;

    letter-spacing:.18em;

    text-transform:uppercase;
}

.meet-jina-education ul{

    list-style:none;

    padding:0;

    margin:0;
}

.meet-jina-education li{

    position:relative;

    margin-bottom:16px;

    padding-left:18px;

    font-family:"DM Sans",sans-serif;

    font-size:.95rem;

    line-height:1.75;
}

.meet-jina-education li::before{

    content:"—";

    position:absolute;

    left:0;

    color:#666;
}

.meet-jina-education strong{

    font-weight:600;
}

/* =========================================
   WHY THERAPY — ESTRUCTURA TIPO RISA
========================================= */

.why-therapy {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    color: #3e403e;
}

/* =========================================
   TÍTULO SOBRE FONDO BLANCO
========================================= */

.why-therapy-title-area {
    position: relative;
    z-index: 4;

    display: flex;
    flex-direction: column;
    align-items: center;

    min-height: 200px;
    padding: 80px 6% 80px;

    background: #ffffff;
    text-align: center;
}

.why-therapy-title-area h2 {
    max-width: 760px;
    margin: 0;

    font-family: "DM Sans", sans-serif;
    font-size: clamp(1.4rem, 2.15vw, 2.4rem);
    font-weight: 300;
    line-height: 1.18;
    letter-spacing: 0.005em;
}

.why-therapy-title-area p {
    margin-top: 28px;

    font-family: "DM Sans", sans-serif;
    font-size: clamp(1rem, 1.25vw, 1.22rem);
    font-weight: 300;
    letter-spacing: 0.035em;
}

/* Flecha debajo del subtítulo */

.why-therapy-arrow {
    position: relative;

    display: block;
    width: 30px;
    height: 54px;
    margin-top: 22px;

    animation: whyTherapyArrow 2s ease-in-out infinite;
}

.why-therapy-arrow::before {
    position: absolute;
    top: 0;
    left: 50%;

    width: 1px;
    height: 35px;

    background: #444844;
    content: "";

    transform: translateX(-50%);
}

.why-therapy-arrow::after {
    position: absolute;
    bottom: 7px;
    left: 50%;

    width: 9px;
    height: 9px;

    border-right: 1.5px solid #444844;
    border-bottom: 1.5px solid #444844;
    content: "";

    transform: translateX(-50%) rotate(45deg);
}

@keyframes whyTherapyArrow {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(7px);
    }
}

/* =========================================
   ESCENARIO PARALLAX
========================================= */

.why-therapy-stage {
    position: relative;

    width: calc(100% - 10.8%);
    min-height: 1120px;
    margin: 0 auto;
    padding: 110px 0 72px;

    overflow: hidden;
    background: #ffffff;
}

/* Imagen grande que queda detrás de los cuadros */

.why-therapy-parallax {
    position: absolute;
    inset: 0;
    z-index: 0;

    width: 100%;
    height: 100%;

    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.14),
            rgba(255, 255, 255, 0.14)
        ),
        url("../images/therapy-patterns.jpg");

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

/* =========================================
   PANEL BLANCO SOBRE LA IMAGEN
========================================= */

/* =========================================
   WHY THERAPY CARDS — ORDEN CORRECTO
========================================= */

.therapy-cards {
    position: relative;
    z-index: 2;

    width: min(1206px, calc(100% - 18%));
    margin: 0 auto;
    padding: 27px 28px 35px;

    background: #ffffff;
}

/* Cada fila tiene proporciones distintas */

.therapy-row {
    display: grid;
    width: 100%;
    align-items: start;
}

.therapy-row-top {
    grid-template-columns: 38.5% 34.2% 27.3%;
}

.therapy-row-bottom {
    grid-template-columns: 42.5% 30% 27.3%;
    margin-top: 76px;
}

/* Estilo base */

.therapy-box {
    position: relative;
    overflow: hidden;

    background: #ffffff;
    border: 1px solid rgba(38, 40, 38, 0.78);
}

.therapy-box h3 {
    margin: 0 0 10px;

    font-family: "DM Sans", sans-serif;
    font-size: clamp(2rem, 1.18vw, 1.32rem);
    font-weight: 300;
    line-height: 1.3;
}

.therapy-box p {
    margin: 0;

    font-family: "DM Sans", sans-serif;
    font-size: clamp(1.1rem, 0.91vw, 0.92rem);
    font-weight: 300;
    line-height: 1.72;
    text-align: left;
}

/* Fila superior */

.therapy-box-patterns {
    display: grid;
    grid-template-columns: 31% 69%;

    height: 480px;
    padding: 32px 31px 28px 34px;
}

.therapy-box-patterns .therapy-box-content {
    padding-left: 27px;
}

.therapy-box-anxiety {
    height: 400px;
    padding: 35px 39px;
}

.therapy-box-trauma {
    height: 500px;
    padding: 34px 32px;
}

/* Fila inferior */

.therapy-box-identity {
    display: grid;
    grid-template-columns: 27% 73%;

    height: 500px;
    padding: 27px 31px;
}

.therapy-box-identity .therapy-box-content {
    height: 500px;
    padding: 10px 10px 15px 30px;
}

.therapy-box-change {
    height: 500px;
    padding: 35px 30px;
}

.therapy-box-daily {
    height: 500px;
    padding: 35px 32px;
}

/* Imágenes */

.therapy-box-image {
    display: block;

    width: 96px;
    height: 132px;

    object-fit: cover;
    object-position: center top;
}

.therapy-box-image-tall {
    width: 104px;
    height: 242px;
}

/* =========================================
   TABLETA
========================================= */

@media (max-width: 1050px) {

    .therapy-cards {
        width: calc(100% - 10%);
        padding: 22px;
    }

    .therapy-row-top,
    .therapy-row-bottom {
        grid-template-columns: 1fr 1fr;
    }

    .therapy-row-bottom {
        margin-top: 35px;
    }

    .therapy-box-patterns,
    .therapy-box-anxiety,
    .therapy-box-trauma,
    .therapy-box-identity,
    .therapy-box-change,
    .therapy-box-daily {
        height: auto;
        min-height: 340px;
    }
}

@media (max-width: 1050px) {

    .therapy-cards {
        width: calc(100% - 10%);
        padding: 22px;
    }

    .therapy-row-top,
    .therapy-row-bottom {
        grid-template-columns: 1fr 1fr;
    }

    .therapy-row-bottom {
        margin-top: 35px;
    }

    .therapy-box-patterns,
    .therapy-box-anxiety,
    .therapy-box-trauma,
    .therapy-box-identity,
    .therapy-box-change,
    .therapy-box-daily {
        height: auto;
        min-height: 340px;
    }
}

@media (max-width: 680px) {

    .therapy-cards {
        width: calc(100% - 28px);
        padding: 14px;
    }

    .therapy-row-top,
    .therapy-row-bottom {
        grid-template-columns: 1fr;
    }

    .therapy-row-bottom {
        margin-top: 22px;
    }

    .therapy-box-patterns,
    .therapy-box-identity {
        grid-template-columns: 1fr;
    }

    .therapy-box-patterns,
    .therapy-box-anxiety,
    .therapy-box-trauma,
    .therapy-box-identity,
    .therapy-box-change,
    .therapy-box-daily {
        height: auto;
        min-height: 0;
        padding: 35px 27px;
    }

    .therapy-box-patterns .therapy-box-content,
    .therapy-box-identity .therapy-box-content {
        padding: 25px 0 0;
    }

    .therapy-box-image,
    .therapy-box-image-tall {
        width: 105px;
        height: 145px;
    }
}

@media (max-width: 960px) {
    .why-therapy-parallax {
        background-attachment: scroll;
        background-position: center center;
    }
}

/* ========================================
   TESTIMONIALS
======================================== */

.testimonials-section {
  width: 100%;
  background-color: #ffffff;
  padding: 90px 30px 125px;
  overflow: hidden;
}

.testimonials-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

.testimonials-title {
  margin: 0;
  color: #25382f;
  font-family: "Sans serif", serif;
  font-size: clamp(42px, 5vw, 67px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -1.5px;
}

.testimonials-title-line {
    width: 145px;
    height: 1px;
    margin: 20px auto 35px;
}
.testimonials-slider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}

.testimonials-content {
  position: relative;
  width: min(100%, 900px);
  min-height: 100px;
  margin: 0 auto;
}

/* Transición suave */


.testimonial-slide {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 55px;

    visibility: hidden;
    opacity: 0;
    transform: translateY(-50%);
    display: none;
}

.testimonial-slide.active {
    display: block;
    visibility: visible;
    opacity: 1;
}
.testimonial-text {
  max-width: 850px;
  margin: 0 auto;
  color: #293a32;
  font-family: Sans-serif, serif;
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: -0.2px;
}

.testimonial-client {
  margin: 35px 0 0;
  color: #56645d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.testimonial-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background:none;
    border:none;
    padding:0;

    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:120px;
    font-weight:60;

    color:rgba(47,55,52,.22);

    cursor:pointer;
    transition:.25s;
    width:70px;
    height:70px;
}

.testimonial-arrow:hover{
    color:rgba(47,55,52,.55);
}

.testimonial-arrow-prev {
  left: 0;
}

.testimonial-arrow-next {
  right: 0;
}

.testimonial-arrow-prev:hover {
  transform: translateY(-50%) translateX(-3px);
}

.testimonial-arrow-next:hover {
  transform: translateY(-50%) translateX(3px);
}

.testimonial-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-top: 37px;
}

.testimonial-dot {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 1px solid rgba(37, 56, 47, 0.45);
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.testimonial-dot:hover {
  border-color: #25382f;
}

.testimonial-dot.active {
  border-color: #25382f;
  background-color: #25382f;
  transform: scale(1.08);
}

/* TABLET */

@media (max-width: 900px) {
  .testimonials-section {
    padding: 95px 24px 105px;
  }

  .testimonials-title-line {
    margin-bottom: 55px;
  }

  .testimonials-slider {
    min-height: 340px;
  }

  .testimonials-content {
    min-height: 330px;
  }

  .testimonial-slide {
    padding: 0 60px;
  }

  .testimonial-arrow-prev {
    left: -5px;
  }

  .testimonial-arrow-next {
    right: -5px;
  }
}

/* CELULAR */

@media (max-width: 600px) {
  .testimonials-section {
    padding: 75px 20px 85px;
  }

.testimonials-title {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.1;
    letter-spacing: -1px;
    color: #2f3734;
    text-align: center;
}

  .testimonials-title-line{
    width:120px;
    height:1px;
    background:#cfcfcf;
    margin:34px auto 85px;
}

  .testimonials-slider {
    min-height: 425px;
  }

  .testimonials-content {
    min-height: 415px;
  }

  .testimonial-slide {
    padding: 0 33px;
  }

  .testimonial-text {
    font-size: 19px;
    line-height: 1.6;
  }

  .testimonial-client {
    margin-top: 27px;
    font-size: 10px;
  }

  .testimonial-arrow {
    width: 30px;
    height: 55px;
    font-size: 23px;
  }

  .testimonial-arrow-prev {
    left: -11px;
  }

  .testimonial-arrow-next {
    right: -11px;
  }

  .testimonial-dots {
    gap: 9px;
    margin-top: 25px;
  }

  .testimonial-dot {
    width: 5px;
    height: 5px;
  }
}
/* AJUSTE FINAL DEL TÍTULO TESTIMONIALS */

.testimonials-section .testimonials-title {
    margin: 0 !important;
    font-family: "sans-serif", Helvetica, Arial, sans-serif !important;
    font-size: 34px !important;
    font-weight: 300 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.5px !important;
    color: #343a37 !important;
    text-align: center !important;
}

.testimonials-section .testimonials-title-line {
    display: block !important;
    width: 800px !important;
    height: 1px !important;
    margin: 35px auto 80px !important;
    background-color: rgba(52, 58, 55, 0.45) !important;
    border: none !important;
}
@media (max-width: 600px) {
    .testimonials-section .testimonials-title {
        font-size: 38px !important;
        line-height: 1.12 !important;
        letter-spacing: -1px !important;
    }

    .testimonials-section .testimonials-title-line {
        width: 110px !important;
        margin: 28px auto 55px !important;
    }
}

/* ==================================================
   APPROACH SECTION
================================================== */

.approach-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 55px 130px;
}

/* TÍTULO PRINCIPAL */

.approach-heading {
    max-width: 850px;
    margin: 0 auto 80px;
    text-align: center;
}

.approach-heading h2 {
    margin: 0;
    font-family: "sans-serif", Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.35;
    letter-spacing: -0.25px;
    color: #202020;
}

/* FILAS */

.approach-row {
    display: grid;
    grid-template-columns: 575px minmax(0, 1fr);
    align-items: center;
    column-gap: 10px;
    margin-bottom: 10px;
}

.approach-row:last-child {
    margin-bottom: 0;
}

/* FILA INVERTIDA */

.approach-row.reverse {
    grid-template-columns: minmax(0, 1fr) 575px;
}

.approach-row.reverse .approach-image {
    order: 2;
}

.approach-row.reverse .approach-text {
    order: 1;
}

/* IMÁGENES */

.approach-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.approach-image img {
    display: block;
    width: 400px;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

/* TEXTO */

.approach-text {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}

.approach-text h3 {
    margin: 0 0 22px;
    font-family: sans-serif, Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.25px;
    color: #222222;
}

.approach-text p {
    margin: 0 auto;
    max-width: 400px;
    font-family: sans-serif, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.48;
    color: #666666;
}

/* ==================================================
   TABLET
================================================== */

@media (max-width: 1100px) {
    .approach-section {
        padding: 80px 35px 100px;
    }

    .approach-heading {
        margin-bottom: 65px;
    }

    .approach-row,
    .approach-row.reverse {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        column-gap: 35px;
        margin-bottom: 60px;
    }

    .approach-image img {
        width: 100%;
        height: auto;
        aspect-ratio: 2 / 1;
    }
}

/* ==================================================
   CELULAR
================================================== */

@media (max-width: 760px) {
    .approach-section {
        padding: 65px 20px 80px;
    }

    .approach-heading {
        margin-bottom: 50px;
    }

    .approach-heading h2 {
        font-size: 18px;
        line-height: 1.4;
    }

    .approach-row,
    .approach-row.reverse {
        grid-template-columns: 1fr;
        row-gap: 32px;
        margin-bottom: 75px;
    }

    .approach-row.reverse .approach-image,
    .approach-row.reverse .approach-text {
        order: initial;
    }

    .approach-image img {
        width: 100%;
        height: auto;
        aspect-ratio: 2 / 1;
    }

    .approach-text {
        max-width: 560px;
    }

    .approach-text h3 {
        margin-bottom: 17px;
        font-size: 22px;
    }

    .approach-text p {
        font-size: 16px;
        line-height: 1.55;
    }
}

/* ==================================================
   SERVICES SECTION
================================================== */

.services-section {
    width: 100%;
    padding: 70px 35px 85px;
    background: #e9e7e7;
}

.services-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/*=====================================
HEADER
======================================*/

.services-header{
    text-align:center;
    margin-bottom:75px;
}

.services-title{

    margin:0;

    font-family:"sans-serif",Helvetica,Arial,sans-serif;

    font-size:32px;

    font-weight:300;

    color:#2d2d2d;

    line-height:1.1;

}

.services-subtitle{

    margin-top:18px;

    font-family:"sans-serif",Helvetica,Arial,sans-serif;

    font-size:20px;

    font-weight:300;

    color:#666;

}

/*=====================================
GRID
======================================*/

.services-grid{

    display:grid;

    grid-template-columns:repeat(3,265px);

    justify-content:center;

    gap:180px;

}

/*=====================================
CARD
======================================*/

.service-card{

    width:380px;

}

.service-card-link{

    display:flex;

    flex-direction:column;

    text-decoration:none;

    color:inherit;

    background:#fff;

}

/*=====================================
IMAGE
======================================*/

.service-image-wrapper{

    width:100%;

    height:260px;

    overflow:hidden;

}

.service-image{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.45s;

}

.service-card:hover .service-image{

    transform:scale(1.03);

}

/*=====================================
TEXT
======================================*/

.service-card-text{

    min-height:175px;

    padding:34px 30px;

    background:#fff;

}

.service-card-text h3{

    margin:0;

    font-family:"sans-serif",Helvetica,Arial,sans-serif;

    font-size:22px;

    font-weight:300;

    line-height:1.38;

    color:#303030;

}

/*=====================================
BOTTOM
======================================*/

.services-bottom-text{

    margin-top:70px;

    text-align:center;

}

.services-bottom-text a{

    color:#555;

    text-decoration:none;

    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;

    font-size:15px;

    font-weight:300;

    border-bottom:1px solid rgba(0,0,0,.35);

}
.service-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.service-card-link .service-card {
    cursor: pointer;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.service-card-link:hover .service-card {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(42, 58, 50, 0.12);
}
/*=====================================
TABLET
======================================*/

@media(max-width:900px){

.services-grid{

grid-template-columns:repeat(2,265px);

}

.service-card:last-child{

grid-column:1/-1;

justify-self:center;

}

}

/*=====================================
PHONE
======================================*/

@media(max-width:640px){

.services-section{

padding:60px 20px;

}

.services-grid{

grid-template-columns:1fr;

max-width:330px;

margin:auto;

}

.service-card{

width:100%;

}

.service-image-wrapper{

height:220px;

}

.service-card-text{

min-height:150px;

padding:28px;

}

.services-title{

font-size:30px;

}

}
/* ==================================================
   CONTACT SECTION
================================================== */

.contact-section {
    width: 100%;
    font-family: "sans-serif", Helvetica, Arial, sans-serif;
}

/* ==================================================
   FORMULARIO
================================================== */

.contact-form-area {
    width: 100%;
    padding: 105px 35px 115px;
    background-color: #f5f5f3;
}

.contact-form-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.contact-title {
    max-width: 680px;
    margin: 0 auto 75px;

    text-align: center;

    font-family: "sans-serif", Helvetica, Arial, sans-serif;
    font-size: 34px;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: -0.7px;

    color: #303330;
}

/* ==================================================
   CAMPOS
================================================== */

.contact-form {
    width: 100%;
}

.contact-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.contact-field {
    width: 100%;
    margin-bottom: 34px;
}

.contact-field label {
    display: block;
    margin: 0 0 10px;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.1px;

    color: #505350;
}

.contact-field input,
.contact-field textarea {
    display: block;

    width: 100%;

    border: 0;
    border-bottom: 1px solid rgba(55, 58, 55, 0.55);
    border-radius: 0;

    outline: none;
    background-color: transparent;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;

    color: #303330;

    transition: border-color 0.25s ease;
}

.contact-field input {
    height: 42px;
    padding: 4px 2px 8px;
}

.contact-field textarea {
    height: 120px;
    padding: 8px 2px;
    resize: vertical;
}

.contact-field input:focus,
.contact-field textarea:focus {
    border-bottom-color: #303330;
}

/* ==================================================
   BOTÓN
================================================== */

.contact-submit-wrapper {
    margin-top: 16px;
    text-align: center;
}

.contact-submit {
    min-width: 130px;
    padding: 13px 30px;

    border: 1px solid #303330;
    border-radius: 0;

    background-color: transparent;
    color: #303330;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.3px;

    cursor: pointer;

    transition:
        background-color 0.3s ease,
        color 0.3s ease;
}

.contact-submit:hover {
    background-color: #303330;
    color: #ffffff;
}

/* ==================================================
   INFORMACIÓN INFERIOR
================================================== */

.contact-info-area {
    width: 100%;
    padding: 90px 35px 25px;
    background-color: #ffffff;
}

.contact-info-container {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.contact-business-heading {
    margin-bottom: 75px;
    text-align: center;
}

.contact-business-heading h2 {
    margin: 0 0 20px;

    font-family: "sans-serif", Helvetica, Arial, sans-serif;
    font-size: 35px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.6px;

    color: #303330;
}

.contact-business-heading p {
    margin: 0;

    font-family: "sans-serif", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.6;

    color: #666966;
}

/* ==================================================
   TRES COLUMNAS
================================================== */

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
}

.contact-info-divider{

    width:88%;

    height:1px;

    margin:0 auto 10px;

    background:#d7d7d7;

}

.contact-info-item {
    position: relative;
    min-height: 135px;
    padding: 0 40px;

    text-align: center;
}

.contact-info-item:not(:last-child) {
    border-right: 1px solid rgba(48, 51, 48, 0.18);
}

.contact-info-item h3 {
    margin: 0 0 26px;

    font-family: "sans-serif", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;

    color: #303330;
}

.contact-info-item p,
.contact-info-item a {
    margin: 0;

    font-family: "sans-serif", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.65;

    color: #666966;
    text-decoration: none;
}

.contact-info-item a {
    display: inline-block;
    border-bottom: 1px solid transparent;

    transition: border-color 0.25s ease;
}

.contact-info-item a:hover {
    border-bottom-color: rgba(102, 105, 102, 0.6);
}

/* ==================================================
   TABLET
================================================== */

@media (max-width: 900px) {

    .contact-form-area {
        padding: 90px 30px 100px;
    }

    .contact-title {
        margin-bottom: 60px;
        font-size: 33px;
    }

    .contact-info-area {
        padding: 80px 30px 90px;
    }

    .contact-business-heading {
        margin-bottom: 60px;
    }

    .contact-info-grid {
        grid-template-columns: 1fr;
        max-width: 570px;
        margin: 0 auto;
    }

    .contact-info-item {
        min-height: auto;
        padding: 35px 20px;
    }

    .contact-info-item:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid rgba(48, 51, 48, 0.18);
    }
}

/* ==================================================
   CELULAR
================================================== */

@media (max-width: 620px) {

    .contact-form-area {
        padding: 70px 20px 80px;
    }

    .contact-title {
        margin-bottom: 50px;
        font-size: 29px;
        line-height: 1.3;
    }

    .contact-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .contact-field {
        margin-bottom: 29px;
    }

    .contact-field textarea {
        height: 105px;
    }

    .contact-submit {
        min-width: 120px;
        padding: 12px 25px;
    }

.contact-info-area {
    width: 100%;
    padding: 90px 35px 100px;
    background-color: #ffffff;
}

    .contact-business-heading {
        margin-bottom: 45px;
    }

    .contact-business-heading h2 {
        font-size: 29px;
    }

    .contact-business-heading p {
        max-width: 310px;
        margin-right: auto;
        margin-left: auto;
        font-size: 15px;
    }

    .contact-info-item {
        padding: 31px 10px;
    }

    .contact-info-item h3 {
        margin-bottom: 18px;
    }
}

/* ==================================================
   MAP SECTION
================================================== */

.map-section {
    width: 100%;
    padding: 0 40px 80px;
    background-color: #ffffff;
}

.map-container {
    position: relative;

    width: 100%;
    max-width: 1280px;
    height: 500px;

    margin: 0 auto;
    padding: 0;

    overflow: hidden;
    background-color: #eeeeee;
}

.map-container iframe {
    position: absolute;
    inset: 0;

    display: block;

    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    min-height: 500px;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
}

/* ==================================================
   TABLET
================================================== */

@media (max-width: 1000px) {

    .map-section {
        padding: 30px 30px 85px;
    }

    .map-container {
        height: 430px;
    }

    .map-container iframe {
        min-height: 430px;
    }
}

/* ==================================================
   CELULAR
================================================== */

@media (max-width: 650px) {

    .map-section {
        padding: 25px 20px 65px;
    }

    .map-container {
        height: 330px;
    }

    .map-container iframe {
        min-height: 330px;
    }
}