body {
    background-image: url(/wp-content/uploads/2025/07/back-body-dsc360.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

p {
  margin-block-end: 0;
}

header .elementor-nav-menu li.lang-item {
    margin-left: 2px;
    text-transform: uppercase;
}
.header-principal.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container {
    height: 45px;
}

.header-principal .logo-header svg {
    width: 120px;
path {
  fill:#505050;
}
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff; /* Puedes cambiar a oscuro si lo prefieres */
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

#preloader .spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top: 5px solid #111;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

body.loaded #preloader {
  opacity: 0;
  visibility: hidden;
}

#footer div a, footer div a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.parrafo-principal  {
	font-size:25px;
}
.parrafo-principal p {
    font-weight: 300;
    font-size: 30px;
    line-height: 60px;
}
.parrafo-principal  p strong{
	font-weight:500;
}

.areas span {
	background-color: var(--e-global-color-secondary);
	border-radius:6px;
	padding:3px 30px;
	color:#fff;
	font-weight:400;
	font-size:13px;
	line-height:25px;
}
.areas p {
	margin-bottom:0;
}
.areas a {
  background: none;
  border: 0;
  box-sizing: border-box;
  padding: 1em 2em;
  color: #f45e61;
  font-size: inherit;
  font-weight: 700;
  position: relative;
  vertical-align: middle;
	border-radius: 6px;
}
.areas a::before, .areas a::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
	border-radius: 6px;
}

