/*
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=Nunito:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

@import url('https://fonts.googleapis.com/icon?family=Material+Icons'); */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800&family=Poppins:wght@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: #767676;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 1rem 0;
  line-height: 1.8rem;
  font-family: 'Outfit';
  letter-spacing: -0.3px;
  text-shadow: 0px 0px 1px #566e7c8a;
}
/* Ajustes generales */
.container {
  max-width: 1240px;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.header .container {
    padding-left: 20px;
    padding-right: 20px;
}
.grid {
  display: grid;
  gap: 3rem;
  row-gap: 2rem;
}
/*=============== HEADER & NAV ===============*/
/* Ajustes generales */
.container {
  max-width: 1320px;
  max-width: 1240px;
  margin: 0 auto; 
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
.header .container {
  max-width: 1360px;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}
.grid {
  display: grid;
  gap: 3rem;
  row-gap: 2rem;
}
.icon_mail{
  font-size: 1.1rem !important;
  vertical-align: middle;
  color: #ffffff;
  padding: 0 0.4rem 0 0;
  border-radius: 5rem;
  font-weight: 600;
  font-variation-settings: "FILL" 1;
}
li#menu-item-71 {
  background: #3533ff;
  padding: 0.3rem 2rem;
  position: relative;
}
li#menu-item-71:after {
  background: #3533ff;
  content: "";
  width: 12px;
    height: 12px;
    width: 8px;
    height: 8px;
    bottom: -8px;
    left: -8px;
    position: absolute;
    bottom: -12px;
    left: -12px;
    z-index: -1;
    -webkit-transition: all 0.4s var(--cube-1);
    transition: all 0.4s var(--cube-1);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
li#menu-item-71 a {
  color: #f3f3f3;
}
.slider__data {
  margin-left: 5rem;
}
section#slider_sections {
  margin-top: 8rem;
}
.nav {
  padding: 0.5rem 0;
}
.header-logo, .menu-right {
  z-index: 99;
}
.header.scroll-header .nav {
  padding: 0;
}
section#slider_section {
  content: "";
  background: #242121a3;
}
/*=============== HEADER & NAV ===============*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: var(--z-fixed);
  padding: 1rem 0;
  -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);
}
.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 .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;
}
nav {
  height: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.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;
}
.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;
}
div#nav-menu {
  z-index: 9999;
}
.nav__logo-img {
  width: 12rem;
  z-index: 99;
  transition: .3s ease;
}
.nav__logo-img-scroll {
  width: 6rem;
  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;
}
button#nav-toggle span {
  font-size: 1.3rem;
  font-weight: 600;
}
li#menu-item-9 .material-symbols-outlined {
  display: none;
}
.nav {
  padding: 0.4rem 0;
}
.nav__list {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding-top: 7rem;
  margin-left: 1rem;
}
.nav__list li a {
  letter-spacing: -0.2px;
  color: #1894b1;
  font-size: 19px;
  font-weight: 600;
  font-family: 'Sarabun';
}
  .menu-menu-principal-container > ul > li, .menu-menu-principaling-container > ul > li  {
  margin-right: 24px;
  position: relative;
  border-bottom: 1px solid #d5d5d559;
}
.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); 
  overflow: hidden; 
  transition: opacity 0.4s ease, max-height 0.4s ease, transform 0.4s ease; /* Transición suave */
}
.menu-menu-principal-container ul li, .menu-menu-principaling-container ul li {
  position: relative; /* Necesario para el flujo correcto del submenú */
}
#menu-item-9 .nav-link::before {
  font-family: 'Material Symbols Outlined';
  content: "language";
  vertical-align: sub;
  margin-right: 0.1rem;
  font-size: 1.2rem;
  font-weight: 300;
}
.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;
}
.dropdown-toggle.nav-link .material-symbols-outlined {
    font-size: 1.2rem;
    vertical-align: middle;
    font-weight: 600;
}
.menu-menu-principal-container ul li a, .menu-menu-principaling-container ul li a {
  padding: 40px 0;
}
.header ul.dropdown-menu li a {
  font-size: 1.1rem;
  font-weight: 500;
  color: #5b5757;
  text-indent: -1.7rem;
  transition: .3s ease all;
}
.header ul.dropdown-menu li:hover>a {
  color: #1894b1;
}
.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;
  margin: 0;
  padding: 0;
}
.menu-right .btn-light {
  display: none;
  color: var(--first-color-alt);
  border: 1px solid var(--first-color-alt);
  background-color: transparent;
  line-height: 0.2rem;
  font-weight: 800;
  gap: 2px;
}
.menu-right  .btn span.material-symbols-outlined {
  font-size: 1rem;
  vertical-align: middle;
  color: #fff;
  padding: 0 0.4rem 0 0;
  border-radius: 5rem;
  font-weight: 600;
  font-variation-settings: "FILL" 1;
}

