@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary-color: #00A75D;
    --secondary-color: #0D0D0D;
    --paragraph-color: #808080;
    --light-color: #FFFFFF;
    --btn-primary-hover: #007A4D;
    --btn-secondary: #f6b81b;
    --btn-secondary-hover: #e5a210;
    --bg-primary: #00514d;

}


body {
    font-family: "Montserrat", sans-serif !important;
}

hr {
    width: 50%;
    margin: 30px auto;
}

    .mySwiper {
        width: 100%;
    }

    .swiper-slide {
        position: relative;
    }

    .slider-image {
        width: 100%;
        height: 600px;
        /* puedes ajustar esta altura */
        object-fit: cover;
        /* mantiene proporción sin distorsión, recortando si es necesario */
        display: block;
    }


    /* Estilos generales */
.post{
margin: 0 160px !important;
}
.entry-meta, .wp-caption-text {
    display: none;
}
.wp-caption img[class*=wp-image-]
 {
  
    margin-bottom: 40px;
}

.page-numbers.current{
 color: var(--primary-color) !important;
}
    .animacion-z:hover {
        transform: translateY(-7px);
    }

    .animacion-z {
        transition: transform 0.5s;
    }

    .banner-home {
        background-image: url('https://tradelossa.com/wp-content/themes/astra-child/assets/img/nuevo_banner_home.webp');

        background-size: cover !important;
        background-position: center !important;
        height: 100vh !important;
        position: relative !important;
        color: var(--light-color) !important;
    }

    .arrow-icon {
        width: 60px !important;
        height: 32px !important;

    }

    .arrow-icon-titles {
        width: 60px !important;
        height: 23px !important;
    }

    .arrow-icon-buttons {
        width: 40px !important;
        height: 14px !important;
    }

    .overlay-text {
        position: absolute !important;
        top: 5% !important;
        left: 5% !important;
        z-index: 2 !important;
    }

    .etiqueta-verde {
        background-color: var(--primary-color) !important;
        padding: 5px 15px !important;
        font-weight: bold !important;
        display: inline-block !important;
        font-size: 24px;
    }

    .etiqueta-negra {
        background-color: var(--secondary-color) !important;
        padding: 5px 15px !important;
        font-weight: bold !important;
        font-size: 42px;
    }

    .icono-mail {
        position: fixed !important;
        bottom: 100px !important;
        right: 20px !important;
        z-index: 10 !important;
    }

    .icono-camion {
        position: absolute !important;
        bottom: 20px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        z-index: 2 !important;
    }

    .icono-camion img,
    .icono-mail img {
        width: 50px !important;
    }

    .icono-camion img {
        width: 90px !important;
        margin-bottom: 5px;
    }

    .icono-camion-servicio img {
        width: 70px !important;
        margin-bottom: 50px;
    }

    .p-custom {
        color: var(--secondary-color) !important;
    }

    /* Estilos para los servicios */

    .servicio {
        text-align: center;
        margin-bottom: 40px !important;
    }

    .servicio .icono-circulo {
        width: 70px !important;
        height: 70px !important;
        border: none !important;
        border-radius: 50% !important;
        margin-right: 20px !important;
    }


    .titulo-servicio {
        font-weight: 600 !important;
        text-transform: uppercase !important;
        color: var(--secondary-color) !important;
        text-align: start;
    }

    .titulo-verde {
        color: var(--primary-color) !important;
    }

    .descripcion-servicio {
        font-size: 0.9rem;
        color: var(--paragraph-color) !important;
        width: 100% !important;
        font-weight: 400;

    }

    /* Video */




    .btn-play {
        position: relative;
        z-index: 2 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-decoration: none !important;
        color: var(--light-color) !important;
        font-weight: 400 !important;
        font-size: 1rem !important;
    }

    .btn-play .play-icon {
        width: 80px !important;
        height: 80px !important;
        border: 4px solid var(--light-color) !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin-bottom: 10px !important;
    }

    .btn-play .play-icon::before {
        content: "" !important;
        display: block !important;
        width: 0 !important;
        height: 0 !important;
        border-left: 20px solid var(--light-color) !important;
        border-top: 12px solid transparent !important;
        border-bottom: 12px solid transparent !important;
        margin-left: 27px !important;
        margin-top: 20px !important;
    }

    .btn-play:hover {
        color: #ccc !important;
    }

    /* Ultimos posts */
    .section-title {
        font-weight: 700 !important;
        text-transform: uppercase !important;
        font-size: 2rem !important;
        color: var(--secondary-color) !important;
    }

    .highlight-icon {
        color: #f4c33b !important;
        font-weight: bold !important;
        margin-left: 10px !important;
    }

    .post-card {
        height: 250px !important;
        position: relative !important;
        display: flex !important;
        align-items: end !important;
        justify-content: end !important;
        padding: 15px !important;
    }

    .linkedin-icon {
        width: 24px !important;
        height: 24px !important;
    }

    .bg1 {
        background-color: #eaeaea !important;
    }

    .bg2 {
        background-color: #4ca865 !important;
    }

    .bg3 {
        background-color: #f5c13d !important;
    }

    .bg4 {
        background-color: #5b5b5b !important;
    }

    .bg5 {
        background-color: #1f4f4f !important;
    }

    /* Noticias */
    .noticias-section {
        position: relative;
        overflow: hidden;
        min-height: 100vh;
        display: flex;
        align-items: center;
    }

    .parallax-background {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-image: url('https://tradelossa.com/wp-content/themes/astra-child/assets/img/tradelossa_banner_noticias.webp');
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        z-index: 0;
    }

    .noticias-section .container {
        position: relative;
        z-index: 2;
        padding: 100px 0;
        color: white;
    }

    .noticias-section::before {
        content: "" !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-color: rgba(0, 0, 0, 0.5) !important;
        /* Overlay oscuro */
        z-index: 1 !important;
    }

    .section-title {
        font-weight: 700 !important;
        text-transform: uppercase !important;
        font-size: 2rem !important;
    }

    .highlight-icon {
        color: #f4c33b !important;
        font-weight: bold !important;
        margin-left: 10px !important;
    }

    .card-noticia {
        background-color: var(--light-color) !important;
        border: none !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
    height: 500px;
    }

    .card-noticia .imagen-placeholder {
        background-color: var(--bg-primary) !important;
        height: 200px !important;
    }

    .btn-mas {
        background-color: var(--bg-primary) !important;
        color: var(--light-color) !important;
        font-weight: 600 !important;
        font-size: 0.85rem !important;
        padding: 10 !important;
        text-transform: uppercase !important;
        border: none !important;
        transition: background-color 0.3s ease !important;
    }

    .btn-mas:hover {
        background-color: var(--btn-primary-hover) !important;
        color: var(--light-color) !important;
    }

    /* Industrias */
  .banner-industrias{
        background-image: url('https://tradelossa.com/wp-content/themes/astra-child/assets/img/tradelossa_banner_industrias.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        min-height: 400px;
        padding: 60px 20px;
        display: flex;
        height: 90vh;

    }

    .section-title {
        font-weight: 700 !important;
        text-transform: uppercase !important;
        font-size: 2rem !important;
    }

    .highlight-icon {
        color: #f4c33b !important;
        font-weight: bold !important;
        margin-left: 10px !important;
    }

    .industria-item {
        text-align: center !important;
        margin-bottom: 30px !important;
    }

    .icono-circular {
        width: 100px !important;
        height: 100px !important;
        border-radius: 50% !important;
        background-color: #f0f0f0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 auto 10px !important;
    }

    .icono-circular img {
        width: 50px !important;
        height: 50px !important;
        object-fit: contain !important;
    }

    .nombre-industria {
        font-weight: 700 !important;
        color: var(--primary-color) !important;
        font-size: 0.9rem !important;
        text-transform: uppercase !important;
    }

    /* Contacto */

    .contacto-section {
        display: flex !important;
        flex-wrap: wrap !important;
        min-height: 100vh !important;
    }

    .formulario {
        background-color: #f2f2f2 !important;
        padding: 60px 40px !important;
        flex: 1 !important;
    }

    .imagen-contacto {
        flex: 1 !important;
        background-image: url('https://tradelossa.com/wp-content/themes/astra-child/assets/img/tradelossa_banner_contacto.webp');
        /* Reemplaza con tu imagen */
        background-size: cover !important;
        background-position: center !important;
        min-height: 500px !important;
    }

    .form-label {
        font-weight: bold !important;
        font-size: 0.85rem !important;
        text-transform: uppercase !important;
        color: var(--bg-primary) !important;
    }

    .form-control {
        border: none !important;
        background-color: #d1dadf !important;
        border-radius: 0 !important;
        margin-bottom: 15px !important;
    }

    .btn-verde,
    .btn-amarillo {
        font-weight: bold !important;
        text-transform: uppercase !important;
        border: none !important;
        transition: 0.3s !important;
    }

    .btn-verde {
        background-color: var(--primary-color) !important;
        color: var(--light-color) !important;
        padding: 10px 20px !important;
    }

    .btn-verde:hover {
        background-color: var(--btn-primary-hover) !important;
        color: var(--light-color) !important;
    }

    .badge-verde {
        background-color: var(--primary-color) !important;
        text-transform: uppercase !important;
    }

    .badge-light {
        background-color: #d1dadf !important;
        text-transform: uppercase !important;
    }

    .btn-amarillo {
        background-color: var(--btn-secondary) !important;
        color: var(--secondary-color) !important;
        padding: 14px 30px !important;
        font-size: 1.1rem !important;
    }

    .btn-amarillo:hover {
        background-color: var(--btn-secondary-hover) !important;
    }

    .flecha {
        margin-left: 10px !important;
    }

    .hidden {
        display: none !important;
    }

    .form-section-title {
        font-weight: 700 !important;
        font-size: 1rem !important;
        margin-top: 20px !important;
        margin-bottom: 10px !important;
        text-transform: uppercase !important;
    }

    .btn-back {
        background: none !important;
        border: none !important;
        color: #000 !important;
        font-weight: bold !important;
        font-size: 1rem !important;
        text-transform: uppercase !important;
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
    }

    .btn-back:hover {
        text-decoration: underline !important;
    }

    /* Membresías */

    .membership-logo {
        width: 120px;
        height: 120px;
        object-fit: contain;
        margin: auto;
        display: block;
    }

    .custom-control {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 65px;

        width: 60px;
        border: none;
        border-radius: 50%;
        z-index: 10;
        opacity: 0.9;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .carousel-control-prev.custom-control {
        left: -20px;
    }

    .carousel-control-next.custom-control {
        right: -20px;
    }

    .custom-control-historia {

        top: 48%;
    }

    .carousel-control-prev.custom-control-historia {
        left: 322px;
    }

    .carousel-control-next.custom-control-historia {
        right: 322px;
    }



    .carousel-control-icon {
        font-size: 20px;
        color: #000;
        font-weight: bold;
    }

    .carousel-control-next:focus,
    .carousel-control-next:hover,
    .carousel-control-prev:focus,
    .carousel-control-prev:hover {

        background: none !important;
    }

    .carousel-control-next.control-historia,
    .carousel-control-prev.control-historia {

        top: 0px !important;
        bottom: 275px !important;
        width: 40% !important;
    }

    .section-title {
        font-weight: 800 !important;
        text-transform: uppercase !important;
        font-size: 2rem !important;
    }

    .highlight-icon {
        color: #f4c33b !important;
        font-weight: bold !important;
        margin-left: 10px !important;
    }

    .logo-grid img {
        max-height: 100px !important;
        width: auto !important;
        object-fit: contain !important;
        margin: 0 auto !important;
        display: block !important;
    }

    .logo-grid {
        row-gap: 30px !important;
    }

    .footer {
        background-color: #1f4f4f !important;
        color: var(--light-color) !important;
        padding: 60px 40px 20px !important;

    }

    .footer h6 {
        text-transform: uppercase !important;
        font-weight: 800 !important;
        margin-bottom: 15px !important;
        color: var(--light-color) !important;
    }

    .footer a {
        display: block !important;
        color: var(--light-color) !important;
        text-decoration: none !important;
        margin-bottom: 6px !important;
        font-weight: 400;
    }

    .footer a:hover {
        text-decoration: underline !important;
    }

    .contact-button {
        border: 2px solid var(--light-color) !important;
        padding: 10px 25px !important;
        border-radius: 20px !important;
        color: var(--light-color) !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        display: inline-block !important;
        margin-bottom: 20px !important;
        width: max-content;
    }

    .contact-button span {
        margin-left: 8px !important;
        color: #f4c33b !important;
    }

    .footer-logo {
        height: 40px !important;
        margin-top: 30px !important;
    }

    .social-icons img {
        height: 30px !important;
        margin-right: 15px !important;
    }

    .ast-container {
        padding: 0 !important;
    }

    .main-header-bar {

        border-bottom-style: none !important;
    }

    #ast-scroll-top {
        background-color: var(--btn-primary-hover) !important;
    }

    span.ButtonBase__Overlay-sc-p43e7i-4.jhGZeV {
        display: none !important;
    }




    /*Compañia*/


    .banner-compania {
        background-image: url('https://tradelossa.com/wp-content/themes/astra-child/assets/img/tradelossa_banner_compania.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        min-height: 400px;
        padding: 60px 20px;
        display: flex;
        height: 90vh;

    }


    .banner-content {
        position: relative;
        z-index: 2;

        width: 100%;
    }

    .banner-title {
        font-size: 42px;
        font-weight: 700;
        color: white;

    }


    .metric-label {
        background-color: #f7c02d;
        color: black;
        font-weight: bold;
        padding: 0 12px;
        display: inline-block;
        font-size: 0.9rem;
    }

    .metric-value {
        font-size: 2rem;
        font-weight: 300;
    }

    .metric-text {
        font-size: 1.4rem;
        font-weight: 700;
    }

    .info-section {
        background-color: var(--light-color);
        padding: 60px 20px 0;
    }

    .info-text {
        color: #000;
        font-size: 1rem;
        line-height: 1.6;
    }

    .info-title {
        font-weight: bold;
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }

    .info-list {
        list-style: none;
        padding-left: 0;
    }

    .info-list li {
        margin-bottom: 0.6rem;
    }

    .info-list li::before {
        content: '• ';
        color: #00796B;
        /* tono verde oscuro */
        font-weight: bold;
    }

    .info-list .highlight {
        color: #004f4b;
        font-weight: 600;
    }

    .image-placeholder {
        width: 100%;
        height: 100%;
        min-height: 525px;
        background-color: #5d5d5d;
    }

    .container-compania-img {
        height: 550px !important;
    }

    .container-compania-img>img {
        height: 100% !important;

    }

    .img-historia-custom {

        height: 212px;
    }



    .history-section {
        background-color: #f9f9f9;
        padding: 0 20px;
    }

    .history-title {
        font-size: 50px;
        font-weight: 300;
        margin-bottom: 0;
        text-align: center;
    }

    .history-subtitle {
        font-size: 40px;
        font-weight: 900;
        color: var(--primary-color) !important;
        margin-bottom: 1.5rem;
        text-align: center;
    }

    .history-text {
        font-size: 1rem;
        line-height: 1.7;
        color: #222;
    }

    .quote {
        font-style: italic;
        font-size: 1rem;
        color: #444;
        margin-top: 1.5rem;
    }

    .quote-author {
        font-size: 0.9rem;
        font-weight: bold;
        display: block;
        margin-top: 0.3rem;
    }

    .quote-role {
        font-size: 0.8rem;
        color: #555;
    }

    .history-btn {
        background-color: var(--btn-secondary);
        color: black;
        font-weight: bold;
        padding: 10px 30px;
        border: none;
        margin-top: 2rem;
        width: 270px;
    }

    .history-btn:hover,
    .history-btn:focus,
    .history-btn:active {
        background-color: var(--btn-secondary-hover);
        color: #000;

    }

    .img-fluid {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .img-fluid-custom {
        width: 100%;
        height: 100% !important;
        object-fit: cover;
        object-position: bottom;
    }

    .section-block {
        padding: 60px 0;
        border-bottom: 1px solid #eee;
    }

    h3.section-title {
        font-weight: 800;
        font-size: 1.8rem;
    }



    .valores-title {
        color: var(--bg-primary);
        font-weight: 800;
        font-size: 32px;

    }

    .valores-list {
        list-style: none;
        padding-left: 0;
    }

    .valores-list li::before {
        content: "• ";
        font-weight: bold;
        margin-right: 5px;
    }

    .valores-list li {
        font-weight: 600;
        color: var(--paragraph-color);
    }

    .politicas-list {
        list-style: none;
        padding-left: 0;
    }

    .politicas-list li::before {
        content: "• ";

        margin-right: 5px;
    }

    .politicas-list li {
        color: #004f4b;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    .image-placeholder {
        width: 100%;
        height: 250px;
        background-color: #5d5d5d;
    }

    .certificaciones-section {
        padding: 60px 20px;
        background-color: var(--light-color);
        text-align: center;
    }

    .cert-title {
        text-align: left;
        font-weight: 800;
        font-size: 2rem;
    }

    .highlight-chevron {
        color: #f7c02d;
        font-weight: bold;
        font-size: 1.8rem;
        margin-left: 5px;
    }

    .cert-logo {
        max-height: 100px;
        margin-bottom: 15px;
        object-fit: contain;
    }

    .cert-caption {
        color: #bbb;
        font-weight: 600;
        font-size: 0.95rem;
        margin-top: 10px;
    }

    .membresias-section {
        padding: 60px 20px;
        background-color: var(--light-color);
    }

    .membresias-title {
        font-weight: 800;
        font-size: 2rem;
    }



    .membresia-card {
        border: 1px solid #ddd;
        padding: 20px;

        background-color: var(--light-color);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .membresia-logo {
        max-height: 80px;
        margin-bottom: 15px;
        object-fit: contain;
    }

    .membresia-desc {
        font-size: 0.95rem;
        color: #222;
        text-align: start;
    }

    .membresia-footer {
        margin-top: 1rem;
        font-weight: bold;
        font-size: 0.95rem;
    }



    .hero-50 {
        position: relative;
        background: url('https://tradelossa.com/wp-content/themes/astra-child/assets/img/tradelossa_historia.png') no-repeat center center;
        background-size: cover;
        min-height: 500px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
    }

    .hero-50::before {
        content: "";
        position: absolute;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.5);
        /* overlay oscuro */
        z-index: 1;
    }

    .hero-logo {
        position: relative;
        z-index: 2;
        max-width: 600px;
        width: 550px;
    }

    .historia-section {

        padding: 0 20px;
        color: #333;
        line-height: 1.8;
        font-size: 1rem;
    }

    .historia-text {
        max-width: 850px;
        margin: 0 auto;
    }

    .timeline-title {
        text-align: center;
        font-weight: 700;
        font-size: 1.6rem;
        margin: 60px 0 30px;
    }

    .carousel-indicators [data-bs-target] {
        background-color: #000;
        border-top: none !important;
        border-bottom: none !important;
    }



    /* Servicios */

    .banner-servicios {
        background-image: url('https://tradelossa.com/wp-content/themes/astra-child/assets/img/tradelossa_banner_servicios.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        min-height: 400px;
        padding: 60px 20px;
        display: flex;
        height: 90vh;

    }

    .servicios-section {
        padding: 60px 20px;
        background-color: #fff;
        text-align: center;
    }

    .servicio-item {
        margin-bottom: 40px;
    }

    .servicio-img {
        width: 100%;
        height: auto;
        object-fit: cover;
        margin-bottom: 20px;
    }



    .mapa-section {
        position: relative;
        width: 100%;
        height: auto;
    }

    .mapa-img {
        width: 100%;
        height: auto;
        display: block;
    }

    .info-terminales {
        position: absolute;
        top: 50%;
        right: 10%;
        transform: translateY(-50%);

        padding: 30px;
        border-radius: 12px;
        max-width: 600px;
        width: 100%;
    }

    .terminal-title {
        font-size: 1.4rem;
        font-weight: 500;
        margin-bottom: 5px;
        margin-left: 15px;
    }

    .terminal-location {
        display: inline-block;
        background-color: #4CAF50;
        color: white;
        padding: 3px 10px;
        border-radius: 4px;
        font-weight: 600;
        font-size: 1rem;
        margin-bottom: 10px;
    }

    .terminal-metros {
        font-size: 2rem;
        font-weight: 900;
        color: #000;
        margin-left: 15px;
    }

    .metros-num {
        line-height: initial;
        font-size: 42px;
    }

    .metros {
        font-size: 17px;
        align-self: end;
        font-weight: 600;
    }

    .terminal-metros small {
        font-size: 1rem;
    }

    .etiqueta {
        background-color: #4CAF71;
        color: white;
        font-size: 28px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 0px 27px;
        display: inline-block;
        position: relative;
        clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
        width: 300px;

    }

    .terminal-services {
        list-style: none;
        padding-left: 0;
        margin-left: 20px;
    }

    .terminal-services li {
        font-size: 0.95rem;
        font-weight: 600;
        color: #222;

    }

    .terminal-services li::before {
        content: "● ";
        color: black;
        font-weight: bold;
        margin-right: 5px;
    }

    /*Servicio*/



    .icono-slider {
        position: absolute;
        bottom: 80px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
    }

    .menu-servicios {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .servicio-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 14px 20px;
        background-color: #f5f5f5;
        color: #000;
        text-decoration: none;
        font-weight: 600;
        transition: background-color 0.3s ease;
    }

    .servicio-link.active {
        display: none;
    }

    .servicio-link:hover {
        background-color: var(--btn-secondary);
        color: var(--secondary-color);


    }

    .menu-item-left {
        font-weight: 700;
        font-size: 16px;
        text-transform: uppercase;
    }

    ul.custom-list {
        padding-left: 1rem;
        margin-top: 1.5rem;
    }

    ul.custom-list li::marker {
        color: #4CAF50;
        font-weight: bold;
    }

    ul.custom-list li {
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    .carousel-item-custom {
        height: 90vh !important;
    }

    .carousel-item-custom>img {
        height: 100vh !important;
        object-fit: cover !important;
    }


    /* Industrias */

    .titulo-proyectos {
        font-size: 2rem;
        font-weight: 700;
    }

    .titulo-verde {
        color: #4CAF50;
    }

    .proyecto-card {
        background-color: #eaeaea;
        height: 270px;
        position: relative;
        border-radius: 8px;
        overflow: visible;
        /* IMPORTANTE para permitir que la etiqueta sobresalga */
    }

    .etiqueta-proyecto {
        position: absolute;
        bottom: -1px;
        left: 0;
        right: -10px;
        padding: 10px 15px;
        font-weight: 600;
        font-size: 0.95rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 0 0 10px 0;
        z-index: 2;
        height: auto;
    }

    .etiqueta-negra-p {
        background-color: #000;
        color: #f7c02d;
    }

    .etiqueta-amarilla-p {
        background-color: #f7c02d;
        color: #000;
    }

    .carousel-item-p {
        height: 520px;
        /* Alto fijo */
    }

    .carousel-item-p img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        /* Mantiene proporción y recorta si es necesario */
        border-radius: 8px;
    }

    .titulo-proyecto {
        font-size: 36px;
    }

    .tipo-proyecto {
        font-size: 30px;
    }

    .datos-proyecto {
        font-size: 20px;
    }



    .gallery-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
        width: 1400px;

    }

    .social-card {
        position: relative;
        overflow: hidden;
        aspect-ratio: 4 / 5;
        cursor: pointer;
    }

    .social-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }



    .card-overlay {
        position: absolute;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.85);
        color: white;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .social-card:hover .card-overlay {
        opacity: 1;
    }

    .card-profile img {
        width: 15%;
        height: 100%;

        object-fit: cover;
        margin-right: 0.5rem;

    }

.logo-post{
width: 23% !important;
}


    .linkedin-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.85);
        z-index: 9999;
        display: none;
    }

    .linkedin-modal-overlay {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        display: flex;
        justify-content: center;
        padding: 2rem 0;
    }

    .linkedin-modal-content {

        padding: 2rem;
        max-width: 600px;
        width: 100%;
        position: relative;
        border-radius: 8px;
    }

    .linkedin-close {
        position: fixed;
        /* Cambiado de absolute a fixed */
        top: 30px;
        right: 40px;
        font-size: 32px;
        font-weight: bold;
        color: #00A75D;
        padding: 8px 14px;
        border-radius: 50%;
        cursor: pointer;
        z-index: 10001;
        transition: background 0.2s, color 0.2s;
    }

    .linkedin-modal-feed {
        display: flex;
        flex-direction: column;
        gap: 2.5rem;
    }

    .linkedin-modal-post {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 8px;
        overflow: hidden;
        max-width: 600px;
    }

    .linkedin-post-header img {
        width: 100%;
        height: auto;
        display: block;
    }

    .linkedin-post-body {
        padding: 1.5rem;
        font-family: system-ui, sans-serif;
        line-height: 1.6;
    }

    .linkedin-post-body p {
        margin-bottom: 1rem;
        white-space: pre-line;
    }

    .linkedin-hashtags span {
        color: #0077b5;
        margin-right: 0.5rem;
        font-weight: 500;
    }

    .linkedin-actions {
        margin-top: 1rem;
        display: flex;
        gap: 1rem;
        font-size: 0.95rem;
        align-items: center;
    }

    .linkedin-actions a {
        text-decoration: none;
        color: #0077b5;
        font-weight: bold;
    }

    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        background: var(--btn-secondary) !important;
        width: 14px;
        height: 14px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px !important;

    }

    .swiper-button-next>img,
    .swiper-button-prev>img {
        width: 100% !important;
    }


    .swiper-button-next:after,
    .swiper-button-prev:after {
        display: none;
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: var(--swiper-navigation-sides-offset, 30px) !important;

    }

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: var(--swiper-navigation-sides-offset, 30px) !important;

    }

    .swipe-slide-pr {
        height: 600px !important;
    }

    .swipe-slide-pr>img {
        height: 100%!important;
        object-fit: cover;
        object-position: right !important;
    }



    .banner-compania::before,
    .banner-servicios::before, .banner-industrias::before, .banner-home::before, .banner-noticias::before {
        content: '';
        position: absolute;
        inset: 0;
        background-color: rgb(23 23 23 / 64%);
        z-index: 1;
    }

