/*:root {
  --verdechiaro:#68b4a1;
  --verdescuro:#659d90;
  --fontprincipale:'Nunito Sans', sans-serif;  
  --fonttitoli:'Playfair Display', serif;
  --fontistituzionale:'Kaushan Script', cursive; 
}*/
:root {
  --font-principale: 'Be Vietnam Pro', sans-serif;
  --font-secondario: 'Prata', serif;
  --colore-principale: #5D6F67;
  --colore-testi: #1E2019;
}

html {
  font-size: 16px;
}

body {
  font-family: var(--font-principale)!important; font-weight:300; font-size:15px;
  font-size: 16px;
  color: #9e9e9e;
  background-color: #fff;
  overflow-x: hidden;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row.groupform {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.row.topmenu {
  display: flex;
  align-items: center;
}

.col-md-12,
.col-sm-10,
.col-sm-2,
.col-sm-3,
.col-xs-4,
.col-xs-6,
.col-xs-8 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-4,
.col-xs-6,
.col-xs-8 {
  float: left;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-4 {
  width: 33.33333333%;
}

@media (min-width:768px) {
  .col-sm-10,
  .col-sm-2,
  .col-sm-3 {
    float: left;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

}

@media (min-width:992px) {
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }
}

@media (min-width:768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
  }


}

.container-fluid>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width:768px) {
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

@media (min-width:768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
}

.media-left {
  padding-right: 10px;
}

.media-left {
  display: table-cell;
  vertical-align: top;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  -o-transform: translate(0,-25%);
  transform: translate(0,-25%);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }
}

.container-fluid:after,
.container-fluid:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.container-fluid:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.row:after {
  clear: both;
}

.pull-left {
  float: left!important;
}

@-ms-viewport {
  width: device-width;
}

.visible-lg {
  display: none!important;
}

@media (min-width:1200px) {
  .visible-lg {
    display: block!important;
  }
}

@media (max-width:767px) {
  .hidden-xs {
    display: none!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none!important;
  }
}

@media (min-width:1200px) {
  .hidden-lg {
    display: none!important;
  }
}


div,
p,
span,
img {
  margin: 0;
  padding: 0;
}


.checkbox-inline, .radio-inline {margin-left: 13px;margin-top: 10px;}

.box-interno {
    max-width: 968px;
    margin: 0px auto;
}

label {
  font-weight: 700;
  font-size: 16px;
  color: #393939;
}

#box-tab {
  height: 95px;
}

.logo_b2b {
  margin: 10px 0 5px 0;
}

.logo_b2b img {
  /*width: 300px;*/
  width: 200px;
  aspect-ratio: 2.7/1;
}
.logo_b2b.mobile {
  display: none;
}
.logo_b2b.mobile img {
  width: 130px;
  aspect-ratio: 2.7/1;
  margin-top: 1em;
}

.formBox {/*margin: 20px 0;*/}

.label_text {
  font-size: 14px;
  /*color: #393939;*/
  color: var(--colore-testi);
  font-weight: 300;
  margin-bottom: 2px;
  text-align: left;
}

input.form_testo {
  width: 100%;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: transparent;
  outline: none;
  /*border: 1px solid #dfe1ea;
  border-radius: 20px;*/
  border: 0;
  border-bottom: 1px solid var(--colore-testi);
  margin-bottom: 30px;
}
.group_main_label {
  margin: 30px auto 50px auto;
  font-size: 25px;
  color: var(--colore-testi);
  font-family: var(--font-principale);
  font-weight: 400;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.3;
}

#footer-b2b {
  width: 100%;
  background: #f5f5f5;
  padding: 40px 0;
  margin-top: 70px;
  text-align: center;
}
.gia-cliente {
  text-align: center;
  font-size: 25px;
  font-family: var(--fonttitoli);
  line-height: 1.3;
  color: #393939;
  font-weight: 400;
}

