@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,400i,700");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

header.navigation {
  background-color: #fff;
  border-bottom: 1px solid #e6e5e5;
  min-height: 80px;
  width: 100%;
  z-index: 999; }
  header.navigation .navigation-wrapper {
    position: relative;
    z-index: 9999; }
    header.navigation .navigation-wrapper::after {
      clear: both;
      content: "";
      display: block; }
  header.navigation .logo {
    float: left;
    max-height: 80px;
    padding-left: 1em;
    padding-right: 2em; }
    header.navigation .logo img {
      max-height: 60px;
      padding: 0.8em 0; }
  header.navigation .navigation-menu-button {
    color: #313131;
    display: block;
    float: right;
    line-height: 70px;
    margin: 0;
    padding-right: 1em;
    text-decoration: none;
    text-transform: uppercase; }
    header.navigation .navigation-menu-button:focus, header.navigation .navigation-menu-button:hover {
      color: rgba(49, 49, 49, 0.7); }
  header.navigation nav {
    float: none;
    min-height: 80px;
    z-index: 9999999; }
  header.navigation ul.navigation-menu {
    clear: both;
    display: none;
    margin: 0 auto;
    overflow: visible;
    padding: 0;
    width: 100%;
    z-index: 9999; 
    float: right;}
     @media (min-width: 768px) {
       header.navigation ul.navigation-menu {
          width: 40vw; } }
    header.navigation ul.navigation-menu.show {
      display: block; }
  header.navigation ul li.nav-link {
    background: #fff;
    display: block;
    line-height: 80px;
    overflow: hidden;
    text-align: right;
    width: 100%;
    z-index: 9999;
    margin-right: 1em; }
    header.navigation ul li.nav-link a {
      color: #313131;
      display: inline-block;
      text-decoration: none; }
      header.navigation ul li.nav-link a:focus, header.navigation ul li.nav-link a:hover {
        color: rgba(49, 49, 49, 0.7); }
  header.navigation .active-nav-item a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 3px; }
  header.navigation li.more.nav-link {
    padding-right: 0; }
    header.navigation li.more.nav-link > ul > li:first-child a {
      padding-top: 1em; }
    header.navigation li.more.nav-link a {
      margin-right: 1em; }
    header.navigation li.more.nav-link > a {
      padding-right: 0.6em; }
    header.navigation li.more.nav-link > a::after {
      position: absolute;
      top: auto;
      right: -0.4em;
      bottom: auto;
      left: auto;
      color: #313131;
      content: "\25BE"; }
  header.navigation li.more {
    overflow: visible;
    padding-right: 0; }
    header.navigation li.more a {
      padding-right: 0.8em; }
    header.navigation li.more > a {
      padding-right: 1.6em;
      position: relative; }
      header.navigation li.more > a::after {
        content: "›";
        font-size: 1.2em;
        position: absolute;
        right: 0.5em; }
    header.navigation li.more:focus > .submenu,
    header.navigation li.more:hover > .submenu {
      display: block; }
  header.navigation ul.submenu {
    display: none;
    padding-left: 0; }
    header.navigation ul.submenu li {
      display: block;
      padding-right: 0; }
      header.navigation ul.submenu li a {
        background-color: #f7f7f7;
        display: inline-block;
        text-align: right;
        width: 100%; }
        
  header.navigation .navigation-tools {
    background: #505050;
    clear: both;
    display: block;
    height: 80px; }
  
  header.navigation .search-bar {
    float: left;
    padding: 0.85em 0.85em 0.7em 0.6em;
    width: 60%; }
    header.navigation .search-bar form {
      position: relative; }
      header.navigation .search-bar form input[type=search] {
        background: white;
        border: 1px solid #f2f2f2;
        border-radius: 0;
        box-sizing: border-box;
        color: #313131;
        font-size: 0.9em;
        font-style: italic;
        margin: 0;
        padding: 0.5em 0.8em;
        width: 100%; }
       
      header.navigation .search-bar form button[type=submit] {
        background: white;
        border: 0;
        bottom: 0.3em;
        left: auto;
        outline: none;
        padding: 0 9px;
        position: absolute;
        right: 0.3em;
        top: 0.3em; }
        header.navigation .search-bar form button[type=submit] img {
          height: 12px;
          opacity: 0.7;
          padding: 1px; }

body {
  font-family: 'Nunito Sans', sans-serif;
  line-height: 1.2em; }

h1, h2, h3, h4 {
  text-transform: uppercase;
  line-height: 1.2em;
  color: #434343; }

h1, h2 {
  font-size: 40px;
  font-weight: bold; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px;
  font-weight: bold; }

p, li {
  color: #434343;
  font-weight: 300 !important;
  line-height: 1.4em; }

strong {
  font-weight: 600 !important; }

em {
  font-style: italic; }

blockquote {
  width: 70%;
  margin: 0 auto;
  display: block;
  font-size: 22px;
  font-style: italic; }

.wrapper {
  width: 1280px;
  margin: 0 auto;
  max-width: 80%; }

.row:after {
  clear: both;
  display: block;
  content: ""; }

.col1-3 {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }
  @media (min-width: 768px) {
    .col1-3 {
      width: calc(33.3333333333% - 26.6666666667px);
      float: left;
      margin-left: 20px; } }

.col1-4 {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }
  @media (min-width: 768px) {
    .col1-4 {
      width: calc(25% - 25px);
      float: left;
      margin-left: 20px; } }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  color: rgb(206,97,74); }
  a:hover {
    text-decoration: underline; }

