.card{
    margin: 3rem 0;
        height: 30.4rem;
}
.card-header p{
    font-size: small;
    text-align: end;
    border-bottom: 1px dotted;
    padding-bottom: 0.5rem;
}
.img-categoria{
    width: 100%;
    height: 30rem;
}
.card-body h4{
    height: 6rem;
    overflow: hidden;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color-terciario);
}
.card-body h5{
    height: 9rem;
    overflow: hidden;
    text-align: justify;
    font-weight: 500;
    font-size: 1.5rem;
}
.card-footer{
    text-align: end;
}
.card-footer a{
    background: var(--color-secundario);
    padding: 0.2rem 1rem;
}
.card-boxOne{
    padding: 0 2rem;
    width: 150%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--color-secundario);
    margin-right: 2rem;
}
.card-boxTwo{
    width: 100%;
}

@media screen and (min-width:768px){
    .card{
        display: flex;
        justify-content: space-between;        
    }
}
@media screen and (min-width:992px){
 
}