@charset "UTF-8";

/*cabecera*/
/*.cabecera.capa-debajo:before{opacity:0.8;transition:opacity 0.4s;will-change:opacity}*/
@media(max-width:991.98px){
    .control-offcanvas:checked~.cabecera.capa-debajo:before{opacity:1}
}

/*seccion*/
/*seccion destacados*/
.seccion_destacados-enca .texto.titulo.titular.talla30{color:#ee2525}

/*inicio*/
/*inicio banner*/
.inicio__banner_fond.capa-encima:after{height: auto;/*background:linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0.1))*//*background:rgba(0,0,0,0.2)*/}
.inicio__banner_col0 .texto.subtitulo{color:#fff}
.inicio__banner_ancl p{border-color:#fff;border-radius:100px}
.inicio__banner_ancl p:before{background:#fff;z-index:1}
.inicio__banner_ancl p:after{content:'';background:#fff;border-radius:100px;display:block;width:100%;height:100%;opacity:0;position:absolute;left:0;top:0;transition:opacity 0.4s;will-change:opacity}
.inicio__banner_ancl .flecha-icon{color:#fff}
@media(min-width:992px){
    .inicio__banner_col0 .muestra-ite{display:inline-block;transform:scale(0);transform-origin:center bottom}
    .inicio__banner_col0 .muestra-ite.activa{transform:scale(1);transition:transform 0.4s cubic-bezier(0,1,0.5,1.5);will-change:transform}
    .inicio__banner_ancl:hover p{border-color:#ee2525}
    .inicio__banner_ancl:hover p:before{background:#aa5e5e}
    .inicio__banner_ancl:hover p:after{opacity:1}
}
/*inicio categorias*/
.inicio__categorias_carr-punt span{background:rgba(0,0,0,0.7)}

/*carrusel*/
/*carrusel destacados*/
.carrusel-destacados--punt span{background:rgba(0,0,0,0.3)}