@charset "UTF-8";
/* Font  */
@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat-Light.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 300;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat-Medium.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 500;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat-SemiBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 600;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
/* Header Styles - Depi4ever */
header.menu {
  background-color: #eef2c2; /* Cepa Natural Bg */
  position: relative;
  z-index: 1000;
  padding-top: 30px;
}
header.menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px; /* Shifted left */
  width: 270px;
  height: 46vh;
  background-image: url(../imagenes/hojaHeader.png);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: 1;
}
header.menu .container-fluid {
  max-width: 1540px;
}

.navbar {
  padding: 15px 0;
}

.logoD {
  max-width: 227px;
  display: block;
  margin: 0 130px 0 100px;
}

.navbar-nav {
  align-items: normal;
  width: 100% !important;
  justify-content: center; /* Keeps it centered as a block */
}
.navbar-nav li a {
  padding-top: 40px !important;
}

.nav-link {
  color: #293527 !important;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 6px 25px !important; /* Reduced padding to fit better */
}
.nav-link:hover {
  opacity: 0.8;
  font-weight: 600;
  color: #3e9934 !important;
}

.logo-container {
  padding: 0 20px;
}

/* Mobile Toggler */
.navbar-toggler {
  border: none;
  outline: none;
  padding: 0;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.logoM {
  max-height: 35px;
}

@media (max-width: 1540px) {
  .logoD {
    max-width: 216px;
  }
}
@media (max-width: 991px) {
  header.menu .container-fluid {
    padding: 0 20px;
  }
  .navbar {
    padding: 35px 0;
  }
  header.menu .logoM {
    max-height: 90px;
    margin-top: 0px;
  }
  header.menu {
    padding: 10px 0;
  }
  header.menu button.navbar-toggler {
    border-radius: 8px;
    background: #293527;
    padding: 5px;
    /* Ensure toggler stays right */
    z-index: 20;
    position: relative;
    margin-left: auto;
    top: -2px;
  }
  /* Center Logo on Mobile */
  .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
  }
  .navbar-collapse {
    background-color: #293527;
    padding: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
  }
  .nav-item {
    text-align: center;
    margin-bottom: 10px;
  }
  .nav-link {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 6px 25px !important;
  }
  .nav-link:hover {
    opacity: 0.5;
    font-weight: 500;
    color: #ffffff !important;
  }
}
html,
body {
  width: 100%;
  overflow-x: hidden;
  background-color: white;
  font-family: "Jost", sans-serif;
}

a {
  text-decoration: none;
}

section {
  padding: 100px 15px;
}

img {
  max-width: 100%;
  width: 100%;
}