.header .menu-right .header-mail-cta {
  width: 46px;
  min-width: 46px;
  height: 34px;
  padding: 0 !important;
  border-radius: 999px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0;
  line-height: 1;
  overflow: visible;
}

.header .menu-right .header-mail-cta .header-mail-cta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  line-height: 1;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-variation-settings: "FILL" 1;
}
.header ul.dropdown-menu li {
  display: block;
  align-items: center;
}
.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: 1rem;
  }
}
@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;
}
}
.btn {
  gap: 10px;
  line-height: 1rem;
  padding: 6px 18px;
  transition: .3s ease;
  overflow: hidden;
  font-family: 'Outfit';
  font-weight: 500;
  position: relative;
  align-items: center;
  letter-spacing: 1px;
  display: inline-flex;
  color: #029dcd;
  justify-content: center;
  border-radius: 4rem;
}
.order-2 {
  order: 2;
}
.order-1 {
  order: 1;
}
.video-container {
  width: 95%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.video-iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  border-radius: 20px;
}
.video-container:before {
  content: "";
  background: linear-gradient(to bottom, #40a6bf, #00bcff);
  width: 360px;
  height: 360px;
  position: absolute;
  border-radius: 20rem;
  left: -13rem;
  z-index: 99;
  top: -12rem;
  opacity: 0.8;
  display: none;
}
.container-video
{
  position: relative;
}
.video-container:after {
  content: "";
  background: #0ab4ddd1;
  width: 180px;
  height: 180px;
  position: absolute;
  border-radius: 20rem;
  right: -5rem;
  z-index: 99;
  bottom: -5rem;
  opacity: 0.8;
  display: none;
}
.slider-text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  width: 80%;
  z-index: 2;
  display: none;
}
.slide {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.slide.active {
  opacity: 1;
  transform: translateY(0);
}
.slide:not(.active) {
  transform: translateY(20px);
}
.title {
  font-size: 24px;
  line-height: 1.8rem;
  margin: 0 0 0rem 0;
  color: #10c5f1;
  animation: fade-in 1s ease-in-out;
}
.subtitle {
  font-size: 16px;
  color: #ffffff;
  margin: 0 auto;
  letter-spacing: 0.5px;
  font-family: 'Sarabun';
  animation: fade-in 1.5s ease-in-out;
}
.highlight {
  background-color: #0ab4dd; /* Color de fondo corporativo */
  padding: 5px 10px;  /* Padding para crear el efecto de botón */
  border-radius: 5rem; /* Bordes redondeados */
  font-weight: bold; /* Hacer que se destaque más */
  color: white; /* Color del texto dentro del fondo */
}
@keyframes fade-in {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}
/******************************* 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%;
  margin-top: -2rem;
  border-radius: 1rem; /* Bordes redondeados para el contenedor principal */
  overflow: hidden; /* Recorta cualquier contenido fuera del contenedor */
}
.swiper-wrapper {
  display: flex;
  transition: transform 0.5s ease; /* Animación de transición */
  will-change: transform;
}
.swiper-slide{
  min-width: 100%;
  box-sizing: border-box;
  display: flex; /* Convierte la columna en flexbox */
    justify-content: center;
    opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease; /* Transición suave */
}
.swiper-slide.active {
  opacity: 1;
  z-index: 1; /* Muestra la diapositiva activa encima de las demás */
}
.swiper-slide img {
  width: 90%;
  width: 460px;
  display: block;
  object-fit: cover;
  border-radius: 1rem;
  margin-top: 2rem;
}
.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%);
  display: none;
}
.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;
}
/*============================ SECTION SLIDER ==========================*/
#zoxrobotics_video_intro, #zoxrobotics_video_intro_movil {
  display: block;
  width: 70%;
  border-radius: 1rem;
  margin: auto;
  transition: width 0.3s ease;
}
#slider_section
{
  padding: 8rem 0rem;
  background-color: #4da1bb00;
}
.wrap_two_buttons {
  display: flex;
  gap: 2rem;
}
.btn.btn_blue {
  background: var(--first-color);
  display: none;
}
#slider_section .twocolumns__content {
  margin-top: 3rem !important;
  grid-template-columns: 55% 1fr;
}
#slider_section .text-btn_blue {
  padding: 11px 18px;
  font-size: 0.96rem;
  letter-spacing: 0px;
  color: #d7eff6;
  letter-spacing: -0.4px;
  color: #029dcd;
  font-size: 17px;
  font-weight: 700;
  font-family: 'poppins';
  font-family: sarabun;
  color: #ffffff;
}
.btn.btn_black {
  background: var(--black-color);
}
.text-btn_blue {
  font-size: 0.96rem;
  letter-spacing: 0px;
}
.text-back-skyblue {
  background: #029dcd;
  display: inline-block;
  padding: 1rem;
  border-radius: 5rem;
  margin-top: 1rem;
  padding: 4px 30px;
  line-height: 4rem;
}
.welcome__img.order-2 {
  justify-content: right;
  display: flex;
}
.column:hover .lines-post-image span:after, .column:hover .lines-post-image span:before {
  opacity: 1;
  top: 50%;
  left: 50%;
}
.lines-post-image span:after {
  height: 30px;
  width: 1px;
  top: 0;
}
.lines-post-image span:before {
  width: 30px;
  height: 1px;
  left: 100%;
}
.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;
}
#section_categorias .column:hover .imgcolumn img {
  zoom: 1;
  filter: grayscale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
