/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */

/* CSS Document */
@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');


:root {
    --cLGreen: #23a87c;
    --cGreen: #3ba735;
    --cLArancio: #f9b133;
    --cArancio: #f88031;
    --cLRosso: #8f505c;
    --cRosso: #b20f2e;
    --cLGray: #bebfbe; 
    --cGray: #8b8a8a; 
    --cDGray: #3c3d41; 
    --cCiano: #3399cc; 
    --cBlack: #000000; 
    --cLBlack: #484950; 
    --cLWhite: #F3F3F1;
    --cWhite: #FFFFFF;
}


/* SYSTEM */

.wide {
    margin: 0 -9999px;
    padding: 0px 9999px;
    position: relative;
/*    background-color: var(--cWhite);*/
}

.wideL {
    margin: 0 0 0 -9999px;
    padding: 0 0 0 9999px;
    position: relative;
}

.wideR {
    margin: 0 -9999px 0 0;
    padding: 0 9999px 0 0;
    position: relative;
}

.wide.odd { background-color: var(--cRosso); }

.wide.even { background-color: var(--cBlack); }

.padding-vertical { padding-bottom: 1em; padding-top: 1em; }
.padding-vertical2 { padding-bottom: 2em; padding-top: 2em; }
.padding-vertical3 { padding-bottom: 3em; padding-top: 3em; }
.padding-vertical4 { padding-bottom: 4em; padding-top: 4em; }
.padding-left { padding-left: 15px; }
.padding-right { padding-right: 15px; }
.padding-top { padding-top: 1em; }
.padding-bottom { padding-bottom: 1em; }
.padding-top2 { padding-top: 2em; }
.padding-bottom2 { padding-bottom: 2em; }
.padding-top3 { padding-top: 3em; }
.padding-bottom3 { padding-bottom: 3em; }
.padding-top4 { padding-top: 4em; }
.padding-bottom4 { padding-bottom: 4em; }
.nopadding-top { padding-top: 0;}
.nopadding-bottom { padding-bottom: 0;}
.margin-top { margin-top: 1em; }
.margin-bottom { margin-bottom: 1em; }
.margin-top2 { margin-top: 2em; }
.margin-bottom2 { margin-bottom: 2em; }
.nomargin { margin: 0 !important;}
.nomargin-top { margin-top: 0;}
.nomargin-bottom { margin-bottom: 0;}
.h-100 { height: 100%; }
.w-100 { width: 100%; }
.m-auto { margin: auto auto; }
.mx-auto { margin: auto 0; }
.my-auto { margin: 0 auto; }
.mt-auto { margin-top: auto; }
.mb-auto { margin-bottom: auto; }
.alpha { padding-left: 0px; }
.omega { padding-right: 0px; }

.table { margin: 0; padding: 1em 0; }

.grid-flex {
    width: 100%;
    float: left;
    position: relative;
    display: block;
}

.row-flex  {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.row-flex  {
  -ms-box-orient: horizontal;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -moz-box;
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -moz-flex;
  display: -webkit-flex;  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;

  position: relative;
}

/*FIX SAFARI*/
.row-flex:before, .row-flex:after { display: none; }


/*.d-flex-column  {   */
/*  display: flex;*/
/*  flex-direction: column; */
/*}*/

/*.sm-d-flexr-row  { flex-direction: row-reverse; }*/
/*.sm-d-flexr-column { flex-direction: column-reverse; }*/

.row-full {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

#page { 
    overflow: hidden;
/*  background-color: #003c84;
	-webkit-appearance: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
  box-shadow: 5px 5px 20px #666666;
  margin: 50px 0 20px;*/
}


/* DEFAULT */

body {
    background: none no-repeat scroll 0 0 var(--cWhite);
    background-color: var(--cWhite);
    font: 17px/1.3 Helvetica,Arial,sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: var(--cBlack);
    margin: 0px 0px;
}

h1, h2, h3, h4, h5, h6, p,
.h1, .h2, .h3, .h4, .h5, .h6 { 
    font-family: Helvetica,Arial,sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 10px;
    color: var(--cLBlack);
    line-height: 1.3;
}


h1, .h1 { font-weight: 300; font-size: 1.8em; line-height: 1; } /*45*/

h1.title, .h1.title { font-weight: 300; font-size: 2em; line-height: 1; } /*50*/

h1.big, .h1.big { font-weight: 300; font-size: 2.52em; line-height: 1; } /*63*/

h1.arrow, .h1.arrow { font-weight: 400; font-size: 4em; line-height: 1; } /*50*/

h2, .h2 { font-weight: 300; font-size: 1.6em; line-height: 1.2; } /*40*/

h3.big, .h3.big { font-weight: 300; font-size: 1.3em; line-height: 1.3; } /*35*/

h3, .h3 { font-weight: 300; font-size: 1.2em; line-height: 1.3; } /*30*/

h4, .h4 { font-weight: 300;  font-size: 0.8em; line-height: 1.3; } /*20*/

h5, .h5 { font-weight: 300;  font-size: 0.72em; line-height: 1.3; } /*18*/

h6, .h6 { font-weight: 300;  font-size: 0.6em; line-height: 1.3; } /*15*/




p, ul, ol { 
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    color: var(--cLBlack);
    line-height: 1.3;
    font-weight: 300;
    margin-top: 0px;
}

p.big { font-size: 1em; }

ul, ol { padding-left: 1em; }

ul.bullet-image {  list-style: outside url("../images/arrow.png") none; padding-left: 3em; }
ul.list-unstyled {  list-style: outside none none; padding-left: 0em; }
ul.list-bullet { padding-left: 1.5em; list-style: outside none none;  }
ul.list-bullet li { display: block; margin-bottom: 0.3em; }
ul.list-bullet li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e258";
    font-family: 'Glyphicons Halflings';
    font-size: 1em;
    float: left;
    margin-top: 4px;
    margin-left: -1em;
    color: #005573;
}