h1 {
  color: #3b6e35;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.banner p {
  color: #293527;
  font-family: Montserrat;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h6 {
  color: #293527;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

h2 {
  color: #3b6e35;
  font-family: Montserrat;
  font-size: 41px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
h2 b {
  font-weight: 700;
}

h4 {
  color: #293527;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

p {
  color: #293527;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn,
.btnbr,
input.hs-button.primary.large {
  padding: 8px 30px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 30px auto;
  border: 0;
  border-radius: 42px;
  background: #3e9934;
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.btn:hover,
.btnbr:hover,
input.hs-button.primary.large:hover {
  background-color: #fff;
  color: #0060ab;
  opacity: 0.7;
}
.btn img,
.btnbr img,
input.hs-button.primary.large img {
  margin: 4px 0 4px 15px;
  width: 12px;
}

.hiddenD,
.hiddenl {
  display: none;
}

.hiddenS {
  display: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

@media screen and (max-width: 992px) {
  .hiddenl {
    display: block;
  }
  .hiddenD {
    display: block;
  }
  .hiddenS {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block !important;
  }
  .hiddenM {
    display: none;
  }
  .hiddenS {
    display: block;
  }
  h2 {
    font-size: 28px;
  }
  h2 br {
    display: none;
  }
}
/* Banner Styles - Depi4ever */
.banner {
  padding: 0;
  background-color: #eef2c2;
  position: relative;
  padding-top: 10vh; /* More spacing */
  padding-bottom: 150px;
  display: flex;
  align-items: center;
}
.banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 900px;
  max-width: 60vw;
  height: 68vh;
  background-image: url(../imagenes/imagenHeader.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: 1;
}
.banner .container-fluid {
  max-width: 1580px;
}
.banner .row {
  margin: 0;
  position: relative;
  z-index: 10;
  width: 100%;
}
.banner h1 {
  margin: 0;
  background-color: #fff;
  padding: 10px 40px; /* Increased padding */
  border-radius: 14px;
  display: inline-block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.banner .title-wrapper {
  text-align: left; /* Ensure wrapper aligns left */
}
.banner p {
  max-width: 600px;
  margin: 50px 30px 50px !important; /* Left align margin */
  text-align: left;
}
.banner .btnbr {
  margin-top: 0px;
  padding: 12px 40px;
  font-size: 15px;
  color: white;
  border: none;
  display: inline-flex;
  align-items: center;
  margin-left: 30px;
}
.banner .btnbr img {
  margin-left: 10px;
  width: 15px;
  filter: brightness(0) invert(1);
}
.banner .btnbr:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(62, 153, 52, 0.3);
  background-color: #35822c;
  color: white;
}
.banner .content-col {
  padding: 40px 15px 40px 50px; /* Add left padding to separate from leaf */
  z-index: 10;
  position: relative;
  text-align: left !important;
}

@media (max-width: 1200px) {
  .banner h1 {
    font-size: 42px;
  }
  .banner p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .banner {
    padding-top: 120px;
    padding-bottom: 350px; /* Space for image at bottom */
    min-height: auto;
    display: block;
  }
  .banner h1 {
    padding: 10px 20px;
  }
  .banner p {
    max-width: 100%;
    text-align: center;
  }
  .banner::before {
    width: 150px;
    height: 200px;
  }
  .banner::after {
    width: 100%;
    height: 350px; /* Visible cup area */
    background-position: right bottom;
  }
  .banner .content-col {
    padding: 20px;
    text-align: center !important; /* Center on mobile usually looks better, or keep left if strict */
  }
  .banner .title-wrapper {
    text-align: center;
  }
  header.menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 220px;
    height: 36vh;
  }
}
@media (max-width: 767px) {
  .banner {
    padding-top: 100px;
    padding-bottom: 300px;
  }
  .banner h1 {
    font-size: 36px;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    margin: 0;
  }
  .banner p {
    margin: 30px 30px 30px !important;
    text-align: center;
  }
  .banner .btnbr {
    margin: 20px auto;
  }
  .banner::after {
    height: 300px;
  }
}
@media (max-width: 767px) {
  header.menu::before {
    width: 80px;
    height: 150px;
  }
  .banner {
    padding-top: 100px;
    padding-bottom: 210px;
  }
}
/* Nosotros Section Styles */
.nosotros {
  background-color: #fff;
  padding: 200px 0 100px;
  position: relative;
}
.nosotros .container {
  max-width: 1160px;
}
.nosotros h6 {
  text-transform: normal;
  margin-bottom: 20px !important;
  margin-top: 50px;
}
.nosotros h2 {
  text-align: left;
}
.nosotros h2 b {
  font-weight: 700;
  color: #3b6e35;
}
.nosotros p {
  margin-bottom: 25px;
  text-align: left; /* Ref looks left aligned, not justified */
  padding-left: 0; /* Remove old padding */
}
.nosotros p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .nosotros {
    padding: 60px 40px;
  }
}
@media (max-width: 767px) {
  .nosotros {
    padding: 60px 20px;
  }
}
/* Beneficios Section Styles */
.beneficios {
  padding: 50px 0 150px 0;
  /* Navigation Buttons */
}
.beneficios .container {
  max-width: 1240px;
}
.beneficios h6 {
  margin-bottom: 20px;
}
.beneficios h2 {
  margin-bottom: 60px;
}
.beneficios h2 b {
  font-weight: 700;
}
.beneficios .benefit-card {
  padding: 60px;
  border-radius: 27px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  position: relative;
  min-height: 350px;
  transition: transform 0.3s ease;
  /* Large Cards (Green) - Icon Right */
  /* Small Cards (Light) - Icon Left */
}
.beneficios .benefit-card .icon-wrapper {
  position: absolute;
  top: 30px;
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Removidos fondos y bordes ya que vienen en la imagen */
  background: none !important;
  border: none !important;
}
.beneficios .benefit-card .icon-wrapper img {
  width: 100%;
  height: auto;
  filter: none !important; /* Muestra la imagen original */
}
.beneficios .benefit-card .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  z-index: 2;
}
.beneficios .benefit-card.bg-green {
  background-color: #b1ea2d;
  padding-right: 60px; /* Reset to normal padding */
  padding-left: 60px;
}
.beneficios .benefit-card.bg-green .icon-wrapper {
  right: 30px;
  left: auto;
}
.beneficios .benefit-card.bg-green .text-wrapper {
  margin-top: 0;
  justify-content: center;
  z-index: 2; /* Ensure text is above if overlap occurs, though we want to avoid it */
}
.beneficios .benefit-card.bg-green h4 {
  padding-right: 100px; /* Constrain title to avoid icon */
}
.beneficios .benefit-card.bg-light {
  background-color: #eef2c2 !important;
  padding-left: 180px;
  padding-right: 60px;
  padding-top: 60px; /* Adjusted top padding */
}
.beneficios .benefit-card.bg-light .icon-wrapper {
  left: 50px;
  right: auto;
}
.beneficios .benefit-card.bg-light .text-wrapper {
  margin-top: 0;
  justify-content: center;
}
.beneficios .benefit-card h4 {
  margin-bottom: 20px;
  max-width: 100%;
}
.beneficios .benefit-card p {
  margin: 0;
}
.beneficios .benefit-card:hover {
  transform: translateY(-5px);
}
.beneficios .beneficios-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.beneficios .beneficios-nav .beneficios-prev,
.beneficios .beneficios-nav .beneficios-next {
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.beneficios .beneficios-nav .beneficios-prev img,
.beneficios .beneficios-nav .beneficios-next img {
  width: 50px;
  height: auto;
  filter: none;
}
.beneficios .beneficios-nav .beneficios-prev:hover,
.beneficios .beneficios-nav .beneficios-next:hover {
  background: none;
  opacity: 0.7;
}

@media (max-width: 991px) {
  .beneficios {
    padding: 60px 20px;
  }
  .beneficios h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .beneficios .benefit-card {
    padding: 30px 25px;
    min-height: 380px;
    margin: 0 5px;
    /* Unified mobile layout for both green and light cards */
  }
  .beneficios .benefit-card.bg-green, .beneficios .benefit-card.bg-light {
    padding-right: 25px;
    padding-top: 80px;
    padding-left: 25px;
  }
  .beneficios .benefit-card.bg-green .icon-wrapper, .beneficios .benefit-card.bg-light .icon-wrapper {
    position: absolute;
    top: 25px;
    right: 25px;
    left: auto;
    width: 60px;
    height: 60px;
    background: none !important;
    border: none !important;
  }
  .beneficios .benefit-card.bg-green .icon-wrapper img, .beneficios .benefit-card.bg-light .icon-wrapper img {
    width: 100%;
  }
  .beneficios .benefit-card.bg-green h4, .beneficios .benefit-card.bg-light h4 {
    font-size: 20px;
    padding-right: 0;
  }
  .beneficios .swiper-slide {
    height: auto;
    display: flex;
  }
}
/* Contacto / Form Styles */
.contacto {
  background-color: #3b6e35; /* Dark Green Base */
  padding: 80px 0; /* Reduced from 150px */
  position: relative;
  overflow: hidden;
}
.contacto .container {
  max-width: 1450px;
}
.contacto img {
  width: 90%;
}
.contacto .cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 120px;
}
.contacto .container-fluid {
  max-width: 100%;
  padding: 0;
}
.contacto .row.no-gutters {
  margin: 0;
}
.contacto .row.no-gutters > [class*=col-] {
  padding: 0;
}
.contacto .form-col {
  padding: 40px 50px; /* Reduced from 80px 100px */
  background-color: #3b6e35;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacto .form-wrapper {
  width: 100%;
  max-width: 600px;
}
.contacto .form-wrapper .badget-sm {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  display: block;
  margin-bottom: 5px; /* Reduced */
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.contacto .form-wrapper h2 {
  margin-bottom: 30px; /* Reduced from 50px */
  text-align: left;
  color: #eef2c2;
  font-size: 36px; /* Slightly smaller for compact look */
  font-weight: 500;
  line-height: 1.1;
}
.contacto .form-wrapper h2 b {
  font-weight: 700;
}

/* HubSpot Form Customization */
.hbspt-form {
  /* General Field Spacing */
  /* Labels */
  /* Inputs (Text, Email, Tel, Select, Textarea) */
  /* Textarea specific */
  /* Two Column Layout Support */
  /* Submit Button Container */
  /* Submit Button */
}
.hbspt-form .hs-form-field {
  margin-bottom: 12px; /* Aggressively reduced from 20px */
}
.hbspt-form label {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin-bottom: 2px; /* Tighten label to input */
  opacity: 0.9;
}
.hbspt-form .hs-input {
  width: 100% !important;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6) !important;
  border-radius: 0 !important;
  padding: 4px 0 !important; /* Reduced padding */
  color: #fff !important;
  font-size: 15px !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color 0.3s ease;
  height: auto !important;
}
.hbspt-form .hs-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.hbspt-form .hs-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.hbspt-form .hs-input:focus {
  border-bottom-color: #b1ea2d !important;
}
.hbspt-form textarea.hs-input {
  min-height: 30px;
  resize: vertical;
}
.hbspt-form .form-columns-2 {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.hbspt-form .form-columns-2 .hs-form-field {
  width: 48%;
  margin-bottom: 12px;
}
.hbspt-form .actions {
  margin-top: 20px; /* Reduced */
  text-align: left;
}
.hbspt-form .hs-button.primary {
  background-color: #43a047 !important;
  border: none !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  padding: 10px 30px !important; /* Slightly smaller button */
  border-radius: 50px !important;
  cursor: pointer;
  transition: all 0.3s ease;
  text-shadow: none !important;
  box-shadow: none !important;
  position: relative;
  padding-right: 45px !important;
  /* Arrow using pseudo-element */
}
.hbspt-form .hs-button.primary::after {
  content: "→";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 300;
}
.hbspt-form .hs-button.primary:hover {
  background-color: #388e3c !important;
  transform: translateY(-2px);
  opacity: 0.9;
}
.hbspt-form .btn,
.hbspt-form .btnbr,
.hbspt-form input.hs-button.primary.large {
  padding: 8px 30px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0px auto;
}

@media (max-width: 991px) {
  .contacto {
    padding: 100px 0; /* Reduced mobile padding */
  }
  .contacto img {
    display: none;
  }
  .contacto .img-col {
    min-height: auto;
    padding: 40px 20px !important;
  }
  .contacto .img-col .contact-img {
    max-width: 85%;
  }
  .contacto .form-col {
    padding: 30px 20px 50px;
  }
  .contacto .form-wrapper h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contacto .cont {
    padding-left: 20px;
  }
}
/* Datos Section Styles */
.datos {
  padding: 150px 0;
  position: relative;
  background-color: #fff;
  /* Slider Container */
  /* Cards */
  /* Distinct Leaf Positions per Slide */
  /* Navigation Buttons */
}
.datos .container {
  max-width: 1240px;
}
.datos .datos-main-img {
  max-width: 540px; /* Adjust size of main image */
  margin: 0 auto;
  display: block;
}
.datos h2.text-green {
  color: #3b6e35;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 20px;
  font-size: 36px;
}
.datos .conSlider {
  overflow: hidden;
}
.datos .mySwiperDatos {
  width: 525.403px;
  margin: 0 auto;
  overflow: visible;
  padding-top: 50px; /* Space for top leaves */
}
.datos .dato-card {
  background-color: #fff;
  border: 2px solid #3b6e35;
  border-radius: 30px;
  padding: 60px 40px;
  position: relative;
  text-align: center;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  max-width: 100%;
  margin: 0;
}
.datos .dato-card .hoja-icon {
  position: absolute;
  width: 80px;
  height: auto;
  z-index: 2;
}
.datos .dato-card h4 {
  color: #293527;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
.datos .dato-card p {
  font-size: 18px;
  color: #293527;
}
.datos .swiper-slide:nth-child(1) .dato-card .hoja-icon {
  top: -40px;
  left: -30px;
  right: auto;
  transform: rotate(-15deg);
}
.datos .swiper-slide:nth-child(2) .dato-card .hoja-icon {
  top: -45px;
  left: 50%;
  margin-left: -40px; /* Half width to center */
  right: auto;
  transform: rotate(10deg);
}
.datos .swiper-slide:nth-child(3) .dato-card .hoja-icon {
  top: -40px;
  right: -30px;
  left: auto;
  transform: rotate(15deg);
}
.datos .datos-nav {
  justify-content: flex-start !important;
  margin-top: 10px;
  padding-left: 20px;
}
.datos .datos-nav .datos-prev,
.datos .datos-nav .datos-next {
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.datos .datos-nav .datos-prev img,
.datos .datos-nav .datos-next img {
  width: 50px;
  height: auto;
  filter: none;
}
.datos .datos-nav .datos-prev:hover,
.datos .datos-nav .datos-next:hover {
  background: none;
  opacity: 0.7;
}

@media (max-width: 991px) {
  .datos {
    padding: 60px 0;
    /* Mobile: Keep distinct positions or unify? Usually keep distinct if space allows, or unify to verify corner */
  }
  .datos .mySwiperDatos {
    width: 100%;
    max-width: 350px;
    padding-top: 50px;
  }
  .datos .datos-main-img {
    max-width: 80%;
  }
  .datos h2.text-green {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .datos .dato-card {
    padding: 50px 30px 40px;
    margin: 0 auto;
    min-height: 240px;
    border-width: 1px;
  }
  .datos .dato-card h4 {
    color: #293527;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
  }
  .datos .dato-card p {
    font-size: 18px;
    color: #293527;
  }
  .datos .swiper-slide:nth-child(1) .dato-card .hoja-icon {
    width: 60px;
    top: -30px;
    left: -20px;
  }
  .datos .swiper-slide:nth-child(2) .dato-card .hoja-icon {
    width: 60px;
    top: -35px;
    left: 50%;
    margin-left: -30px;
  }
  .datos .swiper-slide:nth-child(3) .dato-card .hoja-icon {
    width: 60px;
    top: -30px;
    right: -20px;
    left: auto;
  }
  .datos .datos-nav {
    justify-content: center !important;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .datos {
    padding: 60px 20px;
  }
  .datos .dato-card {
    padding: 50px 15px 40px;
  }
}
/* Galeria Section Styles */
.galeria {
  padding: 100px 0;
  /* Two-tone background: Light top, White bottom */
  background: linear-gradient(to bottom, #eef2c2 50%, #ffffff 50%);
  position: relative;
  overflow: hidden;
  /* Navigation Buttons */
}
.galeria .container-fluid {
  max-width: 1370px;
  overflow: hidden;
}
.galeria .galeria-hoja-decorativa {
  position: absolute;
  right: 0;
  top: 20px;
  width: 210px;
  z-index: 1;
  pointer-events: none;
}
.galeria h6 {
  margin-bottom: 10px;
}
.galeria h2 {
  margin-bottom: 40px;
}
.galeria .swiper {
  width: 100%;
  padding: 50px 0;
  overflow: visible;
}
.galeria .swiper-slide {
  transition: all 0.5s ease;
  opacity: 0.5;
  transform: scale(0.9);
}
.galeria .swiper-slide img {
  width: 100%;
  border-radius: 30px;
}
.galeria .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1.05);
  z-index: 10;
}
.galeria .galeria-nav {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.galeria .galeria-nav .galeria-prev,
.galeria .galeria-nav .galeria-next {
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  display: flex; /* or inline-block */
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.galeria .galeria-nav .galeria-prev img,
.galeria .galeria-nav .galeria-next img {
  width: 50px; /* Adjust size as needed, or auto */
  height: auto;
  filter: none;
}
.galeria .galeria-nav .galeria-prev:hover,
.galeria .galeria-nav .galeria-next:hover {
  background: none;
  opacity: 0.7;
}

@media (max-width: 767px) {
  .galeria .mb-5 {
    margin-bottom: 0rem !important;
  }
}
/* Diferencial Section Styles */
.diferencial-section {
  padding: 100px 0;
  position: relative;
  background-color: #fff; /* Section bg */
}
.diferencial-section .container {
  max-width: 1630px;
}
.diferencial-section .diferencial-card {
  background-color: #b1ea2d;
  border-radius: 40px;
  position: relative;
  padding: 100px 250px;
  margin-left: 50px; /* Offset to allow image to hang left */
}
.diferencial-section .diferencial-card::before {
  content: "";
  position: absolute;
  top: 100px;
  left: -18%;
  width: 40%;
  height: 100%;
  background-image: url("../imagenes/ImagenDiferencial.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.diferencial-section .col-lg-3 {
  padding-left: 40px; /* Space from image */
}
.diferencial-section h6 {
  margin-bottom: 10px;
}
.diferencial-section h2 {
  color: #3b6e35 !important;
  font-family: Montserrat;
  font-size: 41px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.diferencial-section h2 b {
  font-weight: 700;
}
.diferencial-section .col-lg-5 p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.diferencial-section .col-lg-5 p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .diferencial-section {
    padding: 60px 0 100px 0; /* Extra bottom padding for hanging image */
    /* Stack cols */
  }
  .diferencial-section .diferencial-card {
    padding: 40px 40px 100px 40px; /* Bottom padding for image space */
    text-align: center;
    margin: 0;
  }
  .diferencial-section .diferencial-img {
    position: absolute;
    width: 80%;
    max-width: 300px;
    bottom: -80px; /* Hanging off bottom */
    left: 50%;
    transform: translateX(-50%);
    top: auto;
  }
  .diferencial-section h6,
  .diferencial-section .badget-sm,
  .diferencial-section h2,
  .diferencial-section p {
    text-align: left !important;
  }
  .diferencial-section .col-lg-3,
  .diferencial-section .col-lg-5 {
    margin-bottom: 20px;
  }
  .diferencial-section .diferencial-card::before {
    content: "";
    position: absolute;
    top: 80%;
    left: 30%;
    width: 40%;
    height: 50%;
    background-image: url(../imagenes/ImagenDiferencial.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) {
  .diferencial-section {
    padding: 60px 10px;
  }
  .diferencial-section h2 {
    font-size: 28px;
  }
  .diferencial-section h2 br {
    display: none;
  }
  .diferencial-section .diferencial-card::before {
    content: "";
    position: absolute;
    top: 83%;
    left: 16%;
    width: 60%;
    height: 30%;
    background-image: url(../imagenes/ImagenDiferencial.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
/* Video Section Styles */
.video {
  padding: 100px 0 100px;
  background-color: #fff;
}
.video .badget-sm {
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 15px;
}
.video h2 {
  margin-bottom: 20px;
  font-weight: 400; /* Regular weight for first part */
}
.video h2 b {
  font-weight: 700; /* Bold for Cepa Natural */
}
.video .video-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-radius: 0; /* Sharp or rounded based on mockup? Mockup looks sharp or slightly rounded */
  overflow: hidden;
  cursor: pointer;
}
.video .video-wrapper .video-thumb {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9; /* Standard video aspect */
  filter: brightness(0.8); /* Slight dim to make play button pop */
  transition: all 0.3s ease;
}
.video .video-wrapper .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: transform 0.3s ease;
}
.video .video-wrapper .play-button svg {
  width: 80px;
  height: 80px;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
}
.video .video-wrapper:hover .video-thumb {
  filter: brightness(0.6);
}
.video .video-wrapper:hover .play-button {
  transform: translate(-50%, -50%) scale(1.1);
}
.video iframe {
  width: 100%;
  height: 550px;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .video {
    padding: 250px 0 100px;
  }
  .video h2 {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .video {
    padding: 150px 0 100px;
  }
  .video h2 {
    padding: 0 15px;
  }
}
/* Pasos Section Styles */
.pasos {
  padding: 100px 0;
  position: relative;
  background-color: #fff; /* Base white or maybe slight off-grey if needed later */
  /* Card Styling */
  /* Navigation */
}
.pasos .container-fluid {
  max-width: 1600px;
}
.pasos .badget-sm {
  color: #888;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
}
.pasos h2 b {
  font-weight: 700;
}
.pasos .cont {
  padding-left: 200px; /* Indent for title on Desktop */
}
.pasos .cont2 {
  padding-left: 50px;
}
.pasos .swiper {
  width: 100%;
  padding: 20px 0 50px 0;
  overflow: hidden;
}
.pasos .swiper-slide {
  width: 320px;
  height: auto;
}
.pasos .step-card {
  background-color: #fff;
  border: 1px solid #3b6e35; /* Green Border */
  border-radius: 20px;
  padding: 40px 40px;
  height: 380px; /* Fixed height for consistency */
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
  max-width: 412px;
  border-radius: 27px;
  border: 2px solid #3b6e35;
  background: #fff;
}
.pasos .step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.pasos .step-card .step-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.pasos .step-card .step-header .step-icon-leaf {
  width: 30px;
  height: 30px;
  margin-right: -5px; /* Overlap slightly with number if desired or just spacing */
  z-index: 1;
  margin-right: 5px;
}
.pasos .step-card .step-header .step-number {
  font-family: "Montserrat", sans-serif; /* Bold font for number */
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  color: #3b6e35;
}
.pasos .step-card .text-wrapper h4 {
  color: #293527;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.pasos .step-card .text-wrapper p {
  color: #293527;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pasos .pasos-nav {
  gap: 10px;
}
.pasos .pasos-nav .pasos-prev,
.pasos .pasos-nav .pasos-next {
  width: 50px;
  height: 40px;
}
.pasos .pasos-nav .pasos-prev img,
.pasos .pasos-nav .pasos-next img {
  width: 100%;
  height: auto;
  transition: opacity 0.3s;
}
.pasos .pasos-nav .pasos-prev img:hover,
.pasos .pasos-nav .pasos-next img:hover {
  opacity: 0.7;
}

@media (max-width: 1540px) {
  .pasos .cont {
    padding-left: 100px;
  }
}
@media (max-width: 991px) {
  .pasos {
    padding: 60px 0;
  }
  .pasos .cont {
    padding-left: 15px;
    text-align: center;
    margin-bottom: 40px;
  }
  .pasos .cont2 {
    padding-left: 0;
  }
  .pasos .swiper-slide {
    width: 280px;
  }
  .pasos .pasos-nav {
    justify-content: center;
  }
  .pasos h2 {
    font-size: 32px;
  }
  .pasos .step-card {
    height: auto;
    min-height: 350px;
  }
  .pasos .step-card {
    height: auto;
    min-height: 350px;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 767px) {
  .pasos {
    padding: 60px 20px;
  }
  .pasos .swiper-slide {
    width: 280px;
    width: 100%;
  }
  .pasos .swiper-slide {
    margin: 0 auto !important;
  }
  .pasos .swiper-slide {
    margin: 0px auto !important;
    padding-left: 8px;
  }
}
/* Footer Styles */
.site-footer {
  position: relative;
  /* Background Image with Palms included */
  background-image: url(../imagenes/FondoFooter.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 20px;
  overflow: hidden;
  color: #293527;
  /* Brand */
  /* Main Text */
  /* Button */
  /* Copyright */
}
.site-footer .logof img {
  margin: 0 auto;
  width: 227px;
  margin-bottom: 30px;
}
.site-footer .footer-brand .footer-icon {
  width: 60px;
  height: auto;
}
.site-footer .footer-brand h3 {
  font-family: "Montserrat", sans-serif; /* Or Bebas/Oswald if bold needed */
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 24px;
  margin-top: 10px;
  color: #293527;
}
.site-footer .footer-text {
  color: #3b6e35;
  font-family: Montserrat;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px !important;
}
.site-footer .btn-footer {
  background-color: #3b6e35;
  color: #fff;
  padding: 12px 40px;
  border-radius: 50px; /* Pill shape */
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.5px;
  transition: background 0.3s;
}
.site-footer .btn-footer:hover {
  background-color: #293527;
  color: #fff;
}
.site-footer .copyright-strip {
  border-top: none;
  margin-top: 40px;
}
.site-footer .copyright-strip p {
  color: #293527;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

@media (max-width: 991px) {
  .site-footer {
    padding-top: 60px;
  }
  .site-footer .footer-decor-left,
  .site-footer .footer-decor-right {
    display: none; /* Often cleaner to hide large decor on mobile, or size down */
  }
  .site-footer .footer-text {
    font-size: 16px;
    padding: 0 15px;
  }
  .site-footer .footer-text br {
    display: none;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding-top: 60px;
    background-image: url(../imagenes/movil/Fondo.png);
  }
  .site-footer .footer-decor-left,
  .site-footer .footer-decor-right {
    display: none; /* Often cleaner to hide large decor on mobile, or size down */
  }
  .site-footer .footer-text {
    font-size: 16px;
    padding: 0 15px;
  }
  .site-footer .footer-text br {
    display: none;
  }
}/*# sourceMappingURL=styles.css.map */