@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,700;1,400&family=Roboto:wght@400;700&display=swap');
body {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    /* padding-top:110px; */
}
#sticky-wrapper {
    height: 110px !important;
    z-index: 999 !important;
}
.pre_header{
    background: rgba(255,255,255,.9);
}
.logo_wrp {
padding: 20px;
    padding-right: 20px;
    padding-left: 20px;
color: #fff;
}
.top_links_wrp {
    text-align: right;
    padding-top: 20px;
    padding-bottom: 20px;
}
.numero_verde {
    text-align: right;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    display: inline-flex;
    padding-right: 15px;
}
.numero_verde .icon_wrp {
    text-align: left;
    transform: translateY(-10px);
    padding-right: 10px;
}
.numero_verde .whats_icon {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    display: block;
}
.numero_verde .whats_icon .fab {
    font-size: 26px;
    color: #bf0038;
}
.numero_verde .icon_wrp .orario {
    text-transform: uppercase;
    display: block;
    font-size: 8px;
    padding: 0;
    font-weight: 700;
}
.numero_verde .new_number {
    display: block;
    text-align: left;
}
.numero_verde .new_number a{
    font-size: 14px;
    font-weight: 500;
    color:#000;
    transition: color 0.5s ease;
}
.numero_verde .new_number a:hover {
    color: #bf0038;
    text-decoration: none;
}
.social_link {
    border-left: 1px solid #d5d5d5;
    /* border-right: 1px solid #d5d5d5; */
    padding: 10px;
}
.search_opener a, .social_link a {
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
    transition: color 0.5s ease;
}
.social_link a:hover {
    color: #bf0038;
}
.wrp_config_link {
    background: #bf0038;
    color: #fff;
    text-align: center;
    transition: background-color 0.5s ease;
}
.wrp_config_link:hover{
    background-color:#000;
}
.wrp_config_link a {
    height: 100%;
    display: block;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding: 0;
}
.as_table {
    display: table;
    height: 100%;
    width: 100%;
}
.as_cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.pre_menu_wrp .menu_wrp {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-right: 30px;
  }
#navbar {
    background: 0 0 !important;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #d5d5d5;
  }
.navbar-white{
    background-color:#fff;
}
#navbar, .pre_menu_wrp .menu_wrp #navbar {
    padding-bottom: 0;
}
#menu-main_menu {
    width: 100%;
    max-width: 100%;
    margin-right: 0 !important;
  }
#menu-main_menu li {
    flex: 1 1 auto;
    text-align: right;
  }
#menu-main_menu li a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    padding-right: 1px;
    padding-left: 1px;
    color: #000;
    transition: color 0.5s ease;
}
#menu-main_menu li a:hover {
    color: #bf0038;
}
.submenu_wrp {
    position: fixed;
    z-index: 999;
    left: 0;
    width: 100%;
    top: 110px;
    display: none;
    background: rgba(0,0,0,.8);
}
.submenu_wrp .menu_sx .link_wrp .first_col {
    float: left;
    width: 50%;
}
.submenu_wrp .menu_sx .link_wrp ul {
    flex-direction: row;
    padding: 20px 0 20px 55px;
}
.submenu_wrp .menu_sx .link_wrp li {
    list-style-type: none;
    padding: 5px;
    width: auto;
    flex: 1 1 auto;
}
.submenu_wrp .menu_sx .link_wrp li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.5s ease;
}
.submenu_wrp .menu_sx .link_wrp li a:hover{
    color: #bf0038;
}

#navbar .only_mobile,
.only_mobile,
.mobile_menu_nuovo,
.only_mobile,
.only_mobile_xs,
.submenu_wrp_mobile,
#logo_white_mobile {
    display: none !important;
}
#navbar .only_desktop {
    width: 100%;
}
#real_menu_mobile_opener {
    color: #fff;
    font-size: 20px;
    display: none;
}
.main-content{
        padding-top: 100px;
        padding-bottom: 80px;
}
.select2{
    width:100% !important;
}


@media only screen and (max-width: 1023px) {
    .only_mobile,
    #logo_white_mobile,
    #real_menu_mobile_opener {
      display: block !important;
    }
    .navbar-light .only_mobile .navbar-nav .dropdown-menu.show li.dropdown-menu ul.dropdown-menu li a::after,
    .numero_verde .static_txt,
    .only_desktop {
        display: none;
    }
}