.areas .draw::before, .areas .draw::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
	border-radius: 6px;
}
.areas .draw::before {
  width: 100%;
  height: 0;
  background: linear-gradient(140deg, #214d92 0%, #5889a7 100%);
  transition: background 0s ease-out 0.10s, width 0.15s ease-out 0.10s, height 0.15s ease-out 0.60s;
}
.areas .draw::after {
  bottom: 0;
  right: 0;
}
.areas .draw:hover {
  color: #60daaa;
}
.areas .draw h4 {
  color: #214d92;
  transition: color 0.3s ease 0.7s;
}

.areas .draw p {
  color: #214d92;
  transition: color 0.3s ease 0.8s;
}

.areas .draw span {
  color: #fff;
  background-color: var(--e-global-color-secondary);
  transition: 
    color 0.3s ease 0.9s,
    background-color 0.3s ease 0.6s;
}

.areas .draw:hover::before,
.areas .draw:hover::after {
  width: 100%;
  height: 100%;
	border-radius: 6px;
}
.areas .draw:hover::before {

  border-right-color:var(--e-global-color-secondary);
  transition: width 0.10s ease-out, height 0.10s ease-out 0.10s;
	border-radius: 6px;
		background: linear-gradient(140deg, #214d92 0%, #5889a7 100%);
	  transition: background 0s ease-out 0.20s, width 0.25s ease-out 0.20s, height 0.25s ease-out 0.75s;
}

.areas .draw:hover h4 {
  color:#fff!important;
	transition: color 0.3s ease 0.7s; 
	}
.areas .draw:hover p {
  color:#fff;
	transition: color 0.3s ease 0.8s; 
}
.areas .draw:hover span {
  color: #214d92;
  background-color: #fff;
  transition: 
    color 0.3s ease 0.9s,
    background-color 0.3s ease 0.6s;
}
.areas .draw:hover::after {
  border-bottom-color:var(--e-global-color-secondary);
  border-left-color: var(--e-global-color-secondary);
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}


 .contenedor {
      position: relative;
      width: 100%;
      display: flex;
      justify-content: flex-start;
    }

    .sticky-section {
      position: relative;
      height: 300vh;
      top: -627px;
      right: 0;
    }

    .video-container {
      position: sticky;
      top: 152px;
      width: 20vw;
      height: auto;
      display: flex;
      align-items:center;
      justify-content: center;
      z-index: 10;
    }

  video::-webkit-media-controls-play-button,
  video::-webkit-media-controls-timeline,
  video::-webkit-media-controls-current-time-display,
  video::-webkit-media-controls-time-remaining-display,
  video::-webkit-media-controls-fullscreen-button,
  video::-webkit-media-controls-rewind-button,
  video::-webkit-media-controls-seek-back-button,
  video::-webkit-media-controls-seek-forward-button {
    display: none !important;
  }

  
  /* Quitar fondo negro degradado */
  video::-webkit-media-controls-panel {
    background: transparent !important;
    backdrop-filter: none !important;
  }

  /* Quitar botón configuración */
  video::-webkit-media-controls-settings-button {
    display: none !important;
  }
.elementor embed, .elementor iframe, .elementor object, .elementor video {
    width: auto!important;
}
    .video-container video {
      height: 100%;
      object-fit: contain;
      display: block;
    }
.video-container video, .video-container-2 video {
  border-radius: 10px;

}

.sticky-section-2 {
  position: relative;
  height: 270vh;
	top:-420px;
  right: 0;
}

.video-container-2 {
position:sticky;
  top:300px;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  transform: scale(0.20);
  transform-origin: center top;
  will-change: transform;
  z-index: 10;
	
}

.title-container {
  height:auto;
  width:100%;
  display: flex;
  justify-content: left;
  align-items: center;
}

.title-container h1 {
    font-size: 170px;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
   /* color: var(--e-global-color-primary);*/
	color:#000;
    font-weight: 900;
    line-height: 150px;
	text-align:left;
	margin:30px 0 0 0;
	left: -14px;
	}

.caja-video {
	position:absolute;
}






.barWrapper {
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
}
.bar {
	width:80%;
	height:200vh;
	background:rgba(222,31,190,0.5);
	transform:translate(30%, -20%)  rotate(25deg);
	mix-blend-mode: overlay;
	position:absolute;
}
.mainContent {
	margin-top:20px;
	position:relative;
	width:90%;
	color:#000;
	height:100%;
}

.contentWrapper {
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
	padding-bottom:80px;
	width:100%;
	position:relative;
	height:100%;
}
.flexCenter {
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}

.maskOut {
	width:fit-content;
	font-weight:800;
	font-size:clamp(20px, calc(100vw/8), 4em);
	line-height:0.8em;
	
	display:flex;
}

.mask {
	overflow:hidden;
	width:fit-content;
}

.thin {
	font-weight:200;
}
/*title-1*/
.title {
    position: relative;
    font-size: 268px;
    line-height: 1;
    color: rgba(255, 255, 255,0 );
    display: inline-block;
    font-weight: 800;
    font-family: 'Dosis', sans-serif;
    transition: color 0.5s 0.25s;
    overflow: hidden;
    width: 100%;
    left: -14px;

  
  
  &.active {
    transition: none;
	  color: transparent;
  }
}

.title span {
  position: absolute;
	height: 50%;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}

.title span::before {
    content: attr(data-letters);
	position: absolute;
	left: 0;
	width: 100%;
	color: rgba(53, 29, 108,0.7);
	transition: transform .8s ease-out;
}

.title::before {
	content: '';
	width: 100%;
	height: 6px;
	margin: -3px 0 0 0;
	background: #ffc400;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate3d(-100%,0,0);
	transition: transform 0.4s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.title.active::before {
	transform: translate3d(100%,0,0);
}

.title span:nth-child(2) {
	top: 50%;
}

.title span:first-child::before {
	top: 0;
	transform: translate3d(0,100%,0);
}

.title span:nth-child(2)::before {
	bottom: 0;
	transform: translate3d(0,-100%,0);
}

.title.active span::before {
	transition-delay: 0.3s;
	transform: translate3d(0,0,0);
	transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

/*titleNew */
.titleNew  {
    position: relative;
    font-size: 194px;
    line-height: 1;
    color: rgba(255, 255, 255,0 );
    display: inline-block;
    font-weight: 800;
    font-family: 'Dosis', sans-serif;
    transition: color 0.5s 0.25s;
    overflow: hidden;
    width: 100%;
    left: -14px;
    top:30px;

  
  
  &.active {
    transition: none;
	  color: transparent;
  }
}

.titleNew span {
  position: absolute;
	height: 50%;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}

.titleNew span::before {
    content: attr(data-letters);
	position: absolute;
	left: 0;
	width: 100%;
	color: rgba(53, 29, 108,0.7);
	transition: transform .8s ease-out;
}

.titleNew::before {
	content: '';
	width: 100%;
	height: 6px;
	margin: -3px 0 0 0;
	background: #ffc400;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate3d(-100%,0,0);
	transition: transform 0.4s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.titleNew.active::before {
	transform: translate3d(100%,0,0);
}

.titleNew span:nth-child(2) {
	top: 50%;
}

.titleNew span:first-child::before {
	top: 0;
	transform: translate3d(0,100%,0);
}

.titleNew span:nth-child(2)::before {
	bottom: 0;
	transform: translate3d(0,-100%,0);
}

.titleNew.active span::before {
	transition-delay: 0.3s;
	transform: translate3d(0,0,0);
	transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}



    /*brands-animation*/
    .brands {
      display: flex;
      flex-direction: column;
      gap: 4rem;

      width: 100%;
    }
    .brands svg {
path {
  fill:#505050;
}
}

    .brands-left, .brands-right {
      display: flex;
      width: 100%;
      overflow: hidden;
      position: relative;
    }

    .logo-track {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: max-content;
      gap: 3rem;
      will-change: transform;
    }

    .logo-image {
      width: 300px;
      height: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 0.5rem;
    }

    .logo-image img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
    }


    .barba-container {
  transition: opacity 0.3s ease;
}


/*animacion logo*/
    .logo-container {
      width: 100%;
    }

    .logo {
      width: 100%;
      height: auto;
      display: block;
    }

    .logo path {
      stroke: #10069F;
      stroke-width: 3;
      fill: transparent;
      stroke-dasharray: 1000;
      stroke-dashoffset: 1000;
      animation: draw 2s ease forwards,
                 fill 1s ease forwards 2.2s,
                 strokeColor 3s ease-in-out forwards 3.5s;
    }

    /* Ajusta los delays para escalonar el draw por path */
    .logo path:nth-child(1) {
      animation-delay: 1.6s, 3.8s, 5.1s;
    }
    .logo path:nth-child(2) {
      animation-delay: 1.1s, 3.3s, 4.6s;
    }
    .logo path:nth-child(3) {
      animation-delay: 0.5s, 2.7s, 4.0s;
    }
    .logo path:nth-child(4) {
      animation-delay: 0.4s, 2.6s, 3.9s;
    }
    .logo path:nth-child(5) {
      animation-delay: 0.3s, 2.5s, 3.8s;
    }
    .logo path:nth-child(6) {
      animation-delay: 0s, 2.2s, 3.5s;
    }

    @keyframes draw {
      to {
        stroke-dashoffset: 0;
      }
    }

    @keyframes fill {
      from {
        fill: transparent;
      }
      to {
        fill: #c1c1c1;
      }
    }

    @keyframes strokeColor {
      0% {
        stroke: #10069F;
      }
      100% {
        stroke: #505050;
      }
    }

header div, header p, header .elementor-nav-menu a {
    font-size: 20px!important;
    line-height: 18px!important;
    font-weight: 600!important;
    letter-spacing: -1.2px!important;
    color: #505050!important;
}
/*
   /*brands-animation*/
 .horario {
      display: flex;
      flex-direction: row;
      text-align: center;
      /*gap:5px;*/
    }
/*horios*/

.container-20 {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.text-20 {
  color: #000000;
 /* font-size: clamp(2rem, 12rem, 5vw);*/
    font-size: 48px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: -2.9px;
  width: 100%;
  text-align: center;
  perspective: 500px;
}

.text-20 span {
  display: block;
  font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
}

.text-20 .clase-1 {
   font-weight: 700;
}

/*horial - scroll*/

.scroll-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding:0;
}

.scroll-wrapper {
  display: flex;
  flex-wrap: nowrap;
   padding:0;
   margin-top: 25px; 
}

.scroll-slide {
  flex: 0 0 auto;
  width: 20vw;
  padding: 0.2rem;
  box-sizing: border-box;
}
.scroll-slide a p {
  color: #000;
  text-decoration: underline;
  font-weight: 400;
  margin-top: 10px;
}


.derecha h3 {
    font-size: 38px !important;
    line-height: 42px !important;
    letter-spacing: -3.2px !important;
    font-weight: 600;
    padding: 13px 10px;
    min-height: 78px;
    color: #505050 !important;
    top: 8px;
}
/*titulo proyectos*/
.titulo-1 {
    font-size: clamp(1.8rem, 5vw, 3.2rem)!important;
    line-height: clamp(2.2rem, 5vw, 4rem) !important;
    word-break: break-word;
    white-space: normal;
    display: block;
    overflow: hidden;
    font-weight: 500 !important;
    letter-spacing: -3.2px !important;
      color: #505050!important;
}

       [data-split-el="true"] {
      position: relative;
    }

    .text {
    
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      pointer-events: none;
    }

    .text .line,
    .text .word {
      overflow: hidden;
      display: inline-block;
    }

    .text--top .word {
      transform: translate3d(0, -50%, 0);
    }

    .text--top .char {
      transform: translate3d(0, 100%, 0);
    }

    .text--bottom .word {
      transform: translate3d(0, 50%, 0);
    }

    .text--bottom .char {
      transform: translate3d(0, -105%, 0);
    }

    .text--full {
      opacity: 0;
    }


    /* citas*/

     .slider-container-citas {
      position: relative;
      width: 100%;
      height: 350px;
      overflow: hidden;
      font-family: sans-serif;
      padding: 1rem;
      font-family: 'Poppins';
      text-align: right;
    }

   .slider-container-citas .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    animation: fadeAnimation 9s infinite;
    transition: opacity 0.5s ease-in-out;
  }

  .slider-container-citas .slide:nth-child(1) {
    animation-delay: 0s;
  }

  .slider-container-citas .slide:nth-child(2) {
    animation-delay: 3s;
  }

  .slider-container-citas .slide:nth-child(3) {
    animation-delay: 6s;
  }

  @keyframes fadeAnimation {
    0% { opacity: 0; }
    10% { opacity: 1; }
    30% { opacity: 1; }
    40% { opacity: 0; }
    100% { opacity: 0; }
  }

.slider-container-citas .slide blockquote {
    font-size: clamp(1.5rem, 5vw, 4rem);
    line-height: clamp(1.5rem, 5vw, 4.9rem);
    letter-spacing: -1.5px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-align: left;
    padding: 0;
    margin: 0;
}

    .slider-container-citas .slide p {
 font-size: clamp(1.5rem, 5vw, 1.5rem);
       line-height: clamp(1.5rem, 5vw, 2rem);
      letter-spacing: -1.2px;
      font-weight: 500;
      margin-bottom: 0.5rem;
      text-align: left;
      margin-top: 15px;
    }



#contacto h2, #contact h2 {
  font-size: clamp(3rem, 4vw, 7rem);
    line-height: clamp(3rem, 6vw, 7rem) !important;
  font-weight: 600;
  color: #505050;
  letter-spacing: -3.5px!important;
  margin: 0;
}

#clientes h2, #clients h2 {
  font-size: clamp(3rem, 4vw, 7rem);
   line-height: clamp(3rem, 6vw, 7rem)!important;
  font-weight: 600;
  color: #505050;
  letter-spacing: -3.5px!important;
  margin: 0;
  text-align: center;
}

 #portafolio .container, #portfolio .container {
  display: flex;
  gap: 1%;
  flex-direction: row;
  margin:0 0 20px 0;
}

