/**
 * 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=Poppins:wght@300;400;500&display=swap');

:root {
    --cLCiano: #F0FBFF;    
    --cCiano: #00BBEE;
    --cDCiano: #007CB4;
    --cLGray: #F7F8F9;    
    --cGray: #ACBBC3;    
    --cDGray: #6C7581;
    --cBlack: #0C233B;
    --cWhite: #FFFFFF;
}


/* SYSTEM */

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

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

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

.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;}
.nomargin-top { margin-top: 0;}
.nomargin-bottom { margin-bottom: 0;}
.h-100 { height: 100%; }
.w-100 { width: 100%; }
.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: transparent none no-repeat scroll 0 0;
    background-color: var(--cWhite); 
    font: 16px/1.4 Arial,Helvetica,sans-serif;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--cBlack);
    margin: 0px 0px;
}

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

h1, .h1 { font-weight: 400; font-size: 3.809em; line-height: 1.1; } /*80*/

h2.custom, .h2.custom { font-weight: 400; font-size: 2.285em; line-height: 1.1; } /*48*/

h2, .h2 { font-weight: 400; font-size: 1.904em; line-height: 1.1; } /*40*/

h3, .h3 { font-weight: 400; font-size: 1.523em; line-height: 1.4; } /*32*/

h4, .h4 { font-weight: 400;  font-size: 1.142em; line-height: 1.4; } /*24*/

h5, .h5 { font-weight: 400;  font-size: 0.809em; line-height: 1.4; } /*17*/

h6, .h6 { font-weight: 400;  font-size: 0.666em; line-height: 1.4; } /*14*/

h6.custom, .h6.custom { font-weight: 400;  font-size: 0.571em; line-height: 1.4; } /*12*/


p, ul ol { 
  font-family: 'Poppins', sans-serif;
  font-size: 1em;
  color: var(--cBlack);
  line-height: 1.4;
  font-weight: 400;
  margin-top: 0px;
}

ul, ol {}


ul.bullet-image {  list-style: outside url("../images/arrow.png") none; padding-left: 3em; }
ul.list-unstyled {  list-style: outside none none; padding-left: 2em; }
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 {
    content: "■";
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    float: left;
    margin-top: -3px;
    margin-left: -1.5em;
    color: var(--cCiano);
}

ol.list-increment { counter-reset: item; padding-left: 0em; }
ol.list-increment li { display: block; }
ol.list-increment li:before { font-weight: 400; content: counters(item, ".") ". "; counter-increment: item;  }

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; 
 -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(--cCiano); text-decoration: none; border-bottom: 1px solid transparent; }

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

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

.marker, .form-required, .request { color: var(--cBlack); }

.evidenza { color: var(--cCiano); }
.LCiano { color: var(--cLCiano); }
.Ciano { color: var(--cCiano); }
.DCiano { color: var(--cDCiano); }
.LGray { color: var(--cLGray); }
.Gray { color: var(--cGray); }
.DGray { color: var(--cDGray); }
.White { color: var(--cWhite); }
.Black, .CText { color: var(--cBlack); }

.fprimary { font-family: 'Poppins', sans-serif; }

.bgLCiano { background-color: var(--cLCiano); }
.bgCiano { background-color: var(--cCiano); }
.bgDCiano { background-color: var(--cDCiano); }
.bgLGray { background-color: var(--cLGray); }
.bgGray { background-color: var(--cGray); }
.bgDGray { color: var(--cDGray); }
.bgWhite { background-color: var(--cWhite); }
.bgBlack { background-color: var(--cBlack); }

strong,b { font-weight: 700; font-weight: 500; }

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

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

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

.btn,
.btn-primary, .btn-secondary { 
  border: 1px solid var(--cCiano) !important;
  background-color: transparent;
  font-family: 'Poppins', sans-serif;
  font-size: 1em; 
  font-weight: 400;
  color: var(--cCiano) !important;
  padding: 1em 2em;
  -webkit-border-radius: 25px; 
  -moz-border-radius: 25px;
  border-radius: 25px;
  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;
}

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

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

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


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

.btn-secondary:hover {
  background-color: var(--cBlack) !important;
  border-color: var(--cBlack) !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;*/

  top: 5px;
}

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

.btn-plus svg {
  position: relative;
  top: 0.2em;
  width: 2em;
/*  height: 2em;*/
}

.btn-plus svg .cls-1 { 
  fill: var(--cCiano); 
  fill-rule: evenodd; 
  -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; 
}
.btn-plus svg .cls-2 { fill: var(--cWhite); }

