/* NO MODIFICAR  */

header#header, footer#footer {
    display: none !important;
}

/* NO MODIFICAR  */


body#cms #wrapper
{
    min-height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://pay.mbe.es/modules/wine_mbe_clearis/media/img/wrapper_bg.jpg) no-repeat center center fixed;
    background-size: cover;
}

body#cms h1,
body#cms .breadcrumb span,
body#cms .breadcrumb span a
{ color: #fff; }

body#cms .page-content
{
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 10px 0px;
    font-family: sans-serif;
}

body#cms .page-content p,
body#cms .page-content h1
{ color: #000; }

body#cms .page-content a
{
    border-bottom: 2px solid #D51A00;
    color:#000;
}

/*AJUSTE PARA MBE WINE 4/6/25*/

#wrapper {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://pay.mbesws.es/img/cms/wrapper_bg_mbe.jpg) no-repeat center center fixed !important;
    background-size: cover !important;
    min-height: 100vh !important;
    width: 100%;
    padding-top: 10vh;
    padding-bottom: 10vh;
}

* {
    font-family: 'Ubuntu', sans-serif;
}

