#sust-navbar {
  z-index: 998 !important;
}

.headerAbout {
  height: 50vh;
}
.nav--list-item a {
  transition: 0.3s all;
}

  .nav--list-item a:hover {
    color: var(--Orange600) !important;
  }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}


/*
   /////////////////////////////
    tarjetas col-4 col-8 de diferencia deacero
  /////////////////////////////
*/
.acercade-card-border-radius-left {
  border-bottom-right-radius: 0 !important;
}
.acercade-card-line-titulo-blue {
  width: fit-content;
}
.acercade-card-line::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 50px;
  left: 10%;
  bottom: -50px;
  z-index: 30;
  border-left: 2px dotted var(--Orange600);
}
/*
   /////////////////////////////
    Contenedores de img fluida
  /////////////////////////////
*/
.sust-row-img {
  min-height: 450px;
}
@media (max-width: 991px) {
  .acercade-card-line::after {
    left: 20%;
  }

  .acercade-card-border-radius-left {
    border-bottom-left-radius: 0 !important;
  }

  .acercade-card-border-radius-right {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
}

@media (min-width: 992px) {
  .acercade-card-border-radius-right {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
}
@media(min-width:769px) {
  section.sust-row-img {
    align-items: center;
    display: flex;
  }
}

@media(max-width:768px) {
  .sust-row-img img.object-fit-cover, .sust-row-img picture {
    position: relative !important;
    width: 100% !important;
    height: 300px !important;
  }

  .sust-row-img {
    min-height: fit-content;
  }
}