.product-list {
  margin: 0 0 100px;
}
.product-list .product-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .product-list .product-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .product-list .product-item {
    background: #303b40;
    padding: 60px 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.product-list .product-item + .product-item {
  margin-top: 40px;
}
.product-list .product-item-image {
  width: 487px;
  height: 432px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0 80px 0 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .product-list .product-item-image {
    width: 400px;
  }
}
@media (max-width: 991px) {
  .product-list .product-item-image {
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .product-list .product-item-image {
    width: 100%;
    height: 300px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 20px;
  }
}
.product-list .product-item-image:before {
  content: "";
  width: 377px;
  height: 432px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: #303b40;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
@media (max-width: 1199px) {
  .product-list .product-item-image:before {
    width: 340px;
  }
}
@media (max-width: 767px) {
  .product-list .product-item-image:before {
    display: none;
  }
}
.product-list .product-item-image:after {
  content: "";
  width: 431px;
  height: 199px;
  display: block;
  position: absolute;
  right: -33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/ball.webp") 0 0 repeat;
}
@media (max-width: 1199px) {
  .product-list .product-item-image:after {
    width: 354px;
  }
}
@media (max-width: 767px) {
  .product-list .product-item-image:after {
    right: inherit;
    left: -19px;
    top: -39px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    width: 171px;
    height: 279px;
  }
}
.product-list .product-item-image img {
  position: relative;
  z-index: 1;
  max-height: 400px;
}
@media (max-width: 767px) {
  .product-list .product-item-image img {
    width: auto;
    height: auto;
    max-height: 300px;
  }
}
.product-list .product-item-title {
  color: #303b40;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  margin: 0 0 56px;
  position: relative;
}
@media (max-width: 767px) {
  .product-list .product-item-title {
    color: #fdc300;
    font-size: 26px;
    margin: 0 0 44px;
  }
}
.product-list .product-item-title > span {
  display: block;
  color: #303b40;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 767px) {
  .product-list .product-item-title > span {
    color: #fff;
    font-size: 20px;
  }
}
.product-list .product-item-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -28px;
  background: #fdc300;
  width: 52px;
  height: 2px;
}
@media (max-width: 767px) {
  .product-list .product-item-title:after {
    bottom: -20px;
  }
}
.product-list .product-item-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .product-list .product-item-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
}
.product-list .product-item-details li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #373e42;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 767px) {
  .product-list .product-item-details li {
    color: #fff;
    font-size: 14px;
  }
}
.product-list .product-item-icon {
  width: 26px;
  height: 26px;
}
@media (max-width: 767px) {
  .product-list .product-item-icon {
    width: 20px;
    height: 20px;
  }
}
.product-list .product-item-icon svg {
  width: 100%;
  height: 100%;
}
.product-list .product-item-icon.desktop-only {
  display: block;
}
@media (max-width: 767px) {
  .product-list .product-item-icon.desktop-only {
    display: none;
  }
}
.product-list .product-item-icon.mobile-only {
  display: none;
}
@media (max-width: 767px) {
  .product-list .product-item-icon.mobile-only {
    display: block;
  }
}
.product-list .product-item .btn {
  margin: 28px 0 0;
}
@media (max-width: 767px) {
  .product-list .product-item .btn {
    margin: 24px 0 0;
  }
}

