/* ========================= */
/* CLIENTES CAROUSEL */
/* ========================= */

.clientes-carousel .owl-nav,
.clientes-carousel .owl-dots{
    display:none !important;
}

/* logos */
.clientes-carousel img{
    max-height:90px;
    width:auto !important;
    opacity:.7;
    transition:all .35s ease;
    filter:grayscale(100%);
}

/* hover */
.clientes-carousel img:hover{
    opacity:1;
    filter:grayscale(0%);
    transform:scale(1.05);
}

/* centrado */
.clientes-carousel .owl-item{
    display:flex;
    align-items:center;
    justify-content:center;
}

/* ========================= */
/* CASA LLORENTE FOOTER */
/* ========================= */

footer{
    background:#7c2b8f !important;
}

footer .footer_main_item{
    padding-top:90px !important;
    padding-bottom:70px !important;
}

/* títulos */
footer .widget-title{
    color:#ffffff !important;
    font-size:22px;
    font-weight:700;
    margin-bottom:28px;
    letter-spacing:.3px;
}

/* textos */
footer p,
footer li,
footer a{
    color:rgba(255,255,255,.85) !important;
    font-size:18px;
    line-height:34px;
    text-decoration:none !important;
    transition:all .3s ease;
}

/* hover */
footer a:hover{
    color:#f4c400 !important;
}

/* listas */
footer ul{
    list-style:none;
    padding:0;
    margin:0;
}

/* logo */
footer img{
    max-width:220px;
    margin-bottom:25px;
}

/* copyright */
footer .copyright{
    background:#111111 !important;
    border:none !important;
    padding:22px 0 !important;
}

footer .copyright p{
    margin:0;
    text-align:center;
    color:rgba(255,255,255,.65) !important;
    font-size:14px;
}