/* Colores de Fondo personalizados */
:root {
    /* Color del azul oscuro */
    --tramaco-blue-dark: #000981;

    /* Color del azul claro */
    --tramaco-blue-light: #2A52F3;

    /* Color amarillo */
    --tramaco-yellow: #000981;

    /* Color del botón "Suscribirse" */
    --tramaco-white: #FFFFFF;

    /* Color del gris oscuro */
    --tramaco-gris-dark: #b2b2b2;

    /* Color del gris claro */
    --tramaco-gris-light: #b2b2b2;

}

@font-face {
    font-family: 'NexaNexaThin';
    src: url('../css/fonts/nexa/NexaThin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'NexaLight';
    src: url('../css/fonts/nexa/NexaLight.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'NexaRegular';
    src: url('../css/fonts/nexa/NexaRegular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'NexaBook';
    src: url('../css/fonts/nexa/Nexa-Book.ttf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'NexaBold';
    src: url('../css/fonts/nexa/NexaBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'NexaHeavy';
    src: url('../css/fonts/nexa/NexaHeavy.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'NexaBlack';
    src: url('../css/fonts/nexa/NexaBlack.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}


@font-face {
    font-family: 'NexaXBold';
    src: url('../css/fonts/nexa/NexaXBold.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}


body {
    line-height: 1.2;
    font-family: "NexaLight", sans-serif;
    /* Reemplaza Roboto */
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
}

body {
    background-color: #fff;

}

.has-text-nexa {
    font-family: 'NexaBlack', sans-serif;
    color: var(--tramaco-blue-dark);
}

.has-text-nexaR {
    font-family: 'NexaRegular', sans-serif;
    color: var(--tramaco-blue-dark);
}

.has-text-nexaB {
    font-family: 'NexaBook', sans-serif;
    color: var(--tramaco-blue-dark);

}

.has-text-nexaBl {
    font-family: 'NexaBold', sans-serif;
    color: var(--tramaco-blue-dark);

}

.has-text-nexaxB {
    font-family: 'NexaXBold', sans-serif;
    color: var(--tramaco-blue-dark);

}

.has-text-nexaL {
    font-family: 'NexaLight', sans-serif;
    color: var(--tramaco-blue-dark);
}

p,
.paragraph {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    font-family: "NexaBook", sans-serif;
    /* Reemplaza Roboto */
}

p-lg,
.paragraph-lg {
    font-size: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000981;
    font-family: "NexaBlack", sans-serif;
    /* Reemplaza Playfair Display */
    line-height: 1.2;
}

@media screen and (max-width: 1023px) {
    h1 {
        color: #ffffff;
        font-family: "NexaBlack", sans-serif;
        line-height: 1.2;
    }
}

.input {
    background-color: #ffffff !important;
}

.section {
    --bulma-section-padding: 1rem 0.8rem !important;
    --bulma-section-padding-desktop: 1rem 1rem !important;
    --bulma-section-padding-medium: 9rem 4.5rem !important;
    --bulma-section-padding-large: 18rem 6rem !important;
    padding: var(--bulma-section-padding);
}

/* Style de boton suscribirse menu Inicio footera*/
.button {
    font-size: 20px;
    font-family: "NexaBold", sans-serif;
    /*padding: 16px 44px;*/
    padding-top: 9px;
    padding-bottom: 5px;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 10px;
    font-weight: 400;
    border: 0;
    position: relative;
    xz-index: 1;
    transition: 0.2s ease;
}

.button:focus {
    outline: 0;
    box-shadow: none !important;
}

.button:active {
    box-shadow: none;

}

.button:hover {
    box-shadow: none;
}

.button.is-small {
    font-size: 15px;
    padding: 10px 30px;
}

.button.is-extra-small {
    padding: 5px 10px;
    font-size: 15px;
}

.button.is-primary {
    background-color: #000981;
    color: #fff;
}

.button.is-primary:active {
    background-color: #000981 !important;
}

.button.is-primary:hover {
    background-color: #000981;
}

.button.is-primary.focus,
.button.is-primary.is-active {
    background-color: #000981 !important;
    box-shadow: none !important;
}

.button.is-link {
    background-color: transparent;
    color: #41228e;
    font-weight: bold;
    padding-left: 0;
    padding-right: 0;
}

.button.is-link:active,
.button.is-link:hover {
    color: #41228e;
    background: transparent;
}

/* Style de boton suscribirse index footer*/

::-moz-selection {
    background: #000981;
    color: #fff;
}

::selection {
    background: #000981;
    color: #fff;
}

 
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    xz-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.font-tramaco {
    font-family: "NexaLight", sans-serif;
}

/*
ol,
ul {
    list-style-type: none;
    margin: 0px;
}

img {
    vertical-align: middle;
    border: 0;
}

.img1 {
    vertical-align: middle;
    border: 0;
}

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

a,
button,
select {
    cursor: pointer;
    transition: 0.2s ease;
}

a:focus,
button:focus,
select:focus {
    outline: 0;
}

a.text-dark:hover {
    color: #41228e !important;
}

a:hover {
    color: #41228e;
}

.section-title {
    margin-bottom: 80px;
    font-family: "NexaBold", sans-serif;
}

.section.is-small {
    padding-top: 40px;
    padding-bottom: 40px;
}

.has-background-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
    */

/* overlay */
/*.overlay {
    position: relative;
}

.overlay::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}*/


/* Estilos para centrar el logo dentro de la navbar */
.navbar-logo-centered {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    xz-index: 100;
}



@media (max-width: 1500px) {
    .sidebar-nav-item {
        display: block;
        padding: 6px 20px 2px 20px;
        color: #000981;
        text-decoration: none;
        font-family: "NexaBlack", sans-serif;
        font-weight: 900;
        /*font-size: 1.1rem;*/
        transition: background-color 0.2s ease, color 0.2s ease;
    }

    .sidebar-nav li {
        margin-bottom: 0px;
    }
}

.is-active {
    display: block !important;
}

.is-hidden {
    display: none !important;
}

/* Cabecera de inicio*/
.hero-section {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url('../images/main/bg-tramaco.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
    border-radius: 0px;
    aspect-ratio: 16 / 9;
    max-height: 900px;
}



.hero-body .titleh {
    color: #ffffff;
    line-height: 1.2;
}

/* separacion de index todos */
.custom-padding-l {
    padding-left: 100px;
}

.custom-padding-lr {
    padding-left: 115px;
    padding-right: 100px;
}

.custom-padding-lrs {
    padding: 0 120px 0 120px;
}
/* separacion de index todos */

/* Cabecera de inicio Index*/
.hero-fullscreen {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    background-size: contain;
    height: 100vh;
    padding: 0 0 0 100px;
}

/*Titulo principal de la imagen de cabecera*/
.hero-content {
    color: white;
    text-align: left;
}

.hero-content h1 {
    font-family: "NexaBlack", sans-serif;
    margin-bottom: 10px;
    font-weight: bold;
   color: #fff;
}

.hero-content p {
    font-family: "NexaBook", sans-serif;

    line-height: 1.5;
    color: #fff;
}

/* Custom CSS for the Slider Home */
/*fullwidth*/
.fullwidth-safe {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}

.carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.carousel-container {
    position: relative;

}

.carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    xz-index: 0;
    transition: opacity 0.8s ease-in-out;
}

.carousel-item.is-active {
    position: relative;
    xz-index: 1;
    opacity: 1;
}

.carousel-item img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.carousel-navigation {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
    xz-index: 10;
}

.carousel-nav-button {
    border: none;
    font-size: 2rem;
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    color: #000981;
}

.carousel-nav-button:hover {
    background: rgba(0, 0, 0, 0.6);
}

.carousel-nav-button .icon {
    font-size: 1.5rem;
}

.carousel-indicators {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
    xz-index: 10;
}

.carousel-indicator {
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.carousel-indicator.is-active {
    background-color: rgba(255, 255, 255, 0.9);
}

/* Colores personalizados que se ajustan a tu imagen */
.has-text-dark-blue {
    color: #000981 !important;
}

.highlight-primary-blue {
    color: #2A52F3 !important;
}

.has-text-grey-dark {
    color: #000981 !important;
}

/* Asegúrate de que la imagen no se desborde y mantenga su aspecto */
.column.is-7 img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Alineación vertical del contenido */
.columns.is-vcentered {
    align-items: center;
}

/* Espaciado del contenido para que se vea bien */
.content.is-medium {
    /* font-size: 1.25rem; */
}

/* Margen inferior de titulos principales Inicio */
.content h1.title {
    margin-bottom: 1.5rem;
}

/* Margen inferior para el subtítulo */
.content p.subtitle {
    margin-bottom: 0;
}

/*H1 para titulos*/
.content h1 {
    margin-bottom: 0.5em;
}

/*seccion logistica*/
.has-text-primary-blue {
    color: #2A52F3 !important;
    /* Azul primario/resaltado */
}

/* Estilos de la Sección de Soluciones Logísticas */
.logistics-solutions-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.container.is-70-width {
    max-width: 65% !important;
    margin-left: auto;
    margin-right: auto;
}

/* --- ESTILOS DE LAS TARJETAS --- */
.solution-card {
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 450px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

}

/* Contenido de la tarjeta (texto) */
.solution-card .card-content {
    background: none;
    padding: 0;
    position: relative;
    xz-index: 2;
    width: 100%;
    box-shadow: none;
}

.solution-card .title,
.solution-card .subtitle {
    /* Sombra de texto para mejorar legibilidad sobre fondo oscuro */
    font-family: "NexaBlack", sans-serif !important;
    margin-bottom: 0.5rem;
}

.solution-card .subtitle {
    font-family: "NexaBold", sans-serif !important;
    margin-top: 0;
    line-height: 1.4;
    font-weight: normal;
}

/* Estilo para las etiquetas de "COBERTURA", "RASTREO", etc. */
.solution-card .tag {
    background-color: #13D4F2;
    font-family: "NexaXBold", sans-serif;
    color: white;
    font-weight: bold;
    padding: 0.7rem 0.75rem 0.5rem 0.75rem;
    border-radius: 5px;
    font-size: 0.9em;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    xz-index: 3;
}

/* No necesitamos card-image porque la imagen es el background del .solution-card */
.solution-card .card-image {
    display: none;
}

/*Construido sobre la confianza y la excelencia*/
.trust-card {
    background-color: #ffffff;
    border: 1px solid #2A52F330;
    border-radius: 30px;
    padding: 1.5rem;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Estilo para la tarjeta desfasada/desplazada de la derecha */
.trust-card-offset {
    background-color: #ffffff;
    border: 1px solid #2A52F330;
    border-radius: 30px;
    padding: 1.5rem;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Encabezado personalizado dentro de la tarjeta (para círculo y tag) */
.card-header-custom {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    flex-direction: row;
    justify-content: space-between;
}

/* Círculo azul */
.blue-circle {
    width: 28px;
    height: 28px;
    background-color: #C0CCFC;
    border-radius: 50%;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

/* Tag de "Integridad", "Seguridad", "A tiempo" */
.trust-tag {
    background-color: #C0CCFC;
    color: #000981;
    font-weight: bold;
    border-radius: 4px;
    padding: 0.3em 0.8em;
    font-size: 0.85em;
}

.brindamos-bottom {
    position: absolute;
    bottom: 150px;
    width: 90%;
}


.banner-logistics-section {
    background-image: url('../images/main/revolucionamos-bg-tramaco.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: center;
    min-height: 766px;
    padding: 0;
    overflow: hidden;
}

/* Estilos para el título principal del banner */
.banner-logistics-section .title {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 0 !important;
    line-height: 1.2;
}

/* Estilos para el subtítulo (texto secundario) */
.banner-logistics-section .subtitle {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    margin-bottom: 0 !important;
    line-height: 1.5;
}

/* Contenedor para el subtítulo y el botón para posicionarlos abajo */
.banner-bottom-content {
    align-items: flex-end;
    margin-top: auto;
}

/* Estilos del botón "Más información" */
.banner-button {
    background-color: transparent !important;
    border: 2px solid white !important;
    color: white !important;
    border-radius: 20px;
    font-weight: bold;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    min-width: 180px;
    justify-content: center;
}

.banner-button:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-color: white !important;
}

.banner-button .icon {
    margin-left: 0.75rem;
    transition: transform 0.3s ease;
}

.banner-button:hover .icon {
    transform: translateX(5px);
}

/*-----------------*/
/*Como funciona nuestro proceso*/

.has-background-custom-blue {
    background-color: #000981;
}

.slide-track {
    display: flex;
    width: calc(360px * 10);
    animation: slide 25s infinite linear;
    padding-bottom: 30px;
}

.slider-wrapper {
    overflow-x: hidden;
    margin-top: 2rem;
    cursor: grab;
    user-select: none;
}

.slider-wrapper.dragging {
    cursor: grabbing;
}

.slide-item {
    width: 360px;
    flex-shrink: 0;
    margin: 0 10px;
    border-radius: 25px;
}

.slide-dark {
    background-color: transparent;
    border: 1px solid white;
    color: white;
}

.slide-dark1 {
    background-color: transparent;
    border: 0px solid white;
    color: white;
}

.slide-light {
    background-color: #cbd4ff;
    color: #030078;
}

.slide-number {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    
}

.seccion7 {
    font-size: 1.2rem !important;
    
}
.slide-title {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.slide-desc {
    font-size: 0.9rem;
    text-align: justify;
    
}

@keyframes slide {

    0%,
    15% {
        transform: translateX(0);
    }

    20%,
    35% {
        transform: translateX(-380px);
    }

    40%,
    55% {
        transform: translateX(-760px);
    }

    60%,
    75% {
        transform: translateX(-1140px);
    }

    80%,
    95% {
        transform: translateX(-1520px);
    }

    100% {
        transform: translateX(0);
    }
}

.bullets {
    text-align: center;
    margin-top: 1.5rem;
}

.bullets span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background-color: #888;
    border-radius: 50%;
}

.bullets span.active {
    background-color: white;
}


.bullets1 {
    text-align: center;
    margin-top: 1.5rem;
}

.bullets1 span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background-color: #888;
    border-radius: 50%;
}

.bullets1 span.active {
    background-color: white;
}

/*Revolucionamos la logística para satisfacer un mercado en crecimiento.*/
/*--Servicios integrales TMC--*/
.hero-body {
    padding-top: 4rem;
    padding-bottom: 4rem;
    text-align: center;
}

.hero-body .title {
    color: #000981;
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.hero-body .subtitle {
    color: #4a4a4a;
    font-size: 1.1rem;
    font-weight: normal;
}

/* Estilos generales para la sección de tarjetas */
.section {
    padding-top: 3rem;
    padding-bottom: 0rem;
}

/* Estilos para cada tarjeta de servicio */
.service-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 280px;
    transition: transform 0.2s ease-in-out, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    border: 1px solid #2a52f330;
    color: #363636;
    margin-bottom: 1.5rem;
}

/* Contenedor del icono dentro de la tarjeta */
.service-card .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background-color: #ffffff;
    border: 1px solid #2a52f330;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* Imagen del icono dentro del contenedor */
.service-card .icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
       transition: filter 0.3s ease;
}

/* Título de la tarjeta (ej. "CARGA") */
.service-card h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #000981;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

/* Estilo del botón "Más información" */
.service-card .button {
    margin-top: auto;
    background-color: #C0CCFC;
    color: #000981;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    padding: 0.75em 1.75em;
    height: auto;
    min-height: 2.8em;
    font-size: 1.2rem;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* EFECTOS HOVER */
/* Efecto hover en la tarjeta completa */
.service-card:hover {
    transform: translateY(-8px);
    background-color: #000981;
    color: #ffffff;
    border-color: #000981;
}

/* Contenedor del icono en hover */
.service-card:hover .icon {
    background-color: #ffffff;
    border-color: #ffffff;
}

/* Imagen del icono en hover */
.service-card:hover .icon img {
    
}

/* Título de la tarjeta en hover */
.service-card:hover h2 {
    color: #ffffff;
}

/* Botón en hover */
.service-card:hover .button {
    background-color: #C0CCFC;
    color: #000981;
}

/* Responsive grid adjustments (Bulma defaults are usually good, but fine-tuning) */
.columns.is-multiline {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    padding: 0 0 20px 0;
    ;
}

.column {
    padding: 0.75rem;
}



/* Tablet (2 columnas) */
@media screen and (min-width: 769px) and (max-width: 1023px) {
  
}

/* CABECERA */
.section-header h2 {
    font-size: 8rem;
    font-weight: 800;
    line-height: 1.2;
    color: #000D80;
}

.section-header span {
    color: #2c589b;
}

.section-header p {
    color: #2c3e50;
    font-size: 1.05rem;
}

/* CARRUSEL */
.testimonial-carousel {
    position: relative;
    margin-top: 2rem;
    padding-bottom: 3rem;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.testimonial-slide {
    flex: 0 0 100%;
    padding: 0 1rem;
}

.testimonial-cuadro {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 2rem 1.5rem;
    text-align: center;
    display: flex;
    flex-direction: row;
    transition: transform 0.2s ease-in-out, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    border: 1px solid #2a52f3;
    color: #363636;
    margin-bottom: 1.5rem;
}

.testimonial-card {
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #2A52F3;
    padding: 2rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.testimonial-image {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.testimonial-text {
    padding-left: 1rem;
    min-height: 100%;

}


.testimonial-location {
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 0.5rem;
}

.testimonial-quote {
    font-size: 1.3rem;
    color: #2c589b;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.testimonial-author {
    font-weight: bold;
    font-size: 1rem;
    color: #000;
}

.testimonial-company {
    font-size: 0.9rem;
    color: #555;
}

.carousel-nav-button1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    font-size: 2rem;
    color: #2c589b;
    cursor: pointer;
    xz-index: 10;
}

.banner-slider-web {
    border-radius: 50px;
}

.carousel-nav-button1:hover {
    color: #1a407a;
}

.carousel-nav-button1.prev {
    left: 2rem;
}

.carousel-nav-button1.next {
    right: 2rem;
}

.carousel-pagination {
    margin-top: -4rem;
    text-align: center;
}

.carousel-pagination span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
}

.carousel-pagination span.active {
    background: #2A52F3;
}

.pagination-dot {
    width: 12px;
    height: 12px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s;
}

.pagination-dot.active {
    background-color: #2c589b;
    transform: scale(1.2);
}

.content blockquote {
    background-color: #FFF !important;
    border-inline-start: #FFF !important;
    padding: 0rem !important;
}

/*<!--Videos tramaco-->*/

/* CONTENEDOR PRINCIPAL */
.video-carousel-wrapper {
    width: 1850px;
    margin: auto;
    overflow: visible;
    position: relative;
}

/* PISTA DE VIDEOS */
.video-carousel-track {
    display: flex;
    transition: transform 0.6s ease;
}

/* VIDEO INDIVIDUAL */
.video-carousel-item {
    flex: 0 0 890px;
    margin: 0 0;
    transform: scale(0.88);
    filter: opacity(0.3);
    transition: transform 0.5s ease, filter 0.5s ease, opacity 0.5s ease;
    pointer-events: none;
    xz-index: 1;

}

.video-carousel-item video {
    width: 100%;
    border-radius: 50px;
    display: block;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 100%;
    object-fit: cover;
}

/* VIDEO ACTIVO */
.video-carousel-item.active {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
    pointer-events: auto;
    xz-index: 10;

}

/* TÍTULO INFERIOR IZQUIERDO */
.video-caption {
    position: absolute;
    bottom: 70px;
    left: 16px;
    color: white;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 1rem;
}

/* BOTONES DE NAVEGACIÓN */
.video-carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 2rem;
    color: #2A52F3;
    cursor: pointer;
    xz-index: 20;
}

.video-carousel-button:hover {
    background-color: transparent;
}

.video-carousel-button.left {
    left: 430px;
}

.video-carousel-button.right {
    right: 430px;
}

.has-text-weight-bold {

    font-size: 1.3rem !important;
}

/* Estilos para la información de ubicación */
.location-info p {
    font-family: "NexaRegular", sans-serif;
    font-size: 1.3rem;
    line-height: 0.9;
    margin-bottom: 0.5rem;
}

.location-info p.has-text-weight-bold {
    font-size: 1.3rem;
    margin-bottom: 1.3rem;
    padding-top: 3rem;
}

/* Estilos para los íconos de redes sociales */
.social-icons {
    display: flex;
    gap: 15px;
}

.social-icon-link {
    color: #FFFFFF;
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.social-icon-link:hover {
    color: #DDDDDD;
}

.social-icon-link {
    margin: 0 10px 0 0 !important;
}

.img2 {
    height: 20px !important;
    max-width: 100%;
}

.carousel-nav-button1 {

    top: 44%;
}

.testimonial-author {

    font-size: 1.3rem;
}

.title-box {
    color: #000981;
    font-family: 'NexaBlack', sans-serif !important;
}

.title.is-4 {
    font-size: 2.3rem;
    font-family: 'NexaBlack', sans-serif !important;
}

/* --- ESTILOS PRINCIPALES PARA ESCRITORIO (si los tenías) --- */
.slide-item1 {
    flex-shrink: 0;
    width: 350px;
    margin-right: 20px;
}

.somosh1 {
    font-size: 3rem !important;
}


/*Cuadro de fondo opaco*/
.blue-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Degradado de transparente (arriba) a azul oscuro (abajo) */
    background: linear-gradient(
        to bottom,
        rgba(0, 9, 129, 0) 0%,      /* Totalmente transparente */
        rgba(0, 9, 129, 0) 50%,     /* Transparente hasta la mitad */
        rgba(0, 9, 129, 0.4) 75%,   /* Opacidad baja (0.4) */
        rgba(0, 9, 129, 0.9) 90%,   /* Opacidad alta (0.9) */
        rgba(0, 9, 129, 1) 100%  
    );
    xz-index: 1; /* Encima de la imagen, debajo del texto */
}

/* Estilo de inicio de carrusel de cuadros y conocenos */
.slider-wrapper1 {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    cursor: grab;
    user-select: none;
}

.slider-wrapper1.dragging {
    cursor: grabbing;
}

.slider-wrapper1::-webkit-scrollbar {
    display: none;
}

.slide-track1 {
    display: flex;
    width: fit-content;
}
/* Responsive para pantallas más pequeñas (vertical) */

.columns:not(:last-child) {
    margin-bottom: 0;
}

.title-h1-seccion9 {
    font-size: 2rem !important;
}

.servicios-grid-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.servicios-grid-container3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 10px 0 0 0;
    max-width: 1200px;
    margin: 0 auto;
}

.servicio-card {
    background-color: ;
    border: 1px solid #2A52F3;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 120px;
}

.servicio-title {
    color: #000981;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 8px;
}

.servicio-card p {
    font-size: 0.9em;
    color: #000981;
}



/*--Punto de atencion--*/
.has-background-custom-blue1 {
    height: 500px;
    max-height: 700px;
    padding: 2rem;
    border-radius: 20px;
    background-color: #000981 !important;
}

.has-background-custom-gray1 {
    height: 500px;
    max-height: 700px;
    padding: 2rem;
    border-radius: 20px;
    background-color: #2A52F3 !important;
}

.subtitle2 {
    color: #000981;
    font-family: "NexaBook", sans-serif;
    font-size: 1.7rem;
    font-weight: var(--bulma-subtitle-weight);
    line-height: var(--bulma-subtitle-line-height);
}

.title2 {
    color: #000981;
    font-family: "NexaBook", sans-serif;
    font-size: 1.7rem;
    font-weight: 800;
    line-height: var(--bulma-subtitle-line-height);
}

/* --- rastreo --- */
/*
  Estilos encapsulados que solo funcionan dentro de ".rastreo-section"
*/
/*.rastreo-section {
  position: sticky;
    --brand-blue: #2A52F3;
    --brand-dark-blue: #000981;
    --light-grey-bg: #f4f7fa;
    --icon-bg: #EAF0F6;
    --icon-color: #00098105;
    background-color: white;
    padding: 0.1rem;
    font-family: sans-serif;
    border-radius: 50px 50px;
    xz-index: 10;
}

/* Título principal */
/*.rastreo-section .title.is-main-title {
  color: var(--brand-dark-blue);
  font-weight: 900;
  font-size: 4.5rem;
}
*/

/* Campo de suscribirse entrada y botón */

.field.is-grouped {
    display: flex;
    color: var(--tramaco-blue-dark);
    gap: 0.75rem;
    margin-left: 5rem;
    margin-right: 5rem;
    justify-content: flex-start;
    background-color: white;
    padding: 10px;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

/* Estilo para la caja naranja "RASTREO" */
.rastreob {
    background-color: #2A52F3;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    padding-top: 0.7rem;
    padding-right: 0.7rem;
    padding-left: 0.7rem;
}

.h1-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    min-height: 120px;
    color: #000981;

}

/* Contenedor para la visualización del ejemplo */
.demo-container {
    padding: 4rem;
}

.has-text-grey-light1 {
    color: #2A52F3 !important;
}

.no-guia {
    font-family: 'NexaBlack' sans-serif;
    font-size: 18px;
    color: #000981;
    font-weight: bold;
}

.no-guia-texto {
    font-family: 'NexaBold' sans-serif;
    font-size: 18px;
    color: #000981;
    font-weight: 300;
}

/*texto de rastreo*/
@media print,
screen and (min-width: 769px) {
    .level {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
}

/* Botones inferiores */
.rastreo-section .action-buttons {
    margin-top: 2rem;
}

/* Cabecera de inicio */
@media (min-width: 769px) and (max-width: 1024px) {
    .hero-content h1 {
        font-size: 2.2rem;
    }

    

    .hero-content p {
        font-size: 0.8rem;
    }

    .hero-fullscreen {
        height: 100% !important;
    }

    .content h1 {
        font-size: 1.7rem;
    }

    .content p.subtitle {
        font-size: 0.7rem;
    }

    .solution-card {
        height: 200px;
        padding-bottom: 0rem;
    }

    .title.is-3 {
        font-size: 0.8rem;
    }

    .subtitle.is-5 {
        font-size: 0.6rem;
    }

    .solution-card .tag {
        padding: 0.35rem 0.34rem;
        border-radius: 8px;
        font-size: 0.4em;
        top: 1rem;
        left: 1rem;
    }

    .hero-body .titleh {
        font-size: 2rem;
    }
}


@media (min-width: 1025px) and (max-width: 1439px) {

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .content h1 {
        font-size: 2.2rem;
    }

    .content p.subtitle {
        font-size: 1rem;
    }

    .hero-body .titleh {
        font-size: 3rem;
    }

    .is-size-5-desktop {
        font-size: 1rem !important;
    }

    .column.is-two-fifths-desktop {
        flex: none;
        width: 50%;
    }

    .hero-section {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../images/main/bg-tramaco.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content:left;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
    border-radius: 30px;
    aspect-ratio: 16 / 9;
    max-height: 600px;
    
}
.hero-fullscreen {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    background-size: contain;
    height: 100vh;
    padding: 0 0 0 40px;
}
.video-carousel-wrapper {
    width: 1300px;
    margin: auto;
    overflow: visible;
    position: relative;
}



/* VIDEO INDIVIDUAL */
.video-carousel-item {
    flex: 0 0 700px;
    margin: 0 0;
    transform: scale(0.88);
    filter: opacity(0.3);
    transition: transform 0.5s ease, filter 0.5s ease, opacity 0.5s ease;
    pointer-events: none;
    xz-index: 1;

}

.video-carousel-button.left {
    left: 250px;
}

.video-carousel-button.right {
    right: 270px;
}

.video-carousel-button {
    
    top: 40%;
    
}

}

@media (min-width: 1440px) and (max-width: 1919px) {
    .hero-content h1 {
        font-size: 4.1rem;
    }

    .hero-content p {
        font-size: 1.9rem;
    }

    .content h1 {
        font-size: 3rem;
    }

    .content p.subtitle {
        font-size: 1.3rem;
    }

    .hero-body .titleh {
        font-size: 3.7rem;
    }

    .is-size-5-desktop {
        font-size: 1rem !important;
    }

    .hero-section {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../images/main/bg-tramaco.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content:left;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
    border-radius: 30px;
    aspect-ratio: 16 / 9;
    max-height: 720px;
    
}
.hero-fullscreen {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    background-size: contain;
    height: 100vh;
    padding: 0 0 0 100px;
}

}

@media (min-width: 1920px) and (max-width: 2559px) {
    .hero-content h1 {
        font-size: 4.5rem;
    }

    .hero-content p {
        font-size: 2.1rem;
    }

    .content h1 {
        font-size: 3.7rem;
    }

    .content p.subtitle {
        font-size: 1.5rem;
    }

    .hero-body .titleh {
        font-size: 4.5rem;
    }
}

@media (min-width: 2560px) and (max-width: 3839px) {
    .hero-content h1 {
        font-size: 7rem;
    }

    .hero-content p {
        font-size: 3rem;
    }

    .content h1 {
        font-size: 5rem;
    }

    .content p.subtitle {
        font-size: 2.3rem;
    }

    .hero-body .titleh {
        font-size: 6rem;
    }

}

@media (min-width: 3840px) {
    .hero-content h1 {
        font-size: 9rem;
    }

    .hero-content p {
        font-size: 4rem;
    }

    .content h1 {
        font-size: 7rem;
    }

    .content p.subtitle {
        font-size: 3rem;
    }

    .hero-body .titleh {
        font-size: 7rem;
    }
}

@media screen and (max-width: 1600px) {
    .content p.subtitle {
        margin-bottom: 0;
    }

    .content h1 {
        margin-bottom: 0.5em;
    }

    .container:not(.is-max-tablet):not(.is-max-desktop):not(.is-max-widescreen) {
        max-width: 1500px;
    }
}



@media (max-width: 1024px) {

    .slide-item {
        width: 280px;
    }

    .slide-track {
        width: calc(280px * 5);
    }

    /* Tablets */
    .hero-body .title {
        font-size: 2.2rem;
    }

    .content h1 {
        margin-bottom: 0.5em;
    }

    .column.is-one-quarter-desktop {
        width: 25%;
    }

    .hero-body .title {
        font-size: 2.8rem;
    }

     .content p.subtitle {
        margin-bottom: 0;
    }

    .pl-6 {
        padding-left: 0rem !important;
    }

    .servicios-grid-container {
        grid-template-columns: repeat(3, 1fr);
        /* Change to 3 columns */

    }

    .sidebar-menu {
        position: fixed;
        top: 0;
        left: -1010px;
        width: 100% !important;
        background-color: #fff;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
        xz-index: 1001;
        transition: left 0.3s ease-in-out;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .sidebar-logo-text {
        font-family: "NexaBold", sans-serif;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80%;

    }

    .sidebar-nav-item {
        display: block;
        padding: 2px 20px !important;
        color: #000981 !important;
        text-decoration: none;
        font-family: "NexaBlack", sans-serif;
        font-weight: 900;
        font-size: 1rem !important;
        transition: background-color 0.2s ease, color 0.2s ease;
    }

    .img1 {
        vertical-align: middle;
        border: 0;
    }

    .close-menu-button {
        background: transparent;
        position: fixed;
        top: 50px;
        left: 0px !important;
        border: none;
        color: white;
        font-weight: bold;
        xz-index: 1001;
        display: flex;
        align-items: center;
        gap: 0.25rem;
        font-size: 0.9rem;
    }
}



@media screen and (max-width: 768px) {

    .bottom-movil {
        padding-bottom: 0px !important;
    }

    .padding-movil {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    
    .top-movil {
        padding-top: 0px !important;
    }


    .service-card h2 {
        font-size: 1.4rem;
    }

    .hero-body .subtitle {
        font-size: 0.9rem;
    }

    /* Cabecera de inicio*/
    .hero-section {
        position: static;
        width: 100%;
        background: no-repeat;
        background-image: url(../images/main/foto-principal-movil.png);
        background-position: center;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        border-radius: 10px;
    }

    /* Cabecera de inicio*/
    .hero-fullscreen {
        height: 490px !important;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding: 0 0 10px 0;
    }



    .mobile-t {
        font-size: 1.1rem;
        line-height: 1.5;
    }

    /* Cabecera de inicio
    .hero-fullscreens {
        height: 463px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
*/

    .hero-content {
        padding: 1rem 0 1rem 0;
        justify-content: center;
        /* centra horizontalmente */
        align-items: center;
        /* centra verticalmente */
        text-align: center;
        /* centra el texto */
    }

    .hero-content h1 {
        font-size: 1.8em !important;
        margin-left: 14px;
        margin-right: 14px;
    }

    .hero-content p {
        font-size: 1.4em;
        padding: 0 20px 0 20px !important;
        margin-left: 20px;
        margin-right: 20px;
    }

    .fullwidth-safe {
        width: 100%;
        padding-left: 0.7rem !important;
        padding-right: 0.7rem !important;
    }

    .section {
        padding-top: 3rem;
        padding-bottom: 3rem !important;
        padding-left: 3rem !important;
        padding-right: 3rem !important;

    }

    .sectionm {
        padding-top: 3rem;
        padding-bottom: 3rem !important;
        padding-left: 0.5em !important;
        padding-right: 0.5rem !important;

    }

    .sectionf {
        padding-top: 3rem;
        padding-bottom: 0rem !important;
        padding-left: 0rem !important;
        padding-right: 0rem !important;

    }

    .testimonial-slide {
        padding: 0 0rem !important;
    }

    .has-text-left-touch {
        text-align: center !important;
    }

    .custom-padding-l {
        padding-left: 0px;
    }

    .custom-padding-lrs {
        padding: 0 10px 0 10px;
    }

    /*INicio*/

    .section-header h2 {
        font-size: 2rem;
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .column.is-full-mobile {
        width: 100%;
    }


    .section-header p {
        font-size: 0.95rem;
        text-align: center;
    }

    .testimonial-cuadro {
        background-color: #ffffff;
        border-radius: 7px !important;
        padding: 0rem 0rem !important;
        text-align: center !important;
        display: flex;
        flex-direction: column !important;
        transition: transform 0.2s ease-in-out, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
        border: 1px solid #2a52f330 !important;
        color: #363636;
        margin-bottom: 0.5rem !important;
    }

    /*seccion*/
    .solution-card .subtitle {
        font-family: "NexaBold", sans-serif !important;
        margin-top: 0;
        line-height: 1.4;
        font-weight: normal;
        font-size: 0.6rem !important;
    }

    .solution-card .title {
        /* Sombra de texto para mejorar legibilidad sobre fondo oscuro */
        font-family: "NexaBlack", sans-serif !important;
        margin-bottom: 0.5rem;
        font-size: 1.2rem !important;
    }

    .solution-card {
        border-radius: 20px !important;
        overflow: hidden;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        position: relative;
        height: 250px !important;
        display: flex;
        align-items: flex-end;
        padding-bottom: 1rem;
        padding-left: 2rem;
        padding-right: 2rem;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .solution-card .tag {
        background-color: #13D4F2;
        font-family: "NexaXBold", sans-serif;
        color: white;
        font-weight: bold;
        padding: 0.7rem 0.5rem 0.4rem 0.6rem !important;
        border-radius: 12px !important;
        font-size: 0.9em !important;
        position: absolute;
        top: 0.9rem !important;
        left: 0.8rem !important;
        xz-index: 3;
    }


    .column {
        padding: 0.75rem;
        text-align: -webkit-center;
        font-size: 0.6rem;
        align-items: anchor-center;
    }

    .content h1 {
        font-size: 2rem !important;
        margin-bottom: 0.2rem;
    }

    .slide-track {
        width: calc(170px * 5) !important;
    }

    /* Móviles */
    .hero-body .title {
        font-size: 1.8rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    /* carrusel de cuadros de inicio y conocenos */
    .slider-wrapper1 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .slider-wrapper1 {
        scroll-snap-type: x mandatory;
    }

    .location-info p {
        font-family: "NexaRegular", sans-serif;
        font-size: 0.8rem;
        line-height: 0.9;
        margin-bottom: 0.5rem;
    }

    .location-info p.has-text-weight-bold {
        font-size: 0.9rem !important;
        margin-bottom: 1.3rem;
        padding-top: 3rem;
    }
    
    .h1-flex-center {
        flex-direction: column;
    }

    /* Opcional: Elimina el margen izquierdo en "ONLINE" 
    para que se vea centrado en móvil.
  */
    .h1-flex-center .ml-2 {
        margin-left: 0 !important;
    }

    .demo-container {
        padding: 0.5rem !important;

    }

    .rastreob {
        border-radius: 30px;
        padding: 1rem;
    }

    .control1 {
        /*width: 100%;*/
        /* Hacer que el control ocupe todo el ancho */
        margin-bottom: 0.3rem;
        align-self: center;
        align-items: center;
        align-content: center;
        /* Espacio entre el input y el botón */
    }

    .servicios-grid-container {
        grid-template-columns: repeat(2, 1fr);
        /* Change to 2 columns */
    }

    .brand-logo {
        text-align: center;
        /* Centrar el logo en móvil */
        margin-bottom: 3rem;
        /* Más espacio debajo del logo */
    }



    .social-icons {
        justify-content: center;
        /* Centrar íconos en móvil */
        margin-top: 2rem;
        /* Más espacio encima de los íconos */
    }

    .title.is-4 {
        text-align: center;
        /* Centrar título en móvil */
        font-size: 0.9rem !important;
    }

    .has-text-left {
        text-align: center !important;
    }

    .field.is-grouped {
        flex-direction: column;
        /* Apilar campo de correo y botón en móvil */
        align-items: stretch;
        /* Estirarlos para que ocupen todo el ancho */
    }

    .field.is-grouped .control {
        width: 100%;
        /* Hacer que el control ocupe todo el ancho */
        margin-bottom: 0rem;
        align-content: center;
        text-align: center;
    }

    .carousel-nav-button1.prev {
        left: 0.5rem;
    }

    .carousel-nav-button1.next {
        right: 0.5rem;
    }

    .testimonial-quote {
        font-size: 1.1rem;
        text-align: center;
    }

    .testimonial-text {
        padding-left: 0;
        text-align: center;
    }

    .testimonial-carousel {
        margin-top: 0rem;
        padding-bottom: 0rem;
    }

    .carousel-pagination {
        display: flex;
        justify-content: center;
        margin-top: 1rem;
        position: absolute;
        bottom: 1px !important;
        left: 0;
        right: 0;
    }

    .carousel-track {
        padding-bottom: 15px;
    }
    

    /*Barra de rastreo movil*/
    /*Boton rastreo movil*/
    .buttons-rastreo-movil {
        align-items: center;
        display: flex;
        gap: .75rem;
        justify-content: flex-start;
        flex-direction: row;
        font-family: "NexaBold", sans-serif;
        font-size: 0.9rem;
        color: #FFFFFF;
        background-color: #EE732A;
        border-radius: 10px;
        padding: 7px 10px 3px 10px;
    }

    /*Ingreso de guia movil*/
    .input-rastreo-movil {
        border-radius: 10px;
        font-size: 15px;
        border-end-end-radius: 10px !important;
        border-start-end-radius: 10px !important;
        font-family: "NexaBold", sans-serif;
        font-size: 14px;
    }

    /*Caja de rastreo movil*/
    .box-movil {
        border-radius: 0;
        color: transparent;
    }

    /*Rastrear envío TMC*/
    .button-rastreo-movil-tmc {
        font-size: 20px;
        font-family: "NexaBold", sans-serif;
        padding-top: 15px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
        font-weight: 400;
        color: #fff;
        background-color: transparent;
        border: 0;
        position: relative;
        xz-index: 1;

    }

    .custom-padding-lr {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /*Conocenos*/


    .slide-item1 {
        width: calc(100vw - 30px);
        margin-right: 15px;
         scroll-snap-align: start;
    }

    .slide-item1-f {
        height: 184px;
        width: calc(100vw - 30px);
        margin-right: 15px;
    }
    
    /* Opcional: Ajustar el tamaño del texto o elementos internos de la card si es necesario */
    .slide-number {
        font-size: 1.2em;
    }

    .slide-title {
        font-size: 1.1em;
    }

    .slide-desc {
        font-size: 0.9em;
        text-align: justify;
    }

}

@media (max-width: 480px) {
    .servicios-grid-container {
        grid-template-columns: 1fr;
        /* Stack into a single column */
    }
}

@media (max-width: 430px) {
    .sidebar-menu {
        position: fixed;
        top: 0;
        left: -450px;
        width: 100% !important;
        background-color: #fff;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
        xz-index: 1001;
        transition: left 0.3s ease-in-out;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}

