.bottone-homePage{
    fill: white!important;
}


.anchorhome {
    position: relative;
    top:-37px;
}

.btn-outline-primary.btn-anchor-link {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 6px #0000001A;
    border: 1px solid #B8B8B8;
    border-radius: 6px;
    opacity: 1;
    color: #0066CC !important;

    display: flex;
    align-items: center;
    height: 68px;
}

.size-18{
    width: 18px;
    height: 18px;
    margin-left: 5px;
}

.material-symbols-outlined.material-symbols-outlined-nofill {
  color: #0066CC !important;
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

.btn.btn-with-icon svg {
    width: 1rem;
    height: 1rem;
    position: relative;
    top: -2px;
    margin-left: 8px;
}



@media all and (max-width: 991px) {
    .anchorhome {
        position: static;
        top:0;
    }
}


@media all and (max-width: 767px) {
    .anchorhome {
        width: 100%;
    }
}