#loading {
  display: inline-block;
  position: absolute;
  width: 100%;
  overflow: hidden !important;
  z-index: 999;
  background-color: white;
  transition: all 1.2s ease-in-out;
}

html,
body {
  width: 100%;
  font-size: 16px;
  position: relative;
}

body {
  min-width: 1100px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background: #e2e0de;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #002e60;
}

#downloadChoose {
  position: fixed;
  width: 100vw;
  height: 100vh;
  min-width: 1100px;
  min-height: 100%;
  top: 0;
  margin-left: max(1100px,100vw);
  display: flex;
  justify-content: center;
  align-content: center;
  z-index: 999999;
  transition: all 1.4s ease-in-out;
  align-items: center;
  font-size: 3em;
  box-sizing: border-box;
  overflow: hidden;
}

#downloadChoose div {
  margin: 1em;
  background-color: white;
  padding: 0.6em 0.8em;
  width: 40%;
  box-sizing: border-box;
  z-index: 1;
  opacity: 1;
  color: #002e60;
  border-top-right-radius: 40%;
  border: 2px inset #002e60;
}

.down_active {
  margin-left: 0 !important;
}

#downloadChoose div a {
  color: #002e60;
  text-decoration: none;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
}

#downloadChoose div a span {
  font-weight: 400;
  font-style: italic;
  font-size: 0.8em;
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-top: -0.2em;
}

#downloadChoose div p::first-letter {
  font-weight: 800;
}

#downloadChoose div a::before {
  position: absolute;
  content: "";
  width: 80%;
  background: black;
  background: linear-gradient(to right, #002e5a, transparent);
  height: 0.1em;
  top: 1em;
}

#downloadChoose::before {
  content: "";
  position: absolute;
  background-color: black;
  opacity: 0.6;
  filter: blur(10px);
  width: 100%;
  height: 100%;
}

input[type="text"] {
  height: 1.5em;
  font-size: 1.2em;
  line-height: 1.5em;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  font-family: "Ubuntu", sans-serif;
  color: #322f2a;
}

p,
ol,
ul {
  margin-top: 0px;
}

ol,
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  line-height: 180%;
}

a {
  color: white;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

img.alignleft {
  float: left;
}

img.alignright {
  float: right;
}

img.aligncenter {
  margin: 0px auto;
}

hr {
  display: none;
}

ul.style1 li {
  padding: 1.5em 0em 1.9em 0em;
  border-top: 5px solid white;
}

ul.style1 a {
  text-decoration: none;
  color: #002e60;
  text-shadow: 1px 1px white, 2px 2px 5px white;
}

ul.style1 a:hover {
  text-decoration: underline;
}

ul.style1 .posted {
  font-size: 0.9em;
  color: #b6b6b6;
}

ul.style1 .first {
  padding-top: 0em;
  border-top: none;
}

ul.style1 p {
  line-height: 125%;
}

#uparrow {
  position: fixed;
  display: none;
  bottom: -10px;
  right: 10px;
  font-size: 28px;
  font-weight: 800;
  background-color: rgba(100, 250, 0, 0.6);
  padding: 10px 15px;
  border: 2px solid #002e60;
  z-index: 9999;
}

#uparrow a {
  color: #002e60;
}

#wrapper {
  background: #e2e0de;
  background-image: linear-gradient(#e2e0de, rgba(255, 255, 255, 0.9));
  color: #002e60;
  padding-bottom: 20px;
  font-family: "Roboto", sans-serif;
}

.container {
  width: 1100px;
  margin: 0px auto;
}

.clearfix {
  clear: both;
}

.benefortisrl {
  font-family: "Arial" !important;
  font-weight: 600;
  font-style: italic;
}

#header-wrapper {
  overflow: hidden;
  height: 160px;
  background: #e2e0de;
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), #e2e0de 40%);
  border-bottom: 1px solid white;
}

#header {
  overflow: hidden;
}

#logo {
  position: relative;
  float: left;
  width: 230px;
  height: 100px;
  animation: logo 1.6s linear forwards;
}

@keyframes logo {
  0% {
    width: 230px;
  }

  100% {
    width: 250px;
  }
}

