html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

ul.filters-button {
  display: flex;
  gap: 1px;
  justify-items: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  ul.filters-button {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  ul.filters-button {
    flex-wrap: wrap;
    justify-items: center;
    align-items: center;
    padding: 0 20px;
    display: none;
  }
  ul.filters-button.show {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }
}
ul.filters-button li:first-child button {
  border-radius: 15px 0 0 15px;
}
@media (max-width: 1200px) {
  ul.filters-button li:first-child button {
    border-radius: 12px;
  }
}
ul.filters-button li:last-child button {
  border-radius: 0 15px 15px 0;
}
@media (max-width: 1200px) {
  ul.filters-button li:last-child button {
    border-radius: 12px;
  }
}
ul.filters-button li button {
  background: #2f56b3;
  padding: 15px 30px;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
}
@media (max-width: 1200px) {
  ul.filters-button li button {
    padding: 10px 25px;
    border-radius: 12px;
  }
}
ul.filters-button li button.active {
  background: #f4a644;
}
ul.filters-button li button:hover {
  background: #f4a644;
}

select.filter-select {
  padding: 10px 20px;
  border: 1px solid #f3f3f3;
  border-radius: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #4d4d4d;
  cursor: pointer;
  outline: none;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  select.filter-select {
    display: none;
  }
}

#produto-abas .elementor-tabs-wrapper {
  gap: 10px;
  display: flex;
}
#produto-abas .elementor-tabs-wrapper .elementor-tab-title {
  background: #e8f6ff;
  color: #4d4d4d;
}
#produto-abas .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
  background: #f4a644;
  color: #fff;
}

#abas-produto .elementor-tab-title.elementor-active {
  background: #f4a644 !important;
  color: #fff;
}

.elementor-pagination {
  margin-bottom: 60px;
}
.elementor-pagination span {
  background: #dddddd;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  border: 1px solid #f3f3f3;
  color: #667085;
  padding: 12px 22px;
  border-radius: 4px;
  cursor: not-allowed;
}
.elementor-pagination span.current {
  background: #f4a644;
  color: #fff;
  border: 1px solid #f4a644;
}
.elementor-pagination a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  background: transparent;
  border: 1px solid #f3f3f3;
  color: #667085;
  padding: 12px 22px;
  border-radius: 4px;
  cursor: pointer;
}

