﻿/************************************************ GOOGLE FONT ************************************************/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Kanit:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

/************************************************ STILI DI BASE ************************************************/


body {
	
	color: #999;
	font-size: 13px;
	font-weight: 400;
	line-height: 23px;
	background: #fff;
}

#primary-nav {
  background-color: #fff;
}

.lead {
 font-size: 24px;
 color: #333;
 font-weight: 500;
}

h2 { 
    font-family: 'Muli', sans-serif;
	line-height: 29px;
	font-size: 28px;
	font-weight: 500;
}

h1 { 
	font-family: 'Muli', sans-serif;
	font-size: 38px;
	line-height: 43px;
	font-weight: 500;
}

.nav-bg-custom {
    background-color: #fff;
}

.padding-globale {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.bg-custom {
	background: #eee;
}

.testo-centrato-foto {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/******************************************** SLIM FOTO ******************************************/

.slim {
    position: relative;
    background-color: #eee;
    transition: background-color .25s;
    padding-bottom: .025px;
	font-family: 'Muli', sans-serif;
	color:#666;
	font-size: 15px;
	font-weight: 600;
}

.yellow_star {
	color: #FFCC36;
}
/******************************************** COLORE FRECCIA ************************************************************/

.sfondo_freccia { 
	color:#fff;
}

/******************************************** SFONDI CUSTOM ************************************************************/

.bg-primary {
    background-color: #dedede!important;
}

.bg-info {
    background-color: #D40000!important;
}

.bg-warning {
    background-color: #dcdfe2!important;
}
.bg-danger{
	background-color: #e8e8e8!important;
	color: #fff;
	text-align: center;
}

.bg-secondary{
	background-color: #888!important;
	font-family: 'Muli', sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

/************************************************** TABLE LIGHT ********************************************/

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #e9ecef;
}

/************************************************** MASONRY GALLERY ********************************************/

* {
  box-sizing: border-box;
}

.row_masonry {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column_masonry {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column_masonry img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column_masonry {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column_masonry {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

/************************************************ CUSTOM RADIO BUTTON *************/

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #ED5565!important;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ED5565!important;
	background-color:  #ED5565!important;
}

/************************************************ IMMAGINE HEADER CON SCRITTA E ALTEZZA FISSA *************/

.immagine-centrata-sfondo {
  background-image: url('img/header.jpg');
  min-height: 650px;
  background-position: center;
  background-size: cover;
  position: relative;
  color: white;
  font-family: 'Muli', sans-serif;
  /*font-family: "Courier New", Courier, monospace;*/
  font-weight: 500;
  line-height: 35px;
  font-size: 30px;
}

.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/************************************************ DROPDOWN MENU **********************************************/

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}



/************************************************ LINEA DIVISORIA VERTICALE  ************************************************/

.linea_verticale {
	padding-right: 50px;
    border-right: 1px solid #ccc;
}

  @media (max-width: 991px) { /* su risoluzione massima 900px */
   .linea_verticale {
	border-right: 0px solid #fff;
  }
  }

/************************************************ NAVBAR ICON ********************************************/

.navbar-toggler {
  border-style: hidden; /* Removes border color */
}
.navbar-toggler-icon {
  background-color: #fff; /* Changes regular toggle color */
}

/************************************************ GESTIONE IMMAGINI CON FORMATO DIVERSO A SECONDA DEL MONITOR ************************************************/


.visible-mobile {
  display: none !important;
}

@media (max-width: 1024px) {
  .visible-mobile {
    display: inline !important;
  }

  .hidden-mobile {
    display: none !important;
  }
}

.img-container {
  width: 37,5%;
  height: 100%;
  background-color: lightgray;
  float: left;
  background: url(http://www.bergamositoweb.it/prgrafica/img/grafica_taglio_diagonale.jpg) no-repeat center center / cover;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 0 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 0 100%);
	
         /******* % inclinazione lato sinistro, % inclinazione angolo superiore sinistro, % inclinazione angolo superiore destro, % angolo inferiore destro ********/

}

/******************************************************** IFRAME wrapper********************************************************/

.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 15px;
height: 0;
}

.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* Visualizza o nascondi su mobile DESKTOP E MOBILE */


/* Visualizza o nascondi su mobile DESKTOP E MOBILE */

.desktop {
  display: inline !important;
}

@media (max-width: 1024px) {
  .desktop {
	display: none !important;
  }
}

.mobile {
  display: none !important;
}

@media (max-width: 1024px) {
  .mobile {
	display: inline !important;
  }
}

/* Visualizza o nascondi su mobile DESKTOP E MOBILE1200 */

.desktop1200 {
  display: inline !important;
}

@media (max-width: 1200px) {
  .desktop1200 {
	display: none !important;
  }
}

.mobile1200 {
  display: none !important;
}

@media (max-width: 1200px) {
  .mobile1200 {
	display: inline !important;
  }
}


/* Visualizza o nascondi su mobile DESKTOP E MOBILE1300 */

.desktop1300 {
  display: inline !important;
}

@media (max-width: 1300px) {
  .desktop1300 {
	display: none !important;
  }
}

.mobile1300 {
  display: none !important;
}

@media (max-width: 1300px) {
  .mobile1300 {
	display: inline !important;
  }
}

@media (max-width: 1024px) {
  .mobile1300 {
	display: none !important;
  }
}

/* Visualizza o nascondi su mobile DESKTOP1500 E MOBILE1500*/

.desktop1500 {
  display: inline !important;
}

@media (max-width: 1500px) {
  .desktop1500 {
	display: none !important;
  }
}

.mobile1500 {
  display: none !important;
}

@media (max-width: 1500px) {
  .mobile1500 {
	display: inline !important;
  }
}


	
	

/************************************ EFFETTO PARALLAX SU IMMAGINI - BASTA CREARE DIV CON CLASS PARALLAX ***********************************/

.parallax {
  /* The image used */
  background-image: url("img/parallax.jpg");

  /* Set a specific height */
  min-height: 670px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  /* background-size: cover; */
}

.parallax_01 {
  /* The image used */
  background-image: url("img/parallax_01.jpg");

  /* Set a specific height */
  min-height: 670px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  /* background-size: cover; */
}

/*********************************************** OVERLAY COLORE AL PASSAGGIO DEL MOUSE SU IMMAGINI ********************************************/

.overlay_image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #111;
}

.effetto:hover .overlay_image {
  opacity: 1;
}

.effetto {
    position: relative;
    width: 100%;
}

.text_over_image {
    font-family: 'Muli', sans-serif;
    color: #fff;
    font-size: 18px;
	font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}



/***************************************************************** FOTO ELEMENTO GRAFICO *********************************************************************/

.foto_elemento-1 {
  position: relative;
  opacity: 1;
  background-position: center;
  background-size: cover;
  background-image: url("img/img_elemento_01.jpg");
  min-height: 550px;
}

.top60 {
	padding-top:60px;
}

.bottom60 {
	padding-bottom:60px;
}


/***************************************************************** zero margine su div linea divisoria *******************************************************/ 

.zeromargine {
   margin: 0px;
   padding-left: 0px;
   padding-right: 0px;
   line-height: 0px;
}

.padding-0{
    padding-right:0;
    padding-left:0;
}

/************************************************ SLIDER NUOVO (immagini, contenitore, font) ************************************************/
	

/* foto slide 1*/

.slide-home-1 {
  position: relative;
  opacity: 1;
  background-position: center;
  background-size: cover;
  background-image: url("slide/slide01.jpg");
  min-height: 710px;
}

  @media (max-width: 900px) { /* su risoluzione massima 900px */
   .slide-home-1 {
	position: relative;
	opacity: 1;
	background-position: center;
	background-size: cover;
	background-image: url("slide/slide01_mini.jpg");
	min-height: 500px;
  }
  }

/* foto slide 2*/

.slide-home-2 {
  position: relative;
  opacity: 1;
  background-position: center;
  background-size: cover;
  background-image: url("slide/slide02.jpg");
  min-height: 750px;
}

  @media (max-width: 900px) { /* su risoluzione massima 900px */
   .slide-home-2 {
	position: relative;
	opacity: 1;
	background-position: center;
	background-size: cover;
	background-image: url("slide/slide02_mini.jpg");
	min-height: 500px;
  }
  }

/* CONTENITORE testo su foto*/

.riquadro-su-foto {
  position: absolute;
  padding-top: 55px;
  padding-bottom: 55px;
  padding-left: 35px;
  padding-right: 35px;
  top: 13%;
  width: 470px;
  left: 10%;
  background-color: rgba(0, 0, 0, 0);
  /*border-bottom-right-radius: 25px;*/
  border-width: 0px;
  border-color:#666;
  -webkit-box-shadow: 0px 6px 13px 4px rgba(97,97,97,0.21);
  -moz-box-shadow: 0px 6px 13px 4px rgba(97,97,97,0.21);
  box-shadow: 0px 7px 23px 8px rgba(99,99,99,00);
}

/* titolo e paragrafi su slide */

.titolo_slide {
	font-family: 'Muli', sans-serif;
	color: #fff;
	font-size: 45px;
	font-weight: 600;
	line-height: 41px;
}

.paragrafo_slide {
	font-family: 'Muli', sans-serif;
	color: #fff;
	font-size: 21px;
	font-weight: 400;
	line-height: 23px;
}

/* BOX testo laterale */

.box_laterale {
    position: absolute;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 25px;
    padding-right: 25px;
    top: 23%;
    width: 315px;
    left: -1%;
    background-color: rgb(1, 68, 146);
    border-width: 0px;
}

.box_laterale_centrato {
    position: absolute;
    padding: 50px;
    top: 50%;
    left: 10%;
    transform: translate(-10%, -50%);
    background-color:rgba(255, 255, 255, 1);
    border-width: 0px;
	min-width:500px;
}

.box_centro_verticale_orizzontale {
	width: 450px;
	height:auto;
overflow:visible;
	background-color: #fff;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 40px;
}

@media only screen and (max-width: 1024px) {
  .box_centro_verticale_orizzontale {
   position: relative;
   width: 100%;
   height:100%;;
}
}

.box_verticale_centrato {
    position: absolute;
    padding-top: 35px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color:rgba(255, 255, 255, 1);
    border-width: 0px;
	width: 410px;
}

@media only screen and (max-width: 1024px) {
   .box_verticale_centrato {
   position: relative;
   width: 100%;
   height:100%;;
}
}

.box_verticale_centrato_basso {
    position: absolute;
    padding-top: 35px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -25%);
    background-color:rgba(255, 255, 255, 1);
    border-width: 0px;
	width: 730px;
}

/* titolo e paragrafi su box sovrapposti a immagini */

.titolo_box {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
}

.titolo_box_scuro {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
}


.paragrafo_box {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	margin-top: 11px;
	font-size: 15px;
	font-weight: 400;
	line-height: 19px;
}

.paragrafo_box_260 {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	margin-top: 11px;
	font-size: 15px;
	font-weight: 400;
	line-height: 19px;
}



/************************************************ HR ************************************************/

/* hr Large rounded border */
hr.custom {
  border: 5px solid #666;
  border-radius: 0px;
}

.hr-line-dashed {
    border-top: 1px dashed #e7eaec;
    color: #ffffff;
    background-color: #666;
    height: 1px;
    margin-bottom: 25px;
}

/************************************************ FORM TEXT ************************************************/

.form-text {
    display: block;
    margin-top: .25rem;
}



/************************************************ CONTENITORE SLIDER HOME PAGE ************************************************/

#contenitore-slider{
	background: rgba(238, 238, 238, 0.0); /* ultimo parametro indica percentuale di opacità - es. 0.3 indica 30% opaco*/
	margin-top: 40px;
	/*margin-left: 10%; */
}

@media only screen and (max-width: 1024px) {
  #contenitore-slider {
   /* visibility: hidden; */
}
}