#logo p {
  margin: 0px;
  color: #002e60;
  line-height: normal;
  font-size: 0.8em;
  font-family: "Open Sans", bold;
  padding-left: 50%;
}

#menu {
  padding: 20px 0px 0px 0px;
  height: 99px;
}

#menu ul {
  float: right;
  margin: 0px;
  padding: 0px;
  list-style: none;
  line-height: normal;
}

#menu li {
  padding: 1em 1em 1em 1em;
  border-left: 1px solid #383533;
  box-shadow: -1px 0 0px #6d6865;
  float: left;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: white;
}

#menu a {
  display: block;
  text-decoration: none;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Ubuntu", sans-serif;
  font-size: 1.35em;
  color: #002e60;
}

#menu a:hover {
  text-decoration: underline;
  color: #ffffff;
}

#menu .active a {
  color: #ffffff;
  text-shadow: 1px 1px rgba(0, 46, 96, 0.64), 2px 2px 5px rgba(0, 46, 96, 0.64);
}

#menu .first {
  padding-left: 0px;
  border-left: none;
  box-shadow: none;
}

#menu p {
  font-size: 13px;
  display: inline-blocK;
  float: right;
  padding: 0px;
  padding-top: 5px;
  font-weight: 600;
}

#menu p img {
  width: 45px;
  padding: 0px 10px;
  float: right;
}

.h2title {
  color: #002e60;
  padding-bottom: 0.4em;
  padding-top: 0.4em;
  text-shadow: 2px 1px white;
  width: 100%;
  text-align: center;
  border-top: 2px solid #d8d8d8;
  border-bottom: 2px solid #d8d8d8;
  font-family: "Open Sans", sans-serif;
  font-size: 2.5em;
}

#page {
  overflow: hidden;
  width: 100%;
  padding: 50px 0px;
  border-bottom: 1px solid #d8d8d8;
  background-color: white;
}

#page h2 {
  margin-top: 20px;
  padding: 0px 0px 5px 0px;
  letter-spacing: -1px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 3em;
  color: #002e5a;
}

#content-container {
  width: 1100px;
  margin: 0px auto;
}

#content {
  float: left;
  width: 650px;
  font-size: 1.1em;
  padding-right: 20px;
}

#content h2 {
  padding: 10px 0px 10px 0px;
  color: #002e60;
  font-size: 2.2em;
  padding-right: 25px;
  text-align: right;
  padding-right: 40px;
  font-weight: 600;
}

#content p {
  font-size: 110%;
  float: right;
  width: 350px;
}

#content a {
  color: #dbc7c7;
  text-shadow: 1px 1px rgba(0, 46, 96, 0.84);
  text-decoration: none;
}

#content img {
  box-shadow: 7px 5px #f1f1f1;
  padding-left: 20px;
}

.legend {
  height: 17em;
  margin: 5px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

.legend h2 {
  width: 100%;
  text-align: left;
}

#sidebar {
  float: right;
  width: 350px;
}

#sidebar li {
  text-align: center;
  width: 350px;
  margin-top: 30px;
  min-height: 240px;
  border: 4px dotted rgba(0, 84, 255, 0.7);
}

#sidebar a {
  font-size: 1.8em;
  width: 300px;
}

.justify-evenly {
  justify-content: space-evenly;
}

.grow {
  flex-grow: 1;
}

.flex {
  display: flex;
}
.items-center {
  align-items: center;
}

#sidebar img {
  filter: contrast(120%);
  -webkit-filter: contrast(120%);
  width: 250px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.85);
  margin-top: 20px;
}

#footer {
  background-color: #002e60;
  overflow: hidden;
  padding: 2em 0em;
  border-top: 1px solid #3b3b3a;
  display: block;
}

#footer p {
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #959494;
  line-height: 1em;
  padding: 0px;
  margin: 0px;
}

#footer a {
  color: #bfbfbf;
}

#banner {
  min-width: 100%;
  overflow: hidden;
  padding: 0px 0px;
  padding-bottom: 10px;
  background: #e2e0de;
  border-bottom: 3px solid #d8d8d8;
  font-family: "Roboto", sans-serif;
}

#slider {
  margin: 0 auto;
  width: 100%;
  /*  padding-block: 60px; */
  max-width: 1920px;
  position: relative;
}

