 
section.seccion-regular.projects {
    padding: 5px !important;

}
.projects h2{
    text-align: center;
    margin-bottom: 10px !important;
}

/* slider clientes */

.col-md-12.slider-clients {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.col-md-12.slider-clients .owl-dot span{
    background: #939598 !important;
}

.col-md-12.slider-clients .owl-dot span:hover{
    background: #263552 !important;
}

.col-md-12.slider-clients .owl-dot.active span{
    background: #f9b323 !important;
}

.col-md-12.slider-clients .owl-dots {
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    margin-top: 15px !important;
}

@media (max-width: 3000px) {

}

@media (max-width: 1441px) {

}

@media (max-width: 1210px) {
}

@media (max-width: 1100px) {
}
@media (max-width: 1024px) {

}
@media (max-width: 768px) {
    section.seccion-regular.projects {
        padding: 0 !important;
    }
}
@media (max-width: 576px) {

}

@media (max-width: 425px) {
    .projects .row.item-listado {
        width: 370px;
        margin: auto;
    }
}

@media (max-width: 375px) {    
    .projects .row.item-listado {
        width: 350px;
        margin: auto;
    }
}

@media (max-width: 320px) {
    .projects .row.item-listado {
        width: 290px;
        margin: auto;
    }

}