/************************************ SIDEBAR SINISTRA PER DOWNLOAD *********************************/

.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:1000;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  z-index:1000;
}

.icon-bar a:hover {
  background-color: #000;
}

.download {
  background: #3B5998;
  color: white;
}

.diretto {
  background: #24BAF5;
  color: white;
}

.portfolio {
  background: #FF922B;
  color: white;
}

.contatti {
  background: #B20000;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.instagram {
  background: #127BB5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

/************************************ NAVBAR CUSTOM BORDER *********************************/

.custom-toggler.navbar-toggler {
    border-color: rgb(255,255,255);
}

/*************************************** DROPDONW NAVBAR PADDING ******************************/

.dropdown {
    padding-right:18px;
}

.top50 {
	padding-top:50px;
}


/***************************** PADDING *****************************************/

.padding_destro {
	padding-right: 50px;
}

.padding_destro_30 {
    padding-right: 30px;
}

/* padding home page */ 
.padding_destro_box_home {
	padding-right:15%;
}

.padding_sinistro_box_home {
	padding-left:15%;
}

.padding_destro_navbar {
	padding-right: 18px;
}

.padding_destro_medio {
	padding-right: 8px;
}

.padding_sinistro_mini {
	padding-left: 8px;
}

.padding_sinistro {
	padding-left: 50px;
}

.padding_destro_sinistro_mini {
    padding-right: 13px;
	padding-left: 13px;
}

.padding_destro_sinistro {
	padding-right: 18px;
	padding-left: 18px;
}

.padding_destro_sinistro_grande {
	padding-right: 80px;
	padding-left: 80px;
}

/***************************** PADDING % VISIBILE SOLO SU MOBILE *****************************************/

.padding_20percento_fisso {
  padding-right: 20%;
  padding-left: 20%;
}

.padding_20percento {
  padding-right: 0%;
  padding-left: 0%;
}

@media (max-width: 992px) {
  .padding_20percento {
   padding-right: 20%;
   padding-left: 20%;
  }
}

.padding_15percento {
  padding-right: 0%;
  padding-left: 0%;
}

@media (max-width: 992px) {
  .padding_15percento {
   padding-right: 15%;
   padding-left: 15%;
  }
}

.padding_10percento {
  padding-right: 0%;
  padding-left: 0%;
}

@media (max-width: 992px) {
  .padding_10percento {
   padding-right: 10%;
   padding-left: 10%;
  }
}

/************************************************** SFUMATURA **************************************************/

#sfumatura {
    padding-top: 90px; 
	padding-bottom: 90px;
    background: #eee; /* For browsers that do not support gradients */
    background: linear-gradient(to right, #eee , #eee, #eee); /* Standard syntax (must be last) */
}

#sfumatura_mini {
    padding-top: 70px; 
	padding-bottom: 70px;
    background: #eee; /* For browsers that do not support gradients */
    background: linear-gradient(to right, #eee , #eee, #eee); /* Standard syntax (must be last) */
}

/************************************************ HIDE/SHOW ************************************************/

#nascondi {
display:none;
}

