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

#defensa_al_consumidor a {
    color: #00612c!important;
}

#defensa_al_consumidor hr {
    background-color: #00612c;
}

.logo {
    max-height: 250px;
}

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

.btn_rojo:hover {
    background-color: #777;
    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: #333;
    color: #fff!important;
}

#bloque_historia {
    background-color: #d7cd90;
}

#bloque_03 {
    background-color: #333;
    color: #fff!important;
}

#bloque_servicios {
    background-color: #d7cd90;
}


.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: #fff;
    min-height: 100px;
    color: #fff!important;
}

.titulo {
    color: #00612c!important;
}