#portafolio .columna, #portfolio .columna {
  flex: unset;
 
align-content: center;
  
}
#portafolio h2 {
         font-size: clamp(3rem, 6vw, 9rem)!important;
    line-height: clamp(3rem, 7vw, 8rem) !important;
  font-weight: 600;
  color: #505050;
  letter-spacing: -3.5px!important;
  margin: 0;
  text-align:left;
}
#portfolio h2 {
         font-size: clamp(3rem, 7vw, 9rem)!important;
    line-height: clamp(3rem, 7vw, 8rem) !important;
  font-weight: 600;
  color: #505050;
  letter-spacing: -3.5px!important;
  margin: 0;
  text-align:left;
}
#portafolio .izquierda, #portfolio .izquierda {
  width: 10%;
  border-radius: 10px;
}
#portafolio .izquierda video, #portfolio .izquierda video {
  border-radius: 10px;
  width:100%;
}

#portafolio .central, #portfolio .central{
  width: 30%;
}
#portafolio .derecha, #portfolio .derecha {
  width: 58%;
}

 #portafolio p.descripcion,  #portfolio p.descripcion {
font-size: 31px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -1.6px;
    margin:10px;
    padding-bottom: 10px;
  
 }

/*contacto*/

#contacto strong, #contact strong {
    display: block;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -3px;
}
#contacto .tooltiptext, #contact .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -70px;
  transition: visibility 0.2s ease-in-out;
}

