/* Reset and Base Styling */
/* body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
} */



.hidden {
  display: none !important;
}

/* Evitar scroll horizontal */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

b,
strong {
  font-weight: 800 !important;
}

/**/
@media (max-width: 768px) {
  .cuerpo {
    padding: 0 20px !important;
  }
}

/* Oculto Paginador default*/
.navigation {
  display: none !important;
}

/*Noticias relacionadas */

.contenedor-nota-relacionada {
  border-radius: 20px;
  margin: 25px;
  border: solid 2px #005699;
  display: flex;
  flex-direction: row;
  background: #cddeec;
}

.contenedor-nota-relacionada .imagen img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.contenedor-nota-relacionada .imagen-relacionada img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.contenedor-nota-relacionada .titulo {
  font-weight: 800;
  color: #005699;
  font-size: 0.9em;
  font-family: 'Merriweather';
}

.contenedor-nota-relacionada .bajada {
  color: #4a4a4a;
  font-size: 0.7em;
}

.contenedor-nota-relacionada .boton {
  border-color: #4a4a4a;
  font-size: 0.8em;
}

.contenedor-nota-relacionada .boton:hover {
  border-color: #4a4a4a;
  font-size: 0.8em;
  color: #4a4a4a !important;
}

/* Ad Section */
.ad-section {
  background-image: url('../assets/images/banner-publicidad.svg');
  /* Replace with your banner image path */
  background-size: cover;
  background-position: center;
  padding: 20px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  height: 300px;
}

/* Info Bar */
.info-bar {
  background-image: url('../assets/icons/dates-nav-bg.svg');
  color: #fff;
  padding: 10px 170px 10px 250px;
  gap: 15px;
  justify-content: space-between;
}

.info-item {
  display: flex;

  align-items: center;
  gap: 1px;
  font-size: 'Poppins';
  font-weight: 300px;
  font-size: 0.9rem;
  margin-right: 20px;
}

.info-icon {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  vertical-align: middle;
}

/* Main Banner */
.main-banner {
  position: relative;
  padding: 30px 0;
  background: rgb(0, 86, 153);
  background: linear-gradient(90deg, rgba(0, 86, 153, 1) 0%, rgba(0, 86, 153, 1) 56%, rgba(6, 51, 85, 1) 100%);

}

.banner-background {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.banner-content {
  display: flex;
  justify-content: space-between;
  padding: 0 150px;
  /* justify-content: start;
  padding-left: 150px; */
  /* margin-top: 50px; */

}

.logo-image {
  width: 300px;
  height: auto;
}

/* Desktop Only */
.desktop-banner {
  display: block;
}

.mobile-banner {
  display: none;
}


.mobile-menu-button {
  position: absolute;
  right: -5px;
  top: 80px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 1;
}

.mobile-menu-button img {
  width: 100px;
  height: 100px;
}

.mobile-dropdown-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6E9AC3;
  padding-top: 50px;
  z-index: 1000;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mobile-dropdown-menu.show {
  display: flex;
}

.close-menu {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 44px;
  font-weight: bold;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1100;
}

.close-menu:hover {
  color: #005699;
}

.menu-item {
  display: block;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
  /* font-family: 'Poppins'; */
  border-bottom: 1px solid #fff;
}

.menu-item.hover-item {
  background-color: #005699;

}

/* Mobile Only */
.mobile-only {
  display: none !important;
}

@media (max-width: 500px) {

  .desktop-banner {
    display: none;
  }

  .mobile-banner {
    display: block;
  }

  .banner-content {
    display: flex;
    justify-content: start;
    padding-left: 0px;
    margin-top: 0px;

  }

  .info-bar {
    background-image: url('../assets/images/info-banner-mobile.svg');
    background-size: cover;
    padding: 10px;
    justify-content: flex-end;

  }

  .info-item {
    margin-right: 0;
    font-size: 6px;
  }

  .info-icon {
    width: 15px;
    height: 15px;
    margin-right: 5px;

  }

  /* Adjust Main Banner for Mobile */
  .main-banner {
    height: 180px;
    padding: 20px 0;
    margin-top: -5px;
  }


  .logo-image {
    max-width: 200px;
    margin-left: 40px;
    margin-top: 10px;
  }

  .ad-section {
    display: none;
  }


  .mobile-dropdown-menu.show {
    display: flex;
  }


}


/* BARRA VERDE - BUSQUEDA */



/* Container Styling */
.search-bar-container {
  background-color: #009B63;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  color: #fff;
  /* margin-top: 35px; */
}

@media (min-width: 1750px) {
  .search-bar-container {
    /*margin-top: 80px;*/
  }
}

/* Desktop - Newsletter Link */
.newsletter-link {
  display: flex;
  align-items: center;
  gap: 10px;

}

.newsletter-icon {
  width: 250px;
  margin-left: 160px;
}


.social-icons {
  display: flex;
  gap: 15px;
}

.social-icon {
  width: 15px;
  height: 15px;
}


.search-bar {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  border-radius: 5px;
}

.search-icon {
  width: 200px;

  margin-right: 140px;
}

.search-bar input {
  margin: 10px;
  border-radius: 10px;
  border: 0;
  padding: 0 5px;
  color: #888;
  max-width: 75%;
}

.social-icons.mobile-only img {
  width: auto;
  height: 19px;
}

.search-bar form {
  margin: 0px 20px 0 0;
}

/* Desktop Only */
.desktop-only {
  display: flex;
}

.mobile-only {
  display: none !important;
}

/* Mobile Styles */
@media (max-width: 768px) {

  /* Switch visibility for mobile */
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: flex !important;
  }

  .search-bar-container {
    height: 35px;
    align-items: center;
    gap: 10px;
    margin-top: 0 !important;
  }

  .search-icon {
    width: 150px;
    margin-right: 0;
  }
}

