@charset "UTF-8";
body {
  background-color: #F9F9F9;
  font-family: "Open Sans", sans-serif;
}

.navbar {
  position: absolute;
  z-index: 2000;
  width: 100%;
  padding: 1rem 0rem 1rem 0rem;
  position: fixed;
  transition: all 0.5s;
}
.navbar::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
}
.navbar.fixed::before {
  opacity: 1;
}
.navbar .navbar-brand {
  z-index: 100;
}
.navbar .navbar-brand .logo {
  display: block;
  width: 136px;
  height: 26px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/foren.png);
}
.navbar .navbar-brand .logo.naranja {
  background-image: url(../images/foren-naranja.png);
}
.navbar .navbar-brand .logo.dark {
  background-image: url(../images/foren-dark.png);
}
.navbar.menu-open .navbar-brand .logo {
  background-image: url(../images/foren.png);
}
.navbar .nav-link {
  font-size: 1.1rem;
  display: block;
  padding: 0.5rem 1rem;
  color: white;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  display: flex;
  align-items: center;
  position: relative;
  font-family: "Space Grotesk", sans-serif;
}
.navbar .nav-link:hover::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: white;
}
.navbar .nav-link.active {
  font-weight: 700;
}
.navbar .nav-link.active::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
}
@media (max-width: 991.98px) {
  .navbar .nav-link:hover::before {
    content: "";
    margin-left: 1rem;
  }
  .navbar .nav-link.active {
    font-weight: 700;
  }
  .navbar .nav-link.active::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 90%;
    height: 1px;
    background-color: white;
    margin-left: 1rem;
  }
}
.navbar .dropdown-toggle:after {
  display: inline-block;
  background-image: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  width: 24px;
  height: 24px;
  content: "";
  border: none;
}
.navbar.theme-dark .nav-link {
  color: #000;
}
.navbar.theme-dark .nav-link.active {
  font-weight: 700;
}
.navbar.theme-dark .nav-link.active::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.navbar.theme-dark .dropdown-toggle:after {
  background-image: url(../images/icons/arrow-down-dark.png);
}
.navbar.theme-dark.menu-open .nav-link {
  color: #fff;
}
.navbar.theme-dark.menu-open .dropdown-toggle:after {
  background-image: url(../images/arrow-down.png);
}
@media (max-width: 991.98px) {
  .navbar {
    background-color: transparent;
    transition: background-color 0.3s ease;
    padding-top: 0rem;
    padding-bottom: 1rem;
    margin-top: 0rem;
  }
  .navbar.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar.menu-open {
    background-color: #EF4922;
  }
  .navbar .navbar-brand {
    padding: 1rem 0rem 1rem 0rem;
  }
  .navbar .navbar-brand img {
    height: 20px;
  }
  .navbar .product-dropdown {
    opacity: 0;
    height: 0px;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .navbar .product-dropdown.show {
    opacity: 1;
    height: auto;
    transform: translateY(0);
  }
  .navbar .nav-link.dropdown-toggle::after {
    transition: transform 0.3s ease;
  }
  .navbar .nav-item.dropdown.show .nav-link.dropdown-toggle::after {
    transform: rotate(180deg);
  }
}

.hero-section {
  background-color: #EF4922;
  background-image: url(../images/fondos/lines-1.png);
  background-size: auto;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 0rem 0rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}
.hero-section .hero-section-footer {
  background-image: url(../images/fondos/lines-1a.png);
  background-size: auto;
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 8rem 0rem 5rem 0rem;
}
.hero-section .hero-content {
  background-image: url(../images/fondos/producto-jardin.png);
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 0rem 4rem 0rem 4rem;
  padding: 8rem 4rem 8rem 4rem;
  text-align: start;
  z-index: 2;
}
.hero-section .hero-content::before {
  position: absolute;
  background-color: #000;
  block-size: 100%;
  content: "";
  inline-size: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
  opacity: 0.4;
  border-radius: 0rem 4rem 0rem 4rem;
}
.hero-section .hero-content .title {
  color: white;
  font-size: 3rem;
  font-weight: 500;
  z-index: 3;
  position: relative;
  font-family: "Space Grotesk", sans-serif;
}
.hero-section .hero-content .description {
  color: white;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 3rem;
  margin-top: 1rem;
  z-index: 3;
  position: relative;
  font-family: "Open Sans", sans-serif;
  width: 40%;
}
.hero-section .hero-content .button {
  padding: 1rem 1rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  border-radius: 0.3rem;
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  text-decoration: none;
  border-radius: 0rem 1rem 0 1rem;
  z-index: 3;
  position: relative;
}
.hero-section .hero-content .button .arrow-icon {
  padding-left: 1rem;
  width: 24px;
  height: 24px;
}

.hero-section-quienes {
  background-image: url(../images/fondos/hero-quienes-somos.jpg);
  background-size: cover;
  background-position: left top;
  padding: 8rem 0rem 5rem 0rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: start;
  justify-content: start;
  color: white;
  text-align: center;
  height: 768px;
  position: relative;
}
.hero-section-quienes:after {
  position: absolute;
  content: "";
  background-image: url(../images/fondos/lines-4.png);
  background-position: right bottom;
  background-size: auto;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.hero-section-quienes:before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.2) 100%);
  pointer-events: none;
}
.hero-section-quienes .hero-content {
  color: white;
  text-align: start;
  position: relative;
  width: 60%;
}
.hero-section-quienes .hero-content .title {
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  font-family: "Space Grotesk", sans-serif;
  margin-bottom: 2rem;
}
.hero-section-quienes .hero-content .description {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .hero-section-quienes:after {
    background-size: 80%;
  }
}

.hero-section-productos {
  background-image: url(../images/fondos/productos.jpg);
  background-size: cover;
  background-position: left top;
  position: relative;
  padding: 0rem 0rem 0rem 0rem;
}
.hero-section-productos .hero-section-productos-inner {
  overflow: hidden;
  display: flex;
  align-items: start;
  justify-content: start;
  color: white;
  text-align: center;
  position: relative;
  width: 100%;
  height: 768px;
  padding: 8rem 0rem 5rem 0rem;
}
.hero-section-productos .hero-section-productos-inner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/fondos/lines-5.png);
  background-position: left top;
  background-repeat: no-repeat;
}
.hero-section-productos .hero-section-productos-inner:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/fondos/lines-5a.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}
.hero-section-productos:before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none;
}
.hero-section-productos .hero-content {
  color: white;
  text-align: start;
  position: relative;
  width: 60%;
}
.hero-section-productos .hero-content .title {
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  margin-bottom: 2rem;
  font-family: "Space Grotesk", sans-serif;
}
.hero-section-productos .hero-content .description {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .hero-section-productos .hero-content {
    width: 100%;
  }
  .hero-section-productos .hero-content .title {
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 56px;
  }
  .hero-section-productos .hero-content .description {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
  }
}

