/**
* 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.
*/

/* Hook Home Sliders */
.dbbanners_home {
    margin-bottom: 1rem;
}

.dbbanners_home img {
    width: 100%;
    height: auto;
}

.banner_homesmall {
    margin-bottom: 13px;
}

.banner_homesmall:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px){
    .dbbanners_home .dbslider:last-child {
        padding-left: 0;
    }
}

/* Hook Home Ventajas */
.dbbanners_adventage {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 3rem 0;
}

.dbbanners_adventage .adventage {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 25%;
}

.dbbanners_adventage .adventage img {
    max-width: 50px;
}

.dbbanners_adventage .adventage .title {
    font-weight: 600;
    margin: 8px 0 5px;
    text-align: center;
}

.adventage_top {
    padding: 0.5rem 0;
    background-color: #fafafa;
    border-bottom: 1px solid #efeff0;
}
.adventage__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}
.adventage_top .adventage__list .adventage {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.adventage_top .adventage__list .adventage img {
    height: 18px;
    width: auto;
    margin-right: 10px;
}
.adventage_top .adventage__list .adventage .title {
    font-size: 0.85rem;
    font-weight: 400;
    color: #1a1a1a;
}

@media (max-width: 768px){
    .dbbanners_adventage .adventage {
        width: 50%;
        max-width: 50%;
    }
}

/* Hook ProductList */
.banner_productlist {
    width: 100% !important;
    margin: 0 12px 1.563rem 12px;
    background-color: #FFF;
    padding: 2.5rem;
    position: relative;
}

.banner_productlist .title {
    font-weight: 600;
    font-size: 1.2rem;
    max-width: calc(100% - 24px);
}

.banner_productlist .icon_info i {
    position: absolute;
    right: 2rem;
    top: 2rem;
}

/* Hook LeftColumn */
.dbbaners_category {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.dbbaners_category .bannercategory {
    margin-bottom: 1rem;
}

.dbbaners_category .bannercategory img {
    width: 100%;
    height: auto;
}

@media (max-width: 992px){
    .banner_productlist {
        margin: 0 5px 1rem 5px
    }
}

/* Hook BeforeFooter */
.adventage_footer {
    padding: 1rem 0;
/*    background-color: #fafafa;
    border-top: 1px solid #efeff0;*/
}
.adventage__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}
.adventage_footer .adventage__list .adventage {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 25%;
}
.adventage_footer .adventage__list .adventage img {
    width: 50px;
    height: auto;
}
.adventage_footer .adventage__list .adventage .title {
    margin: 5px 0;
    font-weight: 700;
    font-size: 1rem;
}
.adventage_footer .adventage__list .adventage .subtitle {
    font-weight: 400;
    text-align: center;
    font-size: 0.9rem;
}

/* Product */
.dbbaners_product img {
    width: 100%;
    height: auto;
}