@charset "UTF-8";
:root {
  --bg-body: url("../images/bg-light-guinder.png") center/cover;
  --bg-transparent: rgba(255, 255, 255, 0.5254901961);
  --header: rgba(193, 241, 253, 0.4901960784);
  --header-abierto: rgba(193, 241, 253, 0.4901960784);
  --bg-devices-mob: url("../images/d-mob-light-p.png");
  --bg-devices-tablet: url("../images/d-tablet-light-p.png");
  --bg-devices-desk: url("../images/d-desk-light-p.png");
  --logo-mob: url("../images/iso-black.png");
  --logo-desk: url("../images/logo-black.png");
  --font-general: Lato, sans-serif;
  --font-titles: Ubuntu, sans-serif;
  --title-banner-hero: #FFFFFF;
  --text-general: #000000;
  --text-secondary: #363535;
  --title-color: #D9117F;
  --titles-secondary: #b40955;
  --primary: #ff7eba;
  --accent: #D9117F;
  --accent-accentLow: #85d1e9;
  --accent-theme: #cff0fb;
  --black-white: #FFFFFF;
  --black-white-transparent: rgba(255, 255, 255, 0.65);
  --b-w-transparent: rgba(255, 255, 255, 0.9);
  --btn-color: #f96c00;
  --btn-color-disabled: rgba(249, 108, 0, 0.5);
  --bg-card: #FFFFFF;
  --bg-stepper: #85d1e9;
  --icons-value: #06abd0;
  --input: #06abd0;
  --input-select: #5599ae;
  --shadow-color: 0, 0, 0;
  --shadow-strength: 0.1;
  --modal-shadow: 5px 8px 4px rgba(0, 0, 0, 0.2), 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
}

[data-theme=dark] {
  --bg-body: url("../images/bg-dark-guinder.png") center/cover;
  --bg-transparent: rgba(0, 0, 0, 0.5333333333);
  --header: rgba(22, 22, 39, 0.5);
  --header-abierto: rgba(0, 0, 0, 0.5333333333);
  --bg-devices-mob: url("../images/d-mob-dark-p.png");
  --bg-devices-tablet: url("../images/d-tablet-dark-p.png");
  --bg-devices-desk: url("../images/d-desk-dark-p.png");
  --logo-mob: url("../images/iso-white.png");
  --logo-desk: url("../images/logo-white.png");
  --title-banner-hero: #FFFFFF;
  --text-general: #FFFFFF;
  --text-secondary: #DDDDDD;
  --title-color: #ff7eba;
  --titles-secondary: #ffcee5;
  --primary: #D9117F;
  --accent: #06abd0;
  --accent-accentLow: #1fbce1;
  --accent-theme: #013947;
  --black-white: #000000;
  --black-white-transparent: rgba(0, 0, 0, 0.5);
  --b-w-transparent: rgba(0, 0, 0, 0.8);
  --btn-color: #CC4E0A;
  --btn-color-disabled: rgba(204, 78, 10, 0.5);
  --bg-card: #000000;
  --bg-stepper: #5599ae;
  --icons-value: #1fbce1;
  --input: #85d1e9;
  --input-select: #1fbce1;
  --shadow-color: 0, 0, 0;
  /* En dark mode, necesitamos que la sombra sea casi sólida para que se note */
  --shadow-strength: 0.6;
  --modal-shadow: 5px 8px 4px rgba(255, 255, 255, 0.08), 0px 3px 15px 0px rgba(255, 255, 255, 0.3);
}
[data-theme=dark] .wsp-contenido {
  box-shadow: 0px 4px 8px rgba(255, 255, 255, 0.35) !important;
}
[data-theme=dark] .banner-hero .contenedor-info .info .title {
  text-shadow: rgba(255, 255, 255, 0.1) 1px 1px 5px, rgba(255, 255, 255, 0.1) 2px 2px 4px, rgba(255, 255, 255, 0.25) 1px 1px 3px !important;
}
[data-theme=dark] .step {
  box-shadow: 5px 8px 4px rgba(255, 255, 255, 0.08), 0px 3px 15px 0px rgba(255, 255, 255, 0.3) !important;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 16px !important;
  scroll-behavior: smooth;
}

p,
li,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
.menu-item {
  -webkit-text-size-adjust: none !important;
  -moz-text-size-adjust: none !important;
       text-size-adjust: none !important;
  max-height: 999999px;
  min-height: 0.01em;
}

#ecommerce-o-webs .tabs-webs .modal .nav-tabs .nav-tabs-webs li a {
  transition: none !important;
}

/* ==========================================================================
   SOLUCIÓN: La transición solo se activa si el body tiene la clase 'theme-toggling'
   ========================================================================== */
body.theme-toggling,
body.theme-toggling header,
body.theme-toggling footer,
body.theme-toggling .box-formacion,
body.theme-toggling section,
body.theme-toggling div,
body.theme-toggling h1,
body.theme-toggling h2,
body.theme-toggling h3,
body.theme-toggling h4,
body.theme-toggling p,
body.theme-toggling span,
body.theme-toggling a,
body.theme-toggling i,
body.theme-toggling .site__nav,
body.theme-toggling #ecommerce-o-webs .tabs-webs .modal .nav-tabs .nav-tabs-webs li a { /* <-- Metemos las solapas acá */
  /* Absolutamente todo (incluidas las solapas) transiciona suave durante 0.8s */
  transition: background-color 0.8s ease, color 0.8s ease, border-color 0.8s ease, box-shadow 0.8s ease, border 0.8s ease !important;
}

* {
  font-family: var(--font-general);
  color: var(--text-general);
  margin: 0rem;
  padding: 0rem;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}

.wsp-flotante {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 999;
  text-decoration: none;
}
.wsp-flotante .wsp-contenido {
  display: flex;
  align-items: center;
  background-color: #25d366;
  color: #ffffff;
  padding: 0.55rem 0.75rem 0.55rem;
  border-radius: 50px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  gap: 0;
  transition: all 0.4s ease-in-out;
}
.wsp-flotante .wsp-contenido .wsp-icono {
  font-size: 2.25rem;
  transition: all 0.4s ease-in-out;
}
.wsp-flotante .wsp-contenido .wsp-texto {
  font-weight: 600;
  font-size: 18px;
  white-space: nowrap;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.wsp-flotante:hover .wsp-contenido {
  gap: 0.75rem;
  padding: 1rem 1.5rem;
}
.wsp-flotante:hover .wsp-contenido .wsp-icono {
  font-size: 1.75rem;
}
.wsp-flotante:hover .wsp-contenido .wsp-texto {
  max-width: 300px;
  opacity: 1;
}

section,
#proceso,
#ecommerce-o-webs,
#nosotros,
#software {
  scroll-margin-top: 8rem;
}

#contacto {
  scroll-margin-top: 3rem;
}

body {
  background: var(--bg-body);
  overflow-y: scroll;
}

button {
  background-color: transparent;
  border: none;
}

i {
  position: relative;
  z-index: 1;
}

.invisible {
  display: none !important;
}

