/**
* 2007-2021 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2021 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

#_sd_featured_brands_selector_wrapper {
    padding: 20px 0px;
    width: 80%;
    padding-bottom: 30px;
    margin-left: auto;
    margin-bottom: 2.375rem;
    overflow: hidden;
    margin-top: 30px;
}

.mobile_device #_sd_featured_brands_selector_wrapper {
    width: 92%;
}

._sd_featured_brands_selector_wrapper__brands .swiper-slide {
    min-height: 185px;
    align-items: center;
    justify-content: center;
    border: 1px solid lightgrey;
    border-radius: 8px;
    display: flex;
}

._sd_featured_brands_selector_wrapper__brand img {
    width: 90%;
    margin: 0 auto;
    display: block;
}

._sd_featured_brands_selector_wrapper__brand_name {
    position: absolute;
    bottom: -30px;
    left: 0;
    font-size: 14px;
    color: #111;
}

.oculto {
    display: none;
}

.bloquemarcas .coincidencia p {
    font-size: 20px;
    font-weight: 600;
    color: #111;
}