.single_post.container {
  padding-bottom: 50px !important;
  max-width: 700px;

  width: 100%;
  margin-inline: auto;
}

@media (max-width: 1200px) {
  .single_post.container {
    padding: 0 120px;
  }
}

@media (max-width: 992px) {
  .single_post.container {
    padding: 0 60px;
  }
}

@media (max-width: 768px) {
  .single_post.container {
    padding: 0 !important;
  }
}

.single_post {
  overflow: hidden;
  position: relative;
  margin: 0 auto !important;
}

.single_post a {
  text-decoration: none !important;
}

.single_post .logo_container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  padding: 30px 10px 10px !important;
}

.single_post .logo_container .logo {
  width: 140px;
  height: auto;
  object-fit: contain;
}

.single_post .title_container {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.single_post .title_container .categories a {
  padding: 7px 10px 5px;
  font-family: "Futura-Medium";
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  text-transform: uppercase;
  background: #cf021b;
}

.single_post .title_container h1 {
  font-family: "Clearface";
  font-weight: 700;
  max-width: 450px;
  text-align: center;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: -0.48px;
  margin: 25px auto 10px;
  color: #000;
}

.single_post .image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .single_post .image {
    margin-bottom: 30px;
  }
}

.single_post .image img {
  width: 100%;
  height: auto;
  max-height: 1000px;
  object-fit: contain;
}

.single_post thead {
  background: #f8f4f4;
  font-weight: 700;
}

.single_post thead th,
.single_post td {
  padding: 8px;
  vertical-align: middle;
  border: 1px solid #dcdcdc;
}

.single_post tr {
  width: 100%;
  border: 1px solid #dcdcdc;
}

.single_post tr td:last-child,
.single_post tr th:last-child {
  text-align: end;
}

.single_post tr:nth-child(even) {
  background: #f8f4f4;
}

.single_post tr.nested td:first-child {
  padding-left: 16px;
}

.single_post .post_content {
  max-width: 700px;
  margin-inline: auto;
  font-family: "Futura-Book";
  font-weight: 300;
  font-size: 16px;
}

@media (max-width: 768px) {
  .single_post .post_content {
    padding: 0 20px !important;
  }
}

.single_post .post_content h2 {
  font-size: 22px;
  font-family: inherit;
  font-weight: 600;
  text-align: start;
  margin-bottom: 20px;
}

.single_post .post_content h3 {
  font-size: 20px;
  font-family: inherit;
  font-weight: 500;
  text-align: start;
  margin-bottom: 20px;
}

.single_post .post_content h4 {
  font-size: 16px;
  font-family: inherit;
  font-weight: 600;
  text-align: start;
  margin-bottom: 20px;
}

.single_post .post_content strong {
  font-family: inherit;
  font-weight: 700;
}

.single_post .post_content a {
  font-family: "Futura-Light";
  font-weight: 300;
  color: #ee1d25;
}

.single_post .post_content i {
  font-family: "Futura-Light";
  font-weight: 300;
  font-style: italic;
}

.single_post .post_content .aligncenter {
  margin: 0 auto;
}

.single_post .post_content img {
  object-fit: contain;
}

.single_post .post_content ul {
  padding: 0 0 20px 40px;
  list-style: disc;
}

.single_post .post_content ul li::marker {
  color: #ee1d25;
}

.single_post .post_content blockquote {
  margin: 40px;
  border-color: #ee1d25;
}

.single_post .ctas {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 0 20px;
}

.single_post .ctas .cta {
  font-size: 21px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background: #ee1d25;
  padding: 10px 20px;
  color: #fff;
}

.single_post .bg-gray {
  background: #f9f9f9;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single_post .bg-gray .bg-footer {
  margin: 0 !important;
  max-width: 1440px;
}

.single_post .post_footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.single_post .post_footer .related-posts-swiper {
  position: relative;
  width: 90%;
  margin-bottom: 50px;
}

.single_post .post_footer .related-posts-swiper h2 {
  font-family: inherit;
  font-weight: 400;
  text-align: start;
  margin-bottom: 40px;
  margin-top: 70px;
  font-size: 21px;
}

.single_post .post_footer .related-posts-swiper .swiper-posts {
  overflow: hidden;
}

.single_post .post_footer .related-posts-swiper .swiper-posts-button-next,
.single_post .post_footer .related-posts-swiper .swiper-posts-button-prev {
  position: absolute !important;
  top: 250px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
}

