.main-sostenibilidad .banner-container {
  align-items: center;
}

.section-certificaciones {
  position: relative;
  z-index: 0;
}

.certificaciones {
  margin-top: 40px;
}

.title-cert {
  font-size: 16px;
  margin: 0 0 20px;
}

.certificacion:not(:last-child) {
  margin-bottom: 20px;
}

.certificacion > div {
  display: flex;
  align-items: start;
  gap: 20px;
}

.certificacion div .img-cert {
  width: 40%;
}

.table-cert {
  width: 60%;
  border-collapse: collapse;
}

.certificaciones-paises-desk {
  display: none;
}

.table-cert tr:not(:last-child) .c,
.table-cert tr:not(:last-child) td {
  border-bottom: 1px solid #b7b7b7;
}

.table-cert tr .c,
.table-cert tr td {
  padding: 10px 0;
  width: 50%;
}

.table-cert tr td {
  padding-left: 10px;
}

.table-cert tr .c {
  font-size: 14px;
  text-align: start;
}

.table-cert tr td {
  font-size: 12px;
}

.title-cert,
.table-cert tr .c {
  font-weight: 700;
}

.section-comprimisos .title-section {
  text-align: center;
}

.org-compromiso {
  max-width: 300px;
  margin: 30px auto 0;
}

.org-compromiso .grey {
  background-color: #b7b7b7;
  padding: 20px 10px;
}

.org-compromiso .linemob {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
}

.org-compromiso .linedesk {
  display: none;
}

.org-compromiso .grey,
.org-compromiso .row-comp:not(:last-child) .orange {
  margin-bottom: 60px;
}

.org-compromiso .row-comp,
.org-compromiso .grey,
.org-compromiso .orange {
  position: relative;
}

.org-compromiso .orange,
.org-compromiso .grey,
.org-compromiso .float-mob {
  border-radius: 20px;
}

