.content-wrapper .title-red {
  color: red;
  transform: skewY(-10deg);
  font-family: Belluga;
  font-size: 60px;
  line-height: 3ex;
  padding-bottom: 60px;
  margin-right: 0;
}
.content-wrapper h3 {
  padding: 15px;
  font-family: Brocha;
  font-size: 24px;
  line-height: 3ex;
  transform: rotate(0deg) skew(0deg);
  font-weight: 600;
}
.content-wrapper p {
  padding: 15px;
  font-size: 18px;
  line-height: 32px;
  padding-top: 0;
  font-weight: 500;
}
.content-wrapper h2 {
  padding: 0;
  font-family: "Brocha Hair";
  font-size: 40px;
  line-height: 2ex;
  color: red;
}
.content-wrapper h4 {
  padding: 15px;
  font-size: 28px;
  line-height: 2.5ex;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.content-wrapper section {
  background-color: #ffffff;
  padding-left: 5vw;
  padding-right: 5vw;
}
.content-wrapper .title-blue {
  color: #0066b3;
  transform: skewY(-10deg);
  font-family: Belluga;
  font-size: 7vmin;
  line-height: 10vmin;
  padding-bottom: 5vw;
  margin-right: 16px;
}
.content-wrapper h1 {
  /*width: 100vw;*/
  /*height: 100vh;*/
  font-family: "Brocha Hair";
  line-height: 1;
  text-shadow: 0px 0px 5px var(--bs-gray-600);
}
.content-wrapper .main-title {
  font-size: 20vw !important;
}
@media (min-width: 768px) {
  .content-wrapper .main-title {
    font-size: 10vw !important;
  }
}
@media (min-width: 992px) {
  .content-wrapper h2 {
    font-size: 56px;
  }
}
.content-wrapper .numbers {
  font-size: 24px;
  border-style: none;
  padding-left: 0;
  line-height: 2.5ex;
}
.content-wrapper .numbers .counter-number {
  font-family: Brocha;
  font-weight: bold;
  color: #0066b3;
}
@media (min-width: 1400px) {
  .content-wrapper h2 {
    font-size: 70px;
  }
}
@media (min-width: 576px) {
  .content-wrapper .numbers {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .content-wrapper .numbers {
    font-size: 36px;
  }
}
@media (min-width: 576px) {
  .content-wrapper .title-red {
    font-size: 72px;
  }
}
@media (min-width: 992px) {
  .content-wrapper .title-red {
    font-size: 90px;
  }
}
@media (min-width: 1200px) {
  .content-wrapper .title-red {
    font-size: 110px;
  }
}
@media (min-width: 1400px) {
  .content-wrapper .title-red {
    font-size: 120px;
  }
}
.content-wrapper h5 {
  color: red;
  font-weight: 700;
  margin-left: 4px;
  font-size: 20px;
}
.content-wrapper .iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.content-wrapper .iframe-responsive {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.content-wrapper .legenda {
  font-size: 14px;
  line-height: 2.5ex;
  margin-top: 12px;
}
@media (min-width: 1200px) {
  .content-wrapper h3 {
    font-size: 32px;
  }
}
@media (min-width: 1400px) {
  .content-wrapper h3 {
    font-size: 36px;
  }
}
@media (min-width: 576px) {
  .content-wrapper h2 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .content-wrapper h2 {
    font-size: 56px;
  }
}
@media (min-width: 1200px) {
  .content-wrapper section {
    padding-left: 10vw;
    padding-right: 9vw;
  }
}
@media (min-width: 1200px) {
  .content-wrapper h4 {
    font-size: 30px;
  }
}
@media (min-width: 576px) {
  .content-wrapper p {
    line-height: 36px;
  }
}
.content-wrapper img {
  margin: 24px 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .content-wrapper img {
    margin: 0;
  }
}
@media (min-width: 576px) {
  .content-wrapper h3 {
    font-size: 28px;
    line-height: 3.5ex;
  }
}
.content-wrapper a {
  color: #0066b3;
  font-style: italic;
}
.content-wrapper a:hover {
  color: #0066b3;
}