.hero-section-servicios {
  background-image: url(../images/fondos/servicios.jpg);
  background-size: cover;
  background-position: left top;
  position: relative;
}
.hero-section-servicios .hero-section-servicios-inner {
  padding: 8rem 0rem 5rem 0rem;
  overflow: hidden;
  display: flex;
  align-items: start;
  justify-content: start;
  color: white;
  text-align: center;
  height: 600px;
  position: relative;
}
.hero-section-servicios .hero-section-servicios-inner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/fondos/lines-5.png);
  background-position: left top;
  background-repeat: no-repeat;
}
.hero-section-servicios:before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none;
}
.hero-section-servicios .hero-content {
  color: white;
  text-align: start;
  position: relative;
  width: 60%;
  margin: auto;
}
.hero-section-servicios .hero-content .title {
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 76px;
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
}
.hero-section-servicios .hero-content .description {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 2rem;
  text-align: center;
}
@media (max-width: 991.98px) {
  .hero-section-servicios {
    background-position: center right;
    background-image: url(../images/fondos/servicios2.jpg);
  }
  .hero-section-servicios .hero-section-servicios-inner {
    height: 750px;
  }
  .hero-section-servicios .hero-section-servicios-inner:before {
    background-image: url(../images/fondos/lines-5.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 80%;
  }
  .hero-section-servicios .hero-content {
    width: 100%;
  }
  .hero-section-servicios .hero-content .title {
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    text-align: start;
  }
  .hero-section-servicios .hero-content .description {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: start;
  }
}

.hero-section-contacto {
  padding: 4rem 0rem 4rem 0rem;
  position: relative;
}
.hero-section-contacto .hero-section-contacto-inner {
  overflow: hidden;
  display: flex;
  align-items: start;
  justify-content: start;
  color: black;
  text-align: center;
  position: relative;
}
.hero-section-contacto .hero-section-contacto-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/fondos/lines-10.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
}
.hero-section-contacto .hero-section-contacto-inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/fondos/lines-10a.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .hero-section-contacto .hero-section-contacto-inner {
    padding: 2rem 0rem 0rem 0rem;
  }
  .hero-section-contacto .hero-section-contacto-inner:before {
    background-size: 80%;
  }
  .hero-section-contacto .hero-section-contacto-inner:after {
    display: none;
  }
}
.hero-section-contacto .hero-content {
  color: black;
  text-align: start;
  position: relative;
  width: 55%;
  margin: auto;
}
.hero-section-contacto .hero-content .title {
  font-weight: 600;
  font-size: 60px;
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
}
.hero-section-contacto .hero-content .description {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 2rem;
  text-align: center;
}
@media (max-width: 991.98px) {
  .hero-section-contacto {
    padding: 6rem 0rem 2rem 0rem;
    background-position: center top;
  }
  .hero-section-contacto .hero-content {
    width: 100%;
  }
  .hero-section-contacto .hero-content .title {
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    text-align: start;
  }
  .hero-section-contacto .hero-content .description {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: start;
  }
}

@media (max-width: 991.98px) {
  .hero-section {
    background-image: none;
    padding: 0rem 0rem;
  }
  .hero-section .hero-section-footer {
    background-image: none;
    padding: 0rem 0rem 0rem 0rem;
  }
  .hero-section .container {
    padding-left: 0rem;
    padding-right: 0rem;
    max-width: 100%;
  }
  .hero-section .hero-content {
    border-radius: 0rem 0rem;
    padding: 8rem 1rem 12rem 1rem;
  }
  .hero-section .hero-content::before {
    border-radius: 0rem 0rem;
  }
  .hero-section .hero-content .title {
    font-weight: 400;
    font-size: 44px;
    line-height: 56px;
  }
  .hero-section .hero-content .description {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 2rem;
    margin-top: 2rem;
    width: 100%;
  }
  .hero-section .hero-content .button {
    padding: 1rem 1rem;
    font-size: 1rem;
    border-radius: 0.3rem;
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    text-decoration: none;
    border-radius: 0rem 1rem 0 1rem;
    z-index: 3;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .hero-section .hero-content .button .arrow-icon {
    padding-left: 1rem;
    width: 24px;
    height: 24px;
  }
  .hero-section-quienes .hero-content {
    color: white;
    text-align: start;
    position: relative;
    width: 95%;
  }
  .hero-section-quienes .hero-content .title {
    font-style: normal;
    font-size: 44px;
  }
  .hero-section-quienes .hero-content .description {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
  }
}
.product-dropdown {
  display: none;
  position: absolute;
  background-color: #F9F9F9;
  border-radius: 0 2rem 0 2rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  padding: 2rem 2rem;
  min-width: 880px;
  left: 0px;
  transform: translateX(-50%);
  top: 100%;
  gap: 1rem;
}
.product-dropdown .product-item {
  flex: 1;
  text-align: center;
  padding: 0px;
  width: 250px;
  text-decoration: none;
  cursor: pointer;
}
.product-dropdown .product-item .bloque-imagen {
  background-position: center center;
  background-size: contain;
  border-radius: 1rem;
  width: 100%;
  height: 140px;
  position: relative;
}
.product-dropdown .product-item .bloque-imagen .icon {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background-image: url(../images/icon-arrow-up.png);
  width: 32px;
  height: 32px;
}
.product-dropdown .product-item p {
  color: #000;
  font-size: 1.1rem;
  text-align: start;
  margin: 1rem 0rem;
  transition: all 0.5s;
  position: relative;
  display: flex;
  align-items: center;
}
.product-dropdown .product-item p::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 1rem;
  background-image: url(../images/arrow-right.png);
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.product-dropdown .product-item:hover p {
  margin-top: 4rem;
}

.navbar-nav .nav-item.dropdown:hover .product-dropdown {
  display: flex;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: none;
  border-radius: 0;
  transition: box-shadow 0.15s ease-in-out;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.navbar-toggler-icon {
  position: relative;
  padding-left: 1.25em;
}
.navbar-toggler-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 1.5em;
  height: 0.15em;
  background: white;
  box-shadow: 0 0.4em 0 0 white, 0 0.8em 0 0 white;
}

.navbar-toggler .hamburger {
  width: 24px;
  transition: 0.4s transform cubic-bezier(0.19, 1, 0.22, 1);
}
.navbar-toggler .hamburger > div {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  margin-bottom: 4px;
  background-color: #F9F9F9;
  overflow: hidden;
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.navbar-toggler[aria-expanded=true] .hamburger > div:first-child {
  transform: translate3d(0, 9px, 0) rotate(-45deg);
}
.navbar-toggler[aria-expanded=true] .hamburger > div:nth-child(2) {
  opacity: 0;
}
.navbar-toggler[aria-expanded=true] .hamburger > div:last-child {
  transform: translate3d(0, -5px, 0) rotate(45deg);
}

.theme-dark .navbar-toggler .hamburger > div {
  background-color: #000000;
}
.theme-dark.menu-open .navbar-toggler .hamburger > div {
  background-color: #F9F9F9;
}

.block-title {
  padding: 2rem 0rem 2rem 0rem;
  text-align: center;
}
.block-title .title {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 51px;
  font-family: "Space Grotesk", sans-serif;
}
.block-title .description {
  font-size: 1.1rem;
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
  width: 50%;
  margin: auto;
}
@media (max-width: 991.98px) {
  .block-title {
    padding: 2rem 0rem 2rem 0rem;
    text-align: center;
  }
  .block-title .title {
    font-size: 32px;
    line-height: 38px;
  }
  .block-title .description {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    width: 100%;
  }
}

.section-products {
  padding: 4rem 0rem 4rem 0rem;
}
.section-products .card-photos {
  height: 100%;
  border: none;
  background-color: transparent;
}
.section-products .card-photos .card-img-top {
  border-radius: 0rem 2rem 0rem 2rem;
}
.section-products .card-photos .card-body {
  flex: 1 1 auto;
  padding: 3rem 0rem 1rem 0rem;
}
.section-products .card-photos .card-title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  white-space: nowrap;
  color: #000000;
  font-family: "Space Grotesk", sans-serif;
}
.section-products .card-photos .card-text {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.section-products .card-photos .card-link {
  margin-top: 1rem;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: start;
  color: #EF4922;
  text-decoration: none;
  font-family: "Space Grotesk", sans-serif;
}
.section-products .card-photos .card-link i {
  margin-left: 5px;
}
@media (max-width: 991.98px) {
  .section-products .card-photos .card-body {
    padding: 2rem 0rem 1rem 0rem;
  }
  .section-products .card-photos .card-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
  }
  .section-products .card-photos .card-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
  }
  .section-products .card-photos .card-link {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
  }
}

