@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Aoboshi+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Black+Han+Sans&display=swap");
*, html {
  box-sizing: border-box !important;
  font-family: "Aoboshi One", serif;
}

body {
  background: #F2F2F2 !important;
}

a {
  text-decoration: none;
}

a.transparente, button.transparente, li.nav-item.transparente {
  display: inline-flex !important;
  padding: 16px 24px !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-bottom: 3px solid transparent;
  color: #001A0D;
  text-align: center;
  font-family: "Aoboshi One";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
a.primario, button.primario, li.nav-item.primario {
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 2px solid #001A0D;
  background: #118F52;
  color: #FFFCF9;
  text-align: center;
  font-family: "Aoboshi One";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
a.primario.active, a.primario.selected, button.primario.active, button.primario.selected, li.nav-item.primario.active, li.nav-item.primario.selected {
  color: #001A0D;
  background-color: #FDD800;
}
a.primario:disabled, a.primario.disabled, button.primario:disabled, button.primario.disabled, li.nav-item.primario:disabled, li.nav-item.primario.disabled {
  border-radius: 8px;
  border: 2px solid #001A0D;
  opacity: 0.3;
  background: #118F52;
}
a.primario:disabled:hover, a.primario.disabled:hover, button.primario:disabled:hover, button.primario.disabled:hover, li.nav-item.primario:disabled:hover, li.nav-item.primario.disabled:hover {
  color: #FFFCF9;
  background: #118F52;
}
a.primario:hover, button.primario:hover, li.nav-item.primario:hover {
  color: #001A0D;
  background-color: #FFE872;
}
a.primario.amarillo, button.primario.amarillo, li.nav-item.primario.amarillo {
  background-color: #FDD800;
  color: #001A0D;
}
a.primario.amarillo:hover, button.primario.amarillo:hover, li.nav-item.primario.amarillo:hover {
  background-color: #FFFCF9;
}
a.primario.secundario, button.primario.secundario, li.nav-item.primario.secundario {
  background-color: transparent !important;
  color: #001A0D;
}

nav {
  background-color: #FFFCF9 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #001A0D;
  --bs-navbar-color: $negro!important;
}
@media (max-width: 991.98px) {
  nav a.navbar-brand img {
    width: 85%;
  }
  nav a button {
    width: 100%;
  }
  nav .navbar-collapse.show {
    position: relative;
    z-index: 9999;
  }
}
nav ul li {
  text-align: center;
  font-family: "Aoboshi One";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav ul li .selected {
  border-bottom: 3px solid #118F52;
}

form label {
  color: #001A0D;
  font-family: "Aoboshi One";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px;
}
form input.form-control, form select.form-select, form textarea.form-control {
  border-radius: 8px;
  border: 2px solid #001A0D;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #1E4C1E !important;
}

footer h2, footer h3, footer p {
  margin-bottom: 0px;
}
footer .layout {
  padding: 80px 40px;
}
@media (max-width: 991.98px) {
  footer .layout {
    padding: 40px 25px;
  }
}
footer .layout.layout-2 .title {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 32px;
}
@media (max-width: 991.98px) {
  footer .layout.layout-2 .title {
    margin-bottom: 0px;
    font-size: 32px;
  }
}
footer .layout.layout-2 .footMain {
  gap: 24px;
}
footer .layout.layout-2 .social-row {
  margin-top: 32px;
}
footer .layout .footerForm {
  padding-right: 24px;
  border-right: 1px solid #001A0D;
}
@media (max-width: 991.98px) {
  footer .layout .footerForm {
    border-right: none;
    padding-right: 0px;
  }
}
footer .layout .footerForm h2 {
  color: #001A0D;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991.98px) {
  footer .layout .footerForm h2 {
    font-size: 32px;
  }
}
footer .layout .footerForm h3 {
  color: #001A0D;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767.98px) {
  footer .layout .footerForm h3 {
    font-size: 21px;
  }
}
footer .layout .footMain {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
  align-self: stretch;
}
@media (max-width: 991.98px) {
  footer .layout .footMain {
    margin-top: 30px;
    gap: 40px;
  }
}
footer .layout .footMain.right {
  gap: 50px;
}
footer .layout .footDad {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
footer .layout .footDad.terms ul {
  padding-left: 0px;
  list-style-type: none;
}
footer .layout .footDad.terms ul a:hover {
  color: #118F52;
}
footer .layout .footDad img {
  position: relative;
  top: -3px;
}
footer .layout .footDad h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .layout .footDad a {
  display: block;
  text-decoration: none;
  color: #001A0D;
}
footer .layout .footDad a:hover {
  color: #118F52;
}
footer .layout .footDad .social {
  display: flex;
  align-items: center;
  gap: 29px;
}
@media (max-width: 767.98px) {
  footer .layout .footDad .social {
    gap: 29px;
  }
}
footer .layout .footDad .social a i {
  font-size: 40px;
}
@media (max-width: 767.98px) {
  footer .layout .footDad .social a i {
    font-size: 30px;
  }
}
footer .layout .footDad .footSon {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
footer .layout .footDad .footSon h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .layout .footDad .footSon .footInfo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
footer form {
  margin-top: 16px;
}
footer form button {
  margin-top: 32px;
  width: 100%;
}

.whatsapp-container {
  position: fixed;
  bottom: 50px; /* Ajusta la distancia desde la parte inferior según tus preferencias */
  right: 5%;
  z-index: 1000; /* Asegura que esté encima de otros elementos */
}
.whatsapp-container .whatsapp {
  background-color: #fff; /* Color de fondo del botón de WhatsApp */
  color: #fff; /* Color del ícono */
  border-radius: 50%; /* Hace que el botón tenga forma circular */
  padding: 12px 15px; /* Ajusta el relleno según tus preferencias */
  font-size: 20px; /* Ajusta el tamaño del ícono según tus preferencias */
  text-align: center;
  cursor: pointer;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Sombra para resaltar el botón */
}
.whatsapp-container .whatsapp a {
  text-decoration: none;
}
.whatsapp-container .whatsapp a i {
  font-size: 32px;
  color: #118F52;
}

section.banner {
  margin-top: 106px;
}
@media (max-width: 991.98px) {
  section.banner {
    margin-top: 96px;
  }
}
section.banner h1, section.banner h2, section.banner h3 {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #001A0D;
  -webkit-text-fill-color: #FFFCF9;
  font-family: "Black Han Sans";
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  section.banner h1, section.banner h2, section.banner h3 {
    -webkit-text-stroke-width: 1px;
  }
}
section.banner h3 {
  font-size: 48px;
  font-weight: 400;
  font-family: "Black Han Sans";
}
@media (max-width: 767.98px) {
  section.banner h3 {
    font-size: 21px;
  }
}
section.banner h3.large_text {
  font-size: 45px;
}
@media (max-width: 767.98px) {
  section.banner h3.large_text {
    font-size: 21px;
  }
}
section.banner h2 {
  font-size: 56px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  section.banner h2 {
    font-size: 24px;
  }
}
section.banner h1 {
  font-size: 80px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  section.banner h1 {
    font-size: 32px;
  }
}
section.banner .fa-arrow-left {
  padding: 5px;
  background-color: black;
  border-radius: 50%;
  border: 2px solid;
}
section.banner .carousel-item img {
  height: 769px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 767.98px) and (max-width: 991.98px) {
  section.banner .carousel-item img {
    height: 850px;
  }
}
@media (max-width: 767.98px) {
  section.banner .carousel-item img {
    height: 420px;
  }
}
section.banner .carousel-item .carousel-caption {
  top: 12%;
}
@media (max-width: 767.98px) {
  section.banner .carousel-item .carousel-caption {
    top: 6%;
  }
}
section.banner .carousel-item .carousel_frame {
  background: #118F52;
  padding: 40px 16px;
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  section.banner .carousel-item .carousel_frame {
    padding: 20px 8px;
  }
}
section.banner .carousel-item .button_carousel {
  display: flex;
  justify-content: center;
}
section.banner .carousel-item .button_carousel a {
  display: block;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  section.banner .carousel-item .button_carousel a button {
    font-size: 18px;
  }
}
@media (max-width: 399px) {
  section.banner .carousel-item .button_carousel a button {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  section.banner .carousel-control-prev svg, section.banner .carousel-control-next svg {
    height: 27px;
  }
}
section.about h1, section.about h2, section.about h3, section.about h4, section.about p {
  margin-bottom: 0;
}
section.about h1 {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #001A0D;
  -webkit-text-fill-color: transparent;
  font-family: "Black Han Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 40px;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  section.about h1 {
    font-size: 42px;
  }
}
section.about h2 {
  align-self: stretch;
  color: #001A0D;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767.98px) {
  section.about h2 {
    font-size: 32px;
  }
}
section.about .aboutContent {
  display: flex;
  padding: 40px 48px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-top: 2px solid #001A0D;
  border-bottom: 2px solid #001A0D;
  background: #FFFCF9;
}
@media (max-width: 991.98px) {
  section.about .aboutContent {
    padding: 20px 24px;
  }
}
@media (max-width: 767.98px) {
  section.about .aboutContent {
    padding: 20px 15px;
  }
}
section.about .aboutContent .middle_line {
  border-right: 1px solid #001A0D;
}
@media (max-width: 991.98px) {
  section.about .aboutContent .middle_line {
    border-right: 0px;
  }
}
section.about .aboutContent .left_side {
  padding-right: 24px;
}
@media (max-width: 767.98px) {
  section.about .aboutContent .left_side {
    padding-right: 12px;
    padding-left: 12px;
  }
}
section.about .aboutContent .right_side {
  padding-left: 24px;
}
@media (max-width: 767.98px) {
  section.about .aboutContent .right_side {
    margin-top: 50px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
section.about .aboutContent .founder_card {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  align-self: stretch;
}
@media (max-width: 767.98px) {
  section.about .aboutContent .founder_card {
    align-items: center;
  }
}
section.about .aboutContent .founder_card .founder_img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  section.about .aboutContent .founder_card .founder_img {
    width: 180px;
    height: 180px;
  }
}
section.about .aboutContent .founder_card .founder_img.eduardo {
  background: url(../assets/landing/about/eduardo_guzman.png), lightgray -0.1px 0px/100.1% 114.775% no-repeat;
}
section.about .aboutContent .founder_card .founder_img.martin {
  background: url(../assets/landing/about/martin_guzman.png), lightgray -0.1px 0px/100.1% 114.775% no-repeat;
}
section.about .aboutContent .founder_card .founder_title {
  flex: 1 0 0;
}
section.about .aboutContent .founder_card .founder_title h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.about .aboutContent .founder_card .founder_title h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.about .aboutContent .founder_description_card {
  margin-top: 24px;
  flex: 1 0 0;
  text-align: justify;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.about .aboutContent .empresas, section.about .aboutContent .distribuidores {
  --gap: 40px;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  max-width: 100%;
  align-items: flex-start;
  align-self: stretch;
  white-space: nowrap;
  overflow: hidden;
}
section.about .aboutContent .empresas .cliente, section.about .aboutContent .empresas .provider, section.about .aboutContent .distribuidores .cliente, section.about .aboutContent .distribuidores .provider {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: var(--gap);
  animation: scroll 20s linear infinite;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
section.about .aboutContent .empresas .cliente .cliente_1, section.about .aboutContent .empresas .provider .cliente_1, section.about .aboutContent .distribuidores .cliente .cliente_1, section.about .aboutContent .distribuidores .provider .cliente_1 {
  width: 161.176px;
  height: 80px;
  background: url(../assets/landing/clients/southern_copper.png), lightgray -1.716px -14.118px/102.048% 117.647% no-repeat;
}
section.about .aboutContent .empresas .cliente .cliente_2, section.about .aboutContent .empresas .provider .cliente_2, section.about .aboutContent .distribuidores .cliente .cliente_2, section.about .aboutContent .distribuidores .provider .cliente_2 {
  width: 145.455px;
  height: 80px;
  background: url(../assets/landing/clients/lincuna.png), lightgray -36.564px -21.818px/126.508% 154.545% no-repeat;
}
section.about .aboutContent .empresas .cliente .cliente_3, section.about .aboutContent .empresas .provider .cliente_3, section.about .aboutContent .distribuidores .cliente .cliente_3, section.about .aboutContent .distribuidores .provider .cliente_3 {
  width: 268px;
  height: 80px;
  background: url(../assets/landing/clients/sodexo.png), lightgray -36.564px -21.818px/126.508% 154.545% no-repeat;
}
section.about .aboutContent .empresas .cliente .cliente_4, section.about .aboutContent .empresas .provider .cliente_4, section.about .aboutContent .distribuidores .cliente .cliente_4, section.about .aboutContent .distribuidores .provider .cliente_4 {
  width: 235.789px;
  height: 80px;
  background: url(../assets/landing/clients/eiffage.png), no-repeat;
}
section.about .aboutContent .empresas .cliente .cliente_5, section.about .aboutContent .empresas .provider .cliente_5, section.about .aboutContent .distribuidores .cliente .cliente_5, section.about .aboutContent .distribuidores .provider .cliente_5 {
  width: 143.03px;
  height: 80px;
  background: url(../assets/landing/clients/las_bambas.png), lightgray 0px -32.52px/100% 182.927% no-repeat;
}
section.about .aboutContent .empresas .cliente .cliente_6, section.about .aboutContent .empresas .provider .cliente_6, section.about .aboutContent .distribuidores .cliente .cliente_6, section.about .aboutContent .distribuidores .provider .cliente_6 {
  width: 203.636px;
  height: 80px;
  background: url(../assets/landing/clients/sedapal.png), no-repeat;
  background-size: cover;
}
section.about .aboutContent .empresas .cliente .provider_1, section.about .aboutContent .empresas .provider .provider_1, section.about .aboutContent .distribuidores .cliente .provider_1, section.about .aboutContent .distribuidores .provider .provider_1 {
  width: 80px;
  height: 80px;
  background: url(../assets/landing/providers/v.png), lightgray 50%/cover no-repeat;
}
section.about .aboutContent .empresas .cliente .provider_2, section.about .aboutContent .empresas .provider .provider_2, section.about .aboutContent .distribuidores .cliente .provider_2, section.about .aboutContent .distribuidores .provider .provider_2 {
  width: 185px;
  height: 80px;
  background: url(../assets/landing/providers/mundo_vision.png), lightgray 0px -54.167px/100% 234.375% no-repeat;
}
section.about .aboutContent .empresas .cliente .provider_3, section.about .aboutContent .empresas .provider .provider_3, section.about .aboutContent .distribuidores .cliente .provider_3, section.about .aboutContent .distribuidores .provider .provider_3 {
  width: 168px;
  height: 80px;
  background: url(../assets/landing/providers/ferreteria_huancayo.png), lightgray 0px -54.167px/100% 234.375% no-repeat;
}
section.about .aboutContent .empresas .cliente .provider_4, section.about .aboutContent .empresas .provider .provider_4, section.about .aboutContent .distribuidores .cliente .provider_4, section.about .aboutContent .distribuidores .provider .provider_4 {
  width: 173.846px;
  height: 80px;
  background: url(../assets/landing/providers/rojesan.png), lightgray 50%/cover no-repeat;
}
section.about .aboutContent .empresas .cliente .provider_5, section.about .aboutContent .empresas .provider .provider_5, section.about .aboutContent .distribuidores .cliente .provider_5, section.about .aboutContent .distribuidores .provider .provider_5 {
  width: 200.678px;
  height: 80px;
  background: url(../assets/landing/providers/electro_rayo.png), lightgray 50%/cover no-repeat;
}
@media (max-width: 767.98px) {
  section.about .aboutContent.providers .form_team {
    padding-left: 0px;
    padding-right: 0px;
  }
}
section.about .aboutContent.providers h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}
@media (max-width: 767.98px) {
  section.about .aboutContent.providers h3 {
    margin-top: 30px;
  }
}
section.about .aboutContent.providers form .sepa {
  margin-top: 16px;
  margin-bottom: 16px;
}
section.about .aboutContent.providers form button {
  width: 100%;
}
section.expertise .exp_box {
  display: flex;
  padding: 40px 48px;
  flex-direction: column;
  gap: 24px;
  border-top: 2px solid #001A0D;
  border-bottom: 2px solid #001A0D;
  background: #118F52;
}
@media (max-width: 767.98px) {
  section.expertise .exp_box {
    padding: 30px 15px;
  }
}
section.expertise .exp_box a {
  text-decoration: none;
}
section.expertise .exp_box a button {
  width: 100%;
}
@media (max-width: 767.98px) {
  section.expertise .exp_box a button {
    font-size: 18px;
  }
}
section.expertise .exp_box .sector {
  border: 2px solid #001A0D;
}
section.expertise .exp_box .sector .layout {
  display: flex;
  padding: 8px 32px;
  align-items: center;
  gap: 8px;
  background-color: #001A0D;
  color: #F2F2F2;
  font-family: "Aoboshi One";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767.98px) {
  section.expertise .exp_box .sector .layout {
    font-size: 20px;
  }
}
section.expertise .exp_box .sector .especialidad {
  background-color: #1FA74D;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
section.expertise .exp_box .sector .especialidad .pack {
  display: inline-flex;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 1199.98px) {
  section.expertise .exp_box .sector .especialidad .pack {
    flex-direction: column;
    align-items: center;
  }
}
section.expertise .exp_box .sector .especialidad .item {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background-color: #F2F2F2;
  font-family: "Aoboshi One";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.expertise .exp_box .title h2 {
  margin-bottom: 0;
  font-family: "Aoboshi One";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #F2F2F2;
}
section.expertise .exp_box .title h2 span {
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #F2F2F2;
  -webkit-text-fill-color: transparent;
  font-family: "Black Han Sans";
  font-size: 248px;
  font-style: normal;
  font-weight: 400;
  line-height: 180px;
}
@media (max-width: 767.98px) {
  section.expertise .exp_box .title h2 span {
    line-height: 100px;
    font-size: 100px;
  }
}
@media (max-width: 767.98px) {
  section.expertise .exp_box .title h2 {
    font-size: 18px;
  }
}
section.trust .why {
  display: flex;
  padding: 40px 24px;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  border-top: 2px solid #001A0D;
  border-bottom: 2px solid #001A0D;
  background: #118F52;
}
section.trust .why .title h2 {
  margin-bottom: 0px;
  align-self: stretch;
  color: #FFFCF9;
  font-family: "Aoboshi One";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767.98px) {
  section.trust .why .title h2 {
    font-size: 28px;
  }
}
section.trust .why .trust_pack, section.trust .why .trust_pack_h {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
@media (min-width: 767.98px) and (max-width: 991.98px) {
  section.trust .why .trust_pack, section.trust .why .trust_pack_h {
    gap: 6px;
  }
}
@media (max-width: 767.98px) {
  section.trust .why .trust_pack, section.trust .why .trust_pack_h {
    flex-direction: column;
  }
}
section.trust .why .trust_pack .trust_item_h, section.trust .why .trust_pack_h .trust_item_h {
  display: flex;
  width: 280px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767.98px) {
  section.trust .why .trust_pack .trust_item_h, section.trust .why .trust_pack_h .trust_item_h {
    width: 100%;
  }
}
section.trust .why .trust_pack .trust_item_h.middle, section.trust .why .trust_pack_h .trust_item_h.middle {
  width: 360px;
}
@media (max-width: 767.98px) {
  section.trust .why .trust_pack .trust_item_h.middle, section.trust .why .trust_pack_h .trust_item_h.middle {
    width: 100%;
  }
}
section.trust .why .trust_pack .trust_item_h .image_h, section.trust .why .trust_pack_h .trust_item_h .image_h {
  height: 140px;
  align-self: stretch;
  border-radius: 8px;
  background-size: cover !important;
}
section.trust .why .trust_pack .trust_item_h .image_h.image_1, section.trust .why .trust_pack_h .trust_item_h .image_h.image_1 {
  background: url(../assets/landing/trust/image_1_h.jpg), lightgray 0px -42px/100% 150.97% no-repeat;
}
section.trust .why .trust_pack .trust_item_h .image_h.image_2, section.trust .why .trust_pack_h .trust_item_h .image_h.image_2 {
  background: url(../assets/landing/trust/image_2_h.jpg), lightgray 0px -42px/100% 150.97% no-repeat;
}
section.trust .why .trust_pack .trust_item_h .image_h.image_3, section.trust .why .trust_pack_h .trust_item_h .image_h.image_3 {
  background: url(../assets/landing/trust/image_3_h.jpg), lightgray 0px -42px/100% 150.97% no-repeat;
}
section.trust .why .trust_pack .trust_item_h .description, section.trust .why .trust_pack_h .trust_item_h .description {
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  background: #FFFCF9;
  text-align: center;
}
section.trust .why .trust_pack .trust_item_h .description.description_4 span, section.trust .why .trust_pack_h .trust_item_h .description.description_4 span {
  display: block;
}
section.trust .why .trust_pack .trust_item_h .description h3, section.trust .why .trust_pack_h .trust_item_h .description h3 {
  margin-bottom: 0;
  color: #001A0D;
  text-align: center;
  font-family: "Aoboshi One";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.trust .why .trust_pack .trust_item, section.trust .why .trust_pack_h .trust_item {
  display: flex;
  width: 280px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767.98px) {
  section.trust .why .trust_pack .trust_item, section.trust .why .trust_pack_h .trust_item {
    width: 100%;
  }
}
section.trust .why .trust_pack .trust_item .image, section.trust .why .trust_pack_h .trust_item .image {
  height: 318px;
  align-self: stretch;
  border-radius: 8px;
  background-size: cover !important;
}
section.trust .why .trust_pack .trust_item .image.image_1, section.trust .why .trust_pack_h .trust_item .image.image_1 {
  background: url(../assets/landing/trust/image_1.jpg), lightgray -3.24px -60.995px/100% 156.243% no-repeat;
}
section.trust .why .trust_pack .trust_item .image.image_2, section.trust .why .trust_pack_h .trust_item .image.image_2 {
  background: url(../assets/landing/trust/image_2.jpg), lightgray 0px -41.783px/100% 117.771% no-repeat;
}
section.trust .why .trust_pack .trust_item .image.image_3, section.trust .why .trust_pack_h .trust_item .image.image_3 {
  background: url(../assets/landing/trust/image_3.jpg), lightgray -117.085px -8.833px/160.886% 105.912% no-repeat;
}
section.trust .why .trust_pack .trust_item .image.image_4, section.trust .why .trust_pack_h .trust_item .image.image_4 {
  background: url(../assets/landing/trust/image_4.jpg), lightgray -0.316px -66.695px/118.369% 139.554% no-repeat;
}
section.trust .why .trust_pack .trust_item .description, section.trust .why .trust_pack_h .trust_item .description {
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  background: #FFFCF9;
  text-align: center;
}
section.trust .why .trust_pack .trust_item .description.description_4 span, section.trust .why .trust_pack_h .trust_item .description.description_4 span {
  display: block;
}
section.trust .why .trust_pack .trust_item .description h3, section.trust .why .trust_pack_h .trust_item .description h3 {
  margin-bottom: 0;
  color: #001A0D;
  text-align: center;
  font-family: "Aoboshi One";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.values .value_container {
  display: flex;
  padding: 40px 48px;
  gap: 24px;
  border-top: 2px solid #001A0D;
  border-bottom: 2px solid #001A0D;
  background: #FFFCF9;
}
@media (max-width: 767.98px) {
  section.values .value_container {
    padding: 40px 0px;
  }
}
section.values .left_side {
  border-right: 2px solid #001A0D;
  padding-right: 32px;
}
@media (max-width: 767.98px) {
  section.values .left_side {
    padding-right: 24px;
    padding-left: 24px;
    border-right: 0px;
    margin-bottom: 30px;
  }
}
section.values .right_side {
  padding-left: 32px;
}
@media (max-width: 767.98px) {
  section.values .right_side {
    margin-top: 0px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
section.values hr {
  display: none;
}
@media (max-width: 767.98px) {
  section.values hr {
    width: 100%;
    display: block;
    margin-bottom: 0px;
    background-color: #FDD800;
    color: #FDD800;
    height: 4px;
  }
}
section.values .value_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  flex: 1 0 0;
}
section.values .value_block .title_value h2 {
  color: #001A0D;
  font-family: "Aoboshi One";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
}
@media (max-width: 767.98px) {
  section.values .value_block .title_value h2 {
    font-size: 32px;
  }
}
section.values .value_block .content_value {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
section.values .value_block .content_value p {
  margin-bottom: 0;
  color: #001A0D;
  font-family: "Aoboshi One";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767.98px) {
  section.values .value_block .content_value .dot {
    display: none;
  }
}
section.vs .vsVs {
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Aoboshi One";
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  margin-top: -10px;
}
@media (max-width: 767.98px) {
  section.vs .vsVs {
    font-size: 45px;
    margin-top: 20px;
    z-index: 999;
  }
}
section.vs .vs_border {
  border-top: 2px solid #001A0D;
  border-bottom: 2px solid #001A0D;
  background: #1FA74D;
}
section.vs .vs_layout {
  display: flex;
  padding: 40px 48px;
}
@media (max-width: 767.98px) {
  section.vs .vs_layout {
    padding: 24px;
  }
}
section.vs .vs_layout .pack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
section.vs .vs_layout .title h2 {
  margin-bottom: 0;
  color: #FFFCF9;
  text-align: center;
  font-family: "Aoboshi One";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767.98px) {
  section.vs .vs_layout .title h2 {
    font-size: 21px;
  }
}
section.vs .vs_layout .content_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
section.vs .vs_layout .content_list.left_side {
  padding-right: 32px;
  border-right: 2px solid #001A0D;
}
@media (max-width: 767.98px) {
  section.vs .vs_layout .content_list.left_side {
    padding-right: 12px;
  }
}
section.vs .vs_layout .content_list.right_side {
  padding-left: 32px;
}
@media (max-width: 767.98px) {
  section.vs .vs_layout .content_list.right_side {
    padding-left: 12px;
  }
}
section.vs .vs_layout .content_list .unit {
  display: flex;
  padding: 16px 32px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  background-color: #FFFCF9;
  color: #001A0D;
  font-family: "Aoboshi One";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767.98px) {
  section.vs .vs_layout .content_list .unit {
    padding: 8px 16px;
    font-size: 18px;
  }
}
@media (max-width: 389.98px) {
  section.vs .vs_layout .content_list .unit {
    font-size: 14px;
  }
}
section.conclusions .c_layout {
  display: flex;
  padding: 40px 48px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-top: 2px solid #001A0D;
  border-bottom: 2px solid #001A0D;
  background: #FFFCF9;
}
@media (max-width: 767.98px) {
  section.conclusions .c_layout {
    padding: 40px 24px;
  }
}
section.conclusions .c_layout .separate {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
section.conclusions .c_layout .c_details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
section.conclusions .c_layout .c_details .bullet {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767.98px) {
  section.conclusions .c_layout .c_details .bullet {
    padding-bottom: 20px;
    border-bottom: 2px solid #FDD800;
  }
  section.conclusions .c_layout .c_details .bullet:last-child {
    border-bottom: none;
  }
}
section.conclusions .c_layout .c_details .bullet .content {
  color: #001A0D;
  font-family: "Aoboshi One";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767.98px) {
  section.conclusions .c_layout .c_details .bullet .content {
    font-size: 21px;
  }
}
@media (max-width: 767.98px) {
  section.conclusions .c_layout .c_details .bullet .dot {
    display: none;
  }
}
section.conclusions .c_layout .title {
  align-self: stretch;
}
section.conclusions .c_layout .title h2 {
  color: #001A0D;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
}

section.products {
  margin-top: 160px;
}
section.products .title_layout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #001A0D;
  -webkit-text-fill-color: transparent;
  font-family: "Black Han Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  padding-bottom: 24px;
}
@media (max-width: 767.98px) {
  section.products .title_layout {
    font-size: 42px;
    padding-bottom: 0px;
  }
}
section.products .products_layout {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
  margin-bottom: 24px;
}
section.products .products_layout .first {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  section.products .products_layout .first {
    margin-bottom: 0px;
  }
}
section.products .product_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767.98px) {
  section.products .product_item {
    margin-bottom: 30px;
    gap: 12px;
  }
}
section.products .product_item .product_image {
  width: 100%;
  border-radius: 8px;
}
section.products .product_item .product_image img {
  object-fit: cover;
  max-width: 100%;
  height: 400px;
  border-radius: 8px;
  width: 100% !important;
}
@media (min-width: 767.98px) and (max-width: 991.98px) {
  section.products .product_item .product_image img {
    height: auto;
  }
}
@media (max-width: 767.98px) {
  section.products .product_item .product_image img {
    height: auto;
  }
}
section.products .product_item .product_title {
  width: 100%;
  display: flex;
  padding: 24px 48px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  background-color: #FFFCF9;
  color: #001A0D;
  text-align: center;
  font-family: "Aoboshi One";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991.98px) {
  section.products .product_item .product_title {
    font-size: 21px;
    padding: 24px 24px;
  }
}
section.products .product_item .product_bullet {
  width: 100%;
  display: flex;
  padding: 24px 48px;
  background-color: #FFFCF9;
  color: #001A0D;
  flex-direction: column;
  align-self: stretch;
  border-radius: 8px;
  gap: 8px;
}
@media (max-width: 991.98px) {
  section.products .product_item .product_bullet {
    padding: 24px 24px;
  }
}
section.products .product_item .product_bullet h2 {
  margin-bottom: 0;
  color: #001A0D;
  font-family: "Aoboshi One";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991.98px) {
  section.products .product_item .product_bullet h2 {
    margin-bottom: 10px;
  }
}
section.products .product_item .product_bullet .bullets {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
section.products .product_item .product_bullet .data {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
section.products .product_item .product_bullet .data .text {
  font-family: "Aoboshi One";
  color: #001A0D;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 767.98px) and (max-width: 991.98px) {
  section.products .product_item .product_bullet .data .text {
    font-size: 16px;
  }
}
section.products .product_item .product_bullet .data span.notice {
  font-size: 12px;
}

section.services {
  margin-top: 160px;
}
section.services .services_layout {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-self: stretch;
}
@media (max-width: 767.98px) {
  section.services .services_layout {
    gap: 8px;
  }
}
section.services .services_layout .row:last-child {
  margin-top: 8px;
}
section.services .title_layout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #001A0D;
  -webkit-text-fill-color: transparent;
  font-family: "Black Han Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  section.services .title_layout {
    font-size: 42px;
  }
}
section.services .card_service {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  flex: 1 0 0;
}
@media (max-width: 767.98px) {
  section.services .card_service {
    margin-bottom: 30px;
    gap: 12px;
  }
}
section.services .card_service .card_img {
  border-radius: 8px;
  width: 100%;
}
section.services .card_service .card_img img {
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
}
section.services .card_service .card_description {
  display: flex;
  padding: 24px 48px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  width: 100%;
  color: #001A0D;
  text-align: center;
  font-family: "Aoboshi One";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: #FFFCF9;
  border-radius: 8px;
}
@media (max-width: 991.98px) {
  section.services .card_service .card_description {
    padding: 24px 24px;
    font-size: 20px;
  }
}

section.guias_interactivas {
  margin-top: 160px;
  direction: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
section.guias_interactivas .guias_interactivas_layout {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-self: stretch;
}
@media (max-width: 767.98px) {
  section.guias_interactivas .guias_interactivas_layout {
    gap: 16px;
  }
}
section.guias_interactivas .guias_interactivas_layout .row:last-child {
  margin-top: 8px;
}
section.guias_interactivas .title_layout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #001A0D;
  -webkit-text-fill-color: transparent;
  font-family: "Black Han Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  section.guias_interactivas .title_layout {
    font-size: 42px;
  }
}
section.guias_interactivas .title_class {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #001A0D;
  font-family: "Aoboshi One";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.guias_interactivas .title_class h3 {
  color: var(--Marguzterr-Negro, #001A0D);
  font-family: "Aoboshi One";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
section.guias_interactivas a {
  text-decoration: none;
}
section.guias_interactivas .guide_carousel {
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  overflow-x: auto;
}
section.guias_interactivas .guide_carousel .guide_card {
  flex-shrink: 0;
  display: flex;
  width: 496px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767.98px) {
  section.guias_interactivas .guide_carousel .guide_card {
    width: 250px;
    gap: 12px;
  }
}
section.guias_interactivas .guide_carousel .guide_card .guide_img {
  border-radius: 8px;
  border: 2px solid #001A0D;
  background: #118F52;
  width: 100%;
}
section.guias_interactivas .guide_carousel .guide_card .guide_img img {
  width: 100%;
  border-radius: 8px;
}
section.guias_interactivas .guide_carousel .guide_card .guide_text {
  display: flex;
  padding: 24px 48px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  background-color: #FFFCF9;
  border-radius: 8px;
  color: #001A0D;
  text-align: center;
  font-family: "Aoboshi One";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767.98px) {
  section.guias_interactivas .guide_carousel .guide_card .guide_text {
    padding: 24px 12px;
    font-size: 19px;
  }
}
section.proximas_capacitaciones {
  margin-top: 50px;
}
section.proximas_capacitaciones .training_layout {
  border-top: 2px solid #001A0D;
  border-bottom: 2px solid #001A0D;
  background: #118F52;
  padding: 40px 40px;
}
@media (max-width: 767.98px) {
  section.proximas_capacitaciones .training_layout {
    padding: 40px 24px;
    font-size: 19px;
  }
}
section.proximas_capacitaciones .training_layout h2 {
  color: #FFFCF9;
  font-size: 40px;
  font-family: "Aoboshi One";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  section.proximas_capacitaciones .training_layout h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
section.proximas_capacitaciones .training_layout h3 {
  color: #FFFCF9;
  margin-bottom: 0;
  font-size: 20px;
  font-family: "Aoboshi One";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.proximas_capacitaciones .training_layout form {
  margin-top: 20px;
}
section.proximas_capacitaciones .training_layout form .form_suggestions label {
  color: #FFFCF9;
}
section.proximas_capacitaciones .training_layout form .form_suggestions input {
  border-color: #FFFCF9;
  background-color: transparent;
  color: #FFFCF9 !important;
}
section.proximas_capacitaciones .training_layout form .form_suggestions .form_half {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 767.98px) {
  section.proximas_capacitaciones .training_layout form .form_suggestions .form_half {
    display: block;
  }
}
section.proximas_capacitaciones .training_layout form .form_suggestions .form_half .unit {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-self: stretch;
}
section.proximas_capacitaciones .training_layout form .form_suggestions button {
  background-color: #FFFCF9;
  color: #001A0D;
  width: 100%;
}

section.calculadora {
  margin-top: 160px;
  direction: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
section.calculadora .calculadora_layout {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
}
section.calculadora .calculadora_layout .row:last-child {
  margin-top: 8px;
}
section.calculadora .title_layout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #001A0D;
  -webkit-text-fill-color: transparent;
  font-family: "Black Han Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  section.calculadora .title_layout {
    font-size: 40px;
  }
}
section.calculadora .white_space {
  display: flex;
  padding: 40px 48px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-top: 2px solid #001A0D;
  border-bottom: 2px solid #001A0D;
  background: #FFFCF9;
}
@media (max-width: 767.98px) {
  section.calculadora .white_space {
    padding: 40px 24px;
  }
}
section.calculadora .white_space .head_white_space {
  display: flex;
  flex-direction: row;
}
@media (max-width: 991.98px) {
  section.calculadora .white_space .head_white_space {
    display: block;
  }
}
section.calculadora .white_space .reset {
  padding: 5px;
  position: relative;
  right: -10px;
  top: -30px;
}
@media (max-width: 991.98px) {
  section.calculadora .white_space .reset {
    display: none;
  }
}
section.calculadora .white_space .reset .reset_text {
  text-align: center;
  font-size: 14px;
  color: #7f7f7f;
}
section.calculadora .white_space .title_space h2, section.calculadora .white_space .title_space h3 {
  margin-bottom: 0px;
  color: #001A0D;
  font-family: "Aoboshi One";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.calculadora .white_space .title_space h2 {
  font-size: 40px;
}
@media (max-width: 767.98px) {
  section.calculadora .white_space .title_space h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
section.calculadora .white_space .title_space h3 {
  font-size: 20px;
}
section.calculadora .white_space .interactive_form {
  width: 100%;
  display: flex;
  flex-direction: column; /* Cambia a dirección de columna para apilar verticalmente en pantallas pequeñas */
  gap: 24px;
  align-self: stretch;
}
section.calculadora .white_space .interactive_form .help {
  display: flex;
  flex-direction: row;
  flex: 1;
  gap: 8px;
  align-items: center;
}
section.calculadora .white_space .interactive_form .help .text_icon {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}
section.calculadora .white_space .interactive_form button.primario {
  margin-top: 24px;
  width: 100%;
}
section.calculadora .white_space .interactive_form .form_container {
  display: flex;
  flex-wrap: wrap; /* Permite que los .form_pack se envuelvan a la siguiente línea si no hay espacio suficiente */
  gap: 24px;
  align-self: stretch;
}
@media (max-width: 991.98px) {
  section.calculadora .white_space .interactive_form .form_container {
    display: block;
  }
}
section.calculadora .white_space .interactive_form .form_container .form_pack {
  flex: 1; /* Hace que cada .form_pack ocupe el 100% del ancho disponible */
  display: flex;
  flex-direction: column; /* Apila las etiquetas y los inputs verticalmente */
  gap: 8px;
  align-self: stretch;
}
section.calculadora .white_space .interactive_form .form_container .form_pack label {
  white-space: nowrap; /* Evita que las etiquetas se rompan en varias líneas */
}
section.calculadora .white_space .interactive_form .form_container .form_pack label a {
  position: relative;
  top: -1.5px;
}
section.calculadora .white_space .interactive_form .form_container .form_pack input {
  width: 100%; /* Ocupa todo el ancho disponible */
}
section.calculadora .white_space .interactive_form .reiniciar_formulario {
  display: none;
}
@media (max-width: 991.98px) {
  section.calculadora .white_space .interactive_form .reiniciar_formulario {
    margin-top: 20px;
    display: block;
    text-align: center;
    color: #118F52 !important;
    font-size: 18px;
  }
}
section.calculadora .white_space .disclaimer {
  color: #001A0D;
  font-family: "Aoboshi One";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991.98px) {
  section.calculadora .white_space .disclaimer {
    font-size: 12px;
  }
}
section.calculadora .white_space .form_answer .card_form h2 {
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  section.calculadora .white_space .form_answer .card_form h2 {
    margin-top: 20px;
  }
}
section.calculadora .white_space .form_answer .card_form .upper_card {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 991.98px) {
  section.calculadora .white_space .form_answer .card_form .upper_card {
    display: block;
  }
}
section.calculadora .white_space .form_answer .card_form .upper_card .img_card_form {
  display: flex;
}
section.calculadora .white_space .form_answer .card_form .upper_card .img_card_form img {
  width: 292px;
  height: auto;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  section.calculadora .white_space .form_answer .card_form .upper_card .img_card_form img {
    margin: 20px 0px;
    width: 100%;
  }
}
section.calculadora .white_space .form_answer .card_form .upper_card .text_card_form {
  font-size: 20px;
  margin-bottom: 20px;
}
section.calculadora .white_space .form_answer .card_form .bottom_card {
  display: block;
}
section.calculadora .white_space .form_answer .card_form .bottom_card .text_bottom_card {
  font-size: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  section.calculadora .white_space .form_answer .card_form .bottom_card .text_bottom_card {
    font-size: 16px;
  }
}
section.calculadora .white_space .form_answer .card_form .bottom_card a {
  text-decoration: none;
}
section.calculadora .white_space .form_answer .card_form .bottom_card a button {
  width: 100%;
}
@media (max-width: 991.98px) {
  section.calculadora .white_space .form_answer .card_form .bottom_card a button {
    font-size: 20px;
  }
}
section.calculadora .white_space .faq_layout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  background-color: #FFFCF9;
}
section.calculadora .white_space .faq_layout .accordion-button.collapsed::after {
  background: url("/assets/calculator/keyboard_arrow_up.svg");
  width: 40px;
  height: 40px;
}
section.calculadora .white_space .faq_layout .accordion-button:not(.collapsed)::after {
  background: url("/assets/calculator/keyboard_arrow_up.svg");
  width: 40px;
  height: 40px;
}
section.calculadora .white_space .faq_layout .accordion-header {
  width: 100%;
}
section.calculadora .white_space .faq_layout .accordion-header button.accordion-button {
  color: #001A0D;
  font-family: "Aoboshi One";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 24px;
  border-bottom: 1px solid #001A0D;
  background-color: #FFFCF9;
}
@media (max-width: 767.98px) {
  section.calculadora .white_space .faq_layout .accordion-header button.accordion-button {
    padding-left: 0px;
    padding-right: 0px;
  }
}
section.calculadora .white_space .faq_layout .accordion-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex: 1;
}
section.calculadora .white_space .faq_layout .accordion-body {
  background-color: #FFFCF9;
  color: #118F52;
  font-family: "Aoboshi One";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767.98px) {
  section.calculadora .white_space .faq_layout .accordion-body {
    padding-left: 0px;
    padding-right: 0px;
  }
}

section.contactanos {
  margin-top: 160px;
  direction: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
section.contactanos .contactanos_layout {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
}
section.contactanos .contactanos_layout .row:last-child {
  margin-top: 8px;
}
section.contactanos .title_layout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #001A0D;
  -webkit-text-fill-color: transparent;
  font-family: "Black Han Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  section.contactanos .title_layout {
    font-size: 40px;
  }
}
section.contactanos .white_space {
  padding: 40px 48px;
  border-top: 2px solid #001A0D;
  border-bottom: 2px solid #001A0D;
  background: #FFFCF9;
}
@media (max-width: 767.98px) {
  section.contactanos .white_space {
    padding: 40px 24px;
  }
}
section.contactanos .white_space .group_mid {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-self: stretch;
}
@media (max-width: 767.98px) {
  section.contactanos .white_space .group_mid {
    display: block;
  }
}
section.contactanos .white_space .group_mid .row_group {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 767.98px) {
  section.contactanos .white_space .group_mid .row_group {
    display: block;
  }
}
section.contactanos .white_space .group_mid .row_group .mb-3 {
  flex: 1; /* Ocupa el 100% del ancho disponible */
}
section.contactanos .white_space .group_mid .row_group label {
  white-space: nowrap;
}
section.contactanos .white_space .group_mid .row_group input {
  width: 100%;
}
section.contactanos .white_space .group_large {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
section.contactanos .white_space .group_large .mb-3 {
  flex: 1; /* Ocupa el 100% del ancho disponible */
}
section.contactanos .white_space .group_large label {
  white-space: nowrap;
}
section.contactanos .white_space .group_large textarea {
  width: 100%;
}
section.contactanos .white_space .group_large button {
  width: 100%;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #F2F2F2;
  pointer-events: auto;
  background-color: #f2f2f2 !important;
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-content .modal-header {
  padding-top: 20px;
  padding-bottom: 0px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  border-bottom: none;
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-content .modal-header .btn-close {
  padding: 30px;
}
.modal-content .modal-body .head_instructivo {
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-self: stretch;
}
.modal-content .modal-body .head_instructivo .title_instructivo h2 {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #001A0D;
  -webkit-text-fill-color: transparent;
  font-family: "Black Han Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
}
@media (max-width: 767.98px) {
  .modal-content .modal-body .head_instructivo .title_instructivo h2 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .modal-content .modal-body .head_instructivo .link_video iframe {
    height: 240px;
  }
}
@media (min-width: 767.98px) and (max-width: 991.98px) {
  .modal-content .modal-body .head_instructivo .link_video iframe {
    height: 340px;
  }
}
.modal-content .modal-body .head_product, .modal-content .modal-body .head_services {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .modal-content .modal-body .head_product, .modal-content .modal-body .head_services {
    display: block;
  }
}
.modal-content .modal-body .head_product .title_product .bullets, .modal-content .modal-body .head_product .title_services .bullets, .modal-content .modal-body .head_services .title_product .bullets, .modal-content .modal-body .head_services .title_services .bullets {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
@media (max-width: 991.98px) {
  .modal-content .modal-body .head_product .title_product .bullets, .modal-content .modal-body .head_product .title_services .bullets, .modal-content .modal-body .head_services .title_product .bullets, .modal-content .modal-body .head_services .title_services .bullets {
    margin-bottom: 20px;
  }
}
.modal-content .modal-body .head_product .title_product .bullets .data, .modal-content .modal-body .head_product .title_services .bullets .data, .modal-content .modal-body .head_services .title_product .bullets .data, .modal-content .modal-body .head_services .title_services .bullets .data {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.modal-content .modal-body .head_product .title_product .bullets .data .text, .modal-content .modal-body .head_product .title_services .bullets .data .text, .modal-content .modal-body .head_services .title_product .bullets .data .text, .modal-content .modal-body .head_services .title_services .bullets .data .text {
  color: #001A0D;
  font-family: "Aoboshi One";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.modal-content .modal-body .head_product .title_product h2, .modal-content .modal-body .head_product .title_services h2, .modal-content .modal-body .head_services .title_product h2, .modal-content .modal-body .head_services .title_services h2 {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #001A0D;
  -webkit-text-fill-color: transparent;
  font-family: "Black Han Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
}
@media (max-width: 767.98px) {
  .modal-content .modal-body .head_product .title_product h2, .modal-content .modal-body .head_product .title_services h2, .modal-content .modal-body .head_services .title_product h2, .modal-content .modal-body .head_services .title_services h2 {
    font-size: 42px;
    margin-bottom: 20px;
  }
}
.modal-content .modal-body .head_product .title_product h3, .modal-content .modal-body .head_product .title_services h3, .modal-content .modal-body .head_services .title_product h3, .modal-content .modal-body .head_services .title_services h3 {
  margin-bottom: 20px;
  color: #001A0D;
  font-family: "Aoboshi One";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.modal-content .modal-body .head_product .title_services h2, .modal-content .modal-body .head_services .title_services h2 {
  font-size: 48px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .modal-content .modal-body .head_product .title_services h2, .modal-content .modal-body .head_services .title_services h2 {
    font-size: 40px;
  }
}
.modal-content .modal-body .head_product .img_product img, .modal-content .modal-body .head_services .img_product img {
  border-radius: 8px;
  object-fit: cover;
  width: 300px;
}
@media (max-width: 991.98px) {
  .modal-content .modal-body .head_product .img_product img, .modal-content .modal-body .head_services .img_product img {
    width: 100%;
  }
}
.modal-content .modal-body .head_product .img_service img, .modal-content .modal-body .head_services .img_service img {
  border-radius: 8px;
  object-fit: cover;
  width: 380px;
  height: 500px;
}
@media (max-width: 991.98px) {
  .modal-content .modal-body .head_product .img_service img, .modal-content .modal-body .head_services .img_service img {
    width: 100%;
    height: auto;
  }
}
.modal-content .modal-body .table_product {
  display: flex;
  padding: 32px 24px;
  align-items: flex-start;
  gap: 24px;
  border-top: 2px solid #001A0D;
  border-bottom: 2px solid #001A0D;
  background: #FFFCF9;
}
@media (max-width: 991.98px) {
  .modal-content .modal-body .table_product {
    display: block;
  }
}
.modal-content .modal-body .table_product .column_product {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1 0 0;
}
@media (max-width: 991.98px) {
  .modal-content .modal-body .table_product .column_product {
    gap: 8px;
    margin-bottom: 20px;
  }
  .modal-content .modal-body .table_product .column_product:last-child {
    margin-bottom: 0px;
  }
}
.modal-content .modal-body .table_product .column_product .title_column {
  text-align: center;
}
.modal-content .modal-body .table_product .column_product .title_column h2 {
  color: #001A0D;
  font-family: "Aoboshi One";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  .modal-content .modal-body .table_product .column_product .title_column h2 {
    font-size: 21px;
  }
}
.modal-content .modal-body .table_product .column_product .bullets_column .data {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 16px;
  border-top: 1px solid #D9D9D9;
}
@media (max-width: 991.98px) {
  .modal-content .modal-body .table_product .column_product .bullets_column .data {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.modal-content .modal-body .table_product .column_product .bullets_column .data:last-child {
  border-bottom: 1px solid #D9D9D9;
}
.modal-content .modal-body .table_product .column_product .bullets_column .data .type {
  color: #001A0D;
  font-family: "Aoboshi One";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .modal-content .modal-body .table_product .column_product .bullets_column .data .type {
    font-size: 14px;
  }
}
.modal-content .modal-body .table_product .column_product .bullets_column .data .name {
  color: #7F7F7F;
  font-family: "Aoboshi One";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .modal-content .modal-body .table_product .column_product .bullets_column .data .name {
    font-size: 14px;
  }
}
.modal-content .modal-body .table_product .column_product .show_more {
  display: flex;
  flex-direction: row-reverse;
  display: none;
}
@media (max-width: 991.98px) {
  .modal-content .modal-body .table_product .column_product .show_more {
    display: none;
  }
}
.modal-content .modal-body .table_product .column_product .show_more a {
  color: var(--Marguzterr-Verde, #118F52);
  font-family: "Aoboshi One";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
.modal-content .modal-footer {
  border-top: none;
  padding-bottom: 48px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 991.98px) {
  .modal-content .modal-footer {
    gap: 8px;
  }
}
.modal-content .modal-footer .button_container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
}
.modal-content .modal-footer .button_container button, .modal-content .modal-footer .button_container a {
  width: 100%;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .modal-content .modal-footer .button_container button, .modal-content .modal-footer .button_container a {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .modal-content .modal-footer .button_container button button, .modal-content .modal-footer .button_container a button {
    padding: 10px;
  }
}

#mensajeExito, .mensajeExito {
  padding: 12px 24px;
  width: 100%;
  background-color: rgba(31, 167, 77, 0.1);
  border: 1px solid #118F52;
  border-radius: 8px;
  font-family: "Aoboshi One", serif;
  font-size: 24px;
}
#mensajeExito i, .mensajeExito i {
  margin-right: 10px;
  color: #118F52;
  font-size: 24px;
}
@media (max-width: 767.98px) {
  #mensajeExito i, .mensajeExito i {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  #mensajeExito, .mensajeExito {
    font-size: 20px;
  }
}

#mensajeSuccess {
  padding: 12px 24px;
  width: 100%;
  background-color: rgba(31, 167, 77, 0.1);
  border: 1px solid #118F52;
  border-radius: 8px;
  font-family: "Aoboshi One", serif;
  font-size: 24px;
}
@media (max-width: 767.98px) {
  #mensajeSuccess {
    font-size: 20px;
  }
}
#mensajeSuccess i {
  margin-right: 10px;
  color: #118F52;
  font-size: 24px;
}
@media (max-width: 767.98px) {
  #mensajeSuccess i {
    font-size: 20px;
  }
}

#mensajeOk {
  padding: 12px 24px;
  width: 100%;
  background-color: rgba(31, 167, 77, 0.1);
  border: 1px solid #118F52;
  border-radius: 8px;
  font-family: "Aoboshi One", serif;
  font-size: 24px;
}
@media (max-width: 767.98px) {
  #mensajeOk {
    font-size: 20px;
  }
}
#mensajeOk i {
  margin-right: 10px;
  color: #118F52;
  font-size: 24px;
}
@media (max-width: 767.98px) {
  #mensajeOk i {
    font-size: 20px;
  }
}

.footer_success {
  margin-top: 20px;
}

.contact_form_success {
  margin-top: 60px;
}

.provider, .capacitacion {
  margin-top: 20px;
}

/*# sourceMappingURL=app.css.map */
