* {
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  background-color: #fff8f0;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  padding: 0;
  margin: 0;

}

/* :-webkit-any(article, aside, nav, section) h1 {
  margin-block-start: 0px;
  margin-block-end: 10px;
} */

article,
header,
aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: auto;
  overflow: hidden;
}

article {
  width: 100%;
  max-width: 800px;
}


h1 {
  display: inline;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

h1,
h2,
h3,
h5 {
  margin-block-start: 0;
  margin-block-end: 0;
}



li {
  padding-bottom: 15px;
}


.container_over_skin {
  width: 100%;
  z-index: 5;
  background-color: #fff8f0;
}

.container_over_skin>* {
  z-index: 5;
  background-color: #fff8f0;
}


.shrinkable,
.backgroundAdv {
  background-color: #fff8f0!important;
}

#adv-MaxTicker {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #ebe6df;
}


#adv_middle {
    background-color: #ebe6df;
    display: block;
    width: 100%;
    padding: 10px;
}

#two_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1260px;
  overflow-x: hidden;
  padding: 40px 40px 100px 40px;
  margin: auto;
}


#column_left {
  width: 100%;
  max-width: 800px;
  padding-left: 20px;
  padding-right: 20px;
}

#column_right {
  padding-left: 10px;
  padding-right: 10px;
  align-self: baseline;
}

#one_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1260px;
  margin: auto;
  overflow-x: hidden;
  padding-top: 50px;
  padding-bottom: 100px;
}





/* CONTENT */

#occhiello_div {
  width: 100%;
  text-align: left;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #0584dc;
}

#occhiello_div a:link {
  color: #0584dc;
  text-decoration: none;
}

#occhiello_div a:visited {
  color: #0584dc;
  text-decoration: none;
}

#occhiello_div a:hover {
  opacity: 0.7;
}

#occhiello_div a:active {
  opacity: 0.7;
}



#titolo_div {
  padding-top: 20px;
  width: 100%;
  text-align: left;
  margin: auto;
}

#sommario_div {
  width: 100%;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  padding-top: 30px;
}

#firma {
  width: 100%;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  opacity: 0.5;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0f0f0f;
  padding-top: 30px;
  padding-bottom: 30px;
}


.section {
  width: 100%;
  padding: 20px 0;
}


/*--- ACCORDION ----*/


.accordion {
  color: #000000;
  cursor: pointer;
  padding: 18px;
  border: none;
  text-align: left;
  outline: none;
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  margin-right: 20px;
}

/* .accordion:hover {
  
} */

.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion_arrow {
  width: 50px;
  height: 50px;
  background-color: #f5f5f5;
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}


.accordion_heading {
  width: calc(100% - 60px);
}

.bg_blue {
  background-color: #0584dc;
  color: #fff;
}


.accordion_domanda {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  padding-top: 10px;
}

.accordion_occhiello {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #0584dc;
  text-transform: uppercase;
}


.panel {
  padding: 0 18px;
  background-color: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 20px;
  margin-right: 20px;
}

.panel-active {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.16);
  padding: 30px;
}

.panel_text {
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 5px;
}

.panel p {
  padding: 10px 0;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

/*--- TEXT BLOCKS ---*/

.box_title,
.box_text {
  text-align: left;
}

.box_title {
  font-family: "benton-modern-display-conden", Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #0f0f0f;
  padding-bottom: 20px;
}

.box_text {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000000;
}

.box_text a {
  color: #ef4e63;
  text-decoration: underline;
}

.box_text a:hover {
  cursor: pointer;
  color: rgba(239, 78, 99, 0.7);
  text-decoration: underline;
}

.box_text a:active {
  color: #ef4e63;
  text-decoration: underline;
}

.box_text a :visited {
  color: #ef4e63;
  text-decoration: underline;
}

.voci_social {
  font-size: 13px !important;
  width: 15px;
  text-align: center;
  /* line-height: 80px; */
  padding: 7.2px 6px;
  text-decoration: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 16px;
  background-color: transparent;
  margin-left: 4px;
  color: #000000;
  cursor: pointer;
  border: 1.5px solid #000000;
}

.voci_social:hover {
  background-color: #000000;
  color: #ebeae6;
  border: 1.5px solid #000000;
}


#faq_tutte {
  width: 100%;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: right;
  color: #000;
  padding-top: 20px;
  border-top: 1px solid rgba(15, 15, 15, 0.25);
}