.bloque-asesoramiento {
  padding: 4rem 0rem 5rem 0rem;
}
.bloque-asesoramiento .title {
  font-weight: 600;
  font-size: 40px;
  line-height: 51px;
  color: #000000;
  font-family: "Space Grotesk", sans-serif;
}
.bloque-asesoramiento .description {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #474747;
  margin-bottom: 3rem;
}
.bloque-asesoramiento .img-right {
  width: 100%;
  border-radius: 0rem 3rem 0rem 3rem;
}
@media (max-width: 991.98px) {
  .bloque-asesoramiento {
    padding: 2rem 0rem 2rem 0rem;
  }
  .bloque-asesoramiento .title {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
  }
  .bloque-asesoramiento .description {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
  }
  .bloque-asesoramiento .img-right {
    border-radius: 0rem 2rem 0rem 2rem;
  }
}

#imageAccordion {
  transition: opacity 0.3s ease;
}
#imageAccordion.fade-out {
  opacity: 0;
}

.accordion-flush {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.accordion-flush .accordion-item {
  border: none;
  margin-bottom: 0px;
  padding: 0px 0px 1px 0px;
  background: linear-gradient(90deg, #bfbfbf 0%, #e0e0e0 100%);
  transition: all 0.3s ease;
  flex: 1;
}
.accordion-flush .accordion-item.active {
  background: linear-gradient(90deg, rgb(239, 73, 34) 0%, rgb(210, 210, 210) 100%);
}
.accordion-flush .accordion-item .inner-item {
  background-color: #F9F9F9;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.accordion-flush .accordion-item .inner-item li span {
  flex: 1 1;
}
.accordion-flush .accordion-item .accordion-header {
  align-content: center;
  justify-content: start;
  display: flex;
}
.accordion-flush .accordion-item .accordion-button {
  align-items: start;
  background-color: transparent !important;
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  color: #AFAFAF;
  box-shadow: none !important;
  display: flex;
  font-family: "Space Grotesk", sans-serif;
}
.accordion-flush .accordion-item .accordion-button span {
  display: block;
  width: auto;
}
.accordion-flush .accordion-item .accordion-button span.number {
  display: block;
  font-style: normal;
  font-size: 2rem;
  color: #F2C3B8;
  padding-right: 0rem;
  width: 60px;
}
.accordion-flush .accordion-item .accordion-button[aria-expanded=true] {
  color: #000000;
}
.accordion-flush .accordion-item .accordion-button[aria-expanded=true] span.number {
  color: #EF4922;
  font-weight: 600;
}
.accordion-flush .accordion-item .accordion-button:not(.collapsed) {
  color: #333;
  background-color: transparent;
  box-shadow: none;
}
.accordion-flush .accordion-item .accordion-button::after {
  display: none;
}
@media (max-width: 991.98px) {
  .accordion-flush .accordion-item .accordion-button {
    padding: 1rem 0.5rem 1rem 0.5rem;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    align-items: start;
  }
  .accordion-flush .accordion-item .accordion-button span {
    display: inline;
    width: 100%;
  }
  .accordion-flush .accordion-item .accordion-button span.number {
    width: 50px;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
  }
}
.accordion-flush .accordion-collapse {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-flush .accordion-body {
  padding-left: 76px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #474747;
}
.accordion-flush .accordion-body ul {
  margin: 2rem 0rem 2rem 0rem;
  list-style: none;
  padding: 0;
  color: #000;
}
.accordion-flush .accordion-body ul li {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  padding-left: px;
}
.accordion-flush .accordion-body ul li::before {
  content: " ";
  background-image: url(../images/check-circle.png);
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 0.3rem;
}
@media (max-width: 991.98px) {
  .accordion-flush .accordion-body {
    padding: 1rem 0.5rem 0.7rem 0.5rem;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
  }
  .accordion-flush .accordion-body ul {
    margin: 1rem 0rem 1rem 0rem;
  }
  .accordion-flush .accordion-body ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 991.98px) {
  .accordion-flush {
    margin-top: 1rem;
  }
}

.green-block-section {
  background-color: #137351;
  color: white;
  padding: 6rem 0rem 6rem 0rem;
  text-align: center;
  margin: 2rem 0rem 2rem 0rem;
}
.green-block-section .title {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 51px;
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
}
.green-block-section .description {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .green-block-section {
    padding: 2rem 0rem 2rem 0rem;
    text-align: center;
    margin: 2rem 0rem 0rem 0rem;
  }
  .green-block-section .title {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    font-family: "Space Grotesk", sans-serif;
  }
  .green-block-section .description {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 1rem;
  }
}

.installations-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.installations-grid .left-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.installations-grid .right-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 15px;
}
.installations-grid .right-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.location-section {
  background-image: url(../images/fondos/lines-2.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 2rem 0rem 2rem 0rem;
}
.location-section .title {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 51px;
  color: #000000;
  font-family: "Space Grotesk", sans-serif;
}
.location-section .description {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #474747;
  margin-bottom: 2rem;
}
.location-section .icon-verde {
  width: 72px;
  height: 72px;
  display: flex;
  background-color: #137351;
  align-items: center;
  justify-content: center;
  border-radius: 0rem 12px 0rem 12px;
}
.location-section .icon-verde .img-icon {
  width: 40px;
  height: 40px;
}
.location-section .icon-description {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  text-align: start;
  margin: 2rem 0rem 2rem 0rem;
  width: 70%;
  font-family: "Space Grotesk", sans-serif;
}
.location-section .icon-description.full {
  width: 100%;
}
@media (max-width: 991.98px) {
  .location-section {
    padding: 3rem 0rem 2rem 0rem;
    background-size: 70%;
  }
  .location-section .title {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    font-family: "Space Grotesk", sans-serif;
  }
  .location-section .description {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
  .location-section .icon-verde {
    width: 48px;
    height: 48px;
    border-radius: 0rem 12px 0rem 12px;
  }
  .location-section .icon-verde .img-icon {
    width: 26px;
    height: 26px;
  }
  .location-section .icon-description {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin: 1rem 0rem 1rem 0rem;
    width: 100%;
  }
}

.section-footer-index {
  padding: 0rem 0rem 4rem 0rem;
  background-image: url(../images/fondos/lines-2a.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
}
@media (max-width: 991.98px) {
  .section-footer-index {
    background-image: none;
  }
}

.sucursal-block {
  width: 100%;
  height: 350px;
  border-radius: 0rem 3rem 0rem 3rem;
  display: flex;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/sucursal.jpg);
  align-items: start;
  justify-content: start;
}
.sucursal-block .location-text-overlay {
  background-color: rgba(255, 255, 255, 0.5);
  color: white;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 2rem 2rem;
  position: absolute;
  right: 2rem;
  top: 1rem;
  width: 320px;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 20px;
  white-space: nowrap;
  color: #ffffff;
  display: flex;
  align-items: center;
  font-family: "Space Grotesk", sans-serif;
}
.sucursal-block .location-text-overlay .pin-icon {
  font-size: 1rem;
  margin-right: 5px;
}
.sucursal-block .bottom-left-icon {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
}
.sucursal-block .bottom-left-icon img {
  width: 72px;
  height: 72px;
}
@media (max-width: 991.98px) {
  .sucursal-block {
    background-position: center bottom;
    background-image: url(../images/sucursal02.jpg);
    width: 100%;
    height: 260px;
  }
  .sucursal-block .location-text-overlay {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    left: 1rem;
    right: auto;
    top: 1rem;
    width: 90%;
  }
}

.button-contacto-block {
  padding: 3rem 0rem 3rem 0rem;
}
.button-contacto-block .btn-primary {
  background-color: #EF4922;
  padding: 1rem 2rem 1rem 2rem;
  color: white;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  border: none;
  border-radius: 0rem 1rem 0rem 1rem;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 991.98px) {
  .button-contacto-block {
    padding: 1rem 1rem 1rem 1rem;
  }
  .button-contacto-block .btn-primary {
    width: 100%;
  }
}

.footer {
  margin-top: 0rem;
  background-color: black;
  color: white;
  padding: 0rem 0rem;
  background-image: url(../images/fondos/lines-footer1.png);
  background-position: left top;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: "Space Grotesk", sans-serif;
}
.footer .footer-inner {
  background-image: url(../images/fondos/lines-footer1a.png);
  background-position: right bottom;
  background-size: auto;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  padding: 3rem 0rem;
}
.footer .siguenos {
  color: white;
  margin: 1rem 0rem 3rem 0rem;
}
.footer .social-icons img {
  height: 30px;
  margin-right: 10px;
}
.footer h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  white-space: nowrap;
  color: #afafaf;
}
.footer ul {
  list-style: none;
  padding: 0;
}
.footer ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  color: #ffffff;
  display: block;
  padding: 0.5rem 0rem 0.5rem 0rem;
  text-decoration: none;
}
.footer .copyright {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  color: #afafaf;
  display: flex;
  align-items: end;
  height: 100%;
}
@media (max-width: 991.98px) {
  .footer .footer-inner {
    background-image: none;
  }
  .footer .copyright {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 991.98px) {
  .product-dropdown {
    display: none;
  }
  .navbar .nav-link {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .navbar-nav .nav-item.dropdown:hover .product-dropdown {
    display: none;
  }
  .navbar-nav .nav-item {
    margin-bottom: 10px;
  }
  .navbar-collapse {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    justify-content: space-between !important;
    text-align: center;
    padding: 2rem 0rem;
    height: 90vh;
    background-color: transparent;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .navbar-collapse .social-icons {
    padding: 1rem 1rem;
  }
  .navbar-collapse .social-icons a {
    text-decoration: none;
  }
  .navbar-collapse .social-icons a i {
    font-size: 1.8rem;
    color: white;
    padding: 0.5rem 0.5rem;
  }
  .installations-grid {
    grid-template-columns: 1fr;
  }
  .installations-grid .right-images {
    grid-template-columns: 1fr;
  }
  .dropdown-menu {
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    background-color: transparent;
    border: none;
    transition: all 0.3s;
  }
  .dropdown-menu .dropdown-item {
    color: white;
    background-color: transparent;
    padding: 0.5rem 1rem;
  }
  .dropdown.show .dropdown-menu {
    display: block;
  }
}
/** lightbox */
.glightbox-counter {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
  z-index: 9999;
}

.fslightbox-container .fslightboxsn {
  text-align: center;
  width: 100%;
  display: block;
}
.fslightbox-container .fslightboxb.fslightbox-slide-btn {
  border: 1px solid #51e9ae;
  border-radius: 2rem 2rem;
}
.fslightbox-container .fslightboxb.fslightbox-slide-btn .fslightbox-svgp {
  fill: #51e9ae;
}
.fslightbox-container .fslightbox-slide-btn-container-next {
  padding-right: 10% !important;
}
.fslightbox-container .fslightbox-slide-btn-container-previous {
  padding-left: 10% !important;
}

.both-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.both-buttons .swiper-buttons {
  border: 1px solid white;
  border-radius: 2rem 2rem;
  background-color: transparent;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem 0.5rem;
}

.swiper-slide .description {
  margin: 1rem 0rem 1rem 0rem;
  font-size: 1rem;
  text-align: center;
}
.swiper-slide .swipper-image {
  border-radius: 0rem 2rem 0rem 2rem;
  overflow: hidden;
}

.section-como-trabajamos {
  padding: 4rem 0rem 4rem 0rem;
}
.section-como-trabajamos .bloques {
  display: flex;
  justify-content: stretch;
}
.section-como-trabajamos .bloques .card {
  background-color: white;
  border: none;
  border-radius: 0rem 2rem 0rem 2rem;
  padding: 1rem;
  height: 100%;
  box-shadow: -10px 20px 34px rgba(92, 92, 92, 0.09), -23px 20px 46px rgba(92, 92, 92, 0.05), -41px 129px 54px rgba(92, 92, 92, 0.01), -64px 202px 59px rgba(92, 92, 92, 0);
}
.section-como-trabajamos .bloques .card .card-img-top {
  background-color: #EF4922;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  overflow: hidden;
  max-width: 300px;
  margin: auto;
}
.section-como-trabajamos .bloques .card .card-img-top img {
  max-width: 880px;
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-como-trabajamos .bloques .card .card-body {
  margin-top: 1rem;
}
.section-como-trabajamos .bloques .card .card-body .card-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  font-family: "Space Grotesk", sans-serif;
}
.section-como-trabajamos .bloques .card .card-body .card-text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 991.98px) {
  .section-como-trabajamos {
    padding: 2rem 0rem 2rem 0rem;
  }
  .section-como-trabajamos .bloques {
    margin: 0rem 1rem 0rem 1rem;
  }
  .section-como-trabajamos .bloques .col-12 {
    margin-bottom: 1rem;
  }
}

.section-nuestros-valores {
  padding: 4rem 0rem 4rem 0rem;
  position: relative;
}
.section-nuestros-valores:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/fondos/lines-3.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
  top: 0;
  left: 0;
}
.section-nuestros-valores .title {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 51px;
  margin-bottom: 2rem;
  font-family: "Space Grotesk", sans-serif;
}
.section-nuestros-valores .description {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 991.98px) {
  .section-nuestros-valores {
    padding: 1rem 1rem;
    position: relative;
  }
  .section-nuestros-valores:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-image: url(../images/fondos/lines-11.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto;
  }
  .section-nuestros-valores:after {
    background-image: none;
  }
  .section-nuestros-valores .title {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    font-family: "Space Grotesk", sans-serif;
  }
  .section-nuestros-valores .description {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
  }
}

.bloque-verde {
  background-color: #137351;
  padding: 0rem 0rem;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  position: relative;
  border-radius: 0rem 2rem 0rem 2rem;
}
.bloque-verde .left-image {
  width: 50%;
  height: 100%;
  padding: 1rem 1rem;
}
.bloque-verde .left-image .bloque-superior {
  padding-bottom: 10rem;
}
.bloque-verde .left-image .bloque-superior .personas {
  width: 100%;
  border-radius: 0rem 2rem 0rem 2rem;
}
.bloque-verde .left-image .bottom-left-icon {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
}
.bloque-verde .left-image .bottom-left-icon img {
  width: 72px;
  height: 72px;
}
.bloque-verde .right-image {
  width: 50%;
  height: auto;
  background-image: url(../images/fondos/product01.jpg);
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0rem 2rem 0rem 0rem;
}
@media (max-width: 991.98px) {
  .bloque-verde .left-image {
    width: 100%;
  }
  .bloque-verde .right-image {
    display: none;
  }
}

.color-primary {
  color: #EF4922;
}

.bloques-productos {
  padding: 0rem 0rem 2rem 0rem;
}
.bloques-productos .bloque-producto {
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  color: white;
  display: flex;
  align-items: start;
  justify-content: end;
  padding: 1rem 1rem;
  flex-direction: column;
  padding: 12rem 2rem 2rem 2rem;
  border-radius: 0rem 3rem 0rem 3rem;
  margin-bottom: 2rem;
  text-decoration: none;
  position: relative;
}
.bloques-productos .bloque-producto::before {
  position: absolute;
  background-color: #000;
  block-size: 100%;
  content: "";
  inline-size: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
  opacity: 0.4;
  border-radius: 0rem 3rem 0rem 3rem;
}
.bloques-productos .bloque-producto h3 {
  position: relative;
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  font-family: "Space Grotesk", sans-serif;
}
.bloques-productos .bloque-producto .description {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  width: 30%;
}
.bloques-productos .bloque-producto .link {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-family: "Space Grotesk", sans-serif;
  color: white;
  text-decoration: none;
  padding: 0rem 0rem 0rem 0rem;
  opacity: 0;
  height: 0px;
  transition: all 0.5s;
}
.bloques-productos .bloque-producto:hover .link {
  opacity: 1;
  height: auto;
  padding: 2rem 0rem 2rem 0rem;
}
@media (max-width: 991.98px) {
  .bloques-productos .bloque-producto h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
  }
  .bloques-productos .bloque-producto .description {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    width: 100%;
  }
  .bloques-productos .bloque-producto .link {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 22px;
  }
}

.section-soluciones {
  background-color: #EF4922;
  padding: 4rem 0rem 4rem 0rem;
  position: relative;
}
.section-soluciones:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/fondos/lines-8.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
}
.section-soluciones:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/fondos/lines-9.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
}
.section-soluciones.verde {
  background-color: #137351;
}
.section-soluciones.verde-claro {
  background-color: #1AB97B;
}
.section-soluciones .bloque-texto {
  width: 90%;
}
.section-soluciones .bloque-texto.w50 {
  width: 50%;
  text-align: center;
  margin: auto;
}
.section-soluciones .bloque-texto .title {
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 40px;
  color: white;
  margin-bottom: 2rem;
  font-family: "Space Grotesk", sans-serif;
}
.section-soluciones .bloque-texto .black {
  color: #000 !important;
}
.section-soluciones .bloque-texto .description {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: white;
  margin-bottom: 2rem;
}
.section-soluciones .bloque-texto-centered {
  width: 60%;
  margin: auto;
  color: white;
}
.section-soluciones .bloque-texto-centered .title {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 51px;
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
}
.section-soluciones .bloque-texto-centered .description {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .section-soluciones .bloque-texto-centered {
    padding: 3rem 0rem 0rem 0rem;
    width: 100%;
  }
  .section-soluciones .bloque-texto-centered .title {
    font-size: 24px;
    line-height: 30px;
    font-family: "Space Grotesk", sans-serif;
  }
  .section-soluciones .bloque-texto-centered .description {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 991.98px) {
  .section-soluciones {
    padding: 1rem 0rem 3rem 0rem;
  }
  .section-soluciones:before {
    background-size: 50%;
  }
  .section-soluciones:after {
    background-size: 50%;
  }
  .section-soluciones .bloque-texto {
    width: 100%;
  }
  .section-soluciones .bloque-texto.w50 {
    width: 100%;
  }
  .section-soluciones .bloque-texto .title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    font-family: "Space Grotesk", sans-serif;
  }
  .section-soluciones .bloque-texto .description {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
  }
}