#slider .button {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  height: 50px;
  text-decoration: none;
  outline: 0;
  border-radius: 8px;
  font-size: 1.25em;
  border-bottom: solid 2px #0054a6;
  text-shadow: 0 1px 1px #003a6c;
}

#slider .button:hover {
  background: #2094e6;
}

#slider .viewer {
  width: 100%;
  height: 600px !important;
  height: 100%;
  margin: 0 auto;
  /* margin-bottom: 38px; */
  overflow: hidden;
}

#slider .viewer .reel {
  display: none;
  height: 100%;
}

#slider .viewer .reel .slide {
  position: relative;
  width: 1920px;
  height: 100%;
}

#slider .viewer .reel h2 {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  position: absolute;
  font-weight: 400;
  top: 140px;
  left: -1em;
  padding: 5px 30px;
  line-height: 80px;
  background: #111111;
  text-align: center;
  opacity: 0.85;
  color: #ffffff;
  font-size: 3em;
  transition: all 0.8s ease-in-out;
}

#slider .viewer .reel .active h2 {
  left: 0;
}

#slider .viewer .reel h2 img {
  width: 75px;
  padding: 10px;
  margin-top: -10px;
  margin-left: -20px;
}

#slider .viewer .reel p {
  position: absolute;
  top: 245px;
  width: 600px;
  left: 10px;
  padding: 25px 35px;
  background: #0074c6;
  text-align: center;
  opacity: 0.75;
  line-height: 1.6em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 1.6em;
}

#slider .indicator {
  margin: 10px auto 0 auto;
}

#slider .indicator ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

#slider .indicator ul li {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-indent: -9999em;
  background: #c8c8c8;
  margin: 0 26px 0 26px;
  border-radius: 8px;
  border-bottom: solid 1px #ffffff;
  border-top: solid 1px #909090;
}

#slider .indicator ul li.active {
  background: #002e60;
  border-top: solid 1px #505050;
}
* {
  box-sizing: border-box;
}
.spezzatotestocentrato {
  width: 1100px;
  overflow-x: hidden;
  padding-inline: 1rem;
  margin: 10px auto;
  text-align-last: center;
}

.spezzatotestocentrato p {
  padding: 10px;
  font-size: 1.6em;
  text-align-last: center;
  font-weight: 400;
  letter-spacing: -1px;
  text-align: justify;
  line-height: 1.65em;
  font-family: "Advent Pro", sans-serif;
}

.spezzatotestocentrato b {
  font-weight: 600;
  font-size: 120%;
  text-align-last: center;
  font-variant: small caps;
}

#categorie {
  width: 100%;
  margin: 10px auto;
  text-align: center;
  position: relative;
  display: block;
}

#categorie div {
  width: 1100px;
  margin: 0px auto;
  text-align: center;
  margin-top: 30px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

#categorie h2 {
  text-transform: uppercase;
  font-size: 6em;
  color: #002e60;
  padding-bottom: 10px;
  text-shadow: 2px 1px white;
  width: 100%;
}

#categorie div div {
  flex: 1;
  margin: 0.5em;
  box-sizing: border-box;
  font-size: 145%;
  text-transform: uppercase;
}

#categorie div a {
  color: #002e60;
  font-size: 0.8em;
  line-height: 1em;
  text-decoration: none;
}

#categorie div img {
  filter: contrast(120%);
  -webkit-filter: contrast(120%);
  width: 100%;
  display: block;
  background-color: #002e60;
  box-shadow: 2px 2px 10px black;
  border: 2px 2px solid white;
  margin-top: 20px;
  box-sizing: border-box;
}

#categorie div div:hover img {
  background-color: #fff;
  border: 1px solid #002e60;
}

#categorie div div:hover a {
  text-decoration: underline;
}

#featured {
  overflow: hidden;
  padding: 0px 0px;
  border-bottom: 1px solid #d8d8d8;
}

#featured #fbox1 {
  float: left;
  width: 235px;
  margin: 20px;
}

#featured #fbox2 {
  float: left;
  width: 235px;
  margin: 20px;
}

#featured #fbox3 {
  float: left;
  width: 235px;
  margin: 20px;
}

