#advice{
    text-align:center;
    bottom:0;
    position:fixed;
    width:100%;
    height:110px;
    z-index:1000;
    background-color:#001839;
    color:white;
    padding:20px;
    font-size: 15px;
    border-top: #f01861 solid 3px;
}

#estilos-boton-cookies{
    background-color: #f01861;
    color: #001839;
    font-size: 15px;
}

#estilos-boton-cookies2{
    background-color: #f01861;
    color: #001839;
    font-size: 15px;
}

#estilos-boton-cookies3{
    background-color: #f01861;
    color: #001839;
    font-size: 15px;
    margin-top: 20px;
}

@media only screen and (max-width: 708px){

    #advice{
        height:180px;
    }
}

@media only screen and (min-width: 709px) and  (max-width: 1226px){

    #advice{
        height:130px;
    }
}