.section-soluciones-clear {
  background-color: #EF4922;
  padding: 4rem 0rem 4rem 0rem;
  position: relative;
}
.section-soluciones-clear .bloque-texto {
  width: 90%;
}
.section-soluciones-clear .bloque-texto.full {
  width: 100%;
}
.section-soluciones-clear .bloque-texto.w50 {
  width: 50%;
  text-align: center;
  margin: auto;
}
.section-soluciones-clear .bloque-texto .title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: white;
  margin-bottom: 2rem;
  font-family: "Space Grotesk", sans-serif;
}
.section-soluciones-clear .bloque-texto .black {
  color: #000 !important;
}
.section-soluciones-clear .bloque-texto .description {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: white;
  margin-bottom: 2rem;
}
.section-soluciones-clear .bloque-texto-centered {
  width: 50%;
  margin: auto;
  color: white;
}
.section-soluciones-clear .bloque-texto-centered .title {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 51px;
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
}
.section-soluciones-clear .bloque-texto-centered .description {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .section-soluciones-clear .bloque-texto-centered {
    padding: 3rem 0rem 0rem 0rem;
    width: 100%;
  }
  .section-soluciones-clear .bloque-texto-centered .title {
    font-size: 24px;
    line-height: 30px;
    font-family: "Space Grotesk", sans-serif;
  }
  .section-soluciones-clear .bloque-texto-centered .description {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 991.98px) {
  .section-soluciones-clear {
    padding: 1rem 1rem 3rem 1rem;
  }
  .section-soluciones-clear .bloque-texto {
    width: 100%;
  }
  .section-soluciones-clear .bloque-texto.w50 {
    width: 100%;
  }
  .section-soluciones-clear .bloque-texto .title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    font-family: "Space Grotesk", sans-serif;
  }
  .section-soluciones-clear .bloque-texto .description {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
  }
}

