* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #fdf1df;
}
.abc{
     font-family: "Heebo", sans-serif;

  margin: 0 8rem;
}
.efg{    font-family: "Heebo", sans-serif;

  margin: 0 8rem;}
.ue-c-seo-links-container {
  background-color: #fff1e0;
  width: 100%;
  display: block;
  box-sizing: border-box;
   scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;
  overflow-x: auto;
}

.ue-c-seo-links {
  width: 100%;

  display: flex;
  position: relative;min-width: fit-content;
  padding: 0 1rem;
  box-sizing: border-box;
  background-color: #fff1e0;
  border-bottom: 1px solid #e2d8cb;
  font-size: 15px;
}

@media (min-width: 46.25em) {
  .ue-c-seo-links--justify-center-from-tablet .ue-c-seo-links {
    justify-content: center;
  }

  .ue-c-seo-links {
    height: 1.625rem;
    font-size: 0.75rem;
  }

  .ue-c-seo-links__title:after {
    margin-left: 0.5rem;
  }

  .ue-c-seo-links__item {
    padding: 0 0.5rem;
  }

  .ue-c-seo-links__item a {
    color: #181715;
  }
}

@media (min-width: 61.25em) {
  .ue-c-seo-links {
    height: 1.625rem;
    font-size: 0.75rem;
  }
}

.ue-c-seo-links__title {
    display: flex
;
    align-items: center;
    flex-shrink: 0;
    font-family: Heebo, sans-serif;
    font-weight: 700;
    color: #181715;
    font-size: 14px;
}
.ue-c-seo-links__title:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 60%;
  max-height: 20px;
  background-color: #e2d8cb;
  margin-left: 0.25rem;
}

.ue-c-seo-links__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  align-items: center;
  font-family: Heebo, sans-serif;
  scroll-behavior: smooth;

}

.ue-c-seo-links__list::-webkit-scrollbar {
  display: none;
}

.ue-c-seo-links__item {
  flex: 0 0 auto;
  position: relative;
  padding: 0 0.5rem;
}

.ue-c-seo-links__item:last-child {
  padding-right: 3.125rem;
}

.ue-c-seo-links__item::after {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  border-radius: 50%;
  background-color: #e2d8cb;
}
.ue-c-seo-links__item a {
    text-decoration: none;
    color: #000;
    height: 1.625rem;
    font-size: 14px;
}


.container-header {
  position: relative;
}

.site-logo {
  position: relative;
 
  height: 94px;
  padding: 10px 0;
  border-bottom: 12px solid #386ab0;
  z-index: 9999;
}

.date-home {
    position: absolute;
    left: 0px;
    top: 40px;
    font-size: 16px;
    color: #181715;
}

.editions {
    position: absolute;
    left: 145px;
    top: 35px;
}