#featured #fbox4 {
  float: left;
  width: 235px;
  margin: 20px;
}

#featured img {
  border-radius: 0px;
}

#featured p {
  text-align: center;
}

#featured h2 {
  padding: 20px 0px 20px 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #0074c6;
}

#featured .title {
  margin-bottom: 40px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  font-family: "Open Sans", sans-serif;
  font-size: 2.5em;
  color: #002e60 !important;
}

.prodotti h2 {
  padding: 20px 0px 20px 0px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  font-family: "Open Sans", sans-serif;
  font-size: 2.5em;
}

#slide_prodotti table img {
  width: 250px !important;
}

#slide_prodotti table tr td p {
  font-weight: 800;
  padding-top: 0.6em;
  font-size: 0.8em;
}

#cat_box {
  width: 90%;
  margin: 0px 5%;
  position: relative;
  display: block;
  overflow: hidden;
}

#header_box {
  position: absolute;
  width: 90%;
  height: 80px;
  top: 20px;
  left: 5%;
  background-color: #002e60;
}

#header_box table {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  color: white;
}

#header_box table a {
  margin-left: 2em;
}

#header_box table td {
  top: 1em;
  font-size: 14px;
  height: 100%;
}

#content_box {
  height: auto;
  position: relative;
  display: blocK;
  margin-top: 100px;
  width: 96%;
  padding: 1% 2%;
}

#content_box .categoria {
  margin-top: 15px !important;
  padding-bottom: 5px;
}

#content_box p {
  margin: 0.2em auto;
}

#content_box .categoria b {
  z-index: 0;
  font-size: 15px;
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#content_box .titolo b {
  font-size: 20px;
  padding: 15px 20px 0px 0px;
}

#content_box .codici {
  padding-left: 18px;
  margin-top: -5px;
}

#content_box .scheda {
  display: none;
  max-width: 90%;
}

#content_box .prodotti {
  width: 100%;
  position: relative;
  text-align: center;
}

#content_box .prodotti img {
  width: 85%;
  margin: 0px auto;
  margin-top: 1em;
  border: 2px solid #002e5a;
  box-sizing: border-box;
}

#content_box table,
tbody {
  vertical-align: top;
  table-layout: fixed;
  width: 100%;
  margin: 0px 0%;
  position: relative;
  display: blocK;
}

#content_box tr {
  table-layout: fixed;
  margin: 0px;
  padding: 0px;
}

#content_box tr td {
  width: 33%;
  margin: 0px;
  padding: 5px;
  border-left: 2px solid #002e60;
}

#schedaprodotto {
  position: fixed;
  background-color: rgba(0, 46, 96, 0.9);
  height: 80%;
  width: 100%;
  top: 10%;
  display: none;
  bottom: 10%;
  z-index: 99999;
}

#nav_bar {
  width: 100%;
  float: right;
  font-weight: 800;
  font-size: 28px;
  font-family: "open sans", sans-serif;
  text-align: right;
  padding-right: 10px;
}

#nav_bar a {
  background-color: white;
  color: #002e60;
  padding: 10px;
  font-size: 22px;
  font-weight: 900;
}

#if_schedaprodotto {
  position: relative;
  height: 90%;
  width: 90%;
  margin: 0px 5%;
  overflow: hidden;
}

#cookieConsent {
  font-weight: 800;
  background-color: rgba(20, 20, 20, 0.8);
  min-height: 26px;
  font-size: 16px;
  color: #ccc;
  line-height: 26px;
  padding: 8px 0 8px 30px;
  font-family: Open Sans;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
}

#cookieConsent a {
  color: #4b8ee7;
  text-decoration: none;
}

#closeCookieConsent {
  float: right;
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 5px 130px 0 0;
  font-weight: bold;
}

#closeCookieConsent:hover {
  color: #fff;
}

#cookieConsent a.cookieConsentOK {
  background-color: #f1d600;
  color: #000;
  display: inline-block;
  border-radius: 5px;
  padding: 0 20px;
  cursor: pointer;
  float: right;
  margin: 0 60px 0 10px;
}

#cookieConsent a.cookieConsentOK:hover {
  background-color: #e0c91f;
}

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