.img-rounded {
  width: 100%;
  border-radius: 0rem 3rem 0rem 3rem;
  height: auto;
}

.bloque-img-rounded {
  background-position: center center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 0rem 3rem 0rem 3rem;
}
@media (max-width: 991.98px) {
  .bloque-img-rounded {
    aspect-ratio: 1/1;
  }
}

.bloque-img-rounded-horizontal {
  background-position: center center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 4/1;
  border-radius: 0rem 3rem 0rem 3rem;
}
@media (max-width: 991.98px) {
  .bloque-img-rounded-horizontal {
    aspect-ratio: 1/1;
  }
}

.bloque-img-rounded-cuadrado {
  background-position: center center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 0rem 3rem 0rem 3rem;
}
@media (max-width: 991.98px) {
  .bloque-img-rounded-cuadrado {
    aspect-ratio: 4/3;
    margin-bottom: 2rem;
  }
}

.button {
  padding: 1rem 2rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  text-decoration: none;
  border-radius: 0rem 1rem 0 1rem;
  z-index: 3;
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
  font-family: "Space Grotesk", sans-serif;
}
.button i {
  margin-left: 1rem;
}
.button .arrow-icon {
  padding-left: 1rem;
  width: 24px;
  height: 24px;
}
.button:hover {
  color: #000;
}
@media (max-width: 991.98px) {
  .button {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.5rem 1rem;
  }
}

