#pix_section_intro {
    position: relative;
    background: url("https://i.postimg.cc/fT70j6fp/b2Nlci0x-Lmpw-Zw.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
}

#pix_section_intro::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 0;
}

#pix_section_intro > * {
    position: relative;
    z-index: 1;
}


/* Navbar fijo a 100px */
.navbar {
    height: 100px;
    display: flex;
    align-items: center; /* CENTRA verticalmente todo lo que está adentro */
    overflow: visible;
}

/* Contenedor del logo */
.navbar-brand {
    display: flex;
    align-items: center; /* centra verticalmente el logo */
}

/* Tamaño del logo */
.pix-logo {
    height: 100px !important;  /* Cambiá a tu gusto: 130, 150, 160… */
    width: auto !important;
}


#titulo-verde {
    color: #3BA935 !important;
}

.slider {
    height: 150px;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin: -100px 0 10px 0; /* SUBE el slider */
}

.accordion-content ul li {
    list-style-type: disc !important;
    color: white !important;      /* color del texto */
}

.accordion-content ul {
    padding-left: 25px !important; /* más espacio para los puntitos */
    list-style-position: outside;  /* puntitos bien alineados */
}

/* Fuerza que las tarjetas de ambas columnas tengan la misma altura */
.fancy_card {
    min-height: 420px; /* ajustable */
}

/* Tamaño de texto para todos los títulos dentro de las tarjetas */
.fancy_card h4,
.fancy_card h5 {
    font-size: 26px !important;
    line-height: 1.3;
}

/* Tamaño de texto para los párrafos */
.fancy_card p {
    font-size: 18px !important;
    line-height: 1.4;
}

@media (max-width: 767px){
    .fancy_card {
        min-height: auto;
    }

    /* Ajustes móviles */
    .fancy_card h4,
    .fancy_card h5 {
        font-size: 22px !important;
        text-align: center;
    }

    .fancy_card p {
        font-size: 16px !important;
        text-align: center;
    }
}

/* ===========================
   CONTENEDOR CLIENTES
=========================== */
.clientes-section {
    background: #f7f7f7;
    padding: 20px 0;
}

/* Contenedor Swiper */
.clientesSwiper {
    width: 100%;
    max-width: 1200px;
    padding-bottom: 40px;
}

/* Cada slide centrado */
.clientesSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ===========================
   LOGOS — TAMAÑO UNIFORME
=========================== */
.clientesSwiper .logo-box {
    width: 120px;      /* <-- Ajustá el tamaño */
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Imagen dentro del cuadro */
.clientesSwiper .logo-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;   /* mantiene proporción */
    filter: grayscale(100%);
    transition: 0.6s ease;
}

/* ===========================
   ANIMACIÓN PARA COLOR
=========================== */
@keyframes colorizar {
    0%   { filter: grayscale(100%); transform: scale(1); }
    100% { filter: grayscale(0%); transform: scale(1.1); }
}

.logo-color {
    animation: colorizar 0.6s forwards;
}

/* ===========================
   PAGINACIÓN
=========================== */
.swiper-pagination-bullet {
    background: #8BC34A !important;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background: #2E7D32 !important;
    opacity: 1;
}

/* ===========================
   FLECHAS
=========================== */
.swiper-button-next,
.swiper-button-prev {
    color: #2E7D32 !important;
    transform: scale(0.8);
}

#pix_section_contacto,
.elementor-element-11cbe405 {
    background-color: #ffffff !important;
    padding-top: 80px; /* Ajustá si querés más espacio */
}

/* Fuerza fondo blanco en toda la sección de Clientes */
.clientes-section {
    background: #ffffff !important;
    padding-top: 40px;
    padding-bottom: 40px;
}


/* Elimina espacio debajo del carrusel */
.logo-carousel-container,
.logo-carousel-track,
.logo-carousel-wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Forzar fondo BLANCO en toda la sección de contacto */

