@charset "UTF-8";
/* Font  */
@font-face {
  font-family: Satoshi;
  src: url("../font/Satoshi-Medium.otf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Satoshi;
  src: url("../font/Satoshi-Black.otf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 900;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Mulish;
  src: url("../font/Mulish-Medium.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Mulish;
  src: url("../font/Mulish-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
div.menu {
  margin-top: 10px;
  position: absolute;
  width: 100%;
  min-height: 85px;
  background-color: transparent;
}
div.menu .container {
  max-width: 1800px;
}
div.menu img {
  max-width: 190px;
  margin: 26px;
  display: block;
  z-index: 1;
}
div.menu .menuppal.is_active {
  transform: translate3d(0px, 0px, 0px);
  background-image: url(../imagenes/back-menu.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
div.menu .hamburger {
  position: relative;
  right: 0px;
  top: 14px;
  transform: translate3d(0, 0, 0);
  transition: transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
  z-index: 1002;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 12px 7px;
  width: 40px;
  height: 40px;
  margin: 8px 0 0 auto;
}
div.menu .hamburger.is-active {
  background-color: none;
}
div.menu .hamburger.is-active {
  position: fixed;
  background-color: transparent;
  left: initial;
  top: 20px;
  height: 30px;
  width: 30px;
  padding: 20px 20px;
  right: 10%;
}
div.menu ._layer {
  background: #191919;
  margin-bottom: 5px;
  border-radius: 2px;
  width: 25px;
  height: 3px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}
div.menu .hamburger.is-active ._layer {
  background: #a8f86a;
}
div.menu .hamburger:hover .-top {
  transform: translateY(-100%);
}
div.menu .hamburger:hover .-bottom {
  transform: translateY(100%);
}
div.menu .hamburger.is-active .-top {
  transform: translateY(200%) rotate(45deg) !important;
}
div.menu .hamburger.is-active .-mid {
  opacity: 0;
}
div.menu .hamburger.is-active .-bottom {
  transform: translateY(-200%) rotate(135deg) !important;
}
div.menu .menuppal.is_active {
  transform: translate3d(0px, 0px, 0px);
}
div.menu .menuppal {
  background-color: rgba(255, 255, 255, 0.98);
  bottom: 0;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  transform: translate3d(0px, -100%, 0px);
  transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
  width: 100%;
  z-index: 1001;
}
div.menu .menuppal ul {
  margin: 0;
  padding: 0;
  padding-top: 40px;
}
div.menu .menuppal ul li {
  list-style: none;
  height: 3em;
  color: var(--negro, #212529);
  text-align: center;
  font-size: 20px;
  font-family: Mulish;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
div.menu .menuppal ul li a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s linear;
}
div.menu .menuppal ul li a.btnbr {
  color: white;
}
div.menu .menuppal ul li a.btnbr:hover {
  background-color: #000;
  color: #fff;
}
div.menu .menuppal ul li a:hover {
  text-decoration: none;
  color: #a8f86a;
  zoom: 1.1;
}
div.menu .btn,
div.menu .btnbr,
div.menu input.hs-button.primary.large,
div.menu a.btn.btnbr {
  background-color: #a8f86a;
  text-transform: uppercase;
}
div.menu .btn img,
div.menu .btnbr img,
div.menu input.hs-button.primary.large img,
div.menu a.btn.btnbr img {
  display: inline-block;
  margin: 0;
}
div.menu .btn:hover,
div.menu .btnbr:hover,
div.menu input.hs-button.primary.large:hover,
div.menu a.btn.btnbr:hover {
  background-color: #a8f86a;
  color: black;
}
div.menu .menu .container {
  max-width: 1560px;
}

@media screen and (max-width: 1540px) {
  div.menu .container {
    max-width: 1540px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 992px) {
  div.menu .container {
    max-width: 760px;
  }
  div.menu .menuppal ul li {
    font-size: 1.2rem;
    line-height: 2em;
    height: 3em;
  }
  div.menu .hamburger {
    top: 10px;
  }
  div.menu img {
    max-width: 80px;
    margin: 10px 0;
    display: block;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  div.menu img {
    width: 160px;
  }
  div.menu .hamburger {
    top: 7px;
  }
  div.menu {
    min-height: 70px;
    padding: 20px 5px 5px;
  }
  div.menu img {
    top: 0;
    margin: 15px;
    position: relative;
  }
  div.menu .hamburger {
    padding: 0;
  }
  div.menu .menuppal ul li {
    font-size: 1.1rem;
    line-height: 2em;
    height: 3em;
  }
  div.menu .menuppal ul {
    margin: 0;
    padding: 0;
    padding-top: 70px;
  }
  div.menu ._layer {
    width: 24px !important;
    height: 3px !important;
  }
  div.menu .hamburger {
    padding: 8px 0;
  }
  div.menu .menuppal ul li a.btnbr {
    max-width: 70%;
    display: block;
    margin: 0 auto;
    padding: 4px;
  }
  div.menu img {
    top: 0px;
    position: relative;
    width: 105.515px;
    margin: 12px auto 8px;
    margin: 0 0;
  }
  div.menu .hamburger {
    padding: 4px 8px;
    margin: 0;
  }
  div.menu figure {
    margin: 0;
  }
  div.menu img {
    position: relative;
    min-width: 150px;
    width: 170px;
    top: 9px;
  }
  .menu .col-md-2.col-2.d-lg-block {
    display: none;
  }
}
html,
body {
  width: 100%;
  overflow-x: hidden;
  background-color: #1a1c1b;
}

section {
  padding: 100px 0;
}

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

p b {
  font-weight: 700;
}

h1 {
  color: var(--Pure-Light, #fff);
  font-family: Satoshi;
  font-size: 128px;
  font-style: normal;
  font-weight: 900;
  line-height: 110px;
}
h1 span {
  margin: 0;
}
h1 .span1 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 500;
}
h1 .span2 {
  font-size: 90px;
  font-weight: 700;
}

.banner p {
  color: var(--Pure-Light, #fff);
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

h6 {
  border-radius: 30.485px;
  border: 1px solid var(--Vital-Flash, #a8f86a);
  background: var(--Urban-Shadow, #2c2e2d);
  padding: 5px 10px;
  width: -moz-max-content;
  width: max-content;
  color: var(--Pure-Light, #fff);
  font-family: Satoshi;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}

h2 {
  color: var(--Pure-Light, #fff);
  font-family: Satoshi;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px; /* 104.167% */
}

h4 {
  color: var(--Star-Night, #1a1c1b);
  font-family: Satoshi;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
  margin: 0;
}

p {
  color: var(--Pure-Light, #fff);
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.btn,
.btnbr,
input.hs-button.primary.large,
a.btn.btnbr {
  padding: 15px 40px 15px;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 0;
  border-radius: 83px;
  background: linear-gradient(90deg, var(--Vital-Flash, #a8f86a) 0%, var(--Radiant-Energy, #dffe7e) 100%);
  color: var(--Star-Night, #1a1c1b);
  font-family: Satoshi;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.btn:hover,
.btnbr:hover,
input.hs-button.primary.large:hover,
a.btn.btnbr:hover {
  opacity: 0.5;
}

a {
  text-decoration: none;
}

.hiddenD {
  display: none;
}

.swiper {
  padding-bottom: 50px;
}

@media screen and (max-width: 1540px) {
  section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 992px) {
  section {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .hiddenDL {
    display: block;
  }
  .hiddenD {
    display: none;
  }
  h1 {
    font-size: 74px;
    line-height: 74px;
  }
  h1 .span1 {
    font-size: 28px;
    line-height: 28px;
  }
  h1 .span2 {
    font-size: 45px;
    line-height: 45px;
  }
  h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block;
  }
  .hiddenM {
    display: none !important;
  }
  h1 {
    font-size: 65px;
    line-height: 65px;
  }
  h1 .span1 {
    font-size: 28px;
    line-height: 28px;
  }
  h1 .span2 {
    font-size: 37px;
    line-height: 37px;
  }
  section.banner p {
    font-size: 18px;
  }
  h2 {
    font-size: 30px;
    line-height: 35px;
  }
  h2 br {
    display: none;
  }
}
section.banner {
  background-image: url("../imagenes/Fondo-header.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 800px; /* Ajuste para dar espacio al diseño */
  display: flex;
  align-items: center;
  padding-top: 130px;
}
section.banner .container {
  max-width: 1450px;
}
section.banner .row {
  align-items: center; /* Centrar verticalmente contenido */
}
section.banner h1 {
  text-align: left;
  margin-bottom: 20px;
  color: var(--Pure-Light, #fff);
}
section.banner h1 span.span1 {
  display: block;
  margin-bottom: 10px;
}
section.banner h1 span.span2 {
  display: block;
  margin-top: 10px;
}
section.banner p {
  text-align: left;
  max-width: 600px;
  margin-bottom: 40px;
  color: #dfdfdf;
  font-size: 16px;
  line-height: 1.5;
}
section.banner .btnbr {
  margin-top: 20px;
  display: inline-block;
}
section.banner figure {
  margin: 0;
}
section.banner figure img {
  max-width: 120%;
  width: 120%;
  height: auto;
}

@media screen and (max-width: 992px) {
  section.banner {
    min-height: auto;
    padding: 150px 0 100px;
    text-align: center;
    background-position: top center;
  }
  section.banner .btnbr {
    margin-top: 20px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  section.banner {
    background-image: url(../imagenes/movil/header.png);
    background-size: cover;
    background-position: center;
    padding: 150px 15px 50px;
  }
  section.banner figure img {
    max-width: 100%;
    margin-top: 60px;
  }
}
section.nosotros {
  padding: 100px 0;
  z-index: 1;
  position: relative;
}
section.nosotros .container {
  max-width: 1750px;
  z-index: 5;
  position: relative;
}
section.nosotros .row.bg {
  background-color: var(--Urban-Shadow, #2c2e2d);
  border-radius: 20px;
  padding: 100px 130px;
  align-items: center;
  margin: 0;
}
section.nosotros figure {
  margin: 0;
}
section.nosotros figure img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.nosotros .col-md-6:last-child {
  padding-left: 80px;
}
section.nosotros h6 {
  margin-bottom: 20px;
  display: inline-block;
}
section.nosotros h2 {
  text-align: left;
  margin-bottom: 30px;
  color: var(--Pure-Light, #fff);
}
section.nosotros p {
  text-align: left;
  color: #dfdfdf;
  margin-bottom: 40px;
  max-width: 90%;
  line-height: 1.6;
}
section.nosotros .flecha img {
  width: 40px;
  height: auto;
}

@media screen and (max-width: 992px) {
  section.nosotros .row.bg {
    padding: 50px 20px;
  }
  section.nosotros .col-md-6:last-child {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.nosotros {
    padding: 50px 15px !important;
  }
  section.nosotros .container {
    padding: 0 !important;
  }
  section.nosotros .row.bg {
    padding: 30px 10px !important;
  }
  section.nosotros .row.bg img {
    margin-bottom: 30px;
  }
}
section.beneficios {
  padding: 550px 0 700px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin-top: -370px;
  margin-bottom: -550px;
}
section.beneficios::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 700px;
  height: 700px;
  background-image: url(../imagenes/circulo1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  pointer-events: none;
  z-index: 1;
}
section.beneficios::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 700px;
  height: 700px;
  background-image: url("../imagenes/circulo2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  pointer-events: none;
  z-index: 0;
}
section.beneficios .container {
  position: relative;
  z-index: 1;
  max-width: 1450px;
}
section.beneficios h6 {
  display: inline-block;
}
section.beneficios h2 {
  text-align: left;
  margin-bottom: 50px;
  color: var(--Pure-Light, #fff);
  position: relative;
}
section.beneficios h2 span {
  color: var(--Vital-Flash, #a8f86a);
  font-weight: 700;
}
section.beneficios h2:after {
  content: "";
  width: 58%;
  bottom: -40px;
  left: 0px;
  position: absolute;
  background: var(--Vital-Flash, #a8f86a);
  height: 2px;
}
section.beneficios .acordeon-beneficios {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.beneficios .bene-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}
section.beneficios .bene-header {
  padding: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 20px;
}
section.beneficios .icon-container {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--Vital-Flash, #a8f86a);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
section.beneficios .icon-container .icon-line {
  background-color: #1a1c1b;
  position: absolute;
  transition: transform 0.3s ease;
}
section.beneficios .icon-container .hor {
  width: 14px;
  height: 2px;
}
section.beneficios .icon-container .ver {
  width: 2px;
  height: 14px;
}
section.beneficios .bene-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 20px;
}
section.beneficios .bene-content p {
  margin: 0;
  padding-bottom: 20px;
  padding-left: 50px;
  color: #1a1c1b;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
}
section.beneficios .bene-item.active .icon-container .ver {
  transform: rotate(90deg);
  opacity: 0;
}

@media screen and (max-width: 767px) {
  section.beneficios {
    padding: 100px 15px 100px;
    margin-top: 0;
    margin-bottom: 0;
  }
  section.beneficios::before, section.beneficios::after {
    display: none;
  }
  section.beneficios h2::after {
    display: none;
  }
}
section.form {
  padding: 100px 0;
}
section.form .container {
  max-width: 1750px;
  z-index: 2;
  position: relative;
}
section.form .row.bg {
  border-radius: 20px;
  background: linear-gradient(301deg, var(--Radiant-Energy, #dffe7e) 0%, var(--Vital-Flash, #a8f86a) 69.8%);
  align-items: center;
  margin: 0;
  padding: 100px 130px;
}
section.form figure {
  margin: 0;
}
section.form figure img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.form .col-md-6:last-child {
  padding-left: 100px;
}
section.form h2 {
  color: var(--Star-Night, #1a1c1b);
  margin-bottom: 20px;
}
section.form p {
  color: var(--Star-Night, #1a1c1b);
}
section.form .contForm {
  max-width: 100%;
}
section.form form {
  padding: 0;
  margin: 0;
  background: transparent;
}
section.form input[type=text],
section.form input[type=email],
section.form textarea,
section.form select {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #1a1c1b !important;
  padding: 10px 0 !important;
  border-radius: 0 !important;
  color: #1a1c1b !important;
  font-family: Satoshi, sans-serif !important;
  font-size: 14px !important;
  width: 100% !important;
}
section.form input[type=text]::-moz-placeholder, section.form input[type=email]::-moz-placeholder, section.form textarea::-moz-placeholder, section.form select::-moz-placeholder {
  color: #1a1c1b !important;
  opacity: 0.7;
}
section.form input[type=text]::placeholder,
section.form input[type=email]::placeholder,
section.form textarea::placeholder,
section.form select::placeholder {
  color: #1a1c1b !important;
  opacity: 0.7;
}
section.form .hs-input {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #1a1c1b !important;
  padding: 10px 0 !important;
  border-radius: 0 !important;
  color: #1a1c1b !important;
  font-family: Satoshi, sans-serif !important;
  font-size: 14px !important;
}
section.form .hs-input::-moz-placeholder {
  color: #1a1c1b !important;
  opacity: 0.7;
}
section.form .hs-input::placeholder {
  color: #1a1c1b !important;
  opacity: 0.7;
}
section.form .hs-input.hs-fieldtype-intl-phone {
  border-bottom: 0 !important;
}
section.form .hs-form-field {
  margin-bottom: 20px;
}
section.form fieldset {
  max-width: 100% !important;
}
section.form .hs_submit {
  margin-top: 30px;
}
section.form .hs_submit.hs-submit input.hs-button.primary.large,
section.form .hs_submit.hs-submit input[type=submit] {
  background: #1a1c1b !important;
  color: #fff !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 15px 40px !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.3s;
}
section.form .hs_submit.hs-submit input.hs-button.primary.large:hover,
section.form .hs_submit.hs-submit input[type=submit]:hover {
  opacity: 0.8;
  background-color: #000 !important;
  color: #fff !important;
}
section.form label {
  font-size: 12px;
  color: #1a1c1b;
  margin-bottom: 5px;
  display: block;
  text-align: left;
}

@media screen and (max-width: 992px) {
  section.form {
    padding: 60px 0;
  }
  section.form h2 {
    margin-top: 50px;
  }
  section.form .row.bg {
    padding: 30px;
    flex-direction: column;
  }
  section.form .col-md-6:last-child {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 40px;
  }
  section.form figure {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  section.form {
    padding: 40px 15px;
  }
  section.form .container {
    padding: 0;
  }
  section.form .row.bg {
    border-radius: 20px;
    background: linear-gradient(301deg, var(--Radiant-Energy, #dffe7e) 0%, var(--Vital-Flash, #a8f86a) 69.8%);
    padding: 20px 15px;
    padding-bottom: 40px;
  }
  section.form h2 {
    font-size: 30px;
  }
}
section.distintivo {
  padding-bottom: 600px;
}
section.distintivo .container {
  max-width: 1450px;
}
section.distintivo .cont {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
section.distintivo h2 {
  margin-bottom: 40px;
}
section.distintivo figure {
  margin: 0;
  max-width: 110%;
  width: 110%;
  margin-left: 5%;
}

@media screen and (max-width: 992px) {
  section.distintivo {
    padding-bottom: 450px;
  }
  section.distintivo h2 br {
    display: none;
  }
  section.distintivo figure {
    margin: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.distintivo {
    padding-bottom: 450px;
  }
  section.distintivo figure {
    margin-top: 30px;
  }
}
section.galeria {
  padding: 0;
  margin-bottom: -350px;
  position: relative;
  background: white;
  /* 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. */
  /* Estilo general para las flechas si aún no lo tienes (ajusta colores, tamaños, etc.) */
  /* Ajustes específicos para la flecha de 'prev' */
  /* Ajustes específicos para la flecha de 'next' */
  /* 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 */
  /* Si los iconos por defecto de Swiper no te gustan o no aparecen, puedes usar un icono personalizado: */
}
section.galeria .row {
  position: relative;
  top: -450px;
  background-color: transparent;
}
section.galeria h6,
section.galeria h2 {
  text-align: center;
  margin: 30px auto;
}
section.galeria figure img {
  border-radius: 20px;
}
section.galeria .swiper-horizontal > .swiper-pagination-bullets,
section.galeria .swiper-pagination-bullets.swiper-pagination-horizontal,
section.galeria .swiper-pagination-custom,
section.galeria .swiper-pagination-fraction {
  top: 93%;
}
section.galeria .swiper-pagination-bullet-active {
  background: #000000;
}
section.galeria .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;
}
section.galeria .swiper-pagination2.swiper-pagination-fraction.swiper-pagination-horizontal span.swiper-pagination-current {
  font-weight: 700;
}
section.galeria .swiper-button-prev,
section.galeria .swiper-button-next {
  width: 60px; /* Tamaño del botón */
  height: 35px; /* Tamaño del botón */
  border-radius: 50%; /* Para que sean redondos */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute; /* Hacemos que se posicionen de forma absoluta */
  top: auto; /* Anulamos cualquier 'top' por defecto */
  bottom: 0; /* Posicionamos debajo del slider, ajusta este valor según la separación que quieras */
  z-index: 10; /* Para asegurar que estén por encima de otros elementos si hay superposiciones */
  transform: translateY(0); /* Anulamos transformaciones por defecto de Swiper */
  margin-top: 0; /* Anulamos márgenes por defecto */
  color: #333; /* Color del ícono de la flecha */
  font-size: 20px; /* Tamaño del ícono de la flecha */
}
section.galeria .swiper-button-prev {
  left: 0px; /* Ajusta este valor para la separación del borde derecho */
  right: auto; /* Anulamos 'left' por defecto */
}
section.galeria .swiper-button-next {
  left: 100px; /* Ajusta este valor para la separación con la flecha 'next' */
  right: auto; /* Anulamos 'left' por defecto */
}
section.galeria .swiper-button-prev:after,
section.galeria .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 */
}
section.galeria .swiper-button-prev {
  background-image: none; /* Elimina la imagen de fondo por defecto */
}
section.galeria .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 */
}
section.galeria .swiper-button-next {
  background-image: none; /* Elimina la imagen de fondo por defecto */
}
section.galeria .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 */
}
section.galeria .swiper.mySwiper2 {
  padding-bottom: 90px;
  padding-top: 40px;
}
section.galeria .swiper-slide img {
  cursor: pointer;
  transition: all 0.3s linear;
}
section.galeria .swiper-slide.swiper-slide-active img {
  opacity: 1;
}
section.galeria .btnSlider {
  display: block;
  position: relative;
  top: 60px;
  margin: 0 auto;
  width: 8%;
}
section.galeria .swiper-pagination2.swiper-pagination-fraction.swiper-pagination-horizontal {
  text-align: center;
  position: relative;
  margin: 29px auto;
}
section.galeria .swiper-pagination2.swiper-pagination-fraction.swiper-pagination-horizontal,
section.galeria span.swiper-pagination-current,
section.galeria span.swiper-pagination-total {
  font-size: 16px;
  font-family: Thunder;
}
section.galeria section.galeria .container-fluid {
  padding: 0;
}

@media screen and (max-width: 992px) {
  section.galeria {
    padding: 100px 0;
    margin-bottom: -500px;
  }
  section.galeria .btnSlider {
    display: block;
    position: relative;
    top: 60px;
    margin: 0 auto;
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  section.galeria {
    padding: 40px 0 !important;
  }
  section.galeria .contGale {
    padding: 0;
  }
  section.galeria .btnSlider {
    display: block;
    position: relative;
    top: 60px;
    margin: 0 auto;
    width: 44%;
  }
}
section.video {
  position: relative;
  background: white;
  z-index: 9;
}
section.video h2 {
  color: var(--Star-Night, #1a1c1b);
  text-align: center;
  margin-bottom: 80px;
}
section.video iframe {
  padding: 0 !important;
  width: 100%;
  height: 700px;
  border-radius: 0;
}

@media screen and (max-width: 992px) {
  section.video {
    padding-left: 15px;
    padding-right: 15px;
  }
  section.video iframe {
    padding: 0 !important;
    width: 100%;
    height: 400px;
    border-radius: 10px;
    margin-bottom: -280px;
  }
}
@media screen and (max-width: 767px) {
  section.video .row {
    top: -400px;
  }
  section.video iframe {
    padding: 0 !important;
    width: 100%;
    height: 400px;
    border-radius: 10px;
    margin: 0;
  }
}
section.pasos {
  background-color: white;
  /* Accordion Pasos Styles */
}
section.pasos .container {
  max-width: 1450px;
}
section.pasos h6 {
  background-color: transparent;
  color: var(--Star-Night, #1a1c1b);
}
section.pasos h2 {
  color: var(--Star-Night, #1a1c1b);
  margin-bottom: 50px;
}
section.pasos .acordeon-pasos {
  width: 100%;
}
section.pasos .paso-item {
  border-bottom: 2px solid #99cc33;
  /* Green Line */
  padding: 17px 0;
}
section.pasos .paso-item:first-child {
  border-top: 2px solid #99cc33;
}
section.pasos .paso-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  width: 100%;
}
section.pasos .paso-info {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex: 1;
}
section.pasos .paso-number {
  color: #99cc33;
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  min-width: 40px;
}
section.pasos .paso-title-container {
  display: flex;
  flex-direction: column;
}
section.pasos .paso-title {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #191919;
  margin-bottom: 5px;
  text-transform: none;
  text-align: left;
}
section.pasos .paso-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding-left: 60px;
}
section.pasos .paso-content p {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  color: #191919;
  margin-top: 10px;
  text-align: left;
  line-height: 1.5;
}
section.pasos .paso-icon {
  color: #191919;
  transition: transform 0.3s ease;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #191919;
  border-radius: 50%;
  background: white;
}
section.pasos .paso-item.active .paso-icon {
  transform: rotate(180deg);
  background: #99cc33;
  border-color: #99cc33;
  color: white;
}

@media screen and (max-width: 992px) {
  section.pasos {
    padding-top: 300px;
  }
}
@media screen and (max-width: 767px) {
  section.pasos {
    padding-top: 50px;
  }
  section.pasos img {
    margin-top: 50px;
  }
}
.bannerFooter .container {
  max-width: 1750px;
}
.bannerFooter .cont {
  padding-left: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bannerFooter h2 {
  margin-bottom: 25px;
}
.bannerFooter p {
  max-width: 70%;
  margin-bottom: 50px;
}

footer p {
  margin: 0;
  text-align: center;
  padding: 10px 0 20px;
  position: relative;
  font-size: 13px;
}
footer p:after {
  content: "";
  width: 90%;
  top: -20px;
  left: 5%;
  position: absolute;
  background: var(--Vital-Flash, #a8f86a);
  height: 2px;
}

@media screen and (max-width: 992px) {
  .bannerFooter .cont {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bannerFooter .container {
    padding: 0;
  }
  .bannerFooter .cont {
    padding: 40px 40px;
  }
}/*# sourceMappingURL=styles.css.map */