ol.list-unstyled li { text-indent: -1em; padding-left: 1em; }
ol.list-unstyled li i { font-weight: 900; color: var(--cRosso); font-style: normal; }

p.big { font-size: 1.3em; }

.thin { font-weight: 100!important; }
.extra-light { font-weight: 200!important; }
.light { font-weight: 300!important; }
.normal { font-weight: 400!important; }
.medium { font-weight: 500!important; }
.semi-bold { font-weight: 600!important; }
.bold { font-weight: 700!important; }
.extra-bold { font-weight: 800!important; }
.ultra-bold { font-weight: 900!important; }


/* STYLE */

a, img { 
  border: 0 none; 
  text-decoration: none;
  outline: none;
 -webkit-transition: all 0.25s ease-in-out 0s; 
  -moz-transition: all 0.25s ease-in-out 0s; 
  -o-transition: all 0.25s ease-in-out 0s; 
  -ms-transition: all 0.25s ease-in-out 0s; 
  transition: all 0.25s ease-in-out 0s; 
}

.transition {
 -webkit-transition: all 0.25s ease-in-out 0s; 
  -moz-transition: all 0.25s ease-in-out 0s; 
  -o-transition: all 0.25s ease-in-out 0s; 
  -ms-transition: all 0.25s ease-in-out 0s; 
  transition: all 0.25s ease-in-out 0s; 
}

.cover img,
.img-cover { width: 100%; height: 50vw; height: auto; object-fit: cover; object-position: 50% 50%;  object-position: center top; }

a:link, a:visited, li a:link, li a:visited { color: var(--cRosso); text-decoration: none; }

a:hover, a:focus, li a:hover { color: var(--cLRosso); outline: none; }

a:active, li a:active, a.active, li a.active { color: var(--cLRosso);  }

.marker, .form-required, .request { color: var(--cWhite); display: none; }

.evidenza { color: var(--cRosso); }
.LGreen { color: var(--cLGreen); }
.Green { color: var(--cGreen); }
.LArancio { color: var(--cLArancio); }
.Arancio { color: var(--cArancio); }
.LRosso { color: var(--cLRosso); }
.Rosso { color: var(--cRosso); }
.LGray { color: var(--cLGray); }
.Gray { color: var(--cGray); }
.DGray { color: var(--cDGray); }
.Ciano { color: var(--cCiano); }
.White { color: var(--cWhite); }
.LWhite { color: var(--cLWhite); }
.Black  { color: var(--cBlack); }
.LBlack, .CText  { color: var(--cLBlack); }

.fprimary { font-family: 'Roboto', sans-serif; }
.fsecondary { font-family: 'Roboto Condensed', sans-serif; }

.bgLGreen { background-color: var(--cLGreen); }
.bgGreen { background-color: var(--cGreen); }
.bgLArancio { background-color: var(--cLArancio); }
.bgArancio { background-color: var(--cArancio); }
.bgLRosso { background-color: var(--cLRosso); }
.bgRosso { background-color: var(--cRosso); }
.bgLGray { background-color: var(--cLGray); }
.bgGray { background-color: var(--cGray); }
.bgDGray { background-color: var(--cDGray); }
.bgCiano { background-color: var(--cCiano); }
.bgWhite { background-color: var(--cWhite); }
.bgLWhite { background-color: var(--cLWhite); }
.bgBlack { background-color: var(--cBlack); }
.bgLBlack { background-color: var(--cLBlack); }


strong,b { font-weight: 700; }

span.sup { font-size: 70%; position: relative; top: -0.5em; }

sub { font-size: 70%; position: relative; top: 2px; }

cite { position: relative; line-height: 1; display: inline-block; padding-top: 1em; }
cite span { position: absolute; font-size: 3em; }

cite span.start { left: -0.5em; top: 0em; }
cite span.end { 
/*  right: 0; top: 0.9em */
}

.btn { border: none; padding: 0.6em 1em 0.8em; }

.btn,
.btn-primary, .btn-secondary { 
  border: 2px solid var(--cWhite) !important;
  background-color: var(--cArancio);
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: var(--cWhite) !important;
  padding: 0.5em 2.5em;
  -webkit-border-radius: 0px; 
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-decoration: none; 
 -webkit-transition: all 0.25s ease-in-out 0s; 
  -moz-transition: all 0.25s ease-in-out 0s; 
  -o-transition: all 0.25s ease-in-out 0s; 
  -ms-transition: all 0.25s ease-in-out 0s; 
  transition: all 0.25s ease-in-out 0s; 
  outline: none;
  box-shadow: 0px 3px 6px #666666;
  box-shadow: none;
/*  border-radius: 27px;*/
  text-transform: none;
  white-space: normal;
}

.btn:hover {
  background-color: var(--cLArancio) !important;
  border-color: var(--cWhite) !important; 
  color: var(--cWhite) !important;
}

.btn-primary,
.webform-client-form .form-actions .form-submit,
.webform-client-form .form-actions .webform-previous.form-submit,
.webform-client-form .form-actions .webform-next.form-submit {
  background-color: var(--cWhite) !important;
  border-color: var(--cWhite) !important; 
  color: var(--cRosso) !important;
}

