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 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *::after, *::before {
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  line-height: 1.5;
  min-height: 100vh;
  scroll-behavior: smooth;
}

input, button, textarea, select {
  font-family: inherit;
}

@font-face {
  font-family: "Lexend_bold";
  src: url("../fonts/Lexend-600.woff2") format("woff2"), url("../fonts/Lexend-500.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lexend_regular";
  src: url("../fonts/Lexend-500.woff2") format("woff2"), url("../fonts/Lexend-500.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --font-regular: "Lexend_regular";
  --font-bold: "Lexend_bold";
  --font-alternative: "Open Sans", sans-serif;
  --color-dark: #000000;
  --color-light: #FFFFFF;
  --color-primary: #8D3335;
  --color-complementary: #F1E1C9;
  --transition-time: 250ms;
}

.bg_image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.cover_image {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

html, body {
  font-size: 18px;
  line-height: 1.1;
}

body {
  font-family: var(--font-bold);
}

a {
  color: var(--color-dark);
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}

p, ul, ol {
  line-height: 1.4;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

h2 {
  border-bottom: 2px solid var(--color-primary);
  font-size: 28px;
  line-height: 1;
  margin-bottom: 36px;
  text-transform: uppercase;
}
h2 span {
  display: block;
}

@media only screen and (min-width: 576px) {
  h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 46px;
    margin-bottom: 48px;
  }
}
figure {
  background-color: var(--color-light);
  text-align: center;
}
figure img {
  display: block;
  margin: auto;
}

button, input[type=submit], input[type=reset] {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-tap-highlight-color: transparent;
}
button:hover, input[type=submit]:hover, input[type=reset]:hover {
  cursor: pointer;
}
button:focus, input[type=submit]:focus, input[type=reset]:focus {
  outline: none;
}
button:disabled:hover, input[type=submit]:disabled:hover, input[type=reset]:disabled:hover {
  cursor: not-allowed;
}

.btn {
  border-color: var(--color-dark);
  border-style: solid;
  border-width: 0.0625rem;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.625rem 2.5rem;
  text-align: center;
  text-transform: uppercase;
  transition: all var(--transition-time);
}
.btn:hover {
  cursor: pointer;
  text-decoration: none;
}

.container {
  margin: 0 auto;
  padding: 0 0.9375rem;
  max-width: 100%;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .container {
    width: 46.125rem;
  }
}
html, body {
  height: 100%;
}

html {
  overscroll-behavior-y: none;
  scroll-behavior: smooth;
}

body {
  background-color: var(--color-light);
  color: var(--color-dark);
}

main {
  background-color: var(--color-light);
  position: relative;
  z-index: 10;
}

.landing__intro {
  background-color: var(--color-complementary);
  padding: 45px 0;
  position: relative;
  text-align: center;
  z-index: 2;
}

.landing__intro__brand {
  height: auto;
  width: 90%;
}

.landing__intro__festival {
  font-family: var(--font-regular);
}

.landing__intro__tags {
  color: var(--color-primary);
  margin-top: 30px;
}

.landing__intro__birds {
  position: absolute;
  right: -84px;
  top: 57px;
  z-index: 0;
}

.landing__intro__visual {
  height: auto;
  margin-top: -40px;
  max-width: 100%;
  position: relative;
  z-index: 0;
}

.landing__intro__info {
  margin-top: -30px;
  position: relative;
  z-index: 1;
}

.landing__intro__where {
  font-size: 30px;
}

.landing__intro__ctas {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 40px;
}

.landing__intro__cta {
  background-color: var(--color-primary);
  color: var(--color-light);
  font-family: var(--font-regular);
  padding: 10px 15px 8px;
  text-transform: uppercase;
  font-size: 34px;
}

@media only screen and (max-width: 767px) {
  .landing__intro__birds {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .landing__intro__festival {
    font-size: 24px;
    margin: 12px auto;
    
  }
  .landing__intro__tags {
    font-size: 36px;
    margin-top: 60px;
  }
  .landing__intro__visual {
    height: auto;
    margin-top: -140px;
    max-width: 100%;
    position: relative;
    z-index: 0;
  }
  .landing__intro__info {
    margin-top: -100px;
  }
  .landing__intro__where {
    font-size: 52px;
  }
  .landing__intro__when {
    font-size: 24px;
  }
}
.section {
  overflow: hidden;
  padding: 60px 0;
  width: 100%;
}

.section__title {
  position: relative;
}

.eroica_logo {
  height: auto;
  width: 60px;
}

.section_color {
  background-color: var(--color-complementary);
}
.section_color .eroica_logo {
  fill: var(--color-dark);
}

@media only screen and (min-width: 576px) {
  .section__text {
    padding-right: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .section {
    padding: 120px 0;
  }
  .eroica_logo {
    width: 120px;
  }
  .section__text {
    padding-right: 40px;
  }
}
.programma__title {
  padding-right: 140px;
}

.programma__title__image {
  height: auto;
  position: absolute;
  right: -24px;
  top: -2px;
  width: 120px;
}

@media only screen and (min-width: 576px) {
  .programma__title {
    padding-right: 180px;
  }
  .programma__title__image {
    top: -20px;
    width: 160px;
  }
}
@media only screen and (min-width: 768px) {
  .programma__title {
    padding-right: 250px;
  }
  .programma__title__image {
    top: -30px;
    width: 220px;
  }
}
.expo__title {
  padding-right: 140px;
}

.expo__title__image {
  height: auto;
  position: absolute;
  right: -20px;
  top: -40px;
  width: 140px;
}

@media only screen and (min-width: 576px) {
  .expo__title {
    padding-right: 200px;
  }
  .expo__title__image {
    right: -10px;
    top: -40px;
    width: 180px;
  }
}
@media only screen and (min-width: 768px) {
  .expo__title {
    padding-right: 230px;
  }
  .expo__title__image {
    right: -30px;
    top: -70px;
    width: 211px;
  }
}
.intrattenimento__title {
  padding-right: 160px;
}

.intrattenimento__title__image {
  height: auto;
  position: absolute;
  right: -40px;
  top: -10px;
  width: 140px;
}

@media only screen and (min-width: 576px) {
  .intrattenimento__title {
    padding-right: 220px;
  }
  .intrattenimento__title__image {
    right: -20px;
    top: -10px;
    width: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .intrattenimento__title {
    padding-right: 290px;
  }
  .intrattenimento__title__image {
    right: -100px;
    top: -4px;
    width: 273px;
  }
}
.degustazioni__title {
  padding-right: 150px;
}

.degustazioni__title__image {
  height: auto;
  position: absolute;
  right: -30px;
  top: 0;
  width: 130px;
}

.degustazioni__title__circles {
  display: inline-block;
  position: relative;
}
.degustazioni__title__circles::after, .degustazioni__title__circles::before {
  background-color: var(--color-primary);
  border-radius: 50%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
.degustazioni__title__circles::after {
  height: 18px;
  right: -31px;
  top: 2px;
  width: 18px;
}
.degustazioni__title__circles::before {
  height: 40px;
  right: -61px;
  top: -41px;
  width: 40px;
}

@media only screen and (max-width: 767px) {
  .degustazioni__title__circles::after, .degustazioni__title__circles::before {
    content: none;
  }
}
@media only screen and (min-width: 576px) {
  .degustazioni__title {
    padding-right: 240px;
  }
  .degustazioni__title__image {
    right: -30px;
    top: -40px;
    width: 220px;
  }
}
@media only screen and (min-width: 768px) {
  .degustazioni__title {
    padding-right: 320px;
  }
  .degustazioni__title__image {
    right: -130px;
    top: -55px;
    width: 307px;
  }
}
.pinerolo_map {
  position: relative;
}

.pinerolo_map__title__wrapper {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  width: 100%;
}

.pinerolo_map__title {
  background-color: var(--color-primary);
  color: var(--color-light);
  display: inline-block;
  padding: 10px 12px 7px;
  text-transform: uppercase;
}

.pinerolo_map__image {
  display: block;
  height: auto;
  width: 100%;
}

.pinerolo_map__pin {
  align-items: center;
  background-color: var(--color-dark);
  border-radius: 50%;
  color: var(--color-light);
  display: flex;
  height: 30px;
  justify-content: center;
  position: absolute;
  width: 30px;
  z-index: 1;
}
.pinerolo_map__pin.pin_1 {
  right: 47%;
  top: 25%;
}
.pinerolo_map__pin.pin_2 {
  right: 44%;
  top: 31%;
}
.pinerolo_map__pin.pin_3 {
  right: 31%;
  top: 47%;
}

.pinerolo_map__iframe {
  border: 0;
  display: block;
  height: 80vh;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .pinerolo_map__title__wrapper {
    top: 50px;
  }
  .pinerolo_map__title {
    font-size: 24px;
    padding: 14px 15px 10px;
  }
  .pinerolo_map__pin {
    font-size: 28px;
    height: 50px;
    width: 50px;
  }
}
.site__footer {
  background-color: var(--color-light);
  font-size: 14px;
  padding: 45px 0;
}

.site__footer__brands_wrapper, .site__footer__brands {
  align-items: center;
  display: flex;
  gap: 25px;
}

.site__footer__brands {
  flex-wrap: wrap;
  margin-top: 18px;
}


.site__footer__brands2 {
  align-items: center;
  display: flex;
  gap: 13px;
}

.site__footer__brands2 {
  flex-wrap: wrap;
  margin-top: 18px;
}



.site__footer__brands img {
  max-width: 130px;
  height:auto;
}

 .site__footer__brands2 img  {
  max-width: 110px;
  height:auto;
  margin: 0 54px 0 0;
}



.bigger{
  max-width:130% !important;

}
.bigger2{
  max-width:140% !important;

}

.max140{
  max-width:146px !important;

}

.max100{
  max-width:99px !important;

}



@media only screen and (max-width: 575px) {
  .site__footer__brands img, .site__footer__brands2 img{
    max-width: 120px;
    height:auto;
  }

  .bigger{
    max-width:170px !important;
  
  }
  .bigger2{
    max-width:160px !important;
  
  }

  .normal{  max-width:140px !important;}

  .site__footer__brands2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

}
@media only screen and (max-width: 767px) {
  .site__footer__brands_wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .site__footer__brands_wrapper {
    align-items: flex-start;
  }
  .site__footer__brands {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .site__footer__brands2 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .site__footer__brands img {
    height: auto;
    max-width: 110%;
  }
}
#site_header {
  overflow: hidden;
  padding: 45px 0;
  text-align: center;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #site_header {
    padding: 90px 0;
  }
}
#site_nav {
  display: none;
}

@media only screen and (min-width: 768px) {
  #site_nav {
    align-items: center;
    display: flex;
    font-size: 21px;
    gap: 25px;
    justify-content: center;
    margin-bottom: 45px;
    text-transform: uppercase;
  }
  #site_nav a {
    border-bottom: 2px solid transparent;
  }
  #site_nav a:hover {
    border-bottom-color: var(--color-primary);
  }
}

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


.site__footer__brands_wrapper div{
  font-size:13px
}