.poolcare_banner {
  height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: 100%;
  width: 100%;
  margin-top: -255px;
  padding: 0 0 80px 0;
}
@media (max-width: 768px) {
  .poolcare_banner {
    padding: 0 30px 40px 30px;
  }
}
.poolcare_banner .title {
  max-width: 650px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.poolcare_banner .title h1 {
  font-size: 3.75rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  z-index: 2;
  margin: 0;
}
@media (max-width: 768px) {
  .poolcare_banner .title h1 {
    font-size: 2.5rem;
  }
}
.poolcare_banner .overlay {
  background-color: #2f56b3;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.poolcare_video {
  padding: 5rem 0;
}
.poolcare_video iframe {
  width: 100%;
  height: 500px;
}

.poolcare_content {
  padding: 5rem 0;
  background-color: rgba(47, 86, 179, 0.05);
}
.poolcare_content h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.poolcare_content p {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.poolcare_calc {
  background-image: url("../images/pattern.jpg");
  background-repeat: repeat;
  padding: 0 0 5rem 0;
}
@media (max-width: 768px) {
  .poolcare_calc {
    padding: 3rem 1.875rem;
  }
}
.poolcare_calc .swimmers {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .poolcare_calc .swimmers {
    flex-direction: column;
  }
}
.poolcare_calc .swimmers img {
  width: 100%;
  margin: 0 20px;
}
@media (max-width: 768px) {
  .poolcare_calc .swimmers img {
    max-width: 100%;
    width: 100%;
  }
}
.poolcare_calc .swimmers img.man {
  max-width: 250px;
}
@media (max-width: 768px) {
  .poolcare_calc .swimmers img.man {
    display: none;
  }
}
.poolcare_calc .swimmers img.woman {
  max-width: 300px;
}
.poolcare_calc .swimmers h3 {
  font-size: 3.125rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #2f56b3;
  text-align: center;
  font-weight: bold;
}
.poolcare_calc .swimmers p {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #f4a644;
  text-align: center;
  font-weight: 500;
}
.poolcare_calc .form {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 768px) {
  .poolcare_calc .form {
    flex-direction: column;
  }
}
.poolcare_calc .form input,
.poolcare_calc .form select {
  width: 100%;
  padding: 8px 15px;
  border: 1px solid #2f56b3;
  border-radius: 16px;
  font-weight: 500;
  color: #4d4d4d;
}
.poolcare_calc .form input::-moz-placeholder, .poolcare_calc .form select::-moz-placeholder {
  color: #4d4d4d;
}
.poolcare_calc .form input::placeholder,
.poolcare_calc .form select::placeholder {
  color: #4d4d4d;
}
.poolcare_calc .form h4 {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: light;
  margin-bottom: 20px;
  color: #2f56b3;
}
.poolcare_calc .form .produto {
  max-width: 100%;
  width: 100%;
}
.poolcare_calc .form .produto select {
  width: 100%;
}
.poolcare_calc .form .volume {
  max-width: 100%;
  width: 100%;
}
.poolcare_calc .form .volume .form-group {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .poolcare_calc .form .volume .form-group {
    flex-direction: column;
  }
}
.poolcare_calc .form .volume .form-group .litros {
  position: relative;
  max-width: 50%;
  width: 100%;
}
@media (max-width: 768px) {
  .poolcare_calc .form .volume .form-group .litros {
    max-width: 100%;
  }
}
.poolcare_calc .form .volume .form-group .litros input {
  padding-right: 70px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
}
.poolcare_calc .form .volume .form-group .litros input::-webkit-inner-spin-button, .poolcare_calc .form .volume .form-group .litros input::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.poolcare_calc .form .volume .form-group .litros label {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .poolcare_calc .form .volume .form-group .litros label {
    max-width: 100%;
  }
}
.poolcare_calc .form .volume .form-group button {
  max-width: 50%;
  width: 100%;
  background: #f4a644;
  color: #fff;
  border: none;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: light;
}
@media (max-width: 768px) {
  .poolcare_calc .form .volume .form-group button {
    max-width: 100%;
  }
}
.poolcare_calc .form .volume p {
  text-align: right;
  font-size: 0.875rem;
  color: #f4a644;
  margin: 0;
}
@media (max-width: 768px) {
  .poolcare_calc .form .volume p {
    text-align: center;
  }
}
.poolcare_calc .hidden {
  display: none;
}
.poolcare_calc .flex {
  display: block;
  padding: 30px;
  margin-top: 30px;
  background-color: rgba(255, 255, 255, 0.8);
}
.poolcare_calc .flex .dosagem {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 1.875rem;
}
.poolcare_calc .flex .dosagem h4 {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: light;
  margin: 0;
  color: #2f56b3;
}
.poolcare_calc .flex .dosagem ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.poolcare_calc .flex .dosagem ul li {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #f4a644;
  font-weight: 500;
}
.poolcare_calc .flex .produto {
  display: flex;
  gap: 30px;
  align-items: stretch;
}
@media (max-width: 768px) {
  .poolcare_calc .flex .produto {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.poolcare_calc .flex .produto .img-box {
  max-width: 40%;
  width: 100%;
  padding: 10px;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .poolcare_calc .flex .produto .img-box {
    max-width: 100%;
  }
}
.poolcare_calc .flex .produto .img-box img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.poolcare_calc .flex .produto .descricao {
  max-width: 60%;
  width: 100%;
  height: 100%;
  flex: 1;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 768px) {
  .poolcare_calc .flex .produto .descricao {
    max-width: 100%;
  }
}
.poolcare_calc .flex .produto .descricao p {
  display: block;
}
.poolcare_calc .flex .produto .descricao a {
  background: #f4a644;
  color: #fff;
  border: none;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: light;
  display: block;
}

.m-20 {
  margin: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.product-slider-thumbs .swiper-slide {
  padding: 50px;
  background-color: #e8f6ff;
  border-radius: 15px;
}

.blockSlider {
  position: relative;
}
.blockSlider .swiper-button-next-custom,
.blockSlider .swiper-button-prev-custom {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.blockSlider .swiper-button-next-custom:after,
.blockSlider .swiper-button-prev-custom:after {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 10px;
}
.blockSlider .swiper-button-next-custom {
  right: -25px;
}
.blockSlider .swiper-button-next-custom:after {
  content: "";
  background-image: url("../images/next.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.blockSlider .swiper-button-prev-custom {
  left: -15px;
}
.blockSlider .swiper-button-prev-custom:after {
  content: "";
  background-image: url("../images/prev.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.product-slider {
  margin: 20px 0;
}
.product-slider .swiper-slide {
  text-align: center;
  padding: 10px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.product-slider .swiper-slide.swiper-slide-thumb-active {
  background-color: #e8f6ff !important;
  border-radius: 15px;
}
.product-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=main.css.map */