#section_categorias .threecolumns__content {
  margin-top: 1rem;
}
.imgcolumn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s ease;
  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;
}
/**************************** SECTION BENEFITS **************************/
section#benefits_home {
  padding: 5rem 0 7rem 0;
  display: none;
}
.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;
}
/**************************** TWO COLUMNS STYLE **************************/
#section_intro{
  padding: 5rem 0 ;
}
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;    
}
.icon.style-color {
  color: red;
  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: 300;
  color: #029dcd;
  background: #e0f7ff;
  padding: 0.4rem;
  border-radius: 5rem;
}
.titletwocolumns {
  font-size: 2.1rem;
  line-height: 2.5rem;
  font-weight: 600;
  letter-spacing: -1px;
  color: #343131;
  font-family: 'Inter';
  margin: 0px 0;
}
.titleonecolumns {
  margin: 0 auto;
  font-size: 2.1rem;
  line-height: 2.5rem;
  font-weight: 600;
  letter-spacing: -1px;
  color: #343131;
  font-family: 'Inter';
}
.titlemessageservice-small p {
  margin: 0 auto;
  padding: 1rem 0 2rem 0;
  font-size: 1.25rem;
  color: #555864;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8rem;
  font-family: 'Inter';
  font-family: 'Sarabun';
  letter-spacing: 0px;
}
span.text-skyblue {
   color: #029dcd; 
}
p.contenttwocolumns {
  color: #4f4f4f;
  font-size: 16px;
  margin: 0.5rem 0 1.5rem 0;
  padding: 0.3rem 0;
  line-height: 1.8rem;
  font-family: 'Sarabun';
  letter-spacing: 0px;
  width: 90%;
}
.buble_intro {
  background: #e0f7ff99;
  display: inline-block;
  padding: 0.6rem 1.5rem;
  border-radius: 5rem;
  color: #029dcd;
  font-size: 1rem;
  font-family: 'Outfit';
}
.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: 90%;
  height: 90%;
  object-fit: cover;
  border-radius: inherit; /* Para que la imagen también tenga los bordes redondeados */
}
/**************************** SECTION CATEGORIES **************************/
section#section_categorias {
  padding: 5rem 0;
  background: #f1f1f169;
}
.services-1__container.container.w100 {
  text-align: center;
}
#section_categorias .column {
  position: relative;
  border: 1px solid #89baff4a;
  border-radius: 1rem;
  background: #ffffff;
}
#section_categorias .column:hover .content_column .btn {
 background-color: var(--first-color);
 color: #fff;
 border: unset;
}
#section_categorias .column:hover .tp-technology-shape {
  opacity: 0.6;
  visibility: visible;
  top: 0;
}
.imgcolumn {
  height: 260px;
  overflow: hidden;
}
.imgcolumn:after {
  height: 260px;
  overflow: hidden;
  border: 16px solid #ffffff;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  background: #ffffff;
}
.content_column {
  padding: 10px 1.5rem 30px 1.5rem;
  position: relative;
  background: white;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
p.description_column {
  color: #234587;
  font-size: 16px;
  margin: 0rem 0 1.5rem 0;
  padding: 0.3rem 0;
  line-height: 1.6rem;
  font-family: 'Sarabun';
  letter-spacing: 0px;
}
.imgcolumn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s ease;
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
}
.titlecolumn {
  display: block;
  /* top: 14rem; */
  text-transform: uppercase;
  transition: .3s ease;
  z-index: 9;
  /* position: absolute; */
  /* top: 99%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  /* white-space: nowrap; */
  padding: 8px 2rem;
  background-color: rgb(255 255 255 / 95%);
  /* color: #f10101; */
  /* border-radius: 32px; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* margin-bottom: 3rem;*/
}

.titlecolumn h3{
  color: #029dcd;
  line-height: 1.9rem;
  margin: 1rem 0 0 0;
  font-weight: 600;
  font-family: 'Sarabun';
  text-align: center;
  position: relative;
  /* display: inline; */
  font-size: 1.3rem;
  text-transform: math-auto;
  letter-spacing: -0.4px;
  transition: background-size 0.4s ease;
}

.btns_header .btn {
  padding:6px 10px;
  background: #0ab4dd;
  color: #fff;
  display: none;
}
.wrapbuttoncenter .btn {
  padding: 2px 4px;
}
.wrapbuttoncenter{
  display: flex;
    justify-content: center;
}
section#section_categorias .container {
  max-width: 1340px;
}
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 ==========================*/

