.header-proveedores {
  height: 50vh;
}

.btn-proveedores-descarga-hover {
  color: var(--Gray700) !important;
}

.btn-proveedores-descarga-hover:hover {
  background-color: var(--Orange600) !important;
  color: #fff !important;
}

.bi-file-earmark-pdf-fill::before {
  font-size: 40px;
  color: var(--Gray700);
}

.card-custom {
  background-color: #ec6608;
  color: white;
  height: 200px;
  display: flex;
  align-items: start;
  justify-content: start;
  text-align: start;
  padding: 20px;
}

.card-footer-custom {
  background-color: #f8f9fa;
  text-align: start;
  padding: 1rem;
  color: #ec6608;
  font-weight: 500;
}

  .card-footer-custom i {
    margin-left: 0.5rem;
  }

hr {
  border-top: 1px solid white;
  width: 100%;
  margin: 0 auto 1rem;
}

/*
   /////////////////////////////
    Contenedores de img fluida
  /////////////////////////////
*/
.sust-row-img {
  min-height: 450px;
}

@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;
  }
}

@media(max-width:475px) {
    .w-cards {
        width: 100% !important;
    }
}