﻿@import url("../semantic-aliases-base.css");
/* ==========================================================================
   ESSTRATEC STYLESHEET
   Enfoque: organizacion segura sin cambiar el cascade de produccion.
   Regla: evitar mover bloques existentes; usar estos encabezados para navegar.
   ========================================================================== */

/* ==========================================================================
   1) Base / Reset / Tokens
   ========================================================================== */

html{
    background-color: #1a1a1a;
}

body{
    margin: 0 auto;
    background-color: #ffffff;
    overflow-x: hidden;
    max-width: 100vw;
    padding-top: 6.4vw;
    
}

body::before{
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.22s ease, visibility 0.22s ease;
    z-index: 1190;
}

body.mega-menu-open::before{
    opacity: 1;
    visibility: visible;
}

:root{
    --cintillo-color: #ff0000;
    --menu-motion-duration: 0.28s;
    --menu-motion-ease: ease;
}

/* Google Fonts */
.Thv1,
.Thc1,
.HPC1,
.HPC12,
.HPC122,
.TGC1,
.utc1,
.TAEF,
.TAEFD,
.FabTel,
.Bp1,
.AIGT1,
.AIGT2,
.FtrpaTT1,
.titMVon,
.FooterTN,
#botmen1 {
    font-family: "TASA Orbiter", sans-serif !important;
    font-optical-sizing: auto;
}

.Thv2,
.Thc2,
.HPC2,
.TGC2,
.TAEF2,
.TAEFD2,
.TAEFD3,
.FooterCTA,
.BotonHV,
.BotonHV2,
.UltFT,
.UltFTL,
body,
input,
textarea,
button,
a {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
}

/* Scrollbar corporativa */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #e6e6e6;
}

::-webkit-scrollbar-thumb {
    background-color: #ff0000;
    border-radius: 0;
    border: 2px solid #e6e6e6;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #ff0000 #e6e6e6;
}

body.dark-mode,
body.dark-mode *{
    scrollbar-color: #ff0000 #1e1e1e;
}

body.dark-mode::-webkit-scrollbar-track,
body.dark-mode *::-webkit-scrollbar-track{
    background: #1e1e1e;
}

body.dark-mode::-webkit-scrollbar-thumb,
body.dark-mode *::-webkit-scrollbar-thumb{
    background-color: #ff0000;
    border-color: #1e1e1e;
}

.Thv1,
.Thc1,
.HPC1,
.HPC12,
.HPC122,
.utc1,
.TAEF,
.TAEFD,
.FabTel,
.Bp1,
.AIGT1,
.AIGT2,
.FtrpaTT1,
.titMVon{
    position: relative;
    padding-left: 0;
    padding-bottom: 0.7vw;
}

.Thc1{
    padding-bottom: 1.35vw;
}

.Thv1::before,
.Thc1::before,
.HPC1::before,
.HPC12::before,
.HPC122::before,
.utc1::before,
.TAEF::before,
.TAEFD::before,
.FabTel::before,
.Bp1::before,
.AIGT1::before,
.AIGT2::before,
.FtrpaTT1::before,
.titMVon::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3.8vw;
    height: 0.22vw;
    background-color: var(--cintillo-color);
    border-radius: 0;
}


.ultgima{
    grid-template-columns: auto auto auto auto auto;
    display: grid;
    box-sizing: content-box;
    margin-right: -2vw;
  }

  .ultgima img{
    width: 2.1vw;
  }


  .ultgima2{
    display: none;
    padding-left: 8.5vw;
    box-sizing: content-box;
    margin-right: -2vw;
  }

  .ultgima2 img{
    width: 6.5vw;
    padding-right: 6vw;
  }



/* ==========================================================================
   2) Header Desktop + Navegación Principal
   ========================================================================== */

.Footer{
    margin: 0;
    padding: 1.2vw 9.5vw;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1200;
    background-color: #ffffff;
    transition: padding 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease;
}

.LogoNa img{
    height: 3.55vw;
    transition: height 0.28s ease;
    display: block;
}

.cntry img{
    margin-bottom: -0.17vw;
    width: 1.7vw;
    height: auto;
    padding-left: 1.9vw;
}

.cntry2 img{
    margin-bottom: -0.17vw;
    width: 1.7vw;
    height: auto;
    padding-left: 1.3vw;
}

.footmen1{
    display: none;
    font-family: "Rubik", sans-serif;
    background-color: #ffffff;
    width: max-content;
    max-width: calc(100vw - 24px);
    height: auto;
    position: fixed;
    padding: 0.8vw 1vw;
    z-index: 1201;
    font-size: 0.85vw;
    left: 33.5vw;
    top: 5.3vw;
    color: #000000;
    font-weight: 700;
    box-sizing: border-box;
    gap: 0.1vw;
    opacity: 0; /* Start with opacity 0 */
    transition: opacity 0.3s ease; /* Add transition for opacity */
}


.footmen1.active {
    display: flex;
    opacity: 1; 
}


.menele a{
    text-decoration: none;
    display: block;
    padding: 0.65vw 0.7vw;
    cursor: pointer;
    color: #000000;
    white-space: nowrap;
}

.menele + .menele{
    border-left: 0.06vw solid rgba(0, 0, 0, 0.22);
    margin-left: 0.25vw;
    padding-left: 0.25vw;
}

.menele a:hover{
    color: #ff0000;
}

.menele a.hover{
    color: #ff0000;
}



.infooter{
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 0;
    padding-top: 0.95vw;
    font-size: 0.98vw;
    transition: padding-top 0.28s ease, font-size 0.28s ease;
}

.Footer.is-scrolled{
    padding: 0.72vw 9.5vw;
    box-shadow: 0 0.45vw 1.1vw rgba(0, 0, 0, 0.14);
}

.Footer.is-scrolled .LogoNa img{
    height: 2.85vw;
}

.Footer.is-scrolled .infooter{
    padding-top: 0.72vw;
    font-size: 0.9vw;
}

.Footer.is-scrolled .FooterTN,
.Footer.is-scrolled #botmen1{
    padding-left: 1.25vw;
}

.Footer.is-scrolled .FooterCTA{
    margin-left: 1.25vw;
    padding: 0.4vw 0.85vw;
}

.Footer.is-scrolled .HeaderSocial{
    margin-left: 1.25vw;
    gap: 0.95vw;
}

.Footer.is-scrolled .HeaderSocialLink{
    width: 1.55vw;
    height: 1.55vw;
}

.Footer.is-scrolled .FooterTN2{
    padding-left: 1.7vw;
}

.Footer.is-scrolled .cntry img,
.Footer.is-scrolled .cntry2 img{
    width: 1.5vw;
}

.FooterTN{
    font-family: "Rubik", sans-serif;
    text-decoration: none;
    padding-left: 1.6vw;
    color: #000000;
    font-weight: 700;
    font-size: 1em;
    transition: color 0.2s ease; 

}

.FooterTN:focus-visible,
#botmen1:focus-visible,
.FooterCTA:focus-visible {
    outline: 0.12vw solid #ff0000;
    outline-offset: 0.18vw;
}

.FooterTN:hover{
    font-family: "Rubik", sans-serif;
    text-decoration: none;
    color: #ff0000;
    font-weight: 800;
 
}

.FooterTN.is-current{
    color: #ff0000;
}

.HeaderSocial{
    margin-left: 1.45vw;
    display: inline-flex;
    align-items: center;
    gap: 1.05vw;
}

.HeaderSocialLink{
    width: 1.72vw;
    height: 1.72vw;
    color: #000000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease, transform 0.2s ease;
}

.HeaderSocialLink svg{
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.HeaderSocialLink--linkedin svg{
    transform: scale(1.18);
    transform-origin: center;
}


.HeaderSocialLink:hover{
    color: #ff0000;
    transform: translateY(-0.08vw);
}


#botmen1 {
    font-family: "Rubik", sans-serif;
    text-decoration: none;
    padding-left: 1.6vw;
    color: #000000;
    font-weight: 700;
    font-size: 1em;
    display: inline-flex;
    align-items: center;
    gap: 0.35vw;
}

#botmen1::after{
    content: "";
    width: 0;
    height: 0;
    border-left: 0.28vw solid transparent;
    border-right: 0.28vw solid transparent;
    border-top: 0.34vw solid currentColor;
    transition: transform 0.2s ease;
}

#botmen1:hover,
#botmen1.active,
#botmen1.is-current {
    color: #ff0000;
    font-weight: 800;
}

#botmen1.active::after{
    transform: rotate(180deg);
}

.FooterCTA{
    margin-left: 1.6vw;
    padding: 0.46vw 0.95vw;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    font-size: 0.92em;
    text-decoration: none;
    color: #ffffff;
    background-color: #ff0000;
    border: 0.08vw solid #ff0000;
    border-radius: 999px;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.FooterCTA:hover{
    color: #ffffff;
    background-color: #ff0000;
    border-color: #ff0000;
    transform: translateY(-0.1vw) scale(1.02);
    box-shadow: 0 0.6vw 1.15vw rgba(255, 0, 0, 0.42);
    filter: saturate(1.08);
}


/* ==========================================================================
   3) Mega Menu Desktop (paneles de productos)
   ========================================================================== */

.Volme{
    display: none;
    position: fixed;
    z-index: 1201;
    background-color: #ffffff;
    top: 10.3vw;
    left: 31vw;
}

.Platme{
    display: none;
    position: fixed;
    z-index: 1201;
    background-color: #ffffff;
    top: 10.3vw;
    left: 36vw;
}


.Volme.active{
    display: flex;
}

.Platme.active{
    display: flex;
}


.civ{
    width: 7.2vw;
    height: 5.5vw;
}

.VolmeE img{
    width: 100%;
    height: auto;
}

.PlatmeE img{
    width: 100%;
    height: auto;
}


.gray-margin {
    margin-top: 1vw;
    height: 7vw; /* Altura del margen gris */
    width: 0.1vw; /* Ancho del margen gris */
    background-color: rgba(0, 0, 0, 0.2);
}

.VolmeE{
    display: inline;
    text-align: left;
    padding: 1vw 2vw;   
    line-height: 0.1vw;
    font-size: 0.69vw;
    padding-bottom: 2vw;
    min-width: 11.6vw;
    box-sizing: border-box;
}


.PlatmeE{
    display: inline;
    text-align: left;
    padding: 1vw 2vw;   
    line-height: 0.1vw;
    font-size: 0.69vw;
    padding-bottom: 2vw;
    min-width: 11.6vw;
    box-sizing: border-box;
}





.mentext{
    margin: auto;
}

/* Categorías dentro del megamenú desktop: tipografía destacada */
.Volme .mentext,
.Platme .mentext,
.LowBme .mentext,
.CamasBme .mentext,
.Dollysme .mentext,
.Tanquesme .mentext,
.Tolvasme .mentext{
    font-family: "Rubik", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 500 !important;
    font-style: normal !important;
    letter-spacing: 0.01vw;
    color: #44517d;
}

.Volme a:hover .mentext,
.Volme a:focus-visible .mentext,
.Platme a:hover .mentext,
.Platme a:focus-visible .mentext,
.LowBme a:hover .mentext,
.LowBme a:focus-visible .mentext,
.CamasBme a:hover .mentext,
.CamasBme a:focus-visible .mentext,
.Dollysme a:hover .mentext,
.Dollysme a:focus-visible .mentext,
.Tanquesme a:hover .mentext,
.Tanquesme a:focus-visible .mentext,
.Tolvasme a:hover .mentext,
.Tolvasme a:focus-visible .mentext{
    color: #ff0000 !important;
}

.Volme a{
    text-decoration: none;
    color: #000000;
    font-family: "TASA Orbiter", sans-serif;
}

.Platme a{
    text-decoration: none;
    color: #000000;
    font-family: "TASA Orbiter", sans-serif;
}




.Volme a:hover{
    text-decoration: none;
    color: #ff0000;
    font-family: "TASA Orbiter", sans-serif;
}


.Platme a:hover{
    color: #ff0000;
}


.LowBme a:hover{
    color: #ff0000;
}

.Tolvasme a:hover{
    color: #ff0000;
}

.CamasBme a:hover {
    color: #ff0000;
}

.Dollysme a:hover {
    color: #ff0000;
}

.Tanquesme a:hover {
    color: #ff0000;
}


/* New styles for each name with "me" appended */

/* LowB styles */
.LowBme {
    display: none;
    position: fixed;
    z-index: 1201;
    background-color: #ffffff;
    top: 10.3vw;
    left: 40vw;
}

.LowBme.active {
    display: flex;
}

.LowBmeE img {
    width: 100%;
    height: auto;
}

.LowBmeE {
    display: inline;
    text-align: left;
    padding: 1vw 2vw;
    line-height: 0.1vw;
    font-size: 0.69vw;
    padding-bottom: 2vw;
    min-width: 11.6vw;
    box-sizing: border-box;
}

.LowBme a {
    text-decoration: none;
    color: #000000;
    font-family: "TASA Orbiter", sans-serif;
}

/* CamasB styles */
.CamasBme {
    display: none;
    position: fixed;
    z-index: 1201;
    background-color: #ffffff;
    top: 10.3vw;
    left: 53vw;
}

.CamasBme.active {
    display: flex;
}

.CamasBmeE img {
    width: 100%;
    height: auto;
}

.CamasBmeE {
    display: inline;
    text-align: left;
    padding: 1vw 2vw;
    line-height: 0.1vw;
    font-size: 0.69vw;
    padding-bottom: 2vw;
    min-width: 11.6vw;
    box-sizing: border-box;
}

.CamasBme a {
    text-decoration: none;
    color: #000000;
    font-family: "TASA Orbiter", sans-serif;
}

/* Dollys styles */
.Dollysme {
    display: none;
    position: fixed;
    z-index: 1201;
    background-color: #ffffff;
    top: 10.3vw;
    left: 60vw;
}

.Dollysme.active {
    display: flex;
}

.DollysmeE img {
    width: 100%;
    height: auto;
}

.DollysmeE {
    display: inline;
    text-align: left;
    padding: 1vw 2vw;
    line-height: 0.1vw;
    font-size: 0.69vw;
    padding-bottom: 2vw;
    min-width: 11.6vw;
    box-sizing: border-box;
}

.Dollysme a {
    text-decoration: none;
    color: #000000;
    font-family: "TASA Orbiter", sans-serif;
}

/* Tanques styles */
.Tanquesme {
    display: none;
    position: fixed;
    z-index: 1201;
    background-color: #ffffff;
    top: 10.3vw;
    left: 60vw;
}

.Tanquesme.active {
    display: flex;
}

.TanquesmeE img {
    width: 100%;
    height: auto;
}

.TanquesmeE {
    display: inline;
    text-align: left;
    padding: 1vw 2vw;
    line-height: 0.1vw;
    font-size: 0.69vw;
    padding-bottom: 2vw;
    min-width: 11.6vw;
    box-sizing: border-box;
}

.Tanquesme a {
    text-decoration: none;
    color: #000000;
    font-family: "TASA Orbiter", sans-serif;
}

/* Tolvas styles */
.Tolvasme {
    display: none;
    position: fixed;
    z-index: 1201;
    background-color: #ffffff;
    top: 10vw;
    left: 69vw;
}

.Tolvasme.active {
    display: flex;
}

.TolvasmeE img {
    width: 100%;
    height: auto;
}

.TolvasmeE {
    display: inline;
    text-align: left;
    padding: 1vw 2vw;
    line-height: 0.1vw;
    font-size: 0.69vw;
    padding-bottom: 2vw;
    min-width: 11.6vw;
    box-sizing: border-box;
}

.Tolvasme a {
    text-decoration: none;
    color: #000000;
    font-family: "TASA Orbiter", sans-serif;
}





.Ban2Tel{
    top: 48vw;
    left: 4vw;
    position: absolute;
}

.Ban2Tel img{
    width: 91vw;
}

.FooterTN2D{
    font-family: "TASA Orbiter", sans-serif;
    text-decoration: none;
    padding-left: 0vw;
    color: #000000;
    transition: color 0.2s ease; 

}

.FooterTN2D:hover{
    font-family: "TASA Orbiter", sans-serif;
    text-decoration: none;
    padding-left: 0vw;
    color: #ff0000;

}

.FooterTN2D img{
    width: 1.2vw;
    margin-bottom: -0.25vw;
    margin-right: 0.3vw;
    height: auto;
}


.FooterTN2{
    font-family: "TASA Orbiter", sans-serif;
    text-decoration: none;
    padding-left: 2.2vw;
    color: #000000;
    transition: color 0.2s ease; 

}

.FooterTN2:hover{
    font-family: "TASA Orbiter", sans-serif;
    text-decoration: none;
    padding-left: 2.2vw;
    color: #ff0000;

}

.FooterTN2 img{
    width: 1.2vw;
    margin-bottom: -0.25vw;
    margin-right: 0.3vw;
    height: auto;
}

.Tolvas img{
   bottom: 5vw;
   left: 40vw;
   margin-top: -30vw;
   width: 49vw;
   position: relative;
}

.LowBoys img{
    bottom: 3vw;
    left: 46vw;
    margin-top: -30vw;
    width: 42vw;
    position: relative;
 }

.Plataformas img{
    bottom: 1.5vw;
    left: 40vw;
    margin-top: -30vw;
    width: 49vw;
    position: relative;
}

.Tanques img{
    bottom: 4vw;
    left: 44vw;
    margin-top: -30vw;
    width: 44vw;
    position: relative;
}

.Especiales img{
    bottom: 5vw;
    left: 44vw;
    margin-top: -30vw;
    width: 45vw;
    position: relative;
}

.SobreChasis img{
    bottom: 2vw;
    left: 44vw;
    margin-top: -30vw;
    width: 45vw;
    position: relative;
}

 /*INICIO VC*/


.vid1 {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.background-video2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}




 /*INICIO VC*/

/* ==========================================================================
   4) Hero (desktop)
   ========================================================================== */

.HeaderVid{
    color: white;
    background-color: #000000;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100vw;
    min-height: calc(100vh - 8vw);
    height: calc(100vh - 8vw);
}

.HeaderVid::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; 
}


