.logo img {
  width: 12.5rem;
}

footer .logo img {
  width: 15.5rem;
}

h1.entry-title {
  margin-bottom: 4rem;
}

.entry-content p {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #000;
  font-weight: 400;
  text-align: left;
  text-justify: inter-word;
  text-align-last: left;
}

.entry-content ul {
  margin-bottom: 2rem;
}

.entry-content ul li {
  margin-bottom: 1rem;
}

.entry-content ul li::before {
  content: "•";
  margin-right: 1rem;
}

.entry-content ol {
  margin-bottom: 2rem;
}

.entry-content ol li {
  margin-bottom: 1rem;
}

.entry-content ol li::before {
  content: "•";
  margin-right: 1rem;
}

.entry-content a {
  color: #000;
  text-decoration: underline;
}

.entry-content a:hover {
  color: #000;
  text-decoration: none;
}

.entry-content img {
  margin-bottom: 2rem;
}

.entry-content iframe {
  margin-bottom: 2rem;
}

.entry-content video {
  margin-bottom: 2rem;
}

.entry-content audio {
  margin-bottom: 2rem;
}

/* ================== Footer Nuevo Diseño ================== */
.footer_section {
  background: #ECECEC;
  padding: 4rem 0 2rem;
}

.footer_cta_bar {
  background: #d1d1d1;
  padding: 2rem 2.5rem;
  border-radius: 0;
}

.footer_cta_title {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Futura Std";
  color: #000;
  margin-bottom: 1.5rem;
}

.footer_contact_item {
  font-size: 1.6rem;
  font-family: "Futura Std";
  color: #000 !important;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}

.footer_contact_item:hover {
  opacity: 0.7;
  color: #000 !important;
}

.footer_icon {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}

.footer_section .list-inline-item span,
.footer_section .list-inline-item a {
  font-size: 1.6rem;
  font-family: "Futura Std";
  color: #000;
  transition: color 0.3s ease;
}

.footer_section .list-inline-item a:hover {
  color: #f39000;
}

.footer_section p {
  font-size: 1.6rem;
  font-family: "Futura Std";
  color: #000;
}

/* Responsive Footer */
@media (max-width: 991px) {
  .footer_cta_bar {
    padding: 1.5rem;
  }

  .footer_contact_item {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .footer_section {
    padding: 3rem 0 1.5rem;
  }

  .footer_cta_bar {
    padding: 1.5rem 1rem;
  }

  .footer_cta_title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }

  .footer_contact_item {
    font-size: 1.3rem;
    white-space: normal;
  }

  .footer_section .list-inline {
    flex-direction: column;
    gap: 0.5rem !important;
  }

  .footer_section .text-md-end {
    text-align: center !important;
    margin-top: 1rem;
  }
}

@media (max-width: 575px) {
  .footer_section {
    padding: 2.5rem 0 1.5rem;
  }

  .footer_cta_bar {
    padding: 1.2rem 0.8rem;
  }

  .footer_cta_title {
    font-size: 1.4rem;
  }

  .footer_contact_item {
    font-size: 1.2rem;
  }

  .footer_icon {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.tiny_border {
  border-top: 1px solid #A2A2A2;
  margin: 0 auto;
  padding-top: 3rem;
}

.main_content.acumuladores .spec li {
  font-size: 1.6rem;
}

/* ================== Content Image Text Section ================== */
.content_img_txt_section {
  background: #ffffff;
  margin-bottom: 4rem;
}

.content_img_txt_image {
  min-height: 50rem;
}

.content_img_txt_image img {
  object-fit: cover;
}

.content_img_txt_panel {
  background: #f5f5f5 !important;
  min-height: 50rem;
}

.content_img_txt_icon {
  width: 4rem;
  height: 4rem;
}

.content_img_txt_title {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Futura Std";
  color: #333333;
  line-height: 1.3;
  text-align: left;
}

.content_img_txt_description {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Futura Std";
  color: #333333;
  line-height: 1.6;
  text-align: left;
}

/* Responsive Content Image Text */
@media (max-width: 991px) {
  .content_img_txt_image {
    min-height: 40rem;
  }

  .content_img_txt_panel {
    min-height: auto;
    padding: 3rem !important;
  }

  .content_img_txt_title {
    font-size: 2rem;
  }

  .content_img_txt_description {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .content_img_txt_section {
    padding: 2rem 0 !important;
  }

  .content_img_txt_image {
    min-height: 30rem;
  }

  .content_img_txt_panel {
    padding: 2.5rem 1.5rem !important;
  }

  .content_img_txt_title {
    font-size: 1.8rem;
  }

  .content_img_txt_description {
    font-size: 1.5rem;
  }

  .content_img_txt_icon {
    width: 3.5rem;
    height: 3.5rem;
  }
}

/* ================== Content Blue Banner Section ================== */
.content_blue_banner_section {
  background: #123b5b;
  padding: 6rem 0;
}

.content_blue_banner_title {
  font-size: 2.0rem;
  font-weight: 700;
  font-family: "Futura Std";
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.content_blue_banner_separator {
  width: 6rem;
  height: 0.3rem;
  background: #ffffff;
  display: block;
}

.content_blue_banner_description_wrapper {
  max-width: 70rem;
  margin: 0 auto;
}

.content_blue_banner_description {
  font-size: 2.0rem;
  font-weight: 400;
  font-family: "Futura Std";
  line-height: 1.6;
  text-align: center;
}

.content_blue_banner_btn {
  min-width: 28rem;
}

/* Responsive Content Blue Banner */
@media (max-width: 991px) {
  .content_blue_banner_section {
    padding: 4rem 0;
  }

  .content_blue_banner_title {
    font-size: 2rem;
  }

  .content_blue_banner_description {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .content_blue_banner_section {
    padding: 3rem 0;
  }

  .content_blue_banner_title {
    font-size: 1.8rem;
  }

  .content_blue_banner_description {
    font-size: 1.5rem;
  }

  .content_blue_banner_btn {
    min-width: 100%;
    width: 100%;
  }
}