:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}

a {
  text-decoration: underline;
}

.menu {
  z-index: 998;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0009;
  border-bottom: 1px solid #98ffc626;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 100dvw;
  min-height: 60px;
  padding-top: 0;
  display: flex;
  position: fixed;
  top: 0%;
  left: auto;
  right: auto;
  overflow: hidden;
}

.body-2 {
  background-image: radial-gradient(circle at 50% 100%, #1a3328, #03070d);
  line-height: 1.3;
}

.tarjeta-contactos {
  -webkit-backdrop-filter: blur(20px) saturate(200%);
  backdrop-filter: blur(20px) saturate(200%);
  background-color: #ffffff0d;
  background-image: linear-gradient(#aaaaaa4d, #aaaaaa4d), linear-gradient(0deg, #0000004d, #bdffdc33);
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  min-width: 100%;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 5px #0000004d;
}

.contenedor-contacto {
  justify-content: center;
  align-items: center;
  min-height: 100dvh;
  display: flex;
}

.contenedor-datos-e-imagen {
  min-width: 100%;
}

.datos-e-imagen {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  min-width: 100%;
  min-height: 100%;
  padding: 0;
}

.titulo-contacto {
  transform-origin: 0%;
  color: #e6e6e6;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 72px;
  line-height: 1;
}

.cell {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  line-height: 1.3;
}

.menu-icon {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.contenedor-boton-top {
  z-index: 999;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container {
  z-index: 997;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 80%;
  max-width: 80%;
  min-height: 100dvh;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 45px;
  display: flex;
  position: absolute;
}

.link-inicio-menu {
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 8dvw;
  font-weight: 500;
  line-height: 1;
}

.link-clientes-menu, .link-contacto-menu {
  color: #e6e6e6;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 8dvw;
  font-weight: 500;
  line-height: 1;
}

.link-8 {
  color: #e6e6e6;
  text-decoration: none;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
}

.link-8:hover {
  color: #68b395;
}

.link-8.w--current {
  color: #e6e6e6;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
}

.link-8.w--current:hover {
  color: #68b395;
}

.link-inicio {
  color: #e6e6e6;
  text-decoration: none;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
}

.link-inicio:hover {
  color: #68b395;
}

.link-inicio.w--current {
  transition-duration: .25s;
}

.link-inicio.w--current:hover {
  color: #68b395;
}

.iruya-lottie {
  width: 30px;
  height: 30px;
}

.cell-2 {
  border-radius: 1dvw;
  justify-content: center;
  align-items: center;
}

.cell-4 {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.imagen-contacto {
  transform-origin: 0%;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
  width: 100%;
  height: 250px;
}

.contenedor-cuerpo {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.presentacion {
  justify-content: center;
  align-items: center;
  min-width: 100dvw;
  height: 100dvh;
  min-height: 100dvh;
  display: flex;
  position: absolute;
}

.flex-block {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  position: relative;
}

.texto-presentacion {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 82px;
  font-weight: 600;
  line-height: 1.1;
}

.slogan {
  color: #fff;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.1;
}

.texto-descriptivo {
  color: #fff;
  text-align: center;
  max-width: 55%;
  margin-top: 35px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.boton-comencemos {
  grid-column-gap: 1dvw;
  grid-row-gap: 1dvw;
  cursor: pointer;
  background-color: #00995c;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 9px 18px;
  text-decoration: none;
}

.bctxt {
  color: #fff;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
}

.contenedor-boton {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  width: 10px;
  height: 10px;
  transform: rotate(90deg);
}

.clientes-logos {
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  height: 84px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.logos {
  filter: brightness(1000%);
  object-fit: scale-down;
  height: 40px;
}

.link-clientes {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000004d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 65px;
  display: flex;
}

.link-10 {
  color: #e6e6e6;
  text-decoration: none;
  transition: all .25s;
}

.link-10:hover {
  color: #68b395;
}

.link-10.w--current {
  color: #e6e6e6;
  transition: all .25s;
}

.link-10.w--current:hover {
  color: #68b395;
}

.contenedor-seguimiento {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 100svh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.seguir-mouse {
  z-index: -1;
  background-color: #166143;
  border-radius: 100px;
  width: 70px;
  height: 70px;
}

.background {
  z-index: -1;
  background-color: #0d1914;
  width: 100%;
  height: 100%;
  position: fixed;
}

.telefono {
  color: #e6e6e6;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 23px;
  font-weight: 300;
  text-decoration: none;
}

.mail {
  color: #e6e6e6;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 23px;
  font-weight: 300;
}

.conttel {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  transform-origin: 0%;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 5px 9px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contcel {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  transform-origin: 0%;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 5px 9px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contmail {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  transform-origin: 0%;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 5px 9px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.iconotelefono, .iconomail {
  filter: invert(90%);
  width: 23px;
  height: 23px;
}

.link-wpp {
  color: #e6e6e6;
  justify-content: center;
  align-items: center;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 23px;
  font-weight: 300;
}

.link-wpp.mobile {
  display: none;
}

.contenedor-clientes {
  background-color: #0000004a;
  border-radius: 100px;
  justify-content: space-around;
  margin-top: 45px;
  display: flex;
  overflow: hidden;
}

.contenedor-titulos-servicios {
  color: #e6e6e6;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 480px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  display: flex;
  overflow: hidden;
}

.contenedor-de-info {
  z-index: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
}

.servicio {
  word-break: keep-all;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}

.cont-tit-serv {
  cursor: pointer;
  background-color: #ffffff1a;
  border-radius: 20px;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 180px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cont-tit-serv.h {
  background-image: url('../images/taku-nas-setup-1024x683-1.jpg');
  background-position: 66% 60%;
  background-size: 940px;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
}

.cont-tit-serv.s {
  background-image: url('../images/software.jpg');
  background-position: 75%;
  background-size: 940px;
}

.cont-tit-serv.rn {
  background-image: url('../images/k9fj7k6X3CFL5BVySLpRyD-1200-80.jpg');
  background-position: 60%;
  background-size: 940px;
}

.cont-tit-serv.if {
  background-image: url('../images/Imagen-de-WhatsApp-2024-03-20-a-las-11.47.22_dbe5dafe.jpg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 940px;
  transition: background-color .5s;
  overflow: hidden;
}

.cont-tit-serv.ie {
  background-image: url('../images/PM103715-800x450.jpg');
  background-position: 1%;
  background-size: 940px;
}

.cont-inf {
  color: #e6e6e6;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 15px;
  font-family: Montserrat Variablefont Wght, sans-serif;
}

.presentacion-seccion-servicios {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}

.titulo-seccion-servicios {
  margin-top: 0;
  margin-bottom: 15px;
}

.gradient {
  background-image: radial-gradient(circle at 50% 100%, #3b665580, #0000);
  min-width: 100%;
  min-height: 100%;
}

.cont-div-tit-cont {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.bgoscuro {
  z-index: -1;
  background-color: #0088ff4d;
  width: 100%;
  height: 100%;
  position: absolute;
}

.html-embed {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cont-map-iruya {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.contenidos-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 460.359px;
  display: flex;
  position: static;
}

.contenedor-elementos-presentacion {
  position: relative;
}

.seccion-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: 100dvw;
  min-height: 100dvh;
  display: flex;
  position: absolute;
  top: 100%;
  overflow: hidden;
}

.flex-block-2 {
  justify-content: center;
  align-items: center;
  height: auto;
}

.mas-info {
  color: #fff;
  background-color: #00995c;
  border-radius: 20px;
  margin-top: 5px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.1;
  display: block;
}

.cont-info-it-ti {
  opacity: 1;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrapper-contenedores {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.wrapper-cont-tit-serv {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 15px;
}

.wrapper-2-cont-ti {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 940px;
  height: 100%;
  display: flex;
}

.bg-gradient {
  background-image: linear-gradient(0deg, #000000e6, #0000 60%);
  position: absolute;
  inset: 0%;
}

.noclick {
  z-index: 0;
  width: 100%;
  height: 100dvh;
  position: fixed;
  inset: 0%;
}

.bg-gradient-2 {
  opacity: 1;
  background-image: linear-gradient(#0000004d, #0000004d);
  position: absolute;
  inset: 0%;
}

.body-5 {
  overflow: hidden;
}

.contenedor-boton-mas-info {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 900px;
  display: flex;
}

.text-span {
  font-size: 2dvw;
}

.close {
  width: 40px;
  height: 40px;
}

.imagen-cactus-verde {
  width: 37px;
  height: 37px;
  padding: 0;
  display: block;
  position: absolute;
}

.contenidos-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.cont-anillo {
  z-index: -1;
  position: absolute;
}

.anillo {
  border-radius: 100%;
  width: 0;
  height: 0;
  display: none;
  box-shadow: inset 0 0 10px 10px #66ffad38, 0 0 10px 6px #66ffad38;
}

.div-contenido-pag {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.link-derecha {
  z-index: 1;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.seccion-contacto {
  min-width: 100dvw;
  min-height: 100dvh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.anillo-click {
  z-index: -1;
  transform-origin: 50%;
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
}

.img-nav-d {
  background-color: #3af;
  border-radius: 20px;
  width: 7px;
  height: 20px;
}

.cont-boton-nav-d {
  z-index: 2;
  cursor: pointer;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 70px;
  padding-left: 50px;
  padding-right: 20px;
  display: none;
  position: absolute;
  inset: auto 30px auto auto;
}

.txt-contacto {
  transform-origin: 100%;
  color: #fff;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 18px;
  position: relative;
  top: 0%;
  left: 0%;
  overflow: hidden;
}

.cont-nav-y-anillo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cont-boton-nav-i {
  z-index: 2;
  cursor: pointer;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 70px;
  padding-left: 20px;
  padding-right: 50px;
  display: none;
  position: absolute;
  inset: auto auto auto 30px;
}

.txt-home {
  color: #fff;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 18px;
  display: flex;
  position: relative;
  top: 0%;
  left: 0%;
  overflow: hidden;
}

.link-izquierda {
  z-index: 1;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-nav-i {
  background-color: #25cf8b;
  border-radius: 20px;
  width: 7px;
  height: 20px;
}

.cont-boton-nav-a {
  z-index: 2;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 30px auto auto;
}

.txt-inicio {
  color: #fff;
  flex-flow: column-reverse;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 18px;
  line-height: 2;
  display: flex;
  position: relative;
  top: 0%;
  left: 0%;
  overflow: hidden;
}

.img-nav-a {
  background-color: #25cf8b;
  border-radius: 20px;
  width: 20px;
  height: 7px;
}

.link-arriba {
  z-index: 1;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cont-boton-nav-ii, .cont-boton-nav-i-i {
  z-index: 2;
  cursor: pointer;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 70px;
  padding-left: 20px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: auto auto auto 30px;
}

.cont-boton-nav-d-i {
  z-index: 2;
  cursor: pointer;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 70px;
  padding-left: 50px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: auto 30px auto auto;
}

.secciones-info {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 100% 0% 0%;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.h-hardware {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-weight: 600;
}

.cuerpo-hardware {
  width: 100%;
}

.column {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lightbox-link {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tit-serv-info {
  text-align: center;
  font-family: Montserrat Variablefont Wght, sans-serif;
}

.paragraph {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.pc-escritorio {
  text-decoration: none;
}

.servicio-a-prestar {
  color: #e6e6e6;
  text-align: center;
  text-decoration: none;
}

.text-span-2 {
  text-decoration: none;
}

.cont-boton-nav-info {
  z-index: 2;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 30px auto auto;
}

.txt-servicios {
  color: #fff;
  flex-flow: column-reverse;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 18px;
  line-height: 2;
  display: flex;
  position: relative;
  top: 0%;
  left: 0%;
  overflow: hidden;
}

.boton-cierre {
  cursor: pointer;
  background-color: #000000b3;
  background-image: url('../images/Plus.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  display: none;
  position: static;
  inset: 0% 0% auto auto;
  transform: rotate(45deg);
}

.cont-boton {
  cursor: default;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 15px;
  display: flex;
}

.info-ti {
  width: 100%;
  font-size: 12px;
}

.background-cf {
  z-index: -1;
  opacity: 0;
  background-color: #332b00;
  width: 100%;
  height: 100%;
  position: fixed;
}

.background-cd {
  z-index: -1;
  opacity: 0;
  background-color: #001a1a;
  width: 100%;
  height: 100%;
  position: fixed;
}

.gradient-cf {
  background-image: radial-gradient(circle at 50% 100%, #ffea8099, #0000);
  min-width: 100%;
  min-height: 100%;
}

.gradient-cd {
  background-image: radial-gradient(circle at 50% 100%, #3d9999e6, #0000);
  min-width: 100%;
  min-height: 100%;
}

.cont-botones {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.boton-comencemos-cf, .boton-comencemos-cd {
  grid-column-gap: 1dvw;
  grid-row-gap: 1dvw;
  cursor: pointer;
  background-color: #00995c;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 9px 18px;
  text-decoration: none;
}

.cont-imagen-cactus {
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  display: flex;
  position: relative;
}

.color-change {
  background-color: red;
  width: 100%;
  height: 100%;
  position: absolute;
}

.imagen-cactus-azul, .imagen-cactus-amarillo {
  opacity: 0;
  width: 37px;
  height: 37px;
  padding: 0;
  display: block;
  position: absolute;
}

.boton-atras {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 15px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: rotate(-90deg);
}

.img-atras {
  max-height: 100%;
}

.container-4 {
  z-index: 1000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  .contenedor-cuerpo {
    width: 728px;
    min-width: 728px;
  }

  .texto-presentacion {
    font-size: 72px;
  }

  .texto-descriptivo {
    max-width: 60%;
    font-size: 16px;
  }

  .contenedor-titulos-servicios {
    height: 360px;
  }

  .servicio {
    font-size: 14px;
  }

  .cont-tit-serv.h, .cont-tit-serv.s, .cont-tit-serv.rn, .cont-tit-serv.if, .cont-tit-serv.ie {
    width: 120px;
  }

  .presentacion-seccion-servicios {
    font-size: 16px;
  }

  .titulo-seccion-servicios {
    font-size: 40px;
  }

  .flex-block-2 {
    width: 100%;
  }

  .wrapper-2-cont-ti {
    width: 728px;
  }

  .imagen-cactus-verde {
    width: 25px;
    height: 25px;
  }

  .container-2 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .container-3 {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .imagen-cactus-azul, .imagen-cactus-amarillo {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .gallery-scroll, .features-list {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .menu {
    min-height: 60px;
  }

  .body-2 {
    overflow: hidden;
  }

  .tarjeta-contactos {
    border-top-width: 0;
    min-width: auto;
    padding: 15px;
  }

  .contenedor-contacto {
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: auto;
    max-width: 80%;
    margin-top: auto;
    display: flex;
  }

  .contenedor-datos-e-imagen {
    min-width: auto;
  }

  .datos-e-imagen {
    grid-column-gap: 0dvw;
    min-width: auto;
  }

  .titulo-contacto {
    text-align: center;
    margin-bottom: 15px;
    font-size: 3dvh;
    line-height: 1.3;
  }

  .cell {
    display: block;
  }

  .menu-icon {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .contenedor-boton-top {
    min-height: 60px;
    padding-right: 20px;
  }

  .container {
    min-width: 240px;
    max-width: 479px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell-2 {
    background-image: none;
  }

  .cell-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .imagen-contacto {
    height: 15dvh;
  }

  .contenedor-cuerpo {
    width: auto;
    min-width: auto;
    max-width: 90%;
  }

  .presentacion {
    padding-top: 60px;
  }

  .flex-block {
    margin-top: 0;
  }

  .texto-presentacion {
    font-size: 32px;
  }

  .slogan {
    text-align: center;
    font-size: 22px;
  }

  .texto-descriptivo {
    max-width: 100%;
    font-size: 14px;
  }

  .boton-comencemos {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .bctxt {
    font-size: 14px;
  }

  .clientes-logos {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: none;
    min-width: auto;
    max-width: none;
    height: 50px;
  }

  .logos {
    height: 20px;
  }

  .link-clientes {
    margin-top: 30px;
  }

  .contenedor-seguimiento {
    display: none;
  }

  .telefono, .mail {
    font-size: 16px;
    display: none;
  }

  .conttel, .contcel, .contmail {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .iconotelefono, .iconomail {
    width: 24px;
    height: 24px;
  }

  .link-wpp {
    font-size: 16px;
    display: none;
  }

  .link-wpp.mobile {
    display: block;
  }

  .contenedor-titulos-servicios {
    flex-flow: column;
    width: 100%;
    height: auto;
  }

  .servicio {
    font-size: 18px;
  }

  .cont-tit-serv.h, .cont-tit-serv.s, .cont-tit-serv.rn {
    width: 100%;
  }

  .cont-tit-serv.if {
    background-position: 98% 40%;
    width: 100%;
  }

  .cont-tit-serv.ie {
    width: 100%;
  }

  .cont-inf {
    height: auto;
  }

  .presentacion-seccion-servicios {
    font-size: 16px;
  }

  .titulo-seccion-servicios {
    font-size: 27px;
  }

  .cont-div-tit-cont {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .html-embed {
    height: 100%;
    margin-top: 0;
  }

  .cont-map-iruya {
    height: 100%;
    min-height: auto;
    overflow: hidden;
  }

  .seccion-info {
    padding-top: 60px;
  }

  .mas-info {
    display: none;
  }

  .wrapper-contenedores {
    width: 100%;
    height: auto;
  }

  .wrapper-2-cont-ti {
    flex-flow: column;
    width: 100%;
    height: auto;
  }

  .body-5 {
    overflow: clip;
  }

  .cont-anillo {
    justify-content: center;
    align-items: center;
    width: 100dvw;
    height: 100dvw;
    display: flex;
    inset: auto;
    overflow: visible;
  }

  .anillo {
    z-index: 99;
    pointer-events: none;
    flex: none;
  }

  .anillo-click {
    justify-content: center;
    align-items: center;
    width: 100dvw;
    height: 100dvw;
    display: flex;
    inset: auto;
    overflow: visible;
  }

  .container-2 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .container-3 {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .boton-comencemos-cf, .boton-comencemos-cd {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

#w-node-dcfdf99f-8cef-36f2-e54c-c4f7c17939d5-68f2ea32 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .75fr .5fr;
}

#w-node-_84f8525a-0890-4a36-9d9d-0743c0b9f572-68f2ea32 {
  grid-row: span 2 / span 2;
}

#w-node-e4c75cda-b9c9-ccf7-477f-5e7e3eb631e6-68f2ea32 {
  grid-row: span 3 / span 3;
}

@media screen and (max-width: 479px) {
  #w-node-dcfdf99f-8cef-36f2-e54c-c4f7c17939d5-68f2ea32 {
    grid-template-rows: auto auto 270px;
    grid-template-columns: 1fr;
  }

  #w-node-_84f8525a-0890-4a36-9d9d-0743c0b9f572-68f2ea32 {
    order: -9999;
  }

  #w-node-e4c75cda-b9c9-ccf7-477f-5e7e3eb631e6-68f2ea32, #w-node-bb01e601-a890-5cbd-54aa-3675d4e93c6b-68f2ea32 {
    order: 0;
  }
}


@font-face {
  font-family: 'Helvetica Font';
  src: url('../fonts/Helvetica-Font.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-BoldOblique.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Oblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica 587 Ebe 5 A 59211';
  src: url('../fonts/helvetica-light-587ebe5a59211.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Variablefont Wght';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Compressed 5871 D 14 B 6903 A';
  src: url('../fonts/helvetica-compressed-5871d14b6903a.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Rounded 5871 D 05 Ead 8 De';
  src: url('../fonts/helvetica-rounded-bold-5871d05ead8de.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}