.bottone-gia-cliente {
  border: 1px solid #000;
  border-radius: 5px;
  background: #fff;
  padding: 15px;
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 16px;
  text-transform: uppercase;
  cursor: hand;
  cursor: pointer;
}

.bottone-gia-cliente a {
  color: #000;
}

.bottone-gia-cliente:hover {
  border: 1px solid #000;
}

.bottone-gia-cliente a:hover {
  color: #000;
  text-decoration: underline;
}

select {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  /*height: 54px;*/
  font-size: 16px;
  border: 1px solid #dfe1ea;
  display: block;
  color: #555;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 18px!important;
}

optgroup, select, textarea {color:#9e9e9e!important;}


.form_bottone {
  /*width: 100%;*/
  width: 40%;
  height: 50px;
  border: none;
  outline: none;
  /*background: #0e8675;*/
  background-color: var(--colore-principale);
  color: #fff;
  margin-top: 30px;
  border-radius: 5px;
  font-size: 16px;
  text-transform: uppercase;
  border: 0;
  padding: 10px;
  -moz-transition-property: background;
  -moz-transition-duration: 1s;
  -webkit-transition-property: background;
  -webkit-transition-duration: 1s;
  -o-transition-property: background;
  -o-transition-duration: 1s;
  transition-property: background;
  transition-duration: 1s;
}


.form_bottone:hover {
  /*background: var(--verdechiaro);*/
  background-color: var(--colore-principale);
  text-decoration: underline;
}
.form_bottone:disabled {
  /*background: #ccc;*/
  background-color: var(--colore-principale);
}
.altra_spedizione {
  font-size: 23px;
  color: #393939;
  font-weight: 400;
  margin-bottom: 2px;
  margin-top: 40px;
}

input[type=radio] {
  margin-right: 5px!important;
  margin-top: 1px\9;
  line-height: normal;
}

.spaziaradio {
  display: inline-block;
  margin-bottom: 40px!important;
  }


.header_image{
  width: 100%;
  height: 400px;
  /*background-position: center;
  background-size: cover;
  position: relative;
  background-image:url('/img/public/tpl/bg_horeca.jpg');*/
}

.layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  /*background: rgba(0,0,0,.2);*/
}

.testi-1 {
  color: #666;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.6;
}