.product-header {
  padding: 170px 0 0;
}
.product-header .product-gallery {
  width: 100%;
  height: 400px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .product-header .product-gallery {
    margin: 0 0 40px;
    height: 300px;
  }
}
.product-header .product-gallery-item {
  width: 100%;
  height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 991px) {
  .product-header .product-gallery-item {
    height: 300px;
  }
}
.product-header .product-gallery-item > div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-header .product-gallery-item img {
  width: auto;
  height: auto;
  max-width: 400px;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0 auto;
  display: block;
}
@media (max-width: 991px) {
  .product-header .product-gallery-item img {
    max-width: 300px;
    max-height: 300px;
  }
}
.product-header .product-gallery .slick-slide {
  width: 100%;
}
.product-header .product-gallery .slick-list {
  padding: 0 !important;
}
.product-header .product-gallery .slick-dots {
  margin: -20px 0 0;
  z-index: 9;
  position: relative;
}
.product-header .product-gallery .slick-dots .slick-active button::before {
  background: #FDC300;
}
.product-header-title {
  color: #303B40;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  display: block;
  margin: 0 0 56px;
  position: relative;
}
@media (max-width: 767px) {
  .product-header-title {
    font-size: 32px;
  }
}
.product-header-title > span {
  color: #303B40;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  display: block;
}
@media (max-width: 767px) {
  .product-header-title > span {
    font-size: 20px;
  }
}
.product-header-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -28px;
  background: #FDC300;
  width: 52px;
  height: 4px;
}
@media (max-width: 991px) {
  .product-header-title.destop-only {
    display: none;
  }
}
@media (min-width: 992px) {
  .product-header-title.mobile-only {
    display: none;
  }
}
.product-header .packaging,
.product-header .indicated {
  color: #373E42;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: block;
}
.product-header .packaging strong,
.product-header .indicated strong {
  font-weight: 700;
}
.product-header .packaging + .indicated {
  margin: 24px 0 0;
}
.product-header .packaging {
  font-size: 20px;
}
@media (max-width: 767px) {
  .product-header .packaging {
    font-size: 14px;
  }
}
.product-header .indicated {
  font-size: 18px;
}
@media (max-width: 767px) {
  .product-header .indicated {
    font-size: 14px;
  }
}
.product-header .indicated ul {
  margin: 6px 0 0;
}
.product-header-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
}
@media (max-width: 991px) {
  .product-header-details {
    margin: 24px 0 0;
  }
}
@media (max-width: 767px) {
  .product-header-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
}
.product-header-details li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #373E42;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 991px) {
  .product-header-details li {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .product-header-details li {
    font-size: 14px;
  }
}
.product-header-icon {
  width: 26px;
  height: 26px;
}
@media (max-width: 767px) {
  .product-header-icon {
    width: 20px;
    height: 20px;
  }
}
.product-header-icon svg {
  width: 100%;
  height: 100%;
}
.product-header .btn {
  margin: 40px 0 0;
}
@media (max-width: 991px) {
  .product-header .btn {
    width: 180px;
    margin: 40px auto 0;
  }
}
@media (max-width: 991px) {
  .product-header .btn.destop-only {
    display: none;
  }
}
@media (min-width: 992px) {
  .product-header .btn.mobile-only {
    display: none;
  }
}

