@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: "Roboto Serif", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
      "wdth" 100,
      "GRAD" 0;
}

body {
    background-color: #b5af60;
    color: #226554;
}

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

.logo {
    max-height: 350px;
}

.btn_rojo {
    background-color: #226554;
    color:#fff;
    font-weight: bold;
    font-size: 30px;
    border: 1px solid #000;
}

.btn_rojo:hover {
    background-color: #000;
    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: #226554;
    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: #111;
    min-height: 100px;
    color: #fff!important;
}

#defensa_al_consumidor {
    background-color: #226554;
    color: #fff!important;
}

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