/******************************
    Vetrina ESAGONI
******************************/

.hex-showcase {
}

.hex-element {
  padding: 30px 0 0;
}

#hexagon {
  filter: drop-shadow(rgba(0, 0, 0, 0.5) 0px 0px 10px);
  margin-top: -20px;
  max-width: 100%;
}

#hex {
  fill-opacity: 1;
  stroke: #fff;
  stroke-width: 8;
}

.hex-title-container {
  background: rgb(249, 207, 62);
  background: -moz-linear-gradient(
    90deg,
    rgba(249, 207, 62, 1) 0%,
    rgba(242, 232, 67, 1) 50%,
    rgba(249, 207, 62, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(249, 207, 62, 1) 0%,
    rgba(242, 232, 67, 1) 50%,
    rgba(249, 207, 62, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(249, 207, 62, 1) 0%,
    rgba(242, 232, 67, 1) 50%,
    rgba(249, 207, 62, 1) 100%
  );
  text-align: center;
}

.hex-title {
  font-size: 40px;
  color: #283891;
  padding: 15px 10px;
}

.hex-red {
  color: #bf1e2d;
}

.hex-bkg-gray {
  background-color: #eeeeee;
}

.hex-description {
  padding: 20px 0;
  font-weight: 600;
}

/******************************
    Vetrina SLOGAN
******************************/
.slogan-showcase {
  background: rgb(22, 35, 75);
  background: -moz-linear-gradient(
    90deg,
    rgba(22, 35, 75, 1) 0%,
    rgba(12, 78, 121, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(22, 35, 75, 1) 0%,
    rgba(12, 78, 121, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(22, 35, 75, 1) 0%,
    rgba(12, 78, 121, 1) 100%
  );
  padding: 50px 0;
}

.slogan-title {
  color: #fff;
  font-size: 40px;
  margin-bottom: 30px;
  padding-left: 15px;
}

.slogan-cit {
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

.slogan-signature {
  width: 40%;
  margin: 0 auto;
  padding: 10px 0;
}

.slogan-text {
  color: #fff;
}

/******************************
    Vetrina CONTATTI
******************************/

.contact-showcase {
  padding: 50px 0;
}

.contact-title {
  color: #092f5f;
  margin-bottom: 40px;
}

.contact-img {
  height: 600px;
}

.contact-legenda {
  width: 200px;
  position: absolute;
  right: 0;
  top: 40px;
}

.contact-element {
  padding: 21px 52px 26px 27px;
  margin-top: 10px;
  font-size: 24px;
  line-height: 33px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: -0.5px;
  position: relative;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: rgb(22, 35, 75);
  background: -moz-linear-gradient(
    90deg,
    rgba(22, 35, 75, 1) 0%,
    rgba(12, 78, 121, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(22, 35, 75, 1) 0%,
    rgba(12, 78, 121, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(22, 35, 75, 1) 0%,
    rgba(12, 78, 121, 1) 100%
  );
}

.contact-element > .fa-angle-right {
  color: #ffffff;
  position: absolute;
  right: 43px;
  top: 53%;
  transform: translateY(-50%);
}

.contact-element > .fa-angle-right:before {
  font-size: 50px;
}

.contact-address {
  padding-top: 30px;
  font-size: 16px;
  font-weight: bold;
}

.contact-location {
  padding: 20px;
}
.contact-location > img {
  box-shadow: 9px 13px 26px -8px #222533;
}

/******************************
    Vetrina ASSOTIR
******************************/
.assotir-showcase {
  padding: 50px 0;
  background-color: rgba(40, 81, 163, 0.4);
  background-blend-mode: overlay;
  height: 700px;
  background-position: center;
}

.assotir-img {
  margin-bottom: 50px;
  max-width: 100%;
}
.assotir-title {
  font-size: 32px;
  color: #283891;
  margin: 20px 0;
}

.assotir-text {
  font-size: 25px;
  text-transform: none;
  color: #fff;
  text-shadow: 0 2px 6px black;
  margin: 20px 0 50px;
  font-weight: 500;
}

/******************************
    Varie
******************************/

.btn-yellow,
.btn-yellow:active,
.btn-yellow:hover:active {
  margin: 15px 0;
  padding: 15px 15px;
  color: #283891;
  background: rgb(249, 207, 62);
  background: -moz-linear-gradient(
    90deg,
    rgba(249, 207, 62, 1) 0%,
    rgba(242, 232, 67, 1) 50%,
    rgba(249, 207, 62, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(249, 207, 62, 1) 0%,
    rgba(242, 232, 67, 1) 50%,
    rgba(249, 207, 62, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(249, 207, 62, 1) 0%,
    rgba(242, 232, 67, 1) 50%,
    rgba(249, 207, 62, 1) 100%
  );
}

.btn-yellow:hover {
  border-width: 4px;
}

.notfound {
  background-color: #eeeeee;
  padding: 50px;
  margin: 50px;
}

.page-descr {
  margin-bottom: 20px;
}

/******************************
    FOOTER
******************************/
footer {
  background: rgb(22, 35, 75);
  background: -moz-linear-gradient(
    90deg,
    rgba(22, 35, 75, 1) 0%,
    rgba(12, 78, 121, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(22, 35, 75, 1) 0%,
    rgba(12, 78, 121, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(22, 35, 75, 1) 0%,
    rgba(12, 78, 121, 1) 100%
  );
  padding-bottom: 50px;
  color: #fff;
}

.footer-border {
  border-top: 40px solid;
  border-image: linear-gradient(
      90deg,
      rgba(249, 207, 62, 1) 0%,
      rgba(242, 232, 67, 1) 50%,
      rgba(249, 207, 62, 1) 100%
    )
    1;
}

.footer-contact {
  padding: 20px 0;
}

.bottom-footer {
  border-top: 1px solid;
  padding-top: 20px;
}

.social-list {
  float: right;
}
.social-list i {
  font-style: normal;
}
