/**************************/
/** CSS - Piaval - v. 1.0 */
/**************************/

body {
  line-height: 1;
	background: #f0f0f0;
  color: #000;
  font-family: sans-serif;
  
}


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

/* end CSS RESET */

/*************/
/*** MENU' ***/
/*************/
.navbar .nav-link,
.navbar .navbar-brand {
  color: #000 !important;
  font-family: 'Operetta 8', serif;
  font-weight: 300;
  padding-left: 20px;
  padding-right: 20px;  
}

/* aumenta larghezza tasti - by paolo */
.navbar .nav-link {
	padding-left:40px !important;
	padding-right:40px !important;
}


.navbar .nav-item {
  margin-left: 0px;
  margin-right: 0px;
}

/* Hover voci principali */
.navbar .nav-link:hover {
  background-color: #f5f5f5;
  color: #000 !important;
  transition: background-color 0.2s ease;
}


/* centra le voci dei sottomenu - by paolo */
.dropdown-item {
	text-align:center !important;
}

/* Hover dropdown */
.dropdown-item:hover {
  background-color: #f5f5f5;
  color: #000;
  transition: background-color 0.2s ease;
}

/* Rimuove freccia dropdown */
.dropdown-toggle::after {
  display: none !important;
}

/* Rimuove bordi dropdown sottomenu 1 livello */
.dropdown-menu {
  border: none !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  background:transparent;
}

/* singole voci sottomenu 1 livello */
.dropdown-menu li {
	background:#ededed;
	border-bottom:1px solid #ffffff;
	padding: 7px 0px;
  font-family: 'Operetta 8', serif !important;
  font-weight: 300  !important;
}

/* Sottomenu */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

/* switch lingua */
.menu-lang {
	font-family: 'Barlow Condensed', sans-serif;
  color: #000 !important;
  font-weight: 500;
  text-decoration: none !important;
  padding-left:5px !important;
  padding-right:5px !important;
}

.menu-lang-act {
  font-weight: 700 !important;
}

/* CSS per mobile */
@media (max-width: 991px) {
  .dropdown-submenu .dropdown-menu {
    left: 0;
    margin-left: 1rem;
  }

	/* resetta larghezza tasti - by paolo */
	.navbar .nav-link {
		padding-left:8px !important;
		padding-right:8px !important;
	}

	/* allinea a sx le voci dei sottomenu - by paolo */
	.dropdown-item {
		text-align:left !important;
	}


}
/*** FINE MENU' ***/


/*******************/
/*** CAROUSEL HP ***/
/*******************/
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent !important;
  border: none !important;
  font-size: 60px !important; /* grandezza icona */
  color: #ffffff !important;
  padding: 0 25px !important;
  transition: 0.3s ease;
}

.owl-nav button:hover {
  color: rgba(255,255,255,0.6) !important;
}

.owl-nav .owl-prev {
  left: 30px;
}

.owl-nav .owl-next {
  right: 30px;
}


.owl-dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
}

/* titolo e tasto sull'immagine */
.owl-carousel .item {
  position: relative;
}

.owl-carousel .item img {
  width: 100%;
  /*
  height: 100vh;
  object-fit: cover;
  display: block;
  */
  height: auto;
  object-fit: contain;

}

/* Oscuramento leggero immagine */
.owl-carousel .item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 1;
}

/* Titoli + button su immagini */
.slide-content {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  text-align: left;
  color: #fff;
  z-index: 2;
  max-width: 600px;
}

/* Titolo */
.slide-content h2 {
  font-size: 3rem;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.2;
}

/* Sottotitolo */
.slide-subtitle {
  font-size: 1.2rem;
  margin-bottom: 25px;
  font-weight: 300;
  opacity: 0.9;
  line-height: 1.5;
}

/* Bottone */
.slide-btn {
  display: inline-block;
  padding: 14px 30px;
  background: #ffffff;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.slide-btn:hover {
  background: #000;
  color: #fff;
}


@media (max-width: 768px) {
  .slide-content {
    left: 5%;
    max-width: 90%;
  }

  .slide-content h2 {
    font-size: 1.8rem;
  }

  .slide-subtitle {
    font-size: 1rem;
  }
}

/* fine Titoli + button su immagini */

/*** FINE CAROUSEL ***/


/*****************/
/*** HOME PAGE ***/
/*****************/
.testo-pagine {
	font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

.btn-link-nero {
  background-color: #3e3932;
  border: 0px solid #404040;
  color: #ffffff;
  padding:10px 20px;
  text-decoration: none !important;
  display: inline-block;
  overflow-wrap: break-word;
  font-family: 'Operetta 8', serif;
  font-weight: normal;
  font-style: normal;
}

.bg-contract {
	background:#9e412e !important;
}

.bg-outdoor {
	background:#858e62 !important;
}

.bg-healthcare {
	background:#607b88 !important;
}

/* padding contenitore sezioni */
.padding-tb-container {
	padding-top:60px !important;
	padding-bottom:15px !important;
}

/* padding contenitore riquadro DON'T FORGET NEWSLETTER */
.padding-noforget-container {
	padding-top:15px !important;
	padding-bottom:15px !important;
}


.p-t-0 {
	padding-top:0px !important;
}

.p-b-0 {
	padding-bottom:0px !important;
}

/**************/
/*** FOOTER ***/
/**************/
.footer-container {
	margin-top:80px !important;
	padding:30px 30px 0px 30px;
	background:#3e3932; 
	color:#ffffff;
}

.testo-footer {
	font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}



/**************************/
/*** PROFILE (FEELINGS) ***/
/**************************/

.titolo_riquadro {
  color: #ffffff;
  padding:10px 20px;
  text-decoration: none !important;
  
  overflow-wrap: break-word;
  font-family: 'Operetta 8', serif;
  font-weight: 900;
  font-style: normal;
  font-size:90px;
}

.sottotitolo_riquadro {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  padding:10px 20px;
  text-decoration: none !important;
  display: inline-block;
  overflow-wrap: break-word;
  /* font-family: 'Operetta 8', serif; */
  font-family: 'FONTSPRING DEMO - Operetta 8';
  font-weight: 900;
  font-style: italic;
  font-size:35px;
}

.desc_riquadro {
  border: 0px solid #404040;
  color: #ffffff;
  padding:10px 20px;
  text-decoration: none !important;
  
  overflow-wrap: break-word;
  font-family: 'Operetta 8', serif;
  font-weight: normal;
  font-style: normal;
  font-size:18px;
}


.titolo_col {
  color: #ffffff;
  padding:10px 20px;
  text-decoration: none !important;
  
  overflow-wrap: break-word;
  font-family: 'Operetta 8', serif;
  font-weight: 900;
  font-style: normal;
  font-size:60px;
}

.sottotitolo_col {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  padding:10px 20px;
  width:100%;
  text-decoration: none !important;
  display: inline-block;
  overflow-wrap: break-word;
  /* font-family: 'Operetta 8', serif; */
  font-family: 'FONTSPRING DEMO - Operetta 8';
  font-weight: 900;
  font-style: italic;
  font-size:27px;
}

.desc_col {
  border: 0px solid #404040;
  color: #ffffff;
  padding:10px 20px;
  text-decoration: none !important;
  
  overflow-wrap: break-word;
  font-family: 'Operetta 8', serif;
  font-weight: normal;
  font-style: normal;
  font-size:18px;
}


/****************/
/*** CONTRACT ***/
/****************/

.tit_collezioni {
	font-family: 'Barlow Condensed', sans-serif;
  color: #1d1d1b !important;
  font-size:18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none !important;
  padding-left:5px !important;
  padding-right:5px !important;
}