/*Banner noticias*/

 .banner-noticias{
        background-image: url('https://tradelossa.com/wp-content/themes/astra-child/assets/img/tradelossa_banner-noticias.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        min-height: 400px;
        padding: 60px 20px;
        display: flex;
        height: 90vh;
    }

.news-card {
      border: 1px solid #ddd;
      display: flex;
      flex-direction: column;
      height: 500px;
      transition: box-shadow 0.3s ease;
    }

    .news-card:hover {
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }

    .news-card-image {
      background-color: #015c5c;
      height: 230px;
    }
.news-card-image > img{
height: 100% !important;
}

    .news-card-body {
      padding: 1rem;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .news-title {
      font-weight: bold;
      margin-bottom: 0.5rem;
    }

    .news-desc {
      font-size: 0.9rem;
      color: #444;
      flex-grow: 1;
    }

    .news-btn {
      margin-top: 1rem;
      padding: 0.4rem 1rem;
      font-size: 0.85rem;
      background-color: #015c5c;
      color: white;
      border: none;
      font-weight: bold;
    width: 110px;
    }

    .news-btn:hover {
      background-color: #014343;
    width: 110px;
color: white;
    }

    .pagination-custom {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 38px;
      margin-top: 2rem;
      font-weight: bold;
    }

    .pagination-custom a,
    .pagination-custom span {
      color: black;
      text-decoration: none;
      padding: 6px 10px;
      border-radius: 4px;
    }

    .pagination-custom .active {
      color: #015c5c;
      border-bottom: 2px solid #015c5c;
    }

    .pagination-custom .chevron {
      font-size: 1.2rem;
    }

.page-numbers{
display: contents;
    list-style: none;
}


    /* Mobile: que todo sea en columna */
    @media (max-width: 767.98px) {
        .info-terminales {
            position: static;
            transform: none;
            margin: 20px 0;
            max-width: 100%;
            padding: 20px;
        }
    }

    @media (max-width: 768px) {
        .footer {
            text-align: center !important;
        }

        .etiqueta-verde {

            font-size: 16px;
        }

        .imagen-contacto {
            flex: 0 !important;
        }

        .etiqueta-negra,
        .banner-title {

            font-size: 18px;
        }


        .carousel-control-icon {
            font-size: 16px;
        }

        .image-placeholder {
            height: 300px;
        }

        .carousel-control-prev.custom-control {
            left: 0px;
        }

        .carousel-control-next.custom-control {
            right: 0px;
        }

        .hero-logo {

            width: 400px;
        }

        .carousel-item-custom {
            height: auto !important;
        }

        .carousel-control-next.control-historia,
        .carousel-control-prev.control-historia {

            top: 0px !important;
            bottom: -100px !important;
            width: 10% !important;
        }

        .img-historia-custom {

            height: 62px;
        }

        img.carousel-control-ico {
            width: 30% !important;
        }


        .swiper-button-next,
        .swiper-button-prev {
            width: 130px !important;
        }


        .swiper-button-prev,
        .swiper-rtl .swiper-button-next {
            left: var(--swiper-navigation-sides-offset, -20px) !important;
        }

        .swiper-button-next,
        .swiper-rtl .swiper-button-prev {
            right: var(--swiper-navigation-sides-offset, -20px) !important;
        }
.post{
margin: 0 10px !important;
}
    }


    @media (max-width: 576px) {
        .logo-grid img {
            max-height: 48px !important;
        }
    }

    @media (min-width: 922px) {
        .site-content .ast-container {
            display: block !important;

        }

        .ast-container {
            max-width: 100% !important;
            padding: 0 !important;
        }
    }