/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: "Humanst521";
  src: url(/font/Hum521Rm.ttf) format("truetype");
}

@font-face {
  font-family: "Humanst521Bold";
  src: url(/font/Humanst521BTBold.ttf) format("truetype");
}

body { font-family: "Humanst521", sans-serif; overflow-x: hidden; }

a {
  color: #3498db;
  text-decoration: none;
}

a:hover {
  color: #5faee3;
  text-decoration: none;
}

.btn-hp {
    color: #fff;
    background-color: #2B2B2B;
    border-color: #2B2B2B;
}

.btn-form {
    max-width: fit-content;
    padding: 10px 30px;
    font-size: 1.5rem;
    background-color: #2B2B2B;
	margin:0 auto;
    display:block;
}

.form-labelUt {
    font-size: 1.2rem;
}

/*.col50 {width:50%;}*/
.row {--bs-gutter-x: 0;}
#DatiRichiestaHP {margin: 0.5rem 1.5rem;}
.card-title {font-family: "Humanst521Bold";}
.card-body {padding: .2rem 1rem;}
.stretch {
    display:inline-block;
    -webkit-transform:scale(.9,1); /* Safari and Chrome */
    -moz-transform:scale(.9,1); /* Firefox */
    -ms-transform:scale(.9,1); /* IE 9 */
    -o-transform:scale(.9,1); /* Opera */
    transform:scale(.9,1); /* W3C */
}

.containerHHP {
    margin-left: 0px;
	max-width:1900px;
}

@media (max-width: 650px) {
  .extra_content {
    display: none;
  }
  #read_more {
    display: block;
  }
}

.read_more  {
  display: none;
}

.show {
   display: block!important;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #3498db;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #57aae1;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #2B2B2B;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo img {
  max-height: 80px;
}

@media (max-width: 768px) {
#header {
  height: 70px;
}
#header .logo img {
  max-height: 40px;
}
}
@media (max-width: 991px) {
#header {
  height: 70px;
}
#header .logo img {
  max-height: 50px;
}
}

/*--------------------------------------------------------------
# Header Logo Links
--------------------------------------------------------------*/
.header-logo-links {
  margin: 0 0 0 30px;
}
.header-logo-links a {
  color: #9ba6af;
  padding-left: 8px;
  display: inline-block;
  line-height: 0px;
  transition: 0.3s;
}
.header-logo-links a i {
  line-height: 0;
}
.header-logo-links a:hover {
  color: #3498db;
}
@media (max-width: 768px) {
  .header-logo-links {
    margin: 0 15px 0 0;
  }
}

/*--------------------------------------------------------------
# BTImg Section
--------------------------------------------------------------*/
#BTImg {
  width: 100%;
  height: 60vh;
  background: url("../img/header_1920.png") left top;
  background-size: cover;
  position: relative;
  margin-top: 70px;
  padding: 0;
}
#BTImg:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#BTImg .container {
  z-index: 2;
}
@media (max-width: 992px) {
  #BTImg {
    height: calc(100vh - 70px);
  }
}
@media (max-width: 810px) {
  #BTImg {
    height: calc(100vh - 70px);
	background: url("../img/header_810.png") left top;
  }
}
@media (max-width: 428px) {
  #BTImg {
    	max-height: 203px;
	background: url("../img/header_428.png") left top;
	background-repeat: no-repeat;
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f7fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #3498db;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Info
--------------------------------------------------------------*/
.Info {
  padding: 0px 0;
  background-color: #2B2B2B;
  color: #FFF;
}

.hp {padding: 20px 60px; }
.servizio {background-color: #33C7D3;}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
  background: #FFF;
}