.single_post .post_footer .related-posts-swiper .swiper-posts-button-next {
  right: 2px;
  transform: rotate(180deg);
}

.single_post .post_footer .related-posts-swiper .swiper-posts-button-prev {
  left: 2px;
}

@media (max-width: 1024px) {
  .single_post .post_footer .related-posts-swiper .swiper-posts-button-next,
  .single_post .post_footer .related-posts-swiper .swiper-posts-button-prev {
    top: 75%;
  }
}

@media (max-width: 768px) {
  .single_post .post_footer .related-posts-swiper .swiper-posts-button-next {
    right: -24px;
  }

  .single_post .post_footer .related-posts-swiper .swiper-posts-button-prev {
    left: -24px;
  }
}

.single_post .post_footer .related-posts-swiper .swiper-posts-button-next img,
.single_post .post_footer .related-posts-swiper .swiper-posts-button-prev img {
  width: 24px;
  height: 24px;
}

.single_post .post_footer .related-posts-swiper .swiper-wrapper {
  width: 100% !important;
  display: flex;
  padding-left: 35px;
}

.single_post .post_footer .related-posts-swiper .swiper-slide {
  padding: 0 12px;
  text-align: center;
  height: auto;
}

@media (max-width: 768px) {
  .single_post .post_footer .related-posts-swiper .swiper-slide {
    padding: 0;
  }
}

.single_post .post_footer .related-posts-swiper .swiper-slide .post {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

@media (min-width: 991px) {
  .single_post .post_footer .related-posts-swiper .swiper-slide .post {
    padding-top: 260px;
  }
}

@media (max-width: 990px) {
  .single_post .post_footer .related-posts-swiper .swiper-slide .post {
    padding-top: 0;
  }
}

.single_post .post_footer .related-posts-swiper .swiper-slide .post .image {
  margin-bottom: 0;
}

@media (min-width: 991px) {
  .single_post .post_footer .related-posts-swiper .swiper-slide .post .image {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
  }
}

.single_post .post_footer .related-posts-swiper .swiper-slide .post .image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

@media (max-width: 990px) {
  .single_post .post_footer .related-posts-swiper .swiper-slide .post .image img {
    height: 350px;
    
  }
}

.single_post .post_footer .related-posts-swiper .swiper-slide .post .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
  padding: 12px 25px;
  width: 78%;
  position: relative;
}

@media (max-width: 990px) {
  .single_post .post_footer .related-posts-swiper .swiper-slide .post .content {
    width: 100%;
  }
}

.single_post .post_footer .related-posts-swiper .swiper-slide .post .content .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: start;
}

.single_post .post_footer .related-posts-swiper .swiper-slide .post .content .text .titulo {
  font-size: 20px;
  font-family: "ClearfaceStd-Heavy";
}

.single_post .post_footer .related-posts-swiper .swiper-slide .post .content > a img {
  width: 21px;
}

.single_post .post_footer .related-posts-swiper .swiper-slide .post .links {
  display: flex;
  color: #ee1d25;
  font-size: 20px;
  gap: 4px;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .single_post .post_footer .related-posts-swiper .swiper-slide .post .links {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Futura-Medium";
  }
}

.single_post .info_section {
  background: #f8f4f4;
  padding: 75px 20px 50px;
  border-top: #d9d2d2 solid 5px;
  border-bottom: #d9d2d2 solid 5px;
  font-family: inherit;
  font-weight: 500;
  font-size: 21px;
}

@media (max-width: 768px) {
  .single_post .info_section {
    margin-top: 40px;
  }
}

.single_post .info_section a {
  font-family: inherit;
  font-weight: 500;
  color: #ee1d25;
}

.single_post .info_section i {
  font-family: inherit;
  font-weight: 500;
  font-style: italic;
}

.single_post .info_section h2 {
  font-size: 30px;
  font-family: inherit;
  font-weight: 600;
  text-align: start;
  margin-bottom: 20px;
}

.single_post .info_section strong {
  font-family: inherit;
  font-weight: 700;
}

.single_post .info_section .contact {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

@media (max-width: 768px) {
  .single_post .info_section .contact {
    flex-direction: column;
    align-items: center;
  }
}

.single_post .info_section .contact .content {
  flex: 1;
}

@media (max-width: 768px) {
  .single_post .info_section .contact .content {
    width: 100%;
  }
}

