.custom-mapa iframe{
    height: 400px;
}

.eliminar-margen-inferior{
    margin-bottom: 0;
}

.cms-header img{
    height: 22px;
}


.emptop-titulo-subtitulo{
    background-color: transparent;
    padding: 0;
    margin-top: 50px;
}

.emptop-titulo-subtitulo .cms-botonConEnlace a{
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 5px 20px;
}

.emptop-titulo-subtitulo h2{
    color: var(--pico-primary);
    margin-bottom: 5px;
    font-size: 1.3em;
}
.emptop-titulo-subtitulo h2::before{
    content: 'g';
    color: currentColor;
    background-color: currentColor;
    width: 10px;
    height: 90%;
    margin-right: 8px;
    border-radius: 4px;
}

.emptop-titulo-subtitulo h5{
    color: var(--pico-h2-color);
    margin-top: 15px;
    font-size: 1.9em;
    display: flex;
    justify-content: space-between;
}

/* Cartas de articulos */
.cmse-articuloEnGrilla>div:first-child{
    height: 290px;
}
.cmse-articuloEnGrilla>div:first-child a{
    height: 100%;
}

.cmse-listaUltimosArticulos-imagen img, .cmse-articuloEnGrilla img, .cmse-image-previewer img, .cmse-carrito-carta img{
    background-color: #fff;
}

.cmse-articuloEnGrilla span{
    font-size: .9em !important;
    color: var(--pico-primary);
}

.cmse-articuloEnGrilla>div:first-child:has(button){
    padding-bottom: 35px;
}

.cmse-articuloEnGrilla>div:first-child button{
    top: auto !important;
    right: auto !important;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
}

.cms-footer h5{ font-size: .8em }
.cms-footerBloques ul {
    padding-inline-start: 2px;
}

.cms-header{
    border-bottom: none;
    margin-bottom: 0 !important;
}