#contacto .tooltiptext::after, #contact .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

#contacto #linkContacto, #contacto a, #contact #linkContacto, #contact a {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 22px;
}
#servicios h2, #services h2 {
  font-size: clamp(3rem, 4vw, 7rem);
   line-height: clamp(3rem, 6vw, 7rem);
  
}
    #servicios .flex-container, #services .flex-container {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      gap: 2rem;
      padding: 2rem;
    }
    #servicios .trigger, #services .trigger {
      order: 2; /* por defecto: derecha */
      width: 50%;
       height: 100%;
    }
    #servicios .contenidos, #services .contenidos {
      order: 1; /* por defecto: derecha */
      width: 50%;
    }

    #servicios .trigger-cont ul, #services .trigger-cont ul {
      list-style-type: none;
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 0;
      padding: 25px 20px;
      border-radius: 10px;
      border: #ccc solid 1px;
      height: 100%;
    }

    #servicios .trigger-cont li, #services .trigger-cont li {
      margin: 0.5rem 0;
      cursor: pointer;
      font-size: 47px;
      line-height: 50px;
      letter-spacing: -3.5px;
      color: #a3a3a3;
      font-weight: 600;
    }
    #servicios .trigger-cont li, #services .trigger-cont li  {
      margin: 0.5rem 0;
      cursor: pointer;
      font-size: 47px;
      line-height: 50px;
      letter-spacing: -3.5px;
      color: #4d4d4d;
      font-weight: 600;
    }
 #servicios .trigger-cont li.color-1, #services .trigger-cont li.color-1 {

      color: #60daaa;

    }
     #servicios .trigger-cont li.color-2, #services .trigger-cont li.color-2 {

      color: #6095da;

    }
         #servicios .trigger-cont li.color-3, #services .trigger-cont li.color-3 {

      color: #c0da60;

    }
    
    #servicios .contenido, #services .contenido {
      position: relative;
      display: flex;
      height: 250px;
      justify-content: center;
      align-items: center;
    }

    #servicios .contenido .cont, #services .contenido .cont {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.4s ease, transform 0.4s ease;
      pointer-events: none;
      font-size: 46px;
      line-height: 46px;
      font-weight: 400;
      letter-spacing: -1.5px;
      color: white;
      border-radius: 10px;
      padding: 50px;
      text-align: center;
      height: 100%;
    }

   #servicios  .contenido .cont.active, #services  .contenido .cont.active {
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto;
    }

   #servicios .contenido .fondo-color-1, #services .contenido .fondo-color-1 {
      background: #60daaa;
    }

    #servicios .contenido .fondo-color-2, #services .contenido .fondo-color-2 {
      background:#6095da;
    }

    #servicios .contenido .fondo-color-3, #services .contenido .fondo-color-3 {
      background: #c0da60;
    }

    #servicios .contenido .cont ul, #services .contenido .cont ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
      align-items: center;
    }


    /*Testimonios*/
    #clientes h3, #clients h3 {
  font-size: clamp(2.5rem, 4vw, 3rem);
   line-height: clamp(3rem, 6vw, 7rem);
  
}
    #testimonios .flex-items{
      font-size: 12px;
      line-height: 14px;
    }

    #testimonios .display-block {
      display: block!important;
      width: 100%!important;
    }
    #portafolio .columna, #portfolio .columna {
      font-size: 30px;
      line-height: 20px;
    }