@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';
}
#servibot_video_main, #servibot_video_main_mobil {
  display: block;
  width: 80%;
  border-radius: 30px;
  margin: auto;
  transition: width 0.3s ease;
}
/*============================ 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';
}

/*============================ 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: 30%;
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;
}
span.material-symbols-outlined.icon-mail {
vertical-align: top;
}
.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) {
  .header_main img {
    max-width: 6rem;
  }
}

@media screen and (min-width: 576px) {
  .slider-text {
    display: block;
  }
  .titleonecolumns { 
    font-size: 2.4rem;
    line-height: 2.9rem;
}
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
	.content_list_twocolumns {
 flex-direction: row;
}
  .footer img {
    width: 80%;
}
  .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;
  }
.menu-right .btn-light {
  display: block;
}
a.btn.btn_blue {
  display: block;
}

}

@media screen and (min-width: 712px) {
  ul.list-main li {
    color: #38383c;
    display: flex;
    margin-bottom: 0.6rem;
    font-family: 'Sarabun';
    font-weight: 500;
    align-items: center;
    font-size: 16px;
    gap: 0.5rem;
    line-height: 1.8rem;
    font-family: 'Sarabun';
    letter-spacing: 0px;
    text-shadow: 0px 0px 1px #566e7c8a;
    padding: 0.1rem 0;
  }
}

@media screen and (min-width: 767px) {
  .video-container:after , .video-container:before {
    display: block;
  }
  .title {
    font-size: 36px;
    line-height: 2.5rem;
    margin: 0 0 0.5rem 0; 
}
.subtitle {
  font-size: 17px;
  width: 70%;
}
  .titlemessageservice-small p {
    margin: 0 auto;
    padding: 1rem 0 2rem 0;
    color: #555864;
    font-size: 18px;
}
  .titleonecolumns { 
    font-size: 2.8rem;
    line-height: 3.3rem;
}
  .titletwocolumns {
    font-size: 2.7rem;
    line-height: 3rem;
}
.container {
  padding-left: 30px;
  padding-right: 30px;
}
  .zolux-x-close {
    display: none;
  }
  .footer img {
    width: 100%;
    padding-bottom: 1rem;
  }
  .fourcolumns__content {
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
}
}
@media screen and (min-width: 940px) {
  .header .nav__menu {
    flex: 1 1 auto;
    margin: 0 8px 0 clamp(56px, 6vw, 96px);
  }

  .header .nav__menu .nav__list {
    width: 100%;
    margin-left: 0;
  }

  .menu-menu-principal-container > ul > li:last-child,
  .menu-menu-principaling-container > ul > li:last-child,
  .menu-menu-principal-pt-container > ul > li:last-child {
    margin-left: auto !important;
    margin-right: 0 !important;
  }

  .title {
    font-size: 46px;
    line-height: 3.2rem;
}
.subtitle {
  font-size: 21px;
  width: 70%;
}
  .titlemessageservice-small p { 
   width: 70%;
    font-size: 18px; 
}
  .swiper-slide img {
    height: 540px;
  }
  .titleonecolumns { 
    font-size: 3.1rem;
    line-height: 3.5rem;
}
  .titletwocolumns {
    font-size: 3.1rem;
    line-height: 3.5rem;  
}
  .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;
}
  .btns_header .btn {
    display: block;
}
  .container {
    max-width: 1320px;
    max-width: 1240px;
    margin: 0 auto;
    padding-left: unset;
    padding-right: unset;
    margin: 0 auto;
}
  .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;
}
.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;
  font-size: 1.1rem;
}
  .footer img {
    width: 50%;
}
  .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: center;
  }
 #section_intro .twocolumns__content {
  grid-template-columns: 40% 1fr;
  margin-top: 2rem;
  align-items: center;
  gap: 4rem;
}
  .header {
    padding:0;
  }
.nav__toggle {
  display: none;
}
.content-imghome-welcome {
  width: 500px;
  height: 530px; 
}
.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;
}
}
@media screen and (min-width: 1200px) {
  .title {
    font-size: 54px;
    line-height: 3.6rem;
}
  .subtitle {
    font-size: 23px;
    width: 70%;
  }
  .titlemessageservice-small p {
    width: 60%;   
 }
  .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;
  }
}
@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: 3rem;
      gap: 2rem;
  }
}
@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;
  }
}
/*Contactanos*/
#subpage-contact .dropdown-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#subpage-contact .menu-item-has-children {
    position: relative;
}

#subpage-contact .submenu {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    padding: 10px;
    list-style: none;
}

#subpage-contact .menu-item-has-children.open .submenu {
    display: block;
}
/*Ajustes Categorias Home*/

/* Asegura que las categorías se distribuyan en 5 columnas */
.fourcolumns__content.grid__intro.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 5 columnas iguales */
    gap: 20px; /* Espacio entre las columnas */
}