.HeaderVid video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0; 
}


.HeaderVid .ContHVFull {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 5.46vw;
    padding-right: 40vw;
}


.ContHV{
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.Thv1{
    font-family: "TASA Orbiter", sans-serif;
    font-size: 2.06vw;
    font-weight: 800;
    letter-spacing: 0.145vw;
    line-height: 1.23;
}

.Thv2{
    padding-top: 1.26vw;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 0.88vw;
    line-height: 0.5;
}

.ACBotonesHV{
    padding-top: 2.2vw;
    padding-left: 0;
}

.BotonHV {
    padding: 0.53vw 0.89vw;
    font-size: 0.78vw;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    color: white;
    text-decoration: none;
    background: linear-gradient(90deg, rgba(255, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 100%);
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    z-index: 1; /* Ensure the text stays above pseudo-element */
}

.BotonHV::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 100%);
    opacity: 0;
    transition: opacity 0.25s ease;
    z-index: -1; /* Ensure the overlay is behind the text */
}

.BotonHV:hover::before {
    left: 0;
    opacity: 1;
}

.BotonHV:hover,
.BotonHV:focus-visible {
    transform: translateY(-0.18vw);
    box-shadow: 0 0.7vw 1.5vw rgba(255, 0, 0, 0.45);
    filter: brightness(1.08);
}

.BotonHV span {
    position: relative;
    z-index: 2; /* Ensure the text is above the pseudo-element */
}


.pedafu{
    background: url(ElementosWeb/FullForma-730x545px.png);
    top: 33vw;
    left: 47vw;
    background-repeat: no-repeat;
    background-size: contain;
    height: 39vw; 
    width: 52vw;
    position: absolute;
}









.BHV2{
    margin-left: 2.03vw;
}


/* ==========================================================================
   5) Seccion Calidad y Experiencia
   ========================================================================== */

.HeaderCAL{
    margin: 2.2vw 10.15vw 0;
    color: #000000;
}

.HeaderCAL .ACBotonesHV{
    padding-top: 3.53vw;
    padding-left: 5.58vw;
}

.HCGrid{
    display: grid;
    grid-template-columns: 1fr 1fr; /* Dos columnas de igual ancho */
}


.ContHC{
    padding-top: 8.15vw;
    padding-left: 5.58vw;
    padding-right: 1vw;
}

.Thc1{
    font-family: "TASA Orbiter", sans-serif;
    font-size: 1.47vw;
    font-weight: 800;
    letter-spacing: 0.00vw;
    line-height: 0.45;
}

.Thc2{
    padding-top: 1.8vw;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 0.88vw;
    line-height: 0.5;
}

.HCGrid2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left: 1.2vw;
    gap: 1.5vw;
    padding-top: 2.1vw; 
}

.StatsGrid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9vw;
}

.StatCard{
    background-color: transparent;
    border: 0;
    min-height: auto;
    padding: 0.2vw 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.25vw;
    text-align: center;
}

.StatNumber{
    font-family: "TASA Orbiter", sans-serif;
    font-size: 2.9vw;
    font-weight: 900;
    line-height: 1;
    color: #ff0000;
}

.StatLabel{
    margin-top: 0.15vw;
    font-family: "Rubik", sans-serif;
    font-size: 1.22vw;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.03vw;
}

.EleCal{
    display: flex;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    font-size: 1vw;
    letter-spacing: 0.02vw;
    padding-bottom: 0.85vw;
    margin-top: -1vw;
}

.EleCal img{
    height: 3.35vw;
    width: auto;
}

.TextCal{
    padding-left: 0.6vw;
    padding-top: 0.7vw;
    line-height: 0.3;
    
}

.AcoHG{
    padding-top: 8.15vw;
    padding-left: 3.1vw;
}

/* ==========================================================================
   6) Seccion Productos (desktop)
   ========================================================================== */

.HeaderPCat{
    padding-top: 9vw;
    margin: 0 15.825vw;
    color: #000000;
}

.HPC1{
    font-family: "TASA Orbiter", sans-serif;
    font-size: 1.4vw;
}

.HPC12{
    font-family: "TASA Orbiter", sans-serif;
    font-size: 1.47vw;
    padding-bottom: 2.4vw;
    margin-bottom: -1.4vw;
}

.HPC2{
    padding-top: 0.9vw;
    font-family: "Rubik", sans-serif;
    font-size: 0.865vw;
}

.ProductMosaic{
    margin: 0 auto;
    max-width: 68.35vw;
    padding-top: 2.1vw;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.25vw;
}

.ProductPanel{
    grid-column: span 5;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75vw;
    align-content: start;
    opacity: 0;
    transform: translateY(1vw);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.ProductPanel.is-wide{
    grid-column: span 7;
    grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
    gap: 1vw;
    align-items: end;
}

.ProductMosaic.is-visible .ProductPanel{
    opacity: 1;
    transform: translateY(0);
}

.ProductMosaic.is-visible .ProductPanel:nth-child(1){ transition-delay: 0.02s; }
.ProductMosaic.is-visible .ProductPanel:nth-child(2){ transition-delay: 0.08s; }
.ProductMosaic.is-visible .ProductPanel:nth-child(3){ transition-delay: 0.14s; }
.ProductMosaic.is-visible .ProductPanel:nth-child(4){ transition-delay: 0.2s; }
.ProductMosaic.is-visible .ProductPanel:nth-child(5){ transition-delay: 0.26s; }
.ProductMosaic.is-visible .ProductPanel:nth-child(6){ transition-delay: 0.32s; }
.ProductMosaic.is-visible .ProductPanel:nth-child(7){ transition-delay: 0.38s; }

.ProductMedia{
    position: relative;
    min-height: 15.4vw;
    overflow: visible;
}

#section-productos,
#section-noticias-desktop,
#section-noticias-mobile,
#section-contacto{
    scroll-margin-top: 7.2vw;
}

.ProductMediaLink{
    display: block;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.ProductPanel.is-wide .ProductMedia{
    min-height: 17.2vw;
}

.ProductShape{
    position: absolute;
    inset: 6% 7% 8%;
    border-radius: 1vw;
    transform: skewX(-13deg);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0.16)),
      linear-gradient(160deg, rgba(255, 213, 74, 0.24), rgba(255, 0, 0, 0.07)),
      url('https://img.freepik.com/fotos-premium/estacionamiento-subterraneo-vacio-filas-plazas-estacionamiento-iluminación-tenue-imagen-muestra-pisos-hormigon-lisos-limpios-senales-direccionales-claras-paredes_1077320-11371.jpg?semt=ais_hybrid&w=740&q=80');
    background-size: cover;
    background-position: center;
    border: 0.06vw solid #e6e6e6;
    box-shadow: 0 0.62vw 1.25vw rgba(255, 213, 74, 0.2);
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, filter 0.3s ease;
}

.ProductShape--portuario{
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0.16)),
      linear-gradient(160deg, rgba(255, 213, 74, 0.24), rgba(255, 0, 0, 0.07)),
      url('img/puertofondo.webp');
    background-size: cover;
    background-position: center;
}

.ProductShape--construcción{
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0.16)),
      linear-gradient(160deg, rgba(255, 213, 74, 0.24), rgba(255, 0, 0, 0.07)),
      url('img/obra.webp');
    background-size: cover;
    background-position: center;
}

.ProductVehicle{
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: -0.38vw;
    transform: translateX(-50%);
    width: auto;
    max-width: 96%;
    max-height: 112%;
    filter: drop-shadow(0 0.4vw 0.75vw rgba(0, 0, 0, 0.24));
    transform-origin: 50% 100%;
    transition: transform 0.56s cubic-bezier(0.2, 0.75, 0.2, 1), filter 0.42s ease;
}

.ProductPanel.is-wide .ProductVehicle{
    max-width: 101%;
    max-height: 116%;
}

.ProductMedia:hover .ProductShape{
    border-color: #ff0000;
    box-shadow: 0 0.9vw 1.7vw rgba(255, 0, 0, 0.32), 0 0 0 0.1vw rgba(255, 0, 0, 0.25);
    transform: skewX(-13deg) translateY(-0.16vw);
    filter: saturate(1.06);
}

.ProductMedia:hover .ProductVehicle{
    transform: translateX(-50%) translateY(-0.47vw) scale(1.042) rotate(-0.26deg);
    filter: drop-shadow(0 0.78vw 1.12vw rgba(0, 0, 0, 0.4));
}

.CarouselSlide:hover .ProductShape{
    border-color: #ff0000;
    box-shadow: 0 0.9vw 1.7vw rgba(255, 0, 0, 0.32), 0 0 0 0.1vw rgba(255, 0, 0, 0.25);
    transform: skewX(-13deg) translateY(-0.16vw);
    filter: saturate(1.06);
}

.CarouselSlide:hover .ProductVehicle{
    transform: translateX(-50%) translateY(-0.47vw) scale(1.042) rotate(-0.26deg);
    filter: drop-shadow(0 0.78vw 1.12vw rgba(0, 0, 0, 0.4));
}

.ProductCopy{
    display: flex;
    flex-direction: column;
    gap: 0.42vw;
    padding: 0 0.4vw;
    align-self: center;
}

.ProductTitle{
    font-size: 1.48vw;
    line-height: 1.1;
    color: #000000;
    font-family: "TASA Orbiter", sans-serif;
    font-weight: 800;
    transition: color 0.24s ease;
}

/* Titulo en rojo al interactuar con imagen o boton "VER MÁS" del slide */
.CarouselSlide .ProductMediaLink:hover + .ProductCopy .ProductTitle,
.CarouselSlide .ProductMediaLink:focus-visible + .ProductCopy .ProductTitle,
.CarouselSlide:has(.ProductCopy .BotonHV:hover) .ProductTitle,
.CarouselSlide:has(.ProductCopy .BotonHV:focus-visible) .ProductTitle{
    color: #ff0000;
}

.ProductSub{
    font-size: 0.79vw;
    line-height: 1.32;
    letter-spacing: 0.01vw;
    color: #44517d;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
}

.ProductText{
    font-size: 0.79vw;
    line-height: 1.36;
    color: #171717;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
}

.ProductCopy .BotonHV{
    margin-top: 0.35vw;
    align-self: flex-start;
    font-weight: 700 !important;
}

.ProductCarousel{
    max-width: 68.35vw;
    margin: 0 auto;
    padding-top: 2.1vw;
    display: grid;
    grid-template-columns: 2.5vw 1fr 2.5vw;
    align-items: center;
    gap: 0.8vw;
}

.CarouselViewport{
    overflow-x: hidden;
    overflow-y: visible;
    padding: 1.05vw 0 1.2vw;
    touch-action: pan-y;
}

.CarouselTrack{
    display: flex;
    transition: transform 0.45s ease;
    will-change: transform;
}

.CarouselSlide{
    min-width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
    gap: 1.2vw;
    align-items: center;
    padding: 0.25vw 0.1vw;
}

.CarouselBtn{
    width: 2.5vw;
    height: 2.5vw;
    border: 0.08vw solid #d8d8d8;
    background: #ffffff;
    color: #000000;
    font-size: 1.7vw;
    line-height: 1;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.CarouselBtn:hover{
    border-color: #ff0000;
    color: #ffffff;
    background-color: #ff0000;
}

.CarouselDots{
    max-width: 68.35vw;
    margin: 0.95vw auto 0;
    display: flex;
    justify-content: center;
    gap: 0.45vw;
}

.CarouselDot{
    width: 0.58vw;
    height: 0.58vw;
    border: 0;
    border-radius: 50%;
    background: #c9c9c9;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.CarouselDot.is-active{
    background: #ff0000;
    transform: scale(1.1);
}

.HCatG{
    padding-top: 2vw;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto auto;
    justify-content: center; /* Centra el grid horizontalmente */
    align-content: center; 
    align-items: start;
    row-gap: 0.9vw;
    column-gap: 0.95vw;
    padding-left: 2vw;
}

.EspG{
    height: auto;
    min-height: 30vw;
    width: 25vw;
    padding: 1.2vw 0.8vw 0;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(1vw);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.HCatG.is-visible .EspG{
    opacity: 1;
    transform: translateY(0);
}

.HCatG.is-visible .EspG:nth-child(1){ transition-delay: 0.02s; }
.HCatG.is-visible .EspG:nth-child(2){ transition-delay: 0.08s; }
.HCatG.is-visible .EspG:nth-child(3){ transition-delay: 0.14s; }
.HCatG.is-visible .EspG:nth-child(4){ transition-delay: 0.2s; }
.HCatG.is-visible .EspG:nth-child(5){ transition-delay: 0.26s; }
.HCatG.is-visible .EspG:nth-child(6){ transition-delay: 0.32s; }
.HCatG.is-visible .EspG:nth-child(7){ transition-delay: 0.38s; }

.ContAn {
    background-image: none;
    background-color: transparent;
    border: 0;
    box-sizing: border-box;
    transition: filter 0.3s ease; /* Transicion suave para el efecto de sombra */
    min-height: 13vw;
    height: 13.5vw;
    width: 93%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    isolation: isolate;
    overflow: visible;
}

.ContAn:hover {
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.12));
}

.ContAn::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0.2)),
      linear-gradient(160deg, rgba(255, 213, 74, 0.28), rgba(255, 0, 0, 0.08)),
      url('img/estacionamientofondo.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    clip-path: polygon(14% 11%, 86% 11%, 98% 50%, 86% 89%, 14% 89%, 2% 50%);
    border: 0.08vw solid #e2e2e2;
    box-shadow: 0 0.7vw 1.6vw rgb(255, 6, 6);
}

.ContAn.shape-a::before{
    clip-path: none;
    border-radius: 1.1vw;
    transform: skewX(-18deg);
    inset: 5% 8%;
}

.ContAn.shape-b::before{
    clip-path: none;
    border-radius: 1.1vw;
    transform: skewX(-22deg);
    inset: 6% 9%;
}


.VHard{
    z-index: 5;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.VHard a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    overflow: visible;
}

.VHard img{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    transition: transform 0.3s ease;
    display: block;
    width: auto;
    height: auto;
    max-width: 101%;
    max-height: 120%;
    object-fit: contain;
    object-position: center;
    padding: 0;
    transform: translateY(-6%);
    filter: drop-shadow(0 0.45vw 0.8vw rgba(0, 0, 0, 0.32)) contrast(1.05) saturate(1.03);
}

.VHard img:hover {
    transform: translateY(-7px);
}


.BDiv1{
    padding-top: 0;
    margin-top: 0.35vw;
}

.BDiv2{
    padding-top: 0;
    margin-top: 0.35vw;
}


.EspG img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.TGC1{
    margin-top: 0;
    font-family: "TASA Orbiter", sans-serif;
    font-size: 1.5vw;
    color: #000000;
    line-height: 1.15;
}

.TGC2{
    padding-top: 0.35vw;
    font-family: "Rubik", sans-serif;
    font-size: 0.78vw;
    color: #4a4a4a;
    line-height: 1.35;
    min-height: 2.8vw;
    letter-spacing: 0.01vw;
}

.TGC2 p{
    margin: 0;
    height: 0;
}

.TGC3{
    font-size: 0.82vw;
    line-height: 1.38;
    color: #141414;
}

.CatT{
    width: 93%;
    margin: 0 auto;
    padding: 0.95vw 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.42vw;
    flex: 1;
}

.ContAn:hover + .CatT .BotonHV,
.EspG:hover .CatT .BotonHV {
    transform: translateY(-0.18vw);
    box-shadow: 0 0.7vw 1.5vw rgba(255, 0, 0, 0.45);
    filter: brightness(1.08);
}

.ContAn:hover + .CatT .TGC1,
.EspG:hover .CatT .TGC1{
    color: #ff0000;
    transition: color 0.28s ease;
}

.HCatG .BotonHV{
    font-weight: 700 !important;
    margin-top: 0.25vw;
}

