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

.dbhomecategoriess {
    background:url("/themes/Regalosempresas/assets/img/banners/FondoCategorias.jpg");
    /*margin-bottom: 3rem;*/
    padding: 30px;
    display: block;
    margin-top:65px;
    background-size: cover;
    overflow: auto;
    background-repeat: no-repeat;
    background-color: #FFF;
}
.dbhomecategoriess .coltextocategorias{
  min-height:700px;

}
.dbhomecategoriess .coltextocategorias .texto{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dbhomecategoriess .coltextocategorias .title{
  text-transform: uppercase;
  width:100%;
  display:block;
  font-size:48px;

}
.dbhomecategoriess .coltextocategorias .textodesc span{
  line-height:14px;
}
.dbhomecategoriess .coltextocategorias .textodesc{
  font-size:12px;
  width:100%;
  display:block;
  margin:0 auto;
}
.dbhomecategoriess .coltextocategorias strong{
  line-height:64px;
  width:100%;
  display:block;

}
.dbhomecategoriess img {
    height: auto;
}

.dbhomecategoriess .title {
    margin-bottom: 1.5rem;
}



.dbhomecategoriess .home_cat .name {
    color: #202020;
    margin-top: 10px;
    font-size: 15px;
}
.dbhomecategoriess{

}
.dbhomecategoriess .bannerderecha{
  display: flex;
   flex-wrap: wrap;

}
.columnaimagen:nth-child(3n){
  margin-top:-25px;
}
.columnaimagen:nth-child(2n){
  height: 350px;
   cursor: pointer;
   position: relative;
}
.columnaimagen img{
  object-fit: cover;
 width: 100%;
 height: 100%;
 vertical-align: middle;

}
.columnaimagen {
  margin-top:15px;
  height: 300px;
   cursor: pointer;
   position: relative;
}
.dbhomecategoriess .home_cat:hover .name {
    text-decoration: underline;
}

@media (max-width: 991px) {
    /*.dbhomecategoriess ul li:nth-child(2n+1) {
        clear: both;
    }*/
    .dbhomecategoriess {
        padding: 0;
    }
}
