@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap");
h1,
h2,
h3 {
  font-family: "Dela Gothic One", cursive;
}

p,
a {
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: underline;
  font-weight: bold;
}

.small {
  max-width: 34% !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.295);
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.295);
}

.big p {
  font-weight: 300 !important;
}

.big b {
  font-family: "Dela Gothic One", sans-serif;
}

.simple {
  background-color: #fff;
}

.simple p {
  color: #000;
}

.divider {
  width: 90%;
  height: 1px;
  background-color: #ffffff90;
  margin: 0 auto 10px auto;
}

body {
  margin: 0;
  padding: 20px;
  background: radial-gradient(125.29% 23.08% at 50.13% 39.89%, #f4cb3a 23.46%, #ffac2f 76.27%);
}

body header {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 50px;
}

body header img {
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff;
  max-width: 100px;
}

body header h1 {
  text-align: center;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
}

body header p {
  font-size: 18px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 30px #00000030;
  margin-bottom: 0;
}

body main section .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  max-width: 375px;
  margin: 0 auto;
}

body main section .links a {
  text-align: center;
  padding: 16px 25.5px;
  border-radius: 8px;
  border: 0;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  place-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main section .links a.inEvidenza {
  background-color: #ebebeb;
  background-position: center;
  background-size: cover;
  padding: 16px 0;
}

body main section .links a.new {
  position: relative;
}

body main section .links a.new::after {
  content: "NOVITÀ";
  font-weight: bold;
  background: radial-gradient(67.42% 65.41% at 34.48% 26.69%, #9a4dff 26.56%, #9825ce 100%);
  -webkit-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  padding: 8px 16px 7px;
  font-size: 12px;
  position: absolute;
  top: 5px;
  right: -10px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-box-shadow: 0px 3.2887697219848633px 3.2887697219848633px 0px #00000040;
          box-shadow: 0px 3.2887697219848633px 3.2887697219848633px 0px #00000040;
}

body main section .links a.ig {
  background: linear-gradient(225deg, #1400c8 0%, #b900b4 50.52%, #f50000 100%);
  color: #fff;
}

body main section .links a.fb {
  background: #1877f2;
  color: #fff;
}

body main section .links a.mg {
  background: linear-gradient(225deg, #ff7061 0%, #a033ff 50.52%, #0099ff 100%);
  color: #fff;
}

body main section .links a.yt {
  background-color: #212121;
  color: #fff;
}

body main section .links a.wa {
  background: #455a64;
}

body main section .links a.f {
  background: #131313;
}

body main section .links a.f p {
  color: #fff;
}

body main section .links a.gh {
  background: #000000;
}

body main section .links a.gh p {
  color: #fff;
}

body main section .links a p {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  margin: 0;
}

body main section .links a a {
  color: inherit;
}

body footer {
  margin-top: 84px;
  margin-bottom: 100px;
  text-align: center;
}

body footer hr {
  border-top: 1px solid #fff;
  margin-bottom: 18px;
}

body footer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  place-content: center;
}
/*# sourceMappingURL=style.css.map */