.HCatG .BotonHV::before{
    background: linear-gradient(90deg, #ff0000 0%, #111111 100%);
}

.HCatG .BotonHV:hover,
.HCatG .BotonHV:focus-visible{
    box-shadow: 0 0.7vw 1.5vw rgba(0, 0, 0, 0.35), 0 0.5vw 1.2vw rgba(255, 0, 0, 0.35);
}

.HCatG .EspG:hover .BotonHV::before,
.HCatG .ContAn:hover + .CatT .BotonHV::before{
    left: 0;
    opacity: 1;
}





/* ==========================================================================
   7) Seccion Contacto + Footer (desktop)
   ========================================================================== */

.EndFooter{
    z-index: 1;
    background-color: #1a1a1a;
    background-image: none;
    color: white; 
    overflow: hidden;
    padding-top: 2.2vw;
}

.pfo{
    transition: filter 0.3s ease; 
}

.pfo:hover{
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
}

.EndGr{
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 3.2vw;
    align-items: start;
}

.AEF{
    max-width: 68.35vw;
    margin: 0 auto;
    padding: 3vw 0 2.2vw;

}

.TAEF{
    font-family: "TASA Orbiter", sans-serif;
    font-size: 1.46vw;
    line-height: 1.2;
}

.TAEF2{
    font-size: 0.9vw;
    line-height: 1.45;
    padding-top: 0.85vw;
    padding-bottom: 2.2vw;
    font-family: "Rubik", sans-serif;
}

.Contactanos .notel{
    display: grid;
    gap: 0.75vw;
}

.FormField{
    display: grid;
    gap: 0.28vw;
}

.FormLabel{
    font-size: 0.72vw;
    letter-spacing: 0.02vw;
    color: #cfcfcf;
}

.Contactanos input,
.Contactanos textarea{
    min-height: 2.5vw;
    width: 100%;
    max-width: 25.2vw;
    font-size: 0.86vw;
    background-color: #2a2a2a;
    color: #ffffff;
    border: 0.08vw solid #3a3a3a;
    margin: 0;
    padding: 0.62vw 1vw;
    box-sizing: border-box;
    border-radius: 0;

}

.Contactanos input::placeholder,
.Contactanos textarea::placeholder{
    color: #d0d0d0;
}

.Contactanos input:focus,
.Contactanos textarea:focus{
    outline: none;
    border-color: #ff0000;
    box-shadow: 0 0 0 0.08vw rgba(255, 0, 0, 0.35);
}

.CMSG{
    min-height: 5.3vw;
    resize: vertical;
    padding-top: 0.75vw;
}

.InfoContactos{
    padding-left: 0;
    padding-top: 1vw;
}


.TAEFD{
    font-family: "TASA Orbiter", sans-serif;
    font-size: 1.1vw;
    padding-bottom: 0.9vw;
    margin: 0;
    line-height: 1.2;
}

.TAEFD2{
    font-family: "TASA Orbiter", sans-serif;
    font-size: 0.9vw;
    padding-bottom: 0.85vw;    
    line-height: 1.4;
}

.TAEFD2 a{
    color: white;
    text-decoration: none;
}

.TAEFD2 a:hover{
    color: #ff0000;
}

.TAEFD3 a{
    color: white;
    text-decoration: none;
}

.TAEFD3 a:hover{
    color: #ff0000;
}




.TAEFD3{
    font-family: "Rubik", sans-serif;
    font-size: 0.9vw;
    padding: 0.2vw 0 0.9vw;
    line-height: 1.4;    
}

.ContactIcon{
    width: 1.35vw;
    height: 1.35vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.52vw;
    vertical-align: middle;
}

.ContactIcon svg{
    width: 100%;
    height: 100%;
    fill: #ff0000;
}

.InfoContactos .TAEFD + .TAEFD2,
.InfoContactos .TAEFD + .TAEFD3{
    margin-top: 0.55vw;
}

.USAC{
    padding-top: 1.6vw;
}

.PRFTR img{
    margin-top: -10.8vw;
    margin-left: 10.5vw;
    width: 79.5vw;
}


.sep{
    padding-top: 15vw;
}

.sep2{
    padding-top: 14vw;
}

.BotonHV2 {
    padding: 0.5vw 1.15vw;
    background: linear-gradient(90deg, rgba(255, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 100%);
    color: white;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 0.78vw;
    text-decoration: none;
    line-height: 1;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    overflow: hidden;
    z-index: 1; /* Ensure the text stays above the pseudo-element */
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.BotonHV2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1; /* Ensure the overlay is behind the button */
}

.BotonHV2:hover::before {
    opacity: 1;
}

.BotonHV2:hover,
.BotonHV2:focus-visible {
    transform: translateY(-0.18vw);
    box-shadow: 0 0.7vw 1.5vw rgba(255, 0, 0, 0.45);
    filter: brightness(1.08);
}


.telimg{
    width: 1.4vw;
    margin-left: 0;
    margin-bottom: -0.2vw;
    padding-right: 0.52vw;
}

.telimg2{
    width: 1.6vw;
    margin-left: 0;
    margin-bottom: -0.2vw;
    padding-right: 0.42vw;
}

.telimg3{
    width: 1.55vw;
    margin-left: 0;
    margin-bottom: -0.2vw;
    padding-right: 0.4vw;
}

.telimg4{
    width: 1.55vw;
    margin-left: 0;
    margin-bottom: -0.2vw;
    padding-right: 0.4vw;
}

.UltFT{
    margin-left: 10.3vw;
    display: flex;
    font-family: "Rubik", sans-serif;
    font-size: 0.9vw;
    color: #ffffff;
}

.UltFT a{
    text-decoration: none;
    color: #ffffff;

}

.UltFT a:hover{
    text-decoration: none;
    color: #ffffff;

}

.OwenLink span{
    font-weight: 500 !important;
}

.OwenLink,
.OwenLink:visited{
    color: #ffffff !important;
}

.OwenLink:hover,
.OwenLink:focus-visible{
    color: #8a2be2 !important;
}

.BrandMark{
    color: inherit !important;
    font-weight: 400 !important;
}


.UltFTL{
    padding-right: 2vw;
}

.UltFT img{
    padding-left: 25.5vw;
    width: 20.3vw;
    margin-top: -2.9vw;
    padding-bottom: 4vw;
}

.EndFooter > .notel .UltFT{
    max-width: 68.35vw;
    width: 68.35vw;
    margin: 0 auto;
    padding: 1.1vw 0 1.4vw;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.2vw;
    font-size: 0.82vw;
    color: #d2d2d2;
    text-align: left;
    position: relative;
    min-height: 4.2vw;
}

.EndFooter > .notel .UltFTL{
    padding: 0;
    margin: 0;
    line-height: 1.35;
}

.FooterBrandWrap{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.35vw;
}

.FooterBrandImg{
    width: min(18.5vw, 280px);
    height: auto;
    display: block;
}

.EndFooter > .notel .FooterBrandWrap{
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    position: absolute;
    left: calc((100vw - 68.35vw) / -2);
    bottom: 0.15vw;
    justify-content: flex-start;
    flex: 0 0 auto;
}

.EndFooter > .notel .FooterBrandImg{
    width: min(12.8vw, 190px);
}

.FooterLegalRow{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.1vw;
    flex-wrap: nowrap;
    white-space: nowrap;
    flex: 1 1 auto;
    text-align: center;
}

.FooterLegalLink{
    color: #d2d2d2;
    text-decoration: none;
}

.FooterLegalLink:hover,
.FooterLegalLink:focus-visible{
    color: #ffffff;
}

.Banner2{
    margin-top: 7vw;
    color: white;
    margin-left: 10.25vw;
    height: 17vw;
    width: 79.8vw;
    padding-bottom: 6.5vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(ElementosWeb/plecaCoverP-1088x226px.png);
}

.Bp{
    padding-left: 5.4vw;
    padding-top: 3.7vw;
}

.BpPF{
    padding-left: 5.4vw;
    padding-top: 2.7vw;
}


.Bp1{
    padding-top: 0.20vw;
    font-family: "TASA Orbiter", sans-serif;
    font-size: 2.24vw;
}

.Bp2{
    font-size: 0.93vw;
    font-weight: 100;
    padding-top: 0.1vw;
    font-family: "Rubik", sans-serif;
}

.Cntinfgr{
    padding-top: 10.8vw;
    padding-bottom: 2vw;
    margin: 0 10.5vw;
}

.infimg img{
    width: 38vw;
    margin-top: -3.5vw;
}

.infimg{
    padding-left: 2vw;
}

.infgr{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.infTlo{
    font-family: "TASA Orbiter", sans-serif;
    font-size: 1.45vw;
}

.infTlo2{
    padding-top: 1vw;
    font-family: "Rubik", sans-serif;
    font-size: 0.9vw;
    line-height: 0.38vw;
}

.tlo{
    font-size: 0.85vw;
    font-weight: 900;
    font-family: "Rubik", sans-serif;
}

.tlo2{
    font-weight: 700;
    font-family: "Rubik", sans-serif;
}

.infeqcont{
    padding-left: 8.7vw;
    color: #000000;
}

.infF{
    font-family: "Rubik", sans-serif;
    font-size: 0.94vw;
    padding-top: 0.35vw;
}

.dbtn{
   padding-top: 2.6vw;
}

.VdImggr{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.VdImggr img{
    width: 100%;
}



.BotonHVF1 {
    padding: 0.53vw 0.68vw;
    margin-right: 1.85vw;
    background: linear-gradient(90deg, rgba(255, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 100%);
    color: white;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 0.78vw;
    text-decoration: none;
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 1; /* Ensure the text stays above the pseudo-element */
}

.BotonHVF1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1; /* Ensure the overlay is behind the button */
}

.BotonHVF1:hover::before {
    opacity: 1;
}


.Capa{
    padding-top: 1.9vw;
    display: flex;
}

.Capa img{
   width: 1.4vw;
   height: 1.8vw;
   padding-right: 0.8vw;
}

.Capa2{
    padding-top: 1.9vw;
    display: flex;
}

.Capa2 img{
    padding-top: 0.1vw;
   width: 1.4vw;
   height: 1.4vw;
   padding-right: 0.8vw;
}









.mdimg{
    display: grid;
    grid-template-rows: 1vw 1vw;
    padding-bottom: 41.5vw;
}

.mdimg img{
    margin-left: 43.7vw;
    width: 56.3vw;
    
}

.AcoIMGT{
    padding-left: 15.7vw;
    padding-top: 6.3vw;
    color: #000000;
}

.IMGTT1{
    font-family: "TASA Orbiter", sans-serif;
    line-height: 0.6vw;
    font-size: 2.24vw;
    padding-top: 0.7vw;
}

.IMGTT2{
    font-family: "Rubik", sans-serif;
    line-height: 0.4vw;
    font-size: 0.9vw;
    padding-top: 1.7vw;
    font-weight: 400;
}

.Azu{
   margin-top: 3.5vw;
   background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 76%);
   margin-left: 10.2vw;
   margin-right: 33vw;
   color: white;
}

.acoinfazu{
    margin-left: 5.3vw;
    padding-top: 2.5vw;
}

.Tazu1{
    font-family: "TASA Orbiter", sans-serif;
    font-size: 1vw;
    display: flex;
}

.Tazu2{
    padding-top: 1vw;
    padding-bottom: 3.8vw;
    font-family: "Rubik", sans-serif;
    font-size: 0.8vw;
    font-weight: 300;
    line-height: 0.4vw;
}




.HCGrid22 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr); 
    gap: 0.4vw;
    padding-left: 1.2vw;
    padding-top: 2.1vw;
}

.EleCal2{
    display: flex;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    font-size: 1vw;
    letter-spacing: 0.02vw;
    padding-bottom: 2.3vw;
    margin-top: -1vw;
    color: #000000;
}

.EleCal2 img{
    height: 3.35vw;
    width: auto;
    padding-right: 0.3vw;
}


.AcoHG2{
    padding-top: 6.53vw;
    padding-left: 14.3vw;
    padding-right: 22.1vw;
}


.AIGR2{
    padding-top: 6.8vw;
    display: grid;
    grid-template-columns: 50% 50%;
    margin-left: 15vw;
}

.AIGR2 img{
    width: 29vw;
}

.AIGT1{
    color: #000000;
    font-family: "TASA Orbiter", sans-serif;
    padding-top: 4vw;
    font-size: 1.5vw;
    padding-left: 0.7vw;

    
}

.AIGT2{
    color: #000000;
    font-family: "TASA Orbiter", sans-serif;
    padding-top: 4vw;
    font-size: 1.5vw;
    margin-left: -1.2vw;
}

.AIGT11{
    padding-left: 0.75vw;
    font-family: "Rubik", sans-serif;
    font-size: 0.95vw;
    color: #000000;
    padding-top: 0.9vw;
    line-height: 0.25vw;
}

.AIGT22{
    margin-left: -1.2vw;
    font-family: "Rubik", sans-serif;
    font-size: 0.95vw;
    color: #000000;
    padding-top: 0.9vw;
    line-height: 0.25vw;

    
}

.sepGT1{
    padding-top: 3.6vw;
}


.BotonHV33{
    padding: 0.53vw 0.89vw;
    background: linear-gradient(90deg, rgba(255, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 100%);
    color: white;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 0.78vw;
    text-decoration: none;
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 1; /* Ensure the text stays above the pseudo-element */
    margin-left: -1.1vw;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    
}

.BotonHV33::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1; /* Ensure the overlay is behind the button */
}

.BotonHV33:hover::before {
    opacity: 1;
}

.BotonHV33:hover,
.BotonHV33:focus-visible {
    transform: translateY(-0.12vw);
    box-shadow: 0 0.6vw 1.3vw rgba(255, 0, 0, 0.45);
    filter: brightness(1.08);
}



.BotonHV33z{
    padding: 0.53vw 0.89vw;
    background: linear-gradient(90deg, rgba(255, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 100%);
    color: white;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 0.78vw;
    text-decoration: none;
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 1; /* Ensure the text stays above the pseudo-element */
    margin-left: 0.8vw;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.BotonHV33z::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1; /* Ensure the overlay is behind the button */
}

.BotonHV33z:hover::before {
    opacity: 1;
}

.BotonHV33z:hover,
.BotonHV33z:focus-visible {
    transform: translateY(-0.12vw);
    box-shadow: 0 0.6vw 1.3vw rgba(255, 0, 0, 0.45);
    filter: brightness(1.08);
}

.Ftrpa{
    margin-top: 11.1vw;
    padding-top: 1vw;
    background-image: url(ElementosWeb/Mapa-1366x500px.png);
    padding-bottom: 14.5vw;
    background-size: cover;
    margin-bottom: 10.5vw;
}

.CVT{
    margin-left: 63.85vw;
    margin-top: 7.9vw;
    color: white;
}

.FtrpaTT1{
    font-family: "TASA Orbiter", sans-serif;
    font-size: 1.5vw;
    line-height: 0.4vw;
    padding-bottom: 1.6vw;
}

.CVT img{
    height: 2.2vw;
    padding-bottom: 3.5vw;
}

.FtrpaTT2{
    padding-top: 0.5vw;
    font-family: "Rubik", sans-serif;
    font-size: 0.93vw;
    font-weight: 100;
    line-height: 0.3vw;
}

.sepul{
    padding-top: 3.7vw;
}


.HPC122{
    font-family: "TASA Orbiter", sans-serif;
    font-size: 1.47vw;
    padding-bottom: 0.95vw;
    padding-left: 0.7vw;
    color: #000000;

}


.AIGT111{
    padding-left: 0.75vw;
    font-family: "Rubik", sans-serif;
    font-size: 0.883vw;
    color: #000000;
    padding-top: 0.2vw;
    line-height: 0.25vw;
}

.Remo{
    margin: 0 16.5vw;
    padding-bottom: 2vw;
}

.remogr{
    padding-top: 6.1vw;
    display: grid;
    gap: 6.3vw;
    grid-template-columns: 1.1fr 1.15fr 1.1fr 1.5fr;
}

.remogr img{
    width: 100%;

}

.nocom{
    display: none;
}




/* ==========================================================================
   8) Seccion Noticias / Reels
   ========================================================================== */

.ultaco{
    margin: auto 15.42vw;
    padding-top: 5vw;
    padding-bottom: 2vw;
}

.ultacol{
    display: grid;
    grid-template-columns: auto auto;
    margin-bottom: 3vw;
}



.utc1{
    font-size: 1.5vw;
    color: #000000;
    font-family: "TASA Orbiter", sans-serif;


  }

  .utc2{
    padding-top: 1vw;
    font-weight: 500;
    padding-bottom: 0vw;
    font-size: 0.9vw;
    color: #000000;
    font-family: "Rubik", sans-serif;

  }




  .tiktok-container {
    display: flex;
    gap: 1vw;
    width: 100%;
    justify-content: center;
  }
  
  .video-wrapper {
    position: relative;
  }
  
  .tiktok-video {
    width: 16.3vw;
  }
  
  .vidico2 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-image: url('ElementosWeb/verico.png');
    opacity: 1;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.37));
    transition: opacity 0.16s ease, filter 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
    transform: scale(1); /* Escala inicial */
    pointer-events: none; /* Para asegurar que el video se pueda seguir clicando */
  }
  
  /* Transición para incrementar el tamaño y agregar tinte gris */
  .video-wrapper:hover .vidico2 {
    transform: scale(1.05); /* Escala aumentada */
    background-color: rgba(255, 255, 255, 0.322); /* Tinte gris con opacidad */
  }




/* video */


.vidvis{
    display: none;
    position: fixed;
    z-index: 1300;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}





