@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');

.roboto-serif {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
      "wdth" 100,
      "GRAD" 0;
}

body {
    background-color: #54524B;
    color: #fff;
}

#header {
    background-color: #fff;
    color: #fff!important;
}

.logo {
    max-height: 150px;
}

.btn_rojo {
    background-color: #4896cf;
    color:#fff;
    font-weight: bold;
    font-size: 30px;
}

.btn_rojo:hover {
    background-color: #777;
    color:#fff;
    text-decoration: none;
}

.btn_urgencias {
    background-color: #111;
    color:#fff;
    font-weight: bold;
    font-size: 30px;
}

.btn_urgencias:hover {
    background-color: #777;
    color:#fff;
    text-decoration: none;
}


.icono_blanco {
    fill:#fff;
    color:#fff;
    max-height: 30px;
}

.icono_rojo {
    fill:#AD2731;
    color:#AD2731;
    max-height: 30px;
}

#bloque_01 {
    background-color: #4896cf;
    color: #fff!important;
}

.texto-blanco {
    color: #fff!important;
}

.fondo-01 {
    background-image: url('../uploads/header-03.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.fondo-03 {
    background-image: url('../uploads/header-02.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.fondo-02 {
    background-color: #111;
}

#footer {
    background-color: #54524B;
    min-height: 100px;
    color: #fff!important;
}


#defensa_al_consumidor {
    color: #333!important;
}
#defensa_al_consumidor a {
    color: #333!important;
}