.hero-section-negro {
  padding: 4rem 0rem 4rem 0rem;
  margin-bottom: 2rem;
  background-color: #000;
  color: white;
}
.hero-section-negro .title {
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 76px;
  margin-bottom: 2rem;
  color: white;
  font-family: "Space Grotesk", sans-serif;
}
.hero-section-negro .description {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: white;
}
.hero-section-negro .description p {
  margin-bottom: 1rem;
}
.hero-section-negro .subtitle-centered {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  margin-top: 2rem;
}
.hero-section-negro .description-centered {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  width: 50%;
  margin: auto;
}
@media (max-width: 991.98px) {
  .hero-section-negro {
    padding: 4rem 0rem 2rem 0rem;
  }
  .hero-section-negro .title {
    font-style: normal;
    font-size: 44px;
    line-height: 100%;
    font-family: "Space Grotesk", sans-serif;
  }
  .hero-section-negro .description {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
  }
  .hero-section-negro .description p {
    margin-bottom: 1rem;
  }
  .hero-section-negro .subtitle-centered {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    font-family: "Space Grotesk", sans-serif;
  }
  .hero-section-negro .description-centered {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    width: 100%;
  }
}

.button-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.button-content .button-primary {
  margin: 2rem auto 2rem auto;
  padding: 1rem 2rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  border-radius: 0.3rem;
  color: white;
  background-color: #EF4922;
  border-color: #EF4922;
  text-decoration: none;
  border-radius: 0rem 1rem 0 1rem;
  z-index: 3;
  display: inline-block;
  position: relative;
  text-align: center;
}
.button-content .button-primary:hover {
  color: white;
}
.button-content .button-primary .arrow-icon {
  padding-left: 1rem;
  width: 24px;
  height: 24px;
}
@media (max-width: 991.98px) {
  .button-content {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
  }
  .button-content .button-primary {
    width: 100%;
    display: block;
  }
}

.products-list {
  padding: 0rem 0rem 6rem 0rem;
}
@media (max-width: 991.98px) {
  .products-list {
    padding: 0rem 0rem 2rem 0rem;
  }
}

