
.footer1{
    background-image: url(/Files/App_002/images/bg_footer.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    padding-top: 10vh;
    padding-bottom: 10vh;
    background-size: cover;
    color: #FFFFFF;
    overflow: hidden;
}
.dis_num{
    font-size: 72px;
    text-align: center;
    font-family: 'futura_nextmedium';
    line-height: 72px;
}
.dis_title{
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'futura_nextlight';
}
.footer2{
    background-color: #e2001a;
    padding-top: 5vh;
    padding-bottom: 5vh;
color:#FFF;
}
.copyright{
    color: #FFF;
    font-size: 12px;
    font-family: arial;
    margin-top: 22px;
    line-height: 21px;
    text-align: center;
}
.copyright a{
  color: #FFF;
}
.rs2 .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFF;
    border: 1px solid #FFF;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 28px;
    margin-right: 15px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.rs2 .fa:hover {
    border-color: transparent;
    -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
color: #660813;
}
.rs2{
    display: flex;
    justify-content: center;
    float: none;
}
.menu_footer{
    display: block;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 5vh;
    padding-top: 2vh;
}
.menu_footer .main-nav li a::before {
    content: '';
    position: absolute;
    right: 5px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 35%;
    height: 10px;
    width: 1px;
    border-radius: initial;
    border: none;
    background-color: #FFF;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: initial;
}

@media (max-width: 991px){
.footer1, .menu_footer{
display:none;
}
.rs2 {
    margin-top: 0;
}
.mappa{
    padding: 0;
}
}
@media (max-width: 768px){
.rs2 .fa {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}
}