@keyframes parpadeo {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.full-width {
  width: 100%;
  margin: 0rem;
}

.hidden-xs {
  display: none;
}

.hidden-md {
  display: none;
}

.hidden-lg {
  display: block;
}

.oculto-total {
  opacity: 0 !important;
  visibility: hidden !important;
  display: none !important;
}

.btn-color {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  color: var(--text-general);
  text-decoration: none;
  cursor: pointer;
  font-family: var(--font-general);
  font-size: 14px;
  font-weight: 600;
  padding: 0.4rem 0.75rem;
  border-radius: 8rem;
  background-color: var(--btn-color);
  bottom: 1rem;
  right: 1.5rem;
}
.btn-color i {
  color: #FFFFFF;
}

.btn-form {
  cursor: pointer;
  font-family: var(--font-general);
  font-size: 18px;
  padding: 0.75rem 1.25rem 0.75rem;
  border-radius: 12px;
  display: block;
  color: var(--text-general);
  font-weight: 600;
  background-color: var(--btn-color);
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.btn-form-disabled {
  font-family: var(--font-general);
  font-size: 18px;
  padding: 0.75rem 1.25rem 0.75rem;
  border-radius: 12px;
  display: block;
  color: var(--text-general);
  font-weight: 600;
  background-color: var(--btn-color-disabled);
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.fa-circle-user {
  margin-bottom: 0.25rem !important;
}

header {
  background-color: var(--header);
  min-height: 4rem;
  position: fixed;
  width: 95%;
  top: 3%;
  border: 3px solid var(--icons-value);
  border-radius: 0.5rem;
  z-index: 8;
  display: flex;
  align-items: center;
  left: 2.5%;
  justify-content: center;
  backdrop-filter: blur(10px);
}
header .container-nav {
  width: 95%;
  padding: 0rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 100%;
}
header .container-nav .logo {
  background-image: var(--logo-mob);
  width: 5.4rem;
  min-height: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
header .container-nav .logo a {
  width: 6rem;
  cursor: pointer;
  display: block;
  padding: 1rem 0;
}
header .container-nav .theme-switch-wrapper {
  order: 2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
header .container-nav .theme-switch-wrapper .theme-checkbox {
  display: none;
}
header .container-nav .theme-switch-wrapper .theme-label {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .container-nav .theme-switch-wrapper .theme-label i {
  font-size: 1.75rem;
  position: absolute;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
header .container-nav .theme-switch-wrapper .theme-label i.fa-sun {
  color: var(--text-general);
  opacity: 1;
  transform: rotate(0deg) scale(1);
}
header .container-nav .theme-switch-wrapper .theme-label i.fa-moon {
  color: var(--text-general);
  opacity: 0;
  transform: rotate(-90deg) scale(0);
}
header .container-nav .theme-switch-wrapper .theme-checkbox:checked + .theme-label i.fa-sun {
  opacity: 0;
  transform: rotate(90deg) scale(0);
}
header .container-nav .theme-switch-wrapper .theme-checkbox:checked + .theme-label i.fa-moon {
  opacity: 1;
  transform: rotate(0deg) scale(1);
  color: var(--text-general);
}
header .container-nav .site__nav {
  top: 4rem;
  right: 0%;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  background-color: var(--header-abierto);
  clip-path: circle(0 at top right);
  transition: clip-path ease-in-out 0.5s;
  z-index: 100;
  width: 100%;
  clip-path: inset(0 0 100% 0);
  transition: clip-path ease-in-out 0.35s;
  pointer-events: none;
}
header .container-nav .site__nav ul {
  padding-top: 0%;
  padding-left: 7%;
  padding-right: 7%;
  list-style: none;
  min-width: 13rem;
  margin-bottom: 0px !important;
  height: -moz-fit-content;
  height: fit-content;
  border: 2px solid var(--icons-value);
  width: 100%;
  border-radius: 0.5rem;
  text-align: center;
  backdrop-filter: blur(1px);
  background-color: var(--header);
  min-height: 9rem;
  height: auto;
}
header .container-nav .site__nav ul li {
  border-bottom: 2px solid var(--icons-value);
  position: relative;
  padding: 0;
}
header .container-nav .site__nav ul li a,
header .container-nav .site__nav ul li p {
  font-family: var(--font-titles);
  letter-spacing: 3%;
  color: var(--text-general);
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  outline: none !important;
  font-weight: 500;
  margin: 0;
}
header .container-nav .site__nav ul li a {
  cursor: pointer;
  display: block;
  padding: 1rem 2rem;
}
header .container-nav .site__nav ul li:last-child {
  border-bottom: none;
}
header .container-nav .site__nav .dropdown-menu {
  display: none;
  list-style: none;
  width: 100%;
  min-height: 6rem;
  border: none;
}
header .container-nav .site__nav .dropdown-menu li {
  border-bottom: 2px solid var(--icons-value);
  background-color: color-mix(in srgb, var(--black-white), transparent 55%);
}
header .container-nav .site__nav .dropdown-menu li a {
  font-size: 14px;
  padding: 1rem 2rem;
  text-transform: uppercase;
  font-weight: 500;
}
header .container-nav .site__nav .dropdown-toggle {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
header .container-nav .site__nav .dropdown-toggle i {
  font-size: 0.8rem;
  margin-left: 0.5rem;
  transition: transform 0.3s ease-in-out;
  transform: rotate(0deg);
}
header .container-nav .site__nav .show-dropdown {
  display: block !important;
  padding: 0;
}
header .container-nav .site__nav .show-dropdown + .dropdown-toggle i,
header .container-nav .site__nav .dropdown-toggle.active i {
  transform: rotate(180deg);
}
header .container-nav .site__navAbrir {
  /*
  clip-path: circle(150% at top right);*/
  clip-path: inset(0 0 0 0);
  pointer-events: auto;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 100;
  width: 100%;
}
header .container-nav .menu-toggle {
  width: 3.5rem;
  min-height: 3.25rem;
  border-radius: 0.3rem;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .container-nav .menu-abierto .menu-hamburguesa {
  transform: rotate(45deg);
}
header .container-nav .menu-abierto .menu-hamburguesa::before {
  opacity: 0;
}
header .container-nav .menu-abierto .menu-hamburguesa::after {
  transform: translateY(0rem) rotate(-90deg);
}
header .container-nav div.menu-hamburguesa {
  width: 1.5rem;
  min-height: 0.25rem;
  position: relative;
  background-color: var(--text-general);
}
header .container-nav .menu-hamburguesa::before,
header .container-nav .menu-hamburguesa::after {
  content: "";
  display: block;
  background-color: var(--text-general);
  min-height: 0.25rem;
  width: 1.5rem;
  border-radius: 0.5rem;
  transition: all ease-in-out 0.4s;
  position: absolute;
}
header .container-nav .menu-hamburguesa::before {
  transform: translateY(-0.45rem);
}
header .container-nav .menu-hamburguesa::after {
  transform: translateY(0.45rem);
}

.banner-hero {
  padding-top: 6rem;
  width: 100%;
  min-height: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--black-white);
}
.banner-hero .contenedor-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  text-align: left;
  gap: 1rem;
  padding: 2rem 0rem 3rem;
  width: 100%;
}
.banner-hero .contenedor-info .info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
  padding-top: 2rem;
  min-width: 85%;
  margin: 0;
  max-width: 100%;
  padding-left: 8%;
}
.banner-hero .contenedor-info .info .pretitle {
  font-size: 12px;
  margin-bottom: -2rem;
  font-family: var(--font-general);
  color: var(--text-general);
  font-weight: 600;
  letter-spacing: 1%;
  background-color: var(--accent-theme);
  padding: 0.25rem 0.75rem 0.4rem;
  border-radius: 0.5rem;
}
.banner-hero .contenedor-info .info .title {
  margin: auto;
  font-family: "Ubuntu", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: var(--icons-value);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 2px 2px 4px rgba(0, 0, 0, 0.15), 4px 4px 10px rgba(0, 0, 0, 0.1);
}
.banner-hero .contenedor-info .info .title span,
.banner-hero .contenedor-info .info .title .cursor {
  font-family: "Ubuntu", sans-serif;
  line-height: 2.4rem;
  font-weight: 700;
  color: var(--primary);
  font-size: 1.8rem;
}
.banner-hero .contenedor-info .info a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  color: var(--text-general);
  text-decoration: none;
  cursor: pointer;
  font-family: var(--font-general);
  font-size: 18px;
  font-weight: 600;
  padding: 0.5rem 0.75rem 0.5rem;
  border-radius: 12px;
  background-color: var(--btn-color);
  height: 40px;
  min-width: 200px;
  gap: 0.25rem;
}
.banner-hero .contenedor-info .devices {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  min-height: 210px;
  padding-left: 4rem;
}
.banner-hero .contenedor-info .devices .tablet {
  background-image: var(--bg-devices-tablet);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  aspect-ratio: 9/16;
  z-index: 1;
  transform: translate(-104px, -30px);
  min-width: 108px;
}
.banner-hero .contenedor-info .devices .tablet .pantalla {
  position: absolute;
  top: 8%;
  left: 8%;
  width: 100%;
  height: 86%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-hero .contenedor-info .devices .tablet .pantalla svg {
  width: 25%;
  height: auto;
  fill: var(--icons-value);
  animation: flotar-principal-tablet 5s ease-in-out infinite;
}
@keyframes flotar-principal-tablet {
  0%, 100% {
    transform: translate(-20px, 10px) rotate(30deg) scale(1);
  }
  33% {
    transform: translate(-40px, -60px) rotate(10deg) scale(1.3);
  }
  66% {
    transform: translate(30px, 10px) rotate(-15deg) scale(0.8);
  }
}
.banner-hero .contenedor-info .devices .tablet .pantalla svg path {
  fill: var(--icons-value) !important;
  stroke: var(--black-white) !important;
}
.banner-hero .contenedor-info .devices .tablet .pantalla2 {
  position: absolute;
  top: 5%;
  left: 7%;
  width: 80%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--btn-color);
}
.banner-hero .contenedor-info .devices .tablet .pantalla2 svg {
  width: 30%;
  height: auto;
  /*
  filter: blur(20px);*/
  animation: flotar-secundario 5s ease-in-out infinite;
}
@keyframes flotar-secundario {
  /* Base Izquierda */
  0%, 100% {
    transform: translate(-25%, 60%) rotate(-45deg) scale(1);
  }
  /* Vértice Superior */
  33% {
    transform: translate(-10%, -90%) rotate(-90deg) scale(1.4);
  }
  /* Base Derecha */
  66% {
    transform: translate(-110%, 70%) rotate(-20deg) scale(0.8);
  }
}
.banner-hero .contenedor-info .devices .tablet .pantalla2 svg path {
  fill: var(--btn-color) !important;
  stroke: var(--black-white) !important;
}
.banner-hero .contenedor-info .devices .tablet .pantalla3 {
  position: absolute;
  top: 25%;
  left: 10%;
  width: 80%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary);
}
.banner-hero .contenedor-info .devices .tablet .pantalla3 svg {
  width: 30%;
  height: auto;
  /*
  filter: blur(20px);*/
  animation: flotar-terciario 5s ease-in-out infinite;
}
@keyframes flotar-terciario {
  /* Base Derecha */
  0%, 100% {
    transform: translate(25%, -60%) rotate(45deg) scale(1);
  }
  /* Vértice Superior Central */
  33% {
    transform: translate(10%, 30%) rotate(90deg) scale(1.4);
  }
  /* Base Izquierda */
  66% {
    transform: translate(110%, -70%) rotate(20deg) scale(0.8);
  }
}
.banner-hero .contenedor-info .devices .tablet .pantalla3 svg path {
  fill: var(--primary) !important;
  stroke: var(--black-white) !important;
}
.banner-hero .contenedor-info .devices .desk {
  background-image: var(--bg-devices-desk);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  aspect-ratio: 16/9;
  z-index: 2;
  transform: translate(12px, 1px);
  min-width: 260px;
}
.banner-hero .contenedor-info .devices .desk .pantalla {
  position: absolute;
  top: 8%;
  left: 20%;
  width: 90%;
  height: 86%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--icons-value);
}
.banner-hero .contenedor-info .devices .desk .pantalla svg {
  width: 25%;
  height: auto;
  animation: flotar-principal 5s ease-in-out infinite;
}
@keyframes flotar-principal {
  0%, 100% {
    transform: translate(-90px, 10px) rotate(30deg) scale(1);
  }
  33% {
    transform: translate(-40px, -60px) rotate(10deg) scale(1.3);
  }
  66% {
    transform: translate(10px, 10px) rotate(-15deg) scale(0.8);
  }
}
.banner-hero .contenedor-info .devices .desk .pantalla svg path {
  fill: var(--icons-value) !important;
  stroke: var(--black-white) !important;
}
.banner-hero .contenedor-info .devices .desk .pantalla2 {
  position: absolute;
  top: 5%;
  left: 7%;
  width: 70%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--btn-color);
}
.banner-hero .contenedor-info .devices .desk .pantalla2 svg {
  width: 30%;
  height: auto;
  animation: flotar-secundario 5s ease-in-out infinite;
}
@keyframes flotar-secundario {
  0%, 100% {
    transform: translate(-25%, 60%) rotate(-45deg) scale(1);
  }
  33% {
    transform: translate(-10%, -90%) rotate(-90deg) scale(1.4);
  }
  66% {
    transform: translate(-110%, 70%) rotate(-20deg) scale(0.8);
  }
}
.banner-hero .contenedor-info .devices .desk .pantalla2 svg path {
  fill: var(--btn-color) !important;
  stroke: var(--black-white) !important;
}
.banner-hero .contenedor-info .devices .desk .pantalla3 {
  position: absolute;
  top: 8%;
  left: 7%;
  width: 83%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary);
}
.banner-hero .contenedor-info .devices .desk .pantalla3 svg {
  width: 30%;
  height: auto;
  animation: flotar-terciario 5s ease-in-out infinite;
}
@keyframes flotar-terciario {
  0%, 100% {
    transform: translate(25%, -60%) rotate(45deg) scale(1);
  }
  33% {
    transform: translate(10%, 30%) rotate(90deg) scale(1.4);
  }
  66% {
    transform: translate(110%, -70%) rotate(20deg) scale(0.8);
  }
}
.banner-hero .contenedor-info .devices .desk .pantalla3 svg path {
  fill: var(--primary) !important;
  stroke: var(--black-white) !important;
}
.banner-hero .contenedor-info .devices .mobile {
  background-image: var(--bg-devices-mob);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  aspect-ratio: 9/16;
  z-index: 3;
  transform: translate(-47px, 73px);
  min-width: 60px;
}
.banner-hero .contenedor-info .devices .mobile .pantalla {
  position: absolute;
  top: 2%;
  left: 7%;
  width: 80%;
  height: 95%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-hero .contenedor-info .devices .mobile .pantalla svg {
  width: 30%;
  height: auto;
  fill: var(--icons-value);
  animation: flotar-principal-mob 8s ease-in-out infinite;
}
@keyframes flotar-principal-mob {
  0%, 100% {
    transform: translate(-15px, 10px) rotate(30deg) scale(1);
  }
  33% {
    transform: translate(-10px, -30px) rotate(10deg) scale(1.3);
  }
  66% {
    transform: translate(20px, 40px) rotate(-15deg) scale(0.8);
  }
}
.banner-hero .contenedor-info .devices .mobile .pantalla svg path {
  fill: var(--icons-value) !important;
  stroke: var(--black-white) !important;
}
.banner-hero .contenedor-info .devices .mobile .pantalla2 {
  position: absolute;
  top: 5%;
  left: 7%;
  width: 80%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--btn-color);
}
.banner-hero .contenedor-info .devices .mobile .pantalla2 svg {
  width: 30%;
  height: auto;
  animation: flotar-secundario 5s ease-in-out infinite;
}
@keyframes flotar-secundario {
  0%, 100% {
    transform: translate(-25%, 60%) rotate(-45deg) scale(1);
  }
  33% {
    transform: translate(-10%, -90%) rotate(-90deg) scale(1.4);
  }
  66% {
    transform: translate(-110%, 70%) rotate(-20deg) scale(0.8);
  }
}
.banner-hero .contenedor-info .devices .mobile .pantalla2 svg path {
  fill: var(--btn-color) !important;
  stroke: var(--black-white) !important;
}
.banner-hero .contenedor-info .devices .mobile .pantalla3 {
  position: absolute;
  top: 5%;
  left: 0%;
  width: 87%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary);
}
.banner-hero .contenedor-info .devices .mobile .pantalla3 svg {
  width: 50%;
  height: auto;
  animation: flotar-terciario 5s ease-in-out infinite;
}
@keyframes flotar-terciario {
  0%, 100% {
    transform: translate(25%, -60%) rotate(45deg) scale(1);
  }
  33% {
    transform: translate(10%, 30%) rotate(90deg) scale(1.4);
  }
  66% {
    transform: translate(110%, -70%) rotate(20deg) scale(0.8);
  }
}
.banner-hero .contenedor-info .devices .mobile .pantalla3 svg path {
  fill: var(--primary) !important;
  stroke: var(--black-white) !important;
}

