/* CSS Document for ticma.com */

/* Generali */
/* Colors */
:root {
  --color-default: #444444;
  --color-primary: #56b8e6;
  --color-secondary: #1b2f45;
}
body {
  font-family: 'Lato', sans-serif;
  color: var(--color-default);
	font-size: 18px;
	line-height: 24px;
	/*text-align: justify;*/
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Oxygen', sans-serif;
	text-transform: uppercase;
}
h1 {
	font-size: 34px;
	line-height: 34px;
	font-weight: 300; 
	color: #FFF;
}
h2.h2-first, h2.h2-second, h2.h2-third, h2.h2-fourth {
	font-size: 24px;
	line-height: 34px;
	font-weight: 300; 
	color: #333;
	border-bottom: 2px dotted #000;
}
h2.h2-second {
	margin-bottom: 20px;
}
h2.h2-third {
	margin-top: 20px;
	margin-bottom: 20px;
}
h2.h2-fourth {
	margin-top: 20px;
}
h3 {
	font-size: 18px;
	line-height: 22px;
}
/* Fine - Generali */
/* Header */
.header .logo img {
  max-height: 100px;
  margin-right: 6px;
	/* border-bottom: 2px solid #56b8e6;
	padding-bottom: 10px; */
}
/* Fine - Header */
.navbar {

}
/* MENU DI NAVIGAZIONE */
/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0 15px 30px;
    font-family: var(--font-default);
    font-size: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    transition: 0.3s;
		text-transform: uppercase;
  }
	.navbar a:hover,
  .navbar li:hover>a {
    color: #56b8e6;
  }
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    /* background: #fff; */
		background-color: rgba(20, 35, 51, 0.6);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.2s;
		border-radius: 0px 0px 5px 5px;
  }
  .navbar .dropdown ul li {
    min-width: 240px;
  }
  .navbar .dropdown ul a {
    padding: 10px 20px; 
    font-size: 18px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
		border-bottom: 1px dotted #FFF;
  }
  .navbar .dropdown ul a.last-one {
		border-bottom: 0px none;  
	}
  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-primary);
  }
}
/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-default);
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    transition: 0.3s;
		text-transform: uppercase;
  }
  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    /* background-color: rgba(20, 35, 51, 0.6); */
		/* background-color: #F00; */
  }
  .navbar .dropdown ul a {
		border-bottom: 1px dotted #FFF;  
	}
  .navbar .dropdown ul a.last-one {
		border-bottom: 0px none;  
	}
}
/* FINE - MENU DI NAVIGAZIONE */
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 140px 0 30px 0;
  min-height: 30vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.breadcrumbs:before {
  content: "";
  background-color: rgba(27, 47, 69, 0.7);
  position: absolute;
  inset: 0;
}
.breadcrumbs h1 {
  font-size: 22px;
	line-height: 24px;
  font-weight: 500;
  color: #FFF;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-primary);
}
.breadcrumbs ol a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}
.breadcrumbs ol a:hover {
  text-decoration: underline;
}
.breadcrumbs ol li+li {
  padding-left: 10px;
}
.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}
/* Fine - Breadcrumbs */
section {
	padding: 80px 0px 0px 0px;
}
/* Home Page */
.hero {
  width: 100%;
  min-height: 100vh;
  background: url("../img/home/main-bg.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 120px 0;
  z-index: 3;
}
.hero h2 {
	border-top: 2px solid #56b8e6;
	padding-top: 40px;
	margin-top: 20px;
}
.card-body p {
	font-size: 16px;
}
.why-us {
  padding-bottom: 80px;
	background-color: #E0E0E0;
}
.why-us h1 {
  color: #036;
}
/* Fine - Home Page */
/* Tags */
.s-tags {
	padding: 80px 0px 80px 0px;
	background-color: #FFF;
}
.s-tags-contatti {
	padding: 70px 0px 80px 0px;
	background-color: #FFF;
}
.s-tags-azienda {
	padding: 40px 0px 80px 0px;
	background-color: #FFF;
}
.Tags {
	overflow: hidden;
	padding: 20px;
	/* background-color: #F00; */
	border: 1px solid #CCC;
	border-radius: 5px;
}
.Tags span {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
}
.Tags span i {
	color: #BFB504;
	display: inline-block;
	margin-right: 10px;
}
.Tags b {
	font-weight: 400;
	color: #999;
	display: inline-block;
	margin-right: 5px;
	border-bottom: 3px solid #BFB504;
}
/* Fine - Tags */
/* Azienda */
.about .content p {
  margin: 30px 0;
  color: var(--color-default);
}
/* Fine - Azienda */
/* Progetti realizzati */
.portfolio .portfolio-flters {
  padding: 0;
  margin: 0 auto 30px auto;
  list-style: none;
  text-align: center;
	border-bottom: 1px solid #036;
}
.portfolio .portfolio-flters li {
  color: #036;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
  font-size: 18px;
  font-weight: 400;
  margin: 0 10px;
  line-height: 1;
  margin-bottom: 0px;
  transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	border-top: 4px solid #CCC;
}
.portfolio .portfolio-flters li:hover,
.portfolio .portfolio-flters li.filter-active {
  color: var(--color-primary);
	background-color: #036;
	border-top: 4px solid var(--color-primary);
}
/* Fine - Progetti realizzati */
/* Cookies */
	.info-cookies {
	padding: 80px 0px;
}
/* Fine - Cookies */
/* Contatti */
/*
.recent-posts .post-box {
	background-color: #F00;
}*/
.recent-posts .post-box .post-title {
  font-size: 18px;
  color: var(--color-secondary);
  font-weight: 700;
  margin-top: 30px;
  position: relative;
  transition: 0.3s;
}
ul.ul-contatti {
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	list-style: none;
}
ul.ul-contatti li {
	margin: 10px 0px;
	padding: 0px;
  list-style: none;
}
/*
ul.ul-contatti li span {
	display: inline-block;
	min-width: 120px;
	text-transform: uppercase;
	font-weight: 700;
}*/
ul.ul-contatti li.alternative {
	background-color: #EEE;
	padding: 4px 5px 5px 5px;
	border: 1px solid #CCC;
	border-radius: 3px;
	border-bottom: 3px solid #036;
}/*
ul.ul-contatti li.last-one {
	margin: 10px 0px 0px 0px;
}**/
/* Fine - Contatti */
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 18px;
	line-height: 20px;
	border-top: 2px solid #56B8E6;
}
.footer h1 {
  font-size: 18px;
	line-height: 20px;
	color: #036;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #56B8E6;
}
.footer .footer-content .footer-info .logo span {
  font-family: 'Oxygen', sans-serif;
	font-size: 26px;
	line-height: 26px;
	font-weight: 300;
	text-transform: uppercase;
	color: #036;
  letter-spacing: 1px;
  margin-top: 3px;
}
.footer .footer-content .footer-info span {
  font-family: 'Oxygen', sans-serif;
	font-size: 26px;
	line-height: 26px;
	font-weight: 300;
	text-transform: uppercase;
	color: #036;
}
.footer .footer-content .social-links a {
  font-size: 18px;
  line-height: 0;
  display: inline-block;
  width: 42px;
  height: 42px;
  color: rgba(27, 47, 69, 0.5);
  margin-right: 10px;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 50px;
}
.footer ul {
  margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer ul li {
  margin: 5px 0px;
	padding: 0px;
	list-style: none;
}
.footer .footer-content .footer-links ul li i {
  margin-right: 10px;
}
.footer-legal {
	border-top: 2px solid #56B8E6;
}