.btn-primary:hover,
.webform-client-form .form-actions .form-submit:hover,
.webform-client-form .form-actions .webform-previous.form-submit:hover,
.webform-client-form .form-actions .webform-next.form-submit:hover {
  background-color: var(--cWhite) !important;
  border-color: var(--cWhite) !important; 
  color: var(--cLRosso) !important;
  font-weight: 400 !important;
}


.btn-secondary {
  background-color: var(--cLBlack) !important;
  border-color: var(--cLBlack) !important; 
  color: var(--cBlack) !important;
  font-weight: 400 !important;
}

.btn-secondary:hover {
  background-color: var(--cRosso) !important;
  border-color: var(--cRosso) !important; 
  color: var(--cWhite) !important;
}

.btn .icon-custom:before {  
 -webkit-transition: all 0.25s ease-in-out 0s; 
  -moz-transition: all 0.25s ease-in-out 0s; 
  -o-transition: all 0.25s ease-in-out 0s; 
  -ms-transition: all 0.25s ease-in-out 0s; 
  transition: all 0.25s ease-in-out 0s; 
/*  color: #96d915;*/
  font-size: 1em;
  font-weight: 400;
  position: relative;
/*  top: 2px;*/
}
.btn:hover .icon-custom:before { color: var(--cWhite) !important; }


.btn-primary .icon-custom:before,
.webform-client-form .form-actions .form-submit .icon-custom:before,
.webform-client-form .form-actions .webform-previous.form-submit .icon-custom:before,
.webform-client-form .form-actions .webform-next.form-submit .icon-custom:before { color: var(--cRosso) !important; }
.btn-primary:hover .icon-custom:before,
.webform-client-form .form-actions .form-submit:hover .icon-custom:before,
.webform-client-form .form-actions .webform-previous.form-submit:hover .icon-custom:before,
.webform-client-form .form-actions .webform-next.form-submit:hover .icon-custom:before { color: var(--cLRosso) !important; }

.btn-secondary .icon-custom:before { color: var(--cDBlack) !important; }
.btn-secondary:hover .icon-custom:before { color: var(--cDBlack) !important; }


.btn.btn-noborder { 
  border: 0 !important; 
  background-color: transparent !important;
  border-color: transparent !important; 
  color: var(--cWhite) !important;
  padding: 0; 
}

.btn.btn-noborder:hover { opacity: 0.8; }

/*HOOK EXPLORER11*/
@media all and (-ms-high-contrast:none) { 
  a.btn.btn-noborder {    border: 0 !important;  }
  a.btn.btn-noborder:hover { background-color: transparent !important; text-decoration: underline;  }
}


.gradient-hor { 
    background: #FFF; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left, #FFF, #000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #FFF, #000); /* For Opera 11 to 12.0 */
    background: -moz-linear-gradient(right, #FFF, #000); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #FFF , #000); /* Standard syntax (must be last) */
}

.gradient-ver { 
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4c7a9b+0,862161+100 */
  background: #4c7a9b; /* Old browsers */
  background: -moz-linear-gradient(top,  #4c7a9b 0%, #862161 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #4c7a9b 0%,#862161 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #4c7a9b 0%,#862161 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7a9b', endColorstr='#862161',GradientType=0 ); /* IE6-9 */
}

.border-top { border-top: 1px solid var(--cLGray); }
.border-bottom { border-bottom: 1px solid var(--cLGray); }

/*SCROLL-TO-TOP*/
.scroll-to-top {
    position: fixed;
    display: none;
    text-align: center;
    color: var(--cRosso);
    background: none;
    line-height: 1;
    z-index: 98;
    background:var(--cWhite);
    padding: 0;
    right: 0.5em;
    bottom: 0.5em;
    width: 2em;
    height: 2em;
    border-radius: 50px;
    transition: all 0.25s ease-in-out 0s;
}
.scroll-to-top a { color: var(--cRosso); }
.scroll-to-top a:focus, .scroll-to-top a:hover { var(--cDBlu); }
.scroll-to-top:hover {  -webkit-filter: invert(.2);  filter: invert(.2); }
.scroll-to-top i { color: var(--cRosso); font-size: 1.3em; line-height: 0; }


/*STRUCTURE*/
.structure { max-width: 2000px; }
/*.structure .container-fluid.grid { padding-left: 0; padding-right: 0; }*/

#g1 {
/*  width: 20em;*/
/*  height: 13em;*/
/*  display: inline-block;*/
/*  margin: 0 0 1em;*/
/*  position: relative;*/
/*  top: 1em;*/
    width: 20em;
    height: 13em;
    display: block;
    float: left;
    border: 0px solid #ddd;
    box-sizing: border-box;
    margin: 0 0 1% 0;
}

 .container-gauges {
    width: 20em;
    margin: 0 auto 0 auto;
    text-align: center;
  }


/*#g1 svg { left: -1em; }*/

/*#g1 svg text:nth-child(2n+0) { fill: red !important;}*/
#g1 svg text { 
  font-family: 'Roboto', sans-serif !important; 
  font-size: 1em !important; 
  font-size: 0.5em !important; /*RESPONSIVE*/
  font-weight: 700 !important;
  fill: var(--cLBlack) !important; 
  transform: translate(0em,1em);
  -ms-transform: translate(0em,1em); /* IE 9 */
  -webkit-transform: translate(0em,1em); /* Safari and Chrome */
  -o-transform: translate(0em,1em); /* Opera */
  -moz-transform: translate(0em,1em); /* Firefox */
}
#g1 svg text:nth-child(3n-2) { 
  fill: var(--cRosso) !important; 
  transform: translate(0em,-1em);
  -ms-transform: translate(0em,-1em); /* IE 9 */
  -webkit-transform: translate(0em,-1em); /* Safari and Chrome */
  -o-transform: translate(0em,-1em); /* Opera */
  -moz-transform: translate(0em,-1em); /* Firefox */
}