/* BUTTON GROUP */

.button-group {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;

}

.custom-button {
  padding: 1px 12px;
  border: 1px solid #FFF;
  border-radius: 20px;
  background-color: transparent;
  color: #FFF;
  font-size: 18px;
  /* font-family: 'Poppins'; */
  font-weight: 300;
  cursor: pointer;
  text-decoration: none;

  transition: background-color 0.3s, color 0.3s;
}

.custom-button:hover {
  background-color: #1165AD;
  color: #fff !important;
  text-decoration: none;
  border: 1px solid #1165AD;
}

.contact-button {
  background-color: #00569F;
  border: 1px solid #00569F;
  color: #fff;
}

.contact-button:hover {
  background-color: #00569F;
  color: #499CE3;
}

/* Responsive adjustments for mobile if needed */
@media (max-width: 768px) {
  .button-group {
    display: none;
  }

}



.social-button-group {
  position: absolute;
  top: 80%;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;

  background-color: #005699;
  padding: 20px 2px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 1000;
  padding-top: 20px;
}



.social-button-group-two {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;

  background-color: #005699;
  padding: 20px 2px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 1000;
  padding-top: 20px;
}

.social-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;

  color: #fff;
}

.social-button img {
  width: 24px;
  height: 24px;
}

.social-button-group a:hover {
  opacity: 0.8;
}

/* Hide on Mobile */
@media (max-width: 768px) {
  .social-button-group {
    display: none;
  }
}


/* NEWS SECTION */

.news-section {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
  padding: 0px;
  padding-bottom: 10px;
  max-width: 100%;
  margin: 0 auto;
  align-items: start;
}

/* Left and Right Columns */
.left-column,
.right-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.left-column {
  max-width: 220px;
}

.right-column {
  max-width: 220px;
}

.left-column .ad-image {


  object-fit: contain;

}

.container-global {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
}

/* Main Image Section */
.main-image {
  grid-column: 2 / 3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-image .news-image {
  max-width: 800px;
  height: 545px;
  object-fit: cover;

}


.ad-row {
  grid-column: 1 / 4;
  display: flex;
  justify-content: center;
  gap: 10px;

  padding-top: 0px;
  margin-top: 0;
}

.ad {
  text-align: center;
}

.large-ad {
  width: 465px;


}

.small-ad {
  width: 230px;
  height: 105px;

}


@media (max-width : 1024px) {
  .custom-button {
    font-size: 14px;
  }

  .news-section {

    padding: 10px 40px;
  }

  .right-column {
    display: none;
  }

  .main-banner {
    padding: 5px;
  }

  .search-bar-container {
    margin-top: 10px;
  }

}



@media (max-width: 768px) {



  .news-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    margin-top: 0px;
    padding: 10px;
  }

  .main-image .news-image {
    width: 100%;
    max-width: 360px;
    height: auto;
    order: 1;
    margin-bottom: 10px;
  }


  .left-column,
  .right-column {
    max-width: 100%;
    width: 100%;
    order: 2;
  }

  .left-column .news-image,
  .right-column .news-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 10px;
  }


  .ad-row {
    flex-direction: column;
    width: 100%;
    align-items: center;
    order: 3;
  }

  .ad-image {
    width: 100%;
    max-width: 360px;
    height: auto;
    display: none;
    margin-bottom: 10px;
  }

  .small-ad {
    display: none;
  }

  .img-3 {
    display: none;
  }
}



/* NEWS DOS */


@media (max-width: 768px) {
  .news-section-desktop {
    display: none !important;
  }
}

.news-section-desktop {
  display: grid;
  grid-template-columns: 4fr 1fr;

  gap: 10px;
  max-width: 100%;
  margin: 0 auto;


}

.main-image-two {
  display: flex;
  gap: 20px;


}

.main-image-two .news-image-two {
  width: 460px;
  height: auto;
}

.right-column-two {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 220px;
  margin-left: 10px;

}

.ad-image,
.news-image-two {
  width: 100%;
  height: auto;
}

@media (max-width:1024px) {
  .right-column-two {
    display: none;
  }

  .news-section-desktop {
    padding: 20px 40px;
  }

}

/* BANNER LATAM */
.swiper-overlay {
  position: relative;
  background: url('../assets/images/banner-latam.svg') no-repeat center;
  background-size: contain;
  height: 415px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  overflow-x: hidden;
  margin: 0 auto;
  max-width: 1200px;

  margin-top: 10px;
}

.swiper-container {
  width: 65%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
  margin-left: -150px;
  margin-top: 30px;
}

.swiper-wrapper {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 20px;
  margin-top: 0px;
}

.slide-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  max-width: 1200px;
  width: 100%;
}


.slide-image {
  flex: 1;
  max-width: 50%;
  object-fit: cover;

}

/* Contenedor de texto */
.text-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 50%;
}