#toggle.hide {
    display: none;
}

/************************************************ INLINE FORM CENTRATO ************************************************/

#form_panel {
    text-align: center;	
}

/************************************************ STILE PER CENTRARE DIV ************************************************/

.center {
    margin: auto;
    width: 100%;
    padding: 10px;
}

/************************************************ IMMAGINI WRAPPER % ************************************************/

.imgwrapper {
   width: 70%;
   display: block;
   margin: 0 auto;
}

@media screen and (max-width: 768px){
	.imgwrapper {
   width: 30%;
}
}

@media (max-width:1024px) and (min-width:768px) {
	.imgwrapper {
   width: 70%;
}
} 

/************************************************ SPAZIATURE ************************************************/

.spazio05 {
    margin-top: 8px; 
}

.spazio1 {
    margin-top: 15px; 
}

.spazioxs {
    margin-top: 1px; 
}

.spazio1_sfondo {
    margin-top: 15px; 
	background-color: #303C40;
}

.spazio15 {
    margin-top: 15px; 
}

.spazio2 {
    margin-top: 20px; 
}

.spazio3 {
    margin-top: 30px; 
}

.spazio4 {
    margin-top: 40px; 
}

.spazio5 {
    margin-top: 50px; 
}

.spazio6 {
    margin-top: 60px; 
}

.spazio7 {
    margin-top: 70px; 
}

.spazio8 {
    margin-top: 80px; 
}

.spazio9 {
    margin-top: 90px; 
}

.spazio10 {
    margin-top: 100px; 
}

.spazio11 {
    margin-top: 110px; 
}

.spazio12 {
    margin-top: 120px; 
}

.spazio13 {
    margin-top: 130px; 
}

.spazio14 {
    margin-top: 140px; 
}

.spazio15 {
    margin-top: 150px; 
}

.spazio21 {
    margin-top: 210px; 
}

.spazio26 {
    margin-top: 260px; 
}


@media only screen and (max-width: 1200px) {
  .wrap-left {
  text-align:center;
  }
}

.wrap-right {
text-align: right;
}

@media only screen and (max-width: 1200px) {
 .wrap-right {
 text-align:center;
}
}

/************************************************ ANIMAZIONI FADE E SLIDE ************************************************/

.hideme
{
    opacity:0;
	position: relative;
    left: -250px;
}

.hidemefade
{
    opacity:0;
	position: relative;
}

.hidemefadefast
{
    opacity:0;
	position: relative;
}

/************************************************ IMG SFONDO ************************************************/

#img-overlay-intro {
	padding-top: 0px;
	padding-bottom: 0px;
}

.ricerca {
 border-style: solid;
 border-width: 1px;
 border-color: #BFBFBF;
 padding: 30px;
 margin: 5px;	
}

/*********************************************** SFONDO BREADCRUMB **********************************************/

#sfondo-breadcrumb {
	background-color:#F7F7F7;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 18px;
	padding-right: 18px;
}

.card {
    border-color:#ddd;
	border: 0px solid #ddd;
	border-radius: 0px;
}

.card-footer {
    background: white;
}

.card-header {
	border-bottom: 1px solid #ccc;
	background:#fff;
}

.card-body {
    padding: 1rem;
}

/**************************************************************** BOX per card con effetto ombra su hover ********************************************************/

.box {
  transition: box-shadow .3s;
  border: 0px solid #ccc;
  background: #fff;
}
.box:hover {
  box-shadow: 0px 7px 23px 8px rgba(99,99,99,0.1);
}

/**************************************************************** BOX variante ********************************************************/

.box1 {
   transition: box-shadow .3s;
   border: 0px solid #E2E2E2;
   background: #FFF;
   border-radius: 0px;
   width: 100%;
   box-shadow: 0px 5px 21px 3px rgba(99,99,99,0.1);
}

.box1:hover { 
  background: #ebecf9;
}

/* }
.box1:hover {
  box-shadow: 0px 7px 23px 8px rgba(99,99,99,0.1);
} /*

/***************************************************** SHOWCASE ****************************************************/

.showcase .showcase-text {
    padding: 3rem
}

.showcase .showcase-img {
    min-height: 560px;
    background-size: cover
}

.showcase .showcase-img1 {
    min-height: 35rem;
    background-size: cover
}

@media (min-width:768px) {
    .showcase .showcase-text {
        padding: 7rem
    }
}

@media (max-width:1000px) {
    .showcase .showcase-img {
    min-height: 450px;
    background-size: cover
    }
}


/************************************************ FONT SCRITTURA ************************************************/

.testo_01 {
    font-family: 'Muli', sans-serif;
    color: #fff;
    font-size: 80px;
    font-weight: 600;
    line-height: 64px;
}

.testo_02 {
    font-family: 'Muli', sans-serif;
	color: #333;
	font-size: 40px;
	font-weight: 300;
	line-height: 43px;
}

.testo_03 {
	font-family: 'Muli', sans-serif;
	color:#A40609;
	font-size: 27px;
	font-weight: 500;
}

.testo_04 {
    font-family: 'Muli', sans-serif;
	color:#063D73;
	font-size: 21px;
	font-weight: 600;
}

.testo_05 {
    font-family: 'Muli', sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 16px;
}

.testo_05 a:link {
  color: #fff;
}

.testo_05 a:hover{
	color: #ccc;
	text-decoration: none;
}

.testo_05 a:visited{
    color:#fff;
}
.testo_05 a:visited:hover {
	color: #fff;
}


@media (max-width:1200px) and (min-width:768px) {
.testo_05 {
    font-size: 12px;
   }
}

.testo_06 {
    font-family: 'Muli', sans-serif;
	color:#666;
	font-size: 15px;
	font-weight: 600;
}

.testo_07 {
    font-family: 'Muli', sans-serif;
	color: #fff;
	font-size: 45px;
	font-weight: 400;
	vertical-align: super;
}

@media only screen and (max-width: 600px) {
  .testo_07  {
    font-family: 'Muli', sans-serif;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	vertical-align: super;
  }
}

.testo_08 {
    font-family: 'Muli', sans-serif;
	color: #333;
	font-size: 14px;
	font-weight: 400;
}

.testo_09 {
    font-family: 'Muli', sans-serif;
	color: #444;
	font-size: 13px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 1px;
}

.testo_10 {
    font-family: 'Muli', sans-serif;
	color: #333;
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
}

.testo_social {
	font-family: 'Muli', sans-serif;
	font-size:26px;
	color:#999;
	padding-right:8px;
}

a.testo_social:hover {
    font-family: 'Muli', sans-serif;
	font-size:26px;
	color:#5BC0DE;
	padding-right:8px;
}

.testo_11 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: #616161;
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
}