.contenedor-stepper {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin: 0rem auto 5rem;
  gap: 1rem;
}
.contenedor-stepper div:nth-child(1) {
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.contenedor-stepper div:nth-child(2) {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.contenedor-stepper div:nth-child(3) {
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.contenedor-stepper div:nth-child(4) {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.contenedor-stepper .step {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 86%;
  margin: 0.5rem auto;
  height: auto;
  gap: 0.25rem;
  padding: 0.75rem 1.1rem 1.25rem;
  box-shadow: 5px 8px 4px rgba(0, 0, 0, 0.2), 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform, box-shadow;
  min-height: 14.5rem;
  background-color: var(--black-white-transparent);
  border: 2px solid var(--bg-stepper);
  border-radius: 8px;
  backdrop-filter: blur(12px);
}
.contenedor-stepper .step .numero {
  font-size: 2.75rem;
  color: var(--bg-stepper);
  font-weight: 700;
  margin: 0 0.1rem;
  flex-shrink: 0;
}
.contenedor-stepper .step .title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--font-titles);
}
.contenedor-stepper .step .subtitle {
  font-size: 1rem;
  line-height: 22px;
  font-weight: 500;
  font-family: var(--font-titles);
}
.contenedor-stepper .step .info {
  font-size: 14px;
  line-height: 1.3;
  color: var(--text-secondary);
}
.contenedor-stepper .expandible-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease-in-out;
}
.contenedor-stepper .expandible-wrapper.abierto {
  margin-top: 1rem;
}
.contenedor-stepper .step-abierto {
  justify-content: flex-start;
}
.contenedor-stepper.step.step-abierto {
  height: auto !important;
}

.contenedor-servicios {
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-start;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem;
  width: 100%;
  margin: 0rem auto 2rem;
}
.contenedor-servicios .servicio {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  padding: 0rem 2rem;
}
.contenedor-servicios .servicio i {
  font-size: 2.8rem;
  color: var(--icons-value);
}
.contenedor-servicios .servicio h3 {
  font-size: 20px;
  font-family: var(--font-titles);
  color: var(--title-color);
  font-weight: 500;
  text-align: center;
}
.contenedor-servicios .servicio p {
  font-size: 1rem;
  line-height: 1.2rem;
}

.contenedor-software .servicio i {
  color: var(--bg-stepper);
}
.contenedor-software .servicio h3 {
  color: var(--titles-secondary);
}

#nosotros h2,
#proceso h2,
#formulario h2,
#software h2 {
  font-family: var(--font-titles);
  font-weight: 700;
  color: var(--titles-secondary);
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  margin: 4rem auto 1rem;
  width: 70%;
}
#nosotros .bajada,
#proceso .bajada,
#formulario .bajada,
#software .bajada {
  font-weight: 500;
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.3rem;
  text-align: center;
  margin: 0rem auto 3rem;
  padding: 0rem 2rem;
}

