#produtos p {
    font-size: 1.4em;
    line-height: 1.9em;
    color: #4e4e4e;
}

.img-card {
    overflow: hidden;
    margin-bottom: 2em;
    height: 17em;
    position: relative;
}

.img-content {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay-content {
    width: 80%;
}

.overlay-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .5em
}

.overlay p, .overlay i {
    color: white !important;
    margin: 0;
    text-align: center;
}

.list-group {
    margin-bottom: 3em;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.list-group-item.list-group-item-action {
    text-align: center;
    color: #4a0101;
    font-size: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-link:hover .overlay {
    opacity: 1;
}

.image-link:hover .img-content {
    transition: all .3s linear;
    transform: scale(1.1);
}

.callout {
    background-image: url(/img/foto5.png);
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.callout-content h4 {
    color: white;
    margin: auto;
    font-size: 1.7em;
    z-index: 1;
    text-align: center;
    position: relative;
    width: 80%;
}

.callout-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #33090294;
}

.list-group-item.list-group-item-action.active {
    z-index: 1;
    color: #fef1e1;
    background-color: #863B32;
    border-color: #863B32;
}

.list-group-item {
    border: 0;
    border-bottom: 4px solid #4a0101;
    border-radius: 2px !important;
    margin: 0 .5em;
    padding: 0.75rem 1rem;
}

.list-group-item-action:hover, .list-group-item-action:focus {
    background-color: #4a01010d;
}

.callout-content {
    height: 100%;
}

.btn-produtos {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.4em;
    z-index: 1;
    color: white;
    position: relative;
    width: 100%;
    margin-top: 0.5em;
}
.btn-produtos:hover{
    color: white;
}

/* Botão WhatsApp */
.whats-content{
    position: fixed;
    z-index: 12;
    bottom: 1.5em;
    right: 1.5em;
}

.whats-content-text{
    position: fixed;
    z-index: 12;
    bottom: 4.5em;
    right: 0.5em;
}

.whats-text{
    background-color: #FFF0DF;
    border-radius: 20px;
    padding: 8px;
    color: #300903;
}
.whats-text i {
    color: #DF9877;
}

.whats-button{
    height: 3.5em;
    border-radius: 30px;
    border: unset;
    width: 3.5em;
    background-color: #009622;
    transition: background-color .3s;
    transform: scale(1);
    animation: pulse 2s infinite;
}
.whats-button .fa-whatsapp{
    font-size: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.7em;
    color: white;
}
.whats-button:hover{
    background-color: #01711a;
}
@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(1, 113, 26, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@media (max-width: 1200px) {
    .list-group {
        margin-bottom: 3em;
        width: unset;
        margin-left: unset;
        margin-right: unset;
    }

    .list-group-item {
        margin: .5em 0;
        padding: 0.75rem 0;
    }
    .section-produtos {
        padding: 6em 4em;
    }
}

@media (max-width: 767px) {
    .section-produtos {
        padding: 4em 2em;
    }
}