.org-compromiso .orange {
  background: linear-gradient(90deg, #ffcf1b 0%, #ff6418 100%);
  padding: 20px 40px;
}

.org-compromiso .orange h3,
.org-compromiso .grey p {
  font-size: 14px;
  color: #fff;
}

.org-compromiso .orange h3 {
  position: relative;
  font-weight: 700;
  margin: 0;
  padding-right: 20px;
}

.org-compromiso .orange h3::after {
  content: "";
  position: absolute;
  right: 0;
  top: -2px;
  background: url("../images/arr-down.png") no-repeat;
  background-size: contain;
  height: 20px;
  width: 19px;
  transition: 0.3s;
}

.org-compromiso .orange.active h3::after {
  transform: rotate(180deg);
}

.org-compromiso .float-mob {
  position: absolute;
  left: 0;
  top: 100%;
  max-height: 0;
  background-color: #fff;
  padding: 0 40px;
  z-index: 3;
  transition: 0.3s;
  overflow: hidden;
}

.org-compromiso .float-mob p {
  font-size: 14px;
}

.org-compromiso .float-mob.active {
  max-height: 500px;
  padding: 20px 40px;
}

.org-compromiso .float-mob .img-ods-mob {
  display: flex;
  justify-content: end;
  gap: 10px;
  margin-top: 20px;
}

.cmp .first-child {
  display: none;
}

@media (min-width: 576px) {
  .certificacion:not(:last-child) {
    margin-bottom: 40px;
  }

  .certificacion > div {
    gap: 40px;
  }

  .certificacion div .img-cert {
    max-width: 150px;
  }

  .table-cert tr .c,
  .table-cert tr td {
    padding: 15px 0;
    font-size: 16px;
  }

  .org-compromiso .orange h3,
  .org-compromiso .grey p {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .title-cert {
    font-size: 18px;
  }

  .certificacion div .img-cert {
    max-width: 200px;
  }

  .org-compromiso .float-mob p {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .section-certificaciones .paragraph {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .certificaciones {
    display: flex;
    margin-top: 60px;
  }

  .title-cert {
    text-align: center;
    padding: 0 40px;
    table-layout: fixed;
  }

  /* .table-cert td {
        border-bottom: 1px solid #B7B7B7;
        min-height: 30px;
        height: 30px;
    } */

  .certificaciones-paises-desk {
    display: flex;
    align-items: end;
    width: 40%;
  }

  .certificacion {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* justify-content: space-between; */
    width: 100%;
  }

  .certificacion:not(:last-child) {
    margin-bottom: 0;
  }

  .certificacion > div {
    align-items: center;
    flex-direction: column;
  }

  .certificacion div .img-cert {
    width: 63%;
    max-width: none;
    display: block;
  }

  .table-cert {
    width: 100%;
    z-index: 10;
    border-collapse: collapse;
    empty-cells: show;
  }

  .table-cert td:empty::after,
  .table-cert th:empty::after {
    content: "\00a0";
    /* Espacio en blanco */
    display: block;
    min-height: 20px;
  }

  .table-cert tr .c,
  .table-cert tr td {
    height: 54px;
    font-size: 18px;
  }

  .table-cert tr td {
    text-align: center;
  }

  .certificacion .table-cert tr .c {
    display: none;
  }

  .section-comprimisos .title-section {
    text-align: start;
  }

  .org-compromiso {
    max-width: 950px;
  }

  .org-compromiso > div:first-child {
    width: 50%;
    margin-bottom: 30px;
  }

  .org-compromiso > div:nth-child(2) {
    width: 70%;
    margin-left: auto;
  }

  .org-compromiso .cmp,
  .cmp .first-child > div {
    display: flex;
  }

  .org-compromiso .cmp {
    gap: 70px;
  }

  .cmp .first-child {
    position: relative;
    display: block;
    width: 33%;
  }

  .cmp .second-child {
    width: 66%;
  }

  .cmp .first-child h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
  }

  .cmp .second-child .row-comp > div {
    width: 50%;
  }

  .org-compromiso .row-comp:not(:last-child) .orange {
    margin-bottom: 0;
  }

  .cmp .first-child > div {
    align-items: center;
    padding: 20px;
    background-color: #fff;
    gap: 20px;
  }

  .cmp .first-child .mb {
    margin-bottom: 20px;
  }

  .cmp .first-child .first-child-line {
    margin-left: 40px;
  }

  .cmp .first-child .first-child-line1,
  .cmp .first-child .first-child-line2 {
    position: absolute;
    z-index: -1;
  }

  .cmp .first-child .first-child-line1 {
    top: 53px;
    right: -37%;
  }

  .cmp .first-child .first-child-line2 {
    bottom: 110px;
    right: -29%;
  }

  .org-compromiso .orange,
  .org-compromiso .grey,
  .org-compromiso .float-mob,
  .cmp .first-child > div,
  .org-compromiso .float-mob::after {
    border-radius: 10px;
  }

  .org-compromiso .grey {
    padding: 30px;
  }

  .org-compromiso .linemob {
    display: none;
  }

  .org-compromiso .linedesk {
    position: absolute;
    display: block;
  }

  .org-compromiso .linedesk.right {
    right: -50%;
    bottom: 0;
  }

  .org-compromiso .linedesk.left,
  .org-compromiso .linedesk.second-child,
  .org-compromiso .linedesk.lineorange {
    top: 100%;
  }

  .org-compromiso .linedesk.left {
    left: -30px;
  }

  .org-compromiso .linedesk.second-child {
    left: 168px;
  }

  .org-compromiso .linedesk.lineorange {
    left: 50%;
    transform: translateX(-50%);
  }

  .org-compromiso .linedesk.lineorangeright {
    right: -28%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
  }

  .org-compromiso .row-comp {
    display: flex;
    align-items: center;
    gap: 70px;
  }

  .org-compromiso .row-comp:not(:last-child) {
    margin-bottom: 45px;
  }

  .org-compromiso .float-mob {
    position: relative;
    max-height: none;
    padding: 10px 30px;
    overflow: visible;
  }

  .org-compromiso .float-mob::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }

  .org-compromiso .orange h3,
  .org-compromiso .grey p {
    font-size: 18px;
  }

  .org-compromiso .orange h3 {
    text-align: center;
    padding-right: 0;
  }

  .org-compromiso .orange h3::after {
    content: none;
  }

  .org-compromiso .float-mob .img-ods-mob {
    display: none;
  }
}

@media (min-width: 1200px) {
  .title-cert {
    font-size: 20px;
    padding: 0 60px;
  }

  .org-compromiso .orange h3 {
    font-size: 22px;
  }

  .org-compromiso .grey p {
    font-size: 20px;
  }

  .org-compromiso .float-mob p {
    font-size: 18px;
  }

  .org-compromiso {
    max-width: none;
  }

  .org-compromiso .linedesk.right {
    right: -35%;
    z-index: -1;
  }

  .org-compromiso .linedesk.second-child {
    left: 224px;
  }

  .org-compromiso .cmp,
  .org-compromiso .row-comp {
    gap: 90px;
  }

  .cmp .first-child .first-child-line1 {
    top: 45px;
    right: -35%;
  }

  .cmp .first-child .first-child-line2 {
    bottom: 85px;
  }
}

@media (min-width: 1400px) {
  .table-cert tr .c,
  .table-cert tr td {
    font-size: 20px;
  }

  .org-compromiso .orange h3 {
    font-size: 24px;
  }
}