.vidvis .close {
    position: fixed;
    top: 1.2rem;
    right: 1.2rem;
    width: 2.8rem;
    height: 2.8rem;
    border: 0;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1310;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.FormActions{
    padding-top: 0.55vw;
    display: grid;
    justify-items: start;
    gap: 0.65vw;
}

.ContactForm .BotonHV2{
    cursor: pointer;
    border: 0.08vw solid #ff0000;
}

.ContactForm .BotonHV2:disabled{
    cursor: not-allowed;
    opacity: 0.75;
}

.FormStatus{
    margin: 0;
    min-height: 1.05vw;
    font-size: 0.74vw;
    color: #ffffff;
}

.FormStatus.is-error{
    color: #ff8080;
}

.FormStatus.is-success{
    color: #8bffa0;
}



.VdImggr img {
    cursor: pointer;
    transition: 0.3s;
}

.VdImggr a{
    transition: 0.3s;
}

.VdImggr img:hover {opacity: 0.7;}

.VdImggr a:hover {opacity: 0.7;}

.modal-content video{
    margin: auto;
    display: block;
    width: 100%;
}

.modal-content2 video{
    margin: auto auto;
    display: block;
    width: 45vh;
}



.vidvis .close:hover,
.vidvis .close:focus {
    color: #ffffff;
    background-color: rgba(255, 0, 0, 0.9);
    text-decoration: none;
    transform: scale(1.06);
}

body.modal-open{
    overflow: hidden;
}

body.modal-open .menu-toggle{
    opacity: 0;
    pointer-events: none;
}

body.mobile-menu-open{
    overflow: hidden;
    touch-action: auto;
    overscroll-behavior: none;
}



/* video */






.midbar{
    margin: 0vw auto;
    width: 78vw;
    height: 0.1vw;
    background-color: #ffffff;
}










/* ==========================================================================
   9) Responsive Principal (mobile)
   ========================================================================== */

@media only screen and (max-width: 700px) {






  .ultgima2{
    display: block;
    padding-left: 8.5vw;
    box-sizing: content-box;
    margin-right: 2vw;
    margin-top: -7vw;
    padding-bottom: 7vw;
  }

  .ultgima2 img{
    width: 6.5vw;
    padding-right: 6vw;
  }









    .modal-content2 video{
        margin: auto auto;
        display: block;
        width: 60%;
    }



    .utc1{
        font-size: 3.4vw;
        color: #000000;
        font-family: "TASA Orbiter", sans-serif;
    
    
      }
    
      .utc2{
        padding-top: 2vw;
        padding-bottom: 7vw;
        font-weight: 500;
        font-size: 2.7vw;
        line-height: 4vw;
        color: #000000;
        font-family: "Rubik", sans-serif;
    
      }




    .tiktok-container {
        display: flex;
        gap: 2.8vw;
        width: 100%;
        padding-left: 0;
        padding-right: 2vw;
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        box-sizing: border-box;
      }
      
      .video-wrapper {
        position: relative;
        flex: 0 0 auto;
      }
      
      .tiktok-video {
        width: 40vw;
      }


    .ultaco{
        margin: 9vw 8.5vw;
        padding-top: 5vw;
        padding-bottom: 4vw;
        overflow-x: hidden;
    }





.nocom{
    display: block;
}


.notel{
   display: none;
}

.Thv1,
.Thc1,
.HPC1,
.HPC12,
.HPC122,
.utc1,
.TAEF,
.TAEFD,
.FabTel,
.Bp1,
.AIGT1,
.AIGT2,
.FtrpaTT1,
.titMVon{
    padding-left: 0;
    padding-bottom: 1.5vw;
}

.Thc1{
    padding-bottom: 2.8vw;
}

.Thv1::before,
.Thc1::before,
.HPC1::before,
.HPC12::before,
.HPC122::before,
.utc1::before,
.TAEF::before,
.TAEFD::before,
.FabTel::before,
.Bp1::before,
.AIGT1::before,
.AIGT2::before,
.FtrpaTT1::before,
.titMVon::before{
    width: 8.5vw;
    height: 0.75vw;
}

.Footer{
    margin: 0;
    padding: 2.9vw 4vw;
    display: flex;
}

.Footer.is-scrolled{
    padding: 1.95vw 4vw;
}

body{
    padding-top: 18vw;
}

.LogoNa img{
    height: 11.6vw;
    width: auto;
    max-height: 100%;
    object-fit: contain;
}

.Footer.is-scrolled .LogoNa img{
    height: 9.1vw;
    width: auto;
    max-height: 100%;
    object-fit: contain;
}

.SepTel{
    padding-bottom: 0;
}

.HeaderVid{
    padding-top: 0;
    color: white;
    background-color: #000000;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.62)), url('img/obra.webp');
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    margin: 2.2vw 0 0;
    width: 100vw;
    min-height: clamp(250px, 58vw, 390px);
    height: clamp(250px, 58vw, 390px);
    -webkit-clip-path: none;
    clip-path: none;
    animation: none;
}

.HeaderVid::after{
    content: "";
    position: absolute;
    top: 0;
    right: -10vw;
    width: clamp(95px, 31vw, 180px);
    height: 100%;
    z-index: 1;
    pointer-events: none;
    transform: skewX(-15deg);
    transform-origin: right center;
    background: linear-gradient(180deg, rgba(255, 0, 0, 0.22) 0%, rgba(15, 15, 15, 0.55) 58%, rgba(255, 0, 0, 0.16) 100%);
    mix-blend-mode: screen;
    opacity: 0.9;
}


.HeaderVid #video-background{
    display: none;
}

.ContHV{
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}


.Thv1{
    font-size: 5.5vw;
}

.HeaderVid .Thv1{
    font-size: 6.2vw;
    line-height: 1.15;
    letter-spacing: 0.08vw;
}


.ACBotonesHV{
    padding-top: 5vw;
    padding-left: 0;
}

.HeaderVid .ContHVFull{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 5.4vw;
    padding-right: 5.4vw;
    padding-bottom: 0;
    text-align: left;
}

.BotonHV{
    padding: 1.6vw 3.88vw;
    background: rgb(255,0,0);
background: linear-gradient(90deg, rgba(255, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 100%);
    color: white;
    font-family: "Rubik", sans-serif;
    font-weight: 800;
    font-size: 2.5vw;
    text-decoration: none;
    margin-right: 5vw;
}

.Thv2{
    padding-top: 14vw;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 3vw;
    color: white;
    line-height: 0.5;
    padding-left: 8.4vw;
}

.HeroSubStandalone{
    display: block;
    margin: 4.2vw 8.5vw 0;
    padding-top: 0;
    padding-left: 0;
    font-family: "Rubik", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-style: normal !important;
    font-synthesis: none;
    font-size: 2.7vw;
    line-height: 1.45;
    color: #111111;
}

.HeaderVid .HeroSubMobile{
    display: none;
    font-family: "Rubik", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-style: normal !important;
    font-synthesis: none;
    line-height: 1.45 !important;
}

.HeaderVid .ACBotonesHV{
    padding-top: 3.2vw;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.HeaderVid .ACBotonesHV .BotonHV{
    margin-right: 0;
    font-weight: 700;
    box-shadow: 0 0 1.05vw rgba(255, 0, 0, 0.62), 0 0 2.4vw rgba(255, 0, 0, 0.44), 0 0 3.2vw rgba(255, 0, 0, 0.2);
    transition: box-shadow 0.26s ease, transform 0.26s ease;
}

.HeaderVid .ACBotonesHV .BotonHV:hover,
.HeaderVid .ACBotonesHV .BotonHV:focus-visible{
    box-shadow: 0 0 1.35vw rgba(255, 0, 0, 0.85), 0 0 3vw rgba(255, 0, 0, 0.58), 0 0 4vw rgba(255, 0, 0, 0.3);
    transform: translateY(-0.08vw);
}

.HeaderVid .ACBotonesHV .BHV2{
    display: inline-block;
    margin-left: 2.2vw;
    background: linear-gradient(90deg, #ff0000 0%, #ff0000 100%);
    border: 0.22vw solid #ff0000;
    border-image: none;
    box-shadow: 0 0 1.08vw rgba(255, 0, 0, 0.66), 0 0 2.5vw rgba(255, 0, 0, 0.42), 0 0 3.2vw rgba(20, 20, 20, 0.5);
}

.HeaderVid .ACBotonesHV .BHV2:hover,
.HeaderVid .ACBotonesHV .BHV2:focus-visible{
    box-shadow: 0 0 1.45vw rgba(255, 0, 0, 0.9), 0 0 3.1vw rgba(255, 0, 0, 0.62), 0 0 4vw rgba(20, 20, 20, 0.58);
}

.HCGrid{
    padding-top: 4.5vw;
    display: block;
    
}

.ContHC{
    padding-top: 0;
    padding-left: 0vw;
    padding-right: 1vw;
}

.HeaderCAL{
    margin: 2.4vw 8.5vw 0;
}

.Thc1{
    padding-top: 1.1vw;
    font-family: "TASA Orbiter", sans-serif;
    font-size: 3.9vw;
    font-weight: 800;
    letter-spacing: 0.00vw;
    line-height: 0.45;
}

.Thc2{
   padding-top: 7.6vw;
   line-height: 1.2vw;
   font-size: 2.95vw;

}


.AcoHG{
    padding-top: 7.3vw;
    padding-left: 0vw;
}

.EleCal{
    display: flex;
    font-family: "Rubik", sans-serif;
    font-weight: 800;
    font-size: 2.7vw;
    letter-spacing: 0.02vw;
    padding-bottom: 5vw;
    margin-top: -1vw;
}

.EleCal img{
    padding-right: 2.5vw;
    height: 9.7vw;
    width: auto;
    padding-top: 1vw;
    margin-top: -2.4vw;
}

.HCGrid2{
    display: grid;
    grid-template-columns: 1.28fr 1fr;
    padding-left: 0.01vw;
    gap: 1.5vw;
    padding-top: 2vw; 
}

.StatsGrid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.2vw;
    padding-top: 2.8vw;
    padding-left: 0;
}

.StatCard{
    min-height: auto;
    padding: 0.6vw 0;
    border-width: 0;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 0.5vw;
}

.StatNumber{
    font-size: 7.2vw;
    font-weight: 900;
}

.StatLabel{
    margin-top: 0;
    font-size: 3.3vw;
}

.HeaderPCat{
    padding-top: 14.7vw;
    margin: 0 9vw;
    color: #000000;

}

.HPC1{
    font-family: "TASA Orbiter", sans-serif;
    font-size: 3.8vw;
    padding-right: 3vw;
    margin-left: -1.1vw;
}

.HPC2{
    padding-top: 3vw;
    font-family: "Rubik", sans-serif;
    font-size: 3.2vw;
    line-height: 4.5vw;
    padding-bottom: 9.5vw;
    margin-left: -1.1vw;
}

.ProductMosaic{
    max-width: none;
    margin: 0 8.5vw;
    padding-top: 1.2vw;
    grid-template-columns: 1fr;
    gap: 5.6vw;
}

.ProductPanel,
.ProductPanel.is-wide{
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 2.3vw;
    opacity: 1;
    transform: none;
}

.ProductMedia,
.ProductPanel.is-wide .ProductMedia{
    min-height: 49vw;
}

.ProductShape{
    inset: 8% 6% 10%;
    border-radius: 3vw;
    border-width: 0.24vw;
    transform: skewX(-10deg);
}

.ProductVehicle,
.ProductPanel.is-wide .ProductVehicle{
    max-width: 98%;
    max-height: 112%;
    bottom: -0.85vw;
}

.ProductCopy{
    gap: 1.5vw;
    padding: 0 1.5vw;
}

.ProductTitle{
    font-size: 4.8vw;
}

.ProductSub{
    font-size: 2.35vw;
}

.ProductText{
    font-size: 2.45vw;
    line-height: 1.4;
}

.ProductCopy .BotonHV{
    margin-top: 1.5vw;
}

.ProductCarousel{
    max-width: none;
    margin: 0 8.5vw;
    padding-top: 1.2vw;
    grid-template-columns: 8vw 1fr 8vw;
    gap: 1vw;
}

.CarouselSlide{
    grid-template-columns: 1fr;
    gap: 2.5vw;
    padding: 0.4vw 0;
}

.CarouselBtn{
    width: 8vw;
    height: 8vw;
    font-size: 6vw;
    border-width: 0.25vw;
}

.CarouselDots{
    max-width: none;
    margin: 2.8vw 8.5vw 0;
    gap: 1.3vw;
}

.CarouselDot{
    width: 2.1vw;
    height: 2.1vw;
}

.HCatG{
    padding-top: 0.8vw;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center; /* Centra el grid horizontalmente */
    align-content: center; 
    align-items: start;
    row-gap: 1.5vw;
    column-gap: 0.8vw;
    padding-left: 0;
}

.EspG{
    height: auto;
    min-height: 69vw;
    width: 46.7vw;
    padding: 0.8vw 1.5vw 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    opacity: 1;
    transform: none;
}

.EspG img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.VHard img{
    margin-top: 0;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    transition: transform 0.3s ease;
    width: auto;
    height: auto;
    max-width: 112%;
    max-height: 112%;
    object-fit: contain;
    object-position: center;
    padding: 0;
    transform: translateY(-4%);
}

.VHard img:hover {
    transform: translateY(-7px);
}

.TGC1{
    margin-top: 0;
    font-family: "TASA Orbiter", sans-serif;
    font-size: 3.3vw;
    color: #000000;
    line-height: 1.1;
}

.TGC2{
    padding-top: 0.8vw;
    font-family: "Rubik", sans-serif;
    font-size: 1.48vw;
    color: #4a4a4a;
    font-weight: 400;
    line-height: 1.35;
    min-height: 7vw;
    padding-bottom: 1.6vw;
}

.TGC3{
    font-size: 2.15vw;
    line-height: 1.38;
    color: #141414;
}

.CatT{
    width: 96%;
    margin: 0 auto;
    padding: 1.2vw 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.8vw;
    flex: 1;
}

.ContAn{
    height: 24.8vw;
    width: 96%;
    margin: 0 auto;
}

.ContAn::before{
    border-width: 0.26vw;
    box-shadow: 0 1.3vw 2.7vw rgba(255, 213, 74, 0.33);
}



.TAEF{
    font-family: "TASA Orbiter", sans-serif;
    font-size: 4.8vw;
    line-height: 1.25;
    padding-right: 0;
    padding-top: 2.5vw;
}

.AEF{
    margin: 0 8.5vw;
    padding: 7vw 0 4.8vw;

}

.EndGr{
    display: block;
}






.InfoContactos{
    padding-left: 0;
    padding-top: 8vw;
}




.TAEFD{
    font-family: "TASA Orbiter", sans-serif;
    font-size: 3.8vw;
    padding-bottom: 2vw;
    margin: 0;
    line-height: 1.25;
}

.TAEFD2{
    font-family: "TASA Orbiter", sans-serif;
    font-size: 3.13vw;
    padding-bottom: 2vw;    
    line-height: 1.45;
}

.TAEFD3{
    font-family: "Rubik", sans-serif;
    font-size: 3.1vw;
    padding: 0 0 2.2vw;
    line-height: 1.45;    
}

.ContactIcon{
    width: 4.6vw;
    height: 4.6vw;
    margin-right: 2.4vw;
}

.InfoContactos .TAEFD + .TAEFD2,
.InfoContactos .TAEFD + .TAEFD3{
    margin-top: 2.2vw;
}


.telimg{
    padding-top: 0;
    width: 4.6vw;
    margin-left: 0;
    margin-bottom: -0.4vw;
    padding-right: 2.6vw;
}

.telimg2{
    padding-top: 0;
    width: 4.7vw;
    margin-left: 0;
    margin-bottom: -0.4vw;
    padding-right: 2.42vw;
}

.telimg3{
    padding-top: 0;
    width: 4.6vw;
    margin-left: 0;
    margin-bottom: -0.4vw;
    padding-right: 2.4vw;
}

.telimg4{
    padding-top: 0;
    width: 4.6vw;
    margin-left: 0;
    margin-bottom: -0.4vw;
    padding-right: 2.4vw;
}



.USAC{
    padding-top: 6.8vw;
}

.TAEF2{
    font-size: 3.1vw;
    padding-top: 2.6vw;
    line-height: 1.45;
    padding-bottom: 5.2vw;
    font-family: "Rubik", sans-serif;
}

.Contactanos .notel{
    gap: 2.6vw;
}

.FormLabel{
    font-size: 2.45vw;
    margin-bottom: 0.6vw;
}

.Contactanos input,
.Contactanos textarea{
    min-height: 11vw;
    max-width: none;
    width: 100%;
    font-size: 3.2vw;
    padding: 2.3vw 3vw;
    border-width: 0.25vw;
}

.CMSG{
    min-height: 21vw;
    padding-top: 2.8vw;
}

.FormActions{
    padding-top: 1.5vw;
    gap: 1.8vw;
}

.ContactForm .BotonHV2{
    min-height: 11.5vw;
    min-width: 40vw;
    padding: 2.2vw 5.2vw;
    font-size: 3.35vw;
    border-width: 0.28vw;
}

.FormStatus{
    min-height: 4.2vw;
    font-size: 2.7vw;
}


.UltFT{
    margin-left: 0vw;
    display: flex;
    flex-direction: column;
    font-family: "Rubik", sans-serif;
    font-size: 2.35vw;
    color: #ffffff;
    text-align: center;
    align-items: center;
    row-gap: 1.15vw;
    padding-bottom: 8vw;
    padding-inline: 3.2vw;
}

.UltFTL{
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 1.25;
}

.UltFT img{
    padding-left: 0;
    width: 73vw;
    margin-top: 11vw;
    padding-bottom: 12vw;
}

.EndFooter > .nocom .UltFT{
    padding-bottom: 8.2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 0.9vw;
    color: #d2d2d2;
}

.EndFooter > .nocom .UltFTL{
    text-align: center;
}

.EndFooter > .nocom .UltFT img{
    margin-top: 0;
    padding-bottom: 4vw;
}

.EndFooter > .nocom .FooterBrandImg{
    width: 38vw;
    max-width: 220px;
}


.Banner2 {
    margin-top: 13.2vw;
    color: white;
    width: 99.8vw; /* Ajusta el ancho del banner */
    height: 43vw; /* Ajusta la altura del banner */
    padding-bottom: 6.5vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('ElementosWeb/plecaCoverP-1088x226px (1).png');
    overflow: hidden; /* Oculta el contenido que se desborde */
    max-width: 100%; /* Limita el ancho máximo al tamaño del viewport */
    margin-left: 0; /* Ajusta el margen izquierdo */
    margin-right: 0; /* Ajusta el margen derecho */
}


.Bp{
    padding-left: 8.7vw;
    padding-top: 5vw;
}

.Bp1{
    padding-top: 0vw;
    font-family: "TASA Orbiter", sans-serif;
    font-size: 5.8vw;
}

.Bp2{
    font-size: 2.7vw;
    font-weight: 400;
    padding-top: 0.1vw;
    font-family: "Rubik", sans-serif;
}


.Cntinfgr{
    padding-top: 10.8vw;
    padding-bottom: 2vw;
    margin: 0 0vw;
}

.infimg img{
    display: none;
    width: 38vw;
    margin-top: -3.5vw;
}

.infimg{
    padding-left: 0vw;
}

.infgr{
    display: block;
}



.infTlo{
    font-family: "TASA Orbiter", sans-serif;
    font-size: 3.8vw;
}

.infTlo2{
    padding-top: 3.8vw;
    font-family: "Rubik", sans-serif;
    font-size: 2.7vw;
    line-height: 1vw;
    padding-right: 1vw;
}

.infTlo23{
    padding-top: 2vw;
    font-family: "Rubik", sans-serif;
    font-size: 2.8vw;
    line-height: 4vw;
    padding-right: 8vw;
    font-weight: 500;
    padding-bottom: 2vw;
}

.tlo{
    padding-top: 3.5vw;
    font-size: 3vw;
    font-weight: 900;
    font-family: "Rubik", sans-serif;
}

.tlo2{
    font-weight: 700;
    font-family: "Rubik", sans-serif;
}

.infeqcont{
    padding-left: 8.7vw;
    color: #000000;
}

.infF{
    font-family: "Rubik", sans-serif;
    font-size: 3vw;
    padding-top: 1.4vw;
}

.dbtn{
    padding-top: 13.3vw;
 }



 .VdImggr{
    padding-top: 10vw;
    display: block;
    padding-bottom: 0vw;
}

.VdImggr img{
    margin: 3vw 0vw;
    margin-left: 9vw;
    width: 81%;
}

.HPC12{
    font-family: "TASA Orbiter", sans-serif;
    font-size: 3.8vw;
    padding-bottom: 2.4vw;
    margin-bottom: 0vw;
}

.Imgtell{
    margin-left: -12vw;
    padding-top: 9vw;
}

.Imgtell img{
  width: 112vw;
}

.FabTel{
    font-family: "TASA Orbiter", sans-serif;
    padding-top: 13.5vw;
    padding-left: 8.5vw;
    font-size: 5.8vw;
    line-height: 7.2vw;
    color: #000000;
    padding-right: 23vw;
}


.FabTel2{
    color: #000000;
    line-height: 4.5vw;
    padding-top: 2.4vw;
    padding-left: 8.5vw;
    font-size: 2.9vw;
    font-family: "Rubik", sans-serif;

}



.AcoHG2{
    padding-top: 6.53vw;
    padding-left: 14.3vw;
    padding-right: 22.1vw;
}


.HCGrid22 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr); 
    gap: 0.4vw;
    padding-left: 1.2vw;
    padding-top: 2.1vw;
}




.AIGR2{
    padding-top: 6.8vw;
    display: block;
    grid-template-columns: 50% 50%;
    margin-left: 5.8vw;
}

.AIGR2 img{
    width: 86vw;
}



.remogr{
    margin-top: 5vw;
    padding-left: 6vw;
    display: grid;
    gap: 3vw;
}

.AcoHG2{
    padding-top: 19.9vw;
    padding-left: 7.3vw;
    padding-right: 0vw;
}


.EleCal2{
    display: flex;
    font-family: "Rubik", sans-serif;
    font-weight: 900;
    font-size: 2.8vw;
    letter-spacing: 0.02vw;
    padding-bottom: 4.5vw;
    margin-top: -1vw;
    color: #000000;
}

.EleCal2 img{
    height: 10vw;
    width: auto;
    padding-right: 0.3vw;
}


.MVon{
   margin-top: 13vw;
   background-color: #000000;
   color: white;
}

.acoMVon{
    padding-top: 17.5vw;
    margin-left: 9vw;
    padding-bottom: 5vw;
    padding-right: 8.5vw;
}


.titMVon{
    font-family: "TASA Orbiter", sans-serif;
    font-size: 3vw;
}

.titMVon2{
    font-family: "Rubik", sans-serif;
    padding-top: 3vw;
    font-size: 3.1vw;
    padding-right: 6vw;
    line-height: 4vw;
    padding-bottom: 10.5vw;
}



.TextCal{
    padding-left: 2.4vw;
    padding-top: 2.1vw;
    line-height: 0.3;   
}



.AIGT1{
    color: #000000;
    font-family: "TASA Orbiter", sans-serif;
    padding-top: 9vw;
    font-size: 4vw;
    padding-left: 3vw;


    
}

.AIGT2{
    color: #000000;
    font-family: "TASA Orbiter", sans-serif;
    padding-top: 9.5vw;
    font-size: 3.5vw;
    margin-left: 3vw;
}

.AIGT11{
    padding-left: 3vw;
    font-family: "Rubik", sans-serif;
    font-size: 3vw;
    color: #000000;
    padding-top: 4.4vw;
    line-height: 0.25vw;
}

.AIGT22{
    margin-left: 3vw;
    font-family: "Rubik", sans-serif;
    font-size: 2.9vw;
    color: #000000;
    padding-top: 4.4vw;
    line-height: 0.25vw;

    
}


.BotonHV33{
    padding: 1.8vw 4.5vw;
    background: rgb(255,0,0);
background: linear-gradient(90deg, rgba(255, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 100%);
    color: white;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 2.5vw;
    text-decoration: none;
    margin-left: 3vw;
}

.BotonHV33z{
    padding: 1.8vw 4.5vw;
    background: rgb(255,0,0);
background: linear-gradient(90deg, rgba(255, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 100%);
    color: white;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 2.5vw;
    text-decoration: none;
    margin-left: 3vw;

}


.bjt{
    padding-bottom: 22vw;
}


.sepGT1{
    padding-top: 11vw;
}



.HPC122{
    font-family: "TASA Orbiter", sans-serif;
    font-size: 3.9vw;
    padding-bottom: 0.95vw;
    padding-left: 0.7vw;
    color: #000000;
    padding-right: 23vw;
}


.AIGT111{
    padding-left: 0.75vw;
    font-family: "Rubik", sans-serif;
    font-size: 3vw;
    color: #000000;
    padding-top: 2vw;
    line-height: 4vw;
}

.Remo{
    margin: 0 8.5vw;
    padding-bottom: 10vw;
}


.CVT{
    margin-left: 9.5vw;
    margin-top: 25vw;
    padding-top: 15.5vw;
    color: white;
}

.CVT img{
    height: 7.5vw;
    padding-bottom: 9.2vw;
}


.AZUPARTEL{
    background-color: #000000;
    padding-bottom: 16vw;
}

.FtrpaTT1{
    font-family: "TASA Orbiter", sans-serif;
    font-size: 3.8vw;
    line-height: 0.7vw;
    padding-bottom: 6.2vw;
}

.FtrpaTT2{
    padding-top: 0.9vw;
    font-family: "Rubik", sans-serif;
    font-size: 3.05vw;
    font-weight: 100;
    line-height: 1.4vw;
}


.maptel img{
    width: 109vw;
    margin-left: -9vw;
    padding-bottom: 21.5vw;
}



.Capa{
    padding-top: 1.4vw;
    display: flex;
}

.Capa img{
   width: 4.5vw;
   height: 4.5vw;
   padding-right: 2vw;
   padding-top: 4.5vw;
}

.Capa2{
    padding-top: 3vw;
    display: flex;
}

.Capa2 img{
   width: 4.5vw;
   height: 4.5vw;
   padding-right: 2vw;
   padding-top: 4.5vw;
}



.botel{
   display: inline-block;
   padding-left: 10.5vw;
   padding-top: 12vw;
}

.botel .BotonHVF1{
    font-size: 2.5vw;
    font-weight: 500;
    margin-right: 9vw;
    padding: 2vw 3vw;
}


.imageg img {
    display: block;
    width: 82.5%; /* Ensure the image fills the container */
    height: auto; /* Maintain the aspect ratio of the image */
  }






.telmen{
   z-index: 1305;
   display: none;
   position: fixed;
   left: 0;
   width: 100%;
   height: 100vh;
   top: 0;
   box-sizing: content-box;
   background-color: #ffffff;
   font-family: "Rubik", sans-serif;
   font-weight: 700;
    overflow-y: auto;
}

.telmen.is-open{
    display: block;
}

.telmen a{
    text-decoration: none;
    color: #000000;
    transition: color var(--menu-motion-duration) var(--menu-motion-ease);
}

.telmen a:hover,
.telmen a:focus-visible,
.telmen2 a:hover,
.telmen2 a:focus-visible{
    color: #ff0000;
}
.telmen ul{
    list-style: none;
    margin: 0;
    padding: 0 0 2vw;
}

.MobileMainNav{
    width: 100%;
    max-width: 92vw;
    padding-top: 2vw;
    text-align: center;
}

.MobileMainNav li{
    display: block;
}

.MobileMainNav ul{
    padding: 0;
    margin: 0 0 5vw;
}

.MobileMainNav a,
.MobileLinkBtn{
    font-family: "Rubik", sans-serif;
    font-size: 6vw;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    background: transparent;
    border: 0;
    padding: 1.1vw 0;
    min-height: 8.5vw;
    line-height: 1.2;
    cursor: pointer;
    transition: color var(--menu-motion-duration) var(--menu-motion-ease);
}

.MobileMainNav a:hover,
.MobileMainNav a:focus-visible,
.MobileLinkBtn:hover,
.MobileLinkBtn:focus-visible,
.MobileMainNav a.is-active,
.MobileLinkBtn.is-active,
.MobileLinkBtn[aria-expanded="true"]{
    color: #ff0000;
}

.MobileMainNav a:focus-visible,
.MobileLinkBtn:focus-visible,
.MobileProductToggle:focus-visible,
.MobileBackBtn:focus-visible,
.MobileSocialLink:focus-visible{
    outline: 0.45vw solid rgba(255, 0, 0, 0.45);
    outline-offset: 0.35vw;
    border-radius: 0.6vw;
}

.MobileCTA{
    display: inline-block;
    margin-top: 1.8vw;
    padding: 1.9vw 5.1vw !important;
    min-height: 8.8vw;
    border-radius: 999px;
    background-color: #ff0000 !important;
    color: #ffffff !important;
    font-weight: 800 !important;
}

.MobileCTA:hover,
.MobileCTA:focus-visible,
.MobileCTA.is-active{
    background-color: #ff0000 !important;
    color: #ffffff !important;
}

.telmen.is-products-open .MobileCTA{
    background-color: #2a2a2a !important;
    color: #e8e8e8 !important;
    opacity: 0.75;
    transform: none;
    box-shadow: none;
}

.botmentel{
    margin: 0;
    min-height: 100vh;
    padding: 18vw 8vw 8vw;
    font-size: 6vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(1.2vw);
    transition: opacity var(--menu-motion-duration) var(--menu-motion-ease), transform var(--menu-motion-duration) var(--menu-motion-ease);
}

.telmen.is-open .botmentel{
    opacity: 1;
    transform: translateY(0);
}

.npad{
    line-height: 1.8vw;
    display: flex;
    padding-bottom: 3vw;
}

.npad img{
    height: 6.8vw;
    margin-top: -2.8vw;
    padding-right: 3.8vw;
}

.npad2 img{
    height: 8vw;
    padding-right: 2.6vw;
    margin-bottom: -2.1vw;
}


.paismv{
    padding-left: 10vw;
}

.paismv img{
    width: 12vw;
   padding-right: 4vw;
}

.cerrmentel{
    top: 6vw;
    right: 6.8vw;
    position: absolute;
}

.cerrmentel2{
    top: 6vw;
    right: 12.8vw;
    position: absolute;
}

.menu-toggle{
    top: 6vw;
    right: 6vw;
    position: fixed;
    width: 7vw;
    height: 7vw;
    z-index: 1307;
    border: 0;
    background: #ffffff;
    padding: 0.6vw 0.5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.35vw;
    cursor: pointer;
    transition: top 0.28s ease, right 0.28s ease, width 0.28s ease, height 0.28s ease, gap 0.28s ease;
}

.menu-toggle.is-scrolled{
    top: 4.6vw;
    right: 4.8vw;
    width: 5.9vw;
    height: 5.9vw;
    gap: 1vw;
}

body.mobile-products-open .menu-toggle{
    top: 2.8vw;
    right: 6vw;
    width: 6.2vw;
    height: 6.2vw;
    padding: 0;
    gap: 0.9vw;
}

body.mobile-products-open .menu-toggle.is-scrolled{
    top: 2.8vw;
    right: 6vw;
    width: 6.2vw;
    height: 6.2vw;
    padding: 0;
    gap: 0.9vw;
}

.menu-toggle span{
    width: 100%;
    height: 0.65vw;
    background-color: #000000;
    display: block;
    transform-origin: center;
    transition: background-color 0.2s ease, transform 0.28s ease, opacity 0.2s ease, height 0.28s ease;
}

.menu-toggle.is-scrolled span{
    height: 0.55vw;
}

.menu-toggle:hover span{
    background-color: #ff0000;
}

.menu-toggle.is-open{
    background: transparent;
}

.menu-toggle.is-open span:nth-child(1){
    transform: translateY(2vw) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2){
    opacity: 0;
}

.menu-toggle.is-open span:nth-child(3){
    transform: translateY(-2vw) rotate(-45deg);
}

.menu-toggle.is-open.is-scrolled span:nth-child(1){
    transform: translateY(1.48vw) rotate(45deg);
}

.menu-toggle.is-open.is-scrolled span:nth-child(3){
    transform: translateY(-1.48vw) rotate(-45deg);
}

.menu-close{
    width: 7vw;
    height: 7vw;
    border: 0;
    background: transparent;
    color: #000000;
    font-family: "Rubik", sans-serif;
    font-size: 8vw;
    line-height: 1;
    padding: 0;
    cursor: pointer;
}

.menu-close:hover{
    color: #ff0000;
}

.ultgima{
    display: none;
}

.MobileSocial{
    width: 100%;
    margin-top: 5.2vw;
    padding-top: 4.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6vw;
    position: relative;
    padding-bottom: max(2vw, env(safe-area-inset-bottom));
    flex-wrap: nowrap;
}

.MobileSocial::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 72%;
    height: 0.28vw;
    background: rgba(0, 0, 0, 0.16);
}

.MobileSocialLink{
    width: max(7.2vw, 24px);
    height: max(7.2vw, 24px);
    color: #000000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease, transform 0.2s ease;
    overflow: visible;
}

.MobileSocialLink svg{
    width: 100%;
    height: 100%;
    fill: currentColor;
    display: block;
}

.MobileSocialLink:hover,
.MobileSocialLink:focus-visible{
    color: #ff0000;
    transform: translateY(-0.4vw);
}

.MobileFloatingSocial{
    display: none;
}

@media only screen and (max-width: 700px){
    .MobileFloatingSocial{
        position: fixed;
        right: 3.2vw;
        bottom: max(3.4vw, calc(env(safe-area-inset-bottom) + 1.8vw));
        z-index: 1198;
        display: block;
    }

    .MobileFloatingSocialToggle{
        width: 10vw;
        height: 10vw;
        border: 0;
        border-radius: 999px;
        background-color: #ff0000;
        color: #ffffff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0.7vw 1.8vw rgba(0, 0, 0, 0.28);
        transition: background-color 0.2s ease, transform 0.2s ease;
        position: relative;
        overflow: hidden;
    }

    .MobileFloatingSocialIcon{
        position: absolute;
        inset: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .MobileFloatingSocialIcon--open{
        opacity: 1;
        transform: scale(1);
    }

    .MobileFloatingSocialIcon--close{
        opacity: 0;
        transform: scale(0.78);
        font-size: 7.2vw;
        font-weight: 700;
        line-height: 1;
    }

    .MobileFloatingSocialToggle svg{
        width: 58%;
        height: 58%;
        fill: currentColor;
        display: block;
    }

    .MobileFloatingSocial.is-open .MobileFloatingSocialIcon--open{
        opacity: 0;
        transform: scale(0.78);
    }

    .MobileFloatingSocial.is-open .MobileFloatingSocialIcon--close{
        opacity: 1;
        transform: scale(1);
    }

    .MobileFloatingSocialList{
        position: absolute;
        right: 0;
        bottom: calc(100% + 1.8vw);
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 1.8vw;
        opacity: 0;
        transform: translateY(0.8vw);
        pointer-events: none;
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .MobileFloatingSocial.is-open .MobileFloatingSocialList{
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .MobileFloatingSocialLink{
        width: 8.8vw;
        height: 8.8vw;
        border-radius: 999px;
        background-color: #1f1f1f;
        color: #ffffff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0.7vw 1.8vw rgba(0, 0, 0, 0.28);
        transition: background-color 0.2s ease, transform 0.2s ease;
    }

    .MobileFloatingSocialLink svg{
        width: 62%;
        height: 62%;
        fill: currentColor;
        display: block;
    }

    .MobileFloatingSocialLink:hover,
    .MobileFloatingSocialLink:focus-visible,
    .MobileFloatingSocialToggle:hover,
    .MobileFloatingSocialToggle:focus-visible{
        background-color: #ff0000;
        color: #ffffff;
        transform: translateY(-0.35vw);
    }
}

body.mobile-menu-open .MobileFloatingSocial,
body.modal-open .MobileFloatingSocial{
    opacity: 0;
    pointer-events: none;
}

@media (hover: none) {
    .MobileMainNav a:hover,
    .MobileLinkBtn:hover,
    .MobileProductToggle:hover,
    .MobileBackBtn:hover,
    .MobileSocialLink:hover{
        color: inherit;
        transform: none;
    }
}




.telmen2{
    z-index: 1306;
    display: none;
    position: fixed;
    overflow-y: auto;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    box-sizing: content-box;
    background-color: #ffffff;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
 }

.telmen2.is-open{
    display: block;
}


.volver{
    position: sticky;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 14vw;
    padding: 2.8vw 6vw;
    box-sizing: border-box;
    background-color: #ffffff;
    border-bottom: 0.25vw solid rgba(0, 0, 0, 0.1);
    z-index: 1308;
}

.MobileBackBtn{
    border: 0;
    background: transparent;
    color: #000000;
    padding: 0.5vw 0;
    min-height: 7.5vw;
    display: inline-flex;
    align-items: center;
    gap: 2vw;
    font-family: "Rubik", sans-serif;
    font-size: 6vw;
    font-weight: 700;
    cursor: pointer;
    transition: color var(--menu-motion-duration) var(--menu-motion-ease);
}

.telmen.is-products-open .MobileBackBtn{
    width: 6.7vw;
    height: 6.7vw;
    min-height: 6.7vw;
    padding: 0;
    justify-content: center;
}

body.mobile-products-open .menu-toggle.is-open span:nth-child(1),
body.mobile-products-open .menu-toggle.is-open.is-scrolled span:nth-child(1){
    transform: translateY(1.58vw) rotate(45deg);
}

body.mobile-products-open .menu-toggle.is-open span:nth-child(3),
body.mobile-products-open .menu-toggle.is-open.is-scrolled span:nth-child(3){
    transform: translateY(-1.58vw) rotate(-45deg);
}

.MobileBackBtn:hover,
.MobileBackBtn:focus-visible{
    color: #ff0000;
}

.MobileProductsHeaderTitle{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-family: "TASA Orbiter", sans-serif;
    font-size: 4.6vw;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #000000;
    text-align: center;
}

.vvlt{
   margin-top: 0;
   padding-left: 0;
   color: #000000;
}



.ppdmt{
    padding-left: 0;
    width: 100%;
    max-width: 92vw;
    margin: 0 auto;
    border-bottom: 0.3vw solid rgba(0, 0, 0, 0.12);
}

.ptes{
    font-weight: 600;
    font-size: 4vw;
    line-height: 8vw;
    padding: 0 0 2vw;
    text-align: center;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height var(--menu-motion-duration) var(--menu-motion-ease), opacity var(--menu-motion-duration) var(--menu-motion-ease);
}

.ptes ul{
    margin: 0;
    padding-left: 6vw;
    list-style: disc;
    list-style-position: outside;
    text-align: left;
}

.ptes li{
    margin-bottom: 0.8vw;
    min-height: 0;
    display: list-item;
}

.ptes li a{
    display: inline-block;
    min-height: 0;
    width: 100%;
    padding: 0.9vw 0;
}

.corch{
    color: currentColor;
    font-weight: 700;
    font-size: 6vw;
    line-height: 1;
}


.ultit{
    font-family: "TASA Orbiter", sans-serif;
    font-size: 4.8vw;
    margin-left: 0;
} 

.MobileProductToggle{
    width: 100%;
    border: 0;
    background: transparent;
    padding: 2.8vw 0;
    min-height: 8.8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: "TASA Orbiter", sans-serif;
    font-size: 4.8vw;
    font-weight: 500;
    color: #000000;
    text-align: center;
    cursor: pointer;
    transition: color var(--menu-motion-duration) var(--menu-motion-ease);
}

.MobileProductToggle::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 1vw solid transparent;
    border-right: 1vw solid transparent;
    border-top: 1.2vw solid currentColor;
    transform: translateY(-50%);
    transition: transform var(--menu-motion-duration) var(--menu-motion-ease);
}

.ppdmt.is-open .MobileProductToggle::after{
    transform: translateY(-50%) rotate(180deg);
}

.ppdmt.is-open .ptes{
    max-height: 300vw;
    opacity: 1;
}

.bjms{
    width: 100%;
    max-width: 92vw;
    margin: 0 auto;
    padding-top: 2.8vw;
    padding-bottom: 16vw;
}

.vidgeg {
    position: relative;
    display: inline-block; /* Adjust according to your layout needs */
    width: 100%; /* Ensure the container is the same width as the image */
    height: auto; /* Maintain the aspect ratio of the image */
  }
  
  .vidgeg video{
    display: block;
    height: auto; /* Maintain the aspect ratio of the image */
  }
  








}







/* The Modal (background) */
#image-viewer {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}
.modal-content {
    margin: 2vw auto;
    display: block;
    width: 80%;
    max-width: 60vw;
}
.modal-content { 
    animation-name: zoom;
    animation-duration: 0.6s;
}
@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}
#image-viewer .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
#image-viewer .close:hover,
#image-viewer .close:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}



.VdImggr video{
    width: 100%;
}

.imgico {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-size: cover;
    background-image: url('ElementosWeb/sobreico.png');
    opacity: 1;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.37));
    transition: opacity 0.16s ease, filter 0.2s ease; /* Smooth transition for the transform property */
  }
  
  .imageg:hover .imgico {
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.226));
    opacity: 0.7; /* Scale the overlay on hover */
  }