footer, 
footer .elementor-widget-container,
footer .elementor-container {
    display: flex;
    justify-content: center !important;
     text-align: center !important;
}


/* Alinea la columna derecha con la izquierda en la sección de contacto */
.elementor-element-0ca556e {
    padding-top: 35px !important; /* Ajustá entre 25px y 50px según te quede mejor */
}


/* CARRUSEL CLIENTES AJUSTADO A MOVIL */
/* ==========================
   LOGOS — VERSIÓN ESCRITORIO (PC)
   ========================== */
@media (min-width: 769px) {
    .clientesSwiper .logo-box {
        width: 120px !important;      /* tamaño que querías conservar */
        height: 120px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .clientesSwiper .logo-box img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
}

/* ==========================
   LOGOS — VERSIÓN MÓVIL
   ========================== */
@media (max-width: 768px) {

    /* achica solo la caja y la imagen en móvil */
    .clientesSwiper .logo-box {
        width: 75px !important;
        height: 75px !important;
        padding: 8px !important;
    }

    .clientesSwiper .logo-box img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
}

@media (max-width: 480px) {
    .clientesSwiper .logo-box {
        width: 60px !important;
        height: 60px !important;
    }
}

/* Para pantallas chicas (hasta 768px) */
@media (max-width: 768px) {
    #sliding-text-31694528 h1,
    #sliding-text-31694528 .pix-sliding-headline {
        font-size: 22px !important;
        line-height: 1.2 !important;
    }
}

/* Para pantallas MUY chicas (hasta 480px) */
@media (max-width: 480px) {
    #sliding-text-31694528 h1,
    #sliding-text-31694528 .pix-sliding-headline {
        font-size: 18px !important; /* más chico aún */
    }
}

/* ================================
   AJUSTE DE FRASE EN TESTIMONIAL (MÓVIL)
   ================================ */
@media (max-width: 768px) {
    .testimonial-section p {
        font-size: 1rem !important; /* antes 1.2rem */
        line-height: 1.45 !important;
    }

    .testimonial-section img {
        width: 160px !important;
        height: 160px !important;
    }

    .testimonial-section .col-md-8 > div {
        padding: 20px !important;
    }
}

/* ================================
   AJUSTES DE LA FRASE PRINCIPAL 
   (¿HABILITACIONES...?)
   ================================ */
@media (max-width: 768px) {
    #sliding-text-31694528 h1 {
        font-size: 1.4rem !important;
        line-height: 1.2 !important;
    }
}

/* ================================
   SECCIÓN CONTACTO — ORDEN Y LEGIBILIDAD EN MÓVIL
   ================================ */
@media (max-width: 768px) {

    /* Fuerza que cada columna sea full width */
    #pix_section_contacto .elementor-inner-section .elementor-column {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
    }

    /* Acomoda cada bloque uno debajo del otro */
    #pix_section_contacto .media {
        flex-direction: row !important;
        justify-content: flex-start !important;
        text-align: left !important;
        margin-bottom: 20px !important;
    }

    /* Alinear textos a la izquierda para mejor lectura */
    #pix_section_contacto .media-body {
        text-align: left !important;
    }

    /* Íconos más chicos y proporcionados */
    #pix_section_contacto .icon-circle svg {
        width: 28px !important;
        height: 28px !important;
    }

    /* Espaciados */
    #pix_section_contacto .pix-el-text p {
        font-size: 1rem !important;
    }

    #pix_section_contacto h6,
    #pix_section_contacto h3 {
        font-size: 1.2rem !important;
    }

    /* Botón de WhatsApp ancho total */
    #pix_section_contacto a.btn {
        width: 100% !important;
        text-align: center !important;
        font-size: 1rem !important;
        margin-top: 15px !important;
    }
}

/* Fuerza SIEMPRE sticky en móviles */
@media (max-width: 768px) {
    .pix-mobile-header-sticky,
    .pix-header-mobile-sticky {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 9999 !important;
    }
}


