#produtos,
#sobre,
#cham,
#servicos {
    padding: 40px 0;
}

/* BARRA TOPO */

#barra-top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
    background-color: #000;
    color: #fff;
    text-align: center;
}

#barra-top h1 {
    font-size: .9rem;
    margin-bottom: 2px;
    width: 100%;
}

#barra-top a {
    font-size: 1rem;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    transition: all .3s;
}

#barra-top a:hover {
    background-color: #fff;
    color: #000;
}


/* HEADER */
header {
    color: #fff;
    position: relative;
}

header .area-form {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 10;
}

header form {
    width: 300px;
    margin-right: 10px;
    text-align: center;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px;
    color: #000;
}

header h2 {
    font-size: .9rem;
}

#carouselHeader img {
    width: 100%;
    object-fit: cover;
}

header form input,
header form textarea {
    padding: 10px;
}

header form button {
    background-color: var(--primary);
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 1rem;
    text-transform: uppercase;
    border: none;
}

@media (max-width: 992px) {
    header form {
        width: 100%;
        padding: 30px;
    }

    header .area-form {
        position: initial;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        display: flex;
        background-color: var(--terc);
        justify-content: flex-end;
        align-items: center;
        z-index: 10;
    }

    header form {
        background-color: #f7f7f7;
        box-shadow: none;
    }
}

#barra-promo .cta a {
    display: inline-block;
    background-color: #25d366;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 30px;
    font-size: 1.3rem;
    transition: all .3s;
    border-radius: 50px;
    border: 4px solid #fff;
}

#barra-promo .cta a:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transform: scale(1.03);
}

/* SERVIÇOS */
#servicos .area-card-servico {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#servicos img {
    display: inline-block;
    width: 100%;
}

#servicos .owl-carousel {
    margin-top: 40px;
}

#servicos .owl-carousel img {
    width: 100%;
    padding: 20px;
    display: inline-block;
    border: 1px solid #ccc;
}

#servicos .owl-dots {
    display: none;
}

/* CHAM */
#cham {
    overflow: hidden;
}

#cham .cta a {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    font-size: 1.3rem;
    margin-top: 20px;
    transition: all .3s;
}


@media (max-width: 768px) {
    #cham .pr-4 {
        padding-right: 0 !important;
        padding: 20px;
    }
}

/* MAPA */
#mapa iframe {
    width: 100%;
    height: 400px;
}

/* SOBRE */
#sobre {
    background-color: #000;
    color: #fff;
}

#sobre img {
    width: 100%;
}

#carouselLocal img {
    width: 100%;
    display: inline-block;
}

#sobre .cta a {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.3rem;
    margin-top: 20px;
    transition: all .3s;
}

#sobre .cta a:hover {
    background-color: #fff;
    color: #000;
}

/* PRODUTOS */
#produtos .area-produtos ul {
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#produtos .area-produtos ul li {
    width: 24%;
    margin: 5px;
}

#produtos .area-produtos ul li .card-produto img {
    width: 200px;
    height: 240px;
    object-fit: cover;
    display: inline-block;
    object-fit: contain;
}

#produtos .area-produtos ul li .card-produto h3 {
    font-size: 1rem;
    text-transform: capitalize;
}

#produtos .area-produtos ul li .card-produto {
    text-align: center;
    transition: all .3s;
}

#produtos .area-produtos ul li .card-produto .content {
    margin-top: 20px;
}

#produtos .cta a {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #000;
    color: #000;
    font-size: 1rem;
    margin-top: 20px;
    transition: all .3s;
}

#produtos .cta a:hover {
    background-color: #000;
    color: #fff;
}

@media (max-width: 992px) {
    #produtos .area-produtos ul li {
        width: 45%;
    }
}

@media (max-width: 768px) {
    #produtos .area-produtos ul li {
        width: 100%;
    }
}

/* BARRA */
#barra {
    background-color: #000;
    padding: 20px 0;
}

#barra ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#barra ul li {
    margin: 10px 25px;
    margin-bottom: 0;
    color: #fff;
    font-size: 1.1rem;

}


@media (max-width: 768px) {
    #barra ul {
        list-style: none;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    #barra ul li span {
        width: 100%;
        display: block;
    }

    #barra ul li {
        margin: 10px 25px;
        margin-bottom: 10px;
        color: #fff;
        font-size: 1.1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-wrap: wrap;
        width: 100%;
    }

}