#g1 svg text:nth-child(4n-2) {
  fill: var(--cLBlack) !important; 
  font-size: 0.8em !important; 
  font-size: 0.3em !important; /*RESPONSIVE*/
  transform: translate(0em,1.5em);
  -ms-transform: translate(0em,1.5em); /* IE 9 */
  -webkit-transform: translate(0em,1.5em); /* Safari and Chrome */
  -o-transform: translate(0em,1.5em); /* Opera */
  -moz-transform: translate(0em,1.5em); /* Firefox */
}


/*TOP*/
.top .lsponsor { text-align: right; }

/*HEADER*/
.header {
/*  background: transparent url("../images/head_visual.png") no-repeat scroll center right / auto; */
  background-color: var(--cRosso);
}
.header .visual .image { position: absolute; width: 230%; top: -2em; }

/*EMERGENZA*/
.emergenza .visual .box .dottore-bg { z-index: 1; position: relative; }
.emergenza .visual .box .absolute { position: absolute; top: 0; left: 0; z-index: 0; }
.emergenza .visual .box .absolute.dottore { top: -0.5em; z-index: 2; }

/*HOOK EXPLORER11*/
@media all and (-ms-high-contrast:none) { 
  .emergenza .visual .box .absolute.dottore { top: -0.7em; }
}

.emergenza .visual .box .voce1 { top: 3em; left: -13em; }
.emergenza .visual .box .voce2 { top: 8em; left: -10em;  }
.emergenza .visual .box .voce3 { top: 1em; left: auto; right: -13em; }
.emergenza .visual .box .voce4 { top: 6em; right: -9.5em; left: auto; }
.emergenza .visual .box .voce5 { top: 10em; left: auto; right: -11em; }

.emergenza .visual .box .absolute.voce .caption { padding-right: 1.5em; }
.emergenza .visual .box .absolute.voce .caption .h4 { font-weight: 400; line-height: 1.3; }

.emergenza .visual .box .absolute.voce.odd .caption { text-align: right; }
.emergenza .visual .box .absolute.voce.even .caption { padding-left: 1.5em; padding-right: 0em; }

.emergenza .visual .box .absolute.voce .bullet { 
  border-bottom: 5px solid var(--cRosso); 
  width: 6em;
  position: relative;
}
.emergenza .visual .box .absolute.voce.short .bullet { width: 4em; }

.emergenza .visual .box .absolute.voce .bullet img { position: absolute; top: -0.6em; left: -1.2em; }

@media all and (-ms-high-contrast:none) { 

  .emergenza .visual .box .absolute.voce .bullet { height: 0; }

}