.imageg {
  position: relative;
  display: inline-block; /* Adjust according to your layout needs */
  width: 100%; /* Ensure the container is the same width as the image */
  height: auto; /* Maintain the aspect ratio of the image */
}

.imageg img {
  display: block;
  height: auto; /* Maintain the aspect ratio of the image */
}


.vidico {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-size: cover;
    background-image: url('ElementosWeb/sobreico2.png');
    opacity: 1;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.37));
    transition: opacity 0.16s ease, filter 0.2s ease; /* Smooth transition for the transform property */
  }
  
  .vidgeg:hover .vidico {
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.226));
    opacity: 0.7; /* Scale the overlay on hover */
  }


.vidgeg {
  position: relative;
  display: inline-block; /* Adjust according to your layout needs */
  width: 100%; /* Ensure the container is the same width as the image */
  height: auto; /* Maintain the aspect ratio of the image */
}

.vidgeg video{
  display: block;
  height: auto; /* Maintain the aspect ratio of the image */
}

/* ==========================================================================
   10) Overrides de Estabilidad y Normalizacion Tipografica
   Nota: este bloque final se mantiene al final para preservar el comportamiento.
   ========================================================================== */

/* Evita espacio residual al final del footer */
.EndFooter{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

@media only screen and (max-width: 700px){
    #section-productos,
    #section-noticias-desktop,
    #section-noticias-mobile,
    #section-contacto{
        scroll-margin-top: 16vw;
    }
}

