.card {
    max-width: 500px;
    width: 100%;
}

.card-body {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}

.container-listing {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    overflow-y: scroll;
    height: 900px;
}

.container-listing .card {
    margin: 13px;
    margin-top: 0;
}

.card h5 {
    margin: 0;
}

.grupo-uno {
    position: relative;
    background-color: #0075C9;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.card p {
    font-size: 12px;
    color: grey;
    display: block;
    overflow: hidden;
    white-space: initial;
}

.card {
    font-family: Roboto;
}

.grupo-dos {
    padding: 0;
}

.grupo-uno a {
    background-color: #46B43C;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 9px;
    padding: 4px 0;
    right: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0;
}

.grupo-uno.Oficinas {
    background-color: #0075C9;
}

.grupo-uno.Industrial {
    background-color: #0b4168;
}

.grupo-uno.Retail {
    background-color: #36B4E5;
}

.content-area-car {
    display: flex;
}

.filter-options {
    display: block;
    background-color: whitesmoke;
    padding: 17px;
}

.filter-options .processor {
    border: 1px solid #e5e5e5;
    padding: 19px 15px;
    border-radius: 2px;
    margin: 10px auto;
}

.processor h6 {
    font-size: 14px;
    font-family: Roboto;
    margin: 0;
}

.processor {
    font-family: Roboto;
    font-size: 13px;
}

.grupo-uno img {
    padding: 8px 13px;
}

.filter-limpiar button {
    border: 2px solid #0075c9;
    background-color: #ff000000;
    width: 100%;
    padding: 4px 0;
    font-family: Roboto;
    font-weight: 600;
    color: #0075c9;
    cursor: pointer
}

.filter-limpiar button:hover {
    background-color: #0075c9;
    color: #fff;
}

@media (max-width:500px) {
    .card-title {
        margin-bottom: 0;
        font-size: 14px;
        margin-top: 12px;
    }
    .content-area-car {
        display: flex;
        flex-direction: column;
    }
    .card-body {
        justify-content: flex-start;
        flex-direction: column;
    }
    .filter-options {
        display: flex;
        max-width: 100%;
    }
    .grupo-uno {
        width: 100%;
    }
    .grupo-uno img {
        padding: 8px 13px;
        max-width: 112px;
    }
    .grupo-uno a {
        position: relative;
    }
}

@media (min-width:500px) {
    .card p {
        display: block;
    }
}

.content-area-car {
    display: flex;
    max-width: 1170px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.container-listing .card {
    margin: 13px;
    margin-top: 0;
    width: 100%;
    max-width: 445px;
}

.grupo-dos p {
    font-size: 12px;
    height: 77px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-title {
    margin-bottom: 0.75rem;
    font-size: 14px;
}

.card-mercados {
    max-width: 400px;
    margin: 8px 0;
}

#form-modal label {
  color: #4f4f4f;
  font-size: 14px;
  margin-bottom: 5px;
}

#form-modal .form-row:not(:last-child) {
  margin-bottom: 10px;
}

#form-modal .form-row:last-child {
  justify-content: flex-end;
  padding: 10px 5px 0;
}

#form-modal .form-row > .form-group {
  margin-bottom: 0;
}

#form-modal .form-control {
  font-size: 16px;
  padding: 10px;
}

#form-modal .habes-data-group label {
  font-size: 12px;
}

#form-modal .error-group {
  margin-top: 5px;
}

#form-modal .error-group p {
  font-size: 14px;
  margin-bottom: 0;
}

#form-modal .btn.btn-success {
  min-width: 110px;
  min-height: 38px;
}

#form-modal .loader {
  display: block;
  margin: auto;
  width: 15px;
  aspect-ratio: 1;
  --c: no-repeat linear-gradient(#fff 0 0);
  background: var(--c) 0% 50%, var(--c) 50% 50%, var(--c) 100% 50%;
  background-size: 20% 100%;
  animation: loader-animation 1s infinite linear;
}

@keyframes loader-animation {
  0% {
    background-size: 20% 100%, 20% 100%, 20% 100%;
  }
  33% {
    background-size: 20% 10%, 20% 100%, 20% 100%;
  }
  50% {
    background-size: 20% 100%, 20% 10%, 20% 100%;
  }
  66% {
    background-size: 20% 100%, 20% 100%, 20% 10%;
  }
  100% {
    background-size: 20% 100%, 20% 100%, 20% 100%;
  }
}
