.abz_top_reassurance {
    font-size: 12px;
    position: relative;
}
.abz_top_reassurance {
    padding: 10px;
    overflow: hidden;
    background: #000;
    color: #fff;
}
.abz_top_reassurance p {
     
    color: #fff;
    margin: 0;
}
.abz_top_reassurance a {
    color: #fff !important;
}
.header_fixed {
    position: relative;
}
.cta-close-topreassurance {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    z-index: 2;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    /* border: 1px solid #1b448c; */
}
@media (min-width: 500px) and (max-width: 1024px) {
    .abz_top_reassurance {
        height: 40px;
        overflow: hidden;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 999999;
       
    }
    .sentence {
        position: absolute;
        left: 0;
        top: 10px;
        width: 100%;
    }
      .header_fixed {
        top: 40px;
    }
    
    #wrapper .container {
        margin-top: 0px;
    }
}
@media screen and (max-width: 500px) {
    .abz_top_reassurance {
        height: 60px;
        overflow: hidden;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 999999;
        display: none;
    }
    header#header {
        height: auto;
    }
    .header_fixed {
        top: 0px;
    }
    .block_intro_miracolo {
        margin-top: 90px;
    }
    #wrapper .container {
        margin-top: 130px;
        margin-top: 70px;
    }
    .abz_menu {
        top: 60px !important;
    }
    .sentence {
        position: absolute;
        left: 0;
        top: 10px;
        width: 100%;
    }
}

