@import 'https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap';

.alert {
    position: fixed;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    font-family: 'Open Sans', sans-serif;
}

.text-center {
    text-align: center !important;
}

.btncookie-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btncookie {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    cursor: pointer;
    color: #ffffff;
    background: #354775;
    border: none;
}

.cookiealert {
    /* position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999999;
    opacity: 1;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    color: #fff;
    background: rgb(33 35 39 / 90%); */

    position: fixed;
    bottom: 0;
    left: 0;
    width: 90%;
    z-index: 999999;
    /* opacity: 1; */
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    color: #ffffff;
    background: #444346;
    /* background: rgb(54 54 163 / 90%); */
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 0 5%;
    margin-bottom: 5PX;
    border-radius: 5px;
    height: auto;
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%)
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline
}

.centro-cookie {
    position: relative;
    width: 1400px;
    max-width: 90%;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.politica {
    font-weight: bolder;
    color: #ffffff;
    text-decoration: none
}