#formulario h2 {
  width: 90%;
}
#formulario .bajada {
  padding: 0rem 1rem;
}

#software h2 {
  font-family: var(--font-titles);
  font-weight: 700;
  color: var(--titles-secondary);
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  margin: 4rem auto 1rem;
  width: 100%;
}
#software .bajada {
  padding: 0rem;
  margin: 0 auto 2rem;
}
#software .contenedor-soft {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0rem;
  margin-top: 2rem;
}
#software .contenedor-soft .soft {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
}
#software .contenedor-soft .soft h4 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  font-family: var(--font-general);
  color: var(--icons-value);
}
#software .contenedor-soft .soft .contenedor-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin: -1rem auto 2rem;
}
#software .contenedor-soft .soft .contenedor-button .btn-otros {
  padding: 0.5rem 0.75rem;
  border-radius: 8rem;
  display: block;
  background-color: var(--btn-color);
  position: relative;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  color: var(--text-general);
  text-decoration: none;
  cursor: pointer;
  font-family: var(--font-general);
  font-size: 16px;
  font-weight: 600;
  padding: 0.55rem 1.15rem 0.55rem;
  border-radius: 12px;
  background-color: var(--btn-color);
}
#software .contenedor-soft .soft .contenedor-button .btn-otros a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  font-family: var(--font-general);
}
#software .contenedor-soft .soft .img-soft {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 230px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 340px;
  box-shadow: 5px 8px 4px rgba(0, 0, 0, 0.2), 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
}
#software .contenedor-soft .soft .img-soft.pharma {
  background-image: url("../images/dash-pharma.png");
}
#software .contenedor-soft .soft .img-soft.zylos {
  background-image: url("../images/zylos.png");
}
#software .contenedor-soft .soft p {
  font-family: var(--font-general);
  color: var(--text-secondary);
  font-size: 14px;
  padding: 0px 24px 0px 24px;
}

