.contenedor-integraciones {
    max-width: 1445px;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: Montserrat, sans-serif !important;
}

.contenedor-integraciones h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: #4B4B4B;
    margin-bottom: 60px;
}

/* ======== Botones Proveedor ======== */
.botones-proveedor {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 50px;
    flex-wrap: nowrap; /* MUST NOT WRAP per user requirement */
}

.boton-proveedor {
    flex: 1;
    width:       322px;
    height:      109px;
    /* max-width:   100%;
    aspect-ratio: 322 / 109; */
    background: #ffffff;
    border: 0.6px solid #D9D9D9;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05); /* Sombra suave simulando requerimiento */
    padding: 10px;
    overflow: hidden;
}

.boton-proveedor.activo {
    background-color: #eeeeee;
    border-color: #d9d9d9;
    box-shadow: none;
}

.logo-transbank img{ max-width: 235px; max-height: 47px; width: 100%; height: 100%; }

.logo-getnet img{ max-width: 204px; max-height: 63px; width: 100%; height: 100%; }

.logo-mercadopago img{ max-width: 252px; max-height: 65px; width: 100%; height: 100%; }

.logo-sumup img{ max-width: 240px; max-height: 95px; width: 100%; height: 100%; }

#img-notebook_terminal {
    width: 100%;
    height: auto;       
    max-width: 269px;  
}
#img-pc_terminal {
    width: 100%;
    height: auto;
    max-width: 267px;
}

#img-terminal_mercadopago {
    width: 100%;
    height: auto;
    max-width: 213px;
}

#img-terminal_sumup {
    width: 100%;
    height: auto;
    max-width: 313px;
}

/* ======== Contenedores de Integración ======== */
.contenedores-integracion {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 60px;
}

.bloque-integracion {
    background: #ffffff;
    border: 2.74px solid #D9D9D9;
    border-radius: 20px;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08); 
    min-height: 216px;
    flex-direction: row; 
}

.bloque-imagen {
    flex: 0 1 350px; 
    min-width: 80px; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.simulacion-dispositivo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 150px;
}

.bloque-flecha {
    flex: 0 1 150px; 
    min-width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bloque-flecha img {
    width: 100%;       
    max-width: 100px;
    min-width: 20px;
}

.bloque-info {
    flex: 1 1 0;
    text-align: left;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    font-family: Montserrat, sans-serif !important;
}

/* ======== Footer ======== */
.contacto-pie {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
    position: relative;
}

.contacto-pie span {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    color: #000000;
    position: absolute;
    left: 0;
}

.boton-contacto {
    font-family: 'Montserrat', sans-serif;
    background-color: #359C39; 
    color: #FFFFFF;
    font-weight: 700;
    font-size: 33px;
    padding: 12px 45px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
}

.boton-contacto:hover {
    background-color: #278530;
}

.icono-windows {
    width: 1.5em;
    height: auto;
}

.icono-apple {
    width: 1.2em;
    height: auto;
}

.icono-linux {
    width: 1.7em;
    height: auto;
}

.icono-android {
    width: 1.3em;
    height: auto;
}
/* =======================================================
   RESPONSIVO EXTREMO: Mantener layout horizontal hasta 360px
======================================================= */
@media (max-width: 1400px){
    .contacto-pie{
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .contacto-pie span {
        position: static;   
        text-align: center;
    }
}

@media (max-width: 1024px) {
    /* body { padding: 40px 10px; } */
    .contenedor-integraciones h2 { font-size: 40px; margin-bottom: 40px; }
    
    .boton-proveedor { height: auto; border-radius: 12px; gap: 10px; }

    .bloque-integracion { padding: 20px; min-height: 160px; border-width: 2px; }
    .bloque-imagen { flex: 0 1 245px; }
    .bloque-flecha { flex: 0 1 150px; } 
    .bloque-flecha img { width: 100%; max-width: 80px; }
    .bloque-info { padding-left: 10px; }
    
    .contacto-pie span { font-size: 20px; }
    .boton-contacto { font-size: 24px; padding: 10px 30px; }
}


@media (max-width: 837px) {
    .texto-parrafo { font-size: 13px !important; line-height: 1.3 !important; }
    .texto-sistemas { font-size: 13px !important; }
    .texto-titulo { font-size: 20px !important; }
    .item-lista { font-size: 13px !important; }
    .item-lista-sub { font-size: 12px !important; }
}

@media (max-width: 675px) {


    .bloque-flecha {
        flex: 0 0 30px; 
    }

    .bloque-flecha img {
        width: 35px; 
    }

}

@media (max-width: 530px) {
    .bloque-integracion {
        padding: 12px;
    }

    .bloque-imagen {
        flex: 0 1 120px;
        min-width: 80px;
    }

    .bloque-flecha {
        flex: 0 1 20px;
        min-width: 16px;
    }

    .bloque-flecha img {
        width: 100%;
        min-width: unset;
    }

    .bloque-info {
        flex: 1 1 150px; 
        min-width: 150px !important;
        padding-left: 6px;
    }

    .boton-proveedor { padding: 5px; }
}