.EndFooter .UltFT{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.EndFooter .UltFT img{
    display: block;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

@media only screen and (max-width: 700px){
    .EndFooter > .nocom .UltFT{
        margin-top: -3vw !important;
        padding-bottom: 6.2vw !important;
    }

    .EndFooter > .nocom .FooterBrandImg{
        width: 38vw !important;
        max-width: 220px !important;
    }
}

@media (min-width: 701px){
    .EndFooter{
        padding-bottom: 1.4vw !important;
    }

    .EndFooter .UltFT{
        padding-bottom: 0.8vw !important;
    }
}

/* Sistema tipografico global */
:root{
    --font-title: "TASA Orbiter", sans-serif;
    --font-text: "Rubik", sans-serif;
}

body,
input,
textarea,
button,
select{
    font-family: var(--font-text) !important;
    font-optical-sizing: auto;
}

/* Titulos */
.Thv1,
.Thc1,
.HPC1,
.HPC12,
.HPC122,
.TGC1,
.utc1,
.TAEF,
.TAEFD,
.StatNumber,
.FooterTN,
#botmen1,
.ultit,
.menele a{
    font-family: var(--font-title) !important;
    font-optical-sizing: auto;
    font-weight: 800 !important;
}

/* Subtitulos */
.Thv2,
.Thc2,
.HPC2,
.TGC2,
.utc2,
.TAEF2,
.TAEFD2,
.TAEFD3,
.StatLabel,
.ptes,
.mentext{
    font-family: var(--font-text) !important;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-style: normal !important;
    font-synthesis: none;
}

/* Texto y UI */
.FooterCTA,
.BotonHV,
.BotonHV2,
.UltFT,
.UltFTL,
.Contactanos input,
.Contactanos input::placeholder,
.Contactanos textarea,
.Contactanos textarea::placeholder,
p,
li,
span,
small{
    font-family: var(--font-text) !important;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-style: normal !important;
    font-synthesis: none;
}

/* ==========================================================================
   11) Modo Oscuro
   ========================================================================== */

.ThemeToggle{
    margin-left: 0.9vw;
    width: clamp(30px, 2.55vw, 42px);
    height: clamp(30px, 2.55vw, 42px);
    padding: 0;
    border: 0.08vw solid #1f1f1f;
    border-radius: 50%;
    background: #ffffff;
    color: #111111;
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.ThemeIcon{
    position: absolute;
    inset: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(14px, 1.15vw, 18px);
    line-height: 1;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.ThemeIconSun{
    opacity: 1;
    transform: scale(1);
}

.ThemeIconMoon{
    opacity: 0;
    transform: scale(0.78);
}

.ThemeToggle.is-dark .ThemeIconSun{
    opacity: 0;
    transform: scale(0.78);
}

.ThemeToggle.is-dark .ThemeIconMoon{
    opacity: 1;
    transform: scale(1);
}

.ThemeToggle:hover,
.ThemeToggle:focus-visible{
    background: #111111;
    color: #ffffff;
    border-color: #111111;
}

.ThemeToggle--mobile{
    width: 10.2vw;
    height: 10.2vw;
    margin: 1vw auto 0;
    border-width: 0.25vw;
}

.ThemeToggle--mobile .ThemeIcon{
    font-size: 4.8vw;
}

body.dark-mode{
    background-color: #121212;
    color: #f2f4f8;
}

body.dark-mode .Footer{
    background-color: #1e1e1e;
}

body.dark-mode .FooterTN,
body.dark-mode #botmen1{
    color: #f5f7fb;
}

body.dark-mode .HeaderSocialLink{
    color: #ffffff;
}

body.dark-mode .ThemeToggle{
    background: #181f2a;
    color: #ffffff;
    border-color: #ffffff;
}

body.dark-mode .ThemeToggle:hover,
body.dark-mode .ThemeToggle:focus-visible{
    background: #ffffff;
    color: #11161f;
    border-color: #ffffff;
}

body.dark-mode .menu-toggle{
    background: #11161f;
}

body.dark-mode .menu-toggle span{
    background-color: #ffffff;
}

body.dark-mode .menu-toggle:hover span{
    background-color: #ff0000;
}

body.dark-mode .footmen1,
body.dark-mode .Volme,
body.dark-mode .Platme,
body.dark-mode .LowBme,
body.dark-mode .CamasBme,
body.dark-mode .Dollysme,
body.dark-mode .Tanquesme,
body.dark-mode .Tolvasme{
    background-color: #161d28;
    color: #ffffff;
}

body.dark-mode .menele a{
    color: #ffffff;
}

/* Hover desktop header + mega menu in dark mode (inicio) */
body.dark-mode .FooterTN:hover,
body.dark-mode .FooterTN:focus-visible,
body.dark-mode .FooterTN.is-current,
body.dark-mode #botmen1:hover,
body.dark-mode #botmen1:focus-visible,
body.dark-mode #botmen1.active,
body.dark-mode #botmen1.is-current{
    color: #ff0000;
    text-shadow: 0 0 .45vw rgba(255, 0, 0, .28);
}

body.dark-mode .menele a:hover,
body.dark-mode .menele a:focus-visible,
body.dark-mode .menele a.hover{
    color: #ff0000;
}

body.dark-mode .menele + .menele{
    border-left-color: rgba(255, 255, 255, 0.24);
}

body.dark-mode .mentext{
    color: #ffffff !important;
}

body.dark-mode .HeaderCAL,
body.dark-mode .HeaderPCat,
body.dark-mode .HeroSubStandalone{
    color: #eef4ff;
}

body.dark-mode .Thc2,
body.dark-mode .HPC2{
    color: #eef4ff;
}

body.dark-mode .ProductText{
    color: #ffffff;
}

body.dark-mode .ProductTitle{
    color: #eef4ff;
}

body.dark-mode .ProductSub{
    color: #ffffff;
}

body.dark-mode .utc1,
body.dark-mode .utc2{
    color: #ffffff;
}

body.dark-mode .StatLabel{
    color: #ffffff;
}

body.dark-mode .telmen,
body.dark-mode .telmen2{
    background-color: #121a24;
}

body.dark-mode .volver{
    background-color: #121a24;
    border-bottom-color: rgba(255, 255, 255, 0.16);
}

body.dark-mode .MobileMainNav a,
body.dark-mode .MobileLinkBtn,
body.dark-mode .MobileProductToggle,
body.dark-mode .telmen a,
body.dark-mode .telmen2 a{
    color: #ffffff;
}

body.dark-mode .MobileBackBtn{
    color: #ffffff;
}

body.dark-mode .MobileSocialLink{
    color: #ffffff;
}

body.dark-mode .MobileSocialLink:hover,
body.dark-mode .MobileSocialLink:focus-visible{
    color: #ff0000;
}

body.dark-mode .ppdmt{
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

body.dark-mode .MobileProductsHeaderTitle{
    color: #ffffff;
}

body.dark-mode .MobileFloatingSocialLink{
    background-color: #2a2f39;
    color: #ffffff;
}

body.dark-mode .MobileFloatingSocialToggle{
    background-color: #ff0000;
    color: #ffffff;
}

body.dark-mode .CarouselBtn{
    background-color: #ff0000;
    border-color: #ff0000;
    color: #ffffff;
}

body.dark-mode .CarouselBtn:hover,
body.dark-mode .CarouselBtn:focus-visible{
    background-color: #ff0000;
    border-color: #ff0000;
    color: #ffffff;
}

body.dark-mode .ThemeToggle--mobile{
    background-color: #161d28;
}












  












/* Unified Red Button Hover (excluding header FooterCTA) */
.BotonHV,
.BotonHV2,
.BotonHV33,
.BotonHV33z,
.BotonHVF1,
.CotizarBtn,
.MobileCTA {
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.BotonHV::before,
.BotonHV2::before,
.BotonHV33::before,
.BotonHV33z::before,
.BotonHVF1::before,
.CotizarBtn::before,
.MobileCTA::before {
  content: "";
  position: absolute;
  top: -35%;
  left: -45%;
  width: 32%;
  height: 170%;
  background: linear-gradient(115deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.52) 48%, rgba(255,255,255,0) 100%);
  opacity: 0;
  transform: translateX(-240%) rotate(18deg);
  pointer-events: none;
}

.BotonHV:hover::before,
.BotonHV2:hover::before,
.BotonHV33:hover::before,
.BotonHV33z:hover::before,
.BotonHVF1:hover::before,
.CotizarBtn:hover::before,
.MobileCTA:hover::before,
.BotonHV:focus-visible::before,
.BotonHV2:focus-visible::before,
.BotonHV33:focus-visible::before,
.BotonHV33z:focus-visible::before,
.BotonHVF1:focus-visible::before,
.CotizarBtn:focus-visible::before,
.MobileCTA:focus-visible::before {
  animation: redBtnShine 0.56s cubic-bezier(0.22, 0.61, 0.36, 1) 1;
}

@keyframes redBtnShine {
  0% {
    opacity: 0;
    transform: translateX(-240%) rotate(18deg);
  }
  12% {
    opacity: 1;
  }
  74% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(430%) rotate(18deg);
  }
}

.BotonHV:hover,
.BotonHV2:hover,
.BotonHV33:hover,
.BotonHV33z:hover,
.BotonHVF1:hover,
.CotizarBtn:hover,
.MobileCTA:hover,
.BotonHV:focus-visible,
.BotonHV2:focus-visible,
.BotonHV33:focus-visible,
.BotonHV33z:focus-visible,
.BotonHVF1:focus-visible,
.CotizarBtn:focus-visible,
.MobileCTA:focus-visible {
  transform: translateY(-0.18vw);
  box-shadow: 0 0.7vw 1.5vw rgba(255, 0, 0, 0.45);
  filter: brightness(1.04);
}

.BotonHV2:disabled,
.BotonHV33:disabled,
.BotonHV33z:disabled,
.MobileCTA:disabled {
  transform: none !important;
  box-shadow: none !important;
  filter: none !important;
}

/* FooterCTA Hover Sync */
.FooterCTA {
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.FooterCTA::before {
  content: "";
  position: absolute;
  top: -35%;
  left: -45%;
  width: 32%;
  height: 170%;
  background: linear-gradient(115deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.52) 48%, rgba(255,255,255,0) 100%);
  opacity: 0;
  transform: translateX(-240%) rotate(18deg);
  pointer-events: none;
}

.FooterCTA:hover::before,
.FooterCTA:focus-visible::before {
  animation: redBtnShine 0.56s cubic-bezier(0.22, 0.61, 0.36, 1) 1;
}

.FooterCTA:hover,
.FooterCTA:focus-visible {
  transform: translateY(-0.18vw);
  box-shadow: 0 0.7vw 1.5vw rgba(255, 0, 0, 0.45);
  filter: brightness(1.04);
}

/* Unified White Button Hover */
.FichaBtn,
.BotonHVF1 {
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease, color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.FichaBtn::before,
.BotonHVF1::before {
  content: "";
  position: absolute;
  top: -35%;
  left: -45%;
  width: 32%;
  height: 170%;
  background: linear-gradient(115deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.72) 48%, rgba(255,255,255,0) 100%);
  opacity: 0;
  transform: translateX(-240%) rotate(18deg);
  pointer-events: none;
}

.FichaBtn:hover::before,
.FichaBtn:focus-visible::before,
.BotonHVF1:hover::before,
.BotonHVF1:focus-visible::before {
  animation: whiteBtnShine 0.56s cubic-bezier(0.22, 0.61, 0.36, 1) 1;
}

@keyframes whiteBtnShine {
  0% {
    opacity: 0;
    transform: translateX(-240%) rotate(18deg);
  }
  12% {
    opacity: 1;
  }
  74% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(430%) rotate(18deg);
  }
}

.FichaBtn:hover,
.FichaBtn:focus-visible,
.BotonHVF1:hover,
.BotonHVF1:focus-visible {
  transform: translateY(-0.16vw);
  box-shadow: 0 0.65vw 1.35vw rgba(68, 81, 125, 0.28), 0 0 0 0.08vw rgba(68, 81, 125, 0.28);
  filter: brightness(1.03);
  border-color: #44517d;
  color: #44517d;
}

body.dark-mode .FichaBtn:hover,
body.dark-mode .FichaBtn:focus-visible,
body.dark-mode .BotonHVF1:hover,
body.dark-mode .BotonHVF1:focus-visible {
  box-shadow: 0 0.7vw 1.45vw rgba(255, 0, 0, 0.25), 0 0 0 0.08vw rgba(255, 0, 0, 0.22);
  border-color: #ff0000;
  color: #eef4ff;
}




/* Product Hover Sync: image + buttons */
.CamionCard:hover .CotizarBtn::before,
.CamionCard:focus-within .CotizarBtn::before,
.CamionCard:hover .BotonHV::before,
.CamionCard:focus-within .BotonHV::before,
.CamionCard:hover .BotonHV2::before,
.CamionCard:focus-within .BotonHV2::before,
.CamionCard:hover .BotonHV33::before,
.CamionCard:focus-within .BotonHV33::before,
.CamionCard:hover .BotonHV33z::before,
.CamionCard:focus-within .BotonHV33z::before,
.CamionCard:hover .MobileCTA::before,
.CamionCard:focus-within .MobileCTA::before,
.RelatedCard:hover .CotizarBtn::before,
.RelatedCard:focus-within .CotizarBtn::before {
  animation: redBtnShine 0.56s cubic-bezier(0.22, 0.61, 0.36, 1) 1;
}

.CamionCard:hover .CotizarBtn,
.CamionCard:focus-within .CotizarBtn,
.CamionCard:hover .BotonHV,
.CamionCard:focus-within .BotonHV,
.CamionCard:hover .BotonHV2,
.CamionCard:focus-within .BotonHV2,
.CamionCard:hover .BotonHV33,
.CamionCard:focus-within .BotonHV33,
.CamionCard:hover .BotonHV33z,
.CamionCard:focus-within .BotonHV33z,
.CamionCard:hover .MobileCTA,
.CamionCard:focus-within .MobileCTA,
.RelatedCard:hover .CotizarBtn,
.RelatedCard:focus-within .CotizarBtn {
  transform: translateY(-0.18vw);
  box-shadow: 0 0.7vw 1.5vw rgba(255, 0, 0, 0.45);
  filter: brightness(1.04);
}

.CamionCard:hover .FichaBtn::before,
.CamionCard:focus-within .FichaBtn::before,
.CamionCard:hover .BotonHVF1::before,
.CamionCard:focus-within .BotonHVF1::before,
.RelatedCard:hover .FichaBtn::before,
.RelatedCard:focus-within .FichaBtn::before {
  animation: whiteBtnShine 0.56s cubic-bezier(0.22, 0.61, 0.36, 1) 1;
}

.CamionCard:hover .FichaBtn,
.CamionCard:focus-within .FichaBtn,
.CamionCard:hover .BotonHVF1,
.CamionCard:focus-within .BotonHVF1,
.RelatedCard:hover .FichaBtn,
.RelatedCard:focus-within .FichaBtn {
  transform: translateY(-0.16vw);
  box-shadow: 0 0.65vw 1.35vw rgba(68, 81, 125, 0.28), 0 0 0 0.08vw rgba(68, 81, 125, 0.28);
  filter: brightness(1.03);
  border-color: #44517d;
  color: #44517d;
}

body.dark-mode .CamionCard:hover .FichaBtn,
body.dark-mode .CamionCard:focus-within .FichaBtn,
body.dark-mode .CamionCard:hover .BotonHVF1,
body.dark-mode .CamionCard:focus-within .BotonHVF1,
body.dark-mode .RelatedCard:hover .FichaBtn,
body.dark-mode .RelatedCard:focus-within .FichaBtn {
  box-shadow: 0 0.7vw 1.45vw rgba(255, 0, 0, 0.25), 0 0 0 0.08vw rgba(255, 0, 0, 0.22);
  border-color: #ff0000;
  color: #eef4ff;
}

/* Empresa Page */
.EmpresaHero {
  padding: clamp(112px, 16vw, 170px) 0 38px;
  background: linear-gradient(180deg, rgba(6, 21, 52, 0.06), rgba(6, 21, 52, 0));
}
.EmpresaHeroInner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 26px;
}
.EmpresaKicker {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: #ff1008;
}
.EmpresaHero h1 {
  margin: 0;
  font-family: "TASA Orbiter", sans-serif;
  font-size: clamp(22px, 2.15vw, 34px);
  line-height: 1.06;
  color: #071a3b;
}
.EmpresaLead {
  margin: 18px 0 0;
  max-width: 900px;
  font-size: clamp(14px, 1.02vw, 16px);
  line-height: 1.62;
  color: #1d2a43;
}
.EmpresaFilosofia {
  padding: 4px 0 44px;
}
.EmpresaFlow {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 30px;
  display: grid;
  gap: 30px;
}
.EmpresaSplitHero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  gap: clamp(18px, 3vw, 56px);
  align-items: start;
}
.EmpresaSplitHeroTitle h2 {
  margin: 0;
  font-family: "TASA Orbiter", sans-serif;
  font-size: clamp(30px, 4vw, 64px);
  line-height: 1.08;
  color: #071a3b;
}
.EmpresaSplitHeroText p {
  margin: 8px 0 0;
  color: #23324c;
  line-height: 1.66;
  font-size: clamp(14px, 1vw, 16px);
}
.EmpresaOffsetWrap {
  display: grid;
  gap: 26px;
}
.EmpresaWideMedia {
  margin: 0;
  width: 100%;
  min-height: clamp(220px, 30vw, 420px);
  overflow: hidden;
}
.EmpresaWideMedia img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.EmpresaTextBlock h3 {
  margin: 0;
  font-family: "TASA Orbiter", sans-serif;
  font-size: clamp(20px, 1.7vw, 28px);
  line-height: 1.12;
  color: #071a3b;
}
.EmpresaTextBlock p,
.EmpresaValores {
  margin: 13px 0 0;
  color: #23324c;
  line-height: 1.65;
  font-size: clamp(14px, 0.96vw, 15px);
}
.EmpresaTextBlock {
  width: min(100%, 520px);
}
.EmpresaTextBlock--left {
  justify-self: start;
  text-align: left;
}
.EmpresaTextBlock--right {
  justify-self: end;
  text-align: left;
}
.EmpresaValores {
  padding-left: 18px;
}
.EmpresaValores li {
  margin-bottom: 6px;
}
.EmpresaStatsWrap {
  padding-top: 10px;
}
.EmpresaReferencias {
  margin-top: 0;
}
body.dark .EmpresaHero {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
}
body.dark .EmpresaHero h1,
body.dark .EmpresaSplitHeroTitle h2,
body.dark .EmpresaTextBlock h3 {
  color: #f2f6ff;
}
body.dark .EmpresaLead,
body.dark .EmpresaSplitHeroText p,
body.dark .EmpresaTextBlock p,
body.dark .EmpresaValores {
  color: rgba(242, 246, 255, 0.84);
}
@media (max-width: 980px) {
  .EmpresaFlow {
    gap: 28px;
  }
  .EmpresaSplitHero {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .EmpresaSplitHeroTitle h2 {
    font-size: clamp(28px, 6.4vw, 46px);
  }
  .EmpresaTextBlock {
    width: 100%;
  }
  .EmpresaTextBlock--right {
    justify-self: start;
  }
}
@media (max-width: 767px) {
  .EmpresaHero {
    padding-top: 92px;
    padding-bottom: 26px;
  }
  .EmpresaHeroInner,
  .EmpresaFlow {
    padding: 0 16px;
  }
  .EmpresaFilosofia {
    padding-top: 4px;
    padding-bottom: 30px;
  }
  .EmpresaFlow {
    padding: 0 16px;
    gap: 22px;
  }
  .EmpresaWideMedia {
    min-height: 190px;
  }
}

.EmpresaStatsWrap {
  padding: 24px 0 10px;
}
.EmpresaStatsWrap .HCGrid {
  display: block;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 26px;
}
.EmpresaStatsWrap .HCG2,
.EmpresaStatsWrap .AcoHG,
.EmpresaStatsWrap .HCGrid2.StatsGrid {
  width: 100%;
}
.EmpresaStatsWrap .HCGrid2.StatsGrid {
  justify-content: center;
  gap: clamp(14px, 2.2vw, 26px);
}
.EmpresaStatsWrap .StatCard {
  min-width: clamp(170px, 21vw, 240px);
  padding: clamp(14px, 2vw, 20px) clamp(12px, 1.8vw, 20px);
}
.EmpresaStatsWrap .StatNumber {
  font-size: clamp(38px, 5.3vw, 56px);
  line-height: 1;
}
.EmpresaStatsWrap .StatLabel {
  font-size: clamp(14px, 1.5vw, 18px);
}
@media (max-width: 767px) {
  .EmpresaStatsWrap .HCGrid {
    padding: 0 16px;
  }
  .EmpresaStatsWrap .HCGrid2.StatsGrid {
    gap: 12px;
  }
.EmpresaStatsWrap .StatCard {
  min-width: 0;
  }
}

/* Lienzo base Empresa */
.EmpresaCanvas {
  min-height: 48vh;
}
.EmpresaBoard {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: clamp(106px, 10vw, 132px) 24px 56px;
}
.EmpresaBoardHead {
  max-width: 980px;
}
.EmpresaKicker {
  margin: 0;
  font-family: "TASA Orbiter", sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: #c70000;
}
.EmpresaBoardHead h1 {
  margin: 10px 0 0;
  font-family: "TASA Orbiter", sans-serif;
  font-size: clamp(32px, 3.3vw, 50px);
  line-height: 1.05;
  color: #0f1624;
}
.EmpresaLead {
  margin: 18px 0 0;
  max-width: 980px;
  font-size: clamp(14px, 1.02vw, 16px);
  line-height: 1.72;
  color: #1d2940;
}
.EmpresaAxis {
  margin-top: clamp(28px, 4vw, 48px);
  display: grid;
  gap: 26px;
}
.EmpresaItem {
  width: min(100%, 560px);
}
.EmpresaItem h2 {
  margin: 0;
  font-family: "TASA Orbiter", sans-serif;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.08;
  color: #101722;
}
.EmpresaItem h2::before {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  margin: 0 0 14px;
  background: #c70000;
}
.EmpresaItem p {
  margin: 0;
  font-size: clamp(14px, 0.96vw, 15px);
  line-height: 1.72;
  color: #1f2d46;
}
.EmpresaItem--left {
  justify-self: start;
  text-align: left;
}
.EmpresaItem--right {
  justify-self: end;
  text-align: left;
}
body.dark-mode .EmpresaBoardHead h1,
body.dark-mode .EmpresaItem h2 {
  color: #eff4ff;
}
body.dark-mode .EmpresaLead,
body.dark-mode .EmpresaItem p {
  color: rgba(239, 244, 255, 0.86);
}
@media (max-width: 980px) {
  .EmpresaItem {
    width: 100%;
  }
  .EmpresaItem--right {
    justify-self: start;
  }
}
@media (max-width: 767px) {
  .EmpresaBoard {
    padding: 88px 16px 36px;
  }
  .EmpresaAxis {
    gap: 22px;
  }
}

/* Empresa Style aligned with home "HeaderCAL" */
.EmpresaHeroMain {
  position: relative;
  overflow: hidden;
}
.EmpresaHeroMedia,
.EmpresaPilaresMedia {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.EmpresaHeroMedia img,
.EmpresaPilaresMedia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.08;
  filter: grayscale(100%);
}
.EmpresaHeroMain .HCGrid,
.EmpresaPilaresInner {
  position: relative;
  z-index: 1;
}
.EmpresaHeroMain .Thc1 {
  line-height: 1.18;
}
.EmpresaHeroMain .Thc2 {
  line-height: 1.45;
}
.EmpresaHeroMain .HCG1 {
  padding-right: 1.2vw;
}
.EmpresaHeroMain .StatLabel {
  letter-spacing: 0.06em;
}
.EmpresaPilaresBlock {
  position: relative;
  overflow: hidden;
  margin: 0 8.5vw 2.4vw;
  padding: clamp(24px, 3.6vw, 50px) clamp(14px, 2.2vw, 34px) clamp(30px, 3.8vw, 54px);
}
.EmpresaPilaresInner {
  display: grid;
  gap: 22px;
}
.EmpresaPilarRow {
  width: min(100%, 620px);
}
.EmpresaPilarRow--left {
  justify-self: start;
}
.EmpresaPilarRow--right {
  justify-self: end;
}
.EmpresaPilarTitle {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-family: "TASA Orbiter", sans-serif;
  font-size: clamp(20px, 1.8vw, 30px);
  font-weight: 800;
  color: #101722;
}
.EmpresaPilarTitle::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 62px;
  height: 4px;
  background: var(--cintillo-color);
}
.EmpresaPilarRow p {
  margin: 0;
  max-width: 620px;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.72;
  color: #1f2d46;
}
body.dark-mode .EmpresaHeroMedia img,
body.dark-mode .EmpresaPilaresMedia img {
  opacity: 0.12;
}
body.dark-mode .EmpresaPilarTitle {
  color: #f0f4ff;
}
body.dark-mode .EmpresaPilarRow p {
  color: rgba(239, 244, 255, 0.86);
}
@media (max-width: 767px) {
  .EmpresaPilaresBlock {
    margin: 0 4.4vw 4.4vw;
    padding: 22px 14px 28px;
  }
  .EmpresaPilarRow--right {
    justify-self: start;
  }
}

