.foto_publicacion {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1 / 1;
    cursor: pointer;
}

.respuestas-modal .row {
    margin-bottom: 1rem;
}

#modal_publicacion .btn-respuestas {
    display: none;
}

.btn-check+.btn-primary-alt {
    border-color: #d4a29c25;
    border-width: 1px;
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active,
.btn-check:active+.btn-primary-alt,
.btn-check:checked+.btn-primary-alt {
    color: #fff;
    background-color: #d4a29c;
    border-color: #d4a29c;
    border-width: 1px;
}

@media (max-width: 768px) {
    #contenidos_container {
        margin-left: -12px;
        margin-right: -12px;
    }

    .card {
        border-radius: 0px;
        border-left: none;
        border-right: none;
        border-top: none;
    }

    .post {
        padding-right: 0px;
        padding-left: 0px;
    }
}