/* Ajuste de las columnas para que se alineen correctamente */
.column {
    display: flex;
    flex-direction: column; /* Asegura que el contenido esté apilado verticalmente */
    height: 100%; /* Asegura que las columnas ocupen toda la altura del contenedor */
}

/* Si quieres controlar la imagen dentro de cada columna */
.imgcolumn {
    width: 100%; /* Asegura que la imagen ocupe todo el ancho de su contenedor */
    height: auto; /* Mantiene la relación de aspecto de la imagen */
}

/* Asegura que las descripciones no se desborden y se alineen bien */
.description_column {
    margin-top: 10px;
    text-align: center; /* Centra el texto dentro de cada columna */
}

/*Botones mas informacion*/

/* Asegura que los botones estén alineados al fondo de cada columna */
.fourcolumns__content.grid__intro.grid .column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Asegura que el contenedor de los botones tenga la misma altura */
.fourcolumns__content.grid__intro.grid .column .content_column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1; /* Hace que el contenido crezca para ocupar todo el espacio disponible */
}

/* Alinea los botones al final de la columna */
.fourcolumns__content.grid__intro.grid .column .wrapbuttoncenter {
    margin-top: auto; /* Empuja el botón hacia la parte inferior de la columna */
    display: flex;
    justify-content: center; /* Centra los botones horizontalmente */
    gap: 20px; /* Espacio entre los botones */
}

/*marquee*/

.marquetext {
    overflow: hidden;
    background: #000; /* opcional */
    padding: 20px 0;  /* opcional */
}

.marquee {
    display: flex;
    white-space: nowrap;
}

.marquee h1 {
    display: inline-block;
    padding-right: 150px; /* Espacio entre repeticiones */
    color: white; /* Cambia color si quieres */
    animation: scroll 20s linear infinite;
    font-size: 2rem; /* Ajusta según tu diseño */
}

.simbolmarque {
    margin: 0 20px; /* Espacio entre el símbolo y el texto */
    color: #ffcc00; /* Color del símbolo */
}

@keyframes scroll {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/*categorias Home*/

/* Estilo responsive para móviles: una sola columna */
@media (max-width: 768px) {
  .fourcolumns__content.grid__intro.grid {
    grid-template-columns: 1fr; /* Solo una columna */
    gap: 30px; /* Espacio entre las categorías */
    padding: 0 15px; /* Espaciado lateral */
    justify-items: center; /* Centra el contenido horizontalmente */
  }

  .fourcolumns__content .column {
    max-width: 400px; /* Limita el ancho para que no se vea tan estirado */
    width: 100%;
  }

  .fourcolumns__content .column h3 {
    font-size: 18px;
    text-align: center;
  }

  .fourcolumns__content .description_column {
    font-size: 15px;
    text-align: center;
  }

  .fourcolumns__content .btn a {
    font-size: 14px;
    padding: 8px 16px;
  }
}

/*Chatbutton responsive*/

html, body {
  overflow-x: hidden;
}

/* Estilo responsive global para el botón de contacto */
@media (max-width: 768px) {
  #chatbutton {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    max-width: 100vw;
    pointer-events: auto;
  }

  #chatbutton .content-img-robot-solutions {
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
  }

  #chatbutton .content-img-robot-solutions figure img {
    height: 60px;
  }

  .msgrobot {
    font-size: 0.75rem;
    padding: 0.3rem 0.6rem;
    margin-top: 0.4rem;
    white-space: nowrap;
  }
}
/*contact form responsive output*/

@media (max-width: 768px) {
  .wpcf7-response-output {
    font-size: 14px !important;
    padding: 10px 14px !important;
    line-height: 1.4 !important;
    border-radius: 8px !important;
    word-break: break-word;
  }

  .wpcf7-not-valid-tip {
    font-size: 13px !important;
    line-height: 1.3 !important;
  }
}
/*blog*/
/* Estilos generales del blog */
.blog-home {
  max-width: 1200px;
  margin: 70px auto 0 auto; /* margen superior para separar del header */
  padding: 40px 20px;
  font-family: 'Sarabun', Arial, sans-serif;
}

.blog-home h1 {
  font-size: 2.5rem;
  margin-bottom: 80px;
  text-align: center;
  position: relative;    /* necesario para z-index */
  z-index: 0;            /* aseguramos que esté detrás del header */
}

/* Contenedor de la grilla */
.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 350px)); /* columnas hasta 350px */
  gap: 30px;
  justify-content: center; /* centra los elementos si hay pocos */
  align-items: stretch;
}

