/**
* 2016-2023 Team SuperMediterraneo
*
* queda prohibida la copia o modificacion de esta hoja por parte de su autor.
* Si desea usar el codigo en su web pongase en contacto con el desarrollador.
* developed@supermediterraneo.es 
*/

/**
* 2007-2023 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-2023 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.
*/


.sm_infomihermano {
    display: block;
    box-sizing: border-box;
    width: var(--sm-info-width, 89%);
    margin: 1rem auto;
    padding: var(--sm-info-padding-y, 10px) var(--sm-info-padding-x, 14px);
    border: var(--sm-info-border-width, 1px) solid var(--sm-info-border-color, #b30000);
    border-radius: var(--sm-info-border-radius, 18px);
    background: var(--sm-info-background, #ff0000);
    color: var(--sm-info-text-color, #ffff00);
    font-family: Arial, Helvetica, sans-serif;
    font-size: var(--sm-info-font-size, 16px);
    font-weight: var(--sm-info-font-weight, 400);
    line-height: 1.45;
    text-align: var(--sm-info-text-align, center);
    opacity: var(--sm-info-opacity, 1);
}

.sm_infomihermano[data-sm-info-shadow="1"] {
    box-shadow: 0 5px 16px rgb(0 0 0 / 22%);
}

.sm_infomihermano[data-sm-info-preset="promo_yellow"][data-sm-info-shadow="1"] {
    box-shadow: 0 5px 16px rgb(112 88 0 / 24%);
}

.sm_infomihermano[data-sm-info-preset="sale_red"][data-sm-info-shadow="1"] {
    box-shadow: 0 6px 18px rgb(122 21 16 / 30%);
}

.sm_infomihermano[data-sm-info-preset="saving_green"][data-sm-info-shadow="1"] {
    box-shadow: 0 6px 18px rgb(14 87 53 / 28%);
}

.sm_infomihermano[data-sm-info-preset="elegant_dark"] {
    letter-spacing: .01em;
}

.sm_infomihermano[data-sm-info-preset="elegant_dark"][data-sm-info-shadow="1"] {
    box-shadow: 0 7px 20px rgb(0 0 0 / 36%);
}

.sm_infomihermano[data-sm-info-preset="ocean_blue"][data-sm-info-shadow="1"] {
    box-shadow: 0 6px 18px rgb(8 66 152 / 30%);
}
    
    #palabrasdemihermanotexto {
     font-size: 0px;
    } 