@media (max-width: 768px) {
    #mobile_head {
        width: 100% !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

    #mobile_head .container {
        width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}


/* ================================
   HEADER & NAV — MÓVIL
================================ */
@media (max-width: 991px) {

    /* ocultar topbar vieja */
    .pix-topbar { 
        display: none !important; 
    }

    /* ocultar navbar de escritorio */
    header#pix-header,
    .pix-header-desktop,
    .desktop-nav {
        display: none !important;
    }

    /* header móvil */
    #mobile_head {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        z-index: 9999;
        padding: 5px 0 !important;
        box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    }

    body {
        padding-top: 70px !important;
    }

    /* contenedor */
    #mobile_head .container {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    /* NAV layout 3 columnas */
    .navbar-mobile-custom{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 4px 0;
    }

    /* LOGO */
    .navbar-mobile-custom .mobile-left .pix-logo{
        height: 55px !important;
        width: auto;
    }

    /* ICONOS CENTRALES */
    .navbar-mobile-custom .mobile-center{
        flex: 1;
        display: flex;
        justify-content: center;
        gap: 14px;
        z-index: 9999;
    }

    .navbar-mobile-custom .mobile-icon{
        font-size: 22px;
        width: 36px;
        height: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
    }

    /* BOTÓN HAMBURGUESA */
    .navbar-mobile-custom .mobile-right .navbar-toggler{
        padding: 8px;
        z-index: 9999;
    }

    /* evitar que cambie a cruz */
    .hamburger.is-active .hamburger-inner,
    .hamburger.is-active .hamburger-inner::before,
    .hamburger.is-active .hamburger-inner::after {
        transform: none !important;
    }

    /* siempre hamburguesa negra */
    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        background-color: #000 !important;
    }

    /* ===============================
       PANEL DEL MENU MÓVIL
    =============================== */
    .mobile-menu-panel{
        position: fixed;
        top: 0;
        right: -100%;
        width: 85%;
        max-width: 340px;
        height: 100vh;
        background: #fff;
        z-index: 9998;
        padding: 30px 20px;
        transition: right .35s ease;
        overflow-y: auto;
    }

    .mobile-menu-panel.active{
        right: 0;
    }

    /* LINKS */
    .mobile-menu-panel .nav-link{
        display: block;
        padding: 18px 0;
        font-size: 20px;
        text-align: left;
        border-bottom: 1px solid #eee;
    }

    /* overlay oscuro */
    .menu-overlay{
        position: fixed;
        top: 0;
        left: 0; 
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.4);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s ease;
        z-index: 9990;
    }
    .menu-overlay.active{
        opacity: 1;
        visibility: visible
    }
}

/* PC — oculta todo lo móvil */
@media (min-width: 992px){
    #mobile_head,
    .mobile-menu-panel,
    .menu-overlay {
        display: none !important;
    }
}

/* 🔥🔥🔥 ELIMINAR POR COMPLETO EL NAVBAR DE ESCRITORIO EN MÓVIL */
@media (max-width: 991px) {

    /* TODOS los contenedores posibles del header del tema */
    #masthead,
    header#masthead,
    .pix-header,
    .pix-header-main,
    .pix-header-fixed,
    .pix-header-desktop,
    .site-header,
    .desktop-nav,
    header#pix-header {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
    }
}

header, nav, .navbar, .navbar-container {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff; /* o el color de tu navbar */
}

.mobile-menu {
    margin-top: 70px !important; /* altura del navbar */
}

/* HAMBURGER ICON – TRES RAYITAS */
.hamburger-box {
    width: 32px;
    height: 24px;
    position: relative;
    display: inline-block;
}

.hamburger-inner {
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 32px;
    height: 3px;
    background-color: #000;
    border-radius: 2px;
    position: absolute;
    transition: all 0.3s ease;
}

/* Línea superior */
.hamburger-inner::before {
    content: "";
    top: -8px;
}