/* Card individual */
.blog-card {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;

  width: 100%;        /* asegura que el item ocupe toda la columna */
  max-width: 100%;    /* evita conflictos con el grid */
  margin: 0;
  height: 100%;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Imagen de la entrada */
.card-image {
  height: 190px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* Contenido de la card */
.card-content {
  padding: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-content h2 {
  font-size: 1.1rem;
  margin: 0 0 10px 0;
  line-height: 1.25;
  min-height: 82px;
  color: #222;
}

.post-date-home {
  font-size: 0.85rem;
  color: #1f2d3d;
  margin: 0 0 12px 0;
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
}

.post-date-home .material-symbols-outlined {
  font-size: 22px;
  line-height: 1;
}

.card-content .blog-excerpt {
  margin: 0;
  flex-grow: 1;
  color: #444;
  font-size: 0.9rem;
  line-height: 1.4;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Botón Leer más */
.read-more-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 16px;
  background-color: #0ab4dd;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  align-self: flex-start;
  transition: background-color 0.3s ease;
  font-size: 0.9rem;
}

.read-more-btn:hover {
  background-color: #078aad;
}

/* Paginación */
.pagination {
  margin-top: 40px;
  text-align: center;
}

.pagination .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  color: #0057b8;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background-color: #0057b8;
  color: #fff;
  border-color: #0057b8;
}

/* SINGLE POST LAYOUT */
.single-post-wrapper,
.single-container {
  display: flex;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto 80px auto;      /* sin margin-top */
  padding: 100px 20px 0 20px !important; /* padding-top para separar del header */
  font-family: 'Sarabun', sans-serif;
}

.single-post-content {
  flex: 3;
}

.featured-image img,
.post-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 10px;
  display: block;
}

/* Título del post */
.single-blog-post h1,
.post-title {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #000;
  font-family: 'Outfit', sans-serif;
}

/* Fecha del post */
.post-date,
.post-date-icon {
  font-size: 0.95rem;
  color: #2e7d32;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 30px;
  font-family: 'Outfit', sans-serif;
}

.post-date-icon .material-symbols-outlined {
  font-size: 18px;
  vertical-align: middle;
}

/* Contenido del post */
.post-body,
.post-content {
  font-size: 1rem; /* cuerpo base */
  color: #000;
  line-height: 1.7;
  font-family: 'Outfit', sans-serif;
}

/* SIDEBAR */
.latest-blogs-sidebar {
  flex: 1;
  border-left: 1px solid #ddd;
  padding-left: 20px;
  margin-top: 50px;
  background-color: #f7f7f7;
  border-radius: 10px;
}

.latest-blogs-sidebar h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #0057b8;
}

.latest-blog-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.latest-blog-item img {
  width: 70px;
  height: 50px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 15px;
  flex-shrink: 0;
}

.latest-blog-item a {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  color: #0ab4dd;
  text-decoration: none;
}

.latest-blog-item a:hover {
  text-decoration: underline;
}

/* --- RESPONSIVE blog--- */

@media (max-width: 992px) {
  /* Para el single y el home */
  .single-post-wrapper,
  .single-container {
    flex-direction: column;
    margin: 60px auto 0 auto;
    padding: 20px 15px;
  }
  .single-post-content,
  .latest-blogs-sidebar {
    flex: 1 1 100%;
    max-width: 100%;
    margin-top: 0;
    border-left: none;
    padding-left: 0;
  }
  .latest-blogs-sidebar {
    margin-top: 30px;
  }
  .blog-home {
    padding: 30px 15px;
    margin: 80px auto 0 auto; /* Aquí aumentamos el margin-top para que el título no choque con el header */
  }
  .blog-home h1 {
    font-size: 2rem;
    margin-bottom: 25px;
  }

  /* Para evitar que la imagen del single choque con el header */
  .post-thumbnail img,
  .featured-image img {
    margin-top: 80px; /* ajusta según sea necesario */
    display: block;
    max-width: 100%;
    height: auto;
  }
}

/* --- Este bloque solo oculta la sección de últimos blogs en móviles --- */
@media (max-width: 768px) {
  .latest-blogs-sidebar {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
  }
}

@media (max-width: 600px) {
  /* El grid-container queda sin modificar, tal como estaba inicialmente */

  .single-post-wrapper,
  .single-container,
  .blog-home {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-card {
    max-width: 100%;
    margin: 0;
  }
  .card-content h2 {
    font-size: 1rem; /* subtítulo móvil */
    min-height: auto;
  }
  .card-content p {
    font-size: 0.85rem; /* cuerpo móvil */
  }
  .read-more-btn {
    font-size: 0.85rem;
    padding: 7px 14px;
  }
  .pagination .page-numbers {
    padding: 8px 12px;
    font-size: 0.85rem;
  }
  .single-blog-post h1,
  .post-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .post-body,
  .post-content {
    font-size: 0.85rem; /* cuerpo móvil */
    line-height: 1.5;
  }
  .single-sidebar h2 {
    font-size: 1.1rem; /* subtítulo móvil */
  }
  .recent-post-item img {
    width: 50px;
    height: 50px;
  }
  .recent-post-item a {
    font-size: 0.9rem;
  }
}

.menu-item:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  max-height: 100vh;
  transform: translateY(0);
  overflow: visible;
}



