.d-none{
    display: none;
}
.full-slider .js-slider__item-inner{
    width: 100%;
}

.full-slider .text {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 0 !important;
}
.main-content{
    margin: 3rem 0;
}
.item-proveedores img{
    width:100%;
}
.item-proveedores h3{
    padding: 1em 2.8em !important;
}  
.color-block{
    padding: 45px;
    color: white;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.color-block figure{
    display: flex;
    justify-content: flex-end;
}
.archives-proveedores table td:first-child{
    display: flex;
    flex: 0 0 55%;
    align-items: center;
}
.archives-proveedores table td:last-child{
    display: flex;
    justify-content: flex-end;
}
.archives-proveedores table td h4{
    /*text-transform: initial;*/
    font-weight: 900;
    font-size:15px;
    margin: 0 0 0 10px;
}
.archives-proveedores table td a{
    width:49%;
    padding: 1em;
}
.archives-proveedores table td a:hover{
    padding: 1em;
    opacity: .8;
}
.archives-proveedores table td a + a{
    margin-left:16px;
}
.archives-proveedores table td a::after{
    display: none;
}
.archives-proveedores table td a i{
    font-style: normal !important;
    margin-left: 5px;
}
.archives-proveedores table tr{
    background-color: #F5F6F8;
}
.archives-proveedores table tr + tr{
    margin-top:15px;
}
.archives-proveedores .table>tbody {
    max-height: inherit;
}

@media screen and (max-width: 767px){
    .full-slider .text {
        padding-left: 1.5rem !important;
    }
    .item-proveedores h3 {
        padding: 1em !important;
    }
    .archives-proveedores table td a {
        width: 100%;
        padding: 1em;
    }
    .archives-proveedores table td:last-child {
        flex-direction: column-reverse;
    }
    .archives-proveedores table td a + a {
        margin-left: 0;
    }
    .archives-proveedores table td a:first-child{
        margin-top: 15px;
    }
    .archives-proveedores table tr{
        display: block;
    }
    .archives-proveedores table tr + tr {
        display: block;
    }
    .main-content .col-md-4 + .col-md-7{
        margin-top:15px;
    }
    .color-block {
        padding: 20px;
        min-height: inherit;
        margin-bottom:15px;
    }
    .breadcrumbs-proveedores >.active {
        color: #777;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 95px;
        margin-bottom: -5px;
    }
}