.cont-cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    display: none;
}
.infobox3 {
    margin: auto;
    position: relative;
    top: 0;
    padding: 10px;
    width: 100%;
    text-align: center;
    background-color: #222223bf;
}
.infobox3 p {
    line-height: 30px;
    font-size: 14px;
    color: white;
    text-align: center;
    margin-bottom: 0;
}
.infobox3 p a {
    margin-right: 5px;
    text-decoration: none;
    color: #ffa200;
    font-size: 15px;
}
.btn-acept-cook {
    cursor: pointer;
    padding: 3px 7px 7px 7px;
    border: 1px solid #ffa200;
    background: #ffa200;
    color: #ffffff !important;
    display: inline-block;
    text-decoration: none;
}
.btn-acept-cook:hover {
    text-decoration: none;
    color: #ffffff;
    background: #ffa200;
    border: 1px solid #ffa200;
}
