@charset "UTF-8";
:root {
  --blanco: #ffffff;
  --negro: #25282a;
  --azul: #3b59ed;
  --azul1: #f7f9ff;
  --gris1: #525355;
  --gris2: #d4d4d4;
  --morado: #6816e2;
  --azul2: #2458f1;
  --celeste: #e9efff;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.ttf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Lato-Medium";
  src: url("../fonts/Lato-Medium.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Lato-Bold";
  src: url("../fonts/Lato-Bold.ttf") format("opentype");
  font-weight: 700;
}
html,
body {
  font-family: "Lato", sans-serif;
  font-size: 19px;
  overflow-x: hidden;
  color: var(--negro);
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.gracias {
  background-color: #F8F9FE;
}

.text-aqua {
  color: var(--aqua) !important;
}

.text-azul1 {
  color: var(--azul1) !important;
}

.text-azul {
  color: var(--azul) !important;
}

.text-gris1 {
  color: var(--gris1);
}

.text-black {
  color: var(--negro);
}

.text-white {
  color: var(--blanco);
}

.d-pad {
  padding: 70px 0;
}

.pd4 {
  padding: 4% 0;
}

.pd0 {
  padding: 0;
}

.pdt-5 {
  padding-top: 5%;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 23px;
}

.fs-23 {
  font-size: 23px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.ls-1 {
  letter-spacing: 1px;
}

.fs-16 {
  font-size: 16px !important;
}

.fw-700 {
  font-weight: 700;
}

.btn-cta {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  padding: 13px 25px;
  font-size: 18px;
  border-radius: 20px;
  text-align: center;
  background-color: white;
  color: var(--azul);
  font-weight: 700;
}
.btn-cta:hover {
  border: 2px solid white;
  background-color: transparent;
  color: white;
}

.mobile-item {
  display: none;
}

.text-footer {
  font-size: 15px;
}

.menu-mobile {
  display: none;
}
@media (max-width: 800px) and (min-width: 0px) {
  .menu-mobile {
    display: block;
  }
}

.menu-desktop {
  display: block;
}
@media (max-width: 800px) and (min-width: 0px) {
  .menu-desktop {
    display: none;
  }
}

.line {
  margin: 2% 0%;
  border: 2px solid var(--aqua);
  width: 8%;
  left: 47%;
  position: relative;
}

.navbar {
  position: fixed;
  z-index: 999;
  background-color: var(--blanco) !important;
  width: 100%;
  padding: 0px 2%;
}
.navbar .nbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar .navbar-brand {
  margin: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar .navbar-toggler {
  border: none;
}
.navbar .nav-link:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navbar .logo {
  width: 138px;
}
.navbar .btn-header {
  display: inline-block;
  color: var(--blanco);
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(134.92deg, #129eff 6.42%, #1800ff 86.49%);
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 0.6rem 2rem;
  text-decoration: none;
  background-origin: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navbar .btn-header span {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navbar .btn-header:hover {
  /* Fondo blanco pero borde con gradiente */
  background-clip: padding-box, border-box;
  background-image: linear-gradient(#fff, #fff), linear-gradient(134.92deg, #129eff 6.42%, #1800ff 86.49%);
  /* borde gradiente */
  background-origin: border-box;
  border-color: transparent;
  /* Texto con gradiente */
}
.navbar .btn-header:hover span {
  background: linear-gradient(134.92deg, #129eff 6.42%, #1800ff 86.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.navbar .soluciones .fondo {
  overflow: hidden;
  position: relative;
}
.navbar .soluciones .fondo .fondo-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.navbar .soluciones .dropdown-menu {
  padding: 0;
}
.navbar .soluciones .dropdown-menu .links {
  padding-right: 8%;
}
.navbar .soluciones .dropdown-menu .box {
  margin-top: 4%;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 14px;
}
.navbar .soluciones .dropdown-menu .box .icon {
  padding: 33px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 11px -4px rgb(0, 0, 0);
          box-shadow: 0 0 11px -4px rgb(0, 0, 0);
  border-radius: 35px;
  display: inline-block;
  margin-right: 20px;
}
.navbar .soluciones .dropdown-menu .box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.navbar .soluciones .dropdown-menu .box p {
  margin-bottom: 0 !important;
  white-space: normal;
  word-wrap: break-word;
}
.navbar .soluciones .dropdown-menu .box .icono1 {
  background-image: url("../img/menu/menu-etiquetas-icono-01.png");
}
.navbar .soluciones .dropdown-menu .box .icono2 {
  background-image: url("../img/menu/menu-nameplates-icono-01.png");
}
.navbar .soluciones .dropdown-menu .box .icono3 {
  background-image: url("../img/menu/menu-lit-tecnica-icono-01.png");
}
.navbar .soluciones .dropdown-menu .box .icono4 {
  background-image: url("../img/menu/menu-especialidades-icono-01.png");
}
.navbar .soluciones .dropdown-menu .box:hover {
  background-color: var(--gris);
}
.navbar .soluciones .dropdown-menu .box:hover .icono1 {
  background-image: url("../img/menu/menu-etiquetas-icono-02.png");
}
.navbar .soluciones .dropdown-menu .box:hover .icono2 {
  background-image: url("../img/menu/menu-nameplates-icono-02.png");
}
.navbar .soluciones .dropdown-menu .box:hover .icono3 {
  background-image: url("../img/menu/menu-lit-tecnica-icono-02.png");
}
.navbar .soluciones .dropdown-menu .box:hover .icono4 {
  background-image: url("../img/menu/menu-especialidades-icono-02.png");
}
.navbar .soluciones .dropdown-menu .active {
  background-color: var(--gris);
}
.navbar .soluciones .dropdown-menu .active .icono1 {
  background-image: url("../img/menu/menu-etiquetas-icono-02.png");
}
.navbar .soluciones .dropdown-menu .active .icono2 {
  background-image: url("../img/menu/menu-nameplates-icono-02.png");
}
.navbar .soluciones .dropdown-menu .active .icono3 {
  background-image: url("../img/menu/menu-lit-tecnica-icono-02.png");
}
.navbar .soluciones .dropdown-menu .active .icono4 {
  background-image: url("../img/menu/menu-especialidades-icono-02.png");
}
.navbar .nosotros .fondo {
  overflow: hidden;
  position: relative;
}
.navbar .nosotros .fondo .fondo-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.navbar .nosotros .dropdown-menu {
  padding: 0;
}
.navbar .nosotros .dropdown-menu .links {
  padding-right: 8%;
}
.navbar .nosotros .dropdown-menu .box {
  margin-top: 4%;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 14px;
}
.navbar .nosotros .dropdown-menu .box .icon {
  padding: 33px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 11px -4px rgb(0, 0, 0);
          box-shadow: 0 0 11px -4px rgb(0, 0, 0);
  border-radius: 35px;
  display: inline-block;
  margin-right: 20px;
}
.navbar .nosotros .dropdown-menu .box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.navbar .nosotros .dropdown-menu .box p {
  margin-bottom: 0 !important;
  white-space: normal;
  word-wrap: break-word;
}
.navbar .nosotros .dropdown-menu .box .icono1 {
  background-image: url("../img/menu/menu-nosotros-icono-01.png");
}
.navbar .nosotros .dropdown-menu .box:hover {
  background-color: var(--gris);
}
.navbar .nosotros .dropdown-menu .box:hover .icono1 {
  background-image: url("../img/menu/menu-nosotros-icono-02.png");
}
.navbar .nosotros .dropdown-menu .active {
  background-color: var(--gris);
}
.navbar .nosotros .dropdown-menu .active .icono1 {
  background-image: url("../img/menu/menu-nosotros-icono-02.png");
}
.navbar .blog .dropdown-menu {
  padding: 0 8% 5% 8%;
}
.navbar .blog .dropdown-menu .box {
  margin-top: 4%;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 14px;
}
.navbar .blog .dropdown-menu .box .icon {
  padding: 33px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 11px -4px rgb(0, 0, 0);
          box-shadow: 0 0 11px -4px rgb(0, 0, 0);
  border-radius: 35px;
  display: inline-block;
  margin-right: 20px;
}
.navbar .blog .dropdown-menu .box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.navbar .blog .dropdown-menu .box p {
  margin-bottom: 0 !important;
  white-space: normal;
  word-wrap: break-word;
}
.navbar .blog .dropdown-menu .box h5 {
  color: var(--negro) !important;
  background-color: transparent !important;
}
.navbar .blog .dropdown-menu .box .icono1 {
  background-image: url("../img/menu/menu-blog-icono-01.png");
}
.navbar .blog .dropdown-menu .box .icono2 {
  background-image: url("../img/menu/Camara_FondoBlanco.png");
}
.navbar .blog .dropdown-menu .box:hover {
  background-color: var(--gris);
}
.navbar .blog .dropdown-menu .box:hover .icono1 {
  background-image: url("../img/menu/menu-blog-icono-02.png");
}
.navbar .blog .dropdown-menu .box:hover .icono2 {
  background-image: url("../img/menu/Camara_FondoAzul.png");
}
.navbar .blog .dropdown-menu .active {
  background-color: var(--gris);
}
.navbar .blog .dropdown-menu .active .icono1 {
  background-image: url("../img/menu/menu-blog-icono-02.png");
}
.navbar .blog .dropdown-menu .caja {
  display: inline-block;
  margin-top: 8%;
  text-decoration: none;
}
.navbar .blog .dropdown-menu .caja img {
  border-radius: 18px;
}
.navbar .blog .dropdown-menu .caja h5 {
  color: var(--negro) !important;
}
.navbar .blog .dropdown-menu .caja p {
  color: var(--negro);
}
.navbar .nav-link.dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar .nav-link.dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../img/menu/dropdown.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 12px;
  border: none;
}
.navbar .nav-item {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar .nbtn {
  margin: 0 2rem 0 0 !important;
}
.navbar .nlang {
  margin: 0 2rem 0 0 !important;
}
.navbar .nlang2 {
  margin: 0 !important;
}
.navbar .nav-link {
  font-size: 16px;
  color: var(--negro);
  font-weight: 700;
  margin: 1.62rem 2rem 1.62rem 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}
.navbar .nav-link.active {
  font-weight: 700;
}
.navbar .nav-link:hover {
  color: #2458f1;
}
@media (max-width: 800px) and (min-width: 0px) {
  .navbar {
    width: 100%;
    padding: 0.7rem 12px;
  }
  .navbar .container-fluid {
    padding: 0;
  }
  .navbar .logo {
    width: 130px;
  }
  .navbar .iconos {
    width: 30px;
    margin-right: 20px;
  }
  .navbar .show {
    color: var(--azul) !important;
  }
  .navbar .nav-link {
    margin: 1rem 0 !important;
  }
  .navbar .nbtn {
    width: 100%;
    text-align: center;
    margin: 0 !important;
  }
  .navbar .nlang {
    margin: 1rem 8px 0 0 !important;
  }
  .navbar .nlang2 {
    margin: 1rem 0 0 !important;
  }
  .navbar .dropdown-menu {
    background-color: var(--gris);
    border: none;
  }
  .navbar .dropdown-item {
    font-size: 16px;
    font-weight: 700;
  }
  .navbar .btn-cta {
    padding: 9px 10px;
    font-size: 15px;
  }
  .navbar .btn-header {
    width: 100% !important;
  }
}
@media (max-width: 1790px) and (min-width: 1680px) {
  .navbar {
    padding: 13px 16% !important;
  }
}
@media (max-width: 2560px) and (min-width: 1681px) {
  .navbar {
    padding: 13px 18% !important;
  }
}

.footer {
  position: relative;
  padding: 60px 0 25px;
  border-bottom: 3px solid var(--azul1);
  border-top: 1px solid #d4d4d4;
}
.footer a {
  text-decoration: none !important;
  color: unset !important;
}
.footer .fw-bold {
  color: var(--negro);
}
.footer p {
  color: var(--gris1);
  font-size: 16px;
}
.footer .linea {
  width: 100%;
  height: 3px;
  background-color: var(--azul1);
  margin-bottom: 1rem;
}
.footer .noFormatted {
  text-decoration: none;
  color: var(--negro);
}
.footer .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin-bottom: 9%;
}
.footer .box img {
  width: 30px;
}
.footer .box h4 {
  font-size: 20px;
  margin-bottom: 5%;
}
.footer .box p {
  margin: 0;
}
.footer .box .margen {
  margin-top: 5rem;
}
.footer .box .margen a {
  text-decoration: unset;
}
.footer .box .copy {
  font-size: 12px;
}
.footer .col-md-6 h2 {
  font-size: 40px;
}
.footer .form-control {
  border-radius: 0px;
  padding: 3% 6%;
  margin-bottom: 3%;
}
.footer .btn-bg {
  background-image: url("../img/taylor-boton-form.png");
  background-size: cover;
  width: 100%;
  margin-right: 18%;
  border-radius: 35px;
  border: 2px solid white;
  background-color: #2357EF;
  color: white;
  height: 66px;
  padding: 17px;
}
.footer .btn-bg:hover {
  background-image: none;
  border: 2px solid #2357EF;
  background-color: white;
  color: var(--azul);
}
.footer .logo-footer {
  width: 80%;
}
@media (max-width: 992px) and (min-width: 576px) {
  .footer .fs-23 {
    font-size: 20px !important;
  }
}
@media (max-width: 574px) and (min-width: 0px) {
  .footer {
    padding: 5% 1rem;
  }
  .footer .logo-footer {
    width: 38%;
  }
}

.copyright {
  padding: 25px 5%;
}
.copyright .der {
  text-align: right;
}
@media (max-width: 574px) and (min-width: 0px) {
  .copyright {
    text-align: center;
  }
  .copyright .der {
    text-align: center;
  }
}

.home .sec1 {
  /*padding: 22% 0% 23% 0%;
  background-image: url('../img/taylor-header.jpg');
  background-repeat: no-repeat;
  background-size: cover;

  @media (max-width: 574px) and (min-width: 0px) {
      margin-top: 70px;
  }*/
}
.home .sec1 #videoFondo {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  /* Coloca el video detrás del contenido */
}
.home .sec2 {
  /*background-color: var(--azul1);*/
}
.home .sec2 .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
.home .sec2 .d-flex .icono {
  width: 70px;
}
.home .sec2 .d-flex h1 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.home .sec2 .d-flex span {
  background: linear-gradient(302deg, #129eff 20.74%, #7c00ff 76.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.home .sec2 .b1 {
  background: linear-gradient(135deg, #c000ff 6.49%, #fb551d 86.56%);
}
.home .sec2 .b2 {
  background: linear-gradient(315deg, #129eff 13.51%, #1800ff 93.58%);
}
.home .sec2 .b3 {
  background: linear-gradient(318deg, #c000ff 16.07%, #1800ff 96.23%);
}
.home .sec2 .b4 {
  background: linear-gradient(314deg, #00ffda -0.09%, #00a398 66.04%);
}
.home .sec2 a {
  text-decoration: none !important;
}
.home .sec2 .quad {
  padding: 25% 5% 2%;
  border-radius: 10px;
  min-height: 300px;
  margin-bottom: 8px;
}
.home .sec2 .quad h2 {
  color: var(--blanco);
}
.home .sec2 h2 {
  padding-top: 5%;
  letter-spacing: 1px;
}
.home .sec2 .fs-32 {
  font-size: 32px;
}
.home .sec2 .solucion {
  width: 100%;
  margin-bottom: -25%;
}
.home .sec2 .card-expand .quad-header {
  padding: 6% 6% 0;
}
.home .sec2 .card-expand .quad-header h2 {
  font-weight: bold;
  text-decoration: none;
  color: var(--blanco);
}
.home .sec2 .card-expand .quad-header .toggle-btn {
  display: none;
}
.home .sec2 .card-expand .quad-content {
  color: var(--blanco);
  padding: 2% 6%;
}
.home .sec2 .quad-content {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.home .sec2 .box {
  margin-top: 6%;
  position: relative !important;
  border-radius: 30px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  height: 620px;
}
.home .sec2 .box .solucion {
  width: 90%;
  position: absolute;
  z-index: 99;
  bottom: 0;
  right: 0;
}
.home .sec2 .box .cont {
  padding: 6% 6% 0;
  text-align: left !important;
}
.home .sec2 .box .cont p {
  margin-top: 3%;
  padding-right: 45%;
  font-size: 19px;
  text-decoration: none;
  display: inline;
  margin-left: 2%;
}
.home .sec2 .box .cont .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home .sec2 .box .cont .d-flex .icono {
  width: 55px;
}
.home .sec2 .box .cont .d-flex h2 {
  font-weight: bold;
  text-decoration: none;
}
.home .sec2 .box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.home .sec2 .box .toggle-btn {
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  cursor: pointer;
  background: #fff;
  color: #333;
  font-weight: 900;
}
.home .sec2 .content-hidden {
  display: none;
}
.home .sec2 .card-body {
  display: none;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
}
.home .sec2 .card-body ul {
  margin-top: 15px;
  padding-left: 18px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .home .sec2 .fs-23 {
    font-size: 20px !important;
  }
  .home .sec2 .fx1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .home .sec2 .sm-none {
    display: none;
  }
  .home .sec2 .box {
    height: auto !important;
  }
  .home .sec2 .box .solucion {
    position: relative;
  }
  .home .sec2 .box .cont p {
    padding-right: 30%;
  }
  .home .sec2 .box .cont .d-flex .icono {
    width: 45px;
  }
  .home .sec2 .card-expand .quad-header .toggle-btn {
    display: block;
  }
}
.home .sec3 .d-pad {
  padding-top: 0px !important;
}
.home .sec3 p {
  color: var(--gris1);
}
.home .sec3 .box p {
  font-size: 16px;
}
.home .sec3 .box .img {
  text-align: center;
  margin-bottom: 15px;
}
.home .sec3 .box .img img {
  width: 80%;
}
.home .sec3 .box h3 {
  text-align: center;
  color: var(--negro);
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 28px;
}
.home .sec3 .box .d-flex {
  margin-top: 15px;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .sec3 .box .d-flex .icono {
  width: 32px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .home .sec3 .box {
    margin-top: 6%;
    border: 1px solid #f2f3f5;
    border-radius: 16px;
    -webkit-box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
            box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    padding: 2rem 1.5rem;
  }
  .home .sec3 .box h3 {
    font-size: 23px;
  }
  .home .sec3 .box .img {
    margin-bottom: 15px;
  }
  .home .sec3 .box .img img {
    width: 100%;
  }
}
.home .sec4 {
  background-color: var(--azul1);
}
.home .sec4 strong {
  font-size: 23px !important;
  color: var(--negro) !important;
}
.home .sec4 .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  padding: 1rem;
  background-color: var(--blanco);
  margin: 0 auto;
}
.home .sec4 .nav-tabs .nav-item .nav-link {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  padding: 0.8rem 2rem;
  border: 2px solid transparent;
  border-radius: 100px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(#fff, #fff), linear-gradient(134.92deg, #129eff 6.42%, #1800ff 86.49%);
  background-origin: border-box;
  color: var(--negro);
}
.home .sec4 .nav-tabs .nav-item .nav-link span {
  color: inherit;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.home .sec4 .nav-tabs .nav-item .nav-link:hover {
  background-image: linear-gradient(#f7f9ff, #f7f9ff), linear-gradient(134.92deg, #129eff 6.42%, #1800ff 86.49%);
}
.home .sec4 .nav-tabs .nav-item .nav-link.active {
  background-image: linear-gradient(134.92deg, #129eff 6.42%, #1800ff 86.49%), linear-gradient(134.92deg, #129eff 6.42%, #1800ff 86.49%);
  color: var(--blanco);
}
.home .sec4 .nav-tabs .nav-item .nav-link.active span {
  color: inherit;
}
.home .sec4 .tab-content {
  padding: 40px 0 0;
}
.home .sec4 .tab-content .text-azul {
  font-weight: 500;
}
.home .sec4 .tab-content img {
  width: 100%;
}
.home .sec4 .tab-content .d-flex {
  margin-top: 5%;
  gap: 25px;
}
.home .sec4 .tab-content .d-flex .icono {
  width: 45px;
}
.home .sec4 .tab-content .d-flex .m-0 {
  margin-bottom: 0;
}
@media (max-width: 574px) and (min-width: 0px) {
  .home .sec4 {
    overflow-x: hidden;
  }
  .home .sec4 .d-pad {
    padding: 70px 0px !important;
  }
  .home .sec4 .fs-23 {
    font-size: 20px !important;
  }
  .home .sec4 strong {
    font-size: 20px !important;
  }
  .home .sec4 .nav-tabs {
    background-color: transparent;
    padding: 10px !important;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
        flex-direction: row !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    border-bottom: none;
    -webkit-overflow-scrolling: touch;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
  .home .sec4 .nav-tabs .nav-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .home .sec4 .nav-tabs .nav-item .nav-link {
    font-size: 18px;
    padding: 5px 10px;
  }
  .home .sec4 .nav-tabs::-webkit-scrollbar {
    display: none;
  }
  .home .sec4 .tab-content {
    padding: 0 1rem;
  }
  .home .sec4 .tab-content img {
    width: 100%;
    margin-top: 10px;
  }
}
.home .sec5 {
  padding: 70px 0;
}
.home .sec5 .carousel-conveyor {
  position: relative;
  padding: 10px 0;
}
.home .sec5 .carousel-conveyor .splide__track {
  overflow: hidden;
  padding-top: 15px;
}
.home .sec5 .carousel-conveyor .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home .sec5 .carousel-conveyor .splide__slide {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.home .sec5 .carousel-conveyor .splide__slide img {
  width: 100%;
  display: block;
}
.home .sec5 .carousel-conveyor .splide__slide h4 {
  position: absolute;
  left: 20px;
  top: 20px;
  color: var(--blanco);
  font-weight: 700;
  margin: 0;
}
.home .sec5 .carousel-conveyor .splide__slide:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.home .sec5 .carousel-conveyor .splide__arrows {
  position: absolute;
  bottom: -55px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-left: 8%;
}
.home .sec5 .carousel-conveyor .splide__arrow {
  position: static;
  width: 50px;
  height: 50px;
  border: none;
  background: transparent;
  padding: 0;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.home .sec5 .carousel-conveyor .splide__arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .sec5 .carousel-conveyor .splide__arrow:hover {
  opacity: 0.8;
}
.home .sec5 .carousel-conveyor .splide__arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.home .sec5 .carousel-conveyor .splide__arrow svg {
  display: none;
}
.home .sec6 .d-flex {
  gap: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .sec6 .d-flex .icono {
  width: 70px;
}
.home .sec6 .d-flex h2 {
  margin-bottom: 0;
}
.home .sec6 .d-flex .deg {
  background: linear-gradient(302deg, #129eff 20.74%, #7c00ff 76.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.home .sec6 .box {
  margin-top: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 300px;
  border: 2px solid var(--azul);
  padding: 4rem 1rem;
  border-radius: 22px;
  text-align: center;
}
.home .sec6 .box h3 {
  font-size: 35px;
}
.home .sec6 .box .deg {
  color: var(--morado) !important;
}
.home .sec6 .box span {
  font-weight: bold;
}
@media (max-width: 574px) and (min-width: 0px) {
  .home .sec6 .f1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .home .sec6 .box {
    padding: 3.5rem 1.5rem;
    height: auto;
    border: 2px solid var(--azul);
  }
  .home .sec6 .box h3 {
    font-size: 40px;
  }
}
.home .sec7 {
  background-color: var(--azul1);
}
.home .sec7 .box {
  padding: 1.65rem;
  border-radius: 20px;
}
.home .sec7 strong {
  color: var(--negro);
}
.home .sec7 .d-flex {
  margin-top: 4%;
  gap: 25px;
}
.home .sec7 .d-flex .icono {
  width: 45px;
}
.home .sec7 .d-flex p {
  line-height: 1.1;
}
@media (max-width: 574px) and (min-width: 0px) {
  .home .sec7 {
    background-color: #F7F9FF;
    background-image: none;
  }
  .home .sec7 .box {
    background-color: transparent;
    padding: 0;
    border-radius: 0px;
  }
}
.home .sec8 .d-flex {
  gap: 8px;
}
.home .sec8 .splide2 {
  position: relative;
  padding: 10px 0;
}
.home .sec8 .splide2 .splide__track {
  overflow: hidden;
  padding-top: 15px;
}
.home .sec8 .splide2 .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home .sec8 .splide2 .splide__arrows {
  position: absolute;
  bottom: -70px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.home .sec8 .splide2 .splide__arrow {
  position: static;
  width: 50px;
  height: 50px;
  border: none;
  background: transparent;
  padding: 0;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.home .sec8 .splide2 .splide__arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .sec8 .splide2 .splide__arrow:hover {
  opacity: 0.8;
}
.home .sec8 .splide2 .splide__arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.home .sec8 .splide2 .splide__arrow svg {
  display: none;
}
.home .sec8 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home .sec8 .box .boton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.home .sec8 .box .boton .flecha {
  width: 18px;
}
.home .sec8 .caja {
  display: inline-block;
  margin-top: 8%;
  text-decoration: none;
}
.home .sec8 .caja img {
  border-radius: 0;
}
.home .sec8 .caja .icono {
  width: 14px !important;
  height: auto;
}
.home .sec8 .caja h5 {
  color: var(--negro) !important;
}
.home .sec8 .caja p {
  color: var(--gris1);
}
@media (max-width: 574px) and (min-width: 0px) {
  .home .sec8 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    text-align: left;
  }
}
.home .sec9 {
  display: none;
}
.home .sec9 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 25px;
  margin-bottom: 5%;
}
.home .sec9 .box .iconCustom {
  width: 60px;
}
.home .sec9 .box .textBox h4 {
  font-size: 20px;
  margin-bottom: 4%;
}
.home .sec9 .btn-cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  gap: 12px;
  color: var(--blanco);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(134.92deg, #129eff 6.42%, #1800ff 86.49%);
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 0.6rem 2rem;
  text-decoration: none;
  background-origin: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.home .sec9 .btn-cta .icono {
  width: 14px;
}
.home .sec9 .btn-cta .ic2 {
  display: none;
}
.home .sec9 .btn-cta span {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.home .sec9 .btn-cta:hover .ic2 {
  display: inline-block;
}
.home .sec9 .btn-cta:hover .ic1 {
  display: none;
}
.home .sec9 .btn-cta:hover {
  /* Fondo blanco pero borde con gradiente */
  background-clip: padding-box, border-box;
  background-image: linear-gradient(#fff, #fff), linear-gradient(134.92deg, #129eff 6.42%, #1800ff 86.49%);
  /* borde gradiente */
  background-origin: border-box;
  border-color: transparent;
  /* Texto con gradiente */
}
.home .sec9 .btn-cta:hover span {
  background: linear-gradient(134.92deg, #129eff 6.42%, #1800ff 86.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media (max-width: 574px) and (min-width: 0px) {
  .home .sec9 {
    padding: 5% 5%;
  }
}
.home .sec10 .box {
  background: linear-gradient(348deg, #c000ff 16.07%, #1800ff 96.23%);
  border-radius: 16px;
  padding: 4rem;
}
.home .sec10 .box .btn-cta {
  display: inline-block;
  text-align: center !important;
  border-radius: 100px;
  -webkit-box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
          box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  font-size: 19px;
  padding: 0.91rem 2.8rem;
  background-color: #fff;
  border: none;
  color: #2458f1;
  text-decoration: none;
  width: auto !important;
  height: auto;
}
.home .sec10 .box .btn-cta:hover {
  background-color: #f2f3f5;
}
@media (max-width: 574px) and (min-width: 0px) {
  .home .sec10 .box {
    padding: 2.5rem 2rem;
  }
  .home .sec10 .box .btn-cta {
    padding: 0.7rem 2.8rem !important;
  }
}
.home .sec11 {
  background-image: url("../img/home/soluciones-img.webp");
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 30%;
  background-position-y: center;
  background-color: var(--azul1);
}
.home .sec11 h3 span {
  background: linear-gradient(302deg, #129eff 20.74%, #7c00ff 76.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.home .sec11 .btn-cta {
  padding: 14px 30px;
  display: block;
  font-size: 18px;
  background: rgb(36, 88, 241);
  background: -webkit-gradient(linear, left top, right top, from(#8d20ce), color-stop(#7e35d8), color-stop(#6c43e0), color-stop(#574fe7), to(#3b59ed));
  background: linear-gradient(to right, #8d20ce, #7e35d8, #6c43e0, #574fe7, #3b59ed);
  color: var(--white);
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
  border: none;
  font-weight: bold;
  width: 30%;
  margin: 2% 0 0;
}
.home .sec11 .pad-extra {
  padding: 2% 4% 2% 15%;
}
.home .sec11 .img-icono {
  width: 12%;
  padding: 2% 2%;
  margin-left: 4%;
}
.home .sec11 .img-icono2 {
  width: 6%;
  padding: 1% 0%;
  margin-right: 2%;
}
.home .sec11 ul li {
  list-style: none;
  margin: 12px 0 8%;
}
.home .sec11 .literatura {
  display: none;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .home .sec11 .btn-cta {
    width: 50%;
  }
}
@media (max-width: 574px) and (min-width: 0px) {
  .home .sec11 {
    background-image: none;
  }
  .home .sec11 ul {
    padding-left: 5px;
  }
  .home .sec11 ul li {
    font-size: 16px;
  }
  .home .sec11 .img-icono2 {
    width: 20%;
    padding: 1% 0%;
    margin-right: 2%;
  }
  .home .sec11 .btn-cta {
    margin: auto;
    padding: 15px;
    width: 70%;
  }
  .home .sec11 .literatura {
    display: block;
    width: 100%;
  }
  .home .sec11 .pad-extra {
    padding: 2% 4% 2% 5%;
  }
}
.home .sec12 h3 span {
  background: linear-gradient(302deg, #129eff 20.74%, #7c00ff 76.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.home .sec12 .linea {
  width: 45%;
  height: 5px;
}
.home .sec12 .fs-s {
  font-size: 16px;
}
.home .sec12 p {
  font-weight: 400;
}
.home .sec13 .accordion {
  padding: 0 8%;
  --bs-accordion-border-color: none;
  --bs-accordion-border-radius: none;
}
.home .sec13 .accordion-header {
  font-weight: 700;
}
.home .sec13 .accordion-item {
  border-bottom: 1px solid var(--negro);
}
.home .sec13 .fs-s {
  font-size: 16px;
}
.home .sec13 .accordion-body {
  font-weight: 400;
}
.home .sec13 button.accordion-button {
  color: var(--negro);
  font-weight: 700;
}
.home .sec13 button.accordion-button::after {
  background-image: url("../img/home/icono-mas-faq.webp");
}
.home .sec13 button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.home .sec13 button:not(.collapsed) {
  background-color: transparent;
}
.home .sec13 button:not(.collapsed)::after {
  background-image: url("../img/home/icono-menos-faq.webp");
}
@media (max-width: 1024px) and (min-width: 993px) {
  .home .sec2 .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home .sec4 .nav-tabs .nav-item .nav-link {
    padding: 0.8rem 1rem;
  }
  .home .sec6 .box {
    padding: 3rem 0.5rem;
  }
}
@media (max-width: 992px) and (min-width: 576px) {
  .home .sec2 .solucion {
    width: 90%;
    display: block;
    margin: 0 auto -25%;
  }
  .home .sec2 .sm-none {
    display: none;
  }
  .home .sec2 .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home .sec3 .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home .sec3 .box h3 {
    font-size: 30px;
  }
  .home .sec4 .fs-23 {
    font-size: 20px !important;
  }
  .home .sec4 p {
    font-size: 16px;
  }
  .home .sec4 strong {
    font-size: 20px !important;
  }
  .home .sec4 .tab-content img {
    width: 50%;
    margin-top: 5%;
  }
  .home .sec4 .nav-tabs {
    gap: 15px;
    padding: 0.8rem;
  }
  .home .sec4 .nav-tabs .nav-item .nav-link {
    font-size: 18px;
    padding: 0.5rem 0.8rem;
  }
  .home .sec6 .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home .sec6 .box {
    height: 250px;
    padding: 2rem 1rem;
  }
  .home .sec6 .box h3 {
    font-size: 30px;
  }
  .home .sec10 .box {
    padding: 2rem;
  }
  .home .sec12 .fs-23 {
    font-size: 20px !important;
  }
  .home .sec13 .box h3 {
    text-align: center;
  }
}

@media (max-width: 1399px) and (min-width: 1025px) {
  h1 {
    font-size: 55px;
  }
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 992px) and (min-width: 576px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 20px;
  }
  .fs-20 {
    font-size: 18px !important;
  }
}
@media (max-width: 574px) and (min-width: 0px) {
  body {
    font-size: 18px;
  }
  .d-pad {
    padding: 70px 0.8rem;
  }
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 23px;
  }
  h5 {
    font-size: 20px;
  }
  .fs-23 {
    font-size: 18px !important;
  }
  .fs-19 {
    font-size: 16px !important;
  }
  .fs-16 {
    font-size: 16px !important;
  }
  .txt-deg {
    background: linear-gradient(302deg, #129eff 20.74%, #7c00ff 76.04%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }
  .btn-cta {
    width: 80%;
  }
  .mobile-item {
    display: block;
  }
  .desktop-item {
    display: none;
  }
}