/*
Theme Name: Zoluxiones-2024
Author: Martin Martinez
Author URI: 
Description: Theme Zoluxiones developed by Martin Martinez
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/*=============== GOOGLE FONTS ===============*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800&family=Sarabun:ital,wght@0,400;0,500;0,600;0,700;0,800;1,500&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');  

/*=============== VARIABLES CSS ===============*/
:root {
  --header-height: 3.5rem;
  /*========== Colors ==========*/
  --first-color:#029dcd;
  --first-color-alt: #3cac2c;
  --black-color: hsl(204, 6%, 17%);
  --white-color:#fff;
  --card-color: hsl(0, 0%, 90%);
  --title-color: #0d2235;
  --text-color: #ffffff;;
  --text-color-light: hsl(206, 4%, 75%);
  --body-color: #fff;
  --container-color: #fff;

  /*========== Font and typography ==========*/
  --body-font: 'Poppins', sans-serif;
  --font-alt: "Montserrat",sans-serif;
  --biggest-font-size: 2.25rem;
  --h1-font-size: 1.5rem;
  --h2-font-size: 1.25rem;
  --h3-font-size: 1rem;
  --normal-font-size: .938rem;
  --medium-font-size:1.5rem;
  --small-font-size: .813rem;
  --smaller-font-size: .75rem;

  /*========== Font weight ==========*/
  --font-bold: 700;
  --font-bold-light: 500;
  /*========== z index ==========*/
  --z-tooltip: 10;
  --z-fixed: 100;
}
@media screen and (min-width: 968px) {
  :root {
    --biggest-font-size: 3.5rem;
    --h1-font-size: 2.45rem;
    --h2-font-size: 1.9rem;
    --h3-font-size: 1.25rem;
    --normal-font-size: 1rem;
    --small-font-size: .875rem;
    --smaller-font-size: .813rem;
  }
}
/*=============== BASE ===============*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  background-color: var(--body-color);
  color: var(--text-color);
}
body  {
  overflow-y: auto;
  overflow-x: hidden !important;
}
h1, h2{
  color: var(--title-color);
  font-weight: var(--font-bold);
  font-size: var(--h2-font-size);
  letter-spacing: -1px;
}
h3 {
  color: #1b1f2e;
  font-weight: var(--font-bold);
  font-size: 2.4rem;
 
}
h1, h2, h3, p {
  line-height: 120%;
}
ul {
  list-style: none;
}
.bx {
    font-family: boxicons !important;
    vertical-align: middle;
	}
a {
  text-decoration: none;
  color: unset;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
button {
  border: none;
  outline: none;
  cursor: pointer;
}
p{
  color: #2a2a2a;
  font-size: 1rem;
  font-weight: 400;
  margin: 1rem 0;
  line-height: 1.8rem;
  font-family: 'Inter';
  font-family: "Sarabun";
  letter-spacing: -0.1px;
  text-shadow: 0px 0px 1px #566e7c8a;
}
/* Ajustes generales */
.container {
  max-width: 1240px;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.header .container {
  max-width: 1730px;
  margin-right: auto;
  margin-left: auto;
}
.grid {
  display: grid;
  gap: 3rem;
  row-gap: 2rem;
}
.content-head.container {
  padding-top: 6rem;
  display: grid
;
  grid-template-columns: 1fr;
  height: 100%;
  position: relative;
}
.contenedor-h1 {
  margin-top: 7rem;
  margin-left: 1rem;
}
.contenedor-h1 h1 {
  font-family: 'Sarabun';
  color: #fff;
   padding-top: 1rem; 
  margin-bottom: 1rem;
  text-align: left;
  position: relative;
  letter-spacing: 0px;
  line-height: 2rem;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (min-width: 576px) {
  .contenedor-h1 h1 {
      font-size: 2.2rem;
  }
}
@media screen and (min-width: 767px) {
  .contenedor-h1 h1 {
      font-size: 2.5rem;
  }
}
@media screen and (min-width: 940px) {
  .contenedor-h1 h1 {
      font-size: 4.1rem;
  }
}
/*=============== HEADER & NAV ===============*/
.container {
  max-width: 1320px;
  max-width: 1240px;
  margin: 0 auto; /* Centra el contenedor */
  padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
}
.header .container {
  max-width: 1360px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.grid {
  display: grid;
  gap: 3rem;
  row-gap: 2rem;
}
#breadcrumbs {
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  display: block;
  width: fit-content;
  border-radius: 4.2rem;
  font-size: 0.9rem;
  font-family: 'Sarabun';
  color: #0baddf;
  letter-spacing: 2px;
}
.background-overlay-head {
  opacity: 0.9;
  background: #10162094;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
/*=============== HEADER & NAV ===============*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: var(--z-fixed);
  background: #fff;
  padding: 1rem 0;
}
.header.scroll-header {
  background: #fff;
  -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  padding: 0.7rem 0;
}
.header.scroll-header .container {
  background: #fff;
  border-radius: 0.4rem;
  margin-top:  unset !important;
}
.header.scroll-header .nav {
  padding: 0;
}
.header.scroll-header #preheader{
 display: none;
}
.header .menu-right .btn-light {
  color: #ffffff;
  background-color: #3cac2c;
}
.header_main {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header_main img {
  max-width: 6rem;
}
div#preheader {
  padding: 0.4rem 4rem 0.4rem 4rem;
  backdrop-filter: blur(8px) brightness(93%);
  font-size: 0.75rem;
  font-family: 'Sarabun';
  background: #393d3e75;
  margin-top: 1rem;
  border-top-right-radius: 0.4rem;
  border-top-left-radius: 0.4rem;
  color: #ffffff;
  font-weight: 500;
  border-top: 1px solid #413d3d;
  border-right: 1px solid #413d3d;
  border-left: 1px solid #413d3d;
  display: none;
}
nav {
  height: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  right: 0rem;
  bottom: 0rem;
  border-bottom-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.nav {
  position: relative;
}
.header-logo, .menu-right {
  z-index: 99;
}
.nav__logo,
.nav__toggle {
  color: #029dcd;
}
.menu-item-55>a::before,
.menu-item-55>a::after {
  content: none !important;
}
.menu-item-55 span i::before {
  content: none !important;
}
button#nav-toggle span {
  font-size: 1.3rem;
  font-weight: 600;
}
.nav__logo {
  display: flex;
  align-items: center;
  column-gap: .5rem;
  font-weight: 600;
  font-size: 1.8rem;
  color: #e2e8e6;
  letter-spacing: -0.5px;
  z-index: 99;
  font-family: 'Archivo';
}
div#nav-menu {
  z-index: 9999;
}
.nav__logo-img {
  width: 12rem;
  z-index: 99;
  transition: .3s ease;
}
.nav__logo-img-scroll {
  width: 7rem;
  z-index: 99;
  transition: .3s ease;
}
.nav__toggle {
  display: inline-flex;
    font-size: 1.2rem;
    cursor: pointer;
    margin-top: 0rem;
    background: transparent;
    border: 1px solid #01a0c663;
    border-radius: 4rem;
    padding: 0.5rem;
}
.nav__list {
  display: flex;
      flex-direction: column;
      text-align: left;
      padding-top: 7rem;
      margin-left: 1rem;
}
.nav__list li a {
  font-family: var(--body-font);
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: #01a0c6;
  font-size: 17px;
  font-weight: 700;
  font-family: 'Sarabun';
  text-shadow: unset;
}
  .menu-menu-principal-container > ul > li, .menu-menu-principaling-container > ul > li  {
    margin-right: 18px;
    width: 90%;
    position: relative;
    border-bottom: 1px solid rgb(160 211 227 / 40%);
}
#menu-item-9 .nav-link::before {
  font-family: 'Material Symbols Outlined';
  content: "language";
  vertical-align: top;
  vertical-align: sub;
  margin-right: 0.1rem;
  font-size: 1.2rem;
  font-weight: 300;
}
li#menu-item-9 .material-symbols-outlined {
  display: none;
}
.contentpre-header {
  display: flex
;
  justify-content: space-between;
}
.preheaderight {
  display: flex
;
  gap: 1rem;
  justify-content: space-between;
}
#header .social-button.linkedin svg {
  width: 14px !important;
  vertical-align: bottom;
}
#header svg.svg_icon_instagram {
  width: 14px;
  vertical-align: bottom;
}
div#preheader svg {
  width: 25px;
  stroke: #fff;
  fill: #fff;
  margin-right: 0.5rem;
}

.menu-menu-principal-container ul > li .dropdown-menu > li > a, .menu-menu-principaling-container ul > li .dropdown-menu > li > a {
     font-size: 1rem;
    font-weight: 500;
    color: #5b5757;
    text-indent: -1.7rem;
    transition: .3s ease all;
    display: block;
    margin: 0 1rem;
    border-radius: 7px;
    padding: 12px 10px 12px 10px !important;
}
.opendropdownclick
{
  display: block;
  position: relative;
}
/* Menú desplegable abierto */
.menu-item.open > .dropdown-menu {
  visibility: visible; /* Visible inmediatamente */
  opacity: 1; /* Completamente opaco */
  height: auto; /* Permitir que el contenido determine la altura */
  max-height: 100vh; /* Límites para evitar problemas en pantallas pequeñas */
  transform: translateY(0); /* Sin desplazamiento */
  overflow: visible; /* Asegura que todo el contenido sea visible */
  transition: opacity 0.4s ease, max-height 0.4s ease, transform 0.4s ease; /* Transición suave */
}
/* Submenú cerrado */
.dropdown-menu {
  visibility: hidden; /* Oculto inicialmente */
  opacity: 0; /* Transparente */
  max-height: 0; /* Altura cero para ocultar */
  transform: translateY(-10px); /* Desplazado hacia arriba */
  overflow: hidden; /* Oculta contenido cuando está colapsado */
  transition: opacity 0.4s ease, max-height 0.4s ease, transform 0.4s ease; /* Transición suave */
}

/* Asegurar que los submenús se ajusten al diseño */
.menu-menu-principal-container ul li {
  position: relative; /* Necesario para el flujo correcto del submenú */
}

.menu-menu-principal-container ul li a, .menu-menu-principaling-container ul li a {
  padding: 40px 0;
} 
.header ul.dropdown-menu li a {
  display: block;
  align-items: center;
  color: #2d2f30;
  font-weight: 600;
}
.dropdown-toggle.nav-link .material-symbols-outlined {
  font-size: 1.3rem;
  font-weight: 300;
  vertical-align: middle;
}
.header ul.dropdown-menu li a {
  font-size: 1rem;
  font-weight: 500;
}

.header ul.dropdown-menu li:hover>a {
  color: #01a0c6;
}
.menu-menu-principal-container > ul > li:hover a span i.bx.bxs-chevron-down.dropdown__icon::before{
  transform: rotateX(-180deg);
}
.menu-menu-principal-container > ul > li:hover > a span::after {
  transform: rotateX(-180deg);
}
.menu-right {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.menu-right .btns_header {
  gap: 15px;
  display: flex;
  align-items: center;
}
.menu-right  .btn span.material-symbols-outlined {
  font-size: 1rem;
  vertical-align: middle;
  color: #ffffff;
  padding: 0 0.4rem 0 0;
  border-radius: 5rem;
  font-weight: 600;
  font-variation-settings: "FILL" 1;
}
.header ul.dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #e7e7e7 !important;
}
.header ul.dropdown-menu li a::before {
  font-family: 'Material Symbols Outlined';
  content: "chevron_right";
  vertical-align: middle;
  font-size: 1.2rem;
  margin-right: 0.2rem;
  font-weight: 400;
}
.show-menu {
  visibility: visible !important;
    opacity: 1 !important;
    -webkit-transform: translateX(0%) !important;
    -khtml-transform: translateX(0%) !important;
    -moz-transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
    -o-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
}
.zolux-x-close {
  background: #029ecd14;
  border: 2px solid #06739517;
  color: #777;
  width: 34px;
  height: 34px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  position: absolute;
  border-radius: 5rem;
  top: 1.5rem;
  right: 1rem;
}
.zolux-x-close:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.zolux-x-close::after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.zolux-x-close:hover::before, .zolux-x-close:hover::after {
  -webkit-transform: rotate(0);
  -khtml-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.zolux-x-close:before, .zolux-x-close:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 45%;
  top: 50%;
  left: 0.5rem;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #0673959e;
}
.nav__close i {
  color: var(--first-color);;
  font-size: 2rem;
}
.zolux_header_backdrop{
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -khtml-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    visibility: hidden;
}
.show-backdrop{
  opacity: 1;
    visibility: visible;
}
.header-logo-movil {
  display: none ;
  z-index: 9999;
  position: absolute;
}
.show-logo-movil
{
  display: block ;
}
[data-aos="fade-up"] {
  transition: transform 0.6s ease-in-out;
}
[data-aos="fade-up"].aos-animate {
  transform: scale(1);
}
@media screen and (min-width: 940px) {
  .nav__list {
    padding-top: 0;
    flex-direction: row;
    column-gap: 0.8rem;
  }
}
@media screen and (max-width: 940px) {
  .nav__menu {
    position: fixed;
    height: 100vh;
    width: 300px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    right: unset;
    z-index: 1010;
    overflow: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -khtml-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateX(-100%);
    -khtml-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
    background-color: #fff;
  }
  .nav__list li a {
    display: block;
    font-size: 16px;
    padding: 1rem 1rem 1rem 0.2rem !important;
    font-weight: 600;
  }
  nav {
    height: unset;
    display: unset;
    justify-content: unset;
    align-items: unset;
}
i.bx.bxs-chevron-down.dropdown__icon {
  position: absolute;
  top: 10px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  right: 0;
  width: 28px;
  cursor: pointer;
  font-size: 15px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #1b1b1b;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.03);
  display: inline-block;
}
}
:root {
  --relleno: 0;
  --colordotmenu: "#fff";
}
.menu-item .nav-link::before {
  font-family: 'Material Symbols Outlined';
  content: "circle";
  content: none;
  font-variation-settings: "FILL" var(--relleno);
  font-variation-settings: "FILL" 1;
  vertical-align: middle;
  margin-right: 0.2rem;
  font-size: 0.5rem;
  font-weight: 600;
  padding-right: 0.2rem;
  color: var(--colordotmenu);
}
#nav-menu .nav-item .active-link {
  color: #00cc99;
}
.btn {
  gap: 10px;
  gap: 10px;
  line-height: 1rem;
  padding: 8px 7px;
  transition: .3s ease;
  overflow: hidden;
  font-family: 'Outfit';
  font-weight: 500;
  position: relative;
  align-items: center;
  letter-spacing: 1px;
  display: inline-flex;
  color: #ffffff;
  justify-content: center;
  border-radius: 4rem;
}
.header .container {
  padding-left: 20px;
  padding-right: 20px;
}
.order-2 {
  order: 2;
}
.order-1 {
  order: 1;
}
/****************************** MARQUEE TEXT *****************************/
.marquetext {
  background-color: #111112;
  padding: 1rem 0;
  position: relative;
  background-repeat: repeat-x;
  background: url(https://zoluxiones.com/wp-content/uploads/2022/11/erik-eastman-6zFVL4YuaM-unsplash.jpg);
  background-size: auto;
}
section.marquetext:after {
  background: linear-gradient(90deg, rgb(33 96 133 / 96%) 0%, rgb(5 113 147 / 95%) 100%);
  content: "";
  position: absolute;
  width: 100%;
  height: 51px;
  right: 0rem;
  bottom: 0rem;
}
.marquee {
  overflow: hidden;
  display: flex;
}
.marquee h1{
  font-size: 0.8rem;
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  z-index: 99;
}
/*============================ SECTION SLIDER ==========================*/
/*============================ SECTION SLIDER ==========================*/
#slider_section
{
  padding: 8rem 0rem;
  background-color: #04647d;
}
.titleslider {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 4.2rem;
  color: #fff;
  letter-spacing: -1px;
}
.subtitle_slider {
  color: white;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 0.5rem 0;
  font-weight: 300;
  width: 95%;
}
.wrap_two_buttons {
  display: flex;
  gap: 2rem;
}
.btn.btn_blue{
    background: var(--first-color);  
}
.btns_header .btn {
  display: none;
}
/****** ELIMINAR *******/
.slider .content_btns{
  display: none;
}
.btn.btn_black {
  background: var(--black-color);
}
.header .text-btn_blue {
  padding: 12px 22px;
  font-size: 0.96rem;
  letter-spacing: 0px;
}
.slider .text-btn_blue {
  color: #ffffff;
  font-family: 'Inter';
  padding: 0.6rem 2.2rem;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-size: 0.88rem;
}
.text-btn_blue {
  font-family: sarabun;
  padding: 0.4rem 2rem;
}
.text-back-skyblue {
  background: #029dcd;
  display: inline-block;
  padding: 1rem;
  border-radius: 5rem;
  margin-top: 1.2rem;
  padding: 14px 30px;
  line-height: 4rem;
}
.video_slider {
  width: 500px;
  height: 500px;
  border-radius: 5%;
  background: url(https://zoluxiones.com/wp-content/uploads/2024/09/img-home.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.play-button-container {
  position: relative;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ripple-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ripple-container::before, .ripple-container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  top: 0;
  left: 0;
  z-index: -1;
  animation: ripple 2.5s infinite ease-out;
}
.play-button {
  width: 90px;
  height: 90px;
  background-image: linear-gradient(to right, #029dcd, #1ab3db);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  animation: pulse 1.5s infinite;
}
.ripple-container::after {
  animation-delay: 0.75s;
}
.ripple-container::before, .ripple-container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  top: 0;
  left: 0;
  z-index: -1;
  animation: ripple 2.5s infinite ease-out;
}
.video_slider button {
  background: transparent;
}
.content__imghome svg {
  width: 36px;
  transition: .3s ease;
}
.play-button svg {
  width: 30px;
  height: 30px;
  fill: white;
}
@keyframes ripple{
  0% {
    transform: scale(0.6);
    opacity: 1;
}
100% {
    transform: scale(2.5);
    opacity: 0;
}
}
.welcome__img.order-2 {
  justify-content: right;
}
/**************************** SECTION BENEFITS **************************/
section#benefits_home {
  padding: 5rem 0 7rem 0;
}
.column_horizontal {
  display: flex;
      align-items: center;
      background: #029dcd1a;
      border-radius: 0.4rem;
      padding: 0.5rem 2rem;
}
.content_column_horizontal p.description_column {
  margin: 1rem;
  color: #136077;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: -0.5px;
}
.column_horizontal .icono_column span {
  font-size: 2.6rem;
  color: #029dcd;
  vertical-align: middle;
}
section#form-contact .container {
  max-width: 1200px;
}
/* Contenedor principal */
.container_zx {
  max-width: 1200px;
  margin: 0 auto;
}
.grid_zx {
  display: grid;
  grid-template-columns: 1fr; /* Dos columnas iguales */
  gap: 2rem;
  align-items: start; /* Alinea los elementos verticalmente al inicio */
}
.accordion-section_zx {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-height: calc(100vh - 200px); /* Limita la altura máxima relativa a la ventana */
  overflow-y: auto; /* Agrega scroll interno si es necesario */
  padding-right: 1rem; /* Espacio para el scroll */
}
.accordion-item_zx {
  border-radius: 3px;
  overflow: hidden;
  border-bottom: 1px solid #3f8fb51a;
  background: #029dcd12;
  margin: 0.2rem 0;
}
.accordion-header_zx {
  padding: 0.8rem 2.5rem;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-family: 'Sarabun';
  font-size: 15px;
  font-weight: 600;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff0d;
  color: #166a85;
  color: #47484e;
}
.accordion-header_zx.active {
  background: #029dcd;
  color: white;
}
.accordion-content_zx {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  padding: 0 1rem;
}
.accordion-content_zx p {
  padding: 0.5rem 30px;
  color: #6f7173;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8rem;
  font-family: 'Sarabun';
  letter-spacing: 0px;
}
.accordion-content_zx.open {
  max-height: 200px; /* Ajusta la altura según el contenido */
}
/* Columna derecha: Imagen */
.image-section_zx img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}
/**************************** TWO COLUMNS STYLE **************************/
#section_intro{
  padding: 2rem 0 6rem 0;
  background: #ffffff;
  position: relative;
}
ul.list-main li {
  color: #010630;
  display: flex;
  margin-bottom: 0.4rem;
  font-family: 'Inter';
  font-weight: 500;
  align-items: center;
  font-size: 14px;
  gap: 0rem;
}
.content_list_twocolumns {
  display: flex;
      gap: 6rem;
      flex-direction: column;
      padding: 0rem 0.5rem;
      border-bottom-right-radius: 4rem;
      row-gap: 20px;    
}
.services-1__container.container.w100 {
  text-align: center;
}
.icon.style-color {
  background-color: #3c52ff1c;
  border-radius: 30px;
  margin: 2px -5px 0 0;
  padding: 6px 0 0 6px;
  height: 22px;
  width: 22px;
  line-height: 0;
  margin-right: 15px;
}
.icon.style-color svg{
fill: #029dcd;
    width: 11px;
  }