a.testo_11:hover, a.testo_11:active {color: #32A096; text-decoration: none;}

.testo_12 {
    font-family: 'Muli', sans-serif;
	color: #333;
	font-size: 29px;
	font-weight: 700;
	line-height: 35px;
}

.testo_13 {
	font-family: 'Muli', sans-serif;
	color: #333;
	font-size: 15px;
	font-weight: 400;
	line-height: 11px;
}

.testo_14 {
    font-family: 'Muli', sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: 300;
}

.testo_15 {
    font-family: 'Muli', sans-serif;
	color: #fff;
	font-size: 40px;
	font-weight: 300;
}

.testo_16 {
	font-family: 'Muli', sans-serif;
	color: #333;
	font-size: 19px;
	font-weight: 300;
}

.testo_17 {
    font-family: 'Muli', sans-serif;
	color: #333;
	font-size: 29px;
	font-weight: 500;
}

.testo_17 {
    font-family: 'Muli', sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: 600;
}

.testo_18 {
    font-family: 'Muli', sans-serif;
	color: #B55371;
	font-size: 18px;
	font-weight: 400;
}

.testo_19 {
    font-family: 'Muli', sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.testo_20 {
    font-family: 'Muli', sans-serif;
	color:#999;
	font-size: 13px;
	font-weight: 600;
}

.testo_21 {
    font-family: 'Muli', sans-serif;
	color:#888;
	font-size: 14px;
	font-weight: 600;
}

.testo_22 {
    font-family: 'Muli', sans-serif;
	color:#767676;
	font-size: 21px;
	font-weight: 600;
}

.testo_23 {
    font-family: 'Muli', sans-serif;
	color: #333;
	font-size: 14px;
	font-weight: 500;

}

a.testo_23:hover, a.testo_23:active {color: #23726A!important;}

.testo_24 {
    font-family: 'Muli', sans-serif;
	color: #999999;
	font-size: 14px;
	font-weight: 400;
}

.testo_24 a:link{
    color:#999999;
}

.testo_24 a:hover{
	color: #fff;
	text-decoration: none;
}

.testo_24 a:visited{
    color:#999999;
}
.testo_24 a:visited:hover {
	color: #fff;
}

.testo_25 {
    font-family: 'Muli', sans-serif;
	color: #333;
	font-size: 15px;
	font-weight: 600;
}

.testo_26 {
    font-family: 'Muli', sans-serif;
	color: #333;
	font-size: 15px;
	font-weight: 700;
}

.testo_27 {
    font-family: 'Muli', sans-serif;
	color: #333;
	font-size: 11px;
	font-weight: 400;
}

.testo_28 {
    font-family: 'Muli', sans-serif;
	color: #333;
	font-size: 15px;
	font-weight: 400;
}

.testo_29 {
    font-family: 'Muli', sans-serif;
	color: #333;
	font-size: 14px;
	font-weight: 400;
}

.testo_30 {
    font-family: 'Muli', sans-serif;
	color: #666;
	font-size: 16px;
	font-weight: 600;
}

.testo_31 {
    font-family: 'Muli', sans-serif;
	color: #333;
	font-size: 14px;
	font-weight: 400;
}

.testo_32 {
	font-family: 'Crimson Text', serif;
	color: #666;
	font-size: 29px;
	font-weight: 500;
}

.testo_33 {
    font-family: 'Muli', sans-serif;
	color: #333;
	font-size: 24px;
	font-weight: 700;
}

.testo_34 {
    font-family: 'Muli', sans-serif;
	color: #B55371;
	font-size: 14px;
	font-weight: 500;
}

.testo_35 {
    font-family: 'Muli', sans-serif;
	color: #999;
	font-size: 18px;
	font-weight: 400;
}

.testo_36 {
    font-family: 'Muli', sans-serif;
	color: #999;
	font-size: 16px;
	font-weight: 400;
}

.testo_37 {
    font-family: 'Muli', sans-serif;
	color: #333;
	font-size: 23px;
	font-weight: 500;
}

.testo_38 {
    font-family: 'Muli', sans-serif;
	color: #B55371;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
}

.testo_39 {
    font-family: 'Muli', sans-serif;
	color: #333;
	font-size: 15px;
	font-weight: 400;
}

.testo_40 {
	font-family: 'Muli', sans-serif;
	color: #666;
	font-size: 26px;
	font-weight: 400;
	line-height: 33px;
}

.testo_41 {
	font-family: 'Muli', sans-serif;
	color: #333;
	font-size: 21px;
	font-weight: 500;
	line-height: 23px;
}

.testo_43 {
	font-family: 'Muli', sans-serif;
	color: #333;
	font-size: 28px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: -1px;
}

.testo_44 {
	font-family: 'Muli', sans-serif;
	color:#B20000;
	font-size: 34px;
	font-weight: 400;
	line-height: 23px;
}

.testo_45 {
	font-family: 'Muli', sans-serif;
	color: #888;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
}

.testo_46 {
	font-family: 'Muli', sans-serif;
	color: #888;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}

.testo_47 {
    font-family: 'Muli', sans-serif;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}

.testo_48 {
    font-family: 'Muli', sans-serif;
	color: #efefef;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
}

.testo_48 a:hover{
	color: #efefef;
	text-decoration: none;
}

.testo_49 {
    font-family: 'Muli', sans-serif;
	color: #efefef;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
}

.testo_50 {
    font-family: 'Muli', sans-serif;
	color: #555;
	font-size: 15px;
	font-weight: 400;
}

.testo_51 {
    font-family: 'Muli', sans-serif;
	color: #555;
	font-size: 21px;
	font-weight: 400;
}

.testo_52 {
	font-family: 'Muli', sans-serif;
	color:#333;
	font-size: 48px;
	font-weight: 600;
	line-height: 53px;
}

@media only screen and (max-width: 1024px) {
  .testo_52 {
    visibility: hidden;
}
}

.testo_53 {
    font-family: 'Muli', sans-serif;
	color: #333;
	font-size: 18px;
	font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .testo_53 {
    visibility: hidden;
}
}

.testo_54 {
    font-family: 'Lato', sans-serif;
    color: #616161;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 2px;
}

.testo_55 {
	font-family: 'Lato', sans-serif;
	color:#616161;
	font-size: 15px;
	font-weight: 400; 
	line-height: 21px;
	letter-spacing: 2px;
}

.testo_56 {
	font-family: 'Muli', sans-serif;
	color:#969BAE;
	font-size: 16px;
	font-weight: 600; 
	line-height: 25px;
}

.testo_57 {
    font-family: 'Muli', sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
}

.testo_58 {
	font-family: 'Muli', sans-serif;
	color:#A40609;
	font-size: 21px;
	font-weight: 500;
}

.testo_59 {
    font-family: 'Muli', sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
}

.testo_60 {
	font-family: 'Muli', sans-serif;
	color:#A40609;
	font-size: 45px;
	font-weight: 400;
	line-height: 40px;
}

.testo_61 {
    font-family: 'Muli', sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
}

@media screen and (max-width: 1024px){
    .testo_61{
        text-align: center;
    }
}

.testo_62 {
	font-family: 'Muli', sans-serif;
	color:#A40609;
	font-size: 28px;
	font-weight: 400;
	text-align: left;
}
@media screen and (max-width: 1024px){
    .testo_62{
        text-align: center;
    }
}

.testo_63 {
	font-family: 'Muli', sans-serif;
	color:#333;
	line-height: 43px;
	font-size: 38px;
	font-weight: 500;
	text-align: left;
}

.testo_64 {
	font-family: 'Muli', sans-serif;
	color:#666;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	text-align: left;
}

.testo_65 {
    font-family: 'Muli', sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
}

.testo_66 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #616161;
    font-size: 19px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 26px;
    letter-spacing: 3px;
	text-align: center;
}

@media only screen and (max-width: 1400px) {
  .testo_66 {
	line-height: 24px;
    font-size: 16px;
  }
}

.testo_67 {
	font-family: 'Muli', sans-serif;
	color:#fff;
	font-size: 15px;
	font-weight: 400;
}

.testo_67 a:hover{
	color: #ccc;
	text-decoration: none;
}

.testo_67 a:visited{
    color:#fff;
}
.testo_67 a:visited:hover {
	color: #ccc;
}

.testo_68 {
    font-family: 'Muli', sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	letter-spacing:4px;
}

.testo_68 a:hover{
	color: #ccc;
	text-decoration: none;
}

.testo_68 a:visited{
    color:#fff;
}
.testo_68 a:visited:hover {
	color: #ccc;
}

.testo_69 {
    font-family: 'Muli', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
}

.testo_70 {
    font-family: 'Muli', sans-serif;
	color: #333;
	font-size: 15px;
	font-weight: 400;
	letter-spacing:3px;
}


.testo_71 {
	font-family: 'Muli', sans-serif;
	color:#333;
	font-size: 23px;
	font-weight: 700; 
	line-height: 38px;
}

.testo_72 {
	font-family: 'Muli', sans-serif;
	color:#333;
	font-size: 25px;
	font-weight: 600; 
	line-height: 28px;
}

.testo_73 {
    font-family: 'Muli', sans-serif;
    color: #333;
    font-size: 26px;
    font-weight: 900;
    line-height: 29px;
}

.testo_74 {
    font-family: 'Muli', sans-serif;
	color: #777;
	font-size: 16px;
	font-weight: 500;
}

.testo_75 {
    font-family: 'Muli', sans-serif;
	color: #999;
	font-size: 23px;
	font-weight: 500;
	letter-spacing: 3px;
}

.testo_76 {
    font-family: 'Muli', sans-serif;
	color: #333;
	font-size: 18px;
	font-weight: 500;
}

.testo_77 {
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	color:#999;
	font-size: 15px;
}
		
.testo_78 {
	font-family: 'Muli', sans-serif;
	font-weight: 700;
	color:#000;
	font-size: 15px;
}

.testo_79 {
    font-family: 'Muli', sans-serif;
	color:#333;
	font-size: 34px;
	font-weight: 800;
	line-height: 37px;
}

.testo_80 {
    font-family: 'Muli', sans-serif;
	color: #333;
	font-size: 14px;
	font-weight: 700;
	line-height: 19px;
}

.testo_81 {
    font-family: 'Muli', sans-serif;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.testo_82 {
    font-family: 'Muli', sans-serif;
    color: #333;
    font-size: 40px;
    font-weight: 300;
    line-height: 44px;
}

.testo_83 {
	font-family: 'Muli', sans-serif;
	color:#A40609;
	font-size: 18px;
	font-weight: 600;
}

.testo_84 {
	font-family: 'Muli', sans-serif;
    color: black;
	font-size: 18px;
	font-weight: 600;
}

.testo_85 {
    font-family: 'Muli', sans-serif;
	color:#2D3767;
	font-size: 30px;
	font-weight: 600;
}

.testo_85 a:hover{
	color: #2D3767;
	text-decoration: none;
}

.testo_85 a:visited{
    color:#2D3767;
}
.testo_85 a:visited:hover {
	color:#2D3767;
}

.testo_86 {
    font-family: 'Muli', sans-serif;
	color:#55CCD6;
	font-size: 30px;
	font-weight: 600;
}

.testo_86 a:hover{
	color: #55CCD6;
	text-decoration: none;
}

.testo_86 a:visited{
    color:#55CCD6;
}
.testo_86 a:visited:hover {
	color:#55CCD6;
}

.testo_87 {
    font-family: 'Muli', sans-serif;
    font-size: 30px;
	line-height: 35px;
    font-weight: 600;
	color: #333333;
}

.testo_88 {
    font-family: 'Muli', sans-serif;
	color:#fff;
	font-size: 21px;
	font-weight: 600;
}

.testo_89 {
    font-family: 'Muli', sans-serif;
	color:#fff;
	font-size: 15px;
	font-weight: 400;
}

.testo_90 {
    font-family: 'Muli', sans-serif;
	color:#333;
	font-size: 15px;
	font-weight: 400;
}

.testo_91 {
    font-family: 'Muli', sans-serif;
	color:#3E3F40;
	font-size: 21px;
	font-weight: 600;
}

.testo_92 {
    font-family: 'Muli', sans-serif;
	color: #333;
	font-size: 15px;
	font-weight: 500;

}

.testo_93 {
    font-family: 'Muli', sans-serif;
	color: #dcdfe2;
	font-size: 13px;
	font-weight: 600;
	line-height: 24px;
}

a.testo_93:hover, a.testo_93:active {color: #ccc;}

.testo_94 {
    font-family: 'Muli', sans-serif;
    color: #fafafa;
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
}

.testo_95 {
    font-family: 'Muli', sans-serif;
	color:#fafafa;
	font-size: 18px;
	font-weight: 500;
}

.testo_96 {
    font-family: 'Muli', sans-serif;
	color:#333;
	font-size: 18px;
	font-weight: 500;
}

.testo_97 {
    font-family: 'Muli', sans-serif;
	color:#333;
	font-size: 21px;
	font-weight: 600;
}

.testo_98 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color:#333;
	font-size: 15px;
	font-weight: 600;
}

.card-link a:hover{
	color:#B70003;
	text-decoration: none;
}

.testo_99 {
    font-family: 'Muli', sans-serif;
	color:#333;
	font-size: 16px;
	font-weight: 600;
}

.testo_100 {
    font-family: 'Muli', sans-serif;
    color: #2c313c;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.testo_101 {
    font-family: 'Muli', sans-serif;
	color:#3E3F40;
	font-size: 55px;
	font-weight: 700;
	line-height: 58px;
}

@media only screen and (max-width: 1600px) {
  .testo_101  {
    font-family: 'Muli', sans-serif;
	color:#3E3F40;
	font-size: 45px;
	line-height: 48px;
  }
}

@media only screen and (max-width: 1400px) {
  .testo_101  {
	font-size: 33px;
	line-height: 36px;
  }
}

.testo_102 {
    font-family: 'Kanit', sans-serif;
	color: #333;
	font-size: 60px;
	font-weight: 600;
	line-height: 21px;
	display: inline-block;
    margin: 0;
	
}

.testo_103 {
    font-family: 'Muli', sans-serif;
    color: #333;
    font-size: 19px;
    font-weight: 600;
    line-height: 21px;
}

.testo_104 {
    font-family: 'Muli', sans-serif;
	color: #333;
	font-size: 23px;
	font-weight: 300;
	line-height: 26px;
}

.testo_105 {
    font-family: 'Muli', sans-serif;
    font-size: 40px;
	line-height: 47px;
    font-weight: 300;
	color: #fff;
}

.testo_106 {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
	line-height: 18px;
    font-weight: 600;
	color: #fff;
}

a.testo_106:hover, a.testo_106:active {color: #23726A!important;}

.testo_107 {
    font-family: 'Muli', sans-serif;
	color: #333;
	font-size: 13px;
	font-weight: 500;
	line-height: 19px;
}

.testo_108 {
    font-family: 'Muli', sans-serif;
	color: #444;
	font-size: 13px;
	font-weight:600;
	line-height: 19px;
}

.testo_109 {
    font-family: 'Muli', sans-serif;
	color: #111;
	font-size: 33px;
	font-weight:600;
	line-height: 39px;
}

.testo_110 {
    font-family: 'Muli', sans-serif;
	color: #39B7AA;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
}

a.testo_11:hover, a.testo_11:active {color: #3E3F40; text-decoration: none;}

.testo_111 {
    font-family: 'Muli', sans-serif;
	color: #c73490;
	font-size: 13px;
	font-weight: 600;
	line-height: 19px;
}

.testo_112 {
    font-family: 'Muli', sans-serif;
	color: #333;
	font-size: 14px;
	font-weight: 500;

}

a.testo_112:hover, a.testo_23:active {color: #23726A!important;}

.testo_113 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 13px;
	font-weight: 600;

}

a.testo_113:hover, a.testo_23:active {color: #23726A!important;}

.testo_114 {
    font-family: 'Muli', sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 600;

}

.testo_115 {
    font-family: 'Muli', sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    color: #333;
}

a.testo_115:hover, a.testo_115:active {color: #333!important; text-decoration: underline}

.testo_116 {
    font-family: 'Muli', sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    color: #444;
}

.titolo_box {
    font-family: 'Muli', sans-serif;
    color: #333;
    font-size: 37px;
    font-weight: 700;
    line-height: 40px;
}

.titolo_box_piccolo {
    font-family: 'Muli', sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: 600;

}

/*************************************************************** FASCIA DI PREZZO **************************************************************/

.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  background: #ccc;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #333;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #fff;
  cursor: pointer;
}

/**************************** colore di sfondo e sfumatura del NAVBAR *********************************************/

.navbar {
    background:#fff;
	border-style: solid;
    border-width: 0px 0px 1px 0px;
	box-shadow: 0 0 15px 0 rgba(119,119,119,0.4);
    border-color: #ddd;
}

/************************************************ NASCONDI IMMAGINI ICONE SCHERMI PICCOLO************************************************/

@media only screen and (max-width: 768px) {
.imgnone {
    display: none;
   }
}

/************************************************ COLONNA NO PADDING ************************************************/

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/************************************************ BOX SHADOW *****************************************************************/

#div_shadow {
-webkit-box-shadow: 0px 6px 13px 4px rgba(97,97,97,0.21);
-moz-box-shadow: 0px 6px 13px 4px rgba(97,97,97,0.21);
box-shadow: 0px 7px 23px 8px rgba(99,99,99,0.1);
}
	
/************************************************ CONTENITORE FOOTER ************************************************/


#top{
	background-color: #B55371;
	padding-top: 18px;
	padding-bottom: 18px;
	color:#fff;
}

#center{
	background-color:#E9E9E9;
	padding-top: 70px;
	padding-bottom: 70px;
	color:#fff;
}

#bottom{
	background-color:#666;
	padding-top: 30px;
	padding-bottom: 30px;
	color:#fff;
}

.left-panel{
	background-color: #fff;
	padding-top: 100px;
	padding-left: 100px;
	padding-right: 160px;
	padding-bottom: 90px;
}


.right-panel{
	background-color: #fff;
	padding-top: 100px;
	padding-right: 100px;
	padding-left: 160px;
	padding-bottom: 90px;
}

#sfondoglobale{
	background-color:#fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

#sfondo-sezione{
	background-color:#eee;
	padding-top: 90px;
	padding-bottom: 90px;
}

#sfondo-sezione-1{
	background-color:#F2F2F2;
	padding-left: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
	color:#fff;
}

#sfondo-chiaro {
	padding-bottom: 70px;
	background-color: #EAF0FB;
}

