/* RESPOND ABOVE ***************************************************/
/* RESPOND BELOW ***************************************************/
/* RESPOND BETWEEN ***************************************************/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html,
body {
  font-family: "Raleway", Arial, sans-serif;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

p {
  font-size: 1.125rem !important;
}

b,
strong {
  color: var(--bs-primary) !important;
}

.container {
  max-width: 70rem;
}

.menu-full-page {
  background: rgba(0, 0, 0, 0.85);
}

header {
  height: 6rem;
}
header img {
  height: 3rem;
}
header #menu-button {
  position: relative;
  padding: 0;
  right: 1rem;
  width: auto;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
}
header #menu-button .fa-times {
  color: #6e6e6e;
}

.separator {
  border-bottom: 3px solid var(--bs-primary);
}

main a {
  color: var(--bs-primary) !important;
}
main div.row a:hover div {
  box-shadow: inset 0px 0px 80px 0px rgba(0, 0, 0, 0.25);
}
main div.row a:hover img {
  transform: scale(1.1);
}
main div.row a div {
  height: calc(50vh - 4rem);
  min-height: 20rem;
  max-height: calc(50vh - 4rem);
  padding: 1rem;
}
main div.row a div img {
  max-width: 90%;
  max-height: 90%;
}
main div.row a div#seitel {
  background-image: url("../img/bg_seitel.jpg");
  background-size: cover;
}
main div.row a div#seit {
  background-image: url("../img/bg_seit.jpg");
  background-size: cover;
}
main div.row a div#rosso {
  background-image: url("../img/bg_rosso.jpg");
  background-size: cover;
}
main div.row a div#wemay {
  background-image: url("../img/bg_wemay.jpg");
  background-size: cover;
}
main div.row a div#academy {
  background-image: url("../img/bg_accademy.jpg");
  background-size: cover;
}
main div.row a div#wee {
  background-image: url("../img/bg_we-e.jpg");
  background-size: cover;
}

footer {
  color: #6e6e6e;
}
footer #logoGruppoSeitelFooter {
  height: 2rem;
}
footer a {
  color: #6e6e6e !important;
}
footer ul {
  list-style-type: none;
  padding: 0;
}

div.chess div.row .title, div.chess-reverse div.row .title {
  font-weight: 400;
}

@media (min-width: 0) and (max-width: 767px) {
  header {
    height: 6rem;
  }
  header img {
    height: 2rem;
  }

  main div.row a div {
    height: 50vw;
    min-height: inherit;
  }

  div.chess div.row .title, div.chess-reverse div.row .title {
    font-weight: 900;
  }
}
#timBusinessTable thead {
  font-size: 1.5rem;
  color: white;
}

#timBusinessTable thead tr {
  background: #1682b0 !important;
}

#timBusinessTable thead tr th {
  padding: 1rem;
}

#timBusinessTable tr:nth-child(odd) {
  background: #e8e8e8;
}

#timBusinessTable td {
  width: 50%;
  border: 1px solid #404041;
  padding: 0.5rem;
}

#academy img.man {
  height: 7rem;
}
#academy .separatore {
  margin: 0.5rem 0;
}
#academy .separatore:before {
  content: "";
  width: calc(50% - 1px);
  height: 3rem;
  border-left: 1px solid #1682b0;
}
#academy div.textBox {
  margin: 0 auto;
  width: 80%;
  border: 2px dashed #1682b0;
  padding: 2rem 2rem 1rem 2rem;
  text-align: left;
}
#academy div.textBox h3 {
  color: #1682b0;
  font-size: 1.5rem;
}
#academy div.textBox p {
  text-align: justify;
}

/*# sourceMappingURL=index.css.map */