ul.list-main span {
  margin-right: 0.4rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: #029dcd;
  background: #e0f7ff;
  padding: 0.4rem;
  border-radius: 5rem;
}
.content_titlestwocolumns {
  margin-bottom: 1rem;
}
.titletwocolumns {
  font-size: 3.5rem;
  line-height: 3.7rem;
  font-weight: 600;
  letter-spacing: -3px;
  color: #343131;
  font-family: sarabun;
}
.titleonecolumns {
  font-size: 30px;
  line-height: 2.3rem;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #343434;
  width: 100%;
  margin: 0 auto 1rem auto;
  font-family: 'Inter';
  text-align: center;
  text-shadow: unset;
}
.marquee-container:after {
  left: 0;
  background: -moz-linear-gradient(left, #fff 0, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, #fff 0, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
}
.marquee-container:before {
  right: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 1%, #fff 98%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 1%, #fff 98%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 1%, #fff 98%);
}
.marquee-container:after, .marquee-container:before {
  position: absolute;
  top: 0;
  width: 30%;
  height: 100%;
  content: "";
  z-index: 2;
}
span.text-skyblue {
  font-weight: 600;
     color: #029dcd; 
}
span.name_service_marque
{
  padding: 0 1rem;
}
p.contenttwocolumns {
  color: #555864;
  font-size: 18px;
  font-weight: 400;
  margin: 1rem 0;
  line-height: 1.8rem;
  font-family: 'Inter';
  font-family: 'Sarabun';
  letter-spacing: 0px;
  margin: 2rem 0;
}
.buble_intro {
  background: #c6ebf780;
  display: inline-block;
  padding: 0.3rem 1.5rem;
  border-radius: 5rem;
  color: #00caff;
  font-size: 0.7rem;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  font-family: 'Inter';
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: unset;
}
.buble_intro-alt {
  background: #c6ebf780;
  padding: 0.3rem 1.5rem;
  border-radius: 5rem;
  color: rgb(2 157 205 / 95%);
  font-size: 0.8rem;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  font-family: 'Sarabun';
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: unset;
  margin: 0 auto;
  text-align: center;
}
.content-imghome-welcome {
  border-radius: 2%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.content-imghome-welcome img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit; /* Para que la imagen también tenga los bordes redondeados */
}
.section_intro_about .p-top-right {
  top: -6rem;
}
.p-top-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0.4;
  display: none;
} 
.image-hover-container {
  position: relative;
  width: 390px;
  height: 390px;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}