.edition-check {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.show-edition-active {
  display: block;
  height: 32px;
  line-height: 32px;
  padding-left: 5px;
  border-radius: 5px;
}

.list-edition {
    background-color: #fffdfa;
    font-size: 14px;
    margin-top: 6px;
    width: 200px;
    /* padding: 6px 0; */
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1000;
    border: 1px solid #e2d8cb;
    list-style: none;
    border-radius: 4px;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.edition-check:checked ~ .list-edition {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.list-edition li a {
  display: block;
  padding: 10px;
  font-size: 16px;
  color: #181715;
  text-decoration: none;
}

.logo {
  margin: 0 auto;
  width: 350px;
  height: 93px;
  background-image: url(https://e00-expansion.uecdn.es/assets/v3/img/svg/expansion-new.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.tools-header {
    position: absolute;
    right: -10px;
    top: 40px;
    display: flex
;
    align-items: center;
    gap: 20px;
}
.tools-header-corporative {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  gap: 10px;
}

.tools-corporative-link {
  font-size: 16px;
  color: #181715;
  text-decoration: none;
  padding: 8px 12px;
  background-color: #e0f0fc;
  border-radius: 6px;
}

.tools-corporative-link2 {
  font-size: 16px;
  color: #181715;
  text-decoration: none;
  padding: 6px 12px;

  border-radius: 6px;
}


.main-edition-dropdown {
  position: relative;
}

.edition-icon {
  width: 16px;
  height: 16px;
  position: relative;
  margin-left: 8px;
}

/* Show only chevron by default */
.chevron-icon {
  display: inline-block;
}

.close-icon {
  display: none;
}

/* Hide list by default */
.list-edition {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
/* Icons default state */
.chevron-icon {
  display: inline-block;
}

.close-icon {
  display: none !important;
}

/* When checkbox is checked, toggle icons */
.edition-check:checked + .show-edition-active .chevron-icon {
  display: none;
}

.edition-check:checked + .show-edition-active .close-icon {
  display: inline-block !important;
}

/* Show the edition list on check */
.edition-check:checked ~ .list-edition {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


  .a-container {
            font-family: Arial, sans-serif;
        }

.a-top-nav {
    background-color: white;
    border: 1px solid #cecece;
    padding: 0px 10px;
    /* margin: 10px; */
    /* border-radius: 4px; */
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); */
}

        .a-nav-list {
            display: flex;
            list-style: none;
            align-items: center;
            gap: 9px;
        }

        .a-nav-item {
            position: relative;
            border-right: 1px solid #e0e0e0;padding-right: 3px;
     
        }

        .a-nav-item:last-child,
        .a-nav-item:nth-last-child(2) {
            border-right: none;
        }

        .a-nav-link {
            text-decoration: none;
            color: #333;
            font-size: 15px;
            font-weight: 500;
            padding: 8px 0;
            transition: color 0.3s ease;
        }

        .a-nav-link:hover {
            color: #0066cc;
        }

        .a-dropdown-arrow {
            margin-left: 5px;
            font-size: 12px;
        }

        .a-search-icon {
            margin-left: auto;
            font-size: 18px;
            color: #333;
            cursor: pointer;
        }

        .a-publicidad {
            text-align: center;
            padding: 20px;
            background-color: #f8f8f8;
            color: #666;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

      .a-news-banner {
  background-color: #2b5597;
  color: white;
  padding: 0;
  display: flex;
  align-items: center;
  font-family: Arial, sans-serif;
}

.a-banner-label {
  background-color: #1a3e79;
  padding: 12px 20px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%);
  margin-right: 10px;
}

.a-banner-text {
  font-size: 15px;
  flex-grow: 1;
  padding-right: 10px;
}

.a-banner-controls {
  display: flex;
  align-items: center;
  padding-right: 10px;
  gap: 10px;
}

.a-control-btn {
  background: none;
  border: none;
  color: white;
  font-size: 30px;
  cursor: pointer;
  padding: 5px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.a-control-btn:hover {
  opacity: 1;
}

.a-pause-btn {
  display: flex;
  align-items: center;
}

.a-pause-bars {
  width: 3px;
  height: 12px;
  background-color: white;
  margin: 0 1px;
}


.b-article-section {
    display: flex
;
    gap: 10px;
    padding: 25px 0;
    /* background-color: #fef3e7; */
    align-items: flex-start;
    /* flex-wrap: wrap; */
}

.b-article-content {
  flex: 1 1 55%;
  max-width: 55%;
}

.b-subtitle {
  color: #1a3e79;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}

.b-title {
    font-size: 45px;
    line-height: 1.2;
    margin: 10px 0 20px;
    font-weight: normal;
font-family: 'Playfair Display', serif;
    font-weight: 500;
}

.b-meta {
  font-size: 13px;
  color: #444;
  font-family: Arial, sans-serif;
  margin-bottom: 15px;
}

.b-comments-icon {
  margin-left: 10px;
  font-size: 14px;
  color: #666;
}

.b-summary {
    font-size: 18px;
    color: #222;
    margin-bottom: 20px;
    font-family: Heebo, sans-serif;
}
.b-highlighted-link {
  font-size: 18px;
  color: #1a3e79;
}

.b-highlighted-link a {
  color: #1a3e79;
  text-decoration: none;
  font-weight: bold;
}

.b-article-video {
  flex: 1 1 40%;

}

.b-video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  
}

.b-video-thumb {
  width: 110%;
  display: block;
  height: auto;
}

.b-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 30%, transparent 100%);
  color: white;
  font-size: 20px;
  font-weight: bold;
}

.b-play-icon {
  font-size: 40px;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 15px;
  border-radius: 50%;
  margin-right: 10px;
}

.b-video-duration {
  font-size: 16px;
  background: rgba(0, 0, 0, 0.6);
  padding: 4px 8px;
  border-radius: 4px;
}
  .c-container {


      padding: 0 20px;
    }

    .c-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 40px;
    }

    .c-card {
      border-top: 1px solid #ccc;
      padding-top: 20px;
      display: flex;
      gap: 20px;
    }

.c-image {
    /* flex-shrink: 0; */
    /* width: 200px; */
    height: 135px;
    width: 43%
299.484px
;
    /* object-fit: cover; */
}
 .c-content {
    flex: 1;
    display: flex
;
    flex-direction: column;
    /* justify-content: space-between; */
}

    .c-section {
      font-size: 14px;
      font-weight: bold;
      color: #003399;
      margin-top:10px;
      text-transform: uppercase;
    }
   
.c-title {
    font-size: 20px;
    line-height: 1.75rem;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 15px;
    font-family: 'Playfair Display';
}
.c-titlez{

    /* font-size: 1.375rem; */
    /* line-height: 1.75rem; */
    font-size: 2.5rem;
    line-height: 2.75rem;
    letter-spacing: 0;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 15px;
    font-family: 'Playfair Display';

}
.c-author {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
    font-family: Georgia, serif;
}
    .c-link {
      font-size: 16px;
      color: #003399;
      text-decoration: none;
      display: inline-block;
      margin-top: 12px;
    }

    .c-meta {
      font-size: 15px;
      display: flex;
      align-items: center;
      gap: 10px;
      margin-top: 10px;
    }

   .c-meta svg {
    width: 16px;
    height: 16px;
    fill: #555;
    margin-bottom: -20px;
}
.num2{
    margin-bottom: -18px;
}
    @media (max-width: 768px) {
      .c-grid {
        grid-template-columns: 1fr;
      }

      .c-card {
        flex-direction: column;
      }

      .c-image {
        width: 100%;
        height: auto;
      }
    }
.d-container {
    display: flex
;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    gap: 20px;
}

  .d-left-section {
    /* flex: 2; */
    width: 70%;
    display: flex
;
    gap: 20px;
}

    .d-top-news {
      display: block;
      gap: 20px;width: 65%;
    }

    .d-image-box {
      flex: 1;
    }

    .d-image-box img {
      width: 100%;
      height: auto;
      border-radius: 4px;
    }

    .d-text-box {
      flex: 1;
    }

    .d-text-box h2 {
      font-size: 24px;
      margin-bottom: 10px;
    }

    .d-text-box ul {
      padding-left: 18px;
      font-size: 14px;
    }
 .d-bottom-news {
  width: 35%;
}
    .d-bottom-news img {
      width: 100%;
      height: auto;
      border-radius: 4px;
    }

    .d-right-section {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
.d-ad-box p{
      height: 25px;
    line-height: .3rem;
    text-align: center;
    font-size: 12px;
}
    .d-ibex {
      background-color: #f5e3c0;
      padding: 10px;
      border: 1px solid #ccc;
    }

    .d-ibex span {
      display: block;
      font-weight: bold;
      margin-bottom: 5px;
    }

  

    .d-ad-box img {
      width: 100%;
      height: auto;
    }

    .d-title {
      font-weight: bold;
      font-size: 14px;
      margin: 10px 0 5px;
    }

    .d-subtext {
      font-size: 12px;
      color: #333;
    }
    .custom-hr-margin {
margin: 20px 0;
}
.e-container {
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;

    padding: 20px 0;
}
.f-news-section {
    display: flex
;
    gap: 20px;
    margin-bottom: 20px;
}.f-news-cards {
    display: flex
;
    /* flex: 2; */
    gap: 20px;
    width: 90%;
}

    .f-news-card {
      width: 100%;
    }

    .f-news-image {
      width: 100%;
      height: auto;
      display: block;
    }


    .e-card {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .e-image {
      width: 100%;
      height: auto;
    }

    .e-category {
      color: #0050b3;
      font-size: 0.75rem;
      font-weight: bold;
      text-transform: uppercase;
    }

    .e-card.no-image {
      justify-content: center;
      align-items: center;
      color: #999;
      font-size: 0.75rem;
      border-left: 1px solid #ddd;
      padding-left: 10px;
    }
    .f-market-box img{
      width: 90%;
    }

       .g-section {
      padding: 20px 0;
    }

.g-section-header {
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    position: relative;
    gap: 10px;
}
    .g-line {
      flex: 1;
      height: 1px;
      background-color: #ccc;
      position: relative;
    }
        .g-line2 {
      flex: 1;
      height: 1px;
      background-color: #ccc;
      position: relative;
    }

    .g-line::before {
      content: "";
      width: 70px;
      height: 4px;
      background-color: #2d4a73;
      position: absolute;
      top: -1.5px;
    }

    .g-line-left::before {
      left: 0;
    }

    .g-line-right::before {
      right: 0;
    }

.g-title {
  font-family: 'Heebo', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #2d4a73;
  margin: 0 10px;
  white-space: nowrap;
}
    .g-section-link {
      font-size: 14px;
      font-weight: bold;
      color: #2d4a73;
      text-decoration: none;
      margin-left: auto;
      padding-left: 10px;
    }

    .g-card-row {
      display: flex;
      gap: 20px;
      justify-content: space-between;
    }

    .g-card {
      flex: 1;

    }

 .g-card img {
    width: 100%;
    height: 180px;
    display: block;
}

    .g-card-tag {
      color: #1a4a7f;
      font-weight: bold;
      font-size: 14px;
      margin-bottom: 5px;
      text-transform: uppercase;
    }


    @media (max-width: 768px) {
      .g-card-row {
        flex-direction: column;
      }
    }
    @media screen and (max-width: 768px) {
      .e-container {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media screen and (max-width: 480px) {
      .e-container {
        grid-template-columns: 1fr;
      }
    }
        .f-section {
      padding: 20px;
    }


 .h-container {
    display: grid
;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 40px;
    padding: 20px 0px 0;
    align-items: start;
}

    .h-left {
      max-width: 100%;
    }

.h-section {
    /* color: #1a3c7b; */
    /* font-weight: bold; */
    /* font-size: 18px; */
    /* margin-bottom: 10px; */
    color: #1a3e79;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}

    .h-headline {
      font-size: 36px;
      line-height: 1.2;
      color: #1a3c7b;
      margin: 0 0 20px;
    }

    .h-headline span {
      display: block;
    }

    .h-author {
      font-weight: bold;
      letter-spacing: 0.5px;
      margin-bottom: 10px;
    }

 .h-summary {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 15px;
}

.h-image img {
    width: 100%;
    height: 345px;
    object-fit: cover;
    object-position: top;
}
.c-titles {
    font-size: 27px;
    line-height: 35px;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 15px;
    font-family: 'Playfair Display';
}
    .h-right {
      background-color: #fcefdc;
      padding: 0;
      max-width: 100%;
    }
.h-right img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 170px;
    margin-bottom: 10px;
}

    .h-category {
      color: #1a3c7b;
      font-weight: bold;
      font-size: 16px;
    }



    @media (max-width: 1024px) {
      .h-container {
        grid-template-columns: 1fr;
        padding: 20px;
      }

      .h-right {
        margin-top: 40px;
      }
    }
     .i-wrapper {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 30px;
 
      align-items: start;
    }

    .i-left {
      background-color: #fcefdc;
    }

    .i-left img {
      width: 100%;
      height: auto;
      margin-bottom: 15px;
     
    }

    .i-category {
      color: #1a3c7b;
      font-weight: bold;
      font-size: 14px;
      margin-bottom: 10px;
    }

.i-img{
  
    width: 100px !important;
    height: auto !important;
    margin: 20px 0;
}

.i-img2{
  
    width: 60px !important;
    height: auto !important;
    margin: 20px 0;
}
    .i-center img {
      width: 100%;
      height: auto;
  
    }

    .i-right {
      background-color: #f2dfce;
      padding: 25px;

    }

    .i-right-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: bold;
      color: #1a3c7b;
      font-size: 16px;
      margin-bottom: 10px; border-bottom: 1px solid #d6c4af;
    }

    .i-most-read {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .i-most-read li {
      padding: 10px 0;
      border-bottom: 1px solid #d6c4af;
      font-size: 15px;
      line-height: 1.4;
    }

    .i-most-read li strong {
      margin-right: 5px;
    }

    @media (max-width: 1024px) {
      .i-wrapper {
        grid-template-columns: 1fr;
        padding: 20px;
      }

      .i-right {
        margin-top: 30px;
      }
    }
 .j-container {
    display: grid
;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 20px 0;
}

    .j-card {
      background-color: #fdf0dc;
    }

    .j-card img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      display: block;
 
      margin-bottom: 12px;
    }

    .j-category {
      color: #1a3c7b;
      font-weight: bold;
      font-size: 13px;
      margin-bottom: 8px;
      text-transform: uppercase;
    }

    .j-title {
      font-size: 21px;
      margin: 0 0 12px;
      color: #1a1a1a;
    }

    .j-author {
      font-size: 13px;
      letter-spacing: 0.5px;
      color: #222;
    }

    .j-side-card {
      border-top: 1px solid #d5c3ac;
      padding: 20px 0;
    }

    .j-side-card:first-child {
      border-top: none;
      padding-top: 0;
    }

    .j-title-blue {
      color: #1a3c7b;
      font-size: 20px;
      margin-bottom: 10px;
    }

    .j-author-grey {
      font-size: 13px;
      color: #555;
      font-weight: bold;
    }

    .j-comment {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      font-size: 13px;
      margin-left: 8px;color: #9f978c;
    }
.c-location {
  font-size: 13px;
  text-transform: none !important;
 /* optional, if you want lowercase letters */
}
    .j-comment i {
      font-size: 13px;
    }

    @media (max-width: 1024px) {
      .j-container {
        grid-template-columns: 1fr;

      }
    }
.k-container {
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding: 20px 0;
}
    .k-left img {
      width: 100%;
      height: auto;
      object-fit: cover;
      display: block;
      border-radius: 3px;
      margin-bottom: 12px;
    }

    .k-category {
      color: #1a3c7b;
      font-weight: bold;
      font-size: 13px;
      margin-bottom: 8px;
      text-transform: uppercase;
    }

    .k-title {
      font-size: 24px;
      margin: 0 0 12px;
      color: #1a1a1a;
    }

    .k-author {
      font-size: 14px;
      font-weight: bold;
      color: #222;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .k-author i {
      font-size: 13px;
      color: #888;
    }

    .k-event-box {
      background-color: #ead8c3;
      padding: 10px;

    }

    .k-event img {
      width: 100%;
      height: auto;
      object-fit: cover;
      display: block;
      border-radius: 3px;
      margin-bottom: 0;
    }

.k-event-title {
    font-size: 25px;
    font-weight: 500;
    margin: 20px 0;
}
    .k-event-desc {
      font-size: 15px;
      color: #111;
    }

    .k-ads {
      font-size: 13px;
      color: #000;
      text-align: center;
      padding-top: 5px;
    }

    @media (max-width: 1024px) {
      .k-container {
        grid-template-columns: 1fr;
        padding: 20px;
      }

      .k-ads {
        text-align: left;
        padding: 10px 0;
      }
    }
    
    .k-latest-news {
      width: 320px;
      background-color: #f5ebdb;
      padding: 20px 10px;
  
    }
.f-news-cards2{
      display: flex
;
    /* flex: 2; */
    gap: 20px;
    width: 70%;
}
.k-img{
  width: 100%;
}
    .k-latest-header {
      font-size: 18px;
      font-weight: bold;
      color: #c4170c;
      margin-bottom: 15px;
    }

    .k-latest-item {
      font-size: 14px;
      margin-bottom: 18px;
      border-bottom: 1px solid #ddd;
      padding-bottom: 8px;
    }

    .k-time {
      font-weight: bold;
      margin-right: 5px;
    }

    .k-latest-item:last-child {
      border-bottom: none;
    }
      .l-container {
width: 65%;
    }

    .l-card {
      display: flex;
      gap: 20px;
      margin-bottom: 30px;
      border-bottom: 1px solid #e0d9cd;
      padding-bottom: 20px;
    }

    .l-card:last-child {
      border-bottom: none;
    }

    .l-image {
      width: 200px;
      height: auto;
      flex-shrink: 0;
    }

    .l-image img {
      width: 100%;
      height: auto;
      display: block;
    }

    .l-content {
      flex: 1;
    }

.m-recommend-list {
  list-style: disc;
  padding-left: 20px;
  margin: 15px 0 0;
}

.m-recommend-list li::marker {
  color: #00449e; /* Blue bullet */
}

.m-recommend-item {
  font-size: .9375rem;
  color: black;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.m-recommend-item:hover {
  color: #00449e;
}

  .m-recommend-box {
    /* width: 240px; */
    width: 40%;
    background-color: #f5ebdb;
    padding: 15px 15px 5px;
}
.m-recommend-header {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff;
    /* padding-bottom: 10px; */
    padding: 10px;
    display: flex
;
    background-color: white;
    justify-content: space-between;
    align-items: center;
}
.n-card-container {
    display: flex
;
    gap: 20px;
    justify-content: space-between;
}



    .n-card-text {
      flex: 1;
    }

    .n-card-text strong {
      font-weight: bold;
      color: #000;
      font-size: 14px;
      line-height: 1.3;
    }

    .n-card-text p {
      margin: 4px 0 0;
      color: #666;
      font-size: 13px;
    }

    .n-card-icon {
      width: 44px;
      height: 44px;

      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 10px;
    }
.n-card-img{

    background-color: white;
    padding: 5px;
    border-radius: 25px;
    width: 100px;
    /* margin-right: 30px; */

}
 .n-card-icon svg {
    width: 50px;
    height: 50px;
    fill: #2d4a73;
}
.n-card {
    background-color: #f1decb;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    /* margin-bottom: 40px; */
}

    .n-card-text {
      flex: 1;
    }

    .n-card-text strong {
      font-weight: bold;
      color: #000;
      font-size: 14px;
      line-height: 1.3;
    }

    .n-card-text p {
      margin: 4px 0 0;
      color: #666;
      font-size: 13px;
    }

    .n-card-icon {
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 10px;
    }

    .n-card-icon svg {
      width: 50px;
      height: 50px;
    }
.n-card-img {
    position: absolute;
    bottom: -15px;
    width: 125px;
    left: 17px;
    background-color: white;
    /* padding: 0px 11px; */
    border-radius: 25px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
    height: 30px;
}
    .n-card-img img {
      height: 100%;
      vertical-align: middle;
    }
     .video-card {
      width: 300px;
      margin: 0 auto;
    }

    .thumbnail {
      position: relative;
      overflow: hidden;
    }

    .thumbnail img {
      width: 100%;
      height: auto;
      display: block;
    }

 .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgb(57 57 57 / 69%);
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 4px white;
}

    .play-button::before {
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: 4px;
      border-style: solid;
      border-width: 12px 0 12px 18px;
      border-color: transparent transparent transparent #ffffff;
    }

    .category {
      margin-top: 12px;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      color: #2d4a73;
    }

    .title {
      font-size: 20px;
      font-weight: bold;
      margin: 8px 0;
      color: #000;
      line-height: 1.3;
    }

    .authors {
      font-size: 13px;
      text-transform: uppercase;
      color: #000;
    }
.hr-double-line {
    border: none;
    height: 9px;
    background: linear-gradient(#a9a7a5, #a9a7a5) top, /* top line */ linear-gradient(#d9d5d1, #d9d5d1) center, /* center fill color */ linear-gradient(#a9a7a5, #a9a7a5) bottom;
    background-repeat: no-repeat;
    background-size: 100% 2px, 100% 5px, 100% 2px;
    background-position: top, center, bottom;
    margin: 20px 0;
}
  .hr-double-line {
      border: none;
      height: 9px;
      background:
        linear-gradient(#d2c7b5, #d2c7b5) top,
        linear-gradient(#f2e6d8, #f2e6d8) center,
        linear-gradient(#d2c7b5, #d2c7b5) bottom;
      background-repeat: no-repeat;
      background-size: 100% 2px, 100% 5px, 100% 2px;
      background-position: top, center, bottom;
      margin-bottom: 10px;
    }

    .section-title {
      text-align: center;
      color: #2d4a73;
      font-weight: bold;
      font-size: 13px;
      text-transform: uppercase;
    }

    .sub-label {
      text-align: center;
      font-size: 11px;
      color: #666;
      margin-bottom: 20px;
    }

    .layout {
      display: flex;
      gap: 30px;
      flex-wrap: wrap;
    }

    .main-content {
      flex: 2;
      min-width: 600px;
    }

    .sidebar {
      flex: 1;
      min-width: 280px;
    }

    .ibex-box {
      background-color: #f4f0e8;
      border: 1px solid #ccc;
      margin: 15px 0;
    }

    .ibex-header {
      background-color: #e6dfd4;
      padding: 10px;
      font-weight: bold;
      text-align: center;
      font-size: 16px;
    }

    .ibex-data {
      background-color: #448500;
      color: white;
      display: flex;
      justify-content: space-around;
      padding: 10px;
      font-size: 15px;
    }

    .headline {
      color: #12569d;
      font-size: 28px;
      font-weight: bold;
      margin: 20px 0 10px;
    }

    .author {
      font-size: 13px;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 15px;
    }

    .summary {
      font-size: 15px;
      line-height: 1.5;
      margin-bottom: 20px;
    }

    .articles-row {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }

    .article-card {
      flex: 1;
      min-width: 280px;
      max-width: 360px;
    }

    .article-card img {
      width: 100%;
      display: block;
    }

    .article-sub {
      font-size: 13px;
      color: #2d4a73;
      font-weight: bold;
      margin-top: 10px;
      text-transform: uppercase;
    }

    .article-title {
      font-size: 20px;
      font-weight: bold;
      margin: 8px 0;
    }

    .update-feed {
      margin-top: 15px;
      border-left: 2px solid #ec4646;
      padding-left: 12px;
    }

    .update-feed time {
      color: #ec4646;
      font-size: 13px;
      display: block;
      margin-top: 12px;
    }

    .update-feed p {
      font-size: 14px;
      margin: 4px 0 10px;
    }

    .ad-box {
   
      height: 280px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      color: #555;
      text-align: center;
    }
.update-feed {
  position: relative;
  padding-left: 20px;
  border-left: 2px solid #ec4646;
  margin: 40px 0;
}

.update-feed::before,
.update-feed::after {
  content: '';
  position: absolute;
  left: -5px; /* aligns dot with the border */
  width: 10px;
  height: 10px;
  background-color: #ec4646;
  border-radius: 50%;
}

.update-feed::before {
  top: 0;
  transform: translateY(-50%);
}

.update-feed::after {
  bottom: 0;
  transform: translateY(50%);
}

.feed-item {
  margin-bottom: 20px;
}

.feed-item time {
  font-size: 13px;
  color: #ec4646;
  display: block;
  margin-bottom: 4px;
}

.feed-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

   .p-section{
  display: flex
;
    /* flex-wrap: wrap; */
    justify-content: space-between;
   }



    .p-card img {
      width: 100%;
      display: block;
    }

    .p-text {
      margin: 10px 0 0;
      font-size: 16px;
      color: black;
    }

    .p-news-card {
      width: 300px;
      background-color: #fef1e2;
    }

    .p-news-img {
      position: relative;
    }

    .p-news-img img {
      width: 100%;
      display: block;
    }

    .p-play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: white;
      color: black;
      border-radius: 50%;
      width: 36px;
      height: 36px;
      font-size: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 2px solid white;
    }

    .p-news-content {
      margin-top: 10px;
    }

    .p-news-category {
      font-size: 12px;
      font-weight: bold;
      color: #2d4a73;
      text-transform: uppercase;
    }

    .p-news-title {
      font-size: 16px;
      margin: 4px 0;
      font-weight: 600;
    }

    .p-news-author {
      font-size: 12px;
      color: #333;
      text-transform: uppercase;
      font-weight: 500;
    }
     .q-container {
      max-width: 1000px;
      margin: 0 auto;
      padding: 20px;
    }

    .q-main-image {
      width: 100%;
      height: auto;
      display: block;
    }

    .q-category {
      font-size: 15px;
      text-align: center;
      margin-top: 10px;
      color: #baa106;
      letter-spacing: 1px;
    }
.q-title {
    text-align: center;
    font-size: 28px;
    color: #baa106;
    margin: 5px 0;
    font-size: 3rem;
    line-height: 3.25rem;
    font-family: Arimo, Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
}
.g-titleb {
    font-family: 'Heebo', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #baa106;
    margin: 0 10px;
    white-space: nowrap;
}
.g-line2::before {
    content: "";
    width: 70px;
    height: 4px;
    background-color: #baa106;
    position: absolute;
    top: -1.5px;
}
    .q-desc {
      text-align: center;
      font-size: 13px;
      max-width: 700px;
      margin: 10px auto 30px;
      color: #555;
    }

    .q-flex {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }

    .q-card {
      flex: 1;
      min-width: 300px;
 
    }

    .q-card img {
      width: 100%;
      height: auto;
      display: block;
    }

    
.q-card .q-card-category {
    font-size: 15px;
    color: #baa106;
    margin-top: 5px;
    margin-left: 10px;
    text-transform: uppercase;
    TEXT-ALIGN: center;
}

.q-card .q-card-title {
    font-size: 16px;
    font-weight: normal;
    margin: 5px 10px 15px;
    text-align: center;
    font-size: 1.675rem;
    line-height: 2.25rem;
    letter-spacing: 0;
}

    .q-icon-overlay {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: rgba(0, 0, 0, 0.4);
      padding: 10px;
      border-radius: 50%;
    }

    .q-card-img-container {
      position: relative;
    }

    .q-icon-overlay img {
      width: 35px;
      height: 35px;
      filter: invert(1);
    }
    .q-card-category{
          font-size: 15px;
    color: #baa106;
    margin-top: 5px;
    margin-left: 10px;
    text-transform: uppercase;
    TEXT-ALIGN: center;
    }
    .q-title2 {
    font-size: 21px;
    font-weight: normal;
    margin: 5px 10px 15px;
    text-align: center;
    font-family: Arimo, Arial, Helvetica, sans-serif;
    line-height: 25px;
    letter-spacing: 0;
}
.q-title3 {
    font-size: 21px;
    font-weight: normal;
    margin: 5px 10px 15px;
    text-align: left;
    font-family: Arimo, Arial, Helvetica, sans-serif;
    line-height: 25px;
    letter-spacing: 0;
}
.q-card-category1 {
    font-size: 15px;
    color: #baa106;
    margin-top: 5px;
    margin-left: 10px;
    text-transform: uppercase;
    TEXT-ALIGN: left;
}
    @media screen and (max-width: 768px) {
      .q-title {
        font-size: 22px;
      }

      .q-desc {
        font-size: 12px;
        padding: 0 10px;
      }
    }
.footer {

    padding-top:  60px;
    /* max-width: 1200px; */
    /* margin: 0 10rem; */
    background-color: white;
}
    .footer-editions {
      text-align: center;
      margin-bottom: 40px;
    }

 .footer-editions h2 {
   
    text-transform: uppercase;
    font-family: "Heebo", sans-serif;
    font-weight: 600;
    padding-bottom: 16px;
    display: block;
    position: relative;
}


    .edition-flags {
      display: flex;
      justify-content: center;
      gap: 30px;
      flex-wrap: wrap;
      font-size: 16px;
      font-weight: 500;
    }

    .edition-flags span {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .edition-flags img {
      width: 20px;
      height: 14px;
      border-radius: 2px;
    }

 .footer-title {
    text-align: center;
    font-size: 20px;
    /* font-weight: bold; */
    /* margin-bottom: 25px; */
    text-transform: uppercase;
    font-family: "Heebo", sans-serif;
    font-weight: 600;
    padding-bottom: 16px;
    display: block;
    position: relative;
}

.footer-columns {
    display: grid
;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 40px 0;
    margin: 0 10rem;
    background-color: white;
    border-top: 3px solid #c9c9c9;
}

    .footer-column {
      display: flex;
      flex-direction: column;
      gap: 14px;
    }
.footer-column a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 16px;
    padding-bottom: 6px;
    font-family: Heebo, sans-serif;
    border-bottom: 1px solid rgb(153, 153, 153);
}

    .footer-column a:hover {
      color:#00449e
    }

    @media (max-width: 992px) {
      .footer-columns {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
      }
    }

    @media (max-width: 576px) {
      .footer-columns {
        grid-template-columns: 1fr;
        padding: 0 20px;
      }

      .edition-flags {
        flex-direction: column;
        gap: 10px;
      }
    }


   .foo-footer {
    background-color: white;
    padding: 40px 0;
    text-align: center;
    border-top: 1px solid #e0e0e0;
    position: relative;
}

    .foo-logo {
      margin: 0 auto 20px;
      display: block;
      width: 150px;
      height: auto;
    }

    .foo-copyright {
      font-size: 15px;
      color: black;
      margin-bottom: 20px;font-family: Heebo, sans-serif;
    }

    .foo-links,
    .foo-secondary-links {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 30px;
      margin-bottom: 20px;font-family: Heebo, sans-serif;
    }

    .foo-links a,
    .foo-secondary-links a {
      color: #000000;
      text-decoration: none;
      font-size: 15px;
      transition: color 0.3s ease;
    }

    .foo-links a:hover,
    .foo-secondary-links a:hover {
      color: #007bff;
    }

    .foo-newsletter {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 40px;
      margin-bottom: 30px;
      flex-wrap: wrap;
    }

    .foo-newsletter-text {
      font-size: 17px;
      color: #000000;
      font-weight: 500;font-family: Heebo, sans-serif;
    }

    .foo-newsletter-button {
      background-color: #4a90e2;
      color: white;
      padding: 12px 24px;
      border: none;
      border-radius: 6px;
      font-size: 14px;
      font-weight: 500;
      cursor: pointer;font-family: Heebo, sans-serif;
      transition: background-color 0.3s ease;
    }

    .foo-newsletter-button:hover {
      background-color: #357abd;
    }

    .foo-social {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    .foo-social-text {
      font-size: 16px;
      color: #000000;
      font-weight: 500;font-family: Heebo, sans-serif;
    }

    .foo-social-icons {
      display: flex;
      gap: 15px;
    }

    .foo-social-icons i {
      width: 36px;
      height: 36px;
      display: block;
      border-radius: 50%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 20px 20px;
      transition: transform 0.3s ease;
    }

    .foo-social-icons i:hover {
      transform: scale(1.1);
    }

    i.foo-icon-twitter {
      background-color: #000;
      background-image: url('https://e00-expansion.uecdn.es/assets/v3/img/svg/icon/twitter_black_28x28.svg');
    }

    i.foo-icon-facebook {
      background: #3b5998 url('https://e00-expansion.uecdn.es/assets/v3/img/svg/icon/facebook_ffffff_28x28.svg') no-repeat center;
    }

    i.foo-icon-linkedin {
      background: #0077b5 url('https://e00-expansion.uecdn.es/assets/v3/img/svg/icon/linkedin_ffffff_28x28.svg') no-repeat center;
    }

    i.foo-icon-instagram {
      background: #d6249f url('https://e00-expansion.uecdn.es/assets/v3/img/svg/icon/instagram_ffffff_28x28.svg') no-repeat center;
    }
    

    @media (max-width: 768px) {
      .foo-links,
      .foo-secondary-links,
      .foo-newsletter,
      .foo-social {
        flex-direction: column;
        gap: 15px;
      }
    }
    .b-title:hover {
    color: #2b5597;
}
    .c-title:hover {
    color: #2b5597;
}
.y-header{
  display: none;
}
.u-podcast-banner{
  display: none;
}
@media (max-width: 767px) {
  .container-header,
  .a-top-nav,
  .a-publicidad,
  .a-news-banner,
  .ue-c-seo-links-container {
    display: none;
  }

    .y-header {
        background-color: #fff1e0;
        width: 100%;
        position: relative;
        padding: 20px 20px 0;
        display: flex
;
        justify-content: space-between;
        align-items: center;
        border-bottom: 6px solid #386ab0;
    }

  .y-header-right {
    display: flex;
    align-items: center;
    gap: 16px;
    height: 40px;
  }

  .y-login-icon {
    background: url(https://e00-expansion.uecdn.es/assets/v3/img/svg/icon/black_menu_user.svg) no-repeat center;
    background-size: 20px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .y-hamburger {
    width: 24px;
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 2px; /* Optional tweak */
  }

  .y-hamburger span {
    display: block;
    height: 2px;
    background: #000;
    border-radius: 1px;
  }
  .y-logo{
    
    width: 55%;
    margin-bottom: -12px;
}
  .y-logo img{
    
    width: 90%;

}
  .abc {
    font-family: "Heebo", sans-serif;
    margin: 0px;
}
  .u-podcast-banner {
      background-color: #2d5c99; /* same blue */
      padding: 16px 20px;
      text-align: center;
      color: #ffffff;
      font-family: Arial, sans-serif;display: block;margin: 20px;
    }

    .u-podcast-title {
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 4px;
    }

    .u-podcast-subtitle {
      font-size: 15px;
      font-weight: normal;
    }
    .b-article-section{
      margin: 0 20px;
    }.b-article-section {
    display: block;
    gap: 10px;
    padding: 0;
    /* background-color: #fef3e7; */
    align-items: flex-start;
    /* flex-wrap: wrap; */
}.b-article-content {
    flex: 1 1 55%;
    max-width: 100%;
}
.b-subtitle {
    color: #1a3e79;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}.b-title {
    font-size: 30px;
    line-height: 1.2;
    margin: 10px 0 20px;
    font-weight: normal;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}
.b-summary {
    font-size: 15px;}.b-highlighted-link {
    font-size: 15px;
    color: #1a3e79;
    margin: 20px;
}.c-section,
.c-title{
    margin-top: 10px;
}

.c-author{
  margin-top: 10px;
}
.d-container {
    display: block;
    max-width: 100%;
    margin: 0 20px;
    padding: 20px 0;
    gap: 20px;
} 
.d-left-section {
    /* flex: 2; */
    width: 100%

;
    display: block;
    gap: 20px;
}
.d-top-news {
    display: block;
    gap: 20px;
    width: 100%;
}
.c-titlez {
    /* font-size: 1.375rem; */
    /* line-height: 1.75rem; */
    font-size: 30px;
    line-height: 33px;
    letter-spacing: 0;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 15px;
    font-family: 'Playfair Display';
}
    .c-content {
        /* flex: 1; */
        display: flex
;
        flex-direction: column;
        /* justify-content: space-between; */
        margin-top: 0px;
    }
.d-bottom-news {
    width: 100%
;
}
.e-container{
  margin:0 20px;

}
.e-card.no-image {
    
    border-left: 0px solid #ddd;
    padding-left: 10px;
}
.f-news-cards {
    display: block;
    /* flex: 2; */
    gap: 20px;
    width: 100%;
}.f-news-section {
    display: block;
    margin: 0 20px;
    gap: 20px;
}
.f-market-box img {
    width: 100%

;
}
    .g-card-row {
        flex-direction: column;
        margin: 0 20px;
    }
        .h-right {
        margin-top: 0px;
    }
    .h-right img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 250px;
    margin-bottom: 10px;
}
.f-news-cards2 {
    display: block;
    /* flex: 2; */
    gap: 20px;
    width: 100%

;
}.k-latest-news {
    width: 100%;
    background-color: #f5ebdb;
    padding: 20px 10px;
    margin-top: 20px;
}
.l-container {
    width: 90%;
    margin: 0 20px;
    /* margin: 0 20px; */
}
.c-title {
    font-size: 18px;
    line-height: 1.70rem;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 15px;
    font-family: 'Playfair Display';
}
.m-recommend-box {
    /* width: 240px; */
    width: 100%;
    background-color: #f5ebdb;
    padding: 15px 15px 5px;
}
.n-card-container {
    display: flex
;
    flex-direction: column;
    /* margin-bottom: 20px; */
    gap: 20px;
    margin: 0 20px;
    /* justify-content: space-between; */
}
    .e-image {
        width: 45%;
        height: 80%

;
    }.e-card,
    .g-card,
    .j-card {
    display: flex
;
    flex-direction: unset;
    gap: 20px;
}
    .f-news-card {
        width: 100%;
        display: flex
;
        margin-bottom: 20px;
        gap: 20px;
    }
.f-news-image,
.g-card img,
.j-card img{
    width: 45%

;

    display: block;
}
.j-container {

    padding: 20px 0;
    margin: 0 20px;
}.j-side-card:first-child {
    border-top: 1px solid #d5c3ac;
    padding-top: 20px 0;
}
.video-card {
    width: 100%;
    margin: 0 auto;
}
.efg {
    font-family: "Heebo", sans-serif;
    margin: 0;
}.layout {
    display: flex
;
    flex-direction: column;
    gap: 30px;
    flex-wrap: unset;
    width: 100%;
}    .main-content {
        flex: 0;
        min-width: 90%;
        margin: 0 20px;
    }
.articles-row {
    display: flex
;
    flex-direction: column;
    gap: 20px;
    flex-wrap: unset;
}
.ibex-box {
    background-color: #f4f0e8;
    border: 1px solid #ccc;
    margin: 15px 0;

}
.summary {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;

}
.k-img {
    width: 45%

;
}
}