.emergenza .visual .box .absolute.voce.even {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.emergenza .visual .box .absolute.voce.even .bullet img { left: auto; right: -1.1em; }

/*AUTOVALUTAZIONE*/
.autovalutazione { }
.autovalutazione .layout-quiz .campo-punteggio { display: none; }

/*TUTELA*/
.tutela {
  background: transparent url("../images/tutela_bg.jpg") no-repeat scroll center center / cover; 
  background-color: var(--cRosso);
}

/*SFIDA*/
.sfida .layout-bullet .point .absolute { position: absolute; left: 0.1em; top: -0.2em; }

/*CERTIFICAZIONE*/
.certificazione .row-caption .box-legend { position: relative; left: 15px; }
.certificazione .row-caption .box-legend .legend { 
  background: transparent url("../images/alpha_rosso.png") repeat scroll top left; 
  position: absolute;
  top: -1em;
  min-height: 15em;
  height: 100%;
  opacity: 0.9;
}

.certificazione .row-caption .box-legend .legend { display: none; padding: 2em 1em; }
.certificazione .row-caption .box-legend.active .legend { display: block; }

.certificazione .row-caption .box-legend .chiudi {
  cursor: pointer;
  position: absolute;
  top: -1em;
  right: -1.5em;
  z-index: 1;
  color: var(--cLGray);
  text-align: right;
}

.certificazione .row-caption .box-legend .chiudi:hover,
.certificazione .row-caption .box-legend.active .chiudi { color: var(--cRosso); }

/*STRUMENTO*/
.strumento {
  background: transparent url("../images/strumento_grigia.jpg") no-repeat scroll bottom center / contain; 
  background-color: var(--cLWhite);
}

/*SUPPORTO*/
.supporto .layout-collapse .box-tendina .box-header {
  background-color: var(--cRosso);
  width: 99%;
}
.supporto .layout-collapse .box-tendina .box-header .btn-actions { padding: 0.5em 1em; cursor: pointer; }

.supporto .collapse-body .box-corpo .btn-actions .icon-custom:before { color: var(--cGray); }

.supporto .collapse-body .box-corpo .btn-actions:hover .rotate-icon:before,
.supporto .collapse-body .box-corpo .btn-actions.active .rotate-icon:before {
  color: var(--cLRosso);
  -webkit-transform:rotate(45deg); /* Chrome, iOS, Safari e Android */
  -moz-transform:rotate(45deg); /* Firefox */
  -o-transform:rotate(45deg); /* Opera */
  -ms-transform:rotate(45deg); /* IE 9 */
  transform:rotate(45deg); /* tutti i nuovi browser */
}

.supporto .collapse-body .box-corpo .btn-actions:hover .image,
.supporto .collapse-body .box-corpo .btn-actions.active .image {
  background: transparent url("../images/servizi_tondo_alpha.png") no-repeat scroll center center / contain;
/* -webkit-transition: all 0.25s ease-in-out 0s; */
/*  -moz-transition: all 0.25s ease-in-out 0s; */
/*  -o-transition: all 0.25s ease-in-out 0s; */
/*  -ms-transition: all 0.25s ease-in-out 0s; */
/*  transition: all 0.25s ease-in-out 0s; */
}


.supporto .layout-collapse .box-tendina .box-header .h3,
.supporto .layout-collapse .box-tendina .box-header .icona { color: var(--cWhite); }

.supporto .layout-collapse .box-tendina .box-header:hover,
.supporto .layout-collapse .box-tendina .box-header.active { background-color: var(--cLGray); }

.supporto .layout-collapse .box-tendina .box-header:hover .h3,
.supporto .layout-collapse .box-tendina .box-header:hover .icona,
.supporto .layout-collapse .box-tendina .box-header.active .h3,
.supporto .layout-collapse .box-tendina .box-header.active .icona { color: var(--cRosso); }

.supporto .layout-collapse .box-tendina .box-header .icona { position: absolute; left: 12em; }
.supporto .layout-collapse .box-tendina .box-header .icon-custom:before { font-size: 1.5em; top: 0.05em; position: relative; }

.supporto .box-tendina .box-header:hover .rotate-icon:before,
.supporto .box-tendina .box-header.active .rotate-icon:before {
  -webkit-transform:rotate(45deg); /* Chrome, iOS, Safari e Android */
  -moz-transform:rotate(45deg); /* Firefox */
  -o-transform:rotate(45deg); /* Opera */
  -ms-transform:rotate(45deg); /* IE 9 */
  transform:rotate(45deg); /* tutti i nuovi browser */
}


.supporto .collapse-body .box-tondo {
  width: 7em;
  text-align: center;
  z-index: 1;
  left: 8.5em;
  position: absolute;
}
.supporto .collapse-body .box-tondo:first-child { left: 0; position: relative; }
.supporto .collapse-body .box-tondo3 { left: 17em; }

.supporto .collapse-body .box-tondo-big { 
  background: transparent url("../images/serv_cerchiobig.png") no-repeat scroll center center / contain;  
  background-size: contain;
  position: absolute;
  width: 14em;
  padding: 3em;
  top: -1.5em;
  left: 25.5em;
}

.supporto .collapse-body .box-tondo-big .title  { text-align: center; }

.supporto .collapse-body .box-tondo .btn-actions { margin: 0.5em 0; cursor: pointer; }

.supporto .collapse-body .box-linea { 
  width: 5em;
  left: 7em;
  z-index: 0;
  position: absolute;
}
.supporto .collapse-body .box-linea img { position: relative; top: 4em; left: -1.5em; }
.supporto .collapse-body .box-linea2 { left: 15.5em; }
.supporto .collapse-body .box-linea3 { left: 24em; }
.supporto .collapse-body .box-linea4 { left: 37em; }

.supporto .collapse-body .box-visual {
  width: 5em;
  z-index: 1;
  position: absolute;
  left: 40em;
  top: 1.5em;
}

.supporto .collapse-body .servizio-PLUS .box-tondo { width: 8em; left: 7em; }
.supporto .collapse-body .servizio-PLUS .box-tondo:first-child { left: 0; position: relative; }
.supporto .collapse-body .servizio-PLUS .box-tondo3 { left: 14em; }
.supporto .collapse-body .servizio-PLUS .box-tondo4 { left: 21em; }

.supporto .collapse-body .servizio-PLUS .box-tondo-big { 
  width: 15em;
  padding: 3em;
  top: -1.5em;
  left: 28.7em;
}

.supporto .collapse-body .servizio-PLUS .box-linea { width: 5em; left: 7.5em; }
.supporto .collapse-body .servizio-PLUS .box-linea img { left: -3em; }
.supporto .collapse-body .servizio-PLUS .box-linea2 { left: 14.5em; }
.supporto .collapse-body .servizio-PLUS .box-linea3 { left: 21.5em; }
.supporto .collapse-body .servizio-PLUS .box-linea4 { left: 28.5em; }
.supporto .collapse-body .servizio-PLUS .box-linea5 { left: 43em; }

.supporto .collapse-body .servizio-PLUS .box-visual {  left: 44em; }

.supporto .collapse-body .box-tondo .caption { text-align: center;  }
.supporto .collapse-body .box-tondo .action { font-size: 1.5em; }

.supporto .collapse-body .tendina-body  { padding-top: 1em; }

/*TESTIMONIANZE*/
.testimonianze  { border-bottom: 1px solid var(--cLWhite); }
.testimonianze .layout-avatar {
  background: transparent url("../images/tertimonianze_fascia.jpg") no-repeat scroll bottom left / cover; 
  background-color: var(--cLWhite);
}

.testimonianze .layout-avatar .box-avatar { cursor: pointer; }
.testimonianze .layout-avatar .box-avatar.active img {
/*  -webkit-filter: hue-rotate(300deg);*/
/*  filter: hue-rotate(300deg);*/
/*  -webkit-filter: blur(1px);*/
/*  filter: blur(1px);*/
  opacity: 0.4;
}
.testimonianze .layout-avatar .box-avatar .btn-actions:hover,
.testimonianze .layout-avatar .box-avatar.active .btn-actions { color: var(--cLBlack) !important; }

.testimonianze .tendina-body .box-body { padding-bottom: 2em; }

/*CONTATTI*/
.contatti {} 

.contatti .webform-client-form .form-actions .form-submit { 
  border: 2px solid var(--cWhite) !important;
  background-color: var(--cArancio) !important;
  color: var(--cWhite) !important;
  font-size: 0.8em !important;
  padding: 0.8em 1em !important;
  font-weight: 700 !important;
  width: 28em;
  line-height: 1.3;
}

.contatti .webform-client-form .form-actions .form-submit .icon-custom:before { color: var(--cWhite) !important; }

.contatti .webform-client-form .form-actions .form-submit:hover {
  background-color: var(--cLArancio) !important;
  border-color: var(--cWhite) !important; 
  color: var(--cWhite) !important;
}

/*SCARICA*/
.scarica .visual { text-align: center;  }

/*VIDEO*/
.video {  }

.video .caption {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video .play.on img:hover { 
  -webkit-filter: invert(.2);
  -moz-filter: invert(.2);  
  -o-filter: invert(.2);  
  -ms-filter: invert(.2);  
  filter: invert(.2);
}


/*FOOTER*/
.footer.container { display: none; }

.footer-first .logo { text-align: right; }


/*  WEBFORM  */
/*.alert.alert-dismissible.messages { display: none; }*/

.webform-client-form p,
.webform-client-form label {  }

.webform-component,
.webform-component input,
.webform-component select,
.webform-component textarea,
.webform-client-form fieldset,
.webform-component label,
.webform-component .description
.webform-client-form .form-actions {
    font-family: 'Roboto', sans-serif;
    display: inline;
    float: left;
    margin: 0.5em 0px;
    margin: 0 0 0.5em;
    position: relative;
    font-weight: 400;
    font-size: 1em;
}

.webform-component label,
.webform-component .description {
    font-family: 'Roboto', sans-serif;
    display: inline;
    float: left;
    margin: 0 0 0.5em;
    font-size: 0.6em;
    text-transform: none;
    position: relative;
    color: var(--cDGray); 
    font-weight: 400;
    width: 100%;
    line-height: 1.3;
}

.webform-component .description { }

.webform-component input,
.webform-component select,
.webform-component textarea,
.webform-client-form fieldset {
    border: 0px solid var(--cDGray); 
    background:  none no-repeat scroll 0 0 transparent;
    background-color: var(--cWhite);
    display: inline;
    float: left;
    font-size: 0.6em;
    font-weight: 400;
    margin: 0;
    position: relative;
    padding: 0.2em 0.5em;
    padding: 0.8em 0.8em;
    height: auto;
    color: var(--cDGray); 
    -webkit-border-radius: 0px; 
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
}

.webform-component input,
.webform-component select,
.webform-component textarea { border-bottom: 1px solid var(--cDGray); }

.webform-component textarea { resize: none; }

.webform-component .form-type-checkbox,
.webform-component .form-type-radio {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    margin-top: 5px;
    width: 50%;
    float: left;
}

.webform-component .form-type-checkbox label,
.webform-component .form-type-checkbox .description,
.webform-component .form-type-radio label,
.webform-component .form-type-radio .description {
    text-transform: none;
    font-size: 0.6em;;
    color: var(--cDGray); 
    font-weight: 400;
    line-height: 1.3;
    width: 100%;
    margin: 0.2em;
    padding-left: 1.5em;
}

.webform-component .form-type-checkbox input,
.webform-component .form-type-radio input {
    margin: 0.2em 0;
    margin-left: -20px;
    margin: 0.1em 0 0.2em -25px;
    margin-left: -30px;
    width: auto; 
}

.webform-component .form-type-checkbox,
.webform-component .form-type-radio {
    width: 100%;
    width: 50%;
    width: 25%;
}

.webform-component.campo-gauges { padding-left: 2em; } 

.webform-component.campo-gauges label,
.webform-component.campo-gauges .description { font-size: 1em; }


.webform-component.campo-gauges .form-type-checkbox label, 
.webform-component.campo-gauges .form-type-checkbox .description, 
.webform-component.campo-gauges .form-type-radio label, 
.webform-component.campo-gauges .form-type-radio .description { font-size: 1em; }

.webform-component.campo-gauges label em { 
  font-weight: 700; 
  font-size: 2.5em; 
  line-height: 1; 
  color: var(--cRosso); 
  font-style: normal; 
  position: absolute;
  left: -1.5em;
}



.webform-component.special { padding-right: 0; }

.webform-component .form-control { color: var(--cDGray); }
.webform-component .form-control::-webkit-input-placeholder { color: var(--cLBlack);  } /* Chrome/Opera/Safari */
.webform-component .form-control::-moz-placeholder { color: var(--cLBlack);   } /* Firefox 19+ */ 
.webform-component .form-control:-ms-input-placeholder { color: var(--cLBlack);   } /* IE 10+ */ 
.webform-component .form-control:-moz-placeholder { color: var(--cLBlack);   } /* Firefox 18- */

.webform-client-form fieldset { background: none; border: none; box-shadow: none; margin: 0; }
.webform-client-form .panel-body { padding: 0; }

.webform-component.webform-component-markup { width: 100%; margin-top: 0; padding: 0 15px; }

.container-visual .webform-component.webform-component-markup { padding: 0px; }

.webform-component-markup.webform-component--campi { width: 100%; text-align: left; margin-bottom: 1em; margin-top: 0.3em;}

.webform-component-markup .campi { font-weight: 400; font-size: 0.6em; margin: 0.2em;}

.webform-component.privacy .form-type-checkbox, 
.webform-component.privacy .form-type-radio { width: 100%; }

.webform-component.privacy { margin: 1em 0 0; position: relative; }
.webform-component.privacy a  { color: var(--cCiano); font-weight: 400; text-decoration: underline; }

.webform-component.privacy .control-label { 
  text-transform: none;
  font-size: 0.6em;
  line-height: 1.3;
  font-weight: 400;
  color: var(--cDGray);
  margin-left: 15px;
}


.webform-client-form .form-actions { 
  position: relative;
  text-align: right;
  float: right;
  width: 100%;
  margin: 0.5em 0 0;
  padding: 0; 
  width: 100%;
  top: -1em;
}

.webform-client-form .form-actions .webform-next.form-submit,
.webform-client-form .form-actions .webform-previous.form-submit,
.webform-client-form .form-actions .form-submit {  margin-top: 0em; left: 0em; }


.webform-client-form .form-actions .webform-next.form-submit,
.webform-client-form .form-actions .webform-previous.form-submit { padding-right: 0; }

.webform-client-form .form-actions .webform-next.form-submit { }

.webform-client-form .form-actions .webform-next.form-submit:hover {  }

.webform-client-form .form-actions .webform-previous { display: none; }


.webform-client-form .form-actions .form-submit { 
  font-family: 'Roboto', sans-serif;
/*  border: none;*/
/*  color: var(--cDBlu) !important;*/
  font-size: 1em;
  padding: 0.5em 2.5em;
  text-shadow: none;
  text-transform: none;
  font-weight: 400;
  z-index: 1;
  text-transform: uppercase;
/*  border-radius: 0;*/
/*  background: var(--cDBlu) none no-repeat scroll 0 0;*/
  position: relative;
  outline: none;
  width: auto;
  right: 1em;

}

.webform-client-form .form-actions .form-submit:hover {   }


/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

.img-responsive { display: inline-block; }


    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 300px) {

        body { font-size: 18px; }

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

        body { font-size: 19px; }
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

        body { font-size: 15px; }

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

        body { font-size: 20px; }

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

        body { font-size: 25px; }

    }


    /*==========  Non-Mobile First Method  ==========*/


    /* Large Devices, Wide Screens LG */
    @media only screen and (max-width : 1200px) {

/*      #g1 {  width: 15em;  height: 13em; }*/


    }

    /* Medium Devices, Laptop MD*/
    @media (min-width: 992px) and (max-width: 1199px) { 

        /*EMERGENZA*/
        .emergenza .visual .box .absolute.voce .bullet img { left: -1.3em; top: -0.7em; }
        .emergenza .visual .box .absolute.voce.even .bullet img { right: -1.3em; top: -0.7em; }
        .emergenza .visual .box .absolute.dottore { top: -0.8em; }

        /*SFIDA*/
        .sfida .layout-bullet .point .absolute {top: -0.3em; }

        /*CERTIFICAZIONE*/
        .certificazione .row-caption .box-legend .chiudi { right: 0; }
        .certificazione .row-caption .box-legend .legend { top: 0.5em; }

        /*SUPPORTO*/
        .supporto .collapse-body .box-tondo { left: 9.5em; }
        .supporto .collapse-body .box-tondo:first-child { left: 0; position: relative; }
        .supporto .collapse-body .box-tondo3 { left: 18.5em; }

        .supporto .collapse-body .box-tondo-big {  top: -0.5em; left: 27.2em; }

        .supporto .collapse-body .box-linea { width: 4em; left: 7.5em; }
        .supporto .collapse-body .box-linea img { top: 4.3em; left: -1.2em; }
        .supporto .collapse-body .box-linea2 { left: 16.5em }
        .supporto .collapse-body .box-linea3 { left: 26em; }
        .supporto .collapse-body .box-linea4 { left: 38.5em; }

        .supporto .collapse-body .box-visual { left: 41em; top: 1em; }

        .supporto .collapse-body .servizio-PLUS .box-linea { width: 3em; left: 8.5em;  top: 0.5em;  }
        .supporto .collapse-body .servizio-PLUS .box-linea2 { left: 15.5em; }
        .supporto .collapse-body .servizio-PLUS .box-linea3 { left: 22.5em; }
        .supporto .collapse-body .servizio-PLUS .box-linea4 { left: 29.5em; }
        .supporto .collapse-body .servizio-PLUS .box-linea5 { left: 43em; }

        .supporto .collapse-body .servizio-PLUS .box-tondo-big { left: 28.1em; }

        .supporto .collapse-body .servizio-PLUS .box-visual { left: 43em; top: 2em; }

    }

    /*HOOK EXPLORER11*/
    @media (min-width: 992px) and (max-width: 1199px) and (-ms-high-contrast:none) { 
      .emergenza .visual .box .absolute.dottore { top: -2.5em; left: -2em; }
      .emergenza .visual .box .absolute.dottore img { max-width: 90%; }
    }


    /* Medium Devices, Desktops MD*/
    @media only screen and (max-width : 991px) {

        /*SUPPORTO*/
        .supporto .collapse-body .box-corpo { display: none !important; }
        .supporto .collapse-body .tendina-body { display: block !important; }

        .supporto .collapse-body .box-body p { font-size: 1.2em; }
        .supporto .collapse-body .box-body .h5 { font-size: 1.2em; }

        /*WEBFORM*/
        .webform-component input, 
        .webform-component select, 
        .webform-component textarea, 
        .webform-client-form fieldset { font-size: 0.8em; }

        .webform-component-markup .campi,
        .webform-component.privacy .control-label { font-size: 0.8em; }

    }

    /*HOOK EXPLORER11*/
    @media only screen and (max-width : 991px) and (-ms-high-contrast:none) { 
      .emergenza .visual .box .absolute.dottore { top: -1.8em; left: -5em; }
      .emergenza .visual .box .absolute.dottore img { max-width: 65%; }
    }


    /* Portrait tablets and small desktops */
    @media (min-width: 768px) and (max-width: 991px) {

        /*STRUCTURE*/
        #g1 svg text:nth-child(4n-2) {
          transform: translate(0em,2.5em);
          -ms-transform: translate(0em,2.5em); /* IE 9 */
          -webkit-transform: translate(0em,2.5em); /* Safari and Chrome */
          -o-transform: translate(0em,2.5em); /* Opera */
          -moz-transform: translate(0em,2.5em); /* Firefox */
        }

        /*EMERGENZA*/
        .emergenza .visual .box .absolute.voce .bullet img { left: -1.3em; top: -0.5em; width: 1.5em;}
        .emergenza .visual .box .absolute.voce.even .bullet img { right: -1.3em; top: -0.5em; }
        .emergenza .visual .box .absolute.dottore { top: -1.3em; }

        /*SFIDA*/
        .sfida .layout-bullet .point .absolute {top: -0.3em; }

        /*CERTIFICAZIONE*/
        .certificazione .row-caption .box-legend .chiudi { right: 0; }
        .certificazione .row-caption .box-legend .legend { top: 0.5em; }

        /*TESTIMONIANZE*/
        .testimonianze .layout-avatar { background-image: none; padding-bottom: 0em; }
        .testimonianze .tendina-body  .box-body { padding-top: 2em; }

        .testimonianze .h4 { font-size: 1.2em; }


    }

    /* Small Devices, Tablets SM*/
    @media only screen and (max-width : 767px) {

        .xs-d-flexr-column { flex-direction: column-reverse; }

        br { display: none; }

        ol.list-unstyled { padding: 0; }


        /*STRUCTURE*/
       .container-gauges  { width: 18em; }
        #g1 { width: 100%; }

        #g1 svg text:nth-child(4n-2) {
          transform: translate(0em,2.2em);
          -ms-transform: translate(0em,2.2em); /* IE 9 */
          -webkit-transform: translate(0em,2.2em); /* Safari and Chrome */
          -o-transform: translate(0em,2.2em); /* Opera */
          -moz-transform: translate(0em,2.2em); /* Firefox */
        }

        /*TOP*/
        .top .row-loghi img { max-width: 80%; }

        /*HEADER*/
        .header { padding-top: 2em; padding-bottom: 6em; }
        .header .visual .image {
            width: 70%;
            top: 2em;
            left: 3em;
        }

        /*EMERGENZA*/
        .emergenza .layout-mobile .row-caption { text-align: center; }
        .emergenza .layout-mobile .row-caption .h4 { font-size: 1em; }

        /*TUTELA*/
        .tutela { padding-bottom: 0; }

        /*CERTIFICAZIONE*/
        .certificazione .row-caption .box-legend { left: 0px; }

        /*STRUMENTO*/
        .strumento {  background-image: none; }
        .strumento .box-left, .strumento .box-left { padding-bottom: 0; }

        /*TESTIMONIANZE*/
        .testimonianze .layout-avatar { background-image: none; padding-bottom: 0; }
        .testimonianze .h4 { font-size: 1.1em; }

        .testimonianze .box-avatar .box-body { padding: 0; }
        .testimonianze .box-avatar .box-body .h4 { font-size: 1em; }

        /*CONTATTI*/
        .contatti, 
        .contatti .sez-modulo  { padding-bottom: 0; padding-top: 1em; }
        .contatti .layout-modulo,
        .contatti .layout-modulo .region-content { padding-left: 0; padding-right: 0; }
        .contatti .webform-client-form .form-actions .form-submit {  width: 100%; }

        .contatti .layout-modulo .row-modulo .row1 { text-align: center; padding-bottom: 1em;  }

        .contatti .webform-client-form .form-actions .form-submit {
            border: 0px solid var(--cWhite) !important;
            border-bottom: 2px solid var(--cWhite) !important; 
        }

        /*SCARICA*/
        .scarica .caption { text-align: center;  }
        .scarica .visual img { max-width: 70%;  }

        /*VIDEO*/
        .video .layout-video .iframe img { min-height: 14em; }
        .video .layout-video .play img { max-width: 70%; }

        /*WEBFORM*/
        .webform-component .form-type-checkbox,
        .webform-component .form-type-radio { width: 50%; }

        .webform-component.campo-gauges .form-type-radio:first-child { text-align: right; padding-right: 2em; }
        .webform-component.campo-gauges label em { font-size: 1.5em; position: absolute; left: -1.5em; }

        .webform-client-form .form-actions { text-align: center; }

        .webform-client-form .form-actions .webform-next.form-submit,
        .webform-client-form .form-actions .webform-previous.form-submit { padding: 0.5em 2.5em; }

        .webform-component-markup.webform-component--campi {
            width: 100%;
            text-align: left;
            margin-bottom: 1em;
            margin-top: 1em;
        }

    }

    /* Mobile Large, Extra Small Devices, Phones XS*/ 
    @media only screen and (max-width : 480px) {

        /*STRUCTURE*/
       .container-gauges  { width: 100%; }


    }

    /* Mobile Medium, iPhone Retina */ 
    @media only screen and (max-width : 375px) {


    }

    /* Mobile Small, Custom iPhone Retina */ 
    @media only screen and (max-width : 320px) {


    }

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) {  }

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) {  }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) {  }


@media (max-width: @screen-xs-max) {  }
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {  }
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) {  }
@media (min-width: @screen-lg-min) {  }

    /*==========  CROSS BROWSER  ==========*/

/*HOOK EXPLORER11*/
@media all and (-ms-high-contrast:none) { 

}


