section.blog {
  padding-top: 120px;
  padding-bottom: 110px;
}
@media (max-width: 767.98px) {
  section.blog {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section.blog h2 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  section.blog h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  section.blog h2 {
    text-align: center;
  }
}
section.blog h2 span {
  color: #10007a;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  section.blog p {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  section.blog .col-md-4 {
    margin-bottom: 40px;
  }
}
section.blog a {
  color: #000;
  font-weight: 500;
}
section.blog a:hover {
  color: #10007a;
  text-decoration: underline;
}
section.blog a:hover .box {
  background: #10007a;
}
section.blog a:hover .box-text h3 {
  color: #fff;
}
section.blog a:hover .box-text p {
  color: #fff;
}
@media (max-width: 767.98px) {
  section.blog a {
    display: block;
    text-align: right;
  }
}
section.blog a .box {
  border: solid 1px #000;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 767.98px) {
  section.blog a .box {
    text-align: center;
  }
}
section.blog a .box-text {
  padding: 26px;
}
section.blog a .box-text h3 {
  text-transform: uppercase;
  font-size: 1rem;
  color: #c10f1a;
  margin-bottom: 20px;
}
section.blog a .box-text p {
  color: #4e4e4e;
  font-weight: 700;
  margin: 0;
}

.banner .swiper-slide {
  display: flex;
  justify-content: center;
}
.banner .swiper-pagination-bullet {
  background-color: #10007a;
  height: 1.5rem;
  opacity: 1;
  width: 1.5rem;
}
.banner .swiper-pagination-bullet-active {
  background-color: #c10f1a;
}
@media (max-width: 767.98px) {
  .banner .swiper-container {
    padding-bottom: 30px;
  }
}
.banner .swiper-lazy {
  max-width: 100%;
  height: auto;
}