.product-about {
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product-about {
    padding: 80px 0;
  }
}
.product-about:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 431px;
  height: 199px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  z-index: -1;
  background: url("../images/ball.webp") 0 0 repeat;
  margin: 0 0 0 300px;
}
@media (max-width: 991px) {
  .product-about:before {
    display: none;
  }
}
.product-about .title {
  color: #303b40;
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  display: block;
}
@media (max-width: 991px) {
  .product-about .title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .product-about .title {
    font-size: 32px;
  }
}
.product-about .description {
  color: #373e42;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .product-about .description {
    font-size: 14px;
  }
}
.product-about iframe {
  width: 100%;
  max-width: 658px;
  height: 370px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: block;
}
@media (max-width: 767px) {
  .product-about iframe {
    height: 270px;
  }
}
@media (max-width: 575px) {
  .product-about iframe {
    height: 200px;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}

.product-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 0 0 100px;
}
@media (max-width: 991px) {
  .product-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .product-footer {
    padding: 0 0 80px;
  }
}
.product-footer-service, .product-footer-units {
  width: 100%;
  height: 370px;
  background-color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .product-footer-service, .product-footer-units {
    height: 260px;
  }
}
.product-footer-service .content, .product-footer-units .content {
  width: 90%;
  max-width: 475px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
@media (max-width: 991px) {
  .product-footer-service .content, .product-footer-units .content {
    width: 100%;
    max-width: inherit;
    padding: 0 20px;
  }
}
.product-footer-service .hightlight, .product-footer-units .hightlight {
  color: #fdc300;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
}
.product-footer-service .title, .product-footer-units .title {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  display: block;
}
@media (max-width: 767px) {
  .product-footer-service .title, .product-footer-units .title {
    font-size: 22px;
  }
}
.product-footer-service {
  background: #000;
  background-size: cover;
}
@media (max-width: 991px) {
  .product-footer-service .content {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .product-footer-service .hightlight,
  .product-footer-service .title {
    text-align: right;
  }
}
.product-footer-units {
  background: #000;
  background-size: cover;
}
.product-footer-item {
  position: relative;
  z-index: 0;
}
.product-footer-item:hover .product-footer-bg {
  opacity: 1;
}
.product-footer-bg {
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.product-category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 220px 0 0;
}
@media (max-width: 1199px) {
  .product-category-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 991px) {
  .product-category-list {
    padding: 80px 0 0;
  }
}
.product-category-list .concrete {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #303B40;
  padding: 0 52px 52px;
}
@media (max-width: 1199px) {
  .product-category-list .concrete + .concrete {
    margin-top: 130px;
  }
}
@media (max-width: 767px) {
  .product-category-list .concrete {
    padding: 0 28px 32px;
  }
  .product-category-list .concrete + .concrete {
    margin-top: 100px;
  }
}
.product-category-list .concrete h2 {
  color: #FDC300;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0 0 40px;
  position: relative;
}
@media (max-width: 767px) {
  .product-category-list .concrete h2 {
    font-size: 22px;
    text-align: center;
  }
}
.product-category-list .concrete h2:after {
  content: "";
  width: 52px;
  height: 2px;
  background: #FDC300;
  position: absolute;
  bottom: -12px;
  left: 0;
}
@media (max-width: 767px) {
  .product-category-list .concrete h2:after {
    left: 50%;
    margin-left: -26px;
  }
}
.product-category-list .concrete p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
@media (max-width: 767px) {
  .product-category-list .concrete p {
    font-size: 12px;
    text-align: center;
  }
}
.product-category-list .concrete .btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .product-category-list .concrete .btn {
    margin: 20px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
  }
}
.product-category-list .concrete .image {
  width: 100%;
  height: 174px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: #FDC300;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin: -100px 0 22px;
}
@media (max-width: 767px) {
  .product-category-list .concrete .image {
    height: 120px;
    margin: -70px 0 30px;
  }
}

.content-contact {
  padding: 40px;
  background: #303B40;
  margin-bottom: 80px;
}
@media (max-width: 575px) {
  .content-contact {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.content-contact h2 {
  margin-bottom: 12px;
}
.content-contact h2, .content-contact p, .content-contact p a {
  color: #fff;
}

.accordion {
  border-bottom: 1px solid #373e42;
  position: relative;
}
.accordion:first-child {
  border-top: 1px solid #373e42;
}
.accordion:last-child {
  margin-bottom: 80px;
}
.accordion:before {
  content: "";
  position: absolute;
  top: 26px;
  right: 24px;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #303b40;
  border-left: 2px solid #303b40;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .accordion:before {
    top: 20px;
  }
}
.accordion-header {
  padding: 24px 40px 24px 24px;
  color: #303b40;
  cursor: pointer;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
.accordion-header:hover {
  background-color: #fdedb6;
  color: #303b40 !important;
}
@media (max-width: 767px) {
  .accordion-header {
    font-size: 16px;
    padding: 20px 40px 20px 8px;
  }
}
.accordion-content {
  display: none;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 0 40px 0 24px;
  height: 0;
  margin-top: 4px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .accordion-content {
    font-size: 14px;
  }
}
.accordion-content > *:last-child {
  margin-bottom: 0;
}
.accordion.active {
  background: #303b40;
}
.accordion.active:before {
  border-bottom: 2px solid #fdc300;
  border-left: 2px solid #fdc300;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 34px;
}
@media (max-width: 767px) {
  .accordion.active:before {
    top: 30px;
  }
}
.accordion.active .accordion-content {
  display: block;
  padding-bottom: 26px;
  opacity: 1;
  visibility: visible;
  height: auto;
}
@media (max-width: 767px) {
  .accordion.active .accordion-content {
    padding-bottom: 30px;
  }
}
.accordion.active .accordion-header {
  color: #fdc300;
}

body.page-template-products .footer {
  margin-top: 80px;
}
body.page-template-products .page-content {
  padding-bottom: 0;
}
body.page-template-products .product-category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 120px 0 0;
}
@media (max-width: 991px) {
  body.page-template-products .product-category-list {
    padding: 0;
  }
}
@media (min-width: 992px) {
  body.page-template-products .product-category-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
body.page-template-products .product-category-item {
  position: relative;
  background: #303b40;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media (min-width: 992px) {
  body.page-template-products .product-category-item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 309px;
    width: 1%;
  }
}
body.page-template-products .product-category-item:hover {
  width: 50%;
}
body.page-template-products .product-category-item:hover .product-category-item-image > img {
  opacity: 1;
}
body.page-template-products .product-category-item:hover .btn {
  background: #fdc300;
  color: #303b40;
  text-decoration: none;
}
body.page-template-products .product-category-item .product-category-item-title {
  color: #fdc300;
  padding: 6px 20px 7px 30px;
  margin: 25px 0 0;
  position: relative;
  z-index: 1;
  background: #303b40;
  display: inline-block;
}
body.page-template-products .product-category-item .product-category-item-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  background: #fdc300;
  width: 52px;
  height: 2px;
}
@media (max-width: 991px) {
  body.page-template-products .product-category-item .product-category-item-title:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 991px) {
  body.page-template-products .product-category-item .product-category-item-title {
    padding: 0;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    text-align: center;
    font-size: 26px;
  }
}
body.page-template-products .product-category-item .product-category-item-image {
  background: #303b40;
}
body.page-template-products .product-category-item .product-category-item-image img {
  opacity: 0.2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 992px) {
  body.page-template-products .product-category-item .product-category-item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
body.page-template-products .product-category-item .btn {
  position: absolute;
  left: 56px;
  bottom: 40px;
  color: #fdc300;
  text-decoration: underline;
}
@media (max-width: 991px) {
  body.page-template-products .product-category-item .btn {
    left: 28px;
    right: 28px;
    bottom: 28px;
    background: #fdc300;
    color: #303b40;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
  }
}
@media (max-width: 991px) {
  body.page-template-products .product-category-item:last-child {
    margin: 20px 0 0;
  }
}
@media (min-width: 992px) {
  body.page-template-products .product-category-item:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body.page-template-products .product-category-item:last-child .product-category-item-title {
    padding: 6px 30px 7px 20px;
  }
  body.page-template-products .product-category-item:last-child .product-category-item-title:after {
    left: inherit;
    right: 30px;
  }
  body.page-template-products .product-category-item:last-child .btn {
    left: inherit;
    right: 56px;
  }
}

.blog-destak {
  margin: 60px 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .blog-destak {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #F8F9FA;
    gap: 24px;
    margin: 0 0 80px;
  }
}
@media (max-width: 575px) {
  .blog-destak {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.blog-destak .post-thumbnail {
  width: calc(50% - 20px);
  height: 387px;
  display: block;
  background-color: #303B40;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .blog-destak .post-thumbnail {
    width: 100%;
  }
}
.blog-destak .post-content {
  width: calc(50% - 20px);
}
@media (max-width: 767px) {
  .blog-destak .post-content {
    width: 100%;
    padding: 0 20px;
  }
}
.blog-destak .post-content h2 {
  color: #303B40;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  .blog-destak .post-content h2 {
    font-size: 26px;
  }
}
.blog-destak .post-content p {
  overflow: hidden;
  color: #303B40;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 767px) {
  .blog-destak .post-content p {
    font-size: 14px;
  }
}
.blog-destak .post-content .more {
  color: #303B40;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  position: relative;
}
.blog-destak .post-content .more:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #303B40;
  border-right: 1px solid #303B40;
  position: absolute;
  top: 5px;
  right: -13px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.lista-categorias {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  list-style: none;
  padding: 0;
}
@media (max-width: 991px) {
  .lista-categorias {
    gap: 8px;
  }
}
.lista-categorias a {
  display: block;
  border: 1px solid #303B40;
  padding: 4px 8px;
  color: #303B40;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lista-categorias a:hover, .lista-categorias a.active {
  color: #fff;
  background: #303B40;
}

.post-lista {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  max-width: 100%;
  overflow: hidden;
}
.post-lista + .post-lista {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .post-lista + .post-lista {
    margin-top: 80px;
  }
}
.post-lista .post-thumbnail {
  width: 432px;
  height: 243px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #303B40;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 1199px) {
  .post-lista .post-thumbnail {
    width: 390px;
  }
}
@media (max-width: 991px) {
  .post-lista .post-thumbnail {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .post-lista .post-thumbnail {
    display: none;
  }
}
.post-lista .post-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media (min-width: 1200px) {
  .post-lista .post-content {
    max-width: 640px;
  }
}
.post-lista .post-content h3 {
  color: #303B40;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  .post-lista .post-content h3 {
    font-size: 26px;
  }
}
.post-lista .post-content p {
  overflow: hidden;
  color: #303B40;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  .post-lista .post-content p {
    font-size: 14px;
  }
}
.post-lista .post-content .more {
  color: #303B40;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-decoration: underline;
}

.pagination {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .page-numbers {
  width: 58px;
  height: 48px;
  border: 1px solid #303B40;
  background: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #303B40;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination .page-numbers:hover:not(.dots) {
  background: #FDC300;
}
@media (max-width: 767px) {
  .pagination .page-numbers {
    width: 44px;
    height: 44px;
  }
}
.pagination .page-numbers + .page-numbers {
  margin-left: -1px;
}
.pagination .page-numbers.current {
  background: #303B40;
  color: #FDC300;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  font-size: 30px;
  line-height: 1;
  padding: 0 0 2px;
}

.post-newsletter {
  margin-top: 40px;
  background: #303B40;
  padding: 20px;
}
.post-newsletter .highlight {
  color: #FDC300;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
}
.post-newsletter .title {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  display: block;
  margin: 4px 0 0;
}
.post-newsletter form {
  margin: 20px 0 0;
}
.post-newsletter .form-group {
  margin: 0 0 20px;
}
.post-newsletter .form-group input {
  width: 100%;
  color: #6C757D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  height: 38px;
  padding: 0 12px;
}
.post-newsletter .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.post-banner {
  text-decoration: none;
  display: block;
  margin: 40px 0 0;
}
.post-banner img {
  display: block;
  width: 100%;
  height: auto;
}

body.single-post {
  padding: 140px 0 0;
}
@media (min-width: 768px) {
  body.single-post {
    padding: 180px 0 0;
  }
}
body.single-post .footer {
  margin-top: 100px;
}
body.single-post h1 {
  color: #303B40;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (min-width: 768px) {
  body.single-post h1 {
    font-size: 40px;
  }
}
body.single-post .excerpt {
  margin: 0;
  color: #303B40;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (min-width: 768px) {
  body.single-post .excerpt {
    font-size: 18px;
  }
}
body.single-post .post-thumbnail {
  margin-bottom: 30px;
}
body.single-post .post-meta {
  margin: 20px 0 0;
  color: #6C757D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (min-width: 768px) {
  body.single-post .post-meta {
    font-size: 16px;
  }
}
body.single-post .post-meta-footer {
  color: #303B40;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
@media (min-width: 768px) {
  body.single-post .post-meta-footer {
    font-size: 16px;
  }
}
body.single-post .post-content {
  font-size: 18px;
  padding: 60px 0;
}
body.single-post .post-content img {
  width: auto !important;
  max-width: 100%;
  height: auto;
}
body.single-post .post-content p, body.single-post .post-content ul, body.single-post .post-content ol,
body.single-post .post-content h1, body.single-post .post-content h2, body.single-post .post-content h3, body.single-post .post-content h4, body.single-post .post-content h5, body.single-post .post-content h6 {
  margin: 0 0 24px;
}
body.single-post .post-content p {
  color: #303B40;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
body.single-post .post-content p strong {
  font-weight: 700;
}
body.single-post .post-content ul, body.single-post .post-content ol {
  padding: 0 0 0 60px;
  list-style: none;
}
body.single-post .post-content li {
  color: #303B40;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}
body.single-post .post-content li:before {
  content: "";
  width: 11px;
  height: 11px;
  background: #FDC300;
  position: absolute;
  left: -24px;
  top: 50%;
  margin-top: -6px;
}
body.single-post .post-content li + li {
  margin-top: 12px;
}
body.single-post .post-content h1, body.single-post .post-content h2, body.single-post .post-content h3, body.single-post .post-content h4, body.single-post .post-content h5, body.single-post .post-content h6 {
  color: #303B40;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
body.single-post .post-content h1 {
  font-size: 32px;
}
@media (min-width: 768px) {
  body.single-post .post-content h1 {
    font-size: 40px;
  }
}
body.single-post .post-content h2 {
  font-size: 28px;
}
@media (min-width: 768px) {
  body.single-post .post-content h2 {
    font-size: 32px;
  }
}
body.single-post .post-content h3 {
  font-size: 24px;
}
@media (min-width: 768px) {
  body.single-post .post-content h3 {
    font-size: 28px;
  }
}
body.single-post .post-content h4, body.single-post .post-content h5, body.single-post .post-content h6 {
  font-size: 20px;
}
@media (min-width: 768px) {
  body.single-post .post-content h4, body.single-post .post-content h5, body.single-post .post-content h6 {
    font-size: 24px;
  }
}
body.single-post .video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
body.single-post .video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
body.single-post .posts-related {
  margin: 100px 0 0;
}
body.single-post .posts-related .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
  width: 330px;
}
@media (min-width: 992px) {
  body.single-post .posts-related .slick-slide {
    width: 452px;
  }
}
body.single-post .posts-related .slick-arrow {
  background-color: #fdc300;
  color: #303b40;
}
body.single-post .posts-related .slick-prev {
  left: 0;
  margin-left: -5px;
}
body.single-post .posts-related .slick-next {
  margin-right: -5px;
  right: 0;
}
body.single-post .posts-related .blog-item {
  color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 0 28px 28px;
  position: relative;
  width: 1%;
  z-index: 0;
}
@media (min-width: 992px) {
  body.single-post .posts-related .blog-item {
    padding: 0 36px 36px;
  }
}
body.single-post .posts-related .blog-item > * {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
body.single-post .posts-related .blog-item .wp-post-image {
  margin-bottom: 1rem;
}
body.single-post .posts-related .blog-item .link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 16px;
}
body.single-post .posts-related .blog-item::after {
  background-color: #303b40;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 58px;
  width: 100%;
  z-index: -1;
}
body.single-post .posts-recent-title {
  color: #303B40;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  display: block;
  margin: 80px 0 20px;
}
@media (min-width: 992px) {
  body.single-post .posts-recent-title {
    margin: 34px 0 20px;
  }
}
body.single-post .posts-recent ul {
  padding: 0 0 0 24px;
  list-style: none;
}
body.single-post .posts-recent li {
  color: #303B40;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}
@media (min-width: 768px) {
  body.single-post .posts-recent li {
    font-size: 18px;
  }
}
body.single-post .posts-recent li a {
  color: #303B40;
}
body.single-post .posts-recent li:before {
  content: "";
  width: 11px;
  height: 11px;
  background: #FDC300;
  position: absolute;
  left: -24px;
  top: 9px;
}
body.single-post .posts-recent li + li {
  margin-top: 16px;
}
body.single-post .post-form {
  margin-bottom: 24px;
}
body.single-post .post-form .btn {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-left: 9px;
  padding-right: 9px;
  width: 48px;
}
body.single-post .post-form-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
body.single-post .post-share {
  font-size: 18px;
  margin-bottom: 24px;
}
body.single-post .post-share-title {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}
body.single-post .post-share-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
}
body.single-post .post-share-item {
  color: #303B40;
}

.post-busca {
  width: 545px;
  height: 48px;
  display: block;
  margin: 100px 0 0;
  position: relative;
}
@media (max-width: 991px) {
  .post-busca {
    margin: 60px 0 0;
    width: 100%;
  }
}
.post-busca .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 48px;
}

@media (max-width: 991px) {
  .justify-content-end .post-busca {
    margin: 40px 0 20px;
  }
}

.justify-content-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.category,
body.page-template-blog {
  padding: 120px 0 0;
}
@media (min-width: 768px) {
  body.category .mobile-only,
  body.page-template-blog .mobile-only {
    display: none;
  }
}
@media (max-width: 767px) {
  body.category .desktop-only,
  body.page-template-blog .desktop-only {
    display: none;
  }
}
body.category .footer,
body.page-template-blog .footer {
  margin-top: 100px;
}
body.category .blog-highlight,
body.page-template-blog .blog-highlight {
  color: #FDC300;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  margin: 60px 0 12px;
}
@media (max-width: 767px) {
  body.category .blog-highlight,
  body.page-template-blog .blog-highlight {
    margin: 40px 0 12px;
  }
}
body.category .blog-title,
body.page-template-blog .blog-title {
  color: #303B40;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  display: block;
  padding: 0 0 20px;
  margin: 0 0 20px;
  position: relative;
}
body.category .blog-title strong,
body.page-template-blog .blog-title strong {
  color: #C39E0E;
}
body.category .blog-title:after,
body.page-template-blog .blog-title:after {
  content: "";
  background: #FDC300;
  width: 52px;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
body.category .blog-resultados,
body.page-template-blog .blog-resultados {
  color: #6C757D;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  display: block;
}

body.category .post-categoria,
body.page-template-blog .post-categoria,
body.single-post .post-categoria {
  display: block;
  margin: 0 0 12px;
  color: #FDC300;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.onde-estamos {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .onde-estamos {
    padding: 40px 0 0;
  }
}
.onde-estamos .title {
  display: block;
  padding: 0 0 60px;
  color: #303B40;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  position: relative;
}
@media (max-width: 767px) {
  .onde-estamos .title {
    font-size: 22px;
  }
}
.onde-estamos .title:after {
  content: "";
  width: 52px;
  height: 2px;
  background: #FDC300;
  position: absolute;
  left: 0;
  bottom: 40px;
  display: block;
}
.onde-estamos .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .onde-estamos .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.onde-estamos .content .unidades-lista {
  width: 432px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 1199px) {
  .onde-estamos .content .unidades-lista {
    width: 380px;
  }
}
@media (max-width: 991px) {
  .onde-estamos .content .unidades-lista {
    width: 320px;
  }
}
@media (max-width: 767px) {
  .onde-estamos .content .unidades-lista {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .onde-estamos .content .unidades-lista {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}
.onde-estamos .content .unidades-lista .lista {
  border-bottom: 1px solid #FDC300;
  background: #303B40;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 70px;
}
.onde-estamos .content .unidades-lista .lista .lista-none {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 70px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  cursor: pointer;
  position: relative;
}
@media (max-width: 991px) {
  .onde-estamos .content .unidades-lista .lista .lista-none {
    font-size: 18px;
  }
}
.onde-estamos .content .unidades-lista .lista .lista-none:after {
  content: "";
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #FDC300;
  border-left: 2px solid #FDC300;
  position: absolute;
  right: 29px;
  top: 25px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: block;
}
.onde-estamos .content .unidades-lista .lista .lista-unidades {
  opacity: 0;
  height: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.onde-estamos .content .unidades-lista .lista .lista-unidades a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  height: 53px;
  padding: 0 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .onde-estamos .content .unidades-lista .lista .lista-unidades a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .onde-estamos .content .unidades-lista .lista .lista-unidades a:hover {
    color: #FDC300;
  }
}
.onde-estamos .content .unidades-lista .lista.active {
  height: auto;
}
.onde-estamos .content .unidades-lista .lista.active .lista-none:after {
  top: 31px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.onde-estamos .content .unidades-lista .lista.active .lista-unidades {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding-bottom: 10px;
}
.onde-estamos .content .unidades-mapa {
  width: 904px;
  height: 800px;
  background: #ccc;
  position: relative;
}
@media (max-width: 767px) {
  .onde-estamos .content .unidades-mapa {
    width: 100%;
    height: 600px;
  }
}
@media (max-width: 575px) {
  .onde-estamos .content .unidades-mapa {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}
.onde-estamos .content .unidades-mapa #mapa {
  height: 100%;
  width: 100%;
}
.onde-estamos .content .unidades-mapa .info-box {
  width: 320px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: #DEE2E6;
  display: none;
  padding: 64px 32px 32px;
}
@media (max-width: 767px) {
  .onde-estamos .content .unidades-mapa .info-box {
    width: 280px;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    padding: 40px 24px 24px;
  }
}
.onde-estamos .content .unidades-mapa .info-box .fechar-info {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 34px;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.onde-estamos .content .unidades-mapa .info-box .nome {
  color: #303B40;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  display: block;
  margin: 0;
}
@media (max-width: 767px) {
  .onde-estamos .content .unidades-mapa .info-box .nome {
    font-size: 18px;
  }
}
.onde-estamos .content .unidades-mapa .info-box .categoria {
  color: #303B40;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  display: block;
  margin: 4px 0 0;
}
@media (max-width: 767px) {
  .onde-estamos .content .unidades-mapa .info-box .categoria {
    font-size: 14px;
  }
}
.onde-estamos .content .unidades-mapa .info-box .text1 {
  display: block;
  margin-top: 20px;
  color: #303B40;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 767px) {
  .onde-estamos .content .unidades-mapa .info-box .text1 {
    font-size: 14px;
  }
}
.onde-estamos .content .unidades-mapa .info-box .text1 strong {
  display: block;
  font-weight: 700;
  margin: 0 0 8px;
}
@media (max-width: 767px) {
  .onde-estamos .content .unidades-mapa .info-box .text1 strong {
    margin-bottom: 3px;
  }
}
.onde-estamos .content .unidades-mapa .info-box .btn-maps {
  margin-top: 20px;
  gap: 8px;
  padding: 6px 20px;
}
@media (max-width: 767px) {
  .onde-estamos .content .unidades-mapa .info-box .btn-maps {
    font-size: 14px;
  }
}
.onde-estamos .gm-style .gm-style-iw-c,
.onde-estamos .gm-style .gm-style-iw-tc::after {
  background: rgba(0, 0, 0, 0.8);
}
.onde-estamos .gm-style .gm-style-iw-c {
  padding: 0;
}
.onde-estamos .gm-style-iw-chr {
  display: none !important;
}
.onde-estamos .gm-style-iw-d {
  color: #fff;
  padding: 8px 10px;
  overflow: hidden !important;
  border: 0;
}

body.page-template-faq > .container {
  position: relative;
  z-index: 0;
}
body.page-template-faq .faq-list .accordion {
  background-color: #f8f9fa;
}
body.page-template-faq .faq-list .accordion:first-child {
  border-top: none;
}
body.page-template-faq .faq-list .accordion:last-child {
  margin-bottom: 0;
}
body.page-template-faq .faq-list .accordion::before {
  top: 16px;
}
body.page-template-faq .faq-list .accordion.active::before {
  border-color: #303b40;
  top: 25px;
}
body.page-template-faq .faq-list .accordion.active .accordion-header {
  color: #303b40;
}
body.page-template-faq .faq-list .accordion-header {
  font-weight: 700;
  line-height: 1.2;
  padding: 16px 40px 16px 26px;
}
body.page-template-faq .faq-list .accordion-content {
  color: #303b40;
}
body.page-template-faq .faq-list .accordion-content * {
  margin-bottom: 1rem;
}
body.page-template-faq .faq-list .accordion-content *:last-child {
  margin-bottom: 0;
}
body.page-template-faq .faq-list .row {
  row-gap: 12px;
}
@media (min-width: 992px) {
  body.page-template-faq .faq-list .row {
    row-gap: 20px;
  }
}
body.page-template-faq .w-line::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
body.page-template-faq .faq-bg {
  position: absolute;
  top: 0;
  left: 15.5%;
  z-index: -1;
}

@media (min-width: 992px) {
  body.page-template-integrity-channel .page-title {
    font-size: 72px;
    margin-bottom: 54px;
  }
}
@media (max-width: 991px) {
  body.page-template-integrity-channel .card-dark {
    margin-left: -20px;
    margin-right: -20px;
  }
}
body.page-template-integrity-channel .card-dark .h2,
body.page-template-integrity-channel .card-dark .icon {
  color: #fdc300;
}
body.page-template-integrity-channel .card-dark .card-text {
  font-size: 1rem;
}
body.page-template-integrity-channel .card-dark ul {
  list-style: none;
  margin-bottom: 20px;
  padding-left: 0;
}
body.page-template-integrity-channel .card-dark li {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
body.page-template-integrity-channel .card-dark li + li {
  margin-top: 20px;
}
body.page-template-integrity-channel .card-dark .btn {
  color: #303b40;
}

.section-contact .subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}
.section-contact .subtitle p {
  margin: 0;
}
.section-contact .card-body p {
  font-size: 16px;
}
.section-contact .card-body .btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-contact .card-body .btn:hover {
  color: #C39E0E;
}

@media (min-width: 992px) {
  .page-template-supreme-standard .section-list {
    position: relative;
  }
}
.page-template-supreme-standard .slick-arrow {
  bottom: 60px;
  top: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
@media (min-width: 992px) {
  .page-template-supreme-standard .slick-arrow {
    bottom: auto;
    top: 50%;
  }
}
.page-template-supreme-standard .slick-next {
  right: 20px;
}
.page-template-supreme-standard .slick-prev {
  left: 20px;
}
.page-template-supreme-standard .slick-slide {
  height: 100%;
}
.page-template-supreme-standard .section-recognized-professional {
  display: block !important;
  padding-top: 0;
}
@media (max-width: 991px) {
  .page-template-supreme-standard .section-recognized-professional {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .page-template-supreme-standard .section-recognized-professional > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .page-template-supreme-standard .section-recognized-professional > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
}
.page-template-supreme-standard .section-recognized-professional img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.page-template-supreme-standard .section-recognized-professional .card-dark .h2 {
  color: #fdc300;
  font-weight: 300;
}
@media (min-width: 992px) {
  .page-template-supreme-standard .section-recognized-professional .card-dark {
    max-width: 34%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
  }
}
@media (max-width: 991px) {
  .page-template-supreme-standard .section-recognized-professional .card-dark .card-body {
    padding-bottom: 90px;
  }
}
@media (min-width: 992px) {
  .page-template-supreme-standard .section-recognized-professional .card-primary {
    max-width: 84%;
    margin-left: auto;
    width: 100%;
  }
}

.page-template-social .section-default {
  padding-bottom: 40px;
  padding-top: 0;
}
@media (min-width: 992px) {
  .page-template-social .section-default {
    padding-bottom: 0;
  }
  .page-template-social .section-default .wp-post-image {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .page-template-social .section-default .row > :not(.col-img) {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.page-template-social .section-default:nth-of-type(odd) {
  background-color: #fdc300;
}
@media (min-width: 992px) {
  .page-template-social .section-default:nth-of-type(odd) .col-img {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.page-template-social .section-default:nth-of-type(even) {
  background-color: #303b40;
  color: #fff;
}
@media (min-width: 992px) {
  .page-template-social .section-default:nth-of-type(even) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 992px) {
  .page-template-social .section-default:nth-of-type(even) .section-content {
    margin-left: 53px;
    margin-right: 0;
  }
}