#sfondo-numeri {
    background-color: #fff;
    padding-bottom: 50px;
}

#sfondo-bianco-menu {
	background-color: #fff;
	padding-bottom:75px;
}

#sfondo-intro {
	padding-bottom: 80px;
	padding-top: 80px;
	background-color:#FAFAFA;
}

#sfondo-base {
	padding-bottom: 70px;
	padding-top: 70px;
	background-color:#fff;
}

#sfondo-tabs {
  background: #ddd;
  padding-bottom: 60px;
  padding-top: 23px;
}

@media (max-width: 1024px) {
  #sfondo-tabs {
     padding-bottom: 40px;
     padding-top: 10px;
  }
}

#sfondo-header {
  background:#e9ecef;
  padding-bottom: 40px;
  padding-top: 40px;
}


#sfondo-base-bianco {
	padding-bottom: 70px;
	padding-top: 70px;
	background-color:#FFF;
}

#sfondo-colorato {
    background-color: #2B72BC;
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-right: 30px;
    padding-bottom: 100px;
    padding-left: 30px;
}

#sfondo-colorato1 {
    background-color: #22A9BF;
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-right: 30px;
    padding-bottom: 90px;
    padding-left: 30px;
}

#sfondo-colorato-wave {
    background-color: #2B72BC;
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 10px;
	padding-bottom: 70px;
    padding-right: 30px;
    padding-left: 30px;
}

