/* line 5, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* 72px*/
/* 18px*/
/* line 1, ../scss/_base.scss */
body {
  font-size: 20px;
  font-family: "basic-sans", sans-serif;
  box-sizing: border-box;
}

/* line 7, ../scss/_base.scss */
.bold {
  font-weight: 800;
}

/* line 1, ../scss/_header.scss */
.nav-bar {
  display: grid;
  justify-items: center;
  align-items: center;
  height: 171px;
  row-gap: 20.50px;
  padding-bottom: 29px;
}
@media (min-width: 66.375em) {
  /* line 1, ../scss/_header.scss */
  .nav-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    height: fit-content;
    padding: 44px 140px 48px 140px;
  }
  /* line 15, ../scss/_header.scss */
  .nav-bar .logo {
    margin-top: 0;
  }
}

/* line 22, ../scss/_header.scss */
.logo {
  max-width: auto;
  height: 65px;
  margin-top: 60px;
}

/* line 28, ../scss/_header.scss */
.nav-info {
  display: flex;
  flex-direction: row;
  gap: 5px;
  color: #C03456;
  font-weight: 800;
  font-size: 16px;
}
@media (min-width: 66.375em) {
  /* line 28, ../scss/_header.scss */
  .nav-info {
    font-size: 20px;
  }
}
/* line 38, ../scss/_header.scss */
.nav-info a {
  color: #C03456;
  font-weight: 800;
  text-decoration: none;
}
@media (min-width: 66.375em) {
  /* line 38, ../scss/_header.scss */
  .nav-info a {
    padding: 0.5rem;
  }
}
@media (min-width: 66.375em) {
  /* line 47, ../scss/_header.scss */
  .nav-info p {
    padding: 0.5rem;
  }
}

/* line 1, ../scss/_content.scss */
.img {
  display: grid;
  align-items: center;
  max-width: 100%;
}
/* line 7, ../scss/_content.scss */
.img img {
  max-width: 100%;
  height: 20rem;
  object-fit: cover;
}
@media (min-width: 43.875em) {
  /* line 7, ../scss/_content.scss */
  .img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }
}
@media (min-width: 66.375em) {
  /* line 7, ../scss/_content.scss */
  .img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }
}

/* line 25, ../scss/_content.scss */
.main-section {
  display: grid;
  padding: 3rem 1.8rem;
}
@media (min-width: 66.375em) {
  /* line 25, ../scss/_content.scss */
  .main-section {
    grid-template-columns: repeat(3, 1fr);
    padding: 6.25rem 1.8rem;
  }
}

/* line 33, ../scss/_content.scss */
.text {
  color: #C03456;
  font-family: "basic-sans", sans-serif;
  text-align: center;
  margin-bottom: 1.65rem;
  line-height: 1.3;
  font-size: 20px;
}
@media (min-width: 66.375em) {
  /* line 33, ../scss/_content.scss */
  .text {
    margin-bottom: 2.85rem;
    font-size: 30px;
  }
}
@media (min-width: 100.125em) {
  /* line 33, ../scss/_content.scss */
  .text {
    margin-bottom: 2.85rem;
    font-size: 40px;
  }
}
@media (min-width: 66.375em) {
  /* line 33, ../scss/_content.scss */
  .text {
    grid-column: 2 / span 1;
  }
}

/* line 53, ../scss/_content.scss */
h1 {
  font-family: "mighty-slab", serif;
  color: #C03456;
  font-size: 35px;
  text-align: center;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media (min-width: 66.375em) {
  /* line 53, ../scss/_content.scss */
  h1 {
    grid-column: 2 / span 1;
    font-size: 4rem;
    margin-bottom: 1rem;
  }
}

/* line 67, ../scss/_content.scss */
.catalogo {
  padding: 0.5rem 0.65rem 0.5rem 0.75rem;
  color: #C1CE00;
  background-color: #fff;
  font-family: 'serenity', sans-serif;
  font-weight: 500;
  font-size: 18px;
  border: 2px solid #C1CE00;
  width: fit-content;
  justify-self: center;
  text-decoration: none;
}
@media (min-width: 66.375em) {
  /* line 67, ../scss/_content.scss */
  .catalogo {
    grid-column: 2 / span 1;
    font-size: 25px;
  }
}

/* line 85, ../scss/_content.scss */
a:hover {
  background-color: #C1CE00;
  color: #fff;
}

/* line 91, ../scss/_content.scss */
.img1 {
  display: none;
}
@media (min-width: 32.625em) {
  /* line 91, ../scss/_content.scss */
  .img1 {
    display: block;
    position: absolute;
    left: 0;
    height: 23%;
    padding-top: 2rem;
  }
  /* line 99, ../scss/_content.scss */
  .img1 img {
    height: 2rem;
  }
}
@media (min-width: 66.375em) {
  /* line 91, ../scss/_content.scss */
  .img1 {
    display: block;
    position: absolute;
    right: 0;
    height: 35%;
    padding-top: 2rem;
  }
}

/* line 113, ../scss/_content.scss */
.img2 {
  display: none;
}
@media (min-width: 32.625em) {
  /* line 113, ../scss/_content.scss */
  .img2 {
    display: block;
    position: absolute;
    right: 0;
    height: 20%;
    padding-top: 10rem;
  }
  /* line 121, ../scss/_content.scss */
  .img2 img {
    height: 1.75rem;
  }
}
@media (min-width: 66.375em) {
  /* line 113, ../scss/_content.scss */
  .img2 {
    display: block;
    position: absolute;
    right: 0;
    height: 30%;
    padding-top: 20rem;
  }
  /* line 131, ../scss/_content.scss */
  .img2 img {
    height: 2.75rem;
  }
}

/* line 137, ../scss/_content.scss */
.contatti {
  display: grid;
  align-items: center;
  justify-items: center;
  padding-top: 2.5rem;
  row-gap: 1rem;
  text-align: center;
  line-height: 1.3;
  font-size: 16px;
  font-family: 'serenity', sans-serif;
}
/* line 138, ../scss/_content.scss */
.contatti img {
  max-height: 2.3rem;
}
@media (min-width: 66.375em) {
  /* line 137, ../scss/_content.scss */
  .contatti {
    grid-column: 2 / span 1;
    row-gap: 1rem;
    padding-top: 114px;
    font-size: 20px;
  }
}
/* line 157, ../scss/_content.scss */
.contatti .cont {
  display: flex;
  flex-direction: row;
  gap: 3px;
}
/* line 161, ../scss/_content.scss */
.contatti .cont a {
  color: #000;
  text-decoration: none;
}
/* line 166, ../scss/_content.scss */
.contatti a:hover {
  background-color: white;
  color: #C03456;
}

/* line 1, ../scss/_footer.scss */
.footer {
  background-color: #C1CE00;
  height: 2.7rem;
}
