@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: #e1e1e1;
    color: #ca5098;
}

#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;
    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:#AD2731;
    color:#AD2731;
    max-height: 30px;
}

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

#bloque_servicios {
    background-color: #e1e1e1;
}

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

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

.no {
    color: #666;
}

.fondo-01 {
    background-image: url('../uploads/header.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: #ad4582;
    color: #fff!important;
}

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