.image-default, .image-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; /* Transición suave */
}
.image-default {
  opacity: 1;
  z-index: 1;
}
.image-hover {
  opacity: 0;
  z-index: 2;
}
.image-hover-container:hover .image-default {
  opacity: 0;
}
.image-hover-container:hover .image-hover {
  opacity: 1;
}
/*============================ ZOXBOT ==========================*/
.chat {
  background: #1ab188;
  color: #fff;
  padding: 10px 20px;
  height:50px;
  border-radius: 80px;
}
#chatbutton {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
}
#chatbutton .content-img-robot-solutions figure img {
  transition: .3s ease;
  width: 100%;
  height: 90px;
  object-fit: cover;
  transition: .3s ease;
}
#chatbutton .content-img-robot-solutions {
  background-color: #fafafa;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  padding: 0rem;
  margin: 0 auto;
  border: 4px solid #ffffff;
  box-shadow: 0px 2px 12px 0px rgb(0 0 0 / 30%);
  position: relative;
  overflow: hidden;
}
.msgrobot {
  background: #039ec6;
  padding: 0.2rem 0.8rem;
  text-align: center;
  border-radius: 2rem;
  color: #fff;
  margin-top: 0.6rem;
  font-size: 0.9rem;
  font-family: 'Sarabun';
}
@keyframes gifhighligth {
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
100% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
/**************************** SECTION CONTACT **************************/
section#section_contact {
  padding: 4rem 0;
  background: #f2f2f2;
}
.column_content_contactform{
  background: #fffffffc;
  padding: 30px 10px 30px 10px;
  margin-top: 2rem;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  margin-block-start: 0px;
  border: 1px solid gainsboro;
  border-radius: 1rem;
}
section#section_contact .twocolumns__content {
  grid-template-columns: 45% 1fr;
}
.input-with-icon p {
  margin-bottom: 00;
}
hr.separator-form {
  width: 94%;
  margin: 0 auto 1.2rem auto;
  height: 1px;
  border-width: 0;
  color: gray;
  background-color: #80808033;
}
p.label-form-field {
  display: none;
}
.dots-color-form
{
  display: flex;
      justify-content: space-between !important;
      align-items: center !important;
      gap: 16px;
      margin: 0 0.5rem;
}
.dots-color-form .dots-color-form-big span {
  width: 11px;
  height: 11px;
  opacity: 0.5;
  border-radius: 50%;
  background: #878e91;
}
.dots-color-form .dots-color-form-big  span:nth-child(2) {
  background: #F4BE4F;
}
.dots-color-form .dots-color-form-big  span:nth-child(3) {
  background: #61C554;
}
.dots-color-form-big {
  display: flex;
  gap: 10px;
}
section#subpage-contact {
  background: #ecf8f873;
  padding: 6rem 0;
  position: relative;
  z-index:9;
}
section#subpage-contact .twocolumns__content {
  align-items: flex-start;
}
.iconandaddress {
  display: flex;
      gap: 1rem;
      align-items: self-start;
      padding: 1rem 0.5rem;
      border-bottom: 1px solid #dddddd;
}
.iconadress span {
  background: #029dcd;
  padding: 0.4rem;
  border-radius: 4rem;
  font-weight: 300;
}
.adress p {
  margin: 0;
    line-height: 1.1rem;
}
p.title-contact-big {
  font-size: 3rem;
  line-height: 3.3rem;
  width: 84%;
}
.iconadress {
  margin-top: 0.5rem;
}
#subpage-contact .buble_intro {
  margin-bottom: 0rem;
}
/*===================== CONTACT FORM CUSTOM======================  */
::placeholder {
  font-size: 0.9rem;
  visibility: visible;
  color: #a7a7a7;
  font-weight: 400;
}
p.label-form-bold {
  color: #4e4e4e;
  border-radius: 2rem;
  font-size: 1.1rem;
  font-weight: 500;
}
.cf-col-6 p {
  margin-bottom: 0.1rem;
  margin-top: 0.5em;
}
input#uacf7_countries_country-1 {
  font-size: 0.9rem;
  visibility: visible;
  color: #a7a7a7;
  font-weight: 400;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(https://zoluxiones.com/wp-content/uploads/2022/11/arrow.png);
  background-repeat: no-repeat;
  background-position-x: 94%;
  background-position-y: 50%;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.masinfo {
  display: block;
  width: 40%;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media ( min-width: 576px ) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 { margin-left: 8.333333%; }
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 { margin-left: 16.66667%; }
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 { margin-left: 25%; }
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 { margin-left: 33.33333%; }
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 { margin-left: 41.66667%; }
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 { margin-left: 50%; }
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 { margin-left: 58.33333%; }
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 { margin-left: 66.66667%; }
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 { margin-left: 75%; }
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 { margin-left: 83.33333%; }
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 { margin-left: 91.66667%; }
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
select.wpcf7-form-control.wpcf7-select {
  color: rgb(126, 124, 124); 
}
.wpcf7-form-control-wrap {
  position: relative;
  margin-top: -1.5rem;
}
.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}
.wpcf7-form label {
  padding: 5px 0 !important;
  display: block;
}
.cf7ic_instructions {
  margin: 0 auto;
  letter-spacing: 0px;
  line-height: 1.4rem;
  font-family: Outfit;
  margin-bottom: 0.3rem;
  font-weight: 300;
  color: #4e4e4e;
    font-size: 1rem;
    font-weight: 400;
}
.cf-col-12 {
  margin-top: -0.6rem;
}
.captcha-image label>input+svg {
  color: #64676b !important;
}
.masinfo {
  margin-top: auto;
    margin-bottom: 2rem;
    font-family: 'Inter';
    padding: 0.9rem 1.5rem;
    border: 0px solid #029dcd;
    border-radius: 5rem;
    position: relative;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    background: #029dcd;
    transition: .3s ease;
    display: block;
    text-transform: unset;
    letter-spacing: 0px;
    font-size: 1rem;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.masinfo {
  display: block;
  width: 100%;
}
.policies__data {
  font-weight: 500;
  color: #029dcd;
}
p.leavemessage {
  font-weight: 500;
  font-size: 1rem;
}
span.wpcf7-list-item-label {
  font-size: 0.98rem;
  font-weight: 500;
  font-family: 'Sarabun';
  letter-spacing: -0.2px;
  color: #161616;
}
.captcha-image {
  border: #126f8b0f 1px solid !important;
    padding: 10px;
    display: inline-block;
    border-radius: 4px !important;
    text-align: center;
    background: #188aad0a;
    margin: 0 auto;
    display: block;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  color: red;
}
.container-img-ebook{
  width: 70%;
  margin-top: 50px;
  margin: 3rem auto 0 auto;
}
div#wpcf7-f306-p304-o1{
  position: relative;
  overflow: hidden;
}
span.post-pdf-url {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  color: black;
  font-weight: 600;
  margin-top: -1rem;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, input.wpcf7-form-control.wpcf7-text, input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel, textarea.wpcf7-form-control.wpcf7-textarea, select.wpcf7-form-control.wpcf7-select {
  background-color: #0138991f;
  width: 100%;
  padding: 10px 25px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  margin-bottom: 0rem;
  font-size: 1rem;
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  font-family: 'Sarabun';
  box-shadow: 1px 2px 6px #1a2a4314;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #232b3c;
  color: #fff;
  padding: 16px 33px 10px 20px;
  font-size: 14px;
  font-family: 'Inter';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16'%3E%3Cpath fill='%23FFFFFF' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 22px 22px;
}
.input-with-icon span.material-symbols-outlined {
  font-size: 1.34rem;
  color:#6ccae5;
  font-weight: 300;
  top: 12px;
  text-shadow: none;
}
#form-contact .custom-dropdown , #form-contact_page .custom-dropdown{
  position: relative;
  width: 100%;
  font-family: Arial, sans-serif;
}
#form-contact .dropdown-toggle, #form-contact_page .dropdown-toggle  {
    border-radius: 4px;
    background-color: #ffffff;
    color: #fff;
    border: 1px solid #e5dfdf;
    padding: 3px 33px 3px 18px;
    padding: 3px 33px 3px 26px;
    font-size: 14px;
    font-family: 'Inter';
    margin: 0.5rem 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16'%3E%3Cpath fill='%237dd1e9' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 22px 22px;
    cursor: pointer;
    box-shadow: 1px 2px 6px #1a2a4314;
}
#form-contact .dropdown-toggle p , #form-contact_page .dropdown-toggle p {
  color: #9d9898;
  margin-top: 0.3rem;
  font-size: 0.97rem;
  font-family: 'Sarabun';
  text-shadow: unset;
}
.wpcf7 form p br {
  display: none;
}
div#dropdownMenu p {
  color: #fff;
  font-size: 0.9rem;
}
#form-contact .dropdown-menu, #form-contact_page .dropdown-menu{
    display: none;
    padding: 8px 12px;
    background-color: #fff;
    cursor: pointer;
    border-radius: 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #5e5555;
    border: 1px solid #e7e7e7;
    padding: 4px 33px 4px 20px;
    font-size: 14px;
    font-family: 'Inter';
    position: absolute;
    z-index: 9;
}
.captcha-image .cf7ic_instructions span {
  font-weight: 600;
  letter-spacing: 0px;
  color: #0591bd;
}
#form-contact .dropdown-menu label, #form-contact_page .dropdown-menu label {
  display: block;
  padding: 5px 10px;
  cursor: pointer;
  color: #817d7d;
  font-weight: 300;
  text-shadow: none;
  border-bottom: 1px solid #cccccc6e;
  font-size: 0.9rem;
}
#form-contact input[type="checkbox"] {
  margin-right: 8px;
}
.line-separator hr {
  height: 1px;
  border-width: 0;
  color: gray;
  background-color: #80808033;
  display: none;
}
.input-with-icon {
  position: relative;
  align-items: center;
}
.input-with-icon .material-symbols-outlined {
  position: absolute;
  right: 10px;
  color: #999;
  pointer-events: none;
}
/**************************** SECTION CATEGORIES **************************/
section#section_categorias {
  padding:3rem 0 8rem 0;
  background: #292929;
  background-color: #101828;
  background: #041e2f;
  position: relative;
}
 #section_categorias  .threecolumns__content{
  padding: 0 1rem;
}
#section_categorias .column {
  position: relative;
  border: 1px solid #89baff4a;
  border-radius: 1rem;
  box-shadow: 0px -1px 20px -15px #171d5e;
}
#section_categorias .column:hover .content_column .btn {
 background-color: var(--first-color);
 color: #fff;
 border: unset;
}
#section_categorias .column:hover .imgcolumn img {
  zoom: 1;
  filter: grayscale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* Zoom para la imagen */