/* Encabezados y texto */
.text-content h3 {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 5px;
  color: #005699;
}

.text-content h4 {
  font-size: 22px;
  font-weight: 800;
  font-family: 'Merriweather';
  margin-bottom: 5px;
  line-height: 1.1;
  color: #000;
  text-decoration: none;
}

.text-content p {
  /* font-family: 'Poppins'; */
  font-size: 15px;
  font-weight: 300;
  line-height: 1.1;
  color: #000;
}


/* Ajustar las flechas */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;

  cursor: pointer;
}

.arrow-left {
  left: 60px;
  /* Mover más cerca del contenido */
}

.arrow-right {
  right: 230px;
}


.view-all {
  position: absolute;
  bottom: 80px;
  right: 80px;
  background-color: transparent;
  border: 2px solid #4A4A4A;
  color: #4A4A4A;
  padding: 5px 15px;

  font-weight: 400;
  cursor: pointer;
  /* font-family: 'Poppins'; */
  font-size: 22px;
  border-radius: 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.view-all:hover {
  background-color: #4A4A4A;
  color: white;
}

@media (max-width: 768px) {
  .swiper-overlay {
    background: url(../assets/images/banner-mobile.svg) no-repeat;
    height: auto;
    display: block;
    background-size: cover;
    background-position: top;
    padding: 80px 0 20px 0;
  }

  .slide-content {
    display: block;
  }

  .swiper-container {
    width: 100%;
    max-height: 90vh;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-left: 0;
  }

  .slide-image {
    display: block;
    margin: auto;
    width: 70%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .text-content {
    max-width: 100%;
    width: 100%;
    padding: 10px 15%;
  }

  .view-all {
    margin: 0 15%;
    position: static;
  }

  .arrow-left {
    left: 5px;
  }

  .arrow-right {
    right: 5px;
  }
}

.swiper-overlay-mobile {
  display: none;
}

@media (max-width: 768px) {

  /* Ajustes adicionales para tablets más pequeñas */
  .news-section {

    grid-template-columns: 1fr;
    gap: 10px;
  }

  .left-column,
  .right-column {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 10px;
  }

  .left-column .ad-image,
  .right-column .ad-image {
    width: 100px;
    height: auto;
  }

  .main-image .news-image {
    max-width: 100%;
    height: auto;
  }

  .large-ad,
  .small-ad {
    width: 100%;
    /* Ocupen todo el ancho disponible */
    height: auto;
  }
}

@media screen and (max-width:500px) {

  /* Fondo mobile */
  .swiper-overlay {
    /* display: none; */
  }

  .swiper-overlay-mobile {
    position: relative;
    background: url('../assets/images/banner-mobile.svg') no-repeat center;
    background-size: cover;
    height: 110vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0
  }

  /* Fondo de los slides */
  .swiper-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;

  }

  .swiper-container-mobile {
    width: 100%;
    max-height: 90vh;
    /* Ajustar la altura máxima para dejar espacio al fondo */
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }


  .swiper-wrapper-mobile {
    display: flex;
    flex-direction: row;
    transition: transform 0.3s ease-in-out;

  }

  .swiper-slide-mobile {
    flex-shrink: 0;
    /* Evitar que los slides se encojan */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    padding: 20px;
  }

  .slide-image-mobile {
    width: 70%;
    max-height: 50%;
    object-fit: contain;
    margin-bottom: 10px;
  }

  /* Contenido del texto */
  .text-content-mobile {
    width: 70%;
    text-align: left;
    padding: 10px;
  }

  .text-content-mobile h3 {
    font-size: 16px;
    font-weight: 400;
    color: #B2CADE;
    margin: 0;
    /* font-family: 'Poppins'; */
  }

  .text-content-mobile h4 {
    font-size: 22px;
    font-weight: 400;
    color: #005699;
    margin: 5px 0;
    /* font-family: 'Poppins'; */
  }

  .text-content-mobile p {
    font-size: 14px;
    font-weight: 300;
    color: #4A4A4A;
    margin: 0;
    /* font-family: 'Poppins'; */
  }

  /* Flechas */
  .arrow-mobile {
    background-color: transparent;
    position: absolute;
    top: 25%;
    cursor: pointer;
    border: none;
  }

  .arrow-mobile img {

    width: 40px;
    height: 40px;
  }

  .arrow-mobile-left {
    left: 1px;
  }

  .arrow-mobile-right {
    right: 0px;
  }



}


/* PUBLICIDAD */

.custom-ads-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* Tres columnas */
  gap: 10px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 0px;

}

/* Fila con una imagen grande y dos pequeñas */
.custom-ad-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Imagen grande */
.custom-large-ad {
  width: 465px;
  /* Ancho específico para "PUBLICIDAD 2" */
  height: auto;
  /* Ajuste dinámico para mantener proporciones */
  object-fit: cover;
}

/* Fila con imágenes pequeñas lado a lado */
.custom-ad-row {
  display: flex;
  gap: 10px;
  width: 100%;
}

/* Imagen pequeña */
.custom-small-ad {
  width: 227px;
  /* Ancho específico para "PUBLICIDAD 1" */
  height: 110px;
  /* Altura específica para "PUBLICIDAD 1" */
  object-fit: cover;
}

.custom-ad-group-column {
  display: flex;
  flex-direction: column;
  /* Apila los elementos en columna */
  gap: 10px;
  /* Espaciado entre las imágenes */
}

