.about-container a[href^="mailto:"] {
    text-decoration: none;
    color: black;
}

.aderisci-container a[href^="mailto:"] {
    text-decoration: none;
    color: black;
}

.custom-hr hr {
    max-width: 250px;
    margin-top: 80px;
    margin-bottom: 0px;
    height: 1px;
    background-color: #000;
}

.paddingTop60 {
    padding-top: 60px;
}

.paddingTop75 {
    padding-top: 75px;
}

.paddingTop100 {
    padding-top: 100px;
}

.column {
    width: 33%;
    float: left;
    position: relative;
}

.second-column a {
    text-decoration: none;
    color: #212529;
}

.contacts img {
    width: 80px;
}

.contacts span {
    font-size: 17px;
}

.contacts p {
    padding-top: 20px;
    font-size: 15px;
}

.contatti-container hr {
    width: 15%;
    border: 1px solid black;
    opacity: 0.6;
}

.page-container-contatti {
    padding-top: 65px;
    padding-bottom: 75px;
}

.third-column a {
    text-decoration: none;
    color: #212529;
}

.policy-relative {
    position: relative;
}

.policy a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.policy span {
    color: white;
    margin-left: 8px;
    margin-right: 8px;
}

.policy {
    max-width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 25px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.custom-container-policy {
    background-color: #F83763;
    height: 85px;
    margin-top: 65px;
    max-width: 100%;
}

.footer-contatti img {
    width: 45px;
    margin-right: 5px;
}

.footer-contatti a {
    text-decoration: none;
}

.white-radio-div img {
    height: 106px;
}

.white-radio-div {
    margin-bottom: 6em;
}

.redirect-shop i {
    padding: 4px;
    width: 26px;
    height: 26px;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #71B85D;
    color: white;
    border-radius: 50%;
    position: relative;
}

.redirect-shop i:hover {
    background-color: #5b9c49;
    text-decoration: none;
    color: white;
}

.redirect-shop .elements {
    position: absolute;
    background-color: #F83763;
    font-size: 0.7rem;
    width: 15px;
    height: 15px;
    top: 53%;
    padding: 0px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.redirect-shop-mobile {
    z-index: 1000;
    padding: 10px;
    font-size: 32px;
    text-align: center;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    top: 64px;
    left: 10px;
    background-color: #71B85D;
    color: white;
    border-radius: 50%;
}

.redirect-shop-mobile:hover {
    background-color: #5b9c49;
    text-decoration: none;
    color: white;
}

.redirect-shop-mobile .elements-mobile {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #F83763;
    font-size: 1rem;
    width: 16px;
    height: 16px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

@media (min-width: 320px) and (max-width: 480px) {
    .page-container-contatti {
        padding-top: 20px !important;
        padding-bottom: 0px !important;
    }
    .contacts p {
        font-size: 19px !important;
        padding-top: 7px !important;
    }
    .contacts img {
        width: 100px !important;
    }
    .contacts strong {
        font-size: 17px !important;
    }
    .contacts span {
        font-size: 19px !important;
    }
    .column {
        width: 100%;
        position: relative;
        padding-bottom: 40px;
    }
    .paddingTop60 {
        padding-top: 20px;
    }
    .paddingTop75 {
        padding-top: 55px;
    }
    .custom-hr hr {
        width: 100% !important;
        margin-top: 20px;
        margin-bottom: 0px;
        height: 2px;
        background-color: #000;
    }
    .custom-container-policy {
        height: 70px !important;
        margin-top: 45px !important;
    }
}
@font-face {
    font-family: gothamBold;
    src: url("/css/font/gotham_bold.otf");
}

h1, h2, h3, h4, h5, h6 {
    font-family: gothamBold !important;
}