/*!
 * smartbanner.js v1.5.0 <https://github.com/ain/smartbanner.js>
 * Copyright © 2017 Ain Tohvri, contributors. Licensed under GPL-3.0.
 */
.smartbanner{position:absolute;top:auto;bottom:0;left:0;overflow-x:inherit;width:100%;height:84px;background:#000000d4;font-family:'Lato',sans-serif;z-index: 16000001;}.smartbanner_contenedor{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-ms-flex-line-pack: center;align-content: center;-ms-flex-pack: distribute;justify-content: space-around;height: 84px;}.smartbanner__exit{position:absolute;top: -19px;right: 7px;display: block;margin: 0;width: 12px;height: 12px;border: 0;text-align: center;background: #f90000;padding: 1em;border-radius: 54px;    display: flex;align-items: center;justify-content: center;}.smartbanner__exit::before,.smartbanner__exit::after{position: absolute;width: 3px;height: 15px;background: #ffffff;content: ' ';top: 7px;}.smartbanner__exit::before{transform:rotate(45deg)}.smartbanner__exit::after{transform:rotate(-45deg)}.smartbanner__icon{width: 64px;height: 64px;background-size: 64px 64px;}.smartbanner__info{align-items: center;color: #fff;line-height: 1.4;}.smartbanner__info__title{font-size:14px}.smartbanner__info__author,.smartbanner__info__price{font-size:12px}.smartbanner__button{padding: 0.7em 0.6em;color: #FFF;background-color: #ef821c;border-radius: 5px;width: 28%;font-size: 1.2em;font-weight: 700;text-align: center;font-family: 'Lato',sans-serif;transition: .5s;z-index: 1;text-decoration: none;}.smartbanner__button__label{text-align:center}