/* Ajustes responsivos */
@media screen and (max-width: 1024px) {
  .custom-ads-grid {
    display: none;
    /* Ocultar en dispositivos móviles */
  }
}


/* Contenedor general */

.news-section-container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 10px;
  max-width: 100%;
  margin: 0;
  padding: 10px 0;
}

/* Primer div con dos imágenes en fila */
.news-row {
  display: flex;
  flex-direction: row;
  gap: 10px;

}

.news-image-second {
  width: 225px;
  height: 100%;
  /* Llenar la altura disponible */
  object-fit: contain;
  /* Mantener proporción de la imagen */
}

/* Imagen grande */
.news-single {
  display: flex;
  justify-content: center;
  align-items: center;

}

.news-image-large {
  width: 460px;
  height: 100%;
  object-fit: contain
}

/* Tercer div con contenido */
.news-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 230px;
  background-color: #EDF1F5;
  padding: 10px;
}

.news-title {
  font-size: 14px;
  font-weight: 500;
  color: #005699;
  /* font-family: 'Poppins'; */
  line-height: 1;
  margin: 0;
}

.news-text {
  font-size: 12px;
  color: #4A4A4A;
  font-weight: 300;
  line-height: 1.2;
  font-style: italic;
  /* font-family: 'Poppins', sans-serif; */
  margin: 0;
  margin-bottom: 0;
}

.news-divider {
  border: 0;
  border-top: 1px solid #005699;
  margin-top: -10px;
  margin-bottom: -10px;
}


/* Mobile styles */
@media (max-width: 768px) {
  .news-section-container {
    grid-template-columns: 1fr;
  }


  .news-single,
  .news-content,
  .news-image-second {
    display: none;
  }

  .noticia-simple-4 {
    display: block;
    width: 100%;
  }

}


/* BANNER GRAFICO */
/* Contenedor general */
.section-container {
  display: grid;
  grid-template-columns: 3fr 2fr;
  /* El banner es más grande que la noticia */
  gap: 20px;
  max-width: 100%;
  margin: 0;
  padding: 0px;

}

/* Estilo del banner izquierdo */
.banner-left {
  position: relative;

  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-content-two {
  position: relative;
  width: 100%;
  height: auto;
}

.banner-background-two {
  width: 100%;
  height: auto;
  object-fit: contain;

}

.graph-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
}

.view-more-btn {
  position: absolute;
  bottom: 50px;
  /* Separar más del borde */
  right: 50px;
  /* Separar más del borde */
  background-color: transparent;
  border: 1px solid #4A4A4A;
  color: #4A4A4A;
  padding: 5px 20px;
  /* Botón más grande */
  font-weight: 400;
  cursor: pointer;
  /* font-family: 'Poppins'; */
  font-size: 18px;
  /* Tamaño del texto más pequeño */
  border-radius: 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.view-more-btn:hover {
  background-color: #4A4A4A;
  color: #FFFFFF;
}


.news-right {


  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.news-image-graph {
  width: 100%;
  height: auto;

}

.section-container-mobile {
  display: none;
}

@media screen and (max-width: 768px) {

  .section-container {
    display: none;
  }

  .section-container-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0px;
  }

  .banner-mobile {
    position: relative;
    width: 100%;
    max-width: 400px;
    max-height: 100vh;

    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    margin-bottom: 20px;
  }

  /* Fondo del banner mobile */
  .mobile-background {
    position: absolute;
    width: 90%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }

  /* Gráficos */
  .mobile-graph-one {
    width: 70%;
    height: auto;
    margin: 10px 0;
    z-index: 2;
    position: relative;
    padding-top: 70px;
  }

  .mobile-graph-two {
    width: 70%;
    height: auto;
    margin: 10px 0;
    z-index: 2;
    position: relative;
    padding-top: 10px;
  }

  /* Botón centrado */
  .view-more-btn-mobile {
    margin-top: 20px;
    background-color: transparent;
    border: 2px solid #4A4A4A;
    color: #4A4A4A;
    padding: 10px 25px;
    font-weight: 400;
    cursor: pointer;
    /* font-family: 'Poppins', sans-serif; */
    font-size: 16px;
    border-radius: 40px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    text-transform: uppercase;
    z-index: 2;
    margin-bottom: 40px;
  }

  .view-more-btn-mobile:hover {
    background-color: #4A4A4A;
    color: #FFFFFF;
  }
}

.news-section-container-2 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 10px;
  max-width: 100%;
  margin: 0;
  padding: 10px;
}