/* 7) (Opcional) Centrar el dropdown respecto al texto del padre
   Activa estas dos líneas si quieres el menú centrado:
   .header .menu-item-has-children > .dropdown-menu { left: 50%; transform: translateX(-50%); }
   .header .menu-item-has-children:hover > .dropdown-menu,
   .header .menu-item-has-children:focus-within > .dropdown-menu { transform: translate(-50%, 0) !important; }
*/


/* Ocultar el H1 "Home_por" solo en versión PT */
html[lang^="pt"] h1.h1__singleline {
  display: none !important;
  visibility: hidden !important;
}


/* =========================
   FIX dropdown "Soluções" — PT
   ========================= */

html[lang^="pt"] .menu-menu-principal-pt-container > ul > li {
  position: relative !important;
  overflow: visible !important;
}

@media (min-width: 940px) {
  html[lang^="pt"] .menu-menu-principal-pt-container ul li .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    min-width: 310px;

    background: var(--white-color);
    border: 1px solid #94afb52b;
    box-shadow: 0 20px 40px rgba(2, 8, 66, 0.1);
    border-radius: .8rem;
    padding: 30px 24px;

    margin: 0 !important;

    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease, visibility 0s linear .18s;

    z-index: 10001;
  }

  /* Mostrar al hover */
  html[lang^="pt"] .menu-menu-principal-pt-container .menu-item-has-children:hover > .dropdown-menu,
  html[lang^="pt"] .menu-menu-principal-pt-container .menu-item-has-children:focus-within > .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: all !important;
  }

  /* “Puente” invisible para que no se cierre al bajar el mouse */
  html[lang^="pt"] .menu-menu-principal-pt-container .menu-item-has-children > .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    height: 12px;
    background: transparent;
  }

  /* Links internos */
  html[lang^="pt"] .menu-menu-principal-pt-container ul > li .dropdown-menu > li > a {
    padding: 12px 20px 5px !important;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 500;
    color: #5b5757;
    line-height: 1.7rem;
    display: block;
    border-radius: 7px;
    transition: .3s ease all;
  }

  html[lang^="pt"] .menu-menu-principal-pt-container ul.dropdown-menu li a::before {
    font-family: 'Material Symbols Outlined';
    content: "chevron_right";
    vertical-align: middle;
    font-size: 1.2rem;
    margin-right: .2rem;
    font-weight: 400;
  }

  html[lang^="pt"] .menu-menu-principal-pt-container ul.dropdown-menu li:hover > a {
    color: #1894b1;
  }
}


/* ---- Suavizar animación del dropdown (PT) ---- */
@media (min-width: 940px) {
  html[lang^="pt"] .menu-menu-principal-pt-container ul li .dropdown-menu{
    /* estado cerrado */
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0,6px,0) scale(.985);
    pointer-events: none;
    will-change: opacity, transform;
    /* easing suave y sin parpadeo al cerrar */
    transition:
      opacity .18s ease-out,
      transform .22s cubic-bezier(.22,.61,.36,1),
      visibility 0s linear .22s; /* espera a que termine para ocultar */
  }

  /* estado abierto */
  html[lang^="pt"] .menu-menu-principal-pt-container .menu-item-has-children:hover > .dropdown-menu,
  html[lang^="pt"] .menu-menu-principal-pt-container .menu-item-has-children:focus-within > .dropdown-menu{
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate3d(0,0,0) scale(1) !important;
    pointer-events: auto !important;
    transition-delay: 0s, 0s, 0s; /* sin retrasos al mostrar */
  }
}

/* ===== Dropdown de IDIOMAS en PT ===== */
@media (min-width: 940px) {
  html[lang^="pt"] .menu-menu-principal-pt-container .langswitcher-wrapper > .dropdown-menu{
    /* estado cerrado */
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0,6px,0) scale(.985);
    pointer-events: none;
    will-change: opacity, transform;
    transition:
      opacity .18s ease-out,
      transform .22s cubic-bezier(.22,.61,.36,1),
      visibility 0s linear .22s;
    min-width: 140px; /* opcional para ancho mínimo */
  }

  /* abrir por hover en desktop */
  html[lang^="pt"] .menu-menu-principal-pt-container .langswitcher-wrapper:hover > .dropdown-menu{
    opacity: 1;
    visibility: visible;
    transform: translate3d(0,0,0) scale(1);
    pointer-events: auto;
    transition-delay: 0s,0s,0s;
  }
}

/* abrir por click en móvil (cuando añadimos .open con JS) */
html[lang^="pt"] .menu-menu-principal-pt-container .langswitcher-wrapper.open > .dropdown-menu{
  opacity: 1;
  visibility: visible;
  transform: translate3d(0,0,0) scale(1);
  pointer-events: auto;
}

