.divider:after,
.divider:before {
  content: "";
  flex: 1;
  height: 1px;
  background: #eee;
}
.h-custom {
  height: calc(100% - 73px);
}
@media (max-width: 450px) {
  .h-custom {
    height: 100%;
  }
}
@media (max-width: 990px) { 
  .ocultar{
    display: none;
  }

}
.textstyle{
  font-family: "Poppins", sans-serif !important;
}

.div-img{
  /* width: 250px; */
  height: 120px;
  border-radius: 13px;
  background: #fff;
  /* margin-top: 10px; */
}

/* Scroll */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #dddddd;
}

::-webkit-scrollbar-thumb {
  background: #17a2b8;
  border-radius: 2px;
}