.btn-plus:hover svg .cls-1 { fill: var(--cDCiano); }
.btn-plus:hover svg .cls-2 { fill: var(--cWhite); }

.btn-nohover { border-color: transparent!important; }

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


.round {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.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; 
  position: relative;
  font-size: 1em !important;
  top: 8px;
  line-height: 0.5 !important;
}

.radius {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.text-vertical {
  writing-mode: tb-rl;
  transform: rotate(-180deg);
}

/* spezza la parola inserendo uno span, nel punto da spezzare */
.force-break { display: inline-flex; } 
/* rende fluido il ritorno a capo di una parola lunga */
.word-break { 
    word-break: break-word;
    overflow-wrap: break-word; 
}


.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.1 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 { 
  background: #00bbee;
  background: -moz-linear-gradient(0deg, #007cb4 0%, #00bbee 100%);
  background: -webkit-linear-gradient(0deg, #007cb4 0%, #00bbee 100%);
  background: linear-gradient(0deg, #007cb4 0%, #00bbee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007cb4",endColorstr="#00bbee",GradientType=1);
}

/*SCROLL-TO-TOP*/
.scroll-to-top {
    position: fixed;
    display: none;
    text-align: center;
    color: transparent;
    background: none;
    line-height: 1;
    z-index: 98;
    background: transparent;
    padding: 0;
    right: 0.5em;
    bottom: 0.5em;
    width: 2em;
    height: 2em;
    -webkit-border-radius: 0px; 
    -moz-border-radius: 0px;
    border-radius: 0px;
    -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; 
}
.scroll-to-top a { color: transparent; }
.scroll-to-top a:focus, .scroll-to-top a:hover { color: transparent; }
.scroll-to-top:hover {  -webkit-filter: invert(.2);  filter: invert(.2); }
.scroll-to-top i { color: transparent; font-size: 1em; line-height: 0; }


/* EFFECT */
.rotate45-icon:before {
  -webkit-transform:rotate(0deg); /* Chrome, iOS, Safari e Android */
  -moz-transform:rotate(0deg); /* Firefox */
  -o-transform:rotate(0deg); /* Opera */
  -ms-transform:rotate(0deg); /* IE 9 */
  transform:rotate(0deg); /* tutti i nuovi browser */
  -webkit-transition: all 0.25s 0s ease-in-out;
  -moz-transition: all 0.25s 0s ease-in-out;
  -o-transition: all 0.25s 0s ease-in-out;
  -ms-transition: all 0.25s 0s ease-in-out;
  transition: all 0.25s 0s ease-in-out;
}

/* .rotate-icon:hover:before, */
/* .btn-actions:hover .rotate-icon:before, */
.active .rotate45-icon:before {
  -webkit-transform:rotate(-90deg); /* Chrome, iOS, Safari e Android */
  -moz-transform:rotate(-90deg); /* Firefox */
  -o-transform:rotate(-90deg); /* Opera */
  -ms-transform:rotate(-90deg); /* IE 9 */
  transform:rotate(-90deg); /* tutti i nuovi browser */
}


.rotate90-icon:before {
  -webkit-transform:rotate(0deg); /* Chrome, iOS, Safari e Android */
  -moz-transform:rotate(0deg); /* Firefox */
  -o-transform:rotate(0deg); /* Opera */
  -ms-transform:rotate(0deg); /* IE 9 */
  transform:rotate(0deg); /* tutti i nuovi browser */
  -webkit-transition: all 0.25s 0s ease-in-out;
  -moz-transition: all 0.25s 0s ease-in-out;
  -o-transition: all 0.25s 0s ease-in-out;
  -ms-transition: all 0.25s 0s ease-in-out;
  transition: all 0.25s 0s ease-in-out;
}

/* .rotate-icon:hover:before, */
/* .btn-actions:hover .rotate-icon:before, */
.active .rotate90-icon:before {
  -webkit-transform:rotate(180deg); /* Chrome, iOS, Safari e Android */
  -moz-transform:rotate(180deg); /* Firefox */
  -o-transform:rotate(180deg); /* Opera */
  -ms-transform:rotate(180deg); /* IE 9 */
  transform:rotate(180deg); /* tutti i nuovi browser */
}
/* END EFFECT */

/* SCROLL-DOWN */
.scroll-down {
  bottom: 0;
  height: 100px;
  left: 0;
  left: auto;
  margin: 0 auto;
  position: absolute;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1;
}

.scroll-down-text {
  color: var(--cLCiano);
  font-weight: 700;
  position: relative;
  top: -3em;
  -webkit-transform: matrix(0, 1, -1, 0, 0, 0);
  -moz-transform: matrix(0, 1, -1, 0, 0, 0);
  -o-transform: matrix(0, 1, -1, 0, 0, 0);
  -ms-transform: matrix(0, 1, -1, 0, 0, 0);
  transform: matrix(0, 1, -1, 0, 0, 0);
}

.scroll-down-bar {
  background-color: var(--cWhite);
  bottom: 0;
  display: inline-block;
  height: 4em;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 1px;
}

.scroll-down-bar::before {
  -webkit-animation: scrollDown 1.5s infinite;
  -moz-animation: scrollDown 1.5s infinite;
  -o-animation: scrollDown 1.5s infinite;
  -ms-animation: scrollDown 1.5s infinite;
  animation: scrollDown 1.5s infinite;
  background-color: var(--cCiano);
  opacity: 0.3;
  content: '';
  display: inline-block;
  height: 2em;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 1;
}

@-webkit-keyframes scrollDown {
  0% {
    transform: translate3d(0, -32px, 0);
  }
  
  50% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0);
  }
  
  100% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 65px, 0);
  }
}