#ecommerce-o-webs .tabs-webs .modal {
  /* max-height: 40rem;*/
}
#ecommerce-o-webs .tabs-webs .modal .nav-tabs {
  min-width: 20rem;
  min-height: 41px;
  max-width: 94%;
  margin: auto;
  border-bottom: 2.5px solid var(--icons-value);
}
#ecommerce-o-webs .tabs-webs .modal .nav-tabs .nav-tabs-webs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
#ecommerce-o-webs .tabs-webs .modal .nav-tabs .nav-tabs-webs li {
  list-style-type: none;
}
#ecommerce-o-webs .tabs-webs .modal .nav-tabs .nav-tabs-webs li a {
  text-decoration: none;
  color: var(--titles-secondary);
  font-family: var(--font-titles);
  font-weight: 500;
  font-size: 18px;
  padding: 0.75rem 0.5rem 1rem;
  height: auto;
  display: inline-flex;
}
#ecommerce-o-webs .tabs-webs .modal .nav-tabs .nav-tabs-webs li a.tab-active {
  border: 2.5px solid var(--icons-value);
  border-bottom: 6px solid var(--black-white);
  border-top-right-radius: 0.75rem;
  border-top-left-radius: 0.75rem;
  padding: 0.75rem 1rem 1rem;
  z-index: 1;
  position: relative;
  background-color: var(--black-white);
  transition: none !important;
  font-weight: 700;
  margin-bottom: -4px;
}
#ecommerce-o-webs .tabs-webs .modal .modal-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  max-width: 94%;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background-color: var(--black-white);
  padding: 1.5rem 1.5rem 2rem;
  box-shadow: var(--modal-shadow);
  overflow: hidden;
  margin: auto;
}
#ecommerce-o-webs .tabs-webs .modal .modal-content h3 {
  font-family: var(--font-titles);
  color: var(--icons-value);
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 1rem;
}
#ecommerce-o-webs .tabs-webs .modal .modal-content .ecommerce,
#ecommerce-o-webs .tabs-webs .modal .modal-content .webs-profesionales {
  max-width: 291px;
}
#ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .info .bajada-tab {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-general);
  margin-bottom: 1rem;
  font-family: var(--font-titles);
}
#ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .info .lista-caracteristicas {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding: 0rem 0rem 0rem 1rem;
}
#ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .info .lista-caracteristicas li,
#ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .info .lista-caracteristicas strong {
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 20px;
}
#ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .info .lista-caracteristicas li::marker {
  color: var(--title-color);
  font-weight: bold;
}
#ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .demos .swiper {
  width: 100%;
  max-width: 350px;
  height: 400px;
  padding-left: 16px;
  padding-right: 16px;
}
#ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .demos .swiper-slide {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 380px;
  gap: 1rem;
  padding: 1rem;
}
#ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .demos .swiper-slide img {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 290px;
  border: 2px solid var(--icons-value);
  border-radius: 1rem;
}
#ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .demos .swiper-slide .title {
  color: var(--title-color);
  font-size: 18px;
}
#ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .demos .swiper-slide .subtitle-sitio {
  color: var(--text-general);
  font-size: 16px;
  margin: -0.5rem auto 0.25rem;
}
#ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .demos .swiper-slide .contenedor-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
#ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .demos .swiper-slide .contenedor-button .btn-otros {
  padding: 0.5rem 0.75rem;
  border-radius: 8rem;
  display: block;
  background-color: var(--btn-color);
  position: relative;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  color: var(--text-general);
  text-decoration: none;
  cursor: pointer;
  font-family: var(--font-general);
  font-size: 16px;
  font-weight: 600;
  padding: 0.55rem 1.15rem 0.55rem;
  border-radius: 12px;
  background-color: var(--btn-color);
}
#ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .demos .swiper-slide .contenedor-button .btn-otros a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  font-family: var(--font-general);
}
#ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .demos .swiper-slide .contenedor-slide { /*
background-size: cover;
background-repeat: no-repeat;
background-position: center;*/
  min-height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 1rem;
  width: 100%;
}
#ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .demos .swiper-slide .contenedor-slide .contenedor-recuadro-slide {
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
#ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .demos .swiper-slide .contenedor-slide .contenedor-recuadro-slide img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .demos .swiper-horizontal .swiper-button-next,
#ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .demos .swiper-horizontal .swiper-button-prev {
  top: 396px;
}
#ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .demos .swiper-horizontal .swiper-button-next {
  right: 80px;
}
#ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .demos .swiper-horizontal .swiper-button-prev {
  left: 80px;
}
#ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .demos .swiper-button-prev,
#ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .demos .swiper-button-next {
  height: 20px;
  color: var(--icons-value);
}
#ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .demos .swiper-pagination-bullet {
  background-color: var(--input-select);
}
#ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .demos .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 30px;
  background-color: var(--icons-value);
}

#nosotros,
#software {
  background-color: var(--black-white-transparent);
  padding: 2.5rem 0rem;
  margin: 3rem 0rem 4rem;
  backdrop-filter: blur(12px);
}
#nosotros h2,
#software h2 {
  margin-top: 1rem;
}

#software {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  max-width: 100%;
  background-color: var(--black-white);
  padding: 1.5rem 1.5rem 2.5rem;
}
#software .contenedor-servicios .servicio {
  padding: 0rem 1rem;
}

