﻿ul {
    list-style: none;
    margin:0;
    padding: 0;
}
#seccion-about-10 .mCSB_scrollTools .mCSB_dragger,
#seccion-about-10 .mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: none repeat scroll 0 0 #9ec44c !important;
}   
.list-image-item-about {
    margin-top: 10px;
    margin-bottom: 10px;
}
.btn-solid-gray {
    background-color: #2d2e30;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 21px;
    text-align: center;
    text-decoration: none;
}
.list-image-item {
    width:115px;
    height:73px;
    float:left;
    display: block;
}
.about-client-1 {
    background:transparent url("../../images/about/logos/logo-1.jpg") no-repeat scroll center center;
}
.about-client-2 {
    background:transparent url("../../images/about/logos/logo-2.jpg") no-repeat scroll center center;
}
.about-client-3 {
    background:transparent url("../../images/about/logos/logo-3.jpg") no-repeat scroll center center;
}
.about-client-4 {
    background:transparent url("../../images/about/logos/logo-4.jpg") no-repeat scroll center center;
}
.about-client-5 {
    background:transparent url("../../images/about/logos/logo-5.jpg") no-repeat scroll center center;
}
.about-client-6 {
    background:transparent url("../../images/about/logos/logo-6.jpg") no-repeat scroll center center;
}
.about-client-7 {
    background:transparent url("../../images/about/logos/logo-7.jpg") no-repeat scroll center center;
}
.about-client-8 {
    background:transparent url("../../images/about/logos/logo-8.jpg") no-repeat scroll center center;
}
.about-client-9 {
    background:transparent url("../../images/about/logos/logo-9.jpg") no-repeat scroll center center;
}
.list-item-about-txt {
    margin-left: 11px;
    margin-top: 16px;
    float:left;
}
.about-fix-height-cuerpo-2 {
    min-height: 422px;
}
#corporate-video-wrap {
    min-height: 350px  !important;
}
#corporate-video-wrap .module-three-block-txt-wrap {
    min-height: 330px;
}

/*
|------------------------------------------------------------------------------------
| breakpoint 1024
|------------------------------------------------------------------------------------
*/
@media (max-width: 1024px) {
    #corporate-video-wrap {
        height:auto !important;
    }
}

/*
|------------------------------------------------------------------------------------
| breakpoint 480
|------------------------------------------------------------------------------------
*/
@media (max-width: 480px) { 

    .list-item-about-txt {
        width: 68%;
    }

}

/*
|------------------------------------------------------------------------------------
| breakpoint 360
|------------------------------------------------------------------------------------
*/
@media (max-width: 360px) { 

    .list-item-about-txt {
        width: auto;
    }

}