@keyframes scrollDown {
  0% {
    transform: translate3d(0, -32px, 0);
  }
  
  50% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0);
  }
  
  100% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 65px, 0);
  }
}

/* FANCYBOX */
.fancybox-inner { overflow-x: hidden !important; }
.fancybox-overlay { background-color: var(--cBlack); }

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

br { display: block; }
br.sm { display: none; }
br.xs { display: none; }

.bottone { text-align: center; }
.bottone span {
  position: relative;
  left: -0.5em;
}

/* TOP */
.top {
  background: transparent none scroll no-repeat 0 0 /cover;
  background-color: rgb(240, 251, 255, 0.7);  
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);  
  padding: 0.5em 0;
  opacity: 1;

  position: fixed;
  z-index: 100;
  width: 100%;
  overflow: hidden;

}

.top .logo { text-align: right; }
.top .logo img { max-width: 4em; position: relative; z-index: 1;  }




/* HEADER */
.header { padding-top: 6em; position: relative;
  max-height: 45em;
}

.header .layout-header .box-title { position: relative; z-index: 1; }
.header .layout-header .box-title .scopri a { color: var(--cWhite); }
.header .layout-header .box-title .scopri a:hover { border-color: var(--cWhite);  }

.header {
  /* min-height: 45em; */
  /* height: 100vh; */
  /* padding-bottom: 0; */
}
.header .layout-header .box-title {
  /* margin-bottom: auto; */
  /* margin-top: 0; */
}
.header .layout-header .box-visual {
  /* margin-bottom: 0; */
  /* margin-top: auto; */
}

.header .row-bomaggio .tasto { font-size: 0.85em; }
.header .row-bomaggio .tasto a:hover,
.header .row-bomaggio .tasto.btn-secondary:hover {
  color: var(--cWhite)!important;   
}
.header .row-bomaggio .tasto.btn-secondary:hover { cursor: auto; }
.header .row-bomaggio .tasto .icon { top: -0.2em; top: 0em; position: relative; }

.header .row-caption .box-visual { position: relative; top: -4em; top: -3em; z-index: 0;  }

/* INFO */
.info { padding-top: 14em; }


/* TENDINA */
.grid-tendina .box-tendina {  }
.grid-tendina .btn-actions {
  padding: 1em 0;
  cursor: pointer; 
  border-bottom: 1px solid var(--cGray);
}

.grid-tendina .box-header .box-caption { margin: auto auto auto 0; max-width: 80%; }
.grid-tendina .box-header .box-icona { margin: auto 0 auto 1em; margin: auto 0 0 1em; }

.grid-tendina .box-header .box-caption .caption { color: var(--cDCiano); }

.grid-tendina .box-header.active .caption,
.grid-tendina .box-header:hover .caption { color: var(--cBlack); }

.grid-tendina .box-header.active .caption {  }


.grid-tendina .box-header .box-icona .icona { color: var(--cCiano); }

.grid-tendina .body-collapse { }

.grid-tendina .box-body { }

.grid-tendina .box-body .box-caption { text-align: center; margin: auto 0; }

.grid-tendina .box-body .btn-close { cursor: pointer; }


/* OMAGGIO */
.omaggio .wrapper-omaggio  { 
  background: transparent url(../images/omaggio_bg.png) scroll no-repeat top center / cover;
  padding-left: 15px; 
  padding-right: 15px; 
  margin: 0 15px;
}

.omaggio .wrapper-omaggio .wrapper-float  { 
  background: transparent url(../images/omaggio_bagliore.png) scroll no-repeat center center / cover;
  position: absolute;
  top: -3em;
  right: 2em;
  z-index: 2;
  padding: 5em;
}