#faq_tutte a:link {
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease-in-out;
}

#faq_tutte a:visited {
  text-decoration: none;
  color: #000;
}

#faq_tutte a:hover {
  opacity: .5;
}

#faq_tutte a:active {
  text-decoration: none;
  opacity: .5;
}

.faq_freccino {
  width: 10px;
  height: 10px;
  padding-right: 14px;
}
.faq_freccino:before{
  content: url(../img/ico-freccia.svg);
  position: absolute;
  width: 10px;
  height: 10px;
  margin-left: 4px;
}



/*--- FOOTER ----*/

#backtop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 50px;
  z-index: 10;
  text-align: right;
  display: block;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  background-color: transparent;
}

#backtop img {
  cursor: pointer;
  width: 30px;
  max-width: 30px;
  height: auto;
  margin-right: 10px;
  padding-bottom: 10px;
}

#crediti_finali {
  padding-top: 0;
  width: 680px;
  border-top: 1px solid #1a1818;
}

h5 {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #1a1818;
  font-weight: 400;
  padding: 5vh 10px;
}

footer {
  z-index: 20;
}

#footer_div {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  line-height: 1.3;
  background-color: #19171a;
  color: #a19e9e;
  font-size: 14px;
  text-transform: none;
  padding: 30px 100px;
  text-align: center;
}

.faN {
  width: 30px !important;
  height: 30px !important;
}

/*----- RESPONSIVE MOBILE --------*/

@media screen and (max-width: 480px) {
  h1 {
    font-size: 42px;
    white-space: normal;
  }

  p,
  li {
    line-height: 1.2;
    font-size: 18px;
  }

  h3 {
    font-size: 1.09em;
  }

  #adv-MaxTicker {
    padding-top: 90px;
    padding-bottom: 20px;
  }


  #adv_middle {
    margin: 40px auto;
    text-align: center;
  }



  #occhiello_div {
    padding-top: 50px;
  }

  #two_columns {
    max-width: 100%;
    flex-direction: column;
    padding: 0 15px 100px 15px;
  }

  #column_left {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0;
  }


  #one_column {
    max-width: 100%;
  }

  #titolo_div {
    padding: 20px 0;
  }

  #sommario_div,
  .box_text {
    font-size: 20px;
  }


  .box_title {
    font-size: 28px;
    line-height: 1;
    padding-bottom: 10px;
  }

  .accordion,
  .panel {
    margin-right: 12px;
  }


  #footer_div {
    padding: 30px 10px;
  }
}

/*----- RESPONSIVE TABLET --------*/

@media screen and (min-width: 481px) and (max-width: 800px) {

  h5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  p,
  li {
    line-height: 1.2;
    font-size: 18px;
  }

  h3 {
    font-size: 1.09em;
  }


  #adv-MaxTicker {
    padding-top: 90px;
    padding-bottom: 20px;
  }


  #adv_middle {
    margin: 40px auto;
    text-align: center;
  }


  #occhiello_div {
    padding-top: 50px;
  }


  #two_columns {
    max-width: 100%;
    flex-direction: column;
    padding: 0 15px 100px 15px;
  }


  #column_left {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0;
  }


  #one_column {
    max-width: 100%;
  }

  .accordion,
  .panel {
    margin-right: 12px;
  }


  #titolo_div {
    padding: 20px 0;
  }

  #footer_div {
    padding: 30px 10px;
  }
}