@media (max-width :1024px) {
  .news-row {
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .news-section-container-2 {
    display: none;
  }
}


/* SWIPPER 2 */

.swiper-overlay-2 {
  position: relative;
  background: url('../assets/images/banner-negocios.png') no-repeat center;
  background-size: contain;
  height: 415px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  overflow-x: hidden;
  margin: 0 auto;
  max-width: 1200px;

  margin-top: 10px;
}

.swiper-overlay-mobile-2 {
  display: none;
}

@media screen and (max-width:768px) {

  /* Fondo mobile */
  .swiper-overlay-2 {
    background: url(../assets/images/banner-negocio-mobile.png) no-repeat;
    height: auto;
    display: block;
    background-size: cover;
    background-position: top;
    padding: 80px 0 20px 0;
  }

  .swiper-overlay-mobile-2 {
    position: relative;
    background: url('../assets/images/banner-negocio-mobile.png') no-repeat center;
    background-size: cover;
    height: 110vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0
  }
}



/* CONTENEDOR GRANDE */


/* Contenedor principal */
.main-container {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  gap: 10px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 0px;
}

/* Columnas */
.column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.column-two {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Sección grande */
.section-large img {
  width: 100%;
  height: auto;
  object-fit: cover;

}

/* Secciones pequeñas */
.section-small img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 10px;
}



@media (max-width: 768px) {
  .main-container {
    display: grid;
    grid-template-columns: 1fr;

    padding: 10px 0px;
  }

  .column {
    display: none;
  }

  .column-two {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }


  .section-small img {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }

  .section-advertisement img {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: none;
  }
}

/* FOOTER */


/* Footer General */
.footer {
  background-color: #005699;
  color: white;
  padding: 40px 0px;
  padding-left: 150px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  margin: 0 auto;
}

/* Bloque Izquierdo */
.footer-left {
  flex: 1;
}

.footer-logo {
  width: 350px;
  margin-bottom: 30px;
}

.footer-info p {
  /* font-family: 'Poppins', sans-serif; */
  font-size: 14px;
  line-height: 1.2;
  font-weight: 300;
  margin: 0 0 5px;
}

/* Bloque Derecho */
/* Bloque Derecho */
.footer-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  margin-top: 40px;
}

/* Redes sociales y botón en una fila */
.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
  margin-bottom: 50px;
}


.social-icon img {
  width: 25px;
  height: 25px;

}

/* Sección del botón de suscripción */
.subscribe-section {
  flex: 1;
}

.subscribe-image {
  width: auto;
  max-width: 420px;
  height: auto;
}

