section .hero {
  height: 380px;
  position: relative;
}
section .hero picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section .hero picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section .section-tit1 {
  color: #CA4A4F;
  text-align: center;
}
section .section-tit2 {
  color: #572D2D;
  text-align: center;
}
section .carta {
  background-color: #f7f5f5;
  color: #572D2D;
}
section .carta .section-tit2 {
  margin-bottom: 22px;
  text-align: left;
}
section .carta * + .section-tit2 {
  margin-top: 48px;
}
section .carta ul {
  list-style-type: none;
  font-size: 20px;
  line-height: 24px;
}
section .carta ol {
  padding-left: 17px;
  margin-left: 0;
}
section .carta ol li::marker {
  font-weight: 700;
}
section .carta ol em, section .carta ul em {
  color: #212429;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}
section .carta ol em ~ *, section .carta ul em ~ * {
  font-size: 14px;
  line-height: 20px;
}
section .carta .logo {
  width: 250px;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
section .carta + .pdf-carta {
  margin-top: 30px;
  text-align: center;
}
section .carta ~ .section-tit2 {
  margin-left: auto;
  margin-right: auto;
}
section .contentStyledText strong {
  color: #CA4A4F;
}
section .contentStyledText blockquote {
  color: #572D2D;
  font-family: var(--fontFamily2);
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
section img {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
section iframe {
  margin-bottom: 40px;
  max-width: 100%;
}
section * + p img,
section * + p iframe {
  margin-top: 40px;
}
@media (min-width: 1440px) {
  section .carta ~ .section-tit2 {
    max-width: 700px;
    margin-top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  section .carta ~ .section-tit2 {
    max-width: 600px;
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  section .contentStyledText blockquote {
    font-size: 24px;
    line-height: 28px;
  }
  section .carta {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  section .contentStyledText blockquote {
    font-size: 20px;
    line-height: 24px;
  }
  section .carta {
    padding: 30px 20px;
  }
  section .carta ~ .section-tit2 {
    max-width: 500px;
    margin-top: 40px;
  }
}/*# sourceMappingURL=carta.css.map */