#header .header-logo img {
    max-height: 78px;
}

#section-slide #slideshow-1 .animated {
    height: 100%;
}

#section-slide #slideshow-1 .animated img {
    object-fit: cover;
    height: 100%;
}

#section-produtos img {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.custom-icon-style-1:before {
    opacity: 1;
    border: 2px solid #016896;
}

.custom-icon-box-style-1:hover .custom-icon-style-1:before {
    background: var(--hover);
    opacity: .4;
}

footer .logo {
    background-color: #fff;
    padding: 15px;
    border-radius: 30px;
}

@media(max-width: 720px) {
    div#slideshow-1 {
        position: absolute;
        text-align: center;
    }

    .form-slide {
        background: rgb(237 237 237 / 90%);
        padding: 20px;
        border-radius: 10px;
    }

    .form-slide .form-control {
        border: 1px solid #c0c0c0 !important;
    }

    .form-slide h2 {
        text-align: center;
        margin-bottom: 20px !important;
        color: #333 !important;
    }
}
