@charset "UTF-8";
#footer {
  background-color: #19243F;
  color: white;
  width: 100%;
  border-top: 2px solid var(--black);
}

.text-white {
  color: white;
  text-decoration: none;
  font-size: 15px;
}

.text-white:hover {
  text-decoration: underline;
}

.text-light-gray {
  color: #b0b0b0;
  text-decoration: none;
  font-size: 10px;
}

.text-light-gray:hover {
  text-decoration: underline;
}

i {
  font-size: 20px;
}

.container-fluid {
  width: 100%;
  max-width: 100%;
}

.donde {
  font-size: 18px;
  padding-bottom: 10px;
}

.smaller-footer {
  font-size: 12px;
  background-color: #152035;
  padding: 10px 240px;
}

.padding-left-footer {
  padding-left: 220px;
}

.padding-right-footer {
  padding-right: 240px;
}

.logo {
  max-width: 240px;
  height: auto;
}

.bandera {
  max-width: 16px;
  height: auto;
}

.redes-social {
  transform: scale(1);
  /* Reduce el tamaño general */
  left: 0px;
  border-radius: 0 20px 20px 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
  background-color: rgba(176, 178, 177, 0.6588235294);
}

.redes-social i {
  font-size: 25px;
  display: flex;
  align-items: center;
}

.box-redes {
  height: 40px;
  width: 40px;
}

.box-redes:hover {
  background-color: var(--black);
}

.box-redes i {
  color: #b0b2b1;
}

.box-redes:hover i {
  color: white;
}

.box-redes:hover svg > path {
  fill: white;
}

.box-redes {
  width: 35px;
  /* Reduce el tamaño del círculo */
  height: 35px;
  padding: 5px;
}

.box-redes i {
  font-size: 24px;
  /* Reduce el tamaño de los íconos */
}

.redes-social:hover {
  background-color: #b0b2b1;
}

@media (max-width: 1200px) {
  .redes-social-xs {
    border-radius: 20px 20px 0px 0px;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    z-index: 12;
    background-color: rgba(176, 178, 177, 0.6588235294);
    gap: 10px;
  }
  .padding-left-footer {
    padding-left: 0px;
  }
  .padding-right-footer {
    padding-right: 0px;
  }
  .smaller-footer {
    padding: 10px 20px;
  }
}
/* Altera el comportamiento del LOGO de BOOKINGS */
.bookings {
  max-width: 30px;
  width: 24px;
  /* Reduce el tamaño de la imagen */
  height: auto;
}

.box-redes:hover {
  background-color: var(--black) !important;
}

@media (max-width: 992px) {
  .redes-social {
    display: none;
  }
}
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.banner-btn {
  background-image: url("/img/home/button-home1.png?ver=1.6");
  background-size: 100%;
  width: 730px;
  height: 180px;
  margin: auto;
}

.banner-btn-blog {
  background-image: url("/img/services/aws/banner-aws.png?ver=1.2");
  width: 300px;
  height: 402px;
  margin: auto;
}

.box-zero.bg-1:before {
  background-image: url("/img/home/zero-1.png");
}

.box-zero.bg-2:before {
  background-image: url("/img/home/zero-2.png");
}

.section-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("/img/home/banner-logo-scroll.svg?ver=1.2");
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-zat {
  background-image: url("/img/home/banner-principal-home.png?ver=1.2");
  height: 100vh;
  background-size: cover;
}

.bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-principal-services {
  background-image: url("/img/services/banner-servicios.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
}

.banner-btn.segundo {
  background-image: url("/img/services/btn-business.png?ver=1.6");
  background-size: 100%;
  height: 180px;
}

.banner-databricks {
  background-image: url("/img/services/databricks/banner-aws.png?ver=1.2");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
}

.btn-databricks {
  background-image: url("/img/services/aws/btn-aws.png?ver=1.6");
  background-size: 100%;
  width: 730px;
  height: 300px;
  margin: auto;
}

.banner-aws {
  background-image: url("/img/services/aws/banner-aws.png?ver=1.2");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
}

.btn-aws {
  background-image: url("/img/services/aws/btn-aws.png?ver=1.6");
  background-size: 100%;
  width: 730px;
  height: 200px;
  margin: auto;
}

.banner-azure {
  background-image: url("/img/services/azure/banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
}

.btn-azure {
  background-image: url("/img/services/aws/btn-aws.png?ver=1.6");
  background-size: 100%;
  width: 730px;
  height: 200px;
  margin: auto;
}

.banner-erwin {
  background-image: url("/img/services/erwin/banner-xs.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
}

.btn-erwin {
  background-image: url("/img/services/aws/btn-aws.png?ver=1.6");
  background-size: 100%;
  width: 730px;
  height: 200px;
  margin: auto;
}

.banner-casosExito {
  background-image: url("/img/casos-de-exito/banner.jpg");
  background-size: cover;
}

.banner-about {
  background-image: url("/img/about/textura-mobile-about.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.box-equipo.equipo-1:after {
  background-image: url("/img/about/carlos-zapata-c.jpg");
}

.box-equipo.equipo-2:after {
  background-image: url("/img/about/josephy-avila.jpg");
}

.box-equipo.equipo-3:after {
  background-image: url("/img/about/carlos-zapata-g.jpg");
}

.box-equipo.equipo-4:after {
  background-image: url("/img/about/miguel-tipacti-leon.jpg");
}

.box-equipo:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: url("/img/about/equipo-1.png");
  background-position: center center;
  background-size: cover;
}

.bg-talento {
  background-image: url("/img/services/banner-servicios-xs.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .banner-btn {
    background-image: url("/img/services/button-xs.png?ver=1.6");
    width: 262px;
    height: 350px;
    margin: auto;
  }
  .bg-malla-1 {
    background-image: none;
  }
  .section-logo {
    background-image: none;
  }
  .section-zat {
    background-image: none;
  }
  .bg-principal-services {
    background-image: url("/img/services/banner-servicios-xs.png?ver=1.6");
  }
  .banner-databricks {
    background-image: url("/img/services/databricks/banner-xs.png?ver=1.4");
    height: 100vh;
  }
  .btn-databricks {
    background-image: url("/img/services/aws/banner-btn-xs.png?ver=1.6");
    width: 260px;
    height: 350px;
    margin: auto;
  }
  .banner-aws {
    background-image: url("/img/services/aws/banner-xs.png?ver=1.2");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
  }
  .btn-aws {
    background-image: url("/img/services/aws/banner-btn-xs.png?ver=1.6");
    width: 260px;
    height: 350px;
    margin: auto;
  }
  .banner-azure {
    background-image: url("/img/services/azure/banner-xs.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
  }
  .btn-azure {
    background-image: url("/img/services/aws/banner-btn-xs.png?ver=1.6");
    width: 260px;
    height: 350px;
    margin: auto;
  }
  .banner-erwin {
    background-image: url("/img/services/erwin/banner-xs.png");
  }
  .btn-erwin {
    background-image: url("/img/services/aws/banner-btn-xs.png?ver=1.6");
    width: 260px;
    height: 350px;
    margin: auto;
  }
  .banner-about {
    background-image: url("/img/about/textura-completo-v2.png");
    width: 100wh;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.header-section {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10000;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.0588235294);
}

.navbar {
  display: block;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* Efecto para items del menú */
.navbar-nav .nav-link,
.navbar-nav a {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  transition: color 0.3s;
}

/* Línea oculta inicialmente */
.navbar-nav .nav-link::after,
.navbar-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #FF6600;
  /* Cambia el color aquí si quieres */
  transition: width 0.3s ease;
}

/* Hover: muestra la línea */
.navbar-nav .nav-link:hover::after,
.navbar-nav a:hover::after {
  width: 100%;
}

/* Activo: muestra la línea */
.navbar-nav .active a::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
}

.navbar button {
  bottom: 10px;
}

.btn-orange {
  background: linear-gradient(92.72deg, #f7b210 -2.04%, #ee8619 109.04%);
}

.btn-orange:hover {
  background: linear-gradient(92.72deg, #ee8619 -2.04%, #f7b210 109.04%);
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.0588235294);
}

.btn-orange i {
  transform: rotate(-45deg);
}

.btn-orange:hover i {
  transform: rotate(0deg);
}

#header-menu {
  position: fixed;
  top: 0;
  right: 0;
  background-color: transparent;
  z-index: 1003;
  transition: transform 0.2s;
  width: 100%;
  height: 100%;
  transform: translateX(-120%);
}

.header-mobile {
  width: 100%;
  position: static;
  top: 0;
  right: 0;
}

.navbar-nav .dropdown-menu {
  background-color: #f3f3f3;
  border: none;
}

.header-mobile {
  background-color: #f3f3f3;
}

.inner-header {
  background-color: transparent;
}

.logo-header {
  width: 100px;
}

.li-head-menu-mobile {
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  position: relative;
  padding-top: 0;
}

.pb-lg-0,
.py-lg-0 {
  padding-bottom: 0;
}

.pt-lg-0,
.py-lg-0 {
  padding-top: 0;
}

.align-items-center {
  align-items: center;
}

@media screen and (max-width: 992px) {
  .header-section {
    background: #f3f3f3;
  }
  .menu-burger {
    padding-top: 3px;
  }
  .navbar-nav .nav-link::after,
  .navbar-nav a::after {
    display: none;
  }
  .div-close-menu {
    border-radius: 20px;
    box-shadow: 0 0 3px #a9a9a9;
    position: relative;
    z-index: 9;
    margin-bottom: 0px;
  }
  .header-mobile {
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
  }
  .inner-header {
    background-color: #f3f3f3;
  }
  .navbar-expand-lg .navbar-collapse {
    flex-basis: auto;
  }
  .li-head-menu-mobile:nth-child(1) {
    padding-top: 10px;
  }
  .li-head-menu-mobile {
    border-radius: 0 0 20px 20px;
    background-color: #f3f3f3;
    position: relative;
    text-align: left;
    padding-left: 20px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.0588235294);
    padding-top: 26px;
  }
  .li-head-menu-mobile:nth-child(1) {
    padding-top: 0px;
  }
  .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
}
.bottom-navbar {
  transition: transform 0.3s ease-in-out;
  /* <<< AGREGAR ESTA */
}

.bottom-navbar {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #f3f3f3;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 60px;
  z-index: 999;
}

.bottom-navbar a {
  flex: 1;
  text-align: center;
  font-size: 11px;
  color: #333;
  padding: 5px 0;
  text-decoration: none;
  transition: color 0.3s;
}

.bottom-navbar a i {
  font-size: 18px;
}

.bottom-navbar a.active,
.bottom-navbar a:hover {
  color: #f58020;
  /* Color naranja ZAT */
}

.bottom-navbar a span {
  display: block;
  margin-top: 3px;
}

/* SOLO APARECE EN MOBILE */
@media (min-width: 992px) {
  .bottom-navbar {
    display: none;
  }
}
.tabs-menus {
  position: fixed;
  top: 55px;
  width: 100%;
  height: auto;
  background-color: #EDEDED;
  z-index: 9999;
  height: 60px;
}

.submenu {
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
  width: 100%;
  background-color: #EDEDED;
}

.submenu ul {
  display: flex;
  flex: 1;
  padding: 0;
  margin: 0;
  justify-content: space-around;
  align-items: center;
}

.submenu ul li {
  list-style-type: none;
}

.submenu ul li a {
  text-decoration: none;
  position: relative;
  color: black;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}

.scroll-progress {
  position: absolute;
  transition: width 0.2s ease-out;
  width: 0%;
  height: 60px;
  background-color: #8c8c8c;
}

.video-container {
  padding-top: 60px;
}

.video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.bg-cover-video {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.video-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.video-slide {
  position: relative;
  width: 100%;
  height: 100vh;
}

.video-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
}
.video-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.video-slide .video-background {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-slide .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.video-slide .video-content {
  color: white;
  text-align: center;
  animation: fadeInUp 1s ease-out;
}

.video-background {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.video-content {
  color: white;
  text-align: center;
  animation: fadeInUp 1s ease-out;
}

.video-content h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  background: transparent;
  border: 2px solid white;
  padding: 12px 24px;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease;
  font-size: 1.2rem;
}
.btn-primary i {
  margin-right: 10px;
}
.btn-primary:hover {
  background: white;
  color: black;
}

.filter-gray:hover {
  filter: grayscale(0%);
}

.filter-gray {
  filter: grayscale(100%);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.single-item.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.single-item .slick-dots {
  bottom: 0;
}

.single-item .slick-dots li button:before {
  width: 20px;
  height: 5px;
  font-size: 0;
  background-color: white;
  color: transparent;
  border-radius: 5px;
}

.single-item .slick-dots li.slick-active button:before {
  opacity: 1;
  color: white;
}

.box-zero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}

.box-zero:hover {
  box-shadow: 10px 10px 20px 2px rgba(0, 0, 0, 0.1607843137);
}

.indicador {
  display: inline-block;
  vertical-align: middle;
}

.scroll-info {
  opacity: 0;
}

.btn-hover-section .btn-hover-banner:hover .circle-btn {
  width: 100%;
}

.btn-hover-contacto .btn-hover-banner:hover .circle-btn {
  width: 100%;
}

.btn-hover-contacto .circle-btn {
  height: 30px;
  width: 30px;
  border: 1px solid black;
  position: absolute;
  left: 0;
  border-radius: 30px;
}

.box-zero {
  height: 490px;
}

@media screen and (max-width: 992px) {
  .tabs-menus {
    position: fixed;
    top: 38px;
    z-index: 9999;
    width: 100%;
    height: 8px;
    background-color: #EDEDED;
  }
  .submenu {
    height: 8px;
    width: 100%;
    background-color: #EDEDED;
  }
  .submenu ul {
    display: none;
  }
  .scroll-progress {
    position: absolute;
    background: #8c8c8c;
    height: 8px;
    width: 0%;
    top: 0;
    left: 0;
    transition: width 0.2s ease-out;
  }
  .scroll-info {
    opacity: 1 !important;
    transform: none !important;
    display: block !important;
    position: relative;
    z-index: 2;
  }
  .section-zat {
    min-height: 150vh;
    position: relative;
    z-index: 1;
  }
  .section-logo {
    display: block !important;
    transform: none !important;
    scale: 1 !important;
    min-height: 0vh;
    position: relative;
    z-index: 1;
  }
  .box-zero {
    height: 380px;
  }
  .section-clients {
    min-height: 20vh;
  }
  .section-partners {
    min-height: 20vh;
  }
}
@media screen and (max-width: 992px) and (max-height: 890px) {
  .section-zat {
    min-height: 150vh;
  }
  .section-clients {
    min-height: 20vh;
  }
  .section-partners {
    min-height: 20vh;
  }
  .filter-gray {
    filter: grayscale(0%);
  }
}
@media screen and (max-width: 900px) and (max-height: 500px) {
  .section-zat {
    min-height: 350vh;
  }
  .section-clients {
    min-height: 70vh;
  }
}
@media screen and (max-width: 310px) and (max-height: 500px) {
  .section-zat {
    min-height: 200vh;
  }
}
@media screen and (max-width: 750px) and (max-height: 250px) {
  .section-zat {
    min-height: 530vh;
  }
}
@media screen and (max-width: 290px) and (max-height: 390px) {
  .section-zat {
    min-height: 350vh;
  }
}
.soporte h4 {
  white-space: nowrap;
}

.text-justify {
  text-align: justify;
}

.box-shadow {
  box-shadow: 5px 9px 12px rgba(0, 0, 0, 0.13);
}

.border-radius-bottom {
  border-radius: 0px 0px 20px 20px;
}

.h-300 {
  height: 350px;
}

.h-80 {
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hover-services-child {
  background: linear-gradient(90deg, #6614BF 0%, #020018 50%, #0A5988 100%);
  bottom: 97%;
  border-radius: 0px;
}

.caja h4 i {
  margin-right: 8px;
  color: #6614BF;
  /* púrpura o cualquier color que combine */
}

.hover-services-child:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 98%;
  width: 98%;
  z-index: 2;
  background-color: white;
  border-radius: 0 0 20px 20px;
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.hover-services:hover .hover-services-child {
  bottom: 0;
  border-radius: 0px 0px 20px 20px;
}

.hover-services:hover .hover-services-child:before {
  opacity: 1;
}

.box-h-logos {
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

.fix-h-logos img {
  width: 140px;
}

.box-h-logos:hover {
  transform: scale(0.9);
}

.h-banner {
  height: 100vh;
}

.servicio {
  color: #FF6600;
}

h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-top: 30px;
}

.azul {
  display: inline-block;
  background: linear-gradient(0deg, #0A5988, #020018, #6614BF);
  background-size: 100% 300%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: vertical-gradient-move 4s ease infinite;
  font-weight: 900;
}

.naranja {
  display: inline-block;
  background: linear-gradient(0deg, #FF6600, #f7b210, #f58020);
  background-size: 100% 300%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: vertical-gradient-move 4s ease infinite;
  font-weight: 900;
}

.descripcion {
  text-align: center;
  margin: 10px auto 40px;
  font-size: 1.1rem;
  max-width: 700px;
}

.contenedor-servicios {
  display: flex;
  gap: 80px;
}

.bloque {
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
  min-width: 280px;
  max-width: 350px;
}

.bloque h3 {
  min-height: 60px;
  /* Ajusta según la altura esperada */
  margin-bottom: 10px;
}

.bloque h3 {
  color: #3f2d7e;
  text-align: center;
  font-size: 1.1rem;
}

.borde-gradiente {
  flex: 1;
  display: flex;
  background: linear-gradient(90deg, #6614BF, #020018, #020018);
  padding: 3px;
  /* grosor del borde */
  border-radius: 12px;
}

.caja {
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
}

.caja h4 {
  font-weight: bold;
  margin-bottom: 10px;
}

.bloque h3 {
  font-weight: 900 !important;
}

.caja ul {
  padding-left: 20px;
  margin: 0;
  list-style: disc;
}

.banner-contenedor {
  display: flex;
  justify-content: center;
  padding: 40px 130px;
}

.banner-inferior {
  display: flex;
  justify-content: space-around;
  padding: 30px 20px;
  background: linear-gradient(45deg, #6614BF, #020018, #0A5988, #6614BF, #020018, #0A5988);
  background-size: 300% 100%;
  animation: banner-horizontal-scroll 15s linear infinite;
  color: white;
  border-radius: 20px;
  max-width: 1200px;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.banner-inferior > div {
  flex: 1 1 30%;
  min-width: 250px;
  padding: 10px 20px;
}

.banner-inferior h4 {
  margin-top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 5px;
}

.banner-inferior ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}

.animated-gradient-text {
  background: linear-gradient(45deg, #6614BF, #020018, #0A5988, #6614BF, #020018, #0A5988);
  background-size: 300% 100%;
  animation: banner-horizontal-scroll 20s linear infinite;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}

.animated-gradient-bg {
  background: linear-gradient(90deg, #6614BF, #020018, #0A5988, #6614BF);
  background-size: 300% 100%;
  animation: banner-horizontal-scroll 20s linear infinite;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/* Animación de fondo desplazable */
@keyframes gradient-scroll {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes vertical-gradient-move {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@keyframes banner-horizontal-scroll {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}
@media screen and (max-width: 1400px) {
  .soporte h4 {
    white-space: normal;
    /* ahora sí puede saltar */
    word-break: break-word;
    /* permite dividir si es necesario */
  }
}
@media screen and (max-width: 992px) {
  .hover-services:hover .hover-services-child {
    bottom: 97% !important;
    /* Mantiene la posición original */
    border-radius: 0 !important;
  }
  .hover-services:hover .hover-services-child:before {
    opacity: 0;
  }
  .hover-services {
    width: 100%;
  }
  h2 {
    font-size: 2rem;
  }
  .contenedor-servicios {
    flex-direction: column;
    gap: 30px;
  }
  .bloque {
    width: 100%;
  }
  .bloque h3 {
    min-height: auto;
  }
  .banner-inferior {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }
  .banner-inferior > div {
    padding: 15px 10px;
  }
  .banner-contenedor {
    display: flex;
    justify-content: center;
    padding: 40px 30px;
  }
  .soporte h4 {
    white-space: normal;
    word-break: break-word;
  }
}
.border-gartner {
  background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 9px, transparent 9px) 0% 0%/10px 10px no-repeat, radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 9px, transparent 9px) 100% 0%/10px 10px no-repeat, radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 9px, transparent 9px) 0% 100%/10px 10px no-repeat, radial-gradient(circle at 0 0, #ffffff 0, #ffffff 9px, transparent 9px) 100% 100%/10px 10px no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 2px) calc(100% - 20px) no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 20px) calc(100% - 2px) no-repeat, linear-gradient(90deg, #6614BF 0%, #0A5988 100%);
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}

.border-gartner:before {
  background: linear-gradient(313.75deg, #ffffff 31.89%, #DEDCDC 70.11%);
  opacity: 0.7;
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.border-gartner:hover {
  box-shadow: 5px 9px 12px rgba(0, 0, 0, 0.13);
}

.border-top:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  height: 10px;
}

.border-top.primero:after {
  background: linear-gradient(to right, #6614BF, #020018, #0A5988);
}

.border-top.segundo:after {
  background: linear-gradient(to right, #0A5988, #6614BF, #020018);
}

.border-top.tercero:after {
  background: linear-gradient(to right, #020018, #0A5988, #6614BF);
}

.border-top.cuarto:after {
  background: linear-gradient(to right, #020018, #6614BF, #0A5988);
}

.border-top.quinto:after {
  background: linear-gradient(to right, #0A5988, #6614BF, #020018);
}

.w-80 {
  width: 1000px;
}

.hover-services:hover {
  transform: scale(0.9);
}

/*accordion*/
.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

.accordion > .card:not(:first-of-type) {
  border: 0;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border: 0;
  border-bottom: 2px solid #6614BF;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
  background: transparent;
  border: 0;
}

.accicon {
  float: right;
}

@media screen and (min-width: 992px) {
  /*accordion*/
}
.card-services {
  flex: 1 0 auto;
  margin-right: 16px;
}

.card-services:last-child {
  margin-right: 0;
}

.box-caso-tabs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section-casos {
  min-height: 10vh;
}

.banner-casosExito {
  min-height: 60vh;
  position: relative;
  z-index: 1;
}

.tittle-card {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 0.3rem;
}

.subtittle-card {
  font-size: 1.1rem;
  font-weight: 630;
  margin-bottom: 1.5rem;
}

.content-card {
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

.industry-card {
  font-weight: 800;
  color: #0A5988;
}

.tittle-content {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.emoji {
  font-size: 1.7rem;
}

.img-casos {
  width: 100%;
  max-width: 400px;
  max-height: 220px;
  height: auto;
}

.mini-card {
  font-size: 0.8rem;
}

.image-mini-card {
  height: 50px;
  max-width: 120px;
}

.box-item-beneficios {
  box-shadow: 10px 10px 10px -6px rgba(0, 0, 0, 0.4196078431);
}

/* Oculta íconos por defecto */
.box-item-beneficios:hover {
  transform: scale(0.9);
  background-color: #f0f0f0;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3411764706);
}

@media screen and (max-width: 992px) {
  .tittle-content {
    text-align: center;
  }
  .small-devices {
    font-size: 0.6rem;
  }
}
.box-shadow {
  box-shadow: 5px 9px 12px rgba(0, 0, 0, 0.13);
}

.circle-scroll {
  border: 1px solid var(--black);
  height: 30px;
  width: 30px;
}

.img-men {
  width: 400px;
  /* o el tamaño deseado */
  height: auto;
  max-width: none;
}

.img-hover:hover:after {
  transform: scale(0.9);
  transition: all 0.3s ease-in-out;
}

.circle-scroll i {
  position: absolute;
  left: 50%;
  margin-left: -5.75px;
  bottom: -20px;
}

.box-equipo {
  height: 360px;
}

.box-equipo:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
}

.box-equipo:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, #19243E 40%, #19243e 40%, #19243E 80%);
  width: 100%;
  height: 160px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.mb-n2,
.my-n2 {
  margin-bottom: 0rem !important;
}

.box-equipo .box-item-2 {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -150px;
  z-index: 3;
}

.box-equipo .box-item-3 {
  position: absolute;
  right: 20px;
  z-index: 3;
  top: -50px;
}

.box-equipo:hover .box-item-3 {
  top: 30px;
}

.box-equipo:hover .box-item-2 {
  transform: translateX(-50%) translateY(50%);
  bottom: 50%;
}

.box-equipo:hover .box-item-1 {
  opacity: 0;
  top: 30px;
}

.box-equipo:hover:before {
  background: rgba(25, 36, 62, 0.8901960784);
  height: 100%;
}

.banner-gray-xs {
  background: linear-gradient(94.36deg, #FFFFFF 22.35%, #DEDCDC 84.77%);
}

.text-we-convinced {
  font-size: 24px;
}

@media screen and (max-width: 1190px) {
  .box-equipo .box-item-2 {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -150px;
    z-index: 3;
  }
  .miguel-text {
    text-align: justify !important;
    padding: 10px 10px 24px 24px;
  }
}
@media screen and (max-width: 576px) {
  .miguel-text {
    text-align: justify !important;
    padding: 10px 10px 24px 24px;
  }
}
@media screen and (max-width: 768px) {
  .banner-btn {
    width: 262px !important;
    height: 348px;
    margin: auto;
  }
  .mb-n2,
  .my-n2 {
    margin-bottom: 0rem !important;
  }
}
@media screen and (max-width: 1200px) {
  .img-men {
    max-width: 330px;
  }
}
@media screen and (max-width: 992px) {
  .img-scale:hover {
    transform: scale(0.9);
  }
  .bg-lead-gradient {
    background: linear-gradient(174.36deg, #DEDCDC -47.65%, rgba(255, 255, 255, 0) 84.77%);
  }
  .mb-n2,
  .my-n2 {
    margin-bottom: 0rem !important;
  }
  .h-text-nosotros {
    min-height: 120px;
  }
  .text-we-convinced {
    font-size: 18px;
  }
  .banner-gray-xs {
    background: linear-gradient(94.36deg, #FFFFFF 22.35%, rgba(222, 220, 220, 0.7803921569) 84.77%);
  }
}
@media screen and (max-width: 1200px) {
  .mb-n2,
  .my-n2 {
    margin-bottom: 0rem !important;
  }
}
/*-- General Styles ---*/
:root {
  --red: #ab1a2d;
  --lightred: #c6293e;
  --darkred: #760f1c;
  --sky: #f3f4ff;
  --cherry: #a91d30;
  --lead: #dadada;
  --black: #19243f;
  --purple: #9e5fff;
  --blue-light: #00adf3;
  --yellow: #f7b210;
  --orange: #ee8619;
  --lead-dark: #b0b2b1;
  --blue: #1c1f3d;
  --gray: #858585;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.card-services {
  padding-bottom: 1.25rem;
}

.header-page:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
}

a {
  color: inherit;
}

a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}

/* ==========================================================================
Fonts
========================================================================== */
.border-new {
  height: 2px;
  /* Grosor del hr */
  border: none;
  background: linear-gradient(to right, #6614BF, #020018, #0A5988);
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.sbold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.italic {
  font-style: italic;
}

/* ==========================================================================
Author's custom styles
========================================================================== */
body {
  color: var(--black);
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  background-color: #fff;
  overflow-x: hidden;
}

/* utils starts */
.list {
  list-style-type: disc;
  padding-left: 15px;
  margin-bottom: 15px;
}

.cursor-pointer {
  cursor: pointer;
}

.br-10 {
  border-radius: 10px;
}

.br-15 {
  border-radius: 15px;
}

.br-20 {
  border-radius: 20px;
}

.br-30 {
  border-radius: 30px;
}

.br-40 {
  border-radius: 40px;
}

.border-bottom-red {
  border-bottom: 1px solid var(--red);
}

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

.trans {
  transition: all 0.3s ease-in-out;
}

/* utils ends */
/*Index*/
.index-2 {
  z-index: 2;
}

.index-3 {
  z-index: 3;
}

/* text color starts */
.text-black {
  color: var(--black);
}

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

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

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

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

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

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

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

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

.text-lead-dark {
  color: var(--lead-dark);
}

/* text color ends */
/* backgrounds starts */
.bg-sky {
  background-color: var(--sky);
}

.bg-blue {
  background-color: var(--blue);
}

.bg-red {
  background-color: var(--red);
}

.bg-cherry {
  background-color: var(--cherry);
}

.bg-lead {
  background-color: var(--lead);
}

.bg-black {
  background-color: var(--black);
}

.bg-lead-gradient {
  background: linear-gradient(50deg, #ffffff 10%, #ffffff 40%, #e7e5e5 60%, #e7e5e5 90%);
}

.bg-orange {
  background-color: var(--orange);
}

.bg-lead-dark {
  background-color: var(--lead-dark);
}

.bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.1);
}

/* backgrounds ends */
/*borders*/
.border-blue {
  border: 2px solid var(--black);
}

/* text sizes starts */
.text-huge {
  font-size: 85px;
}

.text-big {
  font-size: 35px;
}

.text-medium {
  font-size: 25px;
}

.text-normal {
  font-size: 17px;
}

.text-small {
  font-size: 14px;
}

.text-xs-small {
  font-size: 12px;
}

/* text sizes ends */
.lh-11 {
  line-height: 1.1;
}

.lh-12 {
  line-height: 1.2;
}

.lh-13 {
  line-height: 1.3;
}

.h2-title-after:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  height: 2px;
  width: 80px;
  background-color: var(--cherry);
  transform: translateX(-50%);
}

/* text sizes ends */
/* buttons starts */
.circle-btn i {
  color: white;
  font-size: 20px;
  position: absolute;
  right: -60%;
  top: 50%;
  transform: translateY(-50%);
}

.btn-red {
  background-color: var(--red);
  color: white;
}

.btn-red:hover {
  background-color: var(--darkred);
  color: white;
}

/* buttons ends*/
/* breadcrumb starts*/
/* breadcrumb ends */
label.error {
  color: red;
}

ul.navbar-nav li a:hover {
  font-weight: 600;
}

@keyframes rebotar {
  from {
    transform: translateY(-5px);
  }
  to {
    transform: translateY(5px);
  }
}
.rebotar {
  animation: rebotar;
  animation-iteration-count: infinite;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
  animation-direction: alternate-reverse;
}

/*MENU*/
.border-gradient {
  background: linear-gradient(to left, #6614BF, #020018, #0A5988);
  padding: 2px;
}

.slick-dots li {
  width: 20px;
  height: 5px;
  margin: 0 2px;
}

.slick-dots li button {
  width: 20px;
  height: 5px;
  padding: 2px;
}

.slick-dots li button:before {
  width: 20px;
  height: 5px;
  font-size: 0px;
  background-color: black;
  color: transparent;
  border-radius: 5px;
}

.filter-gray {
  filter: grayscale(0%);
}

/*btn hover*/
.bg-transparent {
  background: transparent;
}

.btn-black .circle-btn {
  height: 40px;
  width: 40px;
  border: 2px solid black;
}

.btn-black .circle-btn i {
  color: black;
}

.btn-black span {
  color: black;
}

.btn-black.btn-small .circle-btn {
  height: 25px;
  width: 25px;
  border: 1px solid black;
}

.btn-black.btn-small .circle-btn i {
  font-size: 15px;
}

.btn-black:hover .circle-btn {
  border: 2px solid white;
  rotate: 360deg;
}

.btn-black:hover .circle-btn i {
  color: white;
}

.btn-black:hover span {
  color: white;
}

.btn-black:hover {
  background: linear-gradient(94.36deg, #1c1f3d 22.35%, #101820 84.77%);
  border: none;
}

.btn-white .circle-btn {
  height: 30px;
  width: 30px;
  border: 2px solid black;
}

.btn-white .circle-btn i {
  color: black;
}

.btn-white span {
  color: black;
}

.btn-white.btn-small .circle-btn {
  height: 25px;
  width: 25px;
  border: 1px solid black;
}

.btn-white.btn-small .circle-btn i {
  font-size: 15px;
}

.btn-white .circle-btn i {
  color: black;
}

.btn-white span {
  color: black;
}

.btn-white .circle-btn {
  border: 2px solid black;
}

.btn-white {
  background: white;
}

.btn-gradient-purple {
  background: linear-gradient(180deg, rgba(158, 95, 255, 0.99) 16.15%, #00adf3 100%);
}

.btn-gradient-purple .circle-btn {
  height: 30px;
  width: 30px;
  border: 2px solid black;
}

.btn-gradient-purple .circle-btn i {
  color: black;
}

.btn-gradient-purple span {
  color: black;
}

.btn-gradient-purple.btn-small .circle-btn {
  height: 25px;
  width: 25px;
  border: 1px solid black;
}

.btn-gradient-purple.btn-small .circle-btn i {
  font-size: 15px;
}

.btn-gradient-purple .circle-btn i {
  color: white;
}

.btn-gradient-purple span {
  color: white;
}

.btn-gradient-purple .circle-btn {
  border: 2px solid white;
}

.border-black {
  border: 1px solid black;
}

/*Estilos servicios*/
.border-new {
  border: 2px solid;
  border-image-source: linear-gradient(180deg, rgba(158, 95, 255, 0.99) 16.15%, #00adf3 100%);
  border-width: 1px;
  border-image-slice: 2;
}

.filter-gray {
  filter: grayscale(0%);
}

.slick-track {
  display: flex;
  align-items: center;
  width: 100%;
}

/*sercicios style*/
.title_blog_before:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 7px;
  background: linear-gradient(180deg, rgba(158, 95, 255, 0.99) 16.15%, #00adf3 100%);
}

.text-decoration-underlined {
  text-decoration: underline;
}

.blog-big-thumbnail-date {
  background-color: var(--orange);
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  color: white;
  border-bottom-left-radius: 30px;
  padding: 20px 10px;
  border-bottom-right-radius: 6px;
}

.max-lines-3 {
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.btn-search {
  background: transparent;
  border-radius: 0;
  border-bottom: 2px solid black;
  padding: 0;
}

.button-blog {
  border-radius: 0;
}

.h-140 {
  height: 140px;
}

.language_wraper a.active {
  background-color: #e5e6e8;
}

/* .box-autor-post{
    background: radial-gradient(circle at 100% 100%, #e3e1e1 0, #e3e1e1 9px, transparent 9px) 0% 0%/10px 10px no-repeat, radial-gradient(circle at 0 100%, #e3e1e1 0, #e3e1e1 9px, transparent 9px) 100% 0%/10px 10px no-repeat, radial-gradient(circle at 100% 0, #e3e1e1 0, #e3e1e1 9px, transparent 9px) 0% 100%/10px 10px no-repeat, radial-gradient(circle at 0 0, #e3e1e1 0, #e3e1e1 9px, transparent 9px) 100% 100%/10px 10px no-repeat, linear-gradient(#e3e1e1, #e3e1e1) 50% 50%/calc(100% - 2px) calc(100% - 20px) no-repeat, linear-gradient(#e3e1e1, #e3e1e1) 50% 50%/calc(100% - 20px) calc(100% - 2px) no-repeat, linear-gradient(90deg, rgba(255, 104, 255, 1) 0%, rgba(0, 173, 243, 1) 100%);
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
} */
.box-autor-post {
  background: radial-gradient(circle at 100% 100%, #ededed 0, #ededed 14px, transparent 14px) 0% 0%/16px 16px no-repeat, radial-gradient(circle at 0 100%, #ededed 0, #ededed 14px, transparent 14px) 100% 0%/16px 16px no-repeat, radial-gradient(circle at 100% 0, #ededed 0, #ededed 14px, transparent 14px) 0% 100%/16px 16px no-repeat, radial-gradient(circle at 0 0, #ededed 0, #ededed 14px, transparent 14px) 100% 100%/16px 16px no-repeat, linear-gradient(#ededed, #ededed) 50% 50%/calc(100% - 4px) calc(100% - 32px) no-repeat, linear-gradient(#ededed, #ededed) 50% 50%/calc(100% - 32px) calc(100% - 4px) no-repeat, linear-gradient(90deg, rgba(158, 95, 255, 0.99) 0%, rgb(0, 173, 243) 100%);
  border-radius: 16px;
  padding: 6px;
  box-sizing: border-box;
}

.btn-redes-sociales {
  background-color: #0274b3;
  height: 30px;
  width: 30px;
}

.btn-redes-sociales.linkedin:hover {
  background-color: black;
}

.navbar button {
  bottom: 10px;
}

.clientes .slick-prev:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 17px 17px 0;
  border-color: transparent #ababab transparent transparent;
  top: 50%;
  transform: translateY(-50%);
}

.clientes .slick-next:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 0 17px 17px;
  border-color: transparent transparent transparent #ababab;
  top: 50%;
  transform: translateY(-50%);
}

.clientes .slick-prev {
  left: 0px;
  z-index: 1000;
}

.clientes .slick-next {
  right: 15px;
  z-index: 1000;
}

.partners .slick-prev:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 17px 17px 0;
  border-color: transparent #ababab transparent transparent;
  top: 50%;
  transform: translateY(-50%);
}

.partners .slick-next:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 0 17px 17px;
  border-color: transparent transparent transparent #ababab;
  top: 50%;
  transform: translateY(-50%);
}

.partners .slick-prev {
  left: 0px;
  z-index: 1000;
}

.partners .slick-next {
  right: 15px;
  z-index: 1000;
}

.multiple-items img {
  max-width: 100%;
  height: auto;
}

.multiple-items .slick-slide {
  display: flex !important;
  justify-content: center;
}

.slick-prev,
.slick-next {
  background: transparent;
  border: none;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-color: transparent #020018 transparent transparent;
}

.acercade .slick-prev:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 17px 17px 0;
  border-color: transparent #020018 transparent transparent;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.acercade .slick-next:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 0 17px 17px;
  border-color: transparent transparent transparent #020018;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.acercade .slick-prev {
  left: 0px;
  z-index: 1000;
}

.acercade .slick-next {
  right: 15px;
  z-index: 1000;
}

.camino .slick-prev:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 17px 17px 0;
  border-color: transparent #020018 transparent transparent;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.camino .slick-next:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 0 17px 17px;
  border-color: transparent transparent transparent #020018;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.about .slick-prev:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 17px 17px 0;
  border-color: transparent #ababab transparent transparent;
  top: 50%;
  transform: translateY(-50%);
}

.about .slick-next:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 0 17px 17px;
  border-color: transparent transparent transparent #ababab;
  top: 50%;
  transform: translateY(-50%);
}

.about .slick-prev {
  z-index: 1000;
}

.about .slick-next {
  right: -10px;
  z-index: 1000;
}

.section-servicios .slick-prev:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 17px 17px 0;
  border-color: transparent #ababab transparent transparent;
  top: 50%;
  transform: translateY(-50%);
}

.section-servicios .slick-next:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 0 17px 17px;
  border-color: transparent transparent transparent #ababab;
  top: 50%;
  transform: translateY(-50%);
}

.section-servicios .slick-prev {
  left: 0px;
  z-index: 1000;
}

.section-servicios .slick-next {
  right: 15px;
  z-index: 1000;
}

.section-casosExito .slick-prev:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 17px 17px 0;
  border-color: transparent #6614BF transparent transparent;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
}

.section-casosExito .slick-next:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 0 17px 17px;
  border-color: transparent transparent transparent #6614BF;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

:focus-visible {
  outline: none;
}

.border-top-footer {
  border-top: 1px solid rgba(245, 245, 245, 0.5);
}

.border-bottom-footer {
  border-bottom: 1px solid rgba(245, 245, 245, 0.5);
}

.grecaptcha-badge {
  visibility: hidden;
}

/* ==========================================================================
Mobile first
========================================================================== */
@media screen and (max-width: 992px) {
  .grecaptcha-badge {
    visibility: hidden;
  }
  .box-fix {
    min-height: 270px;
  }
  /*text*/
  .text-lg-justify {
    text-align: justify;
  }
  .btn-white .circle-btn {
    height: 40px;
    width: 40px;
    border: 2px solid white;
  }
  .btn-white .circle-btn i {
    color: white;
  }
  .btn-white span {
    color: white;
  }
  .btn-white.btn-small .circle-btn {
    height: 25px;
    width: 25px;
    border: 1px solid white;
  }
  .btn-white.btn-small .circle-btn i {
    font-size: 15px;
  }
  .btn-white:hover .circle-btn {
    border: 2px solid black;
    rotate: 360deg;
  }
  .btn-white:hover .circle-btn i {
    color: black;
  }
  .btn-white:hover span {
    color: black;
  }
  .btn-white:hover {
    background: white;
    border: 2px solid black;
  }
  .btn-gradient-purple:hover {
    background: linear-gradient(180deg, rgba(158, 95, 255, 0.99) 16.15%, #00adf3 100%);
    border: none;
  }
  .btn-gradient-purple .circle-btn {
    height: 25px;
    width: 25px;
    border: 2px solid white;
  }
  .btn-gradient-purple .circle-btn i {
    color: white;
  }
  .btn-gradient-purple span {
    color: white;
  }
  .btn-gradient-purple.btn-small .circle-btn {
    height: 25px;
    width: 25px;
    border: 1px solid black;
  }
  .btn-gradient-purple.btn-small .circle-btn i {
    font-size: 15px;
  }
  .btn-gradient-purple:hover .circle-btn {
    border: 2px solid white;
    rotate: 360deg;
  }
  .btn-gradient-purple:hover .circle-btn i {
    color: white;
  }
  .btn-gradient-purple:hover span {
    color: white;
  }
  .filter-gray {
    filter: grayscale(100%);
  }
  .filter-gray:hover {
    filter: grayscale(0%);
  }
  /* text sizes starts */
  .text-huge {
    font-size: 50px;
  }
  .text-big {
    font-size: 24px;
  }
  .text-medium {
    font-size: 20px;
  }
  .text-lg-normal {
    font-size: 17px;
    padding-left: 10px;
  }
  .text-normal {
    font-size: 17px;
  }
  .text-small {
    font-size: 14px;
  }
  .btn-innovacion {
    margin-top: 10px;
  }
  /* text sizes ends */
  .w-lg-auto {
    width: auto;
  }
  #header_menu {
    position: static;
    transform: none;
    background-image: none;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
  }
  #header_menu li {
    border-bottom: none;
  }
  .fix-mx {
    margin: 80px 0;
  }
  .box-h-logos img:hover {
    transition: all 0.3s ease-in-out;
    transform: scale(0.9);
  }
  .multiple-items {
    width: 90%;
    margin: 0 auto;
  }
  .section-casosExito .slick-prev:before {
    left: 0px;
  }
  .section-casosExito .slick-next:before {
    right: 0px;
  }
}
