@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&family=Roboto+Condensed:wght@400;700&family=Roboto:wght@300;400;700;900&display=swap");
* {
  box-sizing: border-box; }

html {
  background-color: rgba(239, 238, 238, 0.5); }

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 17px; }

header .container {
  display: flex;
  padding: 30px 0;
  justify-content: center; }
  @media (max-width: 767px) {
    header .container {
      height: 68px;
      padding: 0; } }
  header .container > * {
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 22px;
    display: block; }
    @media (max-width: 767px) {
      header .container > * {
        width: 50%;
        text-align: center; } }
    header .container > *:first-child {
      border-right: 1px solid #d8d8d8; }
    header .container > * img {
      height: 30px;
      width: auto; }
      @media (max-width: 1024px) {
        header .container > * img {
          max-width: 320px; } }
      @media (max-width: 640px) {
        header .container > * img {
          width: 100%;
          height: auto; } }

.container {
  width: 100%;
  max-width: 992px;
  margin: 0 auto;
  display: flex; }
  @media (max-width: 1024px) {
    .container {
      max-width: unset; } }
  main > .container {
    flex-direction: column; }

main {
  width: 100%;
  margin: 0 auto;
  background-color: #fff; }
  main .hero {
    display: flex;
    width: 100%;
    padding: 0 20px 0;
    background-color: #1899d9;
    height: 563px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url("../img/hero.png"); }
    @media (max-width: 767px) {
      main .hero {
        background-image: url("../img/hero_mobile.png");
        height: 463px; } }
    main .hero .container {
      display: flex;
      height: 100%; }
    main .hero .heroBlock {
      display: flex;
      justify-content: space-between;
      width: 100%;
      padding: 0 20px;
      border-radius: 4px;
      margin-bottom: 36px; }
      @media (max-width: 975px) {
        main .hero .heroBlock {
          padding: 10PX 30px 0; } }
      @media (max-width: 767px) {
        main .hero .heroBlock {
          flex-direction: column;
          border-radius: 0;
          padding: 33px; } }
      main .hero .heroBlock .heroBlockSx {
        width: 50%;
        color: #fff;
        margin-top: auto;
        margin-bottom: auto; }
        @media (max-width: 767px) {
          main .hero .heroBlock .heroBlockSx {
            width: 100%;
            margin-top: 0; } }
        main .hero .heroBlock .heroBlockSx h1 {
          font-family: 'Roboto', sans-serif;
          font-weight: 800;
          font-size: 48px;
          margin: 0; }
          @media (max-width: 767px) {
            main .hero .heroBlock .heroBlockSx h1 {
              font-size: 30px; } }
          main .hero .heroBlock .heroBlockSx h1 img {
            max-width: 370px;
            display: block; }
            @media (max-width: 767px) {
              main .hero .heroBlock .heroBlockSx h1 img {
                max-width: 220px; } }
        main .hero .heroBlock .heroBlockSx p {
          font-size: 36px;
          text-transform: uppercase;
          font-weight: 700;
          text-decoration-line: underline;
          text-decoration-style: solid;
          text-decoration-thickness: 4px;
          text-decoration-color: rgba(32, 111, 173, 0.5); }
          @media (max-width: 767px) {
            main .hero .heroBlock .heroBlockSx p {
              font-size: 20px; } }
      @media (max-width: 767px) {
        main .hero .heroBlock .heroBlockDx {
          width: 100%; } }
  main .details {
    background-color: #e3e3e3; }
    main .details .container {
      flex-direction: column;
      padding: 40px 20px 50px; }
      main .details .container strong {
        text-transform: uppercase;
        font-size: 20px; }
        @media (max-width: 767px) {
          main .details .container strong {
            font-size: 17px; } }
      main .details .container ul {
        padding: 0 0 0 20px;
        margin: 0; }
        main .details .container ul li {
          color: #fe1818; }
          @media (max-width: 767px) {
            main .details .container ul li {
              font-size: 14px; } }
          main .details .container ul li span {
            color: #000; }
  main .scream .container {
    display: flex;
    flex-direction: column;
    text-align: center; }
    main .scream .container h3 {
      font-family: 'Roboto Condensed', sans-serif;
      width: 100%;
      text-align: center;
      font-size: 44px;
      font-weight: normal;
      margin-bottom: 20px;
      color: #1f6aac; }
      @media (max-width: 767px) {
        main .scream .container h3 {
          font-size: 26px;
          padding: 0 24px; }
          main .scream .container h3 strong {
            display: block; } }
    main .scream .container p {
      font-size: 20px;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        main .scream .container p {
          font-size: 14px; } }
    main .scream .container .wow {
      color: #fe1818;
      font-size: 44px;
      margin: 0 auto -5px; }
      @media (max-width: 767px) {
        main .scream .container .wow {
          font-size: 34px; } }
      main .scream .container .wow span {
        font-family: "Times New Roman", Times, serif;
        font-weight: bold;
        font-size: 100px; }
        @media (max-width: 767px) {
          main .scream .container .wow span {
            font-size: 72px; } }
    main .scream .container .rinnovo {
      font-size: 26px; }
      @media (max-width: 767px) {
        main .scream .container .rinnovo {
          font-size: 20px; } }
      main .scream .container .rinnovo .line {
        text-decoration-line: line-through;
        text-decoration-style: solid;
        text-decoration-thickness: 3px;
        text-decoration-color: #fe1818; }
    main .scream .container button {
      font-family: 'Roboto Condensed', sans-serif;
      background-color: #fe1818;
      color: #fff;
      border: 0;
      padding: 12px 35px;
      text-transform: uppercase;
      font-weight: 700;
      width: fit-content;
      margin: 40px auto 50px;
      font-size: 32px;
      cursor: pointer; }
      @media (max-width: 767px) {
        main .scream .container button {
          font-size: 28px; } }
      main .scream .container button:hover {
        background-color: #c90101; }

footer {
  border-top: 5px solid #fff; }
  footer .container {
    flex-direction: column; }
  footer * {
    color: #202020; }
  footer .info {
    border-top: 1px solid rgba(216, 216, 216, 0.5);
    padding: 44px 18px; }
    footer .info i {
      color: #005ac7;
      font-size: 14px; }
    footer .info .text {
      font-family: 'Inter', sans-serif;
      color: #202020;
      font-size: 11px;
      line-height: 17px; }
  footer .small {
    color: #202020;
    font-size: 10px;
    line-height: 17px;
    padding: 44px 18px; }
    footer .small a:link, footer .small a:visited {
      color: #202020;
      font-weight: 600;
      text-decoration: underline !important; }
    footer .small a:active, footer .small a:hover {
      color: #005ac7;
      text-decoration: underline !important; }
  footer .colophon {
    border-top: 2px solid rgba(216, 216, 216, 0.5);
    color: #202020;
    font-size: 13px;
    line-height: 27px;
    padding: 44px 18px; }

.box {
  background-color: #f6f6f6;
  padding: 40px 20px;
  margin-top: 30px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-bottom: 0; }

@media (max-width: 767px) {
  .desktopOnly {
    display: none; } }

@media (max-width: 767px) {
  .mobileOnly {
    display: none; } }

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