@media(min-width:600px){.alert{margin:24px 0}
.alert__title{font-size:22px}
}
@media(min-width:992px){.alert__base{display:-webkit-box;display:-ms-flexbox;display:flex}
.alert__wrapper{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;margin-right:16px}
.alert--with-btn .alert__wrapper{max-width:608px}
.alert__wrapper .bbva-svgicon{-webkit-filter:brightness(0) saturate(100%) invert(0) sepia(6%) saturate(2063%) hue-rotate(358deg) brightness(87%) contrast(86%);filter:brightness(0) saturate(100%) invert(0) sepia(6%) saturate(2063%) hue-rotate(358deg) brightness(87%) contrast(86%);display:inline-block;top:2px}
.alert__icon{float:left;display:inline-block;margin-left:0}
.alert__close{top:14px;right:14px}
.alert__link,.alert__text,.alert__title{margin-left:36px}
.alert__button{margin-right:16px}
.alert--with-btn{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
}
@media(min-width:1200px){.alert--with-btn .alert__wrapper{max-width:752px}
}