/* Estilos Responsivos */
@media (max-width: 768px) {

  .footer {
    padding-left: 0;
  }

  .footer-container {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .footer-logo {
    width: 250px;


  }


  .footer-right {
    margin-top: 0;
  }

  .footer-left {
    padding-left: 30px;
  }

  .footer-left,
  .footer-right {
    flex: none;
    margin-bottom: 20px;
  }

  .footer-info p {
    margin-bottom: 10px;

    text-align: left;
    line-height: 1;
    font-size: 12px;
  }

  .footer-social {
    justify-content: left;
    padding-left: 30px;
    margin-bottom: 10px;
  }

  .subscribe-section {
    text-align: center;
  }

  .subscribe-image {
    width: 100%;
    max-width: 500px;
  }
}



/* Template LATAM */

.container-global-two {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 5px;
}

.banner-section {

  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}


.banner-image {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}



.mobile-banner {
  display: none;
}

/* Ajustes para mobile */
@media (max-width: 768px) {
  .desktop-banner {
    display: none;
    /* Oculta en mobile */
  }

  .mobile-banner {
    display: block;
    object-fit: contain;
    width: 100%;


  }


  .banner-section {
    padding: 0;
    margin: 0 auto;

  }


  .container-global-two {

    padding: 10px 20px;
  }

}



.main-container-2 {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr;
  gap: 20px;
  max-width: 100%;
  margin: 0;
  padding: 10px 0px;
}

/* Columnas */
.column-four {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.brief-news {
  background-color: #EDF1F5;
  padding: 0;
  border-top: 8px solid #4886BA;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.brief-news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #005699;
  padding: 20px 0px;

  color: white;
  position: relative;
  /* Para el ícono */
}

/* Estilo del texto del encabezado */
.brief-news-header h3 {
  color: #4886BA;
  /* Color de texto más claro */
  font-size: 18px;
  font-weight: 500;
  /* font-family: 'Poppins'; */
  margin: 0;
  padding-top: 20px;
  padding-left: 10px;
}


.icon-container {


  position: absolute;
  top: 0px;
  right: 15px;
}

/* Estilo del ícono */
.brief-news-header .icon {
  width: 60px;
  height: 60px;
}


.brief-item {
  margin-bottom: 0;
  padding-bottom: 5px;
  padding: 10px;
}

.brief-item h4 {
  font-size: 16px;
  color: #005699;
  font-weight: 500;
  margin: 0 0 5px;
  line-height: 1;
  /* font-family: 'Poppins'; */
}

.brief-item p {
  font-size: 14px;
  color: #4A4A4A;
  font-weight: 300;
  margin: 0 0 10px;
  line-height: 1;
  /* font-family: 'Poppins'; */
}

.brief-item button {
  background-color: transparent;
  color: #003f73;
  font-size: 10px;
  border: 1px solid #003f73;
  padding: 5px 8px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.brief-item button:hover {
  background-color: #003f73;
  color: white;
}





/* Estilos de Mobile */
.brief-news-mobile {
  display: none;
  /* Ocultar por defecto */

  padding: 0px;


  position: relative;
  overflow: hidden;
}

.brief-news-mobile .mobile-slider {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
}

.brief-news-mobile .brief-news-header h3 {
  color: #B2CADE;
  font-weight: 600;
  /* font-family: 'Poppins'; */

}

.brief-news-mobile .brief-news-header {
  border-top: 10px solid #4886BA;
  padding: 10px 0;

}


.brief-news-mobile .brief-item {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 10px 50px;
  background-color: #B2CADE;

  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.brief-news-mobile .brief-item h4 {
  color: #005699;
  font-weight: 600;
  font-size: 16px;

}

.brief-news-mobile .brief-item p {
  color: #000;
  font-weight: 300;
  font-size: 16px;

}

.brief-news-mobile .mobile-slider-controls {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 60%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}

.brief-news-mobile .control-left,
.brief-news-mobile .control-right {

  border: none;
  background-color: transparent;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;

  pointer-events: all;
  cursor: pointer;
}

/* Mostrar solo en Mobile */
@media (max-width: 768px) {
  .brief-news {
    display: none;
  }

  .brief-news-mobile {
    display: block;
  }
}


@media (max-width: 768px) {
  .social-button-group-two {
    display: none;
  }

  .main-container-2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .main-container-2 .column-four:first-child {
    order: 1;
  }

  /* Tercera columna al medio */
  .main-container-2 .column-four:nth-child(3) {
    order: 2;
  }

  /* Segunda columna debajo */
  .main-container-2 .column-four:nth-child(2) {
    order: 3;
  }



  .brief-news {
    margin-top: 10px;
    /* Espaciado superior */
  }

  .brief-news-header {
    padding: 15px;
    /* Reducir padding para mobile */
  }

  .brief-item h4 {
    font-size: 14px;
  }

  .brief-item p {
    font-size: 12px;
  }

  .brief-item button {
    font-size: 10px;
    padding: 5px 10px;
  }
}


/* Barra con fondo personalizado */
.footer-bar {
  background: url('../assets/images/barra-footer.svg') no-repeat center;
  background-size: contain;
  /* Ajusta el tamaño al contenedor */
  height: 50px;
  /* Altura de la barra */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* Alinea el contenido a la derecha */
  padding: 0 20px;
  /* Espaciado interno */
}

/* Contenido dentro de la barra */
.footer-bar-content {
  display: flex;
  align-items: center;
  gap: 20px;
}


.footer-bar-button {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  cursor: pointer;
  /* font-family: 'Poppins', sans-serif; */
  font-size: 12px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.footer-bar-button:hover {
  background-color: white;
  color: #999999;
}


.footer-bar-pagination {
  display: flex;
  align-items: center;
  gap: 5px;
  /* font-family: 'Poppins', sans-serif; */
  font-size: 8px;
  color: white;
}


.current-page {
  font-weight: 600;
}


.total-pages {
  font-weight: 300;
}


@media (max-width: 768px) {
  .footer-bar {
    background: url('../assets/images/barra-contador-mobile.svg') no-repeat center;
    background-size: contain;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 20px;
  }

  .footer-bar-content {
    display: none;
  }



}

/* PRECIOS */




.main-container-3 {
  display: grid;
  grid-template-columns: 4fr 1fr;
  gap: 20px;
  max-width: 100%;
  margin: 0;
  padding: 10px 0px;
}

/* Columnas */
.column-five {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section-large-five img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 20px;

}

@media (max-width:768px) {

  .main-container-3 {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }


  .mobile-banner-five {
    display: block !important;
    object-fit: contain;
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;


  }

}


.mobile-banner-five {
  display: none;



}


/*FORM */

.container-global-contact {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
}

/* Contenedor de la sección */
.form-section {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 40px 20px;

}

/* Imagen de fondo */
.form-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Contenedor del formulario */
.form-container {
  position: relative;
  background-color: #E4EDF5;
  margin-top: 60px !important;
  padding: 30px;
  border-radius: 47px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
  margin: 0 auto;
  max-width: 950px;
}


.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 8px 20px;
  margin-bottom: 20px;
  border: none;
  border-radius: 25px;
  font-size: 20px;
  font-weight: 300;
  /* font-family: 'Poppins'; */
  font-style: italic;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.contact-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('../assets/icons/arrow-down.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 16px;
  color: #4A4A4A;
  font-weight: 300;
}


.contact-form textarea {
  height: 100px;
  resize: none;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* Efecto hover */
.contact-form input:hover,
.contact-form select:hover,
.contact-form textarea:hover {
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.15);
}

/* Efecto focus */
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
}

.contact-form textarea {
  resize: none;
}

/* Botones */
.form-buttons {
  display: flex;
  justify-content: space-between;
}

.submit-button,
.reset-button {
  padding: 10px 45px;
  font-size: 16px;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 18px;
  cursor: pointer;
  font-weight: 600;
}

.submit-button {
  background-color: #005699;
  color: white;
}

.submit-button:hover {
  background-color: #003f73;
}

.reset-button {
  background-color: #737373;
  color: white;
}

.reset-button:hover {
  background-color: #8c8c8c;
}

.banner-image-mobile {
  display: none;
}

@media (max-width: 768px) {
  .form-section {
    padding: 10px;
  }

  .banner-image-mobile {
    display: block;
  }

  .form-banner {
    height: 200px;
  }

  .banner-image {
    display: none;
  }

  .form-container {
    padding: 20px 10px;
    margin-top: 130px !important;
    border-radius: 25px;

  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    padding: 6px 15px;
    font-size: 16px;
    border-radius: 20px;
  }

  .contact-form textarea {
    height: 80px;
  }

  .form-buttons {

    gap: 40px;
  }

  .submit-button,
  .reset-button {
    width: 100%;
    padding: 8px 0;
    font-size: 14px;
  }

  .brief-news-header h3 {
    font-size: 16px;
    padding-left: 10px;
  }

  .brief-news-header .icon-container {
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
  }

  .brief-item h4 {
    font-size: 14px;
  }

  .brief-item p {
    font-size: 12px;
  }

  .brief-item button {
    font-size: 10px;
    padding: 5px 8px;
  }

  .ad-row-mobile {
    display: block !important;
    margin-bottom: -40px;
  }
}

.ad-row-mobile {
  display: none;
}



/* NOTICIA INTERNA */


/* Sección principal del encabezado */
.news-header {
  padding: 20px;
  /* font-family: 'Poppins', sans-serif; */
  color: #003f73;
}

/* Metadatos (fecha y categoría) */
.news-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 10px;
  font-size: 14px;
  color: #4A4A4A;
}



.news-meta .news-date img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

.news-meta .news-date {
  color: #005699;
  font-weight: 300;
  /* font-family: 'Poppins'; */
  margin-bottom: 10px;
}

.news-meta .news-category {
  background-color: #005699;
  color: white;
  padding: 5px 10px;
  /* font-family: 'Poppins'; */
  font-size: 14px;
  font-weight: 300;
  width: 100%;

}


.news-title-news {
  font-size: 32px;
  font-weight: 800;
  color: #000;
  margin: 10px 0;
  line-height: 1.2;
  font-family: 'Merriweather';
}

.news-subtitle-news {
  font-family: 'Merriweather';
  color: #000;
  font-weight: 300;
  font-style: italic;
}

/* Imagen destacada */
.featured-image-container {
  position: relative;
  margin-top: 20px;
  border-bottom: 8px solid #009B63;
}

.featured-image {
  width: 100%;
  height: auto;

}
@media (max-width: 768px) {
	.featured-image-container {
		overflow:hidden;
	}

	.featured-image {
		width: auto;
		height: 250px;
	}
}

/* Overlay sobre la imagen */
.image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 86, 153, 0.8);
  color: white;
  padding: 25px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* font-family: 'Poppins'; */
  font-weight: 300;
  font-style: italic;

}

.image-caption {
  font-size: 14px;
  flex: 1;
  padding-right: 10px;
}

.social-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* Botón de compartir */
.share-button {
  background-color: rgba(255, 255, 255, 0.3);
  border: none;

  padding: 2px 20px;
  font-size: 14px;
  font-weight: 500;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.share-button img {
  width: 16px;
  height: 16px;
}

.share-button:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.social-icons-two {
  display: flex;
  gap: 20px;
}

.social-icons-two a img {
  width: 20px;
  height: 20px;
}


.news-subtitle .news-author {
  font-size: 14px;
  font-weight: 500;
  color: #009B63;
  margin-bottom: 10px;
  font-weight: 300;
  /* font-family: 'Poppins', sans-serif; */
}

.news-content-news p {
  /* font-size: 16px;
  font-weight: 300;
  line-height: 1.2; */
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
  color: #4A4A4A;
  margin-bottom: 20px;
  font-family: 'Merriweather';
  /* text-align: justify; */
}

.news-content-news p em {
  font-family: 'Merriweather';
  font-size: 1em;
  /* font-weight: 600; */
  line-height: 1.4;
}

.contenedor-nota {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}

.imagen-nota {
  max-width: 90%;
  height: auto;
}

.imagen-nota-mobile {
  display: none;
}


.image-section {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  margin: 20px 0;
}

.main-image img,
.advertisement-3 img {
  max-width: 100%;
  height: auto;

  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.advertisement-3 {

  width: 100%;
  text-align: center;
  padding: 20px 0;
}

.advertisement-3 img {
  max-width: 100%;
  height: auto;
}

/* FORMULARIO COMENTARIOS */

.f-container {
  display: grid;
  grid-template-columns: 4fr 1fr;
  gap: 20px;
  max-width: 100%;
  margin: 0;
  padding: 10px 0px;
}

.comment-form-container {
  background-color: #E4EDF5;
  border-radius: 25px;
  padding: 30px;

  max-width: 900px;
  margin: 20px auto;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/* Encabezado del formulario */
.form-header {
  display: flex;
  align-items: center;
  gap: 10px;
  /* Espaciado entre ícono y título */
  margin-bottom: 20px;
  /* Espaciado inferior */
}

.form-header h2 {
  color: #005699;
  /* Color del texto */
  /* font-family: 'Poppins', sans-serif; */
  /* Fuente */
  font-weight: 600;
  /* Negrita */
  font-size: 20px;
  margin: 0;
}

/* Icono del encabezado */
.comment-icon {
  width: 40px;
  height: 40px;
}

/* Estilos de los inputs y textarea */
.comment-form input,
.comment-form textarea {
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 15px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  /* font-family: 'Poppins', sans-serif; */
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
  background-color: #FFFFFF;
}

/* Estilo del textarea */
.comment-form textarea {
  resize: none;
  min-height: 150px;
}

/* Botón de envío */
.comment-form input.submit-comment-button {
  background-color: #005699;
  color: white;
  border: none;
  padding: 5px 30px;
  border-radius: 25px;
  font-size: 16px;
  /* font-family: 'Poppins'; */
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
}

.submit-comment-button:hover {
  background-color: #003f73;
}


/* Contenedor principal */
.comments-section {
  padding: 0px;
  background-color: transparent;


  max-width: 900px;
  margin: 10px auto;
  /* font-family: 'Poppins', sans-serif; */
}

/* Encabezado */
.comments-header {
  background-color: #009B63;
  /* Color verde */
  color: white;
  /* font-family: 'Poppins', sans-serif; */
  font-weight: 600;
  line-height: 1.2;
  font-size: 18px;
  text-align: left;

  padding: 10px 20px;
  margin-bottom: 30px;
  position: relative;
  /* Necesario para posicionar el triángulo */
}

.comments-header::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 25px solid #009B63;
}


.comments-header .comments-count {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;

}

.comments-header .comments-title {
  font-size: 16px;

  font-weight: 300;

}

/* Estilo de cada comentario */
.comment-forum {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  gap: 10px;
}

/* Icono de comentario */
.comment-icon-forum {
  flex-shrink: 0;

}

.comment-icon-forum img {
  width: 30px;
  height: 30px;
  margin-top: -10px;
}

/* Contenido del comentario */
.comment-content-forum {
  display: flex;
  flex-direction: column;
  /* Asegura que el título y el texto estén en una columna */
}

.comment-content-forum h4 {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  margin: 0;
  margin-bottom: 10px;
}

.comment-content-forum p {
  font-size: 16px;
  color: #000;
  margin: 5px 0 0 0;
  font-style: italic;
  font-weight: 300;
  margin-left: -40px;
}

/* Estilos responsivos */
@media (max-width: 1024px) {

  .f-container {
    grid-template-columns: 1fr;
  }



  .news-header {
    padding: 10px;
  }

  .news-meta .news-category {
    width: auto;
    /* Permitir que se ajuste automáticamente */
    padding: 5px;
    font-size: 12px;
  }

  .news-title-news {
    font-size: 24px;
    /* Reducir tamaño */
    line-height: 1.4;
  }

  /* Imagen destacada */
  .featured-image-container {
    border-bottom: 6px solid #009B63;
    /* Reducir grosor del borde */
  }

  .image-overlay {
    padding: 15px;
    font-size: 12px;
  }

  .image-caption {
    /* display: none; */
    font-size: 12px !important;
    text-align: center;
    padding-bottom: 10px;
  }

  .share-button {
    padding: 5px 15px;
    font-size: 12px;
  }

  .social-icons-two a img {
    width: 16px;
    height: 16px;
  }

  .social-container {
    flex-direction: row;
  }

  /* Contenido principal */
  .news-content-news p {
    font-size: 14px;
    line-height: 1.5;

  }

  /* Publicidad */
  .advertisement-3 img {
    max-width: 90%;
    /* Reducir ancho en tablets */
  }

  .advertisement-3 {
    display: none;

    padding: 15px 0;
    /* Reducir espacio vertical */
  }

  /* Formulario de comentarios */
  .comment-form-container {
    padding: 20px;
    max-width: 100%;
    margin: 0 auto;
  }

  .comment-form input,
  .comment-form textarea {
    font-size: 14px;
    /* Reducir tamaño del texto */
    padding: 10px 15px;
  }

  .submit-comment-button {
    padding: 5px 20px;
    font-size: 14px;
  }

  /* Sección de comentarios */
  .comments-section {
    padding: 10px;
  }

  .comments-header {
    font-size: 14px;
    /* Reducir tamaño de texto */
    padding: 8px 15px;
  }

  .comments-header::after {
    bottom: -15px;
    left: 15px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #009B63;
  }

  .comments-header .comments-count,
  .comments-header .comments-title {
    font-size: 12px;
  }


  .comment-forum {
    gap: 8px;
  }

  .comment-icon-forum img {
    width: 25px;
    height: 25px;
    margin-top: 0;
  }

  .comment-content-forum h4 {
    font-size: 12px;
  }

  .comment-content-forum p {
    font-size: 14px;
    margin-left: 0;
  }
}

@media (max-width: 768px) {

  .news-header {
    padding: 0;
  }

  .imagen-nota-mobile {
    display: block
  }

  .share-button {
    background-color: transparent;
  }

  .imagen-nota {
    display: none;
  }

  .news-date {
    margin: 0 auto;
    margin-bottom: 20px !important;
  }

  .news-subtitle .news-author {
    text-align: center;
  }

  .news-content-news p {
    font-size: 12px;
  }

  .news-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .news-meta .news-category {
    font-size: 12px;
    padding: 3px 20px;
  }

  .featured-image-container {
    margin-top: 10px;
    border-bottom: transparent;
  }

  .news-title-news {
    font-size: 20px;
  }

  .image-overlay {
    /* background-color: #009B63; */
    padding: 0;
    flex-direction: column;
    /* align-items: flex-start; */
  }
  .social-container {
    width: 100%;
    background-color: #009B63;
  }

  .image-caption {
    padding: 5px;
    font-size: 10px;
  }

  .social-icons-two {
    gap: 10px;
  }


  .comment-form-container {
    padding: 15px;
  }

  .submit-comment-button {
    width: 100%;
  }

  .comments-header {
    font-size: 12px;
    padding: 10px;
  }

  .comment-forum {
    flex-direction: column;
  }

  .comment-icon-forum img {
    margin-bottom: 5px;
    /* Espaciado para ícono en columna */
  }

  .comment-content-forum h4 {
    font-size: 12px;
  }

  .comment-content-forum p {
    font-size: 12px;
  }
}