@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

@font-face {
  font-display: swap;
  font-family: "elza";
  font-weight: 400;
  src: url("../fonts/Elza-Regular.ttf");
}

@font-face {
  font-display: swap;
  font-family: "elza";
  font-weight: 700;
  src: url("../fonts/Elza-Bold.ttf");
}

.chicco097-container {
  margin: 0px;
  padding: 0px;
  box-shadow: none;
}

.chicco097-desk {
  display: flex;
  width: 100%;
}

.chicco097-mb {
  display: none !important;
  width: 100%;
}

.chicco097-features {
  display: flex;
  justify-content: center;
  background-color: #5578b3;
  width: 100%;
}

.chicco097-features-container {
  display: flex;
  justify-content: space-between;
  max-width: 1362px;
  width: 100%;
  padding: 74px 0px 53px 0px;
}

.chicco097-features img {
  display: flex;
  width: 100%;
  max-width: 250px;
}

.chicco097-scnd-row {
  background-color: #163786;
}

.chicco097-scnd-row img {
  display: flex;
  width: 100%;
  max-width: 1362px;
  margin: 0px auto;
}

.chicco097-scnd-row .chicco097-subtitle {
  padding-top: 23px;
}

.chicco097-subtitle {
  color: #fff;
  text-align: center;
  font-family: "zodiak", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 540;
  line-height: 120%;
  letter-spacing: -0.76px;
  margin: 0px;
}

.chicco097-scnd-row .chicco097-txt {
  margin-top: 2px;
  margin-bottom: 28px;
}

.chicco097-txt {
  color: #fff;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 23.375px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0.468px;
  margin-top: 0px;
  margin-bottom: 14px;
}

.chicco097-banner-duplo {
  display: flex;
  max-width: 1300px;
  margin: 0px auto;
  padding: 70px 0px;
  justify-content: space-between;
}

.chicco097-banner-duplo .chicco097-subtitle,
.chicco097-banner-duplo .chicco097-txt {
  text-align: left;
}

.chicco097-banner-duplo img {
  display: flex;
  width: 100%;
  border-radius: 32px;
}

.chicco097-bd-left-content,
.chicco097-bd-right-content {
  display: flex;
  flex-direction: column;
  max-width: 586px;
}

.chicco097-thrd-container img {
  display: flex;
  width: 100%;
}

.chicco097-frth-container {
  background-color: #163786;
  padding: 31px 0px 51px 0px;
}

.chicco097-frth-container img {
  display: flex;
  width: 100%;
  margin: 0px auto;
  max-width: 1362px;
}

.chicco097-span {
  color: #fff;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0.36px;
  margin: 0px;
  display: flex;
  justify-content: center;
}

.chicco097-frth-container .chicco097-subtitle {
  margin-top: 46px;
  margin-bottom: 14px;
}

.chicco097-frth-container .chicco097-txt {
  margin-bottom: 30px;
}

.chicco097-ficha-tec {
  padding: 108px 0px 24px 0px;
  display: flex;
  justify-content: center;
  max-width: 1362px;
  width: 100%;
  margin: 0px auto;
}

.chicco097-ficha-tec-lc {
  margin-right: 40px;
}

.chicco097-ficha-subtitle {
  color: #163786;
  font-family: "Zodiak", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 540;
  line-height: 120%;
  letter-spacing: -0.9px;
  margin-top: 0px;
  margin-bottom: 33px;
}

.chicco097-ficha-txt {
  color: #163786;
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 210%;
  letter-spacing: 0.44px;
  margin: 0px;
}

.chicco097-ficha-tec-rc img {
  display: flex;
  width: 100%;
}

@media (max-width: 1300px) {
  .chicco097-features-container {
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 40px;
  }
}

@media (max-width: 1200px) {
  .chicco097-ficha-tec-rc img {
    max-width: 500px;
  }
}

@media (max-width: 800px) {
  .chicco097-desk {
    display: none !important;
  }

  .chicco097-mb {
    display: flex !important;
  }

  .chicco097-subtitle {
    font-size: 32px;
    padding: 0px 16px;
  }

  .chicco097-txt {
    font-size: 20px;
    padding: 0px 16px;
  }

  .chicco097-span {
    font-size: 16px;
    padding: 0px 16px;
  }

  .chicco097-scnd-row-pd {
    display: none;
  }

  .chicco097-banner-duplo {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 30px 16px;
  }

  .chicco097-bd-left-content,
  .chicco097-bd-right-content {
    max-width: 100%;
  }

  .chicco097-ficha-tec {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 37px 0px 24px 0px;
  }

  .chicco097-frth-container {
    background-color: #163786;
    padding: 31px 16px 51px 16px;
  }

  .chicco097-features-container .chicco097-mb {
    max-width: 600px;
  }
}

@media (max-width: 600px) {
  .chicco097-features-container {
    justify-content: center;
    gap: 10px;
    padding: 29px 0px 50px 0px;
  }

  .chicco097-features-container img {
    max-width: 215px;
  }

  .chicco097-features-container .chicco097-mb {
    max-width: 440px;
  }
}

@media (max-width: 500px) {
  .chicco097-ficha-tec-lc {
    margin-right: 0px;
  }

  .chicco097-ficha-subtitle {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .chicco097-ficha-txt {
    font-size: 16px;
  }
}

@media (max-width: 445px) {
  .chicco097-features-container img {
    max-width: 180px;
  }

  .chicco097-features-container .chicco097-mb {
    max-width: 370px;
  }
}

@media (max-width: 400px) {
  .chicco097-features-container img {
    max-width: 160px;
  }

  .chicco097-features-container .chicco097-mb {
    max-width: 330px;
  }
}
