﻿.clientesSec{
    background-color: white;
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 40px 100px;
}

.imagenComputadora img{
    width: 600px;
}

.pagosCell{
    width: 70%;
    gap: 40px;
    display: flex
;
    justify-content: center;
    align-items: center;
}

.pagosCell img{
    width: 170px;   
}

.contenidoClientes{
    width: 50%;
}

.descripcionClientes{
    width: 70%;
    margin-bottom: 30px;
}

.descripcionClientes p{
    color: #012169 !important;
    font-size: 24px !important;
}

@media (max-width: 1366px) and (min-width: 768px){
    .imagenComputadora img {
        width: 400px;
    }
}

@media (max-width: 767px) {
    .clientesSec {
        background-color: white;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
        padding: 40px 0px;
        flex-direction: column;
    }

    .descripcionClientes {
        width: 100%;
        margin-bottom: 30px;
        display: flex
;
        justify-content: center;
    }

    .imagenComputadora img {
        width: 300px;
    }

    .descripcionClientes p {
        color: #012169 !important;
        font-size: 20px !important;
        text-align: center;
        width: 80%;
    }

    .pagosCell {
        width: 100%;
        gap: 40px;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }

    .contenidoClientes {
        width: 100%;
    }
}

@media (max-width: 480px) {
    
}