@charset "UTF-8";
/* Font  */
@font-face {
  font-family: "SF Compact Text";
  src: url("../font/sf-compact-text-heavy-58646f645b774.otf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 800;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "SF Compact Text";
  src: url("../font/sf-compact-text-italic-58646f7cbab10.otf") format("truetype"); /* Safari, Android, iOS */
  font-style: italic;
  font-weight: 800;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Geometric 415 Lite";
  src: url("../font/Geometric415BT-LiteA.otf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Geometric 415 Lite";
  src: url("../font/ufonts.com_geometr415-blk-bt-black.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
div.menu {
  padding-left: 2%;
  padding-right: 2%;
}
div.menu .container {
  max-width: 1700px;
}
div.menu img {
  max-width: 250px;
}
div.menu figure {
  margin: 0;
}
div.menu nav {
  background: #fff !important;
  position: relative !important;
  box-shadow: none !important;
  border-bottom: 1px solid var(--verde-oscuro, #40513c);
  padding: 15px 0;
  z-index: 9999;
}
div.menu nav li {
  padding: 0 10px !important;
}
div.menu nav a.nav-link {
  color: var(--verde-oscuro, #40513c);
  text-align: center;
  font-family: "Geometric 415 Lite", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
div.menu nav a.nav-link:hover {
  font-weight: 600;
}
div.menu nav a.btnbr {
  margin-left: 20px;
  /* Inherit global button styles (Green Pill) */
  /* Ensure specific overrides are removed or adapted */
  padding: 8px 35px;
  /* If the global class has !important, valid, otherwise these might override if specificity is higher. 
     The global definition in _general.scss was:
     .btn, .btnbr... { background: var(--verde-claro...); ... }
     Here we want to rely on that.
  */
  border: none;
  background: var(--verde-claro, #9bc08a);
  color: var(--verde-oscuro, #40513c);
  border-radius: 20px;
  font-family: "Geometric 415 Lite";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}
div.menu nav a.btnbr:hover {
  opacity: 0.7;
  background-color: #d7b47a;
  color: #2d2d2d;
}
div.menu .navbar-expand-lg .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  flex-direction: row;
  justify-content: flex-end;
}
div.menu .navbar-toggler {
  display: none;
}

.dropdown-toggle::after {
  display: none;
}

.text-decoration-none {
  text-decoration: none !important;
}

@media screen and (max-width: 1200px) {
  div.menu .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }
  div.menu .navbar-expand-lg .navbar-collapse.show {
    display: block !important;
  }
  div.menu nav {
    padding: 24px 20px 8px !important;
  }
  div.menu .navbar-brand figure img {
    max-height: 40px;
    width: auto;
  }
  div.menu .navbar-toggler {
    display: inline-block !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 5px 10px;
    width: 77%;
    text-align: right;
  }
  div.menu .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  div.menu .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  div.menu .navbar-collapse {
    display: none !important;
  }
  div.menu .navbar-collapse.show {
    display: block !important;
    margin-top: 20px;
    background: var(--verde-oscuro, #40513c);
    padding: 40px 10px;
    border-radius: 10px;
  }
  div.menu li {
    padding: 10px 0 !important;
    width: 100%;
  }
  div.menu li a.nav-link {
    padding: 12px 0 !important;
    text-align: left;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
  }
  div.menu li a.nav-link:hover {
    color: var(--Blanco, #f9f9ff) !important;
    opacity: 0.8;
  }
  div.menu a.btnbr {
    margin-left: 0 !important;
    margin-top: 15px;
    width: 100%;
    text-align: center;
    display: block;
    padding: 12px 40px !important;
  }
  div.menu .navbar-nav {
    flex-direction: column !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .navbar > .container,
  .navbar > .container-fluid,
  .navbar > .container-lg,
  .navbar > .container-md,
  .navbar > .container-sm,
  .navbar > .container-xl,
  .navbar > .container-xxl {
    display: block;
  }
  a.navbar-brand.d-flex.align-items-center {
    display: inline-block !important;
    width: 20%;
  }
  .hiden-tt {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  button.navbar-toggler.navbar-toggler-right.border-0 {
    color: var(--verde-oscuro, #40513c);
    font-family: "Geometric 415 Lite";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    border-radius: 26px;
    border: 2px solid var(--verde-claro, #9bc08a);
    background: #9bc08a;
    max-width: 100px;
    text-align: center;
    float: right;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  div.menu nav {
    padding: 20px 15px !important;
  }
  div.menu nav .navbar-brand figure img {
    width: 109px;
  }
  div.menu nav .navbar-collapse.show {
    padding: 15px;
    margin-top: 15px;
  }
  div.menu nav li a.nav-link {
    font-size: 16px;
  }
  a.navbar-brand.d-flex.align-items-center {
    width: 40%;
  }
  div.menu .navbar-toggler {
    width: 53%;
  }
  div.menu nav li {
    padding: 0 15px !important;
  }
  button.navbar-toggler.navbar-toggler-right.border-0 {
    margin-top: 7px;
  }
}
html,
body {
  width: 100%;
  overflow-x: hidden;
  background: var(--Blanco, #fff);
}

section {
  padding: 100px 0;
}

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

p b {
  font-weight: 700;
}

h1 {
  color: var(--verde-oscuro, #40513c);
  text-align: center;
  font-family: "SF Compact Text";
  font-size: 68px;
  font-style: normal;
  font-weight: 800;
  line-height: 76px; /* 111.765% */
}

.banner p {
  color: var(--verde-oscuro, #40513c);
  text-align: center;
  font-family: "Geometric 415 Lite";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px; /* 150% */
}

h2 {
  color: var(--verde-oscuro, #40513c);
  font-family: "SF Compact Text";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px; /* 125% */
  text-transform: uppercase;
}

h4 {
  color: var(--verde-oscuro, #40513c);
  font-family: "SF Compact Text";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 26px; /* 130% */
  text-transform: uppercase;
}

p {
  color: var(--verde-oscuro, #40513c);
  font-family: "Geometric 415 Lite";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 144.444% */
}

.btn,
.btnbr,
input.hs-button.primary.large,
a.btn.btnbr {
  padding: 8px 40px 8px;
  border-radius: 20px;
  background: var(--verde-claro, #9bc08a);
  color: var(--verde-oscuro, #40513c);
  font-family: "SF Compact Text";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 187.5% */
}
.btn:hover,
.btnbr:hover,
input.hs-button.primary.large:hover,
a.btn.btnbr:hover {
  opacity: 0.7;
  background-color: #d7b47a;
  color: #2d2d2d;
}
.btn img,
.btnbr img,
input.hs-button.primary.large img,
a.btn.btnbr img {
  width: 20px;
  margin-left: 20px;
}

a {
  text-decoration: none;
}

.hiddenD {
  display: none;
}

.swiper {
  padding-bottom: 50px;
}

@media screen and (max-width: 992px) {
  .hiddenDL {
    display: block;
  }
  .hiddenD {
    display: none;
  }
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
  h2 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block;
  }
  .hiddenM {
    display: none !important;
  }
  h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
section.banner {
  background-color: #fff;
  padding: 224px 0 200px;
  position: relative;
  overflow: hidden; /* To clip the absolute images if they overflow */
  /* Floating images */
}
section.banner .container {
  position: relative;
  z-index: 2;
  max-width: 1700px;
}
section.banner h1 {
  margin-bottom: 20px;
}
section.banner p {
  font-family: "Geometric 415 Lite", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: var(--verde-oscuro, #40513c);
  max-width: 700px;
  margin: 0 auto 40px;
}
section.banner a.btnbr {
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
}
section.banner a.btnbr i {
  font-size: 14px;
}
section.banner .header-img {
  position: absolute;
  top: 90%;
  transform: translateY(-50%);
  z-index: 1;
  max-width: 350px;
}
section.banner .header-img-1 {
  left: 0;
}
section.banner .header-img-2 {
  right: 0;
  transform: translateY(-50%) rotate(5deg);
}

/* Remove the old side image */
.sec2:after {
  display: none;
}

@media screen and (max-width: 992px) {
  section.banner {
    padding: 150px 15px 400px;
  }
  section.banner .header-img {
    max-width: 250px;
    top: initial;
    position: absolute;
    bottom: -110%;
  }
}
@media screen and (max-width: 767px) {
  section.banner {
    padding: 100px 15px 300px;
  }
  section.banner h1 {
    font-size: 38px;
    line-height: 44px;
  }
  section.banner .header-img {
    max-width: 150px;
    top: initial;
    position: absolute;
    bottom: -95%;
  }
}
section.nosotros {
  padding: 200px 0;
  /* Ensure the container relative positioning doesn't interfere */
}
section.nosotros .container {
  position: relative;
  z-index: 2;
  max-width: 1160px;
}
section.nosotros h2 {
  text-align: left;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: var(--verde-oscuro, #40513c);
}
section.nosotros p {
  text-align: left;
  margin-bottom: 20px;
  font-family: "Geometric 415 Lite", sans-serif;
  color: var(--verde-oscuro, #40513c);
}
section.nosotros p strong {
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  section.nosotros {
    padding: 80px 15px;
  }
  section.nosotros h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.nosotros {
    padding: 60px 15px;
  }
  section.nosotros h2 {
    margin-bottom: 40px;
  }
}
section.beneficios {
  background-image: url("../imagenes/beneficios.jpg"); /* Assuming filename */
  background-size: cover;
  background-position: center;
  padding: 260px 0;
  position: relative;
}
section.beneficios .container {
  position: relative;
  z-index: 2;
  max-width: 1150px;
}
section.beneficios h2 {
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
}
section.beneficios .swiper {
  width: 100%;
  padding-bottom: 50px; /* Space for pagination */
  max-width: 90%;
}
section.beneficios .card-beneficio {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
section.beneficios .card-beneficio .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
section.beneficios .card-beneficio .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
section.beneficios .card-beneficio .border-right-custom {
  border-right: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px; /* Ensure height alignment */
}
section.beneficios .card-beneficio .beneficio-icon {
  max-width: 80px;
  height: auto;
}
section.beneficios .card-beneficio h4 {
  color: var(--verde-oscuro, #40513c);
  font-family: "SF Compact Text", sans-serif;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
section.beneficios .card-beneficio p {
  color: var(--verde-oscuro, #40513c);
  font-family: "Geometric 415 Lite", sans-serif;
  font-size: 14px;
  margin: 0;
  line-height: normal;
}
section.beneficios .col-8.pl-4 {
  padding-left: 20px !important;
}
section.beneficios .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}
section.beneficios .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

@media screen and (max-width: 992px) {
  section.beneficios {
    padding: 80px 15px;
  }
  section.beneficios h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  section.beneficios {
    background-image: url(../imagenes/movil/back_beneficios.jpg);
    background-size: cover;
    background-position: center;
    padding: 100px 15px;
  }
  section.beneficios h2 {
    text-align: left;
    margin-bottom: 40px;
  }
  section.beneficios .swiper {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  section.beneficios .card-beneficio {
    padding: 20px 8px;
  }
  section.beneficios .card-beneficio .beneficio-icon {
    max-width: 80px;
    height: auto;
    padding: 14px;
  }
  section.beneficios .col-9.pl-4 {
    padding: 0px 17px !important;
  }
  section.beneficios .card-beneficio h4 {
    font-size: 17px;
    line-height: normal;
  }
}
section.form {
  background-color: #fff;
  padding: 250px 0 100px;
  position: relative;
}
section.form::after {
  content: "";
  background: url(../imagenes/TramaBoot.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
}
section.form .container {
  max-width: 1230px;
}
section.form h2 {
  text-align: left;
  color: #40513c;
  line-height: normal;
  font-size: 30px;
}
section.form h2 span {
  display: block;
}
section.form img {
  width: 480px;
  margin: 0;
  top: -30px;
  position: relative;
}
section.form .dentro {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
section.form form {
  background-size: contain;
  background-position: bottom left;
  background-repeat: repeat-x;
  max-width: 640px;
  padding: 0;
  margin: 0;
  margin-right: 20px;
}
section.form button,
section.form input,
section.form optgroup,
section.form select,
section.form textarea {
  background: transparent;
  border: none;
  border-bottom: 2px solid #40513c;
  padding: 5px 0 8px;
  color: #40513c;
  border-radius: 0;
  color: var(--Gris, #40513c);
  font-family: "Geometric 415 Lite";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
section.form button::-moz-placeholder, section.form input::-moz-placeholder, section.form optgroup::-moz-placeholder, section.form select::-moz-placeholder, section.form textarea::-moz-placeholder {
  color: #40513c;
}
section.form button::placeholder,
section.form input::placeholder,
section.form optgroup::placeholder,
section.form select::placeholder,
section.form textarea::placeholder {
  color: #40513c;
}
section.form input.hs-button.primary.large {
  border: 0 solid #40513c;
}
section.form input.hs-button.primary.large:hover {
  background-color: #000;
  color: #fff;
}
section.form fieldset {
  max-width: 800px;
}
section.form input.hs-button.primary.large {
  margin: 0 auto;
}
section.form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field input,
section.form .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field input {
  width: 90%;
}
section.form input.hs-button.primary.large {
  margin: 25px 0;
  display: block;
}
section.form .hs_submit.hs-submit {
  max-width: 93%;
}
section.form .btn,
section.form .btnbr,
section.form input.hs-button.primary.large {
  line-height: 15px;
}
section.form input.hs-button.primary.large {
  display: block !important;
  margin-top: 20px;
}
section.form .input .hs-input {
  width: 100% !important;
}
section.form .hs-fieldtype-intl-phone.hs-input input {
  width: 68% !important;
  float: right;
}
section.form .hs-fieldtype-intl-phone.hs-input select {
  float: left;
  width: 30% !important;
}

@media screen and (max-width: 1540px) {
  section.form {
    padding: 100px 15px;
  }
  section.form img {
    margin: 20px 0;
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  section.form h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
section.datos {
  background-color: #fff;
  padding: 60px 0 250px;
}
section.datos h2 {
  color: var(--verde-oscuro, #40513c);
  margin-bottom: 60px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
section.datos .datos-content {
  border-top: 1px solid var(--verde-oscuro, #40513c);
  border-bottom: 1px solid var(--verde-oscuro, #40513c);
  padding-top: 20px;
  padding-bottom: 20px;
}
section.datos .dato-item {
  text-align: center;
  padding: 0 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
section.datos .dato-item p {
  color: var(--verde-oscuro, #40513c);
  font-family: "Geometric 415 Lite", sans-serif;
  font-size: 22px;
  margin: 0;
  padding: 40px;
}
section.datos .dato-item p strong {
  font-weight: 800;
  display: inline;
}
section.datos .border-md-right {
  border-right: 1px solid var(--verde-oscuro, #40513c);
}

@media screen and (max-width: 992px) {
  section.datos {
    padding: 80px 0;
  }
  section.datos h2 {
    font-size: 26px;
  }
  section.datos .dato-item p {
    padding: 40px 0px;
  }
}
@media screen and (max-width: 767px) {
  section.datos {
    padding: 60px 15px;
  }
  section.datos .border-md-right {
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  section.datos .datos-content {
    border-top: none; /* Optional: remove top border on mobile if it looks weird */
    padding-top: 0;
  }
  section.datos .dato-item {
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  section.datos {
    padding: 80px 0;
  }
  section.datos h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  section.datos {
    padding: 60px 15px;
  }
  section.datos .border-md-right {
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  section.datos .dato-item {
    padding: 0;
  }
  section.datos .datos-content {
    border-bottom: 0px solid var(--verde-oscuro, #40513c);
  }
}
section.galeria {
  background-color: #40513c;
  padding: 200px 0 100px;
  position: relative;
}
section.galeria h2 {
  color: white;
  text-align: center;
  line-height: normal;
  margin-bottom: 60px;
}
section.galeria .swiper.mySwiper2 .btnSlider figure img {
  border-radius: 0;
  padding: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: 90%;
}

.swiper-pagination2.swiper-pagination-fraction.swiper-pagination-horizontal {
  left: 0;
  width: -moz-max-content;
  width: max-content;
  color: white;
  color: var(--Blanco, #fff);
  font-family: Oswald;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 68px;
  text-transform: uppercase;
}
.swiper-pagination2.swiper-pagination-fraction.swiper-pagination-horizontal span.swiper-pagination-current {
  font-weight: 700;
}

/* Asegúrate de que tu contenedor principal (donde está el Swiper) tenga 'position: relative' si vas a posicionar elementos absolutos dentro de él.
   Si las flechas están fuera, puedes usar un contenedor específico para las flechas. */
/* Es importante sobrescribir las reglas por defecto de Swiper que vienen con su JS y CSS */
/* Usamos !important con cautela, solo si las reglas de Swiper están siendo más específicas */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons; /* Mantén esto si estás usando los íconos por defecto de Swiper */
  font-size: 20px; /* Tamaño de la flecha dentro del botón */
  color: #333; /* Color de la flecha */
  content: "next"; /* O 'prev' si estás sobrescribiendo los iconos por defecto y no usando un ícono */
}

/* Si los iconos por defecto de Swiper no te gustan o no aparecen, puedes usar un icono personalizado: */
.swiper-button-prev {
  background-image: none; /* Elimina la imagen de fondo por defecto */
}

.swiper-button-prev:after {
  content: ""; /* O un Font Awesome: \f060 */
  font-family: "Arial", sans-serif; /* O 'Font Awesome 5 Free' si usas FA */
  font-weight: 900; /* Para Font Awesome */
}

.swiper-button-next {
  background-image: none; /* Elimina la imagen de fondo por defecto */
}

.swiper-button-next:after {
  content: ""; /* O un Font Awesome: \f061 */
  font-family: "Arial", sans-serif; /* O 'Font Awesome 5 Free' si usas FA */
  font-weight: 900; /* Para Font Awesome */
}

.swiper.mySwiper2 {
  padding-bottom: 90px;
  padding-top: 40px;
}

.swiper-slide img {
  cursor: pointer;
  transition: all 0.3s linear;
}

.swiper-slide.swiper-slide-active img {
  opacity: 1;
}

.swiper-pagination2.swiper-pagination-fraction.swiper-pagination-horizontal {
  text-align: center;
  position: relative;
  margin: 29px auto;
}

.swiper-pagination2.swiper-pagination-fraction.swiper-pagination-horizontal,
span.swiper-pagination-current,
span.swiper-pagination-total {
  font-size: 16px;
  font-family: Thunder;
}

section.galeria .container-fluid {
  padding: 0;
}
section.galeria .swiper-button-next,
section.galeria .swiper-button-prev {
  width: 50px;
  height: auto;
}
section.galeria .swiper-button-prev.prev1 {
  left: 0px;
}
section.galeria .swiper-button-next.next1 {
  right: 0px;
}
section.galeria span.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}
section.galeria .swiper-pagination-bullet-active {
  background: #9bc08a !important;
}

@media screen and (max-width: 767px) {
  .swiper-slide img {
    padding: 20px;
  }
  section.galeria {
    padding: 60px 15px;
    border-radius: 20px;
  }
  section.galeria h2 {
    margin: 0;
    font-size: 28px;
    line-height: 36px;
    text-align: left;
    padding: 0 10px;
  }
  .swiper.mySwiper2 {
    padding-bottom: 50px;
    padding-top: 40px;
  }
  .swiper.mySwiper2 .swiper-slide img {
    padding: 0;
  }
}
section.distintivo {
  padding: 200px 0;
  /* Ensure the container relative positioning doesn't interfere */
}
section.distintivo .container {
  position: relative;
  z-index: 2;
  max-width: 1160px;
}
section.distintivo h2 {
  text-align: left;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: var(--verde-oscuro, #40513c);
}
section.distintivo p {
  text-align: left;
  margin-bottom: 20px;
  font-family: "Geometric 415 Lite", sans-serif;
  color: var(--verde-oscuro, #40513c);
}
section.distintivo p strong {
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  section.distintivo {
    padding: 80px 15px;
  }
  section.distintivo h2 {
    margin-bottom: 20px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  section.distintivo {
    padding: 100px 15px;
  }
  section.distintivo h2 {
    margin-bottom: 40px;
  }
}
section.video {
  padding: 100px 0 150px;
  position: relative;
}
section.video::after {
  content: "";
  background: url(../imagenes/TramaBoot.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
}
section.video h2 {
  margin-bottom: 60px;
  color: var(--verde-oscuro, #40513c);
  text-align: center;
}
section.video iframe {
  padding: 0 !important;
  width: 100%;
  height: 700px;
  border-radius: 20px;
}

@media screen and (max-width: 992px) {
  section.video iframe {
    padding: 0 !important;
    width: 100%;
    height: 400px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  section.video {
    padding: 100px 0 150px;
    position: relative;
  }
  section.video h2 {
    line-height: normal;
  }
}
section.pasos {
  background-color: #fff;
  padding: 200px 0;
  position: relative;
  overflow: hidden; /* Clip overflowing images */
  /* Decorative Image Top Right */
  /* Decorative Image Bottom Left */
  /* Desktop Vertical Divider */
}
section.pasos .container {
  max-width: 1050px;
}
section.pasos::before {
  content: "";
  background-image: url("../imagenes/pasos1.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: 40px;
  width: 350px;
  height: 400px;
  z-index: 1;
  display: block;
}
section.pasos::after {
  content: "";
  background-image: url("../imagenes/pasos2.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  left: 70px;
  width: 320px;
  height: 360px;
  z-index: 1;
  display: block;
}
section.pasos .container {
  position: relative;
  z-index: 2; /* Content above decorations */
}
section.pasos h2 {
  color: var(--verde-oscuro, #40513c);
  text-align: center;
  text-transform: uppercase;
  font-family: "SF Compact Text", sans-serif;
  font-weight: 800;
  margin-bottom: 10px;
}
section.pasos .subtitle {
  text-align: center;
  color: #888;
  font-family: "Geometric 415 Lite", sans-serif;
  font-size: 18px;
  margin-bottom: 60px;
}
section.pasos .paso-item {
  margin-bottom: 100px;
  padding: 0 40px;
}
section.pasos .paso-item h4 {
  color: var(--verde-oscuro, #40513c);
  font-family: "SF Compact Text", sans-serif;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
section.pasos .paso-item p {
  color: var(--verde-oscuro, #40513c);
  font-family: "Geometric 415 Lite", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 40px;
}
section.pasos .border-right-custom {
  border-right: 1px solid #40513c;
  padding-right: 50px;
}
section.pasos .padding-left-custom {
  padding-left: 50px;
}

@media screen and (max-width: 1600px) {

    section.pasos::before {
      content: "";
      background-image: url("../imagenes/pasos1.png");
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: 0px;
      right: 40px;
      width: 270px;
      height: 400px;
      z-index: 1;
      display: block;
    }
    section.pasos::after {
      content: "";
      background-image: url("../imagenes/pasos2.png");
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      bottom: -100px;
      left: 70px;
      width: 280px;
      height: 360px;
      z-index: 1;
      display: block;
    }
}


@media screen and (max-width: 992px) {
  section.pasos {
    padding: 80px 0;
  }
  section.pasos::before, section.pasos::after {
    opacity: 0.3; /* Fade specific decoration on tablet if desired, or keep */
    width: 200px;
    height: 200px;
  }
  section.pasos h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  section.pasos {
    padding: 250px 15px 0;
  }
  section.pasos::before, section.pasos::after {
    opacity: 1;
    width: 170px;
    height: 170px;
    top: 2%;
  }
  section.pasos::before {
    right: 0px;
  }
  section.pasos::after {
    left: 10px;
  }
  section.pasos .border-right-custom {
    border-right: none;
    padding-right: 15px;
    border-bottom: 0 solid #ccc; /* Optional horizontal separator */
    padding-bottom: 10px;
  }
  section.pasos .padding-left-custom {
    padding-left: 15px;
  }
  section.pasos .subtitle {
    text-align: center;
    color: #888;
    font-family: "Geometric 415 Lite", sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
  }
  section.pasos .paso-item {
    margin-bottom: 50px;
    padding: 0 30px;
  }
}
section.bannerFooter {
  background-color: #fff;
  padding: 150px 0 100px;
  /* Reuse btnbr style or define if not global enough */
}
section.bannerFooter .footer-face-img {
  max-width: 180px;
  height: auto;
  width: 152.913px;
}
section.bannerFooter h2 {
  color: var(--verde-oscuro, #40513c);
  text-transform: uppercase;
  font-family: "SF Compact Text", sans-serif;
  font-weight: 800;
  margin-bottom: 10px;
  text-align: left;
}
section.bannerFooter p {
  color: #666; /* Or darker green */
  font-family: "Geometric 415 Lite", sans-serif;
  text-align: left;
}
section.bannerFooter .espacing {
  padding-left: 40px;
}
section.bannerFooter .btnbr {
  margin: 0;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
section.bannerFooter .btnbr i {
  font-size: 12px;
}
section.bannerFooter .btnbr:hover {
  background-color: #40513c;
  color: #2d2d2d;
}

footer.main-footer {
  border-top: 1px solid #d7b47a;
  padding: 40px 0;
  background: #fff;
}
footer.main-footer .container {
  max-width: 1450px;
}
footer.main-footer .footer-logo {
  max-width: 150px;
}
footer.main-footer .copyright {
  font-family: "Geometric 415 Lite", sans-serif;
  color: #666;
  font-size: 14px;
  margin: 0;
  text-align: right;
}

@media screen and (max-width: 992px) {
  footer.main-footer {
    padding: 40px 15px;
  }
}
@media screen and (max-width: 767px) {
  section.banner-footer {
    padding: 60px 0;
  }
  section.banner-footer h2 {
    font-size: 26px;
  }
  footer.main-footer {
    padding: 30px 0;
  }
  footer.main-footer .footer-logo {
    margin-bottom: 15px;
  }
  footer.main-footer .text-right {
    text-align: left !important;
  }
  section.bannerFooter .footer-face-img {
    max-width: 100px;
    display: block;
    margin: 0;
  }
  section.bannerFooter .espacing {
    padding-left: 20px;
  }
  section.bannerFooter {
    background-color: #fff;
    padding: 70px 0 100px;
  }
  footer.main-footer .footer-logo {
    max-width: 150px;
    margin: 0 auto;
    display: block;
  }
  footer.main-footer .copyright {
    text-align: center;
  }
}/*# sourceMappingURL=styles.css.map */