#testimonios .splide {
      height: 200px;
    }

#testimonios .splide__slide {
      display: flex;
      align-items: left;
      color: rgb(39, 39, 39);
      height: 100vh;
      flex-direction: column;
	  width: 100%;
    }
#testimonios .splide__slide blockquote {
    font-weight: 400;
    letter-spacing: -3px;
        font-size: clamp(2.1em, 5vw, 2.8em);
    line-height: clamp(1.1em, 5vw, 1.4em);
    margin: 0 0 15px 0;
}

#testimonios .splide__slide strong {
	color: #214d92;
	font-size: clamp(2.1em, 5vw, 1.8em);
	line-height: clamp(1.3em, 5vw, 1.2em);
	font-weight: 500;
	letter-spacing: -1.5px;
  display: block;
}
#testimonios .splide__slide p {
	color: #444444;
	font-size: clamp(1.7em, 5vw, 1.8em);
  line-height: clamp(1.2em, 5vw, 1.2em);
	font-weight: 400;
	letter-spacing: -1.5px;
}

#testimonios .splide__pagination__page.is-active {
    background: #ff0000;
    transform: scale(1.4);
    z-index: 1;
}

  #testimonios .splide .flex-container {
  display: flex;
  flex-direction: row;
    align-content: center;
  align-content: center;
  padding:0;
  gap: 2%;
}

