/*
  Fresca Flor - Home responsive + SEO friendly
  Fuentes: por seguridad no se incluyen archivos .otf en el ZIP.
  Si quieres usarlas en local, copia tus OTF en /assets/fonts/ y descomenta:

@font-face{font-family:'General Sans';src:url('assets/fonts/GeneralSans-Regular.otf') format('opentype');font-weight:400;font-style:normal;font-display:swap;}
@font-face{font-family:'General Sans';src:url('assets/fonts/GeneralSans-Medium.otf') format('opentype');font-weight:600;font-style:normal;font-display:swap;}
@font-face{font-family:'Kalice';src:url('assets/fonts/Kalice-Trial-Regular_3.otf') format('opentype');font-weight:400;font-style:normal;font-display:swap;}
*/

:root{
  --navy:#121b31;
  --white:#fff;
  --max:1700px;
  --pad:clamp(17px,5.7vw,109px);
  --serif:'Kalice', Georgia, 'Times New Roman', serif;
  --sans:'General Sans', Arial, Helvetica, sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;background:#fff;color:var(--navy);font-family:var(--sans);font-size:16px;line-height:1.16;letter-spacing:.01em;overflow-x:hidden}
a{color:inherit;text-decoration:none}
a:focus-visible{outline:2px solid currentColor;outline-offset:5px}
img{max-width:100%;display:block;height:auto}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Medidas recalculadas desde el PDF tomando 1920px como ancho base */
.topbar{height:30px;background:var(--navy);color:#fff;overflow:hidden;font-size:16px;font-weight:600;letter-spacing:.15em;white-space:nowrap;display:flex;align-items:center}.ticker{display:flex;gap:126px;min-width:100%;justify-content:center;animation:ticker 28s linear infinite}@keyframes ticker{0%{transform:translateX(0)}100%{transform:translateX(-18%)}}
.site-header{position:absolute;z-index:10;top:30px;left:0;width:100%;height:118px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 var(--pad);color:#fff}.brand img{width:320px;height:auto}.seal{width:90px;margin:auto}.main-nav{display:flex;justify-content:flex-end;align-items:center;gap:clamp(22px,2.92vw,56px);font-size:18px;font-weight:600;letter-spacing:.11em}.main-nav a{opacity:.96}.main-nav a:hover{opacity:.7}

.hero{position:relative;min-height:clamp(760px,68.5vw,1315px);background:linear-gradient(90deg,rgba(0,0,0,.50),rgba(0,0,0,.08)),url('assets/img/FondoHome.jpg') center 43%/cover no-repeat;color:#fff;display:flex;align-items:flex-start;padding-top:clamp(180px,13.8vw,265px)}.hero-content{width:min(var(--max),calc(100% - (var(--pad) * 2)));margin:0 auto;position:relative}.hero h1{font-family:var(--serif);font-weight:400;font-size:clamp(82px,10.7vw,205px);line-height:.78;margin:0 0 18px;letter-spacing:-.055em}.hero p{font-size:clamp(24px,2.3vw,44px);line-height:1.02;max-width:860px;margin:0;font-weight:600}.hero-cta{position:absolute;right:var(--pad);top:clamp(390px,29.2vw,560px);background:var(--navy);border-radius:14px;padding:42px 145px 40px 48px;min-width:min(650px,calc(100% - (var(--pad) * 2)));font-size:clamp(22px,1.62vw,31px);font-weight:700;line-height:1.05}.hero-cta span{position:absolute;right:44px;top:50%;transform:translateY(-50%);background:#fff;color:var(--navy);width:68px;height:68px;border-radius:50%;display:grid;place-items:center;font-size:34px}

.intro-card{width:min(var(--max),calc(100% - (var(--pad) * 2)));min-height:970px;margin:0 auto;background:#fff;padding:88px clamp(60px,7.2vw,138px) 76px;display:grid;grid-template-columns:1.05fr .9fr;grid-template-rows:auto 1fr;gap:40px clamp(70px,7.8vw,150px);position:relative;z-index:3}.section-label{font-size:16px;letter-spacing:.18em;font-weight:700;margin:0 0 42px}.intro-text p:not(.section-label){font-size:clamp(28px,1.88vw,36px);max-width:710px;margin:0 0 28px;line-height:1.06}.values{padding-top:75px}.values div{display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid var(--navy);height:70px;font-size:clamp(26px,1.77vw,34px)}.values b{width:16px;height:16px;background:var(--navy);border-radius:50%;display:block;flex:0 0 auto}.intro-bottom{grid-column:1/-1;text-align:center;align-self:end;margin-top:0}.intro-bottom h2,.history h2{font-family:var(--serif);font-weight:400;font-size:clamp(44px,3.23vw,62px);line-height:1;margin:0 0 28px;letter-spacing:-.035em}.intro-bottom a{background:var(--navy);color:#fff;border-radius:999px;padding:15px 112px 17px;display:inline-block;font-size:24px;font-weight:600}

.green-banner{height:clamp(430px,46.875vw,900px);background:url('assets/img/Fondohome2.jpg') center 50%/cover no-repeat}

.history{width:min(var(--max),calc(100% - (var(--pad) * 2)));margin:0 auto;padding:72px clamp(45px,5.99vw,115px) 40px;background:#fff;text-align:center}.history .section-label{text-align:left;margin-left:0;margin-bottom:50px}.history p:not(.section-label){font-size:clamp(20px,1.35vw,26px);line-height:1.08;margin:0 auto 16px;max-width:1380px}.history h2{font-size:clamp(45px,3.28vw,63px);margin:34px 0 36px}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin:0 auto 42px}.feature-grid article{text-align:center}.feature-grid img{height:315px;width:100%;object-fit:cover;border-radius:22px}.feature-grid h3{font-size:clamp(25px,1.62vw,31px);line-height:1;margin:22px 0 12px;font-weight:800}.feature-grid p{font-size:clamp(18px,1.25vw,24px)!important;line-height:1.04!important;margin:0 auto!important;max-width:430px!important}.side-title{font-size:clamp(42px,3.02vw,58px)!important;margin:28px 0 0!important}

.catalog{width:min(var(--max),calc(100% - (var(--pad) * 2)));margin:0 auto;padding:42px 0 98px;background:#fff}.catalog .section-label{margin-left:0;margin-bottom:36px}.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(24px,2.4vw,46px)}.catalog-card{position:relative;height:clamp(620px,41.9vw,805px);border-radius:22px;overflow:hidden;background:#ddd;color:#fff;display:block}.catalog-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.14))}.catalog-card img{width:100%;height:100%;object-fit:cover}.catalog-card span{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-90deg);font-family:var(--serif);font-size:clamp(58px,4.27vw,82px);line-height:.9;white-space:nowrap;letter-spacing:-.055em}.catalog-card i{position:absolute;z-index:3;right:24px;bottom:24px;width:54px;height:54px;border-radius:50%;background:#fff;color:var(--navy);display:grid;place-items:center;font-style:normal;font-size:25px;font-weight:700}

.testimonial{background:url('assets/img/FondoTestimonios.jpg') center 58%/cover no-repeat;min-height:560px;display:grid;place-items:center;padding:70px 0;color:#fff;position:relative;margin-bottom:0}.testimonial:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.35)}.testimonial:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:150px;background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.52));pointer-events:none}.testimonial-box{position:relative;z-index:1;width:min(1600px,calc(100% - (var(--pad) * 2)));border:2px solid rgba(255,255,255,.95);text-align:center;padding:24px 78px 34px}.testimonial h2{font-family:var(--serif);font-weight:400;font-size:62px;line-height:1;margin:0 0 16px}.testimonial blockquote{margin:0 auto 14px;font-size:28px;line-height:1.08;max-width:1450px;font-weight:600}.testimonial p{margin:0;font-size:22px;font-weight:800}

.footer{background:linear-gradient(rgba(0,0,0,.43),rgba(0,0,0,.43)),url('assets/img/FondoFooter.jpg') center 44%/cover no-repeat;min-height:705px;color:#fff;text-align:center;padding:85px 20px 70px;position:relative}.footer-seal{width:130px;margin:0 auto 24px}.footer-logo{width:390px;margin:0 auto 18px}.footer address{font-style:normal;font-size:30px;line-height:1.22;font-weight:600}.footer a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}

@media (max-width:1500px){
  .intro-card{min-height:760px}.feature-grid img{height:270px}.testimonial blockquote{font-size:24px}.footer address{font-size:25px}
}

@media (max-width:1200px){
  :root{--pad:34px}
  .topbar{height:25px;font-size:11px}.ticker{gap:60px}.site-header{top:25px;height:78px;padding:0 var(--pad)}.brand img{width:180px}.seal{width:62px}.main-nav{gap:18px;font-size:12px}.hero{min-height:650px;padding-top:155px}.hero h1{font-size:92px}.hero p{font-size:27px;max-width:540px}.hero-cta{top:auto;bottom:48px;right:var(--pad);left:auto;min-width:470px;padding:28px 92px 27px 34px;font-size:23px}.hero-cta span{width:48px;height:48px;right:30px;font-size:24px}.intro-card{width:calc(100% - 68px);min-height:auto;grid-template-columns:1fr;padding:50px 46px 54px;gap:28px}.intro-text p:not(.section-label){max-width:none}.values{padding-top:0}.intro-bottom{margin-top:12px}.green-banner{height:410px}.history{width:calc(100% - 68px);padding:48px 46px 32px}.feature-grid{gap:22px}.feature-grid img{height:235px}.catalog{width:calc(100% - 68px)}.catalog-grid{grid-template-columns:repeat(2,1fr)}.catalog-card{height:560px}.testimonial-box{width:calc(100% - 68px);padding:24px 42px 30px}.testimonial h2{font-size:48px}.testimonial blockquote{font-size:21px}.footer{min-height:560px}.footer-logo{width:300px}.footer address{font-size:21px}
}

@media (max-width:900px){
  :root{--pad:22px}
  .topbar{height:24px;font-size:10px}.ticker{justify-content:flex-start;padding-left:18px;gap:46px;animation:ticker 18s linear infinite}.site-header{top:24px;height:auto;min-height:72px;padding:12px var(--pad);grid-template-columns:1fr auto}.brand img{width:155px}.seal{display:none}.main-nav{justify-self:end;gap:12px;font-size:10px;letter-spacing:.08em;flex-wrap:wrap;max-width:260px}.main-nav a:nth-last-child(-n+2){display:none}.hero{min-height:580px;padding-top:145px;background-position:center top}.hero-content{width:calc(100% - 44px)}.hero h1{font-size:clamp(64px,15vw,92px)}.hero p{font-size:21px;max-width:470px}.hero-cta{left:22px;right:22px;bottom:30px;min-width:0;padding:22px 72px 21px 25px;font-size:18px}.hero-cta span{width:38px;height:38px;right:23px;font-size:19px}.intro-card{width:calc(100% - 34px);padding:34px 26px 38px}.section-label{font-size:12px;margin-bottom:22px}.intro-text p:not(.section-label){font-size:22px}.values div{height:46px;font-size:22px;border-bottom-width:1px}.values b{width:12px;height:12px}.intro-bottom h2,.history h2{font-size:39px}.intro-bottom a{font-size:16px;padding:10px 54px 11px}.green-banner{height:330px}.history{width:calc(100% - 34px);padding:38px 24px}.history .section-label{margin-bottom:24px}.history p:not(.section-label){font-size:18px;line-height:1.18}.feature-grid{grid-template-columns:1fr;gap:26px}.feature-grid img{height:min(330px,62vw);border-radius:18px}.feature-grid h3{font-size:25px}.feature-grid p{font-size:17px!important;line-height:1.2!important;max-width:620px!important}.side-title{font-size:36px!important}.catalog{width:calc(100% - 34px);padding-bottom:58px}.catalog-grid{grid-template-columns:1fr;gap:20px}.catalog-card{height:520px}.catalog-card span{font-size:52px}.testimonial{min-height:360px;padding:50px 0}.testimonial:after{height:115px}.testimonial-box{width:calc(100% - 34px);padding:20px 18px 24px}.testimonial h2{font-size:38px}.testimonial blockquote{font-size:17px;line-height:1.2}.testimonial p{font-size:16px}.footer{min-height:430px;padding-top:58px}.footer-seal{width:90px}.footer-logo{width:215px}.footer address{font-size:16px;line-height:1.35}
}

@media (max-width:520px){
  .topbar{font-size:9px;letter-spacing:.1em}.site-header{align-items:flex-start}.brand img{width:132px}.main-nav{gap:9px;font-size:9px;max-width:175px;justify-content:flex-end}.hero{min-height:535px;padding-top:130px}.hero h1{font-size:61px}.hero p{font-size:18px}.hero-cta{font-size:16px;border-radius:11px}.intro-card{padding:28px 20px}.intro-text p:not(.section-label){font-size:19px;line-height:1.13}.values div{font-size:18px}.intro-bottom h2,.history h2{font-size:32px}.green-banner{height:260px}.history{padding:32px 18px}.history p:not(.section-label){font-size:16px}.catalog-card{height:430px;border-radius:18px}.catalog-card span{font-size:44px}.catalog-card i{width:44px;height:44px;right:18px;bottom:18px}.testimonial blockquote{font-size:15px}.footer address{font-size:14px}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}.ticker{animation:none}
}


.feature-grid article a{
  display:block;
  color:inherit;
  text-decoration:none;
}

.feature-grid article a:hover img{
  transform:scale(1.015);
}

.feature-grid article img{
  transition:transform .25s ease;
}


/* Página Equipo */
.page-equipo{
  background:#fff;
}
.page-equipo .site-header{
  position:relative;
  top:0;
  color:var(--navy);
  background:#fff;
  border-bottom:0;
}
.page-equipo .brand img{
  width:320px;
}
.page-equipo .main-nav a:hover{
  opacity:.65;
}
.team-page{
  background:#fff;
}
.team-hero{
  width:min(1050px,calc(100% - 44px));
  margin:0 auto;
  padding:55px 0 40px;
  text-align:center;
}
.team-label{
  font-size:18px;
  font-weight:700;
  letter-spacing:.16em;
  margin:0 0 10px;
}
.team-title{
  font-family:var(--serif);
  font-size:clamp(74px,6.4vw,122px);
  line-height:.9;
  font-weight:400;
  letter-spacing:-.055em;
  margin:0 0 28px;
}
.team-intro{
  font-size:clamp(21px,1.62vw,31px);
  line-height:1.1;
  font-weight:700;
  max-width:980px;
  margin:0 auto 42px;
}
.team-grid{
  width:min(880px,100%);
  margin:0 auto 36px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:112px;
  row-gap:48px;
  text-align:left;
}
.team-member{
  color:var(--navy);
}
.team-member img{
  width:250px;
  height:250px;
  border-radius:50%;
  object-fit:cover;
  margin:0 auto 23px;
}
.team-member h2{
  font-family:var(--serif);
  font-size:34px;
  line-height:1;
  font-weight:400;
  letter-spacing:-.02em;
  margin:0 0 12px;
}
.team-member p{
  font-size:17px;
  line-height:1.08;
  font-weight:700;
  margin:0;
}
.team-member a{
  text-decoration:none;
}
.team-member a:hover{
  text-decoration:underline;
  text-underline-offset:3px;
}
.team-whatsapp{
  display:inline-block;
  min-width:435px;
  background:linear-gradient(90deg,#13213a,#344ac8);
  color:#fff;
  border-radius:999px;
  padding:14px 38px 16px;
  font-size:24px;
  font-weight:700;
  line-height:1;
}
.team-whatsapp:hover{
  transform:translateY(-1px);
}
.team-farm-image{
  width:100%;
  min-height:clamp(420px,46vw,890px);
  background:url('assets/img/EQUIPO 2.png') center top/cover no-repeat;
  margin-top:22px;
}

@media (max-width:1200px){
  .page-equipo .site-header{grid-template-columns:1fr auto 1fr;}
  .team-grid{column-gap:70px;}
  .team-member img{width:220px;height:220px;}
}

@media (max-width:900px){
  .page-equipo .site-header{grid-template-columns:1fr auto;}
  .page-equipo .brand img{width:155px;}
  .team-hero{padding:42px 0 32px;}
  .team-title{font-size:74px;}
  .team-intro{font-size:20px;margin-bottom:34px;}
  .team-grid{grid-template-columns:1fr;max-width:430px;row-gap:36px;text-align:center;}
  .team-member img{width:210px;height:210px;margin-bottom:18px;}
  .team-member h2{font-size:31px;}
  .team-whatsapp{min-width:0;width:min(420px,100%);font-size:19px;}
  .team-farm-image{min-height:430px;background-position:center top;}
}

@media (max-width:520px){
  .team-hero{width:calc(100% - 34px);padding-top:34px;}
  .team-label{font-size:13px;}
  .team-title{font-size:58px;margin-bottom:20px;}
  .team-intro{font-size:17px;line-height:1.2;}
  .team-member img{width:180px;height:180px;}
  .team-member h2{font-size:28px;}
  .team-member p{font-size:15px;}
  .team-whatsapp{font-size:17px;padding:13px 24px 14px;}
  .team-farm-image{min-height:310px;}
}


/* Ajustes Equipo */
.team-banner,
.equipo-banner,
.equipo-photo-banner,
.team-photo-banner,
.equipo-final-banner {
  background-position: center 58% !important;
}

.team-banner img,
.equipo-banner img,
.equipo-photo-banner img,
.team-photo-banner img,
.equipo-final-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

/* Separación antes del footer en azul corporativo */
.footer-transition{
  height: 78px;
  position: relative;
  z-index: 2;
  margin-top: 0;
  background: #3152d4;
}

@media (max-width: 900px){
  .team-banner,
  .equipo-banner,
  .equipo-photo-banner,
  .team-photo-banner,
  .equipo-final-banner {
    background-position: center 54% !important;
  }

  .team-banner img,
  .equipo-banner img,
  .equipo-photo-banner img,
  .team-photo-banner img,
  .equipo-final-banner img {
    object-position: center 54%;
  }

  .footer-transition{
    height: 52px;
  }
}


/* Página Nosotros */
.page-nosotros .site-header{
  color:var(--navy);
  position:relative;
  top:auto;
  background:#fff;
}

.page-nosotros .main-nav a{
  color:var(--navy);
}

.nosotros-page{
  position:relative;
  overflow:hidden;
  background:#fff;
  min-height:1180px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:80px var(--pad) 110px;
}

.nosotros-content{
  position:relative;
  z-index:2;
  width:min(980px,100%);
  margin:0 auto;
}

.nosotros-page .section-label{
  margin-bottom:55px;
  color:var(--navy);
}

.nosotros-lead,
.nosotros-text,
.nosotros-final{
  font-size:clamp(26px,1.75vw,34px);
  line-height:1.12;
  margin:0 auto 36px;
  font-weight:500;
  color:var(--navy);
}

.nosotros-page h1{
  font-family:var(--serif);
  font-weight:400;
  font-size:clamp(76px,6.5vw,125px);
  line-height:.78;
  letter-spacing:-.06em;
  margin:0 auto 42px;
  color:var(--navy);
}

.nosotros-btn{
  display:inline-block;
  margin-top:36px;
  background:var(--navy);
  color:#fff;
  border-radius:999px;
  padding:16px 74px 18px;
  font-size:24px;
  font-weight:600;
}

.nosotros-flower{
  position:absolute;
  z-index:1;
  pointer-events:none;
  user-select:none;
}

.nosotros-flower-left{
  width:min(520px,30vw);
  left:-60px;
  top:510px;
}

.nosotros-flower-right{
  width:min(610px,34vw);
  right:-85px;
  top:270px;
}

.nosotros-banner{
  height:760px;
  background:
    linear-gradient(rgba(0,0,0,.18),rgba(0,0,0,.18)),
    url('assets/img/nosotros-banner.png') center 50%/cover no-repeat;
}

@media (max-width:1200px){
  .nosotros-page{
    min-height:980px;
    padding-top:60px;
  }
  .nosotros-flower-left{
    width:330px;
    left:-95px;
    top:560px;
  }
  .nosotros-flower-right{
    width:390px;
    right:-130px;
    top:300px;
  }
  .nosotros-banner{
    height:560px;
    background-position:center 50%;
  }
}

@media (max-width:900px){
  .nosotros-page{
    min-height:auto;
    padding:50px 22px 80px;
  }
  .nosotros-page .section-label{
    margin-bottom:32px;
  }
  .nosotros-lead,
  .nosotros-text,
  .nosotros-final{
    font-size:20px;
    line-height:1.2;
    margin-bottom:28px;
  }
  .nosotros-page h1{
    font-size:64px;
    margin-bottom:34px;
  }
  .nosotros-btn{
    font-size:17px;
    padding:11px 42px 12px;
  }
  .nosotros-flower-left{
    width:230px;
    left:-125px;
    top:460px;
    opacity:.9;
  }
  .nosotros-flower-right{
    width:250px;
    right:-135px;
    top:190px;
    opacity:.9;
  }
  .nosotros-banner{
    height:420px;
    background-position:center center;
  }
}

@media (max-width:520px){
  .nosotros-lead,
  .nosotros-text,
  .nosotros-final{
    font-size:17px;
  }
  .nosotros-page h1{
    font-size:52px;
  }
  .nosotros-banner{
    height:330px;
  }
}


/* Correcciones finales Nosotros */
.page-nosotros .brand img{
  width:320px;
  max-height:82px;
  object-fit:contain;
}

.page-nosotros .seal{
  display:block;
  width:90px;
  height:auto;
}

.page-nosotros .site-header{
  border-bottom:0;
}

.page-nosotros .nosotros-flower{
  mix-blend-mode:normal;
  filter:none;
}

.page-nosotros .nosotros-flower-left{
  width:min(560px,31vw);
  left:-85px;
  top:520px;
}

.page-nosotros .nosotros-flower-right{
  width:min(650px,36vw);
  right:-100px;
  top:275px;
}

@media (max-width:1200px){
  .page-nosotros .brand img{width:180px;}
  .page-nosotros .seal{width:62px;}
  .page-nosotros .nosotros-flower-left{
    width:340px;
    left:-115px;
    top:560px;
  }
  .page-nosotros .nosotros-flower-right{
    width:410px;
    right:-145px;
    top:300px;
  }
}

@media (max-width:900px){
  .page-nosotros .brand img{width:155px;}
  .page-nosotros .seal{display:none;}
  .page-nosotros .nosotros-flower-left{
    width:240px;
    left:-130px;
    top:455px;
  }
  .page-nosotros .nosotros-flower-right{
    width:270px;
    right:-140px;
    top:185px;
  }
}