.zoom-animation {
  opacity: 0; /* Imagen invisible inicialmente */
  animation: zoomIn 1.5s ease-in-out forwards;
  animation-delay: 0.5s; /* Retraso de 2 segundos */
}
@keyframes zoomIn {
  0% {
      transform: scale(0);
      opacity: 0; 
  }
  50% {
      transform: scale(1.1);
      opacity: 1;
  }
  100% {
      transform: scale(1);
      opacity: 1;
  }
}
#section_categorias .column:hover .tp-technology-shape {
  opacity: 0.6;
  visibility: visible;
  top: 0;
}
.imgcolumn {
  height: 260px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
.imgcolumn:before {
  content: "";
   background: #38353533;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  position: absolute; 
}
.lines-post-image {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
}
.lines-post-image  span:before, .lines-post-image  span:after {
  content: '';
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
 .lines-post-image  span:before {
  width: 30px;
  height: 1px;
  left: 100%;
}
 .lines-post-image span:after {
  height: 30px;
    width: 1px;
    top: 0;
}
.column:hover  .lines-post-image span:before {
  opacity: 1;
  top: 50%;
  left: 50%;
}
.column:hover  .lines-post-image span:after, .column:hover  .lines-post-image span:before {
  opacity: 1;
  top: 50%;
  left: 50%;
}
.imgcolumn:after {
  height: 280px;
  overflow: hidden;
  border: 16px solid #ffffff;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  background: #ffffff;
}
.content_column {
  padding: 10px 2rem 30px 2rem;
  position: relative;
  box-shadow: 0px 0px 4px #9494942e;
  background: white;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
p.description_column {
  color: #555864;
    font-size: 17px;
    font-weight: 400;
    margin: 1rem 0;
    line-height: 1.8rem;
    font-family: 'Inter';
    font-family: 'Sarabun';
    letter-spacing: 0px;
    margin: 0.5rem 0 2rem 0;
}
.imgcolumn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s ease;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  object-fit: cover;
  -webkit-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
  -o-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
  transition: all cubic-bezier(.4, 0, .2, 1) .4s;
}
@media screen and (min-width: 767px) {
  .section_black .threecolumns__content {
      grid-template-columns: repeat(2, 1fr);
      margin-top: 0rem;
      gap: 3rem;
      row-gap: 2rem;
  }
}
.circleicon {
  width: 82px;
  height: 82px;
  background-color: #029dcd;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 17rem;
  left: 8rem;
  border: 4px solid #0e4e81;
  display: none;
}
.circleicon span {
  font-size: 2rem;
    font-weight: 300;
}
.page-template-default #section_categorias .column {
  position: relative;
  border: unset;
  border-radius: 0.4rem;
  box-shadow: unset;
  TRANSITION: .3s ease;
  cursor: pointer;
}
h3.title_column_in {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 500;
  font-family: 'Inter';
  text-transform: uppercase;
  z-index: 9;
  letter-spacing: 0.5px;
}
.titlecolumn {
  display: block;
  top: 14rem;
  text-transform: uppercase;
  transition: .3s ease;
  z-index: 9;
  left: 50%;
  padding: 1px 1rem;
  background-color: rgb(1 160 198);
  border-bottom-right-radius: 16px;
  background: url(https://zoluxiones.com/wp-content/uploads/2022/11/erik-eastman-6zFVL4YuaM-unsplash.jpg);
  border-bottom-left-radius: 16px;
}
.titlecolumn.titlecolumn:after {
  background: linear-gradient(90deg, rgb(33 96 133 / 96%) 0%, rgb(5 113 147 / 95%) 100%);
  content: "";
  position: absolute;
  width: 100%;
  height: 49px;
  right: 0rem;
  bottom: 0rem;
  border-bottom-left-radius:16px;
  border-bottom-right-radius: 14px;
}
.hero-section-content-wrap .bg-shape {
  position: absolute;
  left: 0;
  top: 90px;
  pointer-events: none;
}
.hero-section-content-wrap .bg-shape {
  position: absolute;
  left: 0;
  top: 90px;
  pointer-events: none;
}
.hero-section-content-wrap .bg-shape2 {
  position: absolute;
  right: 0;
  top: 110px;
  pointer-events: none;
  z-index: -1;
}
.titlecolumn.large{
  position: absolute;
  top: 14.3rem;
}
.titlecolumn h3{
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin: 0.7rem 0;
  font-weight: 500;
  font-family: 'Sarabun';
  text-align: center;
  position: relative;
  text-transform: capitalize;
  display: block;
  font-size: 1.1rem;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0px;
  transition: background-size 0.4s ease;
  z-index: 9;
}
#section_categorias .column:hover h3 {
  background-size: 100% 1px;
}
.wrapbuttoncenter .btn {
  padding: 2px 4px;
}
.wrapbuttoncenter{
  display: flex;
    justify-content: center;
}
section#section_categorias .container {
  max-width: 1200px;
}
a.btn.btn_light {
  border: 2px solid #029dcd;
  color: #029dcd;
  border: 1px solid #dedede;
  color: #029dcd;
  transition: .3s ease ;
}
.btn .material-symbols-outlined{
vertical-align: middle;
font-size: 1.3rem;
}
.content_column .text-btn_blue {
  padding: 10px 30px;
  font-weight: 400;
  font-size: 1rem;
}
.image_column {
  position: relative;
}
/*============================ SEPARATOR CTA ==========================*/
#separator_CTA {
  background: url(https://zoluxiones.com/wp-content/uploads/2024/09/fondo_zolux-separator.jpg) no-repeat;
  background-position: 30% 20%;
  background-size: cover;
  padding: 5rem 0 3rem 0;
  position: relative;
  background-size: cover;
  overflow: hidden;
  height: 450px;
}
.background-overlay {
  background-color: #0e0d0d38;
  background-color: #0e0d0d21;
  background: #0e0d0dba;
  background: #02183bbf;
  opacity: 0.99;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
#separator_CTA .container {
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
#separator_CTA .onecolumns__content {
  margin-top: 3rem;
}
#separator_CTA .wc-btn-wrapper.style-1 {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
@media screen and (min-width: 940px) {
  .text_center_big p {
      text-align: center;
      font-size: 3.5rem;
      line-height: 3.7rem;
      width: 70%;
  }
}
@media screen and (min-width: 767px) {
  .text_center_big p {
      font-size: 3rem;
      line-height: 3.4rem;
      width: 80%;
  }
}
.text_center_big p {
  text-align: center;
  font-size: 2.5rem;
  line-height: 3rem;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  letter-spacing: -2px;
  font-family: 'Outfit';
}
/*============================ CSS PARA SUBPAGINAS  ==========================*/
.twocolumns__content .slider__data {
  position: relative;
  overflow: hidden;
  margin-top: 3rem;
  margin-left: 2rem;
}
.animated-text:nth-child(2) {
  animation-delay: 1s;
}
.animated-text {
  opacity: 0;
  transform: translateX(-100%);
  animation: slide-in 1s forwards;
}
.section__title_slider {
  font-size: 2.5rem;
  line-height: 2.8rem;
  font-weight: 600;
  letter-spacing: -0.2rem;
  color: var(--first-color);
  margin-bottom: 1rem;
}
.slider .section__description {
  font-size: 1.2rem;
  font-family: 'Sarabun';
  margin-bottom: 2rem;
  line-height: 2rem;
  font-weight: 400;
  color: #ffffff;
  width: 100%;
}
.animated-text {
  opacity: 0;
  transform: translateX(-100%);
  animation: slide-in 1s forwards;
}
.content_btns {
  border-radius: 50rem;
  display: flex;
  gap: 0rem;
}
.content__imghome {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider .imghome__onecolumn {
  z-index: 1;
  position: relative;
  width: unset;
  height: unset;
  overflow: unset;
  border-radius: unset;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.section__title_slider {
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: 600;
text-align: center;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 1rem;
}
.dot-icon-svg {
  fill: #029dcd;
  transition: fill 0.3s;
  width: 7px;
  vertical-align: middle;
  margin: 0 3px 3px 0;
}
button.accordion-header_zx span {
  vertical-align: sub;
}
button.accordion-header_zx .material-symbols-outlined {
  margin-right: 0.5rem;
  font-size: 1.4rem;
}
.accordion-content .material-symbols-outlined {
  font-size: 1.3rem;
 vertical-align: middle;
}
 .vt-service-pattern {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 436px;
  position: absolute;
}
 section#section_categorias .titleonecolumns {
  color: #fff;
  font-weight: 300;
}
section#section_categorias .titlemessageservice-small p {
  color: #cccccc;
} 
section#section_categorias .buble_intro {
  background: #cbe3eb17;
  color: #2fc0e5;
}
 .content_title_column_in {
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  height: 48px;
  padding: 1rem 3rem;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 999;
  text-align: center;
  display: none;
}
.content_title_column_in::before{
  BACKGROUND: linear-gradient(90deg, #0019aff0 0%, #0632bef0 50%, #061fa2f2 100%);
  background: #05789b;
  content: "";
  position: absolute;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  width: 66%;
  height: 49px;
  right: 3.5rem;
  bottom: 0rem;
  margin: 0 auto;
}
.flag_and_text
{
  display: flex;
  gap: 1rem;
  align-items: center;
}
.flag_and_text img {
  width: 1.5rem;
}

/******************************  ACCORDION******************************/
.accordion-item {
  border-bottom: 1px solid #3f8fb51a;
  background: #029dcd12;
  margin: 0.4rem 0;
}
.accordion-item:last-child {
  border-bottom: none; /* Remueve el borde del último */
}
.accordion-header {
  padding: 0.8rem 2.5rem;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-family: 'Sarabun';
  font-size: 15px;
  font-weight: 600;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff0d;
  color: #166a85;
  color: #47484e;
}
.accordion-item.active .accordion-header {
  background: #029dcd;
  color: white;
  border-radius: 0.3rem;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  padding: 0;
}
.accordion-content p {
  padding: 0.5rem 30px;
  color: #6f7173;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8rem;
  font-family: 'Sarabun';
  letter-spacing: 0px;
}
.accordion-item.active .accordion-content {
  max-height: 300px; /* O el tamaño máximo que necesites */
  opacity: 1;
}
.accordion-icon {
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}
.image-section img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 8px;
}
.column:hover  {
  position: relative;
  border: unset;
  border-radius: 1rem;
  box-shadow: unset;
  box-shadow: 0px -1px 20px -15px #0e1ed3;
  box-shadow: 0px 20px 40px rgba(3, 15, 39, 0.10);
  -moz-box-shadow: 0px 20px 40px rgba(3, 15, 39, 0.10);
  -webkit-box-shadow: 0px 20px 40px rgb(28 29 32 / 66%);
  z-index: 1;
}
.footer .column:hover  {
  box-shadow: unset;
}
/************************ SECCION GALERIA ********************************************/
/* Estilo para el overlay */
.gallery-overlay {
  display: none; /* Oculto por defecto */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.5s;
}
.gallery-content {
  position: relative;
  max-width: 80%;
  max-height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-content img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  animation: scaleIn 0.5s;
}
/* Botón de cerrar */
.close-gallery {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: white;
  cursor: pointer;
  transition: color 0.3s ease;
  background: #029dcd8f;
  border: 7rem;
  padding: 1rem;
  border-radius: 10rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-gallery:hover {
  color: #052b4b;
}
/* Animaciones */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes scaleIn {
  from { transform: scale(0.8); }
  to { transform: scale(1); }
}
#head-subpages {
  position: relative;
  background-size: cover !important;
  background-position: 50% 40% !important;
  height: 400px !important;
  background-color: #00255e !important;
}
button#btn-mission, button#btn-vision {
  padding: 0.6rem 2.6rem;
  font-size: 0.9rem;
  font-family: 'Sarabun';
  font-weight: 500;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.btn-active {
  background-color: #3cac2c;
}
.step-content {
   text-align: center; 
}
.image_content {
  width: 90%;
  margin: 0 auto;
}
.image_content img {
  border-radius: 1rem;
}
/************************ SUBPAGINA NOSOTROS ***************************************/
section.section_intro_about {
  margin:3rem 0 1rem 0;
  position: relative;
}
section.section_intro_about   .content-imghome-welcome {
  width: 580px;
   height: unset;
}
section.section_intro_about .content-imghome-welcome img {
  width: 85%;
}
.section_intro_about .twocolumns__content {
  margin-top: 1rem;
  row-gap: 0; 
}
section#about-process {
  padding: 4em 0 5rem 0;
  background: #029dcd05;
}
#mision-vission {
  background: #f9f9f9;
  padding: 5rem 0;
}
.text-two-columns {
  display: flex;
  gap: 4rem;
}
.text {
  padding: 0.3rem 0;
  color: #5b6368;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8rem;
  text-align: left;
  font-family: 'Sarabun';
  letter-spacing: 0px;
  text-shadow: 0px 0px 1px #566e7c8a;
}
.underline
{
  text-decoration: underline;
}
.center
{
  display: inline-flex;
  text-align: center;
}
.centertotal
{
  width: 80%;
    margin: 0 auto 2rem auto;
    text-align: center;
}
.justfy
{
  display: inline-flex;
  text-align: justify;
}
.t-1-05{
  font-size: 1rem;
}
.t-1-1{
  font-size: 1rem;
}
.t-1-2{
  font-size: 1.2rem;
}
.t-1-3{
  font-size: 1.3rem;
}
.t-1-4{
  font-size: 1.2rem;
}
.t-1-5{
  font-size: 1.2rem;
}
.t-1-7{
  font-size: 1.7rem;
}
.gray{
  color: #5b6368;
}
.skyblue{
  color: #029dcd;
}
.black{
  color: #2c2d2e;
}
.w4
{
  font-weight: 400;
}
.w5
{
  font-weight: 500;
}
.w6
{
  font-weight: 600;
}
.twocolumnstextsmall {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
p.text.t-1-5.skyblue.w6 span {
  font-weight: 600;
  vertical-align: middle;
  font-variation-settings: "FILL" 1;
  font-size: 20px;
}
.titleonecolumn-alt {
  font-size: 26px;
  line-height: 2.2rem;
  font-weight: 600;
  letter-spacing: -1px;
  color: #343434;
  width: 92%;
  margin: 0 auto 1rem auto;
  font-family: 'Inter';
  text-align: center;
}
/* Contenedor principal */
.timeline-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 5px;
}
/* Timeline */
.timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  gap: 1rem;
  height: 220px;
}
/* Estilo de cada paso */
.timeline-step {
  text-align: center;
  flex: 1;
  position: relative;
  cursor: pointer;
  border-radius: 1rem;
    padding: 2rem 0.5rem;
}
.timeline-step.active .step-content p {
  color: #029dcd;
  font-weight: 500;
  text-decoration: underline;
}
.timeline-step.active {
border-radius: 1rem;
padding: 2rem 0.5rem;
}
/* Círculo de cada paso */
.step-circle {
  width: 38px;
  height: 38px;
  background-color: #ddd; /* Gris por defecto */
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto;
  z-index: 2;
  transition: .3s ease all;
}
.timeline-step.active .step-circle {
  background-color: #029dcd; /* Azul para el paso activo */ 
}
/* Línea que conecta los pasos */
.timeline-step::after {
  content: '';
  position: absolute;
  top: 23%;
  left: 102%;
  width: 100%;
  border-radius: 6rem;
  height: 2px;
  background-color: #a3e8ff;
  z-index: -1;
  transform: translateX(-50%);
}
.timeline-step:last-child::after {
  display: none;
}
.timeline-step h3 {
  font-size: 18px;
  color: #494949;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 1rem;
  font-family: 'Sarabun';
  background: #44444408;
  display: inline-block;
  padding: 0.2rem 2rem;
  border-radius: 2rem;
}
.step-content p {
  font-size: 1.1rem;
  color: #5f5e5e;
  width: 85%;
  text-align: center;
  display: inline;
  font-weight: 400;
}
.content-container {
  margin-top: 1rem;
  transition: all 0.5s ease-in-out;
}
.content-container .step-content-item {
  display: block;
  opacity: 1;
  transition: opacity 0.5s ease, transform 0.5s ease;
  margin-bottom: 4rem;
}
.step-content-item-center{
  align-items: flex-start !important;
}
.step-content-item-center  .content-left {
  width: 100% ;
}
.content-container .step-content-item.active {
  display: block;
  opacity: 1;
  transform: translateY(0); /* Asegura que el contenido aparezca desde abajo */
}
.content-container .content-left {
  width: 50%;
}
.content-container .content-right {
  width: 50%;
  display: flex;
      justify-content: center;
}
.content-container img {
  height: auto;
  width: 90%;
  opacity: 1;
  margin: 0 auto;
  transition: opacity 0.6s ease;
  border-radius: 0.8rem;
}
.content-container .step-content-item.active img {
  opacity: 1; /* La imagen aparecerá al hacer visible el contenido */ 
}
.content-left p {
  font-family: 'Inter';
  text-shadow: unset;
  padding: 0.3rem 0rem 0 0;
  font-family: 'Sarabun';
  letter-spacing: 0px;
  text-shadow: 0px 0px 1px #566e7c8a;
}
/* Estilo del paso por defecto (Paso 1 visible y activo) */
.timeline-step:first-child .step-circle {
  background-color: #029dcd; /* Azul para el primer paso */
}
.timeline-step:first-child .step-content {
  display: block; /* Mostrar contenido del primer paso por defecto */
}
.content-container {
  display: block; /* Mostrar la sección de contenido de inmediato */
}
.fade {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.fade.show {
  opacity: 1;
}
/* Hacer que el timeline sea responsive */
@media (max-width: 768px) {
  #section_intro{
    padding: 3rem 0 ; 
  }
  .timeline {
    flex-direction: column;
    align-items: flex-start;
    display: none;
  }
  .timeline-step::after {
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .step-circle {
    margin-bottom: 10px;
  }
  .step-content {
    text-align: left;
  }
  .content-container {
    flex-direction: column;
  }
  .content-container .content-left,
  .content-container .content-right {
    width: 100%;
  }
}
.twocolumns__content.grid__intro.grid.pre_content {
    align-items: baseline;
    margin-bottom: 3rem;
}
/************************ SECCION FORMULARIO ***************************************/
.head_content-contacform {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
  background: url(http://localhost:90/zoxrobotics-new/wp-content/uploads/2024/12/Formulario-Imagne-1-1.jpg);
  background-position: 0% 70%;
}
.onecolumns__contact-form {
  display: block;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  background: #3e3e3e;
  max-width: 1260px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  background-color: #9eafb517;
  padding-bottom: 5rem;
  border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
.contentformcontact-wrap {
  position: relative;
  width: 80%;
  flex-wrap: wrap;
  align-content: flex-start;
}
.head_content-contacform:before {
  content: "";
  background: #00000078;
  position: absolute;
  width: 100%;
  height: 400px;
}
.onecolumns__contact-form:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgb(26 177 38 / 7%) 2px, #16a53d00 2px);
  background-size: 20px 20px;
  opacity: 0.6;
  z-index: -1;
}
#form-contact .buble_intro {
  background: #7bcce733;
  color: #12ccfb;
  margin-bottom: 0.5rem;
  font-size: 0.74rem;
}
ul.list-dark {
  color: #060815;
  line-height: 1.6rem;
  font-size: 0.8rem;
  font-family: 'Plus Jakarta Sans';
  letter-spacing: -0.5px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: 700;
  font-weight: 600;
  font-family: jost, Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -.08px;
}
ul.list-dark  li.aos-init.aos-animate {
  background: #ffff;
  MARGIN: 0.5REM;
  padding: 0.4rem 1rem;
  border-radius: 4rem;
  font-size: 16px;
  display: flex;
  align-items: center;
  border: 1px solid #029dcd33;
  font-family: 'Sarabun';

}
span.material-symbols-outlined.check {
  margin-right: 0.6rem;
  flex-shrink: 0;
  font-weight: 600;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #6fb4c9;
  display: flex;
  flex-direction: inherit;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
}
.contentformcontact-left {
  width: 100%;
}
.column-mixed {
  position: relative;
  min-height: 1px;
  display: flex;
}
.section__title-big {
  font-size: 1.05rem;
  line-height: 1.4rem;
  letter-spacing: -1px;
  margin: 2rem 0 1rem 0;
  font-family: 'Nunito';
  font-weight: 600;
}
.contentformcontact-space {
  height: 50px;
}
.contentformcontact-msg {
  padding: 1rem 1rem 2rem 2rem;
}
p.msgsolutions {
  font-size: 2.1rem;
  line-height: 2.8rem;
  color: var(--body-color);
  font-family: "Jost", sans-serif;
  font-size: 39px;
  line-height: 3rem;
  font-weight: 600;
  letter-spacing: 0px;
  color: #ffffff;
  font-family: 'Sarabun';
}
#form-contact {
  padding: 2rem 0 5rem 0;
}
@media screen and (min-width: 940px) {
  p.msgsolutions {
   
    font-size: 2.8rem;
}
  .onecolumns__contact-form {
      padding-left: 80px;
      padding-right: 50px;
  }
  .contentformcontact-space {
    height: 150px;
}
  .section__title-big {
    line-height: 1.9rem;
    font-family: 'Inter';
    letter-spacing: -0.5px;
    margin: 2rem 0;
    font-size: 18px;
    font-weight: 500;
    color: #10576c;
}
}
@media screen and (min-width: 767px) {
  .onecolumns__contact-form {
      padding-left: 60px;
      padding-right: 40px;
      display: flex !important; 
  }
  .contentformcontact-left {
    width: 50%;
}
.contentformcontact-space {
  height: 60px;
}
p.msgsolutions {
  font-size: 2.4rem;
  line-height: 3rem;
}
.formcontact_pages-right {
  width: 52%;
  margin-block-start: -220px;
}
}

