.img-size {
  height: 490px;
  width: 100%;
}

.item-position-center {
  display: inline-block;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.span-box {
  width: 100%;
}

.span-box-size {
  width: 100%;
  height: 550px;
  font-size: 14px;
  box-shadow: 0 0 5px 0 #3d404c;
  align-items: baseline;
  justify-content: center;
  align-content: center;
  text-align: justify;
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.title-page {
  font-size: 25px !important;
  color: #36c;
  font-weight: bold;
}

.title-page {
  font-family: "Work Sans", sans-serif;
  font-size: 16pt;
  margin-top: 10px;
  margin-bottom: 10px;
  width: auto;
  border-bottom: 3pt solid #068c69;
  padding-left: 0px !important;
}

.title-spc {
  font-size: 35px !important;
}

.btn-size {
  width: 100%;
  height: 58px;
  margin-top: 5px;
  background-color: #d4d4d4;
  color: black;
  border: none;
  margin-top: 0 !important;
  font-weight: bold;
}

.btn-size:hover {
  background-color: #068c69;
  color: white;
}

.corr-bre-box {
  margin-top: 20px !important;
  margin: 0 auto;
}

/*Tablet1 version*/
@media (min-width: 1024px) and (max-width: 1365px) {
  .container-gallery {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 50% !important;
  }

  .img-size {
    height: 400px;
    width: 380px;
  }

  .span-box {
    width: 100%;
  }

  .font-span {
    font-size: 12px !important;
  }

  .span-box-size {
    width: 380px;
    height: 460px;
    margin: 0 auto;
  }

  .btn-size {
    width: 380px;
    height: 58px;
  }
}

/*Tablet2 version*/
@media (min-width: 768px) and (max-width: 1023px) {
  .container-gallery {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100% !important;
  }

  .img-size {
    height: 550px;
    width: 480px;
  }

  .span-box {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .span-box-size {
    width: 480px;
    height: 610px;
  }

  .btn-size {
    width: 480px;
    height: 58px;
  }
}

/*Movil Version*/
@media (max-width: 320px) {
  .space-img {
    margin-bottom: 20px;
  }
}

/*Movil1 version*/
@media (min-width: 480px) and (max-width: 767px) {
  .container-gallery {
    margin-bottom: 20px;
    width: 100% !important;
  }

  .img-size {
    height: 350px;
    width: 100%;
  }

  .span-box {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .span-box-size {
    width: 100%;
    height: 410px;
  }

  .title-page {
    margin-left: 0px !important;
  }

  .btn-size {
    width: 100%;
    height: 58px;
  }
}

/*Movil2 version*/
@media (min-width: 320px) and (max-width: 479px) {
  .container-gallery {
    margin-bottom: 20px;
    width: 100% !important;
  }

  .img-size {
    height: 300px;
    width: 100%;
  }

  .span-box {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .span-box-size {
    width: 100%;
    height: 600px;
  }
  .title-page {
    margin-left: 0px !important;
  }

  .btn-size {
    width: 100%;
    height: 58px;
  }
}

.widget-info {
  background-color: rgba(51, 102, 204, 0.85);
  position: absolute;
  padding: 1rem;
  left: 0;
  right: 10%;
  left: 10%;
  bottom: 1rem;
}
.widget-info hr {
  margin: 0.2rem;
}
.widget-info b {
  font-size: 1.25em;
}
.widget-info b,
.widget-info p,
.widget-info p * {
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 1em;
}
.system-information img {
  height: 100%;
  object-fit: cover;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.systems-swiper .swiper-pagination-systems {
  display: block;
  margin: 0 auto;
  position: relative;
  width: max-content;
}
.systems-swiper .swiper-pagination-systems .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  background-color: var(--mme-green);
}

.swiper {
  width: 80%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.swiper-wrapper.systems {
  margin-bottom: 30px;
}

.swiper-slide.system {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 110px;
  position: relative;
}

.swiper-slide.system img {
  left: 0;
  right: 0;
  position: absolute;
  display: block;
  filter: none;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  object-fit: contain;
  /* opacity: 0.3; */
}
.swiper-slide.system img:hover {
  opacity: 1;
}

.gap-item .gaps-card {
  background-color: var(--eiti-primary);
}
.gaps-card,
.gaps-card * {
  text-decoration: none;
  cursor: pointer;
}
.gap-item .gaps-card .gaps-text,
.gap-item .gaps-card .title-page-special {
  color: #ffffff;
}

.gap-item .gaps-card .title-page-special {
  font-size: 1.4rem;
}

.gaps-container {
  grid-gap: 34px;
}

.text-container {
  min-height: 120px;
}
.gap-item .text-container {
  /*padding: 15px 25px; */
    text-align: center;
    transform: translate(-0%, 40%);
    font-size: 18px;
}

.gap-item .gaps-card .gaps-text {
  min-height: unset;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: left !important;
}

.gap-item .gaps-card {
  display: flex;
  flex-direction: column;
}

.gap-item .gaps-card .title-page-special::after {
  border-color: transparent;
}

.gap-item .image-content {
  position: relative;
  height: 100%;
}

.gap-item .image-content .gaps-card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container-report {
  position: relative;
  height: auto;
}

.report {
  display: grid;
  grid-template-columns: 20% 60% 20%;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "report-left report-center report-rigth";
  height: 200px;
}

.report a {
  text-decoration: none;
}

.report-left {
  grid-area: report-left;
  background-color: var(--eiti-primary);
}

.report-left .report_image {
  margin-top: 35px;
  margin-left: 65px;
}

.report-left .latest_reports_title {
  background-color: var(--eiti-secondary);
  margin-top: 10px;
  margin-left: 52px;
  width: 50%;
  padding: 5px 5px 5px 10px;
  color: white;
}

.report-center {
  grid-area: report-center;
}

.report-rigth {
  grid-area: report-rigth;
  background-color: var(--eiti-secondary);
}

.report-rigth .others_reports_title {
  color: white;
  margin-top: 25%;
  font-size: 1.3rem;
  text-align: center;
}

.report-rigth .others_reports_title_second {
  background-color: var(--eiti-primary);
  padding: 5px;
  width: 95px;
  color: white;
  margin-top: 15px;
  text-align: center;
  margin-left: 30%;
}

.report-left-icon {
  height: 100px;
}
.report-center-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.news-container {
  display: grid;
  grid-template-columns: 60% 40%;
  grid-template-rows: 30% 30% 30% 10%;
  gap: 0px 20px;
  grid-auto-flow: row;
  grid-template-areas:
    "main-news news-list"
    "main-news news-list"
    "main-news news-list"
    "all-news all-news";
}

.news-container a {
  text-decoration: none;
}

.main-news {
  grid-area: main-news;
}

.all-news {
  grid-area: all-news;
  justify-self: end;
}

.news-list {
  grid-area: news-list;
}

.next-icon {
  color: var(--eiti-secondary);
  font-size: 30px;
  margin-right: 8px;
}

.eiti-socialnetwork-container {
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-template-rows: 600px; 
  gap: px 30px; 
  grid-template-areas: 
    ". . . ."; 
}

.social_networks-item-img{
  width:100px;
  height:100px;
}
.social_networks-item-embed{
  width:90%;
}

.button-list {
  list-style-type: none; /* Remove the default list style */
  padding: 5px; /* Remove the default padding */
}

.button-list li {
  /* display: inline-block; */ /* Display the list items side by side */
  margin-bottom: 5px;
}

.button-list li button {
  border: 1px solid var(eiti-secondary); /* Green border */
  color: white; /* White text */
  padding: 10px 24px; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
  background-color: var(--eiti-primary); /* Green background */
  width: 300px;
}

.button-list li button:hover {
  background-color: var(--eiti-secondary); /* Light green background on hover */
}


.pdf-viewer {
  width: 100%;
  height: 800px;
  margin-top: 60px;
}