.testi-2 {
  color: #666;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}

.spazia-testo {
  margin-top: 25px;
}

.spazia-testo-2 {
  margin-top: 15px;
}

.spazia-1 {
  margin-top: 70px;
}

.box-interno h2, .titoletto {
  font-family: var(--fontistituzionale);
  text-align: center;
  font-size: 35px;
  line-height: 1.3;
  color: #393939;
  font-weight: 400;
  margin: 0;
}

.box-interno h3 {
  font-size: 27px;
  font-family: var(--fonttitoli);
  color: var(--verdechiaro);
  font-weight: 400;
  margin: 0;
}

.posiziona-h1 {
  /*position: absolute;*/
  width: 100%;
  height: 100%;
  display: table;
}

.posiziona-h1 h1 {
  font-family: var(--font-secondario);
  font-size: 36px;
  color: var(--colore-testi);
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.bg-box {
  background-color: #f9f6f7;
}

.spazia-box {
  padding: 80px 0!important;
}

.iconcina-fornitori {
  color: var(--verdechiaro);
  margin-bottom: 15px;
}

.landBulletSection .row:last-child, .landBulletSection {
  position: relative;
}

.landBulletStep {
  background: var(--verdechiaro);
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 30px;
}

.landBulletSection .row:last-child:before {
  content: "";
  position: absolute;
  width: 100%;
  margin: auto;
  top: 25px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #0e8675;
}

.landBulletStep div {
  border: 1px solid #fff;
  width: 44px;
  height: 44px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.landBulletSection {
  padding-bottom: 0px !important;
}
.bullet-section-v {
  width: 88%;
  margin: auto;
}

.tipologia-produzione {
  color: #666;
  font-size: 14px;
  line-height: 2.3;
}

.sottotitolo {
  font-size: 20px;
  color: var(--verdechiaro);
}

.titoletto-verde {
  text-align: center;
  font-size: 25px;
  font-family: var(--fonttitoli);
  color: var(--verdechiaro);
  font-weight: 400;
  margin-top: 10px;
}

.titoletto-verde-2 {
  font-family: var(--fontistituzionale);
  text-align: center;
  font-size: 32px;
  color: var(--verdechiaro);
  font-weight: 400;
  line-height: 1.1;
}

ul.testi-2 {line-height: 1.8;}

.box-bottone-accedi {text-align: right;}
.bottone-accedi {/*background: var(--colore-principale); border-radius: 5px;*/ padding: 10px; text-transform: uppercase; /*font-size: 17px; 
  text-transform: uppercase; font-weight: 700; color: #fff;*/ font-size: 12px; font-weight: 400; color: var(--colore-principale); display: inline-block; margin-top: 3rem; margin-right: 1.5rem;}
.bottone-accedi:hover {/*color: #fff;*/ color: var(--colore-principale); text-decoration:underline; /*background: var(--colore-principale); -moz-transition-duration: .5s; -webkit-transition-property: background;
  -webkit-transition-duration: .5s; -o-transition-property: background; -o-transition-duration: .5s; transition-property: background; 
  transition-duration: .5s;*/}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none!important;
}

.th-verde {
  font-size: 18px;
  color: var(--verdechiaro);
  font-weight: 300;
}

.th-grigio {
  font-size: 18px;
  color:#393939;
  font-weight: 300;
}

.verde {
  color: var(--verdechiaro);
}

.grigio {
  color:#393939;
}

.table>thead>tr>th {border-top:0!important; border-bottom: 2px solid #fff!important;}
.table>tbody>tr>td {border-bottom: 1px solid #f9f6f7; border-top:0!important;}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {vertical-align: center!important;}

.img-icona {width: 150px;}

/* Ipad Landscape */
@media only screen
and (min-width: 768px)
and (max-width: 1024px)
and (orientation: landscape) {
.box-bottone-accedi {text-align: right;}
.bottone-accedi {width: 90%; margin-left:0; text-align: center;}
.img-icona {width: 100px;}
}


/* Mobile Portrait */
@media only screen
  and (min-width: 320px)
  and (max-width: 812px)
  and (orientation: portrait) {
.box-bottone-accedi {text-align: center;}
.bottone-accedi {/*width: 90%; margin:5%; text-align: center;*/ display: none;}
.img-icona { width: 100px; margin-top: 20px;}
.row.groupform, .row.topmenu { display: block;}
.form_bottone { width: 90%;}
.logo_b2b.desktop { display: none;}
.logo_b2b.mobile { display: block;}
.posiziona-h1 { height: 50%;}
.posiziona-h1 h1 { font-size: 30px;}
#footer-b2b {margin-top: 50px;}
}

/* Mobile Landscape */
@media only screen
  and (min-width: 320px)
  and (max-width: 812px)
  and (orientation: landscape) {
.box-bottone-accedi {text-align: center;}   
.bottone-accedi {/*width: 80%; text-align: center; margin: 3% 10%;*/ display: none;}
.row.groupform,
.row.topmenu { display: block;}
.logo_b2b.desktop { display: none;}
.logo_b2b.mobile {display: block;}
.posiziona-h1 { height: 50%;}
.posiziona-h1 h1 { font-size: 30px;}
#footer-b2b { margin-top: 50px;}
}

@media only screen
and (min-width: 320px)
and (max-width: 812px)
and (orientation: portrait) {
.landBulletSection .row:last-child:before {background: #f9f6f7;}
.landBulletStep {margin-top: 30px;}
.spazia-box {padding: 60px 0 !important;}
.spazia-1 {margin-top: 40px;}
.box-interno h3 {font-size: 25px;}
.titoletto-verde-2 {font-size: 27px;}
.box-interno h2, .titoletto {font-size: 28px;}

}