.omaggio .wrapper-omaggio .visual {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center center; /* top bottom */
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.25s 0s ease-in-out;
  -moz-transition: all 0.25s 0s ease-in-out;
  -o-transition: all 0.25s 0s ease-in-out;
  -ms-transition: all 0.25s 0s ease-in-out;
  transition: all 0.25s 0s ease-in-out;
}

.omaggio .wrapper-omaggio .box-visual:hover .visual {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}


/* CONTATTI */
.contatti .form-popup { display: none; }

/* .contatti .row-head .box-caption { text-align: right; } */




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

.footer-first .wrapper-iubenda { text-align: left; }

.footer-first .wrapper-iubenda a { color: var(--cBlack); }

.footer-first .box-caption { padding-left: 0; padding-right: 0;  }
.footer-first .box-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: 'Poppins', sans-serif;
    display: inline;
    float: left;
    margin: 0.5em 0px;
    position: relative;
    font-weight: 400;
    font-size: 1em;
}

.webform-component label,
.webform-component .description {
    font-family: 'Poppins', sans-serif;
    display: inline;
    float: left;
    margin: 1em 0 0.5em;
    font-size: 1em;
    font-size: 0.809em;
    text-transform: none;
    position: relative;
    color: var(--cBlack);
    font-weight: 500;
    width: 100%;
    line-height: 1.4;
    text-transform: uppercase;
}

.webform-component .description { }

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

.webform-component input,
.webform-component select,
.webform-component textarea { border: 0px solid var(--cBlack); }

.webform-component textarea { resize: none; margin-top: 1em; }

.webform-component .form-type-checkbox,
.webform-component .form-type-radio {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
    margin-top: 0.5em;
    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: 1em;
    font-size: 0.809em;
    color: var(--cBlack);
    font-weight: 500;
    line-height: 1.4;
    width: 100%;
    margin: 0.2em;
    padding-left: 1.5em;
    text-transform: uppercase;
}

.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;

    margin: 0em 0 0.2em -2em;
    width: 1.5em;
    height: 1.5em;

}

.webform-component .form-type-radio input {
    margin: 0em 0 0.2em -2em;
    width: 1.5em;
    height: 1.5em;
}

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

.webform-component.domanda { margin: 0em 0 0.5em;  }

.webform-component.domanda .form-type-checkbox label,
.webform-component.domanda .form-type-radio label { font-size: 0.809em; font-weight: 500; text-transform: uppercase; }

.webform-component.campo-list .form-type-checkbox,
.webform-component.campo-list .form-type-radio {
    width: 100%;
    left: 0.5em;
    margin-top: 1em;
}



.webform-component.campoform { margin: 1em 0 0;  }
.webform-component.campoform label { width: 100%; margin: 0.5em 0; }
.webform-component.campoform input,
.webform-component.campoform select,
.webform-component.campoform textarea {
  background-color: var(--cWhite);
  border: 0px solid var(--cBlack);
  font-size: 1em;
  font-size: 0.809em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
}



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

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

.webform-client-form .panel-title { font-size: 1em; }

.webform-client-form fieldset legend.panel-heading {
  float: left;
  line-height: 1.4;
  margin: 2em 0 1em;
  padding: 0;
}

.webform-client-form .panel-default>.panel-heading {
  color: var(--cBlack);
  background-color: transparent;
  border-color: transparent;
  font-weight: 500;
  font-size: 1em;
}

.webform-component.opzione .control-label em {
    clear: both;
    display: block;
    font-weight: 400;
    font-size: 0.809em;
    margin-bottom: 1em;
    margin-bottom: 0em;

    clear: unset;
    float: left;
    width: 100%;
}


.webform-component.opzione input {
    position: relative;
    left: -1.5em;
}



.webform-client-form fieldset.fieldset-modulo { }


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

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


/* .webform-component.webform-component--modulo--campi { margin: 0.5em 15px; } */

.webform-component.webform-component--campi { width: 100%; float: left; margin: 1em 15px 0em; }

.webform-component-markup .campi { font-weight: 400; font-size: 0.666em; text-align: left; }

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

.webform-component.privacy a { color: var(--cCiano); font-weight: 400; text-decoration: underline; }

.webform-component.privacy .control-label { text-transform: none; font-size: 0.666em; line-height: 1.4; font-weight: 400; color: var(--cBlack); padding-left: 2em;  width: 100%; }


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

.webform-client-form .webform-client-form-213 { }

.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 { text-transform: uppercase; }