footer {
  background-color: var(--black-white);
  background-size: cover;
  font-family: var(--font-general);
  background-position-x: center;
  width: 100%;
  color: var(--text-general);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  min-height: 16rem;
  padding: 1rem 0rem;
  border-top: 5px solid var(--icons-value);
}
footer input,
footer select,
footer .custom-select-trigger {
  min-width: 295px;
}
footer select {
  color: var(--text-secondary);
}
footer .custom-select-wrapper {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}
footer .custom-select-wrapper .custom-select-trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  font-size: 0.9rem;
  color: var(--text-secondary);
  height: 2.5rem;
  background: var(--black-white);
  border: 0.1rem solid var(--input);
  border-radius: 0.35rem;
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
}
footer .custom-select-wrapper .custom-select-trigger span {
  color: var(--text-secondary);
}
footer .custom-select-wrapper .custom-select-trigger:hover {
  border-color: var(--input-select);
}
footer .custom-select-wrapper .custom-select-trigger .arrow {
  width: 10px;
  height: 10px;
  border-left: 2px solid var(--text-secondary);
  border-bottom: 2px solid var(--text-secondary);
  transform: rotate(-45deg);
  transition: all 0.3s;
  margin-top: -5px;
}
footer .custom-select-wrapper.open .custom-select-trigger .arrow {
  transform: rotate(135deg);
  margin-top: 5px;
}
footer .custom-select-wrapper .custom-options {
  position: absolute;
  display: block;
  top: 2.75rem;
  left: 0;
  right: 0;
  background: var(--black-white);
  border: 1px solid var(--input);
  border-radius: 0.5rem;
  margin-top: 5px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  transition: all 0.3s;
  z-index: 1000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
footer .custom-select-wrapper.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}
footer .custom-select-wrapper .custom-option {
  position: relative;
  display: block;
  padding: 10px 15px;
  font-size: 0.9rem;
  cursor: pointer;
  color: var(--text-general);
  transition: all 0.3s;
}
footer .custom-select-wrapper .custom-option:first-child {
  display: none;
}
footer .custom-select-wrapper .custom-option:hover {
  background-color: var(--btn-color);
  color: #FFFFFF;
}
footer .custom-select-wrapper .custom-option.selected {
  background: var(--accent-accentLow);
  font-weight: 600;
}
footer {
  /* Chrome, Safari, Edge */
}
footer .formulario__input::-moz-placeholder {
  color: var(--text-secondary);
  /* El color que quieras */
  opacity: 1;
  /* Firefox requiere esto para mostrar el color real */
}
footer .formulario__input::placeholder {
  color: var(--text-secondary);
  /* El color que quieras */
  opacity: 1;
  /* Firefox requiere esto para mostrar el color real */
}
footer {
  /* Firefox */
}
footer .formulario__input::-moz-placeholder {
  color: var(--text-secondary);
  opacity: 1;
}
footer {
  /* Internet Explorer 10-11 */
}
footer .formulario__input:-ms-input-placeholder {
  color: var(--text-secondary);
}
footer .contenedor-form .formularioh4 {
  font-size: 1rem !important;
}
footer .contenedor-form .formularioParrafo {
  font-size: 0.85rem;
}
footer .contenedor-form .formularioButton {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: -1rem;
  width: 295px;
}
footer .contenedor-form .form__contact {
  color: var(--primary);
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 3rem;
}
footer .contenedor-form .contact__h5 {
  font-weight: bold;
}
footer .contenedor-form .form-check-input:checked {
  background-color: var(--color-accentLow);
  border-color: var(--icons-value);
}
footer .contenedor-form .formulario__label {
  display: block;
  font-weight: 1.5rem;
  padding: 0rem;
  cursor: pointer;
  line-height: 1.5rem;
  margin-bottom: 0.25rem;
}
footer .contenedor-form #entrada__mensaje {
  margin-top: -0.75rem;
  min-width: 295px;
  max-width: 295px;
}
footer .contenedor-form .formulario__entrada,
footer .contenedor-form .form__elegir {
  font-size: 14px;
  margin: 0em 0rem 1rem;
}
footer .contenedor-form .formulario__entrada {
  margin: 0rem 0rem 1.5rem;
}
footer .contenedor-form .formulario__entrada-input {
  position: relative;
  max-width: 626px;
}
footer .contenedor-form .formulario__input {
  width: 100%;
  background-color: var(--black-white);
  border: 0.1rem solid var(--input);
  border-radius: 0.35rem;
  height: 2.5rem;
  line-height: auto;
  padding: 0 3rem 0 1rem;
  transition: 0.3s ease all;
  max-width: 295px;
}
footer .contenedor-form .formulario__input--mensaje {
  width: 100%;
  background-color: var(--black-white);
  border: 0.1rem solid var(--input);
  border-radius: 0.35rem;
  height: 5rem;
  line-height: auto;
  padding: 1rem 3rem 1rem 1rem;
  transition: 0.3s ease all;
}
footer .contenedor-form .formulario__input--mensaje:focus {
  border: 0.1rem solid var(--input-select);
  outline: none;
}
footer .contenedor-form .formulario__input:focus {
  border: 0.1rem solid var(--input-select);
  outline: none;
}
footer .contenedor-form .formulario__input-error {
  font-size: 0.75rem;
  margin-bottom: 0;
  display: none;
  padding: 0.1rem 0rem 0.25rem;
  color: red;
  height: 24px;
}
footer .contenedor-form .formulario__input-error-activo {
  display: block;
  position: absolute;
}
footer .contenedor-form .formulario__validacion-estado {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  z-index: 6;
  font-size: 16px;
  opacity: 0;
}
footer .contenedor-form .formulario__mensaje {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 1rem;
  height: auto;
  padding: 0.25rem 0 0.5rem !important;
  align-items: center;
  text-align: center;
  margin: auto;
  background-color: var(--accent);
  padding: 0 15px;
  border-radius: 3px;
  display: none;
}
footer .contenedor-form .formulario__mensaje span {
  margin: 0rem 1rem;
  color: #FFFFFF;
}
footer .contenedor-form .formulario__mensaje i {
  color: #FFFFFF;
}
footer .contenedor-form .formulario__mensaje-activo {
  display: block;
  gap: 1rem;
  margin: -1rem auto 1rem;
}
footer .contenedor-form .formulario__mensaje p {
  padding: 5px;
}
footer .contenedor-form .formulario__entrada-correcto .formulario__validacion-estado {
  color: green;
  opacity: 1;
}
footer .contenedor-form .formulario__entrada-incorrecto .formulario__label {
  color: var(--text-general);
}
footer .contenedor-form .formulario__entrada-incorrecto .formulario__validacion-estado {
  color: red;
  opacity: 1;
}
footer .contenedor-form .formulario__entrada-incorrecto .formulario__input {
  border: 2px solid var(--input-select);
  box-shadow: none;
}
footer .contenedor-form .modalContainer {
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8392156863);
  background-size: contain;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
  z-index: 9;
}
footer .contenedor-form .modalContainer .modalGracias {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  background-color: var(--black-white);
  width: 85%;
  height: auto;
  border-radius: 0.5rem;
  padding: 0rem 2rem 2rem;
  margin: auto;
  text-align: center;
}
footer .contenedor-form .modalContainer .modalGracias button {
  border: none;
}
footer .contenedor-form .modalContainer .modalGracias .title {
  color: var(--titles-secondary);
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-family: var(--font-titles);
  font-weight: 600;
}
footer .contenedor-form .modalContainer .modalGracias .subtitle {
  color: var(--text-general);
  font-size: 1rem;
  line-height: 1.2rem;
  font-family: var(--font-general);
  font-weight: 400;
}
footer .contenedor-form .modalContainer .modalGracias .sobre {
  color: var(--icons-value);
  font-size: 3.5rem;
}
footer .contenedor-form .modalContainer .modalGracias .close {
  color: var(--text-secondary);
  position: absolute;
  font-size: 1.5rem;
  transform: translate(111px, 16px);
}
footer .contenedor-form .modalActive {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}
footer .dos-formulario__entrada.email-y-opciones {
  max-width: 295px;
}
footer .dos-formulario__entrada.nombre-y-telefono {
  max-width: 295px;
}
footer .contenedor-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--header);
  min-height: 4rem;
  width: 95%;
  border: 3px solid var(--icons-value);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  padding: 2rem 0rem;
  margin-bottom: 0.5rem;
}
footer .contenedor-info div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 2rem;
  margin-bottom: 2.25rem;
}
footer .contenedor-info div:nth-child(2),
footer .contenedor-info div:nth-child(3) {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 320px;
}
footer .contenedor-info p {
  text-align: center;
  color: var(--text-general);
  font-size: 1rem;
  line-height: 1.35rem;
  font-family: var(--font-titles);
  font-weight: 500;
}
footer .contenedor-info .fab,
footer .contenedor-info .fa-brands,
footer .contenedor-info .fa-square-behance,
footer .contenedor-info .behance {
  font-size: 1.8rem;
  color: var(--text-general);
}
footer .contenedor-info .fab:hover,
footer .contenedor-info .fa-brands:hover,
footer .contenedor-info .fa-square-behance:hover,
footer .contenedor-info .behance:hover {
  color: var(--primary);
}
footer .mi-marca {
  background-image: var(--logo-desk);
  background-size: contain;
  background-repeat: no-repeat;
  width: 17rem;
  height: 2rem;
  display: block;
}
footer .container-general {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
footer .container-general .container-left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .wsp-flotante {
    bottom: 2.5rem;
    right: 2.5rem;
  }
  .hidden-xs {
    display: none;
  }
  .hidden-md {
    display: none;
  }
  .hidden-lg {
    display: none;
  }
  .btn-color {
    transform: translate(-0.5rem, 0rem);
  }
  header .container-nav .logo {
    width: 6.5rem;
    min-height: 2rem;
  }
  header .container-nav .theme-switch-wrapper {
    order: 2;
    position: absolute;
    left: 50%;
    transform: translateX(200px);
  }
  .banner-hero {
    width: 100%;
    min-height: 17rem;
    padding-top: 5rem;
  }
  .banner-hero .contenedor-info {
    width: 100%;
    gap: 4rem;
    padding: 2rem 0.5rem 3rem;
    flex-direction: row;
  }
  .banner-hero .contenedor-info .info {
    min-width: 440px;
    padding: 0;
    max-width: 440px;
  }
  .banner-hero .contenedor-info .info .title {
    width: 100%;
    font-size: 1.8rem;
    line-height: 2.4rem;
    padding-left: 0rem;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    color: var(--icons-value);
    margin: 0;
    min-width: 440px;
  }
  .banner-hero .contenedor-info .info .title span,
  .banner-hero .contenedor-info .info .title .cursor {
    color: var(--primary);
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .banner-hero .contenedor-info .devices {
    min-height: 220px;
    max-width: 180px;
    margin-right: 3rem;
  }
  .contenedor-stepper {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin: 0rem auto 4rem;
    max-width: 46.25rem;
    align-items: start;
  }
  .contenedor-stepper div:nth-child(1) {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 8px;
  }
  .contenedor-stepper div:nth-child(2) {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 2rem;
  }
  .contenedor-stepper div:nth-child(3) {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 2rem;
  }
  .contenedor-stepper div:nth-child(4) {
    border-top-left-radius: 2rem;
    border-top-right-radius: 8px;
  }
  .contenedor-stepper .step {
    gap: 0.25rem;
    width: 100%;
    padding: 1.5rem 1.5rem 2rem;
    min-height: 310px;
  }
  .contenedor-stepper .step .numero {
    font-size: 2.75rem;
    font-weight: 700;
    margin: 0 0.1rem -0.5rem;
    flex-shrink: 0;
  }
  .contenedor-stepper .step .title {
    font-size: 20px;
    line-height: 26px;
  }
  .contenedor-stepper .step .subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .contenedor-stepper .step .info {
    font-size: 14px;
    line-height: 20px;
  }
  .contenedor-stepper .cards-expandibles .card.card-secondary {
    width: 320px;
    justify-content: flex-start;
  }
  #nosotros h2,
  #proceso h2,
  #formulario h2,
  #software h2 {
    width: 100%;
    font-size: 24px;
  }
  #nosotros .bajada,
  #proceso .bajada,
  #formulario .bajada,
  #software .bajada {
    font-size: 18px;
  }
  #formulario h2 {
    width: 100%;
    font-size: 24px;
  }
  .contenedor-servicios {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    width: 100%;
    max-width: 700px;
  }
  .contenedor-servicios .servicio {
    max-width: 21.25rem;
    padding: 0rem 1rem;
  }
  .contenedor-servicios .servicio i {
    font-size: 2.8rem;
  }
  .contenedor-servicios .servicio h3 {
    font-size: 20px;
  }
  .contenedor-servicios .servicio p {
    font-size: 14px;
    line-height: 20px;
  }
  #ecommerce-o-webs .tabs-webs .modal .nav-tabs {
    min-height: 45px;
    max-width: 94%;
    border-bottom: 3.5px solid var(--icons-value);
  }
  #ecommerce-o-webs .tabs-webs .modal .nav-tabs .nav-tabs-webs {
    justify-content: center;
  }
  #ecommerce-o-webs .tabs-webs .modal .nav-tabs .nav-tabs-webs li a {
    padding: 1rem 2.5rem 1.02rem;
    font-size: 22px;
  }
  #ecommerce-o-webs .tabs-webs .modal .nav-tabs .nav-tabs-webs li a.tab-active {
    border: 3.5px solid var(--icons-value);
    border-bottom: 6px solid var(--black-white);
    padding: 1rem 2.5rem 1.02rem;
    margin-bottom: -5px;
  }
  #ecommerce-o-webs .tabs-webs .modal .modal-content {
    padding: 2rem;
  }
  #ecommerce-o-webs .tabs-webs .modal .modal-content h3 {
    font-size: 18px;
    line-height: 24px;
  }
  #ecommerce-o-webs .tabs-webs .modal .modal-content .ecommerce,
  #ecommerce-o-webs .tabs-webs .modal .modal-content .webs-profesionales {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  #ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .info .bajada-tab {
    font-size: 16px;
    line-height: 22px;
  }
  #ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .info .lista-caracteristicas {
    padding: 0rem 0rem 0rem 1rem;
  }
  #ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .info .lista-caracteristicas li,
  #ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .info .lista-caracteristicas strong {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 20px;
  }
  #ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .demos .swiper {
    max-width: 650px;
  }
  #ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .demos .swiper .swiper-slide .title {
    font-size: 20px;
  }
  #ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .demos .swiper .swiper-slide .subtitle-sitio {
    font-size: 18px;
    margin: -0.5rem auto 0.25rem;
  }
  #ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .demos .swiper .swiper-slide img {
    max-width: 450px;
  }
  #software {
    gap: 0rem;
  }
  #software .contenedor-soft {
    flex-direction: row;
    gap: 2rem;
  }
  #software .contenedor-soft .soft p {
    padding: 0px 16px 0px 16px;
  }
  footer {
    flex-direction: column;
  }
  footer .contenedor-form .formulario__label {
    font-size: 16px;
  }
  footer .contenedor-form #entrada__mensaje {
    margin-top: 0rem;
    min-width: 626px;
  }
  footer .contenedor-form .form__contact {
    width: 100%;
  }
  footer .contenedor-form .form__elegir {
    font-size: 14px;
    margin: 0rem 0rem 1.5rem;
  }
  footer .contenedor-form .formulario__input--mensaje {
    min-width: 624px;
    max-width: 626px;
  }
  footer .contenedor-form .modalContainer .modalGracias {
    max-width: 423px;
  }
  footer .contenedor-form .modalContainer .modalGracias .title {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  footer .contenedor-form .modalContainer .modalGracias .subtitle {
    font-size: 1.1rem;
  }
  footer .contenedor-form .modalContainer .modalGracias .close {
    transform: translate(168px, 16px);
  }
  footer .contenedor-form .formularioButton {
    flex-direction: row;
    width: 626px;
    gap: 2.25rem;
    margin-top: 0rem;
  }
  footer .dos-formulario__entrada {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  footer .dos-formulario__entrada.email-y-opciones {
    flex-direction: column;
    gap: 0rem;
    margin-left: 2rem;
  }
  footer .dos-formulario__entrada.nombre-y-telefono {
    flex-direction: column;
    gap: 0rem;
  }
  footer .contenedor-info {
    margin-bottom: 0.5rem;
    min-height: 7rem;
    gap: 0.25rem;
  }
  footer .contenedor-info .mi-marca {
    background-image: var(--logo-desk);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24rem;
    height: 4rem;
    margin-bottom: -1.5rem;
  }
  footer .contenedor-info div {
    gap: 0.5rem;
  }
  footer .contenedor-info p {
    padding: 0rem 4px;
  }
  footer .contenedor-info div:first-child {
    gap: 1rem;
    margin-left: 0.5rem;
  }
  footer .container-general {
    flex-direction: column;
  }
  footer .container-general .container-left {
    flex-direction: row;
  }
  .btn-form,
  .btn-form-disabled {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .wsp-flotante {
    bottom: 6rem;
  }
  section,
  #proceso,
  #ecommerce-o-webs {
    scroll-margin-top: 3rem;
  }
  #nosotros,
  #software {
    scroll-margin-top: 1.5rem;
  }
  #contacto {
    scroll-margin-top: -1rem;
    flex-direction: column;
  }
  body {
    margin: 0em auto 0rem;
  }
  .hidden-xs {
    display: block;
  }
  .hidden-md {
    display: block;
  }
  .hidden-lg {
    display: none;
  }
  .btn-link {
    font-size: 1rem;
  }
  .titulo-general {
    color: var(--text-general);
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
  .btn-color {
    transform: translate(0rem, 0rem);
  }
  header {
    background-color: var(--header);
    width: 98%;
    min-height: 5rem;
    padding: 0;
    position: static;
    margin: 1rem auto 0rem;
  }
  header .container-nav {
    width: 100%;
    padding: 0rem 3rem;
    gap: 8rem;
    display: flex;
    justify-content: space-between;
    max-height: 5.5rem;
  }
  header .container-nav .logo {
    order: 1;
    min-width: 115px;
    max-width: 115px;
    width: 115px;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
  }
  header .container-nav .theme-switch-wrapper {
    order: 3;
    transform: none;
    position: static;
  }
  header .container-nav .site__nav {
    order: 2;
    height: 100%;
    position: static;
    clip-path: none;
    display: flex;
    align-items: center;
    transform: none;
    padding: 0;
    background: none;
    justify-content: center;
    pointer-events: auto !important;
  }
  header .container-nav .site__nav ul {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1.5rem;
    border: none;
    margin: 0;
    padding: 0;
    background: transparent !important;
    background-color: transparent !important;
    backdrop-filter: none;
    width: auto;
    transform: translateX(-1rem);
    transform: translateY(53px);
  }
  header .container-nav .site__nav ul li {
    border: none;
    display: flex;
    align-items: center;
  }
  header .container-nav .site__nav ul li a,
  header .container-nav .site__nav ul li p {
    margin: 0;
    letter-spacing: 0%;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-general);
  }
  header .container-nav .site__nav ul li a {
    cursor: pointer;
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color 0.2s ease;
  }
  header .container-nav .site__nav ul .li-con-dropdown {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  header .container-nav .site__nav .dropdown-menu {
    position: absolute;
    transform: translateY(50px);
    border: 3px solid var(--icons-value);
  }
  header .container-nav .site__nav .dropdown-menu li {
    background-color: var(--black-white);
    justify-content: center;
  }
  header .container-nav .site__nav .dropdown-menu li a {
    padding: 1rem;
  }
  header .container-nav .menu-toggle {
    display: none;
  }
  .banner-hero {
    margin-top: -7rem;
    min-height: 23rem;
    padding-top: 7rem;
  }
  .banner-hero .contenedor-info {
    width: 100%;
    max-width: 1265px;
    padding: 2rem;
    flex-direction: row;
    gap: 5rem;
  }
  .banner-hero .contenedor-info .info {
    min-width: 640px;
  }
  .banner-hero .contenedor-info .info .title {
    width: 640px;
    font-size: 2.8rem;
    line-height: 3.5rem;
    margin: 0;
  }
  .banner-hero .contenedor-info .info .title span,
  .banner-hero .contenedor-info .info .title .crusor {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
  .banner-hero .contenedor-info .devices {
    width: 400px;
    min-height: 345px;
    background-size: contain;
    min-width: 350px;
    padding-left: 7rem;
  }
  .banner-hero .contenedor-info .devices .desk {
    min-width: 345px;
  }
  .banner-hero .contenedor-info .devices .tablet {
    min-width: 130px;
    transform: translate(-120px, -61px);
  }
  .banner-hero .contenedor-info .devices .mobile {
    max-width: 90px;
    min-width: 80px;
  }
  #nosotros .bajada,
  #proceso .bajada,
  #formulario .bajada {
    font-size: 18px;
  }
  #software .bajada {
    font-size: 18px;
    margin: 0rem auto 2.5rem;
    max-width: 60rem;
  }
  .bajada-tab {
    font-size: 16px;
    margin: 0 auto 1rem;
    max-width: 60rem;
  }
  .contenedor-stepper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    margin: 0rem auto 6rem;
    gap: 3.5rem;
    max-width: 66rem;
  }
  .contenedor-stepper .step {
    margin: 0rem auto;
    padding: 1rem 1.5rem 2rem;
    min-height: 273px;
  }
  .contenedor-stepper .step .numero {
    font-size: 3rem;
    margin: 0 0 -0.25rem 0 !important;
  }
  .contenedor-stepper .step .title {
    font-size: 22px;
    line-height: 28px;
  }
  .contenedor-stepper .step .subtitle {
    font-size: 1.2rem;
  }
  .contenedor-stepper .step .info {
    font-size: 1rem;
    line-height: 1.3;
  }
  .contenedor-servicios {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 74rem;
    gap: 3rem;
  }
  .contenedor-servicios .servicio {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    max-width: 24.25rem;
  }
  .contenedor-servicios .servicio i {
    font-size: 2.8rem;
  }
  .contenedor-servicios .servicio h3 {
    font-size: 22px;
  }
  .contenedor-servicios .servicio p {
    font-size: 1rem;
    line-height: 1.3rem;
  }
  .contenedor-servicios.contenedor-software {
    max-width: 63rem;
    margin: 2rem auto 4rem;
    gap: 4rem;
  }
  .contenedor-servicios.contenedor-software .servicio h3 {
    font-size: 24px;
  }
  .contenedor-servicios.contenedor-software .servicio p {
    font-size: 18px;
    line-height: 24px;
  }
  #nosotros h2,
  #proceso h2,
  #formulario h2,
  #software h2 {
    font-size: 32px;
    line-height: 2.3rem;
  }
  #ecommerce-o-webs .tabs-webs .modal .nav-tabs {
    min-height: 55px;
    max-width: 74rem;
    border-bottom: 5px solid var(--icons-value);
  }
  #ecommerce-o-webs .tabs-webs .modal .nav-tabs .nav-tabs-webs li a {
    padding: 1.25rem 3.5rem 1rem;
    font-size: 28px;
    line-height: 36px;
  }
  #ecommerce-o-webs .tabs-webs .modal .nav-tabs .nav-tabs-webs li a.tab-active {
    border: 5px solid var(--icons-value);
    border-bottom: 6px solid var(--black-white);
    padding: 1.25rem 3.5rem 1rem;
  }
  #ecommerce-o-webs .tabs-webs .modal .modal-content {
    padding: 3rem;
    max-width: 74rem;
  }
  #ecommerce-o-webs .tabs-webs .modal .modal-content h3 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 2rem;
  }
  #ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs {
    flex-direction: row;
  }
  #ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .info {
    flex-direction: row;
    width: 50%;
  }
  #ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .info .bajada-tab {
    font-size: 19.2px;
    line-height: 24px;
    margin-bottom: 1.5rem;
  }
  #ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .info .lista-caracteristicas {
    padding: 0rem 0rem 0rem 1rem;
  }
  #ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .info .lista-caracteristicas li,
  #ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .info .lista-caracteristicas strong {
    color: var(--text-secondary);
    font-size: 16px;
    line-height: 22px;
  }
  #ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .demos {
    width: 50%;
  }
  #ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .demos .swiper {
    max-width: 500px;
  }
  #ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .demos .swiper .swiper-slide .title {
    font-size: 22px;
  }
  #ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .demos .swiper .swiper-slide .subtitle-sitio {
    font-size: 20px;
    margin: -0.5rem auto 0.25rem;
  }
  #ecommerce-o-webs .tabs-webs .modal .modal-content .content-tabs .demos .swiper .swiper-slide img {
    max-width: 450px;
  }
  #software {
    gap: 1rem;
    padding: 3rem;
  }
  #software .contenedor-soft {
    gap: 4rem;
  }
  #software .contenedor-soft .soft {
    width: 480px;
  }
  #software .contenedor-soft .soft .img-soft {
    min-height: 300px;
    width: 450px;
  }
  #software .contenedor-soft .soft p {
    font-size: 16px;
  }
  footer {
    width: 100%;
    flex-direction: row;
    gap: 5rem;
    min-height: 5rem;
  }
  footer .contenedor-form .form__contact {
    min-width: 40rem;
    padding: 0rem;
    margin-bottom: -0.5rem;
  }
  footer .contenedor-form .formulario__entrada-input {
    max-width: 350px;
  }
  footer .contenedor-form .formulario__input--mensaje {
    min-width: 350px;
    max-width: 350px;
    height: 132px;
  }
  footer .contenedor-form #entrada__mensaje {
    min-width: 350px;
  }
  footer .contenedor-info {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 98%;
    gap: 8rem;
    margin-bottom: 0rem;
  }
  footer .contenedor-info .mi-marca {
    background-image: var(--logo-desk);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25.4rem;
    height: 3.1rem;
    margin-bottom: 0rem;
  }
  footer .contenedor-info p {
    text-align: left;
    color: var(--text-general);
    font-size: 18px;
    padding: 0.25rem 0.5rem 0rem;
  }
  footer .contenedor-info div:first-child {
    gap: 2rem;
    margin-left: 0rem;
    margin-bottom: 0rem;
  }
  footer .contenedor-info div:nth-child(2),
  footer .contenedor-info div:nth-child(3) {
    display: flex;
    gap: 0rem;
    align-items: flex-start;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
  }
  footer .contenedor-info div:nth-child(3) {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0rem;
  }
  footer input,
  footer select,
  footer .custom-select-trigger {
    min-width: 350px;
  }
  footer .container-general {
    flex-direction: row;
    align-items: flex-start;
  }
  footer .container-general .container-left {
    flex-direction: row;
  }
  footer .container-general .container-right {
    min-width: 350px;
    max-width: 350px;
    height: 152px;
    margin-left: 2rem;
    margin-right: -4rem;
  }
  footer {
    /* Chrome, Safari, Edge */
  }
  footer .formulario__input::-moz-placeholder {
    font-size: 15px;
  }
  footer .formulario__input::placeholder {
    font-size: 15px;
  }
  footer {
    /* Firefox */
  }
  footer .formulario__input::-moz-placeholder {
    font-size: 15px;
  }
  footer {
    /* Internet Explorer 10-11 */
  }
  footer .formulario__input:-ms-input-placeholder {
    font-size: 15px;
  }
  footer .dos-formulario__entrada {
    margin-right: 4rem;
  }
}/*# sourceMappingURL=style.css.map */