.button-container-consejos {
    bottom: 20px;
    right: 20px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.button-container-consejos.hidden {
    transform: translateY(100%);
    opacity: 0;
}


.red_btn{
    height: 30px;
    background: red;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 11px;
    font-weight: bold;
}

.red_btn:hover{
border: 1px solid white;
}

.consejos_btn{
    font-size: 11px;
    font-weight: bold;
    height: 30px;
    background: red;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.consejos_btn:hover{
    border: 1px solid white;
    }
    