/**
 * CSS del FO
 * 
 * @author Difadi.com	<soporte@difadi.com>
 * @license Comercial
 * @copyright 2025 Difadi.com
 */

/******LISTADO MARCAS - ABECEDARIO********/
#dfdmanufacturers-list .manufacturer-filter {
    margin-top: 20px;
}

#dfdmanufacturers-list .manufacturer-filter .alphabet-filter {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

#dfdmanufacturers-list .manufacturer-list .manufacturer-list-letter {
    font-weight: 800;
    font-size: 24px;
    margin: 20px 0;
}

/******LISTADO MARCAS - BUSCADOR********/
#dfdmanufacturers-list .manufacturer-search-wrapper {
    width: 100%;
    padding: 1rem 0;
}

#dfdmanufacturers-list .manufacturer-search-wrapper .manufacturer-search {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#dfdmanufacturers-list .manufacturer-search-wrapper .manufacturer-search input {
    width: 100%;
    padding: 12px 48px 12px 16px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}

#dfdmanufacturers-list .manufacturer-search-wrapper .manufacturer-search .search-icon {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    pointer-events: none;
}

/******LISTADO MARCAS - MARCAS********/
#dfdmanufacturers-list .manufacturer-list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
}

#dfdmanufacturers-list .manufacturer-list ul .brand {
    position: relative;
    text-align: center;
    transition: 0.4s ease-out;
    min-width: 0;
    margin: 0;
    margin: 10px;
    padding: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
}

#dfdmanufacturers-list .manufacturer-list ul .brand-img {
    position: relative;
    width: auto;
    margin: auto;
}

#dfdmanufacturers-list .manufacturer-list ul .brand-img>h2 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: normal;
    color: #000;
    height: 40px;
    font-weight: 600;
}

#dfdmanufacturers-list .manufacturer-list ul .brand img {
    width: fit-content;
    height: fit-content;
    object-fit: contain;
    padding: 0;
    height: 100px;
}

#dfdmanufacturers-list .manufacturer-list ul .brand>div:hover {
    border-color: #001473;
}

#module-dfdmanufacturers-manufacturer #main>section#content {
    padding: 0;
}

/*CARRUSEL HOME*/
#dfdmanufacturers-carousel .brands-url {
    clear: both;
    font-weight: 500;
    color: #7a7a7a;
    float: right !important;
    font-size: 1.1rem;
}

#dfdmanufacturers-carousel .brands-url:hover {
    clear: both;
    font-weight: 500;
    color: #7a7a7a;
    float: right !important;
    font-size: 1.1rem;
}

#dfdmanufacturers-carousel .top-brands-flex {
    gap: 3rem;
    display: flex;
    flex-wrap: wrap;
    margin-right: 3rem;
    margin-left: 3rem;
}

#dfdmanufacturers-carousel .swiper {
    width: 100%;
    height: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

#dfdmanufacturers-carousel .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#dfdmanufacturers-carousel .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width:578px) {

    /******LISTADO MARCAS - ABECEDARIO********/
    #dfdmanufacturers-list .manufacturer-filter .alphabet-filter {
        justify-content: center;
    }

    #dfdmanufacturers-list .manufacturer-filter .alphabet-filter li {
        margin: 10px;
    }
}