#testimonios .splide .flex-items:nth-child(1) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  width: 50%;
}

#testimonios .splide .flex-items:nth-child(2) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  width: 50%;
} 
#testimonios .movil, #portafolio .movil{
  display: none;
}

footer .tm {
  font-size: 0.5em;
  vertical-align: top;
  margin-left: 2px;
}
#footer .tm {
  font-size: 0.5em;
  vertical-align: top;
  margin-left: 2px;
}
/* Desactiva la animación por transform 3D */
.foogallery.fg-carousel .fg-item {
    transform: none !important;
    opacity: 0;
    transition: opacity 1s ease-in-out !important;
}

/* Solo la imagen activa debe mostrarse */
.foogallery.fg-carousel .fg-item.fg-item-active {
    opacity: 1 !important;
    z-index: 2;
}

        /* tablet-horizontal  */
    @media (max-width: 1366px) {
#portafolio h2, #portfolio h2 {
    font-size: 85px;
    line-height: 70px;
}
.derecha h3 {
    font-size: 34px !important;
    line-height: 43px !important;
    top:0;
    }
.video-container {
    top: 132px;

}

#servicios .contenido .cont ul, #services .contenido .cont ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: center;
}

#servicios .contenido .cont, #services .contenido .cont {
    font-size: 41px;
    line-height: 46px;
}
}
    
    /* tablet-vertical  */
    @media (max-width: 1024px) {
            #testimonios  .escritorio, #portafolio .escritorio, #portfolio .escritorio {
    display: none;
  }
 #testimonios .movil,  #portafolio .movil, #portfolio .movil {
    display: block;
  }
}


    /* tablet-horizontal  */
    @media (max-width: 1200px) {

  #testimonios  .escritorio {
    display: none!important;
  }
 #testimonios .movil {
    display: block!important;
  }
   #testimonios .splide .flex-items {
      width:100%!important;
    }
    #testimonios .splide__slide blockquote, #testimonios .splide__slide strong, #testimonios .splide__slide p, #testimonios .splide__slide strong {
  text-align: center;
}
#testimonios .splide__pagination--ttb {
    -ms-flex-direction: row;
    flex-direction: row;
}
    }

    
    /* tablet-vertical  */
    @media (max-width: 1024px) {
                  #testimonios  .escritorio {
    display: none!important;
  }
 #testimonios .movil {
    display: block!important;
  }
   #testimonios .splide .flex-items {
      width:100%!important;
    }
    #testimonios .splide__slide blockquote, #testimonios .splide__slide strong, #testimonios .splide__slide p, #testimonios .splide__slide strong {
  text-align: center;
}
#testimonios .splide__pagination--ttb {
    -ms-flex-direction: row;
    flex-direction: row;
}
}
    
