.sharethis {
  list-style: none;
  padding-left: 0;
  display: inline-block;
}
.sharethis-item {
  display: inline-block;
}
.sharethis-item:not(:last-child) {
  margin-right: 1rem;
}
.sharethis-button {
  font-size: 1.5rem;
  cursor: pointer;
}
.sharethis-button[data-network=facebook] {
  color: #4267b2;
}
.sharethis-button[data-network=twitter] {
  color: #55acee;
}
.sharethis-button[data-network=whatsapp] {
  color: #25d366;
}
.sharethis-button[data-network=linkedin] {
  color: #0077b5;
}

#modalDownload .modal-body {
  border-radius: 0.3rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 0;
}
#modalDownload .modal-body .btn-close-modal {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  bottom: auto;
  left: auto;
}
#modalDownload .modal-body img {
  width: 100%;
}
#modalDownload .modal-body p {
  text-transform: uppercase;
  margin-top: 1.875rem;
  color: #292B65;
}
#modalDownload .modal-body h3 {
  margin-bottom: 1.313rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #292B65;
}
#modalDownload .modal-body .form-check {
  font-weight: 400;
  text-align: left;
  color: #292B65;
}
#modalDownload .modal-body .btn-primary {
  margin: 1rem auto 1.875rem;
}

article.post {
  transition: all 0.3s ease-in-out;
  position: relative;
}
article.post:hover {
  transform: translateY(-0.5rem);
}
article.post:hover .btn {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  article.post img {
    width: 100%;
  }
}
article.post h3 {
  margin: 2.063rem 0 1rem;
  font-weight: bold;
  color: #292B65;
  font-size: 1rem;
}
article.post p {
  font-size: 0.875rem;
  color: #686868;
}
article.post .btn {
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  margin-left: 0 !important;
  width: -moz-fit-content;
  width: fit-content;
  color: #00c8ff;
  padding: 0;
}
article.post .btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.posts-include {
  padding: 0 0 8rem;
}
@media (max-width: 991.98px) {
  .posts-include {
    padding: 0 0 4rem;
  }
}
.posts-include .container h2 {
  font-size: 2.25rem;
  font-weight: 900;
  color: #292B65;
}
@media (max-width: 991.98px) {
  .posts-include .container h2 {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .posts-include .container h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .posts-include .container .row {
    justify-content: center;
  }
}
.posts-include .container .btn-link {
  font-size: 0.875rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding: 0;
}
@media (max-width: 991.98px) {
  .posts-include .container .btn-link {
    margin: auto;
  }
}

.beacooperator {
  margin: 0 auto 4rem;
  width: -moz-fit-content;
  width: fit-content;
}

.post {
  margin: auto auto 7.25rem;
  max-width: 1920px;
}
.post .container h1, .post .container .h1 {
  margin: 3.25rem 0 3.375rem;
  font-size: 2.25rem;
  font-weight: 900;
  color: #292B65;
}
.post .container p {
  font-size: 1.125rem;
  color: #292B65;
}
.post .container .description {
  margin: 2rem 0;
}
.post .container .downloads {
  background-color: #f7f7f7;
  padding: 6.25rem 0;
  margin: 7rem 0;
}
.post .container .downloads h2 {
  margin-bottom: 3.75rem;
  font-size: 2.25rem;
  font-weight: 900;
  color: #292B65;
}
.post .container .downloads h2 svg {
  font-size: 1rem;
}
.post .container .downloads article {
  position: relative;
  text-align: center;
}
.post .container .downloads article p {
  text-transform: uppercase;
  font-size: 0.875rem;
  margin: 2rem 0 1rem;
}
.post .container .downloads article h3 {
  margin-bottom: 1rem;
  font-weight: bold;
  color: #292B65;
  font-size: 1rem;
}
.post .container .downloads article .btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.post .container .source img {
  border-radius: 50%;
  height: 80px;
  width: 80px;
}
.post .container .source svg {
  font-size: 4rem;
  color: #292B65;
}
.post .container .source h4, .post .container .source p {
  font-size: 1rem;
  color: #292B65;
  margin: 0;
}
.post .container .source h4 {
  font-weight: 900;
}

.posts-include {
  padding-bottom: 0;
}
.posts-include article {
  margin: 0;
}