/* Empresa tabs module (clean restart) */
.EmpresaCanvas {
  background: #f0f0f2;
}
.EmpresaModule {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: clamp(104px, 9vw, 126px) 24px 56px;
}
.EmpresaModuleHead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 26px;
}
.EmpresaBrandMark {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid rgba(16, 23, 34, 0.4);
  display: grid;
  place-items: center;
  font-family: "TASA Orbiter", sans-serif;
  font-size: 30px;
  color: #101722;
}
.EmpresaBrandText {
  font-family: "TASA Orbiter", sans-serif;
  font-size: clamp(26px, 2.7vw, 42px);
  letter-spacing: 0.08em;
  color: #101722;
}
.EmpresaTabPanel {
  border: 2px solid rgba(16, 23, 34, 0.55);
  background: rgba(255, 255, 255, 0.45);
}
.EmpresaTabs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px;
  padding: 0 18px;
  transform: translateY(-2px);
}
.EmpresaTab {
  border: 2px solid rgba(16, 23, 34, 0.55);
  border-bottom: 0;
  background: #e9e9ec;
  color: #101722;
  font-family: "TASA Orbiter", sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  padding: 8px 14px;
  cursor: pointer;
}
.EmpresaTab.is-active {
  background: #ffffff;
  color: #c70000;
}
.EmpresaTabContent {
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1fr);
  gap: clamp(16px, 2.4vw, 34px);
  padding: clamp(18px, 2.2vw, 30px);
  border-top: 2px solid rgba(16, 23, 34, 0.55);
}
.EmpresaTabMedia {
  border: 2px solid rgba(16, 23, 34, 0.2);
  overflow: hidden;
  background: #d8dde6;
  min-height: clamp(220px, 30vw, 380px);
}
.EmpresaTabMedia img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.86;
}
.EmpresaTabCopy h2 {
  margin: 0;
  font-family: "TASA Orbiter", sans-serif;
  font-size: clamp(26px, 2.6vw, 44px);
  color: #101722;
}
.EmpresaTabCopy p {
  margin: 14px 0 0;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.72;
  color: #1f2d46;
  max-width: 640px;
}
body.dark-mode .EmpresaCanvas {
  background: #121212;
}
body.dark-mode .EmpresaBrandMark,
body.dark-mode .EmpresaTabPanel,
body.dark-mode .EmpresaTab,
body.dark-mode .EmpresaTabContent {
  border-color: rgba(240, 244, 255, 0.32);
}
body.dark-mode .EmpresaBrandMark,
body.dark-mode .EmpresaBrandText,
body.dark-mode .EmpresaTabCopy h2,
body.dark-mode .EmpresaTab {
  color: #eff4ff;
}
body.dark-mode .EmpresaTab {
  background: rgba(255, 255, 255, 0.07);
}
body.dark-mode .EmpresaTab.is-active {
  color: #ff3b30;
  background: rgba(255, 255, 255, 0.12);
}
body.dark-mode .EmpresaTabPanel {
  background: rgba(11, 20, 36, 0.56);
}
body.dark-mode .EmpresaTabCopy p {
  color: rgba(239, 244, 255, 0.86);
}
@media (max-width: 860px) {
  .EmpresaTabContent {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .EmpresaModule {
    padding: 86px 16px 34px;
  }
  .EmpresaBrandMark {
    width: 44px;
    height: 44px;
    font-size: 24px;
  }
  .EmpresaTabs {
    gap: 8px;
    padding: 0 10px;
  }
  .EmpresaTab {
    padding: 7px 10px;
    font-size: 12px;
  }
  .EmpresaTabCopy h2 {
    font-size: clamp(22px, 8vw, 32px);
  }
}

/* ==========================================================================
   Empresa - Rediseno central corporativo v20260308
   ========================================================================== */

.EmpresaCanvas{
    background: #ffffff;
    padding: 0.1vw 9.5vw 5.8vw;
    margin-top: -6vw;
}

.EmpresaHero{
    margin: 0 0 2.4vw;
    background: transparent;
}

.EmpresaKicker{
    margin: 0 0 0.8vw;
    font-family: "TASA Orbiter", sans-serif;
    font-size: 0.94vw;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ff0000;
}

.EmpresaHero h1{
    margin: 0 0 1.1vw;
    font-family: "TASA Orbiter", sans-serif;
    font-size: 3.1vw;
    line-height: 1.02;
    color: #0f1622;
}

.EmpresaHeroLead{
    margin: 0;
    max-width: 46vw;
    font-size: 1vw;
    line-height: 1.62;
    color: #2a3240;
}

.EmpresaOverlayWrap{
    margin: 2.2vw 0 3.4vw;
}

.EmpresaOverlay{
    width: 100%;
    aspect-ratio: 3 / 1;
    border: 0.1vw solid #dbe1ea;
    background: linear-gradient(180deg, rgba(11, 15, 25, 0.64), rgba(11, 15, 25, 0.64)), url("../img/trucks-and-cranes.webp");
    background-size: cover;
    background-position: center;
    box-shadow: 0 1.6vw 3vw rgba(7, 11, 19, 0.18);
}

.EmpresaWho{
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2.5vw;
    align-items: center;
    margin-bottom: 3.6vw;
}

.EmpresaWhoCopy h2{
    margin: 0 0 0.85vw;
    font-family: "TASA Orbiter", sans-serif;
    font-size: 2.05vw;
    color: #101826;
}

.EmpresaWhoCopy h2::after{
    content: "";
    display: block;
    width: 3.2vw;
    height: 0.2vw;
    margin-top: 0.5vw;
    background: #ff0000;
}

.EmpresaWhoCopy p{
    margin: 0;
    font-size: 0.98vw;
    line-height: 1.6;
    color: #2c3442;
}

.EmpresaBrandAccent{
    color: #ff0000;
    font-weight: 700;
}

.EmpresaWhoMedia{
    border: none;
    background: transparent;
    padding: 0;
}

.EmpresaWhoMedia img{
    display: block;
    width: 100%;
    height: 18vw;
    object-fit: cover;
}

.EmpresaPilares{
    display: grid;
    gap: 2.2vw;
    margin-bottom: 3.6vw;
}

.PilarRow{
    display: flex;
    justify-content: flex-start;
}

.PilarRow--right{
    justify-content: flex-end;
    text-align: right;
}

.PilarCard{
    position: relative;
    background: #dedede;
    border: 0.1vw solid #dbe1ea;
    padding: 1.6vw 1.8vw;
    max-width: 46vw;
}

.AnimSlide{
    opacity: 0;
    transform: translateX(-2.4vw);
    transition: opacity 0.5s ease, transform 0.6s ease;
    will-change: transform, opacity;
}

.PilarRow--right .AnimSlide{
    transform: translateX(2.4vw);
}

.AnimSlide.is-visible{
    opacity: 1;
    transform: translateX(0);
}

.PilarRow--right .PilarCard{
    text-align: right;
}

.PilarCard::before{
    content: "";
    position: absolute;
    left: -0.1vw;
    top: 0;
    bottom: 0;
    width: 0.28vw;
    background: #ff0000;
}

.PilarRow--right .PilarCard::before{
    left: auto;
    right: -0.1vw;
}

.PilarCard h2{
    margin: 0 0 0.65vw;
    font-family: "TASA Orbiter", sans-serif;
    font-size: 1.55vw;
    color: #101826;
}


.PilarCard p{
    margin: 0;
    font-size: 0.95vw;
    line-height: 1.58;
    color: #2c3442;
}




.EmpresaValores{
    background: #ffffff;
    border: 0.1vw solid #dbe1ea;
    padding: 2vw 2.1vw 2.3vw;
}

.EmpresaStatsWrap{
    margin-top: 1.6vw;
    margin-bottom: 3.2vw;
}

.EmpresaStatsWrap .HeaderCAL{
    margin: 0;
}

.EmpresaStatsWrap .HCGrid{
    padding-top: 0;
    grid-template-columns: 1fr;
}

.EmpresaStatsWrap .AcoHG{
    padding-top: 0;
    padding-left: 0;
}

.EmpresaStatsWrap .StatNumber{
    font-size: 2.55vw;
}

.EmpresaStatsWrap .StatLabel{
    font-size: 1.12vw;
}

.EmpresaValoresHead{
    text-align: center;
    margin-bottom: 1.7vw;
}

.EmpresaValoresHead h2{
    margin: 0;
    font-family: "TASA Orbiter", sans-serif;
    font-size: 2.1vw;
    color: #101826;
}

.EmpresaValoresHead h2::after{
    content: "";
    display: block;
    width: 3.4vw;
    height: 0.2vw;
    margin: 0.6vw auto 0;
    background: #ff0000;
}

.EmpresaValoresHead p{
    margin: 0.8vw auto 0;
    max-width: 48vw;
    font-size: 0.95vw;
    line-height: 1.55;
    color: #2b3341;
}

.EmpresaValoresGrid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.1vw;
}