/* Línea inferior */
.hamburger-inner::after {
    content: "";
    top: 8px;
}

/* Cuando se abre NO se convierte en X */
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #000;
    transform: none !important;
    top: auto !important;
}


/* ===== AJUSTES MOBILE PARA ICONOS DE CONTACTO ===== */
@media (max-width: 767px) {

    /* Alinear todo a la izquierda como los otros ítems */
    .elementor-element-57c5cc36 .media {
        flex-direction: row !important;
        text-align: left !important;
        align-items: center !important;
    }

    /* Alinear el texto (título + correo) */
    .elementor-element-57c5cc36 .media-body {
        text-align: left !important;
    }

    /* Permitir que el correo haga "quiebre" bien */
    .elementor-element-57c5cc36 .media-body div {
        word-break: break-all; 
        font-size: 16px !important; /* Para que no se vea exagerado */
    }

    /* Ajustar el título */
    .elementor-element-57c5cc36 h6 {
        font-size: 15px !important;
        margin-bottom: 3px !important;
    }

    /* Achicar el icono para que no empuje al texto */
    .elementor-element-57c5cc36 svg {
        width: 28px !important;
        height: 28px !important;
    }
}

/* ============================
   SECCIÓN COMPLETA
   ============================ */
.seccion-logo-galeria {
    background: linear-gradient(135deg, #2e7d32, #89ba16);
    padding: 50px 20px;
    color: white;
}

.titulo-sustentable {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 30px;
    color: #ffffff !important;
}

/* GRID en PC */
.contenedor-logo-galeria {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}

/* ============================
   LOGO ANIMADO
   ============================ */
.logo-movimiento-container {
    background: rgba(255,255,255,0.15);
    padding: 20px 40px;
    border-radius: 20px;
    backdrop-filter: blur(4px);
    animation: flotar 3s ease-in-out infinite;
    display: flex;
    justify-content: center;
}

.logo-movimiento-img {
    width: 280px;
    animation: zoomInOut 2.2s infinite alternate ease-in-out;
}

@keyframes flotar {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes zoomInOut {
    from { transform: scale(1); }
    to   { transform: scale(1.12); }
}

/* ============================
   CARRUSELES VERTICALES
   ============================ */
.galeria-columna {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.carrusel-vertical {
    height: 350px;
    overflow: hidden;
    border-radius: 14px;
}

.carrusel-track {
    animation: scrollVertical 55s linear infinite; /* antes 18s */
}

.carrusel-delay .carrusel-track {
    animation-delay: -27s; /* mitad del tiempo total */
}


.carrusel-track img {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
    border-radius: 12px;
    object-fit: cover;
}

@keyframes scrollVertical {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}

/* ============================
   RESPONSIVE
   ============================ */
@media (max-width: 768px) {
    .contenedor-logo-galeria {
        grid-template-columns: 1fr;
    }

    .galeria-columna {
        grid-template-columns: 1fr 1fr;
    }

    .titulo-sustentable {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .logo-movimiento-img {
        width: 200px;
    }
}

@media (max-width: 480px) {
    .galeria-columna {
        grid-template-columns: 1fr;
    }

    .carrusel-vertical {
        height: 280px;
    }
}

/* BOTÓN WHATSAPP FLOTANTE (CÍRCULO VERDE) */
.boton-wsp-fijo {
    width: 60px !important;
    height: 60px !important;

    /* Círculo verde */
    background-color: #29a71a ;
    background-image: none !important;

    border-radius: 50% !important;

    /* Centrado del ícono */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

    /* Posición fija */
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    z-index: 999999 !important;

    /* Si alguna clase aplica blanco, esto lo tapa */
    box-shadow: inset 0 0 0 100px #29a71a !important;
}

/* Ícono dentro del círculo */
.boton-wsp-fijo img.icono-wsp {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    background: transparent !important;
}

.boton-wsp-fijo {
    background-color: #25D366 !important; /* verde WhatsApp */
}

