@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,400;0,800;1,200;1,400;1,800&display=swap);
html {
  margin: 0 !important;
  padding: 0;
  box-sizing: border-box;
}

.lazy {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.lazy.loaded {
  opacity: 1;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none !important;
  cursor: pointer;
}

.default-image {
  width: 100%;
  height: auto;
  padding-bottom: 61.29%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (min-width: 992px) {
  .default-image {
    border-radius: 16px;
  }
}
.default-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.container-fluid-custom {
  padding: 0 16px;
  overflow: hidden;
}

.container-custom {
  padding: 0;
}

@media screen and (min-width: 992px) {
  .container-fit-custom {
    padding: 0 100px;
  }
}

@media screen and (min-width: 992px) {
  .container-mid-custom {
    padding: 0 50px;
  }
}

.container-ads {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
}
@media screen and (min-width: 992px) {
  .container-ads {
    padding: 32px 0;
  }
}
.container-ads .ads-slim,
.container-ads .ads-square,
.container-ads .ads-large .ads-slim-mobile {
  padding: 0 16px;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}
.container-ads .ads-slim img,
.container-ads .ads-square img,
.container-ads .ads-large .ads-slim-mobile img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.container-ads .ads-square {
  padding: 31px 64px;
}
@media screen and (min-width: 992px) {
  .container-ads .ads-square {
    padding: 32px 0 32px 0;
  }
}
.container-ads .ads-square img {
  width: 100%;
  height: auto;
}

.box-align-ads {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.share-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 20px 0;
}

.share-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #ccc;
  color: #ccc;
  text-decoration: none;
  font-size: 20px;
  transition: 0.3s;
}

.share-button:hover {
  color: white;
}

.whatsapp:hover {
  background: #25d366;
  border-color: #25d366;
}

.linkedin:hover {
  background: #0077b5;
  border-color: #0077b5;
}

.facebook:hover {
  background: #1877f2;
  border-color: #1877f2;
}

.twitter:hover {
  background: #000;
  border-color: #000;
}

.email:hover {
  background: #dd4b39;
  border-color: #dd4b39;
}

.box-ads {
  width: 100% !important;
}
.box-ads .ads-img a img {
  margin: 0 auto !important;
}

.page-default {
  min-height: calc(100vh - 277.5px);
  width: 100%;
  padding: 32px 0;
  gap: 16px;
  gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
@media screen and (min-width: 992px) {
  .page-default {
    gap: 32px;
    min-height: calc(100vh - 376.5px);
  }
}
.page-default h1 {
  color: #000;
  text-overflow: ellipsis;
  font-family: "Plus Jakarta Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .page-default h1 {
    font-size: 40px;
  }
}
.page-default h2 {
  color: #000;
  text-overflow: ellipsis;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .page-default h2 {
    font-size: 32px;
  }
}
.page-default span,
.page-default p,
.page-default strong {
  color: #000;
  font-size: 12px;
  text-overflow: ellipsis;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .page-default span,
  .page-default p,
  .page-default strong {
    font-size: 16px;
  }
}