/* Móvil */
    @media (max-width: 767px) {
      header:before {
  --background-overlay: none!important;
}
      .elementor-nav-menu--main .elementor-nav-menu a, .elementor-nav-menu--main .elementor-nav-menu a.highlighted, .elementor-nav-menu--main .elementor-nav-menu a:focus, .elementor-nav-menu--main .elementor-nav-menu a:hover {
    padding: 7px 20px;
}

      .header-principal .logo-header svg {
    width: 80px;
}
  .scroll-slide {
    width: 30vw;
  }
.titulo-proyectos h3 {
font-size: 23px !important;
        line-height: 28px !important;
    min-height: 78px;
    top:0;
    text-align: center;
            margin-bottom: 0;
}
  #portafolio h2, #portfolio h2 {
        font-size: 56px!important;
        line-height: 45px !important;
        margin-left: 13px;
    }
    
    #portafolio p.descripcion, #portfolio p.descripcion {
            font-size: 20px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: -1px;
        margin-top: 0px;
        text-align: center;
    }
  #portafolio .w100, #portfolio .w100 {
    width: 100%;
}
  #portafolio .izquierda, #portfolio .izquierda {
  width: 40%;
  border-radius: 10px;
}

#portafolio .central, #portfolio .central{
  width: 80%;
}

      #testimonios  .escritorio, #portafolio .escritorio, #portfolio .escritorio {
    display: none;
  }
 #testimonios .movil,  #portafolio .movil, #portfolio .movil {
    display: block;
  }
 #testimonios .splide .flex-items {
      width:100%!important;
    }
    #testimonios .splide__slide blockquote, #testimonios .splide__slide strong, #testimonios .splide__slide p, #testimonios .splide__slide strong {
  text-align: center;
}
#testimonios .splide__pagination--ttb {
    -ms-flex-direction: row;
    flex-direction: row;
}
      .slider-container-citas {
            height: 138px;
      }
      .video-movil video {
        border-radius: 10px;
      }
      .logo-container {
        max-width: 100%;
        margin-bottom: 15px;
      }
         .slider-container-citas .slide blockquote {
      text-align: center;
    }

    .slider-container-citas .slide p {

      text-align: left;
    }
      header div, header p, header .elementor-nav-menu a {
    font-size: 16.5px !important;
    line-height: 18px !important;

}
  #servicios .flex-container, #services .flex-container {
        flex-direction: column;
        padding: 10px;
        gap:1%;
      }

    #servicios .contenidos, #services .contenidos {
        order: 2; /* Contenido abajo */
        width: 100%;
      }

     #servicios .trigger, #services .trigger {
        order: 1; /* Trigger arriba */
        width: 100%;
                margin-bottom: 13px;
      }

    #servicios .trigger-cont ul, #services .trigger-cont ul {
  flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
        border: none;
      }

    #servicios .trigger-cont li, #services .trigger-cont li {
        font-size: 18px;
        margin: 10px 0;
        letter-spacing: -1px;
        width: min-content;
        line-height: 25px;
        align-content: center;
        text-align: center;
        max-width: 90px;
    }

    #servicios .contenido, #services .contenido {
        height: auto;
       min-height: 150px;
        flex-direction:column;
        
      }

   #servicios .contenido .cont, #services .contenido .cont {
        max-width: 100%;
        padding: 15px;
        font-size: 26px;
        line-height: 30px;
         transform: none !important;
    transition: opacity 0.4s ease; /* solo opacidad */
    top: 0; /* se mantienen apiladas */
      }

      .contenido .cont ul {
        padding: 0;
      }
      .slider-container-citas .slide p {
text-align: center;
}
.titulo-1 {
    font-weight: 600 !important;
    letter-spacing: -1px !important;
    text-align: center!important;
}
  .logo-image {
    width: 192px;
  }
  .logo-track {
    gap: 50px;
  }
 .brands {
    gap: 1rem;
}

#testimonios .splide__slide blockquote {
    letter-spacing: -1px;
}
#testimonios .splide {
    height:400px;
}
.splide__pagination {
    bottom: 2.5em!important;
}
.horario {
  font-weight: 600;
}


    }