.ValorItem{
    border: 0.1vw solid #dbe1ea;
    padding: 1.25vw 1vw;
    text-align: center;
}

.ValorIcon{
    display: block;
    width: 2.2vw;
    height: 2.2vw;
    margin-bottom: 0.7vw;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
}

.ValorItem h3{
    margin: 0 0 0.5vw;
    font-family: "TASA Orbiter", sans-serif;
    font-size: 1vw;
    color: #131c2b;
}

.ValorItem p{
    margin: 0;
    font-size: 0.88vw;
    line-height: 1.5;
    color: #2d3542;
}

body.dark-mode .EmpresaCanvas{
    background: #121212;
}

body.dark-mode .EmpresaHero{
    background: transparent;
}

body.dark-mode .EmpresaHero h1,
body.dark-mode .EmpresaWhoCopy h2,
body.dark-mode .EmpresaValoresHead h2,
body.dark-mode .ValorItem h3{
    color: #f1f5ff;
}

body.dark-mode .EmpresaHeroLead,
body.dark-mode .EmpresaWhoCopy p,
body.dark-mode .EmpresaValoresHead p,
body.dark-mode .ValorItem p{
    color: #c6d0e3;
}

body.dark-mode .EmpresaOverlay{
    border-color: #263349;
}

body.dark-mode .EmpresaWhoMedia,
body.dark-mode .EmpresaValores,
body.dark-mode .ValorItem{
    background: #111a2a;
    border-color: #263349;
}

body.dark-mode .PilarCard{
    background: #111a2a;
    border-color: #263349;
}

body.dark-mode .PilarCard h2{
    color: #f1f5ff;
}

body.dark-mode .PilarCard p{
    color: #c6d0e3;
}

body.dark-mode .ValorIcon{
    filter: none;
}

@media screen and (max-width: 700px){
    .EmpresaCanvas{
        padding: 15vw 6vw 16vw;
        margin-top: -12vw;
    }

    .EmpresaHero{
        margin-bottom: 6vw;
    }

    .EmpresaKicker{
        font-size: 3.3vw;
        margin-bottom: 2.2vw;
    }

    .EmpresaHero h1{
        font-size: 10vw;
        margin-bottom: 3.2vw;
    }

    .EmpresaHeroLead{
        max-width: 100%;
        font-size: 3.7vw;
        line-height: 1.55;
    }

    .EmpresaOverlayWrap{
        margin: 5vw 0 7vw;
    }

    .EmpresaOverlay{
        border-width: 0.3vw;
        aspect-ratio: 5 / 2;
        background-image: linear-gradient(180deg, rgba(11, 15, 25, 0.58), rgba(11, 15, 25, 0.58)), url("../img/trucks-and-cranes.webp");
    }

    .EmpresaWho{
        grid-template-columns: 1fr;
        gap: 6.5vw;
        margin-bottom: 8vw;
    }

    .EmpresaWhoCopy h2{
        font-size: 7vw;
        margin-bottom: 3.4vw;
    }

    .EmpresaWhoCopy h2::after{
        width: 12vw;
        height: 0.65vw;
        margin-top: 1.6vw;
    }

    .EmpresaWhoCopy p{
        font-size: 3.6vw;
        line-height: 1.55;
    }

    .EmpresaWhoMedia{
        padding: 0;
        border-width: 0;
    }

    .EmpresaWhoMedia img{
        height: 48vw;
    }

    .EmpresaPilares{
        gap: 5.2vw;
        margin-bottom: 8vw;
    }

    .PilarRow{
        justify-content: flex-start;
        text-align: left;
    }

    .PilarRow--right{
        justify-content: flex-start;
        text-align: left;
    }

    .PilarCard{
        max-width: 100%;
        padding: 4.8vw 4.2vw;
    }

    .PilarCard::before{
        left: -0.3vw;
        right: auto;
        width: 0.7vw;
    }

    .PilarRow--right .PilarCard::before{
        right: -0.3vw;
        left: auto;
    }


    .PilarCard h2{
        font-size: 6vw;
        margin-bottom: 2.3vw;
    }

    .PilarCard p{
        font-size: 3.6vw;
        line-height: 1.55;
    }


    .EmpresaValores{
        border-width: 0.3vw;
        padding: 6vw 4.6vw 6.4vw;
    }

    .EmpresaStatsWrap{
        margin-top: 4.5vw;
        margin-bottom: 6vw;
    }

    .EmpresaStatsWrap .ContHC,
    .EmpresaStatsWrap .AcoHG{
        padding-top: 3vw;
    }

    .EmpresaValoresHead{
        margin-bottom: 5vw;
    }

    .EmpresaValoresHead h2{
        font-size: 8vw;
    }

    .EmpresaValoresHead h2::after{
        width: 12vw;
        height: 0.65vw;
        margin-top: 1.9vw;
    }

    .EmpresaValoresHead p{
        max-width: 100%;
        margin-top: 2.2vw;
        font-size: 3.5vw;
        line-height: 1.5;
    }

    .EmpresaValoresGrid{
        grid-template-columns: 1fr 1fr;
        gap: 3vw;
    }

    .ValorItem{
        border-width: 0.3vw;
        padding: 4.5vw 3.2vw;
    }

    .ValorIcon{
        width: 7.3vw;
        height: 7.3vw;
        font-size: 4.1vw;
        border-width: 0.3vw;
        margin-bottom: 2.4vw;
    }

    .ValorItem h3{
        font-size: 3.8vw;
        margin-bottom: 1.6vw;
    }

    .ValorItem p{
        font-size: 3.1vw;
        line-height: 1.45;
    }

    .EmpresaStatsWrap .StatNumber{
        font-size: 6.4vw;
    }

    .EmpresaStatsWrap .StatLabel{
        font-size: 2.9vw;
    }
}





/* === CORPORATE OVERRIDES (global) === */
:root{
  --corp-text:#15181c;
  --corp-muted:#4b5361;
  --corp-line:#e2e6ef;
  --corp-surface:#f5f6f8;
  --corp-radius:.6vw;
  --corp-shadow:0 .35vw .85vw rgba(0,0,0,.08);
  --corp-shadow-strong:0 .55vw 1.2vw rgba(0,0,0,.12);
}

body{color:var(--corp-text);line-height:1.6}

p,li{
  color:var(--corp-muted);
  font-size:clamp(14px,.95vw,16px);
  line-height:1.6;
}

h1,h2,h3{
  letter-spacing:.01em;
  line-height:1.2;
}

h1{font-size:clamp(28px,2.9vw,44px)}
h2{font-size:clamp(22px,2.05vw,34px)}
h3{font-size:clamp(18px,1.25vw,24px)}

/* Header más sobrio */
.Footer.is-scrolled{box-shadow:0 .25vw .7vw rgba(0,0,0,.12)}

/* Filtros más corporativos */
body:not(.dark-mode) .FiltrosWrap{box-shadow:0 .18vw .6vw rgba(15,22,32,.08)}
body:not(.dark-mode) .FiltroBtn:hover{
  box-shadow:0 .2vw .6vw rgba(0,0,0,.08);
  border-color:#e5e8ef;
  background:#fff;
  color:#ffffff;
}
body:not(.dark-mode) .FiltroBtn.is-active{
  background:#ff0000;
  border-color:#ff0000;
  color:#fff;
  box-shadow:0 .25vw .7vw rgba(0,0,0,.12);
}

/* Hero más sobrio */
.CamionesHero{
  background:linear-gradient(180deg,#15171c 0%, #0f1216 100%);
}
body.dark-mode .CamionesHero{
  background:linear-gradient(180deg,#0e1014 0%, #0a0c10 100%);
}

/* Separadores sobrios */
.CamionCard{border-bottom:.06vw solid var(--corp-line)}
body.dark-mode .CamionCard{border-bottom:.06vw solid #273142}

/* Ajustes en modo oscuro */
body.dark-mode{color:#ffffff}
body.dark-mode p,body.dark-mode li{color:#ffffff}

/* Corporate polish v20260313 */
:root{
  --corp-bg:#f4f6f8;
  --corp-card:#ffffff;
  --corp-line:#dbe2ea;
  --corp-text:#141b25;
  --corp-muted:#4d596f;
  --corp-red:#c11620;
  --corp-red-dark:#9f1119;
}

body{
  color:var(--corp-text);
  background:#f6f7f9;
}

p, li{
  color:var(--corp-muted);
  line-height:1.6;
}

.Footer{
  background:rgba(255,255,255,.96);
  border-bottom:1px solid var(--corp-line);
  box-shadow:0 4px 14px rgba(15,23,42,.08);
}

/* Corporate trust pass v20260314 */
:root{
  --corp-focus:#c11620;
  --corp-focus-ring:0 0 0 .14vw rgba(193,22,32,.24);
  --corp-panel-line:#d9e0ea;
}

.footmen1,
.Volme,
.Platme,
.LowBme,
.CamasBme,
.Dollysme,
.Tanquesme,
.Tolvasme{
  border:1px solid var(--corp-panel-line);
  box-shadow:0 .65vw 1.5vw rgba(15,23,42,.16);
}

.ContactForm .FormLabel{
  color:#ffffff;
  letter-spacing:.04em;
}

.ContactForm .pfo{
  background:#2a2a2a;
  border-color:#3a3a3a;
  color:#ffffff;
}

.ContactForm .pfo::placeholder{
  color:#d0d0d0;
}

.ContactForm .pfo:focus{
  border-color:var(--corp-focus);
  box-shadow:var(--corp-focus-ring);
}

:where(a,button,input,textarea,select):focus-visible{
  outline:2px solid var(--corp-focus);
  outline-offset:2px;
}

body.dark-mode .ContactForm .FormLabel{
  color:#ffffff;
}

body.dark-mode .ContactForm .pfo{
  background:#2a2a2a;
  border-color:#3a3a3a;
  color:#ffffff;
}

@media (max-width:700px){
  .ContactForm .pfo{
    border-width:.22vw;
  }
}

/* Dark mode text safety v20260329 */
body.dark-mode .Thv1,
body.dark-mode .Thc1,
body.dark-mode .HPC1,
body.dark-mode .HPC12,
body.dark-mode .HPC122,
body.dark-mode .TGC1,
body.dark-mode .utc1,
body.dark-mode .TAEF,
body.dark-mode .TAEFD{
  color:#eef4ff !important;
}

body.dark-mode .Thv2,
body.dark-mode .Thc2,
body.dark-mode .HPC2,
body.dark-mode .TGC2,
body.dark-mode .utc2,
body.dark-mode .TAEF2,
body.dark-mode .TAEFD2,
body.dark-mode .TAEFD3,
body.dark-mode .HeaderCAL .Thc2,
body.dark-mode .HeaderCAL .Thc2 p{
  color:#eef4ff !important;
}






