.quality {
  padding-top: 100px;
  padding-bottom: 70px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .quality {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.quality .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  align-items: flex-end;
}
@media (max-width: 767.98px) {
  .quality .title {
    flex-direction: column;
    align-items: center;
  }
}
.quality .title h2 {
  font-size: calc(1.35rem + 1.2vw);
  line-height: 1.35;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .quality .title h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  .quality .title h2 {
    text-align: center;
  }
}
.quality .title h2 span {
  text-transform: uppercase;
  font-weight: 900;
  color: #10007a;
}
.quality .title a {
  font-size: 20px;
}
.quality .swiper-products {
  position: relative;
  padding-bottom: 3.25rem;
}
.quality .swiper-products .swiper-button-prev {
  right: 3rem;
  left: auto;
  bottom: 0;
  top: auto;
  height: 36px;
  width: 36px;
  background: #10007a;
  border-radius: 10rem;
}
.quality .swiper-products .swiper-button-prev:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-chevron-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
}
.quality .swiper-products .swiper-button-next {
  right: 0;
  left: auto;
  bottom: 0;
  top: auto;
  height: 36px;
  width: 36px;
  background: #10007a;
  border-radius: 10rem;
}
.quality .swiper-products .swiper-button-next:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
}
.quality .swiper-products .swiper-slide {
  border: solid 1px #000;
  border-radius: 10px;
  height: auto;
  overflow: hidden;
}
.quality .swiper-products .swiper-slide .box {
  height: 100%;
}
@media (max-width: 767.98px) {
  .quality .swiper-products .swiper-slide .box img {
    margin: auto;
    display: block;
  }
}
.quality .swiper-products .swiper-slide .box-text {
  padding: 22px 32px;
}
.quality .swiper-products .swiper-slide .box-text h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 22px;
}
.quality .swiper-products .swiper-slide .box-text ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.quality .swiper-products .swiper-slide .box-text ul li {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #4e4e4e;
}
.quality .swiper-products .swiper-slide .box-text .btn {
  display: none;
}
.quality .swiper-products .swiper-slide img.active {
  display: none;
}
@media (min-width: 992px) {
  .quality .swiper-products .swiper-slide-active {
    width: 58.3% !important;
  }
  .quality .swiper-products .swiper-slide-active .box {
    display: flex;
    align-items: center;
    background: #10007a;
  }
  .quality .swiper-products .swiper-slide-active .box img.active {
    display: block;
  }
  .quality .swiper-products .swiper-slide-active .box img:not(.active) {
    display: none;
  }
  .quality .swiper-products .swiper-slide-active .box-text {
    padding-left: 22px;
  }
  .quality .swiper-products .swiper-slide-active .box-text h3 {
    color: #fff;
    font-size: calc(1.275rem + 0.3vw);
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .quality .swiper-products .swiper-slide-active .box-text h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .quality .swiper-products .swiper-slide-active .box-text ul {
    margin-bottom: 1rem;
  }
  .quality .swiper-products .swiper-slide-active .box-text ul li {
    color: #fff;
    font-size: 20px;
    margin-bottom: 1rem;
  }
  .quality .swiper-products .swiper-slide-active .box-text ul li svg {
    color: #fff;
    font-size: 21px;
  }
  .quality .swiper-products .swiper-slide-active .box-text .btn {
    display: block;
  }
}

.campaigns {
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .campaigns {
    padding-bottom: 0;
  }
  .campaigns img {
    margin-bottom: 40px;
  }
}
.campaigns img {
  border-radius: 10px;
}

.representatives {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .representatives {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.representatives h2 {
  font-size: calc(1.35rem + 1.2vw);
  margin-bottom: 32px;
  line-height: 1.35;
}
@media (min-width: 1200px) {
  .representatives h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  .representatives h2 {
    margin-bottom: 20px;
    text-align: center;
  }
}
.representatives h2 span {
  color: #10007a;
  font-weight: 900;
  text-transform: uppercase;
}
.representatives .nacional {
  display: flex;
}
@media (max-width: 767.98px) {
  .representatives .nacional {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .representatives .nacional > div {
    text-align: center;
  }
}
.representatives .nacional .number {
  color: #c10f1a;
  display: block;
  font-size: calc(1.45rem + 2.4vw);
  font-weight: 700;
}
@media (min-width: 1200px) {
  .representatives .nacional .number {
    font-size: 3.25rem;
  }
}
.representatives .nacional .n-footer {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .representatives .nacional .n-footer {
    font-size: 1.5rem;
  }
}
.representatives .box {
  border-radius: 10px;
  border: solid 1px #000;
}
@media (max-width: 767.98px) {
  .representatives .box {
    margin-top: 40px;
  }
}
.representatives .box a {
  padding: 24px;
  display: block;
  border-radius: 10px;
}
.representatives .box a:hover {
  background: #10007a;
}
.representatives .box a:hover svg {
  fill: #fff;
}
.representatives .box a:hover h3 {
  color: #fff;
}
.representatives .box a:hover span {
  color: #fff;
}
.representatives .box a:hover span svg {
  color: #fff;
}
.representatives .box a svg {
  fill: #c10f1a;
  font-size: 40px;
}
.representatives .box a h3 {
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 22px;
  margin-top: 1rem;
  font-weight: 700;
  color: #000;
}
@media (min-width: 1200px) {
  .representatives .box a h3 {
    font-size: 1.5rem;
  }
}
.representatives .box a span {
  color: #000;
  display: block;
}
.representatives .box a span svg {
  font-size: 13px;
  fill: #000;
}

.beach-tennis {
  padding-bottom: 90px;
  background: #10007a;
}
@media (max-width: 767.98px) {
  .beach-tennis {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .beach-tennis picture {
    display: none;
  }
}
.beach-tennis .beach-products {
  margin-top: -120px;
}
@media (max-width: 767.98px) {
  .beach-tennis .beach-products {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .beach-tennis .beach-products .col-md-3 {
    margin-bottom: 40px;
  }
}
.beach-tennis .beach-products .box {
  height: 100%;
  border-radius: 10px;
  border: solid 1px #fff;
  overflow: hidden;
}
.beach-tennis .beach-products .box:hover .box-text {
  background: #c10f1a;
}
@media (max-width: 767.98px) {
  .beach-tennis .beach-products .box {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.beach-tennis .beach-products .box-text {
  padding: 22px 32px;
  background: #10007a;
}
.beach-tennis .beach-products .box-text h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 22px;
}
.beach-tennis .beach-products .box-text ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.beach-tennis .beach-products .box-text ul li {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #fff;
}
.beach-tennis .beach-products .box-text .btn {
  display: none;
}
