@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
a:hover {
  text-decoration: none !important;
}
.header-btn-collapse-nav {
  background-color: transparent !important;
}
.header-btn-collapse-nav i {
  color: #fff !important;
}
.body {
  background-color: #0a0a0a !important;
}
.lingua {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #999;
}
.section_02 {
  background-color: #6aafad;
  padding: 40px 10px;
}
.contatti_header i {
  font-size: 20px;
  margin-right: 5px;
  color: #6aafad;
}
.contatti_header a {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
}
.contatti_header a:hover {
  color: #6aafad;
}
.section_01 {
  padding: 170px 0 120px 0;
}
.section_perche {
  padding: 100px 0;
  /*background-image: url("../img/bg_01.png");
	background-repeat: no-repeat;*/
}
.perche_num {
  font-weight: 900;
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  letter-spacing: -1px;
  color: rgba(119, 119, 119, 0.3)
}
.tit_01 {
  font-size: 70px;
  font-weight: 700;
}
.txt_01 {
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  font-weight: 300;
}
.txt_01 strong {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -1px;
}
.btn_more {
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #d76f3e;
  font-weight: 400 !important;
  text-transform: uppercase;
}
.section_contatti {
  background-color: #f4f4f4;
}
.lista_contatti {
  font-size: 26px;
}
.lista_contatti li {
  border-bottom: 1px dashed #aaa;
  padding-bottom: 25px;
  padding-top: 15px;
  margin-bottom: 10px;
  padding-left: 55px !important;
  line-height: 30px !important;
  color: #ccc;
}
.lista_contatti li a {
  color: #ccc;
}
.lista_contatti li a:hover {
  color: #d8d23f;
}
.lista_contatti i {
  font-size: 40px;
  top: 13px !important;
}
.box_01 {
  background-color: #212529;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.box_01 h3 {
  color: #d8d23f;
  margin: 5px 0;
  font-weight: 300 !important;
}
.section_chi h4 i {
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.box_02 {
  border: 1px dashed rgba(255, 255, 255, 0.5);
  padding: 10px;
  color: rgb(33, 37, 41);
  line-height: 22px;
}
.section_contatti {
  background-color: #0a0a0a;
  /*background-image: url("../img/bg_02.png");
	background-repeat: no-repeat;
	background-position: bottom right;*/
}
.section_contatti .btn {
  background-color: #6aafad;
  color: #fff;
}
.section_contatti .btn:hover {
  background-color: #d8d23f;
  transition: all 0.3s ease;
}
::placeholder {
  color: #fff !important;
  opacity: 1; /* Firefox */
  text-transform: uppercase;
}
::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff !important;
}
.section_contatti a {
  color: #999;
}
.section_contatti a:hover {
  color: #bbb;
}
.section_perche {
  position: relative;
}
.custom-banner-content-item-1 {
  cursor: pointer;
  position: absolute;
  top: -10px !important;
  left: 1px;
  z-index: 10;
}
.custom-banner-content-item-2 {
  cursor: pointer;
  position: absolute;
  top: -10px !important;
  right: 1px;
  z-index: 10;
}
a:hover {
  color: #6aafad;
}
@media (max-width: 767px) {
  .section_01 {
    padding: 115px 0 20px 0;
  }
  .txt_01 {
    font-size: 29px;
    line-height: 30px;
  }
  .txt_01 strong {
    font-size: 31px;
  }
  .section_perche {
    padding: 10px 0;
  }
  .section_perche .pe-5 {
    padding-right: 0 !important;
  }
  .tit_01 {
    font-size: 60px;
    font-weight: 700;
  }
}