/* Evitar saltos visuales del trigger */
html[lang^="pt"] .menu-menu-principal-pt-container .langswitcher-wrapper > .dropdown-toggle{
  font-weight: 600;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* ===== Ajuste específico para YouTube en el footer ===== */
.footer .aboutfooter .social-button.youtube svg {
  width: 30px;   /* igual que los otros iconos */
  height: 30px;  /* mantiene proporción cuadrada */
}

/* ===== Cinta inferior colaboladores ===== */
.zrx-bottom{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--zrx-bottom-h);
  background: #008fb1;                 /* color sólido */
  border-top: 2px solid rgba(255,255,255,.35); /* opcional */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  /* para iOS notch / safe area */
  padding-bottom: env(safe-area-inset-bottom, 0);
}

.zrx-logo{
  max-height: calc(var(--zrx-bottom-h) - 16px); /* margen interno */
  width: auto;
  max-width: 90vw;
  display: block;
  /* evita blur en escalados raros */
  image-rendering: -webkit-optimize-contrast;
}

/* evita que la barra tape el contenido */
body.zrx-colaborador{
  padding-bottom: calc(var(--zrx-bottom-h) + env(safe-area-inset-bottom, 0));
}


/* ===== Forzar color de la cinta inferior ===== */
html body.zrx-colaborador .zrx-bottom {
  background-color: #008fb1 !important;   /* fuerza el color sólido */
  background-image: none !important;
  color: transparent !important;          /* por si hereda color del body */
  opacity: 1 !important;
  isolation: isolate;                     /* evita herencias extrañas */
}

/* boton wsp */
.zrx-actions{ display:flex; gap:10px; justify-content:center; flex-wrap:wrap; margin: 6px 0 14px; }

.btn-wa, .btn-vcf{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 14px; border-radius:999px; font-weight:700; text-decoration:none;
  box-shadow: var(--zrx-pill-shadow);
}

.btn-wa{
  background:#25D366; color:#0b2e13;  /* WhatsApp */
}
.btn-wa:hover{ filter: brightness(0.95); }

.btn-vcf{
  background:#ffffff; color:var(--zrx-text); border:1px solid rgba(15,53,84,.15);
}
.btn-vcf:hover{ background:#f6f9fc; }

/* ===== Home: carrusel de tarjetas en seccion categorias ===== */
#section_categorias .zox-cards-carousel {
  position: relative;
  margin-top: 0.5rem;
}

#section_categorias .zox-cards-carousel__viewport {
  overflow: hidden;
}

#section_categorias .fourcolumns__content.grid__intro.grid.zox-cards-carousel-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  margin-top: 0;
  padding: 4px 0;
}

#section_categorias .fourcolumns__content.grid__intro.grid.zox-cards-carousel-track::-webkit-scrollbar {
  display: none;
}

#section_categorias .fourcolumns__content.grid__intro.grid.zox-cards-carousel-track > .column {
  flex: 0 0 calc((100% - 60px) / 4);
  min-width: 260px;
  scroll-snap-align: start;
}

#section_categorias .zox-cards-carousel__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #cfe5f0;
  background: #ffffff;
  color: #029dcd;
  box-shadow: 0 8px 24px rgba(2, 51, 83, 0.15);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: 0.2s ease;
}

#section_categorias .zox-cards-carousel__btn:hover {
  background: #e9f8ff;
}

#section_categorias .zox-cards-carousel__btn[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}

#section_categorias .zox-cards-carousel__btn--prev {
  left: -54px;
}

#section_categorias .zox-cards-carousel__btn--next {
  right: -54px;
}

@media (max-width: 1200px) {
  #section_categorias .fourcolumns__content.grid__intro.grid.zox-cards-carousel-track > .column {
    flex-basis: calc((100% - 40px) / 3);
  }
}

@media (max-width: 940px) {
  #section_categorias .zox-cards-carousel {
    padding: 0 12px;
  }

  #section_categorias .fourcolumns__content.grid__intro.grid.zox-cards-carousel-track {
    gap: 16px;
  }

  #section_categorias .fourcolumns__content.grid__intro.grid.zox-cards-carousel-track > .column {
    flex-basis: calc((100% - 20px) / 2);
  }

  #section_categorias .zox-cards-carousel__btn {
    width: 40px;
    height: 40px;
  }

  #section_categorias .zox-cards-carousel__btn--prev {
    left: -16px;
  }

  #section_categorias .zox-cards-carousel__btn--next {
    right: -16px;
  }
}

@media (max-width: 640px) {
  #section_categorias .zox-cards-carousel {
    padding: 0 10px;
  }

  #section_categorias .fourcolumns__content.grid__intro.grid.zox-cards-carousel-track {
    gap: 12px;
  }

  #section_categorias .fourcolumns__content.grid__intro.grid.zox-cards-carousel-track > .column {
    flex-basis: 100%;
    min-width: 0;
  }

  #section_categorias .zox-cards-carousel__btn {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }

  #section_categorias .zox-cards-carousel__btn--prev {
    left: 2px;
  }

  #section_categorias .zox-cards-carousel__btn--next {
    right: 2px;
  }
}