@media screen and (min-width: 768px) {
  
}
/******************************* SWIPPER  SLIDER ***********************************/
.swiper-pagination-metaverso {
  display: flex;
      justify-content: center;
      gap: 10px;
      margin-top: 1rem;
      bottom: 15px;
      left: 50%;
      display: none;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgb(100 94 94 / 27%);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.swiper-pagination-bullet.active {
  background-color: rgb(112 112 112);
  width: 12px;
  height: 12px;
}
.swiper-container:hover .control-btn-metaverso {
  background: rgb(219 219 219 / 48%);
  border: none;
  color: rgb(83 94 97 / 24%);
  padding: 0.5rem 1.4rem;
  cursor: pointer;
  font-size: 2rem;
  border-radius: 0.4rem;
}
.swiper-container {
  position: relative;
  width: 100%;
  height: 100%; /* Ajusta segÃºn el tamaÃ±o deseado */
}
.swiper-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.swiper-slide{
  min-width: 100%;
  box-sizing: border-box;
  display: flex; /* Convierte la columna en flexbox */
    justify-content: center;
    opacity: 0;
    transform: scale(1.1);
  transition: opacity 1s ease, transform 1s ease; /* Transición suave */
}
.swiper-slide.active {
  opacity: 1;
  transform: scale(0.9);
  z-index: 1; /* Muestra la diapositiva activa encima de las demás */
}
.swiper-container {
  position: relative;
  width: 100%;
  height: 100%; /* Ajusta segÃºn el tamaÃ±o deseado */
  margin-top: -2rem;
}
.swiper-slide img {
  width: 90%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 0.4rem;
  margin-top: 2rem;
}
/* Estilos para los controles del slider */
.slider-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
/* Estilos para los controles del slider */
.slider-controls-metaverso {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.control-btn-metaverso {
  background: rgb(219 219 219 / 28%);
  border: none;
  color: rgb(83 94 97 / 24%);
  padding: 0.5rem 1.4rem;
  cursor: pointer;
  font-size: 2rem;
  border-radius: 0.4rem;
  transition: .3s ease all;
}
.twocolumns__content.intro-metaverso.grid__intro.grid {
  gap: 0;
}
   .content-imghome-metaverso {
    position: relative;
    width: 100%;
    max-width: 100%; /* Ajusta segÃºn el tamaÃ±o deseado */
    margin: auto;
    overflow: hidden;
}

@keyframes slide-in {
  to {
      opacity: 1;
      transform: translateX(0);
  }
}
@media screen and (min-width: 576px) {
  .content_btns {
      gap: 2rem;
  }
    .section__title_slider {
        font-size: 3.5rem;
        line-height: 3.5rem;
  }
}

@media screen and (min-width: 940px) {
  .menu-menu-principal-container .menu-item-has-children:hover > .dropdown-menu,
  .menu-menu-principal-container .menu-item-has-children .dropdown-menu:hover {
    display: flex;
    position: absolute;
  }
     p.msgsolutions {
        font-size: 3.4rem;
        line-height: 4rem;
    }
 
    .section__title_slider {
      font-size: 4.5rem;
      line-height: 4.5rem;
    }
    .animated-text {
      text-align: left;
  }
    .twocolumns__content {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 2rem;
        align-items: center;
    }

}

/*============================ CSS PARA SUBPAGINAS  ==========================*/

.about2-tabs .nav-item button.active {
  background: var(--primary_color);
  color: #ffffff;
  transition: .0s;
}
.about2-tabs .nav-item button {
  border: none;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  color: rgb(255 255 255);
  background: #2dacd3;
  gap: 15px;
  font-family: 'Inter';
  padding: 3px 30px 3px 8px;
  transition: .5s;
  font-size: 16px;
  margin: 0rem auto 0.5rem auto;
}
.about2-tabs .nav-item button.active .icon {
  background: #ffffff;
}
.about2-tabs .nav-item button .icon {
  display: inline-flex;
  background: rgb(19 81 216 / 10%);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
/*============================ SCROLL UP ==========================*/
.scroll-up.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-up {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #b4b4b9;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  transition: all 200ms linear;
}
.scroll-up {
  position: fixed;
  z-index: 1000; /* Asegura que esté sobre otros elementos */
  cursor: pointer;
}
.scroll-circle path {
  stroke: #00769b; /* Color del borde que se pinta */
  fill: transparent; /* Sin relleno */
  stroke-width: 4; /* Grosor del borde */
  stroke-dasharray: 307.919, 307.919; /* Longitud total del borde */
  stroke-dashoffset: 307.919; /* El círculo empieza sin pintar */
  transition: stroke-dashoffset 0.1s linear; /* Suaviza el efecto */
}
.scroll-up::after {
  position: absolute;
  font-family: 'Material Symbols Outlined';
  content: "north";
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  color: #00769b;
  left: 0;
  top: 0;
  font-size: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}
.box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s cubic-bezier(.5,1,.89,1);
  transition: all .4s cubic-bezier(.5,1,.89,1);
}
.slider-section .container{
  margin: unset;
}
/* Estilo para la sección del slider, para que ocupe todo el ancho y altura */
.slider-section {
  position: relative;
  width: 100%; /* Ancho completo */
  height: 70vh; /* Alto del slider */
  max-height: 700px; /* Altura máxima */
  background-image: url('http://localhost:90/zoxrobotics-new/wp-content/uploads/2024/12/robot-2-4.jpg');
  background-size: cover; /* Para que la imagen cubra el área */
  background-position: center; /* Centrado de la imagen */
  background-repeat: no-repeat;
  display: flex; /* Usamos flexbox para controlar la alineación del contenido */
  align-items: center; /* Centrado vertical */
  justify-content: flex-start; /* Alineación a la izquierda */
}
/* Capa oscura para hacer que el texto sea legible */
.slider-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Fondo oscuro translúcido */
  display: flex;
  justify-content: flex-start; /* Alineación a la izquierda */
  align-items: center; /* Centrado vertical */
  padding: 1rem 2rem; /* Espaciado interno */
}
/* Contenido del slider (Texto) */
.slider-content {
  color: white;
  max-width: 800px; /* Máximo ancho del contenido */
}
/* Título animado */
.slider-title {
  font-size: 50px;
  font-weight: bold;
  margin: 0;
  animation: fadeInLeft 1.5s ease-in-out forwards;
  color: white;
}
/* Subtítulo animado */
.slider-subtitle {
  font-size: 20px;
  margin: 1rem 0 0;
  animation: fadeInLeft 2s ease-in-out forwards;
  color: white;
}
/* Animación fadeIn desde la izquierda */
@keyframes fadeInLeft {
  0% {
      opacity: 0;
      transform: translateX(-50px);
  }
  100% {
      opacity: 1;
      transform: translateX(0);
  }
}
/* Responsividad */
@media screen and (max-width: 768px) {
  .slider-title {
      font-size: 30px;
  }

  .slider-subtitle {
      font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .slider-title {
      font-size: 24px;
  }

  .slider-subtitle {
      font-size: 14px;
  }
}
#limpieza_avanzada{
  background-image: url('http://localhost:90/zoxrobotics-new/wp-content/uploads/2024/12/Categoria-largo-horizontal4-4.jpg');
}
#sociales_publicitarios{
  background-image: url('http://localhost:90/zoxrobotics-new/wp-content/uploads/2024/12/Categoria-largo-horizontal3-5.jpg');
}
#reparto_seguro{
  background-image: url('http://localhost:90/zoxrobotics-new/wp-content/uploads/2024/12/Categoria-largo-horizontal2-5.jpg');
}
#delivery_onsite{
  background-image: url('http://localhost:90/zoxrobotics-new/wp-content/uploads/2024/12/Categoria-largo-horizontal1.jpg');
}
/* Estilo para la sección del slider con la imagen de fondo */
.slider_zx {
  position: relative;
  width: 100%;
  height: 450px; /* Alto del slider */
  max-height: 700px; /* Altura máxima */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center; /* Centrado vertical */
  justify-content: flex-start; /* Alineación a la izquierda */
}
.slider_zx .twocolumns__content {
  row-gap: 1rem;
  padding-top: 3rem;
  justify-items: center;
}
.slider-title_zx {
  font-size: 28px;
}
/* Contenedor del texto dentro del slider */
.container_zx {
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  max-width: 1200px;
}
/* Contenido del slider (Texto) */
.slider-content_zx {
  color: white;
  max-width: 800px; /* Máximo ancho del contenido */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; /* Alineación del contenido a la izquierda */
  text-align: left; /* Alineación del texto a la izquierda */
}
main.content__total {
  margin-top: 6rem;
}
/* Título animado */
.slider-title_zx {
  font-size: 30px;
  font-family: 'Sarabun';
  font-weight: 700;
  margin: 0;
  animation: fadeInLeft_zx 1.5s ease-in-out forwards;
  color: white;
  text-align: center;
  letter-spacing: 0;
}
/* Subtítulo animado */
.slider-subtitle_zx {
  font-size: 20px;
  margin: 1rem 0 0;
  animation: fadeInLeft_zx 2s ease-in-out forwards;
  color: white;
  display: none;
}
.btn_simple {
  background: #029dcd;
  border-radius: 5rem;
  padding: 1rem 2rem;
  display: inline-flex;
  margin-top: 1rem;
}
/* Animación fadeIn desde la izquierda */
@keyframes fadeInLeft_zx {
  0% {
      opacity: 0;
      transform: translateX(-50px);
  }
  100% {
      opacity: 1;
      transform: translateX(0);
  }
}
/* Responsividad */
@media screen and (min-width: 550px) {
  .slider-title_zx {
    font-size: 34px;
    text-align: center;
  }
}
@media screen and (min-width: 940px) {
  .slider_zx {
    height: 550px; 
  }
  .slider-title_zx {
    font-size: 48px;
    text-align: left;
}
  }
  @media screen and (min-width: 1200px) {

  .slider_zx {
    height: 600px;
  }
  .slider-subtitle_zx {
    display: block;
    font-size: 22px;
    line-height: 2.3rem;
}
  .slider-title_zx {
    font-size: 66px;
    text-align: left;
}
}
.slider_image.limpieza {
  width: 70%;
  height: auto;
  object-fit: contain;
}
.slider_image.publicitarios {
  width: 60%;
}
.slider_image.reparto_seguro {
  width: 80%;
}
.slider_image.onsite_robots {
  width: 70%;
}
/*============================ FOOTER ==========================*/
.footer .column.aboutfooter svg {
    width: 25px;
    stroke: #fff;
    fill: #fff;
	margin-right: 0.5rem;
}
.svg_icon_instagram, .svg_icon_linkedin{
    width: 22px ;
}
footer.footer:after {
  background: url(https://www.delweratjk.com/fax-it/wp-content/themes/fax-it/assets/images/service_bg_shapes.png);
  position: absolute;
  content: "";
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: .05;
}
.footer .column .text__description span {
  color: #c3c3c3;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: -0.4px;
  background: #0f93bc;
  padding: 0.7rem;
  border-radius: 10rem;
}
.icon_text_footer {
  display: flex;
      margin-bottom: 0.5rem;
      gap: 0.9rem;
      align-items: flex-start;
}
.icon_text_footer span {
  color: #029dcd;
  font-weight: 400;
  font-size: 1.4rem;
  border-radius: 10rem;
}
.icon_text_footer p {
  margin: 0;
  color: #aeaeae;
}
footer.footer {
  padding: 2rem 0 0 0;
  z-index: 1;
  position: relative;
  background: #0f1a2e;
  background-size: cover;
}
.footerfinal {
  display: flex;
  padding: 0.5rem 0;
  position: relative;
  justify-content: space-between;
  border-top: 1px solid #37353561;
  margin-top: 0rem;
  padding: 1rem 0;
}
.column {
  position: relative;
}
.footer__content .fourcolumns__content {
  gap: 3rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  row-gap: 0.5rem;
}
.footer__content nav {
height: unset;
}
.footer .head-column p {
  color: #FFFFFF;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 9px;
  letter-spacing: 0px;
}
.footer .menu-columns  .list li a:before {
  font-family: 'Material Symbols Outlined';
  content: "check";
  vertical-align: baseline;
  margin-right: 0.2rem;
  font-size: 1rem;
  font-weight: 700;
  color: #029dcd;
}
.menu-columns {
  display: flex;
  justify-content: space-between;
  gap: 20px; /* Espacio entre columnas */
}
.menu-columns .first-column,
.menu-columns .second-column {
  flex: 1;
}
.menu-columns .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-columns .list li {
  margin-bottom: 5px;
}
.footer li.menu-item {
  padding: 0;
  border-bottom: none;
}
.rights {
  text-align: center;
  margin-top: 2rem;
  padding-top: 0.4rem;
  color: #9e9e9e;
  padding-bottom: 0.5rem;
  font-weight: 500;
  position: relative;
  font-size: 0.9rem;
}
.footer img {
  width: 40%;
  padding-bottom: 0.5rem;
}
.footer .text__description {
  margin-bottom: 1rem;
}
.footer ul.list li {
  padding-left: 1.5rem; /* Ajusta el espacio para el icono */
    text-indent: -1.5rem; /* Sangrado negativo para la primera línea */
    line-height: 1.5; /* Ajusta la altura de línea si es necesario */
}
.footer .nav__link, .footer .text__description, .footer .list li a {
  color: #d7d7d7;
  font-family: 'Sarabun';
  font-weight: 400;
  font-size: 1.1rem;
  letter-spacing: -0.2px;
  font-weight: 400;
  font-size: 1rem;
}
.footer__content p {
  font-weight: 400;
  font-family: 'Inter';
  font-size: 0.9rem;
  color: #dddddd;
}
.footer .zoluxiones-separator-block
{
  width: 70px;
  z-index: 999;
  display: block;
  position: relative;
  height: 2px;
  margin-bottom: 2rem;
  background: #2d80cd;
}
.footer .zoluxiones-separator-block-gap {
  width: 50px;
  background: #0faee0;
  height: 2px;
  border-radius: 3rem;
}
.iconos__socialesfooter {
  margin-top: 1.6rem;
}
.aboutfooter i.bx {
  background: #5c5e5b;
  padding: 0.4rem;
  border-radius: 3rem;
  font-size: 1.3rem;
  margin-right: 0.5rem;
  color: #ffffff;
  transition: .3s ease;
}
.footer__content.container {
  padding-bottom: 0rem;
  z-index: 99;
  position: relative;
}
.head-column {
  margin-left: 0.4rem;
}
.footer i.bx.bx-chevron-right {
  color: #3bac2b;
}

@media screen and (min-width: 1040px) {
 .fourcolumns__content {
      grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 490px) {
.slider_image.publicitarios {
  width: 52%;
}
  .header_main img {
    max-width: 6rem;
  }
  .slider_image.reparto_seguro {
    width: 60%;
  }
  .slider_image.onsite_robots {
    width: 50%;
  }
}

@media screen and (min-width: 576px) {
  .slider_image.onsite_robots {
    width: 40%;
  }
  .slider_image.reparto_seguro {
    width: 50%;
  }
  .slider_image.limpieza {
    width: 50%;
}
.slider_image.publicitarios {
  width: 48%;
}
  .image_column {
    width: 60%;
    margin: 0 auto;
}
  .slider_zx {
    height: 480px;
  }
  .image_content {
    width: 70%;
}
  .t-1-4{
    font-size: 1.3rem;
  }
  .titleonecolumn-alt {
    font-size: 32px;
    line-height: 2.7rem;
  }
  .contentformcontact-msg {
    padding: 1rem 1rem 2rem 3rem;
  }
  .imgcolumn {
    height: 260px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    position: relative;
}
  .container {
    padding-left: 20px;
    padding-right: 20px;
}
  .swiper-slide img {
    width: 60%;
    height: auto;
}
  .accordion-header {
    font-size: 16px;
  }
  .titleonecolumns {
    font-size: 36px;
    line-height: 2.9rem;
  }
	.content_list_twocolumns {
 flex-direction: row;
}
  .footer img {
    width: 60%;
}
  .nav__toggle {
    font-size: 1.5rem;
    margin-top: 0.5rem;
    padding: 0.6rem;
  }
  .fourcolumns__content {
      gap: 1rem;
      grid-template-columns: repeat(2, 1fr);
  }
  .header-logo-movil img {
    z-index: 9999;
    max-width: 10rem ;
  }
  .header_main img {
    max-width: 7rem;
  }

  a.btn.btn_blue
  {
    display: block;
  }
}

@media screen and (min-width: 712px) {
  ul.list-main li {
    color: #010630;
    display: flex;
    margin-bottom: 0.6rem;
    font-family: 'Inter';
    font-weight: 500;
    align-items: center;
    font-size: 17px;
    gap: 0.5rem;
  }
}

@media screen and (min-width: 767px) {
  .slider_image.onsite_robots {
    width: 70%;
  }
  .slider_image.reparto_seguro {
    width: 80%;
}
  .slider_image {
    justify-self: end;
}
  .slider_image.limpieza {
    width: 80%;
}
.slider_image.publicitarios {
  width: 80%;
}
  .image_column {
    width: unset;  
}
  .slider_zx {
    height: 400px;
  }
  .slider-title_zx {
    font-size: 34px;
}
.slider-subtitle_zx {
    font-size: 18px;
}
.slider-subtitle_zx {
 display: block;
}
.slider-content_zx {
  justify-content: unset; 
   align-items: unset; 
}
.slider-title_zx {
  font-size: 44px;
  text-align: left;
  line-height: 3.3rem;
}
.container_zx { 
    margin-top: 3rem;
}
/* Estilo para el container */
.slider_zx .twocolumns__content
{
  grid-template-columns: 52% 1fr;
  margin-top: unset;
  align-items: center;
  gap: 1rem;
   padding-top: 3rem; 
}
  .step-content-item-center  .content-left {
    width: 70% !important;
  
  }
  .content-container .content-right {
    justify-content: flex-end;
}
    .section__title_slider {
        font-size: 3.5rem;
        line-height: 4rem;
        text-align: left;
    }
 
    .slider {
      background-image: url(http://localhost:90/zoxrobotics-new/wp-content/uploads/2024/12/robot-2-4.jpg);
  }
  .twocolumns__content .slider__data {
    display: grid;
    place-items: center; /* Centra vertical y horizontalmente */
    height: 50vh; /* Ocupa toda la altura del viewport */
    margin-top: 0; /* No necesitas margin-top con este método */
}
  .image_content {
    width:50%;
}
  section.section_intro_about {
    margin: 4rem 0 2rem 0;
}
  section#about-process {
    padding: 5em 0 5rem 0; 
  }
  .t-1-5{
    font-size: 1.3rem;
  }
  .titleonecolumn-alt {
    font-size: 36px;
    line-height: 3rem;
}
.titleonecolumn-alt {
  width: 84%;
}
  #form-contact {
    padding: 5rem 0 5rem 0;
}
  .imgcolumn {
    width: unset;
  }
  .container {
    padding-left: 30px;
    padding-right: 30px;
}
.swiper-slide img {
  width: 40%;
  height: auto;
}
  .content_titlestwocolumns {
    margin-bottom: 2rem;
  }
  .accordion-content p {
    font-size: 17px;
  }
  .t-1-05 {
    font-size: 1.05rem;
}
  .titleonecolumns {
    font-size: 42px;
    line-height: 3.4rem;
    width: 80%;
}
.accordion-content {
  padding: 0 1rem;
}
.accordion-header_zx {
  font-size: 17px;
}
  .titlemessageservice-small p {
    width: 90%;
  }
  .zolux-x-close {
    display: none;
  }
  .footer img {
    width: 100%;  
  }
  .fourcolumns__content {
    gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
}

}
@media screen and (min-width: 880px) {
  .timeline-container {
    padding: 0px 0px;
  }
  .content-container .step-content-item.active {
    display: flex;
    opacity: 1;
    transform: translateY(0); /* Asegura que el contenido aparezca desde abajo */
    align-items: center;
  }
  .content-container .step-content-item {
    display: none; 
    opacity: 0; 
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.content-left p {
  padding: 0.3rem 3rem 0 0;
}
.content-container img {
  opacity: 0;
}
.content-container .step-content-item {
  margin-bottom: 0rem;
  padding: 3rem 3rem;
  background: #ebf7fb;
  border-radius: 2rem;
}
.content-container {
  margin-top: 1rem;
}
.t-1-4{
  font-size: 1.4rem;
}

}
@media screen and (min-width: 940px) {
  .slider_image.onsite_robots {
    width: 60%;
  }
  .slider_image.publicitarios {
    width: 70%;
}
  .btns_header .btn {
    display: block;
  }
  .menu-menu-principal-container ul > li .dropdown-menu > li > a, .menu-menu-principaling-container ul > li .dropdown-menu > li > a {
    font-size: 1.1rem;
  }
  .menu-menu-principal-container .menu-item-has-children:hover > .dropdown-menu,
  .menu-menu-principal-container .menu-item-has-children .dropdown-menu:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .menu-menu-principaling-container .menu-item-has-children:hover > .dropdown-menu, .menu-menu-principaling-container .menu-item-has-children .dropdown-menu:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .menu-menu-principal-container > ul > li, .menu-menu-principaling-container > ul > li {
    width: unset;
}
  .menu-menu-principal-container ul > li .dropdown-menu > li > a, .menu-menu-principaling-container ul > li .dropdown-menu > li > a {
   padding: 12px 20px 5px !important;
}
  .menu-menu-principal-container ul li .dropdown-menu, .menu-menu-principaling-container ul li .dropdown-menu {
    display: flex;
        flex-direction: column;
        position: absolute !important;
        min-width: 310px;
        top: 100%;
        opacity: 0;
        visibility: hidden;
        margin: 2rem 0;
        transition: 0.3s;
        z-index: 3;
        text-align: left;
        pointer-events: none;
        padding: 6px 0;
        border: 1px solid #94afb52b;
        box-shadow: 0 20px 40px 0 rgba(2, 8, 66, 0.1);
        padding: 30px 24px;
        background-color: var(--white-color);
        border-radius: 0.8rem;
        border-top-right-radius: 0.6rem;
        border-top-left-radius: 0.6rem;
        max-height: 280px;
  }
  
  .grid_zx {
    grid-template-columns: 1fr 1fr; 
  }

  .slider_text {
    justify-self: flex-start;
}
  .slider_zx {
    height: 450px;
  }
  .slider-title_zx {
    font-size: 54px;
    text-align: left;
    line-height: 3.6rem;
    margin-bottom: 1.4rem;
}
.slider-subtitle_zx {
  font-size: 20px;
  line-height: 2rem;
}
  .column_content_contactform{
    padding: 30px 20px 30px 20px;
  }
  .twocolumns__content .slider__data {
    width: 80%;
}
#section_categorias  .threecolumns__content{
  padding: 0;
}
  .section_intro_about .twocolumns__content {
    margin-top: 4rem;
  }
  .twocolumns__content .slider__data {
    margin-top: 1vh;
  }
  .image_content {
    width: 90%;
}
.buble_intro-alt {
  font-size: 0.9rem; 
}
  section.section_intro_about {
    margin: 4rem 0 4rem 0;
}
  section#about-process {
    padding: 6em 0 5rem 0;
  }
  .t-1-5{
    font-size: 1.4rem;
  }
  .t-1-1{
    font-size: 1.1rem;
  }
  .titleonecolumn-alt {
    font-size: 42px;
    line-height: 3rem;
    width: 80%;
}
.titleonecolumn-alt {
}
  #form-contact {
    padding: 7rem 0 5rem 0;
}
  ul.list-dark {
     width: 110%; 
     display: grid;
         grid-template-columns: repeat(2, 1fr);
  }

  .titlecolumn h3{
    font-size: 1.2rem;
  }
  section#section_categorias {
    padding:4rem 0 8rem 0;
  }