.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: 'Poppins', sans-serif;
/*  border: none;*/
/*  color: var(--cBlack) !important;*/
  font-size: 1em;
  font-size: 0.809em;
  padding: 1em 2em;
  text-shadow: none;
  font-weight: 400;
  text-transform: uppercase;;
  z-index: 1;
/*  border-radius: 0;*/
/*  background: var(--cBlack) none no-repeat scroll 0 0;*/
  position: relative;
  outline: none;
  width: auto;
  z-index: 1;

}

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

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


/*==================================================
=            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: 16px; }

    }

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

        body { font-size: 18px; }
    
    }

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

        body { font-size: 19px; }

    }

    /* 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: 21px; }

        /* HEADER */
        .header .row-caption .box-visual { 
          top: -4em; 
          /* top: -4vh;  */
        }

    }

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

      body { font-size: 21px; }

      /* SCROLL-DOWN */
      .scroll-down { right: 10%; }

    }

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


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


    }

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

      /* HEADER */
      .header { max-height: 40em; }

      /* OMAGGIO */
      .omaggio .wrapper-omaggio .wrapper-float  { right: 4em; }


    }

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

        .bottone { text-align: center; }

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

        /* SCROLL-DOWN */
        .scroll-down { position: absolute; }

        /* INFO */
        .info .simbolo img { max-width: 7em; }
        
        /* FOOTER */
        .footer-first .logo { max-width: 10em; max-width: 8em; margin: auto 0 auto auto;  }

    }

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

        br.sm { display: block; }

        /* HEADER */
        .header { max-height: 35em; }
  
        /* INFO */
        .info { padding-top: 12em; }
  
        /* OMAGGIO */
        .omaggio .wrapper-omaggio .wrapper-float  { right: 3em; }


    }

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

        /*STRUCTURE*/
        .container-fluid.grid { padding-left: 0; padding-right: 0; }
        .xs-d-flexr-column { flex-direction: column-reverse; }

        br { display: none; }
        br.xs { display: block; }

        .bottone { text-align: center; }

        h1, .h1 { font-size: 3em; }

        h2.custom, .h2.custom { font-size: 1.904em; } 
        
        h6.custom, .h6.custom { font-size: 0.666em;  } 

        h6, .h6,
        h6.custom, .h6.custom { font-size: 0.809em; }

        .layout-mobile .box-caption { padding-top: 0; }
        .layout-mobile .box-visual { padding-top: 3em; }

        /* SCROLL-DOWN */
        .scroll-down { right: -1em;  position: absolute; }
        .scroll-down-text { top: -1.5em;}
        .scroll-down-text .h6 { font-size: 0.571em; }

        

        /* CONTATTI */
        .form-popup { padding-bottom: 0; padding-top: 0; }

        /* HEADER */
        .header { max-height: none; padding-bottom: 0; }
        .header .row-bomaggio { min-height: 7em; }
        .header .row-bomaggio .box-bomaggio { padding: 0; }
        
        .header .row-caption .box-visual { top: 0; }
  
        /*header header full*/
        /* .header .h-100 { height: 99%; } */
        .header {
          height: 100vh;
          min-height: auto;
          max-height: none;
          padding-bottom: 0;
          overflow: hidden;
        }
        .header .layout-header .box-title {
          margin-bottom: auto;
          margin-top: auto;
        }
        .header .layout-header .box-visual {
          margin-bottom: 0;
          margin-top: auto;
          top: -7em;
          /* top: 0; */
          padding: 0;
          z-index: auto;
        }  
  
  
        /* INFO */
        .info { padding-top: 3em; }

        /* CUORE */
        .cuore { padding: 0; }

        /* OMAGGIO */
        .omaggio .wrapper-omaggio .wrapper-float { right: auto; left: 30%; }

        /* FOOTER */
        .footer-first .wrapper-address { text-align: center; }        
        .footer-first .wrapper-address span {
          clear: both;
          display: block;
          font-size: 0;
        }
        .footer-first .wrapper-iubenda { text-align: center; padding-top: 1em; }
        .footer-first .wrapper-credits { text-align: center; padding-top: 1em; }
        .footer-first .box-logo { text-align: center; }
        .footer-first .logo { margin: auto; }        
        
        
        /* WEBFORM */
        /* .webform-component.webform-component--campi { width: 100%; margin: 2em 0 1em; padding: 0 15px; }
        .webform-component.privacy .control-label { width: 100%; } */
        
        .webform-client-form .form-actions { margin: 0.5em 0 0.5em; }


    }

    /* bootstrap Breakpoints*/ 
    @media only screen and (max-width : 576px) {




  }


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



    }

    /* 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) { 

}


