html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    line-height: 1em;
}

main {
    flex: 1 0 auto;
}

footer {
    flex-shrink: 0;
}

.text-gray-600 {
    color: #6c757d !important;
}

p {
    font-size: 19px;
    line-height: 1.7em;
}

.card-title {
    font-size: 1.5rem;
    font-family: "Karla", sans-serif;
    color: #f2607d;
}

.card-subtit {
    font-size: .9em;
}

.sep-line-thick {
    height: 0.2em;
    display: block;
    width: 2em;
}

.img-services {
    overflow: hidden;
    position: relative;
    object-fit: cover;
    height: 195px;
    width: 100%;
    border-radius: 5px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.img-bg.insumo {
    background-color: rgba(67, 42, 69, 0.52);
}

.img-bg.ornamentais {
    background-color: rgba(23, 94, 38, 0.52);
}
.img-bg.paisagismo {
    background-color: rgba(94, 52, 23, 0.52);
}
.img-cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
