@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@300;900&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  overflow-x: hidden !important;
}

body {
  font-family: 'Yantramanav', sans-serif;
}

h1, h2 {
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h1 {
  font-size: 1.50rem;
	font-family: 'Times New Roman', Times, serif;
}
h2 {
  font-size: 1.15rem;
  height: 16px;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  color: black;
  text-decoration: underline;
}

.bkube_container {
  padding: 3rem;
}
@media screen and (max-width: 991px) {
  .bkube_container {
    padding: 1rem;
  }
}

.bkube_logo {
  text-align: center;
}
.bkube_logo img {
  width: 150px;
}

.luca_melchionna_img img {
  width: 100%;
  margin-bottom: -45px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .luca_melchionna_img img {
    margin-bottom: -25px;
  }
}

.hr_desk {
  width: 200vw;
  margin-top: -33px;
  margin-left: -30%;
  border-bottom: 4px solid black;
  opacity: 1;
}

.luca_melchionna_architetto {
  display: flex;
}
.luca_melchionna_architetto h1 {
  margin: auto;
  margin-bottom: 0;
  text-align: center;
}

.service {
  position: relative;
  /* margin-bottom: 6rem; */
  min-height: 150px;
}
.service p {
  /* display: none; */
  opacity: 0;
  /* position: absolute;
  top: 2.5rem;
  left: 0;
  z-index: 1; */
  background-color: white;
  padding: 0.5rem;
  padding-left: 0;
}

.brands_container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.brands_container img {
  height: 35px;
  margin: 1rem;
}
@media screen and (max-width: 991px) {
  .brands_container img {
    height: auto;
    max-width: 120px;
  }
  .brands_container img.small {
    height: auto;
    max-width: 70px;
  }
}

.contacts_footer {
  display: flex;
  justify-content: center;
  align-self: center;
  flex-wrap: wrap;
}
.contacts_footer div {
  text-align: center;
  margin: 0.5rem;
}
.contacts_footer div::after {
  content: '|';
  margin-left: 0.5rem;
}
.contacts_footer div:last-child::after {
  display: none;
}

.border_bottom {
  position: relative;
}
.border_bottom::after {
  content: "";
  width: 100vw;
  border-bottom: 4px solid black;
  border-radius: 5px;
  position: absolute;
  bottom: 22%;
  left: 98.5%;
}
.border_bottom::before {
  content: "";
  width: 100vw;
  border-bottom: 4px solid black;
  border-radius: 5px;
  position: absolute;
  bottom: 22%;
  right: 99.5%;
}

.service h2 {
  width: 50%;
  border-bottom: 4px solid black;
}
@media screen and (max-width: 767px) {
  .service h2 {
    width: 85%;
  }
}

.service h2 span {
  background-color: white;
  /* border-bottom: 5px solid white; */
  /* box-shadow: 3px 3px white,
    -1em 0 .4em white; */
  box-shadow: inset 10px 0px 1px -5px white;
}


.w_100 {
  width: 100% !important;
}
.opacity_1 {
  opacity: 1 !important;
}

h2 {
  transition: width 1.2s;
}
p {
  transition: opacity 1.2s;
}
