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

.logo {
    max-height: 180px;
}

.h100 {
    min-height: 100vh;
}

.fondo-00 {
    background-color: #fff;
}

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

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

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


.f00 {
    color: #fff!important;
}

.f01 {
    color:#333!important;
}

.f02 {
    color:#000!important;
}

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

.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: #000;
    color: #fff!important;
}

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

.fondo-flores {
    background-image: url('../uploads/rosa.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#footer {
    background-color: #000;
    min-height: 200px;
    color: #fff!important;
}