hr {
  display: block;
  border: none;
  border-top: 1px solid #313131; }

.titolo-page {
  text-align: center;
  margin: 1em 0; }

header:after {
  content: '';
  display: block;
  clear: both; }

header .nav-link {
  text-transform: uppercase;
  font-weight: 600 !important; }

header .pl1 {
  border-bottom: 2px solid #f78f1e; }

header .pl2 {
  border-bottom: 2px solid #00abe8; }

header .pl3 {
  border-bottom: 2px solid #2ab684; }

header .pl4 {
  border-bottom: 2px solid #aa0061; }

header .logo {
  max-width: 50%; }

.nav-link.lang {width: 99% !important;}
.nav-link.lang a {width: 100% !important;}

header .lang {
  line-height: 2em !important;
  margin-bottom: 2em;
  border: 1px solid rgb(206,97,74);
  padding: 2px 6px; }
  @media (min-width: 768px) {
    header .lang:hover {
      background-color: rgb(206,97,74) !important; }
      header .lang:hover {
        color: white !important; text-decoration: none; } }

@media (min-width: 768px) {
    .swiper-container {
      display: none !important; } }

.hptitle {display:none !important;}

.swiper-button-next, .swiper-button-prev {
  top: 48%; }
  @media (min-width: 768px) {
    .swiper-button-next, .swiper-button-prev {
      top: 50%; } }

@media (min-width: 768px) {
  .swiper-slide {
    height: 30%;
    max-height: 600px; } }

.swiper-slide h2, .swiper-slide h3 {
  text-align: center;
  display: block;
  width: 600px;
  max-width: 90%;
  margin: 0 auto;
  color: white;
  font-weight: 300;
  padding: 10px; }

.swiper-slide h2 {
  font-size: 20px; }
  @media (min-width: 768px) {
    .swiper-slide h2 {
      font-size: 40px; } }

.swiper-slide h3 {
  font-size: 16px;
  font-weight: 400;
  width: 800px;
  text-transform: initial; }
  @media (min-width: 768px) {
    .swiper-slide h3 {
      background-color: rgba(255, 255, 255, 0.8);
      font-size: 24px;
      color: #313131;
      margin-top: 10px; } }

.swiper-slide .hptitle {
  max-width: 100%; }
  @media (min-width: 768px) {
    .swiper-slide .hptitle {
      position: absolute;
      z-index: 100;
      top: 30%;
      left: calc(50% - 400px); } }

.hpslide-arancio {
  background: #f78f1e; }
  @media (min-width: 768px) {
    .hpslide-arancio {
      background: transparent; } }
  .hpslide-arancio h2 {
    background-color: rgba(247, 143, 30, 0.8); }

.hpslide-verde {
  background: #2ab684; }
  @media (min-width: 768px) {
    .hpslide-verde {
      background: transparent; } }
  .hpslide-verde h2 {
    background-color: rgba(42, 182, 132, 0.8); }

.hpslide-blu {
  background: #00abe8; }
  @media (min-width: 768px) {
    .hpslide-blu {
      background: transparent; } }
  .hpslide-blu h2 {
    background-color: rgba(0, 171, 232, 0.8); }

.hpslide-viola {
  background: #aa0061; }
  @media (min-width: 768px) {
    .hpslide-viola {
      background: transparent; } }
  .hpslide-viola h2 {
    background-color: rgba(170, 0, 97, 0.8); } 

#tabCtr {width:100%; height:100%; margin-bottom:12px; text-align:center; overflow: auto;}
  .tabCard {max-height: 610px; overflow-y: hidden;}
   @media (min-width: 768px) {
        .tabCard {padding:0 !important;}
      }
#logoQuaranta{position: absolute; width: 180px; height: 158px; top: 50%; left: 50%; margin-top:-90px; margin-left: -90px;}

  #vantaggiCtr {}
  @media (min-width: 768px) {
       #vantaggiCtr {display: flex; justify-content: center;}
    }
    .vantaggiCard {width: 100%; text-align:center;}
    @media (min-width: 768px) {
         .vantaggiCard {width: 16%; text-align:center;}
      }
        img.vantaggiCardImg { max-width: 35%; }
        @media (min-width: 768px) {
          img.vantaggiCardImg { max-width: 60%; }
        }
        p.vantaggiCardTxt {
          text-align: justify; 
          padding: 4% 10%; 
          font-size: 14px;
        }
        @media (min-width: 768px) {
          p.vantaggiCardTxt {text-align: justify; padding: 4%; }
        }

      .mw80 {max-width:80%;}

.arancioneBI {font-weight: bold; color: rgb(247, 143, 30);}
.verdeEE {font-weight: bold; color: rgb(42, 182, 132);}
.bluCM {font-weight: bold; color: rgb(0, 171, 232);}
.violaMP {font-weight: bold; color: rgb(170, 0, 97);}

.vc_row {
  margin: 0 auto; }

.vc_row-flex {justify-content: center; text-align: center;}

.vc_column_container > .vc_column-inner {
  padding: 0 !important; }

.wpb_wrapper {
  max-width: 1280px;
  margin: 0 auto; }
  .wpb_wrapper ul li {
    list-style: circle;
    margin-left: 1.5em; }

.wpb_content_element {
  margin-bottom: 10px; }

.hpfullimg .wpb_single_image {
  margin-bottom: 0; }
  .hpfullimg .wpb_single_image .wpb_wrapper {
    display: block;
    width: 100%; }
    .hpfullimg .wpb_single_image .wpb_wrapper .vc_single_image-wrapper {
      position: relative;
      display: block;
      width: 100%;
      max-height: 440px;
      overflow: hidden; }
      .hpfullimg .wpb_single_image .wpb_wrapper .vc_single_image-wrapper img {
        display: block;
        top: 0;
        width: 100%;
        height: auto; }
        @media (min-width: 768px) {
          .hpfullimg .wpb_single_image .wpb_wrapper .vc_single_image-wrapper img {
            margin-top: -15%; } }

.hp-block-business {
  background: #f78f1e; }

.hp-block-finanza {
  background: #00abe8; }

.hp-block-ambiente {
  background: #2ab684; }

.hp-block-marketing {
  background: #aa0061; }

.hp-block-left, .hp-block-right {
  max-width: 1280px;
  margin: 0 auto !important;
  color: white; }
  .hp-block-left p, .hp-block-right p {
    font-size: 14px;
    color: white; }
    .hp-block-left p a, .hp-block-right p a {
      background: #000;
      color: white;
      text-transform: uppercase;
      display: inline-block;
      padding: 8px 10px;
      margin: 10px 0; }
      .hp-block-left p a:hover, .hp-block-right p a:hover {
        text-decoration: none;
        background: #555; }

.hp-block-left .vc_col-sm-6:nth-child(2) {
  padding: 2em; }
  @media (min-width: 1024px) {
    .hp-block-left .vc_col-sm-6:nth-child(2) {
      padding-top: 4em; } }

.hp-block-right .vc_col-sm-6:nth-child(1) {
  padding: 2em; }
  @media (min-width: 1024px) {
    .hp-block-right .vc_col-sm-6:nth-child(1) {
      padding-top: 4em; } }

@media (min-width: 768px) {
  .central-text-block {
    padding: 0 20%; } }

.header-interno {
  background-color: gray;
  padding: 3em 0; }
  .header-interno img {
    display: block;
    margin: 0 auto;
    max-height: 80px; }

.header-business {
  background: url("../images/bg-interno-business.jpg") center center no-repeat #f78f1e; }

.header-finanza {
  background: url("../images/bg-interno-finanza.jpg") center center no-repeat #00abe8; }

.header-ambiente {
  background: url("../images/bg-interno-ambiente.jpg") center center no-repeat #2ab684; }

.header-marketing {
  background: url("../images/bg-interno-marketing.jpg") center center no-repeat #aa0061; }

.menu-interno {
  background: #f0f0f0;
  padding: 1em 0; }
  .menu-interno ul {
    margin: 0 auto;
    text-align: center; }
    .menu-interno ul li {
      text-transform: uppercase;
      font-size: 14px;
      padding-bottom: 1em; }
      @media (min-width: 480px) {
        .menu-interno ul li {
          padding-bottom: 0;
          display: inline-block;
          border-right: 1px solid #434343;
          margin-right: .5em;
          padding-right: .5em; }
          .menu-interno ul li:last-child {
            border: none;
            margin-right: 0; } }
      .menu-interno ul li a {
        font-weight: 600;
        color: #434343; }
        .menu-interno ul li a:hover {
          color: rgb(206,97,74);
          text-decoration: none; }
      
      .menu-interno ul li.current_page_item {pointer-events: none;}
       .menu-interno ul li.current_page_item a {color: rgb(206,97,74) !important;}

footer {
  background-color: #222222;
  color: white;
  text-align: center;
  padding: 3em 0; }
  footer a, footer p, footer h2 {
    color: white; }
  footer .pl1 h4 {
    color: #f78f1e; }
  footer .pl2 h4 {
    color: #00abe8; }
  footer .pl3 h4 {
    color: #2ab684; }
  footer .pl4 h4 {
    color: #aa0061; }
  footer h2, footer h4 {
    margin: 10px 0; }
  footer hr {
    border-top: 1px solid white; }
  footer .row {
    margin: 40px 0; }
  footer small {
    margin: 30px 0 0;
    display: block;
    font-size: 14px; }

.color-business {color: #f78f1e; font-weight: 700;}
.color-finanza {color: #00abe8; font-weight: 700;}
.color-ambiente {color: #2ab684; font-weight: 700;}
.color-marketing {color: #aa0061; font-weight: 700;}