.card-product {
  background-color: white;
  border: none;
  border-radius: 0rem 3rem 0rem 3rem;
  height: 100%;
}
.card-product .card-img-top {
  width: 100%;
  margin-top: 1rem;
  border-radius: 0rem 3rem 0rem 3rem;
  overflow: hidden;
}
.card-product .card-img-top img {
  width: 100%;
  height: auto;
  text-align: center;
}
.card-product .card-body {
  padding: 2rem 2rem 2rem 2rem;
}
.card-product .card-body .card-title {
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 40px;
}
.card-product .card-body .description {
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 40px;
}
@media (max-width: 991.98px) {
  .card-product .card-body {
    padding: 1rem 1rem 1rem 1rem;
  }
  .card-product .card-body .card-title {
    font-size: 24px;
    font-weight: 600;
    font-family: "Space Grotesk", sans-serif;
  }
  .card-product .card-body .description {
    font-size: 18px;
    font-family: "Space Grotesk", sans-serif;
  }
}

.bloque-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 0rem 4rem 0rem;
}
@media (max-width: 991.98px) {
  .bloque-content {
    padding: 2rem 0rem 0rem 0rem;
  }
}

@media (max-width: 991.98px) {
  .bloque-superior {
    padding: 1rem 0rem 1rem 0rem;
  }
}

.section-negro {
  padding: 4rem 0rem 0rem 0rem;
  background-color: #000;
  color: white;
}
.section-negro .number {
  color: #EF4922;
  font-weight: 600;
  font-size: 40px;
  font-family: "Space Grotesk", sans-serif;
}
.section-negro .title {
  font-weight: 600;
  font-size: 40px;
  font-family: "Space Grotesk", sans-serif;
  width: 80%;
}
.section-negro .title.full {
  width: 100%;
}
.section-negro .description {
  font-weight: 400;
  font-size: 18px;
  width: 80%;
}
.section-negro .description.full {
  width: 100%;
}
.section-negro .description p {
  margin-bottom: 1rem;
}
.section-negro .cards {
  padding-top: 6rem;
}
.section-negro .tip {
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(../images/icons/check_circle.png);
  background-position: center center;
  background-size: auto;
}
.section-negro .card {
  background-color: transparent;
  border: none;
}
.section-negro .card .card-body {
  padding: 0.5rem 0rem;
  display: flex;
  flex-direction: column;
  /* Desktop: uno arriba del otro */
  align-items: start;
  /* opcional: centrar horizontalmente */
  text-align: start;
  /* opcional: centrar texto */
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}
.section-negro .card .check-circle {
  margin-bottom: 0.5rem;
  /* separación en desktop */
}
@media (max-width: 991.98px) {
  .section-negro .number {
    font-size: 24px;
  }
  .section-negro .title {
    font-size: 24px;
    width: 100%;
  }
  .section-negro .description {
    font-size: 18px;
    width: 100%;
  }
  .section-negro .description p {
    margin-bottom: 1rem;
  }
  .section-negro .cards {
    padding-top: 1rem;
  }
  .section-negro .cards .card-body {
    flex-direction: row;
    align-items: start;
    text-align: left;
  }
  .section-negro .cards .check-circle {
    margin-bottom: 0;
    /* sin separación vertical */
    margin-right: 0.5rem;
    /* separación horizontal */
  }
  .section-negro .tip {
    width: 24px;
    height: 24px;
    display: block;
    background-image: url(../images/icons/check_circle.png);
    background-position: center center;
    background-size: auto;
  }
  .section-negro .card {
    background-color: transparent;
    border: none;
  }
  .section-negro .card .card-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
  }
}

.bloque-servicios-izquierda {
  padding: 2rem 0rem 4rem 0rem;
  margin-bottom: 4rem;
  position: relative;
}
.bloque-servicios-izquierda:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/fondos/lines-6.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
  top: 0rem;
  left: 0rem;
}
@media (max-width: 991.98px) {
  .bloque-servicios-izquierda {
    padding: 1rem 0rem 1rem 0rem;
  }
  .bloque-servicios-izquierda:after {
    display: none;
  }
}

.bloque-servicios-derecha {
  padding: 2rem 0rem 4rem 0rem;
  position: relative;
  margin-bottom: 4rem;
}
.bloque-servicios-derecha.last {
  margin-bottom: 0rem;
}
.bloque-servicios-derecha:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/fondos/lines-7.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto;
  top: 0rem;
  left: 0rem;
}
@media (max-width: 991.98px) {
  .bloque-servicios-derecha {
    padding: 1rem 0rem 1rem 0rem;
  }
  .bloque-servicios-derecha:after {
    display: none;
  }
}

.contact-map {
  width: 100%;
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 0rem 2rem 0rem 2rem;
}

.section-mapa {
  padding: 2rem 0rem 2rem 0rem;
  background-color: white;
}
.section-mapa .title {
  font-weight: 600;
  font-size: 40px;
  color: black;
  margin-bottom: 2rem;
  font-family: "Space Grotesk", sans-serif;
}
.section-mapa .description {
  font-size: 20px;
  width: 60%;
  margin-bottom: 2rem;
}
.section-mapa .description .subtitle {
  color: #EF4922;
}
.section-mapa .description .subtitle .icon-text {
  display: flex;
  justify-content: start;
  align-items: center;
}
.section-mapa .description .subtitle .icon-text .icon {
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  margin-right: 0.5rem;
}
.section-mapa .description .subtitle .icon-text .icon.pin {
  background-image: url(../images/icons/pin.png);
}
.section-mapa .description .subtitle .icon-text .icon.hour {
  background-image: url(../images/icons/hour.png);
}
@media (max-width: 991.98px) {
  .section-mapa .title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 2rem;
  }
  .section-mapa .description {
    font-size: 18px;
    width: 100%;
    margin-bottom: 1rem;
  }
}

.whatsapp-btn {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background-color: #25d366;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  overflow: hidden;
  white-space: nowrap;
  color: #000;
  font-size: 18px;
}
.whatsapp-btn i {
  position: absolute;
  font-size: 28px;
  transition: transform 0.3s ease, margin 0.3s ease;
  color: white;
}
.whatsapp-btn span {
  opacity: 0;
  margin-left: 0;
  transition: opacity 0.3s ease, margin 0.3s ease;
  font-size: 14px;
}
.whatsapp-btn:hover {
  width: 380px;
  border-radius: 30px;
  justify-content: flex-start;
  padding-left: 20px;
  color: #000;
}
.whatsapp-btn:hover i {
  margin-right: 1rem;
  transform: scale(1.2);
  position: relative;
  color: white;
}
.whatsapp-btn:hover span {
  opacity: 1;
  margin-left: 5px;
}
@media (max-width: 991.98px) {
  .whatsapp-btn {
    display: none;
  }
}