.swiper-slide img {
  width: 75%;
}
  .content_titlestwocolumns {
    margin-bottom: 3rem;
  }
  .t-1-05 {
    font-size: 1.1rem;
}
  .container {
    max-width: 1320px;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
}
.titleonecolumns {
  font-size: 46px;
  line-height: 3.3rem;
}
  .show-backdrop {
    opacity: 0;
    visibility: hidden;
}
.menu-menu-principal-container > ul > li, .menu-menu-principaling-container > ul > li  { 
  border-bottom: none;
}
.menu-menu-principal-container ul > li .dropdown-menu > li > a, .menu-menu-principaling-container ul > li .dropdown-menu > li > a {
  margin: 0 0rem;
 line-height: 1.3rem;
}
  .menu-menu-principal-container > ul > li{
    border-bottom: none;
  }
  .menu-menu-principal-container ul > li .dropdown-menu > li > a {
    line-height: 1.7rem;
}
  .footer img {
    width: 60%;
  
}
  .left-column {
    position: sticky;
  }

  .order-1 {
    order: 1;
}
.order-2 {
  order: 1;
}
  .twocolumns__content {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2rem;
    align-items: flex-start;
  }
  .slider .twocolumns__content {
    grid-template-columns: 53% 1fr;
    /* margin-top: 4rem; */
    align-items: center;
    margin-top: 0 !important;
}
 #section_intro .twocolumns__content {
  grid-template-columns: 51% 1fr;
  margin-top: unset;
  align-items: unset;
  gap: 6rem;
  /* height: 400px; */
}
  .header {

    padding: 0.4rem 0;
  }
 
