#banners .item img {
    border-radius: 30px;
    width: 100%;
}

#banners .item .item-info P {
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
}

#sobre {
    background: #a87b4f;
    color: #FFFFFF;
}

#sobre img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 4px 1px 5px #0c0c0c;
}

#sobre a {
    background: #5f3712;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
}

#sobre a:hover { opacity: 0.7; }

#produtos h3 {
    color: #5f3712;
    display: block;
    font-weight: 600;
}

#depoimentos h3 {
    color: #5f3712;
    display: block;
    font-weight: 600;
}

.item-product {
    border-radius: 10px;
    text-decoration: none;
    color: #FFFFFF;
}

iframe {
    width: 100%;
    height: 400px;
}

.owl-dots {
    bottom: 0;
    padding: 20px 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9;
}

.owl-carousel {
    position: relative;
}

.owl-dots {
    bottom: 0;
    padding: 20px 0;
    width: 100%;
    z-index: 9;
}

.owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: transparent;
    border: 1px solid #5f3712;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #5f3712;
}

@media (min-width: 320px){
    #banners {
        padding: 0 0 30px 0;
    }

    #banners .item img {
        border-radius: 15px 15px 0 0;
        width: 100%;
    }

    #banners .item .item-info {
        background: #5f3712;
        border-radius: 0 0 15px 15px;
        padding: 20px;
        width: 100%;
    }

    #banners .item .item-info a {
        background: #A87B4F;
        border-radius: 5px;
        color: #FFFFFF;
        display: inline-block;
        font-size: 16px;
        padding: 10px 25px;
        text-decoration: none;
        text-transform: uppercase;
        transition: all 0.3s;
    }

    #banners .item .item-info a:hover { opacity: 0.7; }

    #sobre {
        padding: 30px 0;
    }

    #sobre h1 {
        display: block;
        font-size: 20px;
        font-weight: 300;
        margin: 30px 0;
    }

    #sobre h2 {
        display: block;
        font-size: 40px;
        font-weight: 400;
        margin-bottom: 30px;
    }

    #sobre p {
        display: block;
        font-size: 16px;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

    #sobre a {
        border-radius: 5px;
        color: #FFFFFF;
        display: inline-block;
        font-size: 16px;
        padding: 10px 30px;
    }

    #produtos {
        padding-top: 30px;
    }

    #produtos h3 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    
    #depoimentos {
        padding-top: 30px;
    }

    #depoimentos h3 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    
    .item-product {
        display: flex;
        align-items: flex-end;
        background-size: cover;
        background-position: center;
        padding: 0;
        text-align: left;
        margin-bottom: 25px;
    }

    .item-product h4 {
        font-size: 18px;
        display: block;
        margin: 0;
        background: rgba(95, 55, 18);
        width: 100%;
        padding: 15px;
        border-radius: 0 0 10px 10px;
    }
}


@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
    #banners {
        padding: 0 40px 70px 40px;
    }

    #banners .item {
        position: relative;
    }

    #banners .item .item-info {
        backdrop-filter: blur(10px);
        background: rgba(95, 55, 18, 0.2);
        border-radius: 15px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        bottom: 50px;
        left: 50px;
        max-width: 550px;
        padding: 20px;
        position: absolute;
    }

    #banners .item .item-info a {
        background: #A87B4F;
        border-radius: 5px;
        color: #FFFFFF;
        display: inline-block;
        font-size: 16px;
        padding: 10px 25px;
        text-decoration: none;
        text-transform: uppercase;
        transition: all 0.3s;
    }

    #banners .item .item-info a:hover { opacity: 0.7; }

    #sobre {
        padding: 70px 40px;
    }
    #sobre__info {
        padding-left: 50px;
    }

    #sobre h1 {
        display: block;
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 30px;
    }

    #sobre h2 {
        display: block;
        font-size: 80px;
        font-weight: 400;
        margin-bottom: 30px;
    }

    #sobre p {
        display: block;
        font-size: 18px;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

    #sobre a {
        border-radius: 5px;
        color: #FFFFFF;
        display: inline-block;
        font-size: 16px;
        padding: 10px 25px;
    }

    #produtos {
        padding: 70px 40px;
    }

    #produtos h3 {
        font-size: 60px;
        margin-bottom: 30px;
    }
    
    #depoimentos {
        padding: 30px 40px 70px 40px;
    }

    #depoimentos h3 {
        font-size: 60px;
        margin-bottom: 30px;
    }
    
    .item-product {
        background-size: cover;
        background-position: center;
        text-align: left;
    }

    .item-product h4 {
        font-size: 18px;
    }
    
    #page-produto {
        padding-bottom: 70px;
    }
    
    .item-depoimenth4 {
        opacity: 1 !important;
    }
    
    .item-depoiment {
        width: 450px;
        margin: 0 auto;
        font-style: italic;
        opacity: 0.7;
    }
}