body {
  margin: 0;
  padding: 0;
}

nav {
  background-color: #2f2e2e;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5 {
  color: #fa9e34;
}
h2 {
  color: #fa9e34;
  font-size: 42px;
  margin-bottom: 1.5rem;
}
h4 {
  margin-bottom: 1rem;
}
p {
  font-size: 15px;
}
.wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: max-content;
  width: 100%;
}

nav a {
  color: #fff;
}
nav a:hover {
  color: rgb(177, 177, 177);
}
section {
  margin-bottom: 3rem;
}
.content {
  width: 100%;
  height: max-content;
  padding-top: 3rem;
}
.index section.B710 {
  min-height: max-content;
  height: 100%;
  width: 100%;
}
.index section.B710 p {
  padding: 2rem 0rem;
}
.btn-dark {
  border-radius: 0;
  color: #fff !important;
  background-color: #2f2e2e;
}
.index .bg-cover-B810 {
  color: #fff;
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem;
}
section.B810 {
  background-image: url("../img/B810.jpg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left;
  padding: 10rem;
  min-height: max-content;
  height: 100%;
  width: 100%;
  text-align: right;
}
section.B810 p {
  color: #fff;
}
section.B810U {
  background-image: url("../img/IGWBOX810.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left;
  padding: 10rem;
  min-height: max-content;
  height: 100%;
  width: 100%;
  text-align: right;
}
.download {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  border-left: 1px solid #c0c0c0;
}
.img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.table .img-container {
  flex-direction: column;
}

.btn-white {
  border-radius: 0;
  background-color: #fff !important;
  color: #2f2e2e !important;
}
.btn-orange {
  border-radius: 0;
  background-color: #fa9e34;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.btn-orange:hover {
  color: rgb(207, 207, 207);
}
input,
textarea {
  border: 1px solid #c0c0c0 !important;
  border-radius: 0 !important;
}

footer {
  border-top: 1px solid #c0c0c0;
  width: 100%;
  padding: 3rem 0rem 0rem;
  margin-top: 1rem;
}
footer a {
  color: rgb(26, 26, 26);
}
footer ul li {
  padding-bottom: 1rem;
}
footer p {
  margin-bottom: unset;
}
footer .logo img {
  width: 12rem;
  max-width: 12rem;
}
footer .sociale {
  margin-bottom: unset;
}
footer .sociale li {
  margin-right: 1.5rem !important;
  padding-bottom: unset;
}
footer .copy-right {
  background-color: #2f2e2e;
  color: #9a9a9a;
}

/*/////////////////// Responsive ///////////////////*/
@media screen and (max-width: 991px) {
  img {
    max-height: 20rem;
    max-width: max-content;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .bg-cover-B810 .row{
    flex-direction: column-reverse;
  }
  .contact .download{border: 1px solid #c0c0c0;margin-top: 3rem;padding: 2rem;}
  .contact h1{text-align: center;}
}
@media screen and (max-width: 800px) {
  img {
    max-height: 20rem;
    max-width: max-content;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  section.table img{max-height: 30rem;}
}
@media screen and (max-width: 360px) {
}