.whatsapp-mobile {
  display: none;
}
@media (max-width: 991.98px) {
  .whatsapp-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 0.5rem 1rem 0.5rem 1rem;
    font-size: 18px;
    color: #000;
    background-color: #25d366;
    text-decoration: none;
    z-index: 1000;
  }
  .whatsapp-mobile:hover {
    color: #000;
  }
  .whatsapp-mobile i {
    color: white;
    margin-right: 1rem;
    font-size: 24px;
  }
}

.section-formulario {
  padding: 4rem 0rem 4rem 0rem;
  background-color: white;
}
.section-formulario .title {
  font-weight: 600;
  font-size: 40px;
  font-family: "Space Grotesk", sans-serif;
}
.section-formulario .description {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 1rem;
  width: 70%;
}
.section-formulario .form-container {
  border-radius: 2rem;
  padding: 2rem 2rem;
  border: none;
  background: #f9f9f9;
  box-shadow: -10px 20px 34px rgba(92, 92, 92, 0.09), -23px 20px 46px rgba(92, 92, 92, 0.05), -41px 129px 54px rgba(92, 92, 92, 0.01), -64px 202px 59px rgba(92, 92, 92, 0);
}
.section-formulario .form-container .card-header {
  padding: 0.5rem 0rem;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
}
.section-formulario .form-container .card-header .card-title {
  font-size: 24px;
  font-weight: 600;
  font-family: "Space Grotesk", sans-serif;
}
.section-formulario .form-container .card-header .description {
  font-size: 18px;
}
.section-formulario .form-container .card-body {
  padding: 0rem 0rem;
}
.section-formulario .form-container .form-group {
  padding: 0.75rem 0rem 0.75rem 0rem;
}
.section-formulario .form-container .form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.section-formulario .form-container .form-control:hover, .section-formulario .form-container .form-control:focus, .section-formulario .form-container .form-control:active {
  border-color: #EF4922;
  box-shadow: 0 0 0 3px rgba(255, 165, 0, 0.25);
}
.section-formulario .form-container .card-footer {
  padding: 1rem 0rem;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: end;
}
.section-formulario .form-container .button {
  background-color: #EF4922;
  color: white;
  border: none;
  padding: 0.75rem 2rem 0.75rem 2rem;
  margin-bottom: 0rem;
}
@media (max-width: 991.98px) {
  .section-formulario {
    padding: 2rem 0rem 2rem 0rem;
  }
  .section-formulario .title {
    font-size: 32px;
    text-align: center;
  }
  .section-formulario .description {
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .section-formulario .form-container {
    border-radius: 0rem;
    padding: 1rem 0rem;
    border: none;
    background-color: transparent;
    box-shadow: none;
  }
  .section-formulario .form-container .card-header {
    text-align: center;
  }
  .section-formulario .form-container .card-header .card-title {
    color: #EF4922;
  }
}

.social-contacto {
  font-size: 18px;
}
.social-contacto ul {
  list-style: none;
  margin: 0;
  padding-left: 0px;
  display: flex;
}
.social-contacto ul li {
  margin-right: 2rem;
}
.social-contacto ul li i {
  font-size: 3rem;
  color: #137351;
}

.section-cobertura {
  padding: 4rem 0rem 4rem 0rem;
  background-color: white;
}
.section-cobertura .block-title .description {
  width: 50%;
  margin: auto;
}
@media (max-width: 991.98px) {
  .section-cobertura {
    padding: 0rem 0rem 2rem 0rem;
  }
  .section-cobertura .block-title {
    padding: 0rem 0rem 2rem 0rem;
  }
  .section-cobertura .block-title .title {
    font-size: 32px;
    text-align: center;
  }
  .section-cobertura .block-title .description {
    width: 100%;
  }
}

.card-contacto {
  background-color: transparent;
  border: none;
}
.card-contacto .card-img-top {
  padding-bottom: 1rem;
  overflow: hidden;
}
.card-contacto .card-img-top img {
  width: 100%;
  height: auto;
  border-radius: 0rem 3rem 0rem 3rem;
}
.card-contacto .card-body {
  padding: 1rem 0rem 1rem 0rem;
  font-size: 18px;
  line-height: 24px;
}
.card-contacto .card-body .card-title {
  font-size: 32px;
  line-height: 40px;
}
.card-contacto .card-body ul {
  list-style: none;
  padding-left: 0rem;
}
.card-contacto .card-body ul li {
  display: flex;
  padding: 0.5rem 0rem 0.5rem 0rem;
}
.card-contacto .card-body ul li:before {
  content: " ";
  width: 24px;
  height: 24px;
  background-image: url(/assets/images/icons/check_circle-verde.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  margin-right: 0.5rem;
}
@media (max-width: 991.98px) {
  .card-contacto .card-body {
    padding: 1rem 0rem 1rem 0rem;
    font-size: 16px;
    line-height: 20px;
  }
  .card-contacto .card-body .card-title {
    font-size: 24px;
  }
  .card-contacto .card-body ul {
    list-style: none;
    padding-left: 0rem;
  }
  .card-contacto .card-body ul li {
    display: flex;
    padding: 0.25rem 0rem 0.25rem 0rem;
  }
  .card-contacto .card-body ul li:before {
    content: " ";
    width: 20px;
    height: 20px;
    background-image: url(/assets/images/icons/check_circle-verde.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 0.5rem;
  }
}

.hero-section-grupo-electrogeno {
  padding: 4rem 0rem 0rem 0rem;
  position: relative;
}
.hero-section-grupo-electrogeno:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/fondos/lines-8.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
}
.hero-section-grupo-electrogeno:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/fondos/lines-8a.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .hero-section-grupo-electrogeno {
    padding: 2rem 0rem 0rem 0rem;
  }
  .hero-section-grupo-electrogeno:before {
    background-size: 80%;
  }
  .hero-section-grupo-electrogeno:after {
    display: none;
  }
}

.hero-section-contacto-inner {
  padding: 4rem 0rem 4rem 0rem;
  position: relative;
}
.hero-section-contacto-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/fondos/lines-8.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
}
.hero-section-contacto-inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/fondos/lines-8a.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .hero-section-contacto-inner {
    padding: 2rem 0rem 0rem 0rem;
  }
  .hero-section-contacto-inner:before {
    background-size: 80%;
  }
  .hero-section-contacto-inner:after {
    display: none;
  }
}

.section-categorias {
  padding: 4rem 0rem 4rem 0rem;
}
.section-categorias .title {
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .section-categorias {
    padding: 2rem 0rem 0rem 0rem;
  }
  .section-categorias .title {
    margin-bottom: 1rem;
  }
}/*# sourceMappingURL=custom.css.map */