.header {
  box-shadow:unset;
}
.nav__toggle {
  display: none;
}
.content-imghome-welcome {
  width: 500px;
  height: 530px;
}
}

@media screen and (min-width: 1200px) {
  .slider_image.onsite_robots {
    width: 55%;
  }
  .slider_image.reparto_seguro {
    width: 70%;
}
  .slider_image.publicitarios {
    width: 62%;
}
  .slider-title_zx {
    font-size: 62px;  
    line-height: 3.9rem;
}
  .slider_image.limpieza {
    width: 75%;
}
  .slider_zx {
    height: 480px;
  }
    .slider_zx .twocolumns__content {      
        padding-top: 4rem;
    }
  .column_content_contactform{
    padding: 30px 30px 30px 30px;
  }
  .slider .twocolumns__content { 
    margin-top: 7rem; 
}
.twocolumns__content .slider__data {
  width: 90%;
}
  .section__title_slider {
    font-size: 4.5rem;
    line-height: 5rem;
    text-align: left;
}
  .slider {
    /* height: 75vh; */
    background-size: COVER;
  }
  section.section_intro_about {
    margin: 5rem 0 5rem 0;
}
  .t-1-5{
    font-size: 1.5rem;
  }
  .titleonecolumn-alt {
    font-size: 42px;
    line-height: 3.3rem;
    width: 80%;
}
  section#section_categorias {
    padding:5rem 0 8rem 0;
  }
  .swiper-slide img {
    height: 400px;
}
  #section_intro{
    padding:4rem 0 6rem 0;
  }
  .titleonecolumns {
    font-size: 55px;
    line-height: 3.7rem;
}
  .text_center_big p {
    line-height: 4rem;
    width: 60%;
    font-size: 3.4rem;
  }
  .right-column .content-wrapper .row-service {
    gap: 2rem;
    padding: 2rem 3rem;
    border-left: 1px solid #ccc;   
  }
  .titleonecolumns {
    font-size: 50px;
    line-height: 3.5rem;
    width: 67%;
}
.step-content-item-center img {
width: unset;
}
}

@media screen and (min-width: 1400px) {
.slider_zx {
  background-image: url('http://localhost:90/zoxrobotics-new/wp-content/uploads/2024/12/Categoria-largo-horizontal1.jpg');
}
.footer img {
  width: 50%;
}
}
@media screen and (min-width: 1040px) {
  .threecolumns__content {
      grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media screen and (min-width: 767px) {
  .threecolumns__content {
      grid-template-columns: repeat(2, 1fr);
      margin-top: 0rem;
      gap: 3rem;
  }
}
@media screen and (max-width: 940px) {
  .nav__menu {
      position: fixed;
      background-color: var(--white-color);
      top: 0;
      right: -100%;
      width: 350px;
      height: 100vh;
      transition: .3s;
      min-width: 300px;
    overflow-x: auto; /* O 'scroll' para que siempre se muestre el scrollbar */
  }
}
/*Form contacto*/

/* Estilo para el primer select */
.cf-container .cf-col-6 select.zox-form-select {
    width: 100% !important;
    padding: 12px 33px 12px 26px !important;
    border-radius: 4px !important;
    border: 1px solid #e5dfdf !important;
    background-color: #ffffff !important;
    color: #9d9898 !important;
    font-size: 14px !important;
    font-family: 'Inter', sans-serif !important;
    margin: 0.5rem 0 !important;
    position: relative !important;
    top: -7px !important;
    cursor: pointer !important;
    box-shadow: 1px 2px 6px rgba(26, 42, 163, 0.08) !important;
    appearance: none !important;

    /* Flecha personalizada */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16'%3E%3Cpath fill='%237dd1e9' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 22px 22px !important;
}

/* Hover y focus */
.cf-container .cf-col-6 select.zox-form-select:hover {
    border-color: #d1d1d1 !important;
}

.cf-container .cf-col-6 select.zox-form-select:focus {
    outline: none !important;
    border-color: #029dcd !important;
    box-shadow: 0px 0px 5px rgba(2, 157, 205, 0.5) !important;
}

/* Eliminar flecha default */
.cf-container .cf-col-6 select.zox-form-select::-ms-expand {
    display: none !important;
}

/* Estilo para el segundo select */
.cf-container .cf-col-6 select.zox-form-select2 {
    width: 100% !important;
    padding: 12px 33px 12px 26px !important;
    border-radius: 4px !important;
    border: 1px solid #e5dfdf !important;
    background-color: #ffffff !important;
    color: #9d9898 !important;
    font-size: 14px !important;
    font-family: 'Inter', sans-serif !important;
    margin: 0.5rem 0 !important;
    position: relative !important;
    top: -7px !important;
    cursor: pointer !important;
    box-shadow: 1px 2px 6px rgba(26, 42, 163, 0.08) !important;
    appearance: none !important;

    /* Flecha personalizada */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16'%3E%3Cpath fill='%237dd1e9' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 22px 22px !important;
}

.cf-container .cf-col-6 select.zox-form-select2:hover {
    border-color: #d1d1d1 !important;
}

.cf-container .cf-col-6 select.zox-form-select2:focus {
    outline: none !important;
    border-color: #029dcd !important;
    box-shadow: 0px 0px 5px rgba(2, 157, 205, 0.5) !important;
}

.cf-container .cf-col-6 select.zox-form-select2 option:focus,
.cf-container .cf-col-6 select.zox-form-select2 option:hover {
    background-color: #029dcd !important;
    color: white !important;
}

.cf-container .cf-col-6 select.zox-form-select2::-ms-expand {
    display: none !important;
}


/*mensajes de error*/

/* Estilo general del mensaje */
.wpcf7-response-output {
  border-radius: 0.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  text-align: center;
  padding: 0.8rem 1rem;
  margin-top: 1rem;
  margin-bottom: 0rem;
  max-width: 100%;
  box-sizing: border-box;
}

/* Mensaje de éxito */
.wpcf7-mail-sent-ok {
  color: #0f5132;
  background-color: #d1e7dd;
  border: 1px solid #0f5132;
}

/* Mensaje de error */
.wpcf7-validation-errors,
.wpcf7-acceptance-missing,
.wpcf7-mail-sent-ng {
  color: #dc3232;
  background-color: #fdecea;
  border: 1px solid #dc3232;
}

/* Versión responsiva para pantallas pequeñas */
@media (max-width: 480px) {
  .wpcf7-response-output {
    font-size: 0.85rem;
    padding: 0.6rem 0.8rem;
  }
}


/* Ajustar espacio debajo del botón Enviar y centrarlo */
input.wpcf7-form-control.has-spinner.wpcf7-submit.masinfo {
  display: block;
  width: 40%;
  margin: 0 auto 0rem auto; /* Centrado horizontalmente */
  cursor: pointer; /* Mostrar manito al pasar el mouse */
}

/* Ajustar espacio general en los campos de error */
.wpcf7-form-control-wrap {
  margin-bottom: 0rem; /* Para que no genere separación adicional */
}

/* Responsive para botón Enviar mensaje en pantallas pequeñas */
@media (max-width: 480px) {
  input.wpcf7-form-control.has-spinner.wpcf7-submit.masinfo {
    width: 80% !important; /* más ancho en móvil */
    min-width: unset;
  }
}

/*Iconos de contact form 7*/

.input-with-icon {
  position: relative;
}

.input-with-icon .has-icon {
  width: 100%;
  padding-right: 2.5rem; /* Espacio para el ícono a la derecha */
  box-sizing: border-box;
}

.input-with-icon .icon-right {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #666;
  pointer-events: none;
}

/* Eliminar el fondo y el borde del mensaje de error */
.wpcf7-response-output {
  background-color: transparent !important; /* Eliminar el fondo */
  color: #dc3232; /* Color de texto rojo para el error */
  border: none !important; /* Eliminar el borde */
  font-size: 0.95rem;
  font-weight: 500;
  text-align: left;
  padding: 0.8rem 1rem;
  margin-top: 1rem;
}
/*pagina politica de privacidad*/
/*Bullet*/


/* Estilos solo para la página de política de privacidad */
/* Estilos específicos para la página de política de privacidad */
.page-id-634 h1 {
  font-size: 23px !important;
  color: black;
}

.page-id-634 h2 {
  font-size: 20px !important;
  margin-top: 24px;
  color: black;
}

.page-id-634 p,
.page-id-634 li {
  font-size: 17px !important;
  color: black;
}

/* Solo listas dentro de las secciones de contenido */
.page-id-634 .privacy-section ul {
  list-style-type: disc !important;
  padding-left: 40px !important;
  margin-top: 12px;
  margin-bottom: 12px;
}

.page-id-634 .privacy-section ul li {
  display: list-item !important;
  margin-bottom: 8px;
}
/*en ingles*/ 
.page-id-650 h1 {
  font-size: 23px !important;
  color: black;
}

.page-id-650 h2 {
  font-size: 20px !important;
  margin-top: 24px;
  color: black;
}

.page-id-650 p,
.page-id-650 li {
  font-size: 17px !important;
  color: black;
}

/* Solo listas dentro de las secciones de contenido */
.page-id-650 .privacy-section ul {
  list-style-type: disc !important;
  padding-left: 40px !important;
  margin-top: 12px;
  margin-bottom: 12px;
}

.page-id-650 .privacy-section ul li {
  display: list-item !important;
  margin-bottom: 8px;
}

//cambio de tamaño imagenes zox logistic

.page-id-742 .threecolumns__content .imgcolumn img,
.page-id-769 .threecolumns__content .imgcolumn img {
    max-width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}

.page-id-742 .threecolumns__content .column,
.page-id-769 .threecolumns__content .column {
    padding: 15px;
}

/* ===========================
   Tarjetas Categorías (soft)
   scope: #section_categorias
   =========================== */

/* Radio base solo para esta sección */
#section_categorias {
  --card-radius: 18px;
}

/* Card contenedor */
#section_categorias .column {
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: var(--card-radius);
  overflow: hidden;
}

/* Wrapper de imagen + título */
#section_categorias .image_column {
  position: relative;
  border-radius: inherit;
  overflow: hidden;
  background: transparent;
}

/* Si existe el marco decorativo, se oculta solo aquí */
#section_categorias .image_column .lines-post-image {
  display: none;
}

/* Zona de imagen */
#section_categorias .imgcolumn {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: inherit;
  overflow: hidden;
}

/* Imagen: sin gaps y llenando el ancho */
#section_categorias .imgcolumn img {
  display: block;
  width: 100%;
  height: auto;         /* usa height fijo + object-fit si lo necesitas */
  object-fit: cover;    /* no afecta si height es auto */
  border-radius: inherit;
}

/* Franja de título: sin radios propios ni márgenes */
#section_categorias .titlecolumn,
#section_categorias .titlecolumn-alt {
  margin: 0;
  border: 0;
  border-radius: 0;     /* evita esquinas dobles bajo la imagen */
  background-clip: padding-box;
}

/* (Opcional) Si algún pseudo agrega borde/sombra en esta sección */
#section_categorias .image_column::before,
#section_categorias .image_column::after {
  content: none;
}

/* ====== Grid centrado y responsivo ====== */
#section_categorias .fourcolumns__content.grid__intro.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 360px));
  gap: 24px;
  justify-content: center;  /* centra las columnas en cada fila */
}

/* Breakpoints suaves */
@media (max-width: 1024px) {
  #section_categorias .fourcolumns__content.grid__intro.grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
@media (max-width: 768px) {
  #section_categorias .fourcolumns__content.grid__intro.grid {
    grid-template-columns: 1fr;
  }
}

/* ====== OPCIONAL: título superpuesto dentro de la imagen ======
   Descomenta si quieres el título pegado abajo de la foto.

#section_categorias .titlecolumn,
#section_categorias .titlecolumn-alt {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  margin: 0;
  border-radius: 0;
}
*/

