.adoptar-animales-success .card-panel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.citas-horas {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.citas-horas .waves-effect {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 4px;
    background-color: #f0f0f0;
    cursor: pointer;
    transition: background-color 0.3s;
    transition: color 0.3s;
    position: relative;
}

.citas-horas .waves-effect.active {
    background-color: #013487;
    color: #fff;
}

.adoptar-animales-cita-success {
    display: flex;
    justify-content: center;
    align-items: center;
}

.adoptar-animales-cita-success > .card-panel {
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.adoptar-animales-cita-success > .card-panel p {
    margin: 0;
}

.adoptar-animales-cita-wrapper {
}

.adoptar-animales-cita-animales {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
}

.adoptar-animales-cita-animales .cita-animal {
    width: 180px;
    height: 220px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.adoptar-animales-cita-animales .cita-animal .cita-animal-foto {
    width: 180px;
    height: 180px;
}

.adoptar-animales-cita-animales .cita-animal .cita-animal-foot {
    width: 200px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.card-panel.adoptar-animales-cita {
    border-radius: 8px;
    margin: 0;
    margin-bottom: 20px;
}

.adoptar-animales-cita > div:not(.clearfix) {
    margin-bottom: 15px;
}

.adoptar-animales-cita > div:last-child {
    margin-bottom: 0;
}

.adoptar-animales-cita label {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #013487;
    margin-bottom: 5px;
}

.adoptar-animales-cita input[type=text],
.adoptar-animales-cita select {
    display: block;
    width: 100%;
    padding: 10px;
    height: 36px;
    border: 2px solid #666;
    border-radius: 2px;
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
}

.adoptar-animales-cita select.browser-default {
    height: auto;
    padding: 5px 10px 4px 4px;
}

.adoptar-animales-resumen {
    padding: 20px;
    background: #FDF6E6;
    text-align: center;
}

.adoptar-animales-resumen h2 {
    font-size: 1.5em;
    color: #4475d3;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.card-content > p {
    display: flex;
    align-items: center;
}

.card.card-seleccionada {
    background: #015aa9;
    color: #fff;
}

.card-content > p > i {
    margin-right: 10px;
}

.card .card-content {
    padding-bottom: 13px;
    padding: 24px;
    border-radius: 0 0 2px 2px;
}

.card-content > div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.card .card-image img {
    display: block;
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.card-content > div > i {
    margin-right: 5px;
}

.adoptar-animales-completo {
    padding-top: 40px;
}

.adoptar-animales-completo button.btn.waves-effect.hide-on-med-and-up {
    background: #013487;
    margin-bottom: 10px;
}

.card-panel.adoptar-animales-filtros {
    border-radius: 8px;
    display: none;
}

@media only screen and (min-width: 601px) {
    .card-panel.adoptar-animales-filtros {
        display: inherit;
    }

    .adoptar-animales-cita-animales {
        flex-direction: row;
        justify-content: space-evenly;
    }
}

.card-panel.adoptar-animales-filtros > h5 {
    margin-top: 0;
    margin-bottom: 20px;
}

.adoptar-animales-filtros .card-button {
    height: 41px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.filter-group {
    margin-bottom: 20px;
}

.filter-group > label {
    font-size: 13px;
    color: #f5f5f5;
    background: #013487;
    display: inline-flex;
    border-radius: 16px;
    /*border-bottom-left-radius: 0;*/
    padding: 0px 10px;
    height: 32px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.btn-toggle {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 4px;
    background-color: #f0f0f0;
    cursor: pointer;
    transition: background-color 0.3s;
    position: relative;
}

.adoptar-animales-list {
}

.adoptar-animales-list h3 {
    color: #013487;
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 0;
}

.paginado {
    margin-bottom: 20px;
    min-height: 44px;
    background: #e3e4e7;
    line-height: 44px;
    padding: 0 22px 0 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.paginado a {
    height: 44px;
    line-height: 44px;
    width: 32px;
    text-align: center;
    display: inline-block;
}

.paginado a.active {
    color: #000;
    font-weight: bold;
}

.paginado a > i {
    line-height: 44px;
    color: #2196f3
}

.paginado > span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0 12px 0;
    width: 100%;
}

@media (min-width: 768px) {
    .paginado {
        display: block;
    }

    .paginado a {
        float: left;
    }

    .paginado > span {
        width: auto;
        font-size: 16px;
        line-height: 44px;
        float: right;
        padding: 0;
    }
}

.adoptar-animales-ficha-upper .card-panel.adoptar-animales-ficha-body {
    border-radius: 8px;
    margin: 0;
    min-height: 400px;
    margin-bottom: 20px;
}

.adoptar-animales-ficha-upper .card-panel:not(.adoptar-animales-ficha-body) {
    border-radius: 8px;
    margin: 0;
    min-height: 208px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}

.adoptar-animales-ficha-upper .card-panel:not(.adoptar-animales-ficha-body).adoptar-animales-ficha-compartir {
    border-radius: 8px;
    background-color: rgba(239, 165, 7, 0.1);
    text-align: center;
    padding: 20px;
    min-height: unset;
}

.adoptar-animales-ficha-compartir > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.adoptar-animales-ficha-compartir > div > a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    border: 1px solid #013487;
    background-color: transparent;
    transition: background-color 0.3s;
}

.adoptar-animales-ficha-compartir > div > a:hover {
    background-color: #013487;
}

.adoptar-animales-ficha-compartir .compartir-facebook,
.adoptar-animales-ficha-compartir .compartir-twitterx {
    width: 24px;
    height: 24px;
    fill: #013487;
    transition: fill 0.3s;
}

.adoptar-animales-ficha-compartir > div > a:hover .compartir-facebook,
.adoptar-animales-ficha-compartir > div > a:hover .compartir-twitterx {
    fill: #fff;
}

.adoptar-animales-ficha .item img.img-responsive {
    height: 364px;
    width: auto;
    margin: 0 auto;
    border-radius: 8px;
}

.adoptar-animales-ficha h2 {
    color: #013487;
    font-size: 2.2em;
    line-height: 1em;
    margin-top: 0;
    font-weight: 700;
    text-align: center;
}

.adoptar-animales-ficha h2 > strong {
    font-weight: 400;
}

.adoptar-animales-ficha h3 {
    color: #013487;
    font-size: 1.2em;
    line-height: 1em;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 10px;
}

.adoptar-animales-ficha h3 > strong {
    font-weight: 400;
}

.adoptar-animales-ficha-row {
    display: flex;
    border-radius: 16px;
    height: 32px;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.adoptar-animales-ficha-row > div:first-child {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    align-items: center;
    background: #00318b;
    color: #fff;
    width: 120px;
    min-width: 120px;
    padding-right: 10px
}

.adoptar-animales-ficha-row > div:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    padding-left: 10px;
}

.adoptar-animales-ficha-upper .card-button {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    gap: 10px;
}

.adoptar-animales-buscador-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.adoptar-animales-buscador-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.adoptar-animales-buscador-body label {
    font-weight: bold;
    font-size: 1rem;
    color: #000;
}

.adoptar-animales-buscador-body input.browser-default {
}

.adoptar-animales-buscador-resultado {
}

blockquote.blockquote-success {
    background: #f3faef;
    border-color: #c9e1bd;
    color: #325e1c;
}

blockquote.blockquote-danger {
    background: #fcf4f2;
    border-color: #f9c9bf;
    color: #a51b00;
}