#sfondo-login {
	padding-bottom: 60px;
	padding-top: 60px;
	background-color:#206CB0;
}

#sfondo-chiaro1 {
	padding-bottom: 70px;
	background-color: #F9F7F6;
}

#sfondo-grigio {
    padding-top: 30px; 
	padding-bottom: 50px;
	background-color: #ececec;
}

#sfondo-nero {
    padding-top: 30px; 
	padding-bottom: 30px;
	background-color: #000;
}

#subfooter{
	background-color:#3067B1;
	padding-top: 45px;
	padding-bottom: 45px;
	color:#fff;
}




/************************************************ CONTENITORE NEWSLETTER ************************************************/


#fondo-nero{
	background-color: #000;
	padding-top: 55px;
	padding-bottom: 25px;
}

#fondo-grigio{
	background-color: #F3F3F3;
	padding-top: 55px;
	padding-bottom: 25px;
}

#fondo-nero-no-padding{
	background-color: #000;
	padding-top: 30px;
	padding-bottom: 45px;
}

#fondo-grigio-no-padding{
	background-color: #B2B9C3;
	padding-top: 30px;
	padding-bottom: 45px;
}

#fondo-rosso{
	background-color: #D7001F;
	padding-top: 115px;
	padding-bottom: 100px;
}

#fondo-grigio-chiaro{
	background-color: #EBEBEB;
	padding-top: 70px;
	padding-bottom: 100px;
}

#fondo-grigio-margine{
	background-color: #EBEBEB;
	padding-top: 100px;
	padding-bottom: 100px;
}

#fondo-grigio-seo{
	background-color: #EBEBEB;
	padding-bottom: 100px;
}

#contenitore-newsletter{
	background-color: #F2F2F2;
	padding-top: 55px;
	padding-bottom: 75px;
}

#contenitore-newsletter-pg-interne{
	background-color:#E4E4E4;
	padding-top: 75px;
	padding-bottom: 35px;
}

/************************************************************* WAVE BORDER**************************************************/


.header {
  position:relative;
  text-align:center;
  background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(0,172,193,1) 100%);
  color:white;
}
.logo {
  width:50px;
  fill:white;
  padding-right:15px;
  display:inline-block;
  vertical-align: middle;
}

.inner-header {
  /*height:65vh;*/
  width:100%;
  margin: 0;
  padding-top: 150px;
  padding-bottom:150px;	
}

.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }
  h1 {
    font-size:24px;
  }
}


/************************************************ CONTENITORE SOCIAL ************************************************/

#contenitore-social{
	background-color: #FFF;
	padding-top: 60px;
	padding-bottom: 30px;
}

/************************************************ IMAGE HOVER ************************************************/

.img-responsive:hover {
background-color:white;
opacity: 0.6;
}

/************************************************ CONTENITORE SOCIAL COLORATO************************************************/

#contenitore-social-colorato{
	background-color: #F2F2F2;
	padding-top: 60px;
	padding-bottom: 30px;
}


/***************************************************** Carousel testuale *****************************************/

.carousel-indicators li {
    display: inline-block;
    width: 35px;
    height: 4px;
    margin: 10px;
    cursor: pointer;
    background-color: #bbb;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 90px;
}
.carousel-indicators .active {
    width: 35px;
    height: 4px;
    margin: 10px;
    margin-left: 5px;
	margin-right: 5px;
	margin-top: 90px;
    background-color:#CB0003;
}

/***************************************************** footer ****************************************************/

#myFooter {
    background-color: #333;
    color: white;
	padding-top:35px;
	padding-bottom:25px;
    margin-left: 5px;
	margin-right: 5px;
	margin-top: 30px;
}

#myFooter .row {
    margin-bottom: 60px;
}

#myFooter .info{
    text-align: left; 
    color: #afb0b1;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

#myFooter .logo{
    margin-top: 10px;
}

#myFooter .second-bar .logo a{
    color:white;
    font-size: 28px;
    float: left;
    font-weight: bold;
    line-height: 68px;
    margin: 0;
    padding: 0;
}

#myFooter a {
    color: #d2d1d1;
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: white;
}

#myFooter .second-bar {
    text-align: center;
    background-color: #33373e;
}

#myFooter .second-bar a {
    font-size: 22px;
    color: #9fa3a9;
    padding: 10px;
    transition: 0.2s;
    line-height: 68px;
}

#myFooter .second-bar a:hover {
    text-decoration: none;
}

#myFooter .social-icons {
    float:right;
}


#myFooter .facebook:hover {
    color: #0077e2;
}

#myFooter .google:hover {
    color: #ef1a1a;
}

#myFooter .twitter:hover {
    color: #00aced;
}

@media screen and (max-width: 767px) {
    #myFooter {
        text-align: center;
    }

    #myFooter .info{
        text-align: center;
    }
}

/********************************************* TESTO SOPRA LE IMMAGINI ****************************************************************/

.esterno {
    position: relative;

}

.top-left-sopra {
	font-family: 'Muli', sans-serif;
	font-size: 33px;
	font-weight: 600;
	color:#333;
    position: absolute;
    top: 100px;
    left: 10%;
    background: #fff;
    padding:10px;
	letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
    .top-left-sopra {
        font-size: 19px;
		top: 53px;
		padding:8px;
		letter-spacing: 2px;
    }
}

.top-left-sotto {
	font-size: 33px;
	font-weight: 300;
	color:#333;
    position: absolute;
    top: 155px;
    left: 10%;
    background: #fff;
    padding:10px;
	letter-spacing: 2px;
}
	
@media screen and (max-width: 767px) {
    .top-left-sotto {
        font-size: 19px;
		top: 95px;
		padding:10px;
		letter-spacing: 2px;
    }
}


/******************************************** SOCIAL ************************************************************************************/

#mysocial {
    background-color: #8a8a8a;
    color:#fff;
	padding-top:40px;
	padding-bottom:40px;
}


/********************************************* FORM STYLE TO LINE *****************************************************************************/

.card-signin {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

/************************************************ BCHECKBOX E RADIO BUTTON ************************************************/

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #ED5565;
}

label {
    color: #333;
	font-family: 'Muli', sans-serif;
    font-size: 14px;
	font-weight: 400;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #ED5565;
}

/************************************************ BOTTONE DEFAULT PADDING CUSTOMIZZATO************************************************/

.btn-sm {
    font-family: 'Muli', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

/************************************ BUTTON *************************************/

.btn {
	font-size: 15px;
    font-weight: 400;
    border: none;
    letter-spacing: 1px;
	padding-left:46px;
	padding-right:46px;
	padding-top:0px;
	padding-bottom: 0px;
}

.btn-primary {
    color: #fff;
	padding: 14px 18px;
    background-color: #3067B1;
    border-color: #3067B1;
	border: 1px solid #3067B1;
    border-radius: 35px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
}

.btn-info {
    /*box-shadow: 0 5px 15px 0 rgba(0,0,0,0.3); */
    border-radius: 5px;
    padding: 0.7em 1.3em;
}

.btn-dark {
    adding: 0px 42px;
    /* line-height: 50px; */
    background-image: linear-gradient(to right, #8490ff 0%, #62bdfc 48%, #8490ff 100%);
    background-size: 200% auto;
    color: #fff;
    display: inline-block;
    border-radius: 5px!important;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    transition: all 300ms linear 0s;
	padding-top:8px!important;
	padding-bottom: 8px!important;
}


/***************************************************** FORM ERROR NOTIFICHE*************************************************************/

.error {
    font-family: 'Muli', sans-serif;
    color: #c05488;
    font-weight: 700!important;
    font-size: 12px;
    padding-top: 10px;
}


/***************************************************** LOGIN E FORM CONTROL*************************************************************/

.login-color {
   color: #206CB0;
}

input[type="text"]:disabled {
  background: #e9ecef;
}

.form-control {
    box-shadow: none;
    border: 1px solid #ced4da;
    font-family: 'Muli', sans-serif;
    border-radius: 0px;
    color: #666!important;
    font-weight: 400;
    font-size: 14px;
    min-height: 40px;
}

/*********************** JEG NAVBAR ****************************/


.topnav {
  overflow: hidden;
  background-color: #fff;
}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  color: red;
}

.topnav a.active {
  color: red;
}



/************************************************************************ BLOCCHI 4 ELEMENTI AFFIANCATI *****************************************/

.hk-features {
     background:#fff;
     /*padding:80px 30px;*/
	  padding:0px;
}
 .hk-features-wrap {
     background:#fff;
     border:1px solid #e6e6e6;
     border-radius:5px;
}
 .hk-features-box {
     padding:40px 15px;
}
 .hk-features-box i {
     font-size: 45px;
}
 .color-1 {
     color:#FFC300;
}
 .color-2 {
     color:#e60000;
}
 .color-3 {
     color:#49D415;
}
 .color-4 {
     color:#1C8BE1;
}
 .hk-features-box h3 {
     color:#3b4146;
     font-size:21px;
}
 .hk-features-box p {
     color:#7c848a;
}
 .seperator {
     border-left:1px solid #f0f0f0;
}
 @media screen and (max-width:767px) {
     .seperator {
         border-top:1px solid #f0f0f0;
         border-left:none;
    }
}

/************************************************************** BOX SOPRA IMMAGINE CONTATTI **************************************************/

.contact_header 
	{
	background:#2a2d36;
	border-radius:0;
	min-height: 700px;
	background-image: url(img/sfondo_banner_01.jpg);
	}

.contact_header h1
	{
	color:#fff;
	font-weight:600;
	}
.contact_header p 
	{
	color:#fff;
	font-size:18px;
	}
.contact_form_wrapper
	{
	margin-top:-210px;
	}
.contact_form
	{
	background:#fff;
	border-radius:13px;
	box-shadow: rgba(42,45,54,.075) 0 12px 34px, rgba(0,0,0,.05) 0 6px 15px, inset transparent 0 0 0 0;
	margin:0 auto 0 auto;
	max-width:850px;
	padding:40px;
	margin-bottom:40px;
	}
.contact_form .form-control
	{
	border-color:#dcdcdc;
	color:#777;
	padding:8px;
	}
.contact_form input[type=text]:focus,
.contact_form input[type=email]:focus,
.contact_form textarea:focus
	{
	box-shadow:inset 0 0 3px #f0f0f0;
	border:1px solid #bbb;
	}
.contact_form textarea 
	{
	min-height:120px;
	}
.form-control::-webkit-input-placeholder { color: #888; }  
.form-control:-moz-placeholder { color: #888;; }  
.form-control::-moz-placeholder { color: #888;; }  
.form-control:-ms-input-placeholder { color: #888;; } 
.form-control::-ms-input-placeholder { color: #888;; }
	
@media screen and (max-width:1000px)
	{
	.contact_header 
	{
	padding:  70px 40px 150px 40px;
	min-height: 400px;
	background-image: url(img/sfondo_banner_02.jpg);
	}
	.contact_header h1 
	{
	font-size:28px;
	}
		.contact_form
		{
		padding:25px;
		}
	}

.jumbotron {
    padding: 2rem 1rem;
    /* margin-bottom: 2rem; */
    background-color: #e9ecef;
    border-radius: .3rem;
}

/************************************************************* FAQ *******************************************************/

.ff_faqs {
     margin:0px auto;
     max-width:800px;
     padding:0px;
}
 .ff_faq_header :first-child {
     margin-top:0;
}
 .ff_faq_header {
     position:relative;
     display:block;
     width:100%;
     background:transparent;
     border-top:1px solid #e5eff5;
     border-bottom:1px solid #e5eff5;
     border-radius:0;
     padding:20px;
     font-size:15px;
     text-decoration:none;
     color:#333;
     margin-top:-1px;
     text-align:left;
     font-weight:500;
}
 .ff_faq_header:hover, .ff_faq_header:focus {
     border-top:1px solid #e5eff5;
     border-bottom:1px solid #e5eff5;
     color:#333;
     text-decoration:none;
}
 .ff_faq_header[aria-expanded="true"] {
     background:#fff;
     border-bottom:none;
     border-right:1px solid #e5eff5;
     border-left:1px solid #e5eff5;
}
 .ff_faq_header[aria-expanded="false"]:hover {
     color:red;
}
 .ff_faq_header[aria-expanded="true"]:after {
     display:block;
     font-family:Font Awesome 5 Free;
	 content: "\f106";
     position:absolute;
     right:20px;
     top:13px;
     
     font-size:30px;
}
 .ff_faq_header[aria-expanded="false"]:after {
     display:block;
     content: "\f107";
     position:absolute;
     right:20px;
     top:15px;
     font-family:Font Awesome 5 Free;
     font-size:30px;
}
 .ff_faq_item {
     background:#fff;
     padding:0 20px 40px 20px;
     border-right:1px solid #e5eff5;
     border-left:1px solid #e5eff5;
     color:#666;
     font-size:14px;
}

/************************************** SCACCHIERA STRETTA ********************************************************/

.al-content-block {
     background:#fff;
     font-family: 'Roboto', sans-serif;
     padding:80px 0;
}
 .al-img-block img {
     width:85%;
     margin:0 auto;
}
 .al-txt-block {
     margin-top:40px;
}
 .al-txt-block h2 {
     color:#3f3d4e;
     font-size:34px;
     font-weight:900;
}
 .al-txt-block p {
     color:#333;
     font-size:15px;
}
 @media screen and (max-width:767px) {
     .al-txt-block h2 {
         font-size:24px;
    }
     .al-txt-block, .al-img-block {
         padding:0 20px;
    }
}

/************************************** TABS MODERNO ***************************************************************/

.nav-pills .nav-link {
  color: #333;
}
.text-uppercase {
  letter-spacing: 0.1em;
}

/* Rounded tabs */

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #408bc5;
}

@media (min-width: 576px) {
  .rounded-nav {
    border-radius: 0rem !important;
  }
}

@media (min-width: 576px) {
  .rounded-nav .nav-link {
    border-radius: 0rem !important;
  }
}

/* With arrow tabs */

.with-arrow .nav-link.active {
  position: relative;
}

.with-arrow .nav-link.active::after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #408bc5;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

/* lined tabs */

.lined .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link:hover {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link.active {
  background: none;
  color: #66227E;
  border-color: #408bc5;
}

/**************************************************** ELENCHI PUNTATI ****************************************************/

/* List with bullets */
.list-bullets {
    list-style: none;
}

.list-bullets li {
    display: flex;
    align-items: center;
}

.list-bullets li::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #5784d7;
    border: 2px solid #8fb3f5;
    display: block;
    margin-right: 1rem;
}

/* Unordered list with custom numbers style */
ol.custom-numbers {
    list-style: none;
}

ol.custom-numbers li {
    counter-increment: my-awesome-counter;
}

ol.custom-numbers li::before {
    content: counter(my-awesome-counter) ". ";
    color: #2b90d9;
    font-weight: bold;
}

/************************************************* CUSTOM SCROLLBAR *********************************************************/

.custom-scrollbar-js,
.custom-scrollbar-css {
  height: 200px;
}


/* Custom Scrollbar using CSS */
.custom-scrollbar-css {
  overflow-y: scroll;
}

/* scrollbar width */
.custom-scrollbar-css::-webkit-scrollbar {
  width: 5px;
}

/* scrollbar track */
.custom-scrollbar-css::-webkit-scrollbar-track {
  background: #eee;
}

/* scrollbar handle */
.custom-scrollbar-css::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: #666;
}

/******************************************* BLCKQUOTE **********************************************************************/

.blockquote-custom {
  position: relative;
  font-size: 1.1rem;
}

.blockquote-custom-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -25px;
  left: 50px;
}

/************************************* STAR EMPTY *********************************************/

.text-gray {
  color: #aaa;
}

/************************************ FORM E BOTTONI CUSTOM ***************************************/

input {
    padding-left: 15px;
    width: 100%;
    font-family: 'Muli', sans-serif;
    color: #666;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #ced4da;
	min-height: 40px;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  border-color:#C90F12;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color: #333;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  margin-right:5px;
  font-size: 16px;
  font-family: 'Muli', sans-serif;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #1daec1;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
  background-color:#6C757D;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color:#00ADB5;
}
