@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;
}

body {
    background-color: #f3e9e1;
    color: #4e4541;
}

a {
    color: #4e4541!important;
}

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

.logo {
    max-height: 750px;
}

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

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

.btn_whatsapp {
    background-color: #25D366;
    color:#fff!important;
    font-weight: bold;
    font-size: 30px;
}

.btn_whatsapp:hover {
    background-color: #1b8f47;
    color:#fff;
    text-decoration: none;
}

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

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

#bloque_01 {
    background-color: #f3e9e1;
    color: #4e4541!important;
}

#bloque_servicios {
    background-color: #e1e1e1;
}

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

.si {
    font-weight: bold;
    color: #ad4582;
}

.no {
    color: #666;
}

.fondo-01 {
    background-color: #f7d1d4;
}

.fondo-03 {
    background-color: #ece7e2;
}

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

.fondo-04 {
    background-color: #f8f2eb;
}

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

#defensa_al_consumidor {
    background-color: #f3e9e1;
    color: #4e4541!important;
}

#defensa_al_consumidor a {
    color: #4e4541!important;
}