@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap');

html{scroll-behavior: smooth;}
html, body{ overflow-x: hidden !important; font-family: 'Roboto', sans-serif; }

.container{max-width: 1170px;}

#topo{position: absolute; z-index: 999; width: 100%;}
.navbar-collapse {margin-top: -120px;}
.navbar-nav{margin-left: auto; margin-right: 30px;}
.nav-link{text-transform: uppercase; color: #fff;}
.nav-link:hover{color: #d6bba1;}
.icon{width: 25px;}
.telefone{background-color: #821f05; border-radius: 10px; padding: 8px;}
.icone-redes{display: none;}
.redes-contato{display: flex; align-items: center; justify-content: center; margin-top: 1rem;}

.animated-icon1, .animated-icon2, .animated-icon3{display: inline-block; width: 56px; height: 20px; position: relative; margin: 0px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer;}
.animated-icon1 span, .animated-icon2 span, .animated-icon3 span { display: inline-block; position: absolute; height: 5px; width: 100%; opacity: 1; left: 0;-webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}
.animated-icon1 span { background: #e65100;}
.animated-icon2 span {background: #fff;border: rgba(255, 255, 255, 0);}
.navbar-toggler{border: rgba(255, 255, 255, 0); position: relative; z-index: 9999;}
.navbar-toggler:focus{box-shadow:none;}
.animated-icon3 span { background: #0084c2;}
.animated-icon1 span:nth-child(1) {top: 0px;}
.animated-icon1 span:nth-child(2) {top: 10px;}.animated-icon1 span:nth-child(3) {top: 20px;}
.animated-icon1.open span:nth-child(1) {top: 11px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg);}
.animated-icon1.open span:nth-child(2) { opacity: 0; left: -60px;}
.animated-icon1.open span:nth-child(3) {top: 11px; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg);}
.animated-icon2 span:nth-child(1) {top: 0px;}
.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {top: 10px;}
.animated-icon2 span:nth-child(4) {top: 20px;}
.animated-icon2.open span:nth-child(1) { top: 11px; width: 0%; left: 50%;}
.animated-icon2.open span:nth-child(2) {-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg); transform: rotate(45deg);}
.animated-icon2.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);}
.animated-icon2.open span:nth-child(4) {top: 11px;width: 0%;left: 50%;}
.animated-icon3 span:nth-child(1) { top: 0px;-webkit-transform-origin: left center;-moz-transform-origin: left center;-o-transform-origin: left center;transform-origin: left center;}
.animated-icon3 span:nth-child(2) { top: 10px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center;}
.animated-icon3 span:nth-child(3) { top: 20px; -webkit-transform-origin: left center; -moz-transform-origin: left center;-o-transform-origin: left center;transform-origin: left center;}
.animated-icon3.open span:nth-child(1) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; left: 8px;}
.animated-icon3.open span:nth-child(2) {  width: 0%;  opacity: 0;}
.animated-icon3.open span:nth-child(3) {-webkit-transform: rotate(-45deg);  -moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);top: 21px;left: 8px;}

.carousel-inner{z-index: 1;}
.carousel-control-icon img{width: 55px;}
.carousel-control-next, .carousel-control-prev{position: absolute; z-index: 1; opacity: 1;}
.carousel-control-next:hover, .carousel-control-prev:hover{opacity: .5;}
.carousel-control-prev{left: 200px;}
.carousel-control-next{right: 200px;}
.conteudo-banner{position: relative;}
.carousel-caption-custom{position: absolute; top: 50%; left: 0; right: 0; transform: translateY(130%); z-index: 999; padding: 0 20px;}
.carousel-caption-custom h1{color: #fff; font-weight: 100; margin-bottom: 10px;}
.carousel-caption-custom h1 strong{font-weight: bold;}
.banner-buttons{display: flex; gap: 20px; margin-top: 20px;}
.btn-produtos{background-color: #000; color: #fff; text-decoration: none; padding: 8px; border-radius: 10px;}
.btn-produtos:hover{background-color: #1a1919;}
.btn-pedido{background-color: #761d05; color: #fff; text-decoration: none; padding: 8px; border-radius: 10px;}
.btn-pedido:hover{background-color: #862206;}
.mobile{display: none;}

#sobre {position: relative; z-index: 999;}
#sobre .row{align-items: center;}
.texto-sobre h2{color: #821f05; padding-bottom: 20px;}
.texto-sobre p{color: #1d1f1f;}
.btn-contato{width: fit-content; background-color: #821f05; border-radius: 10px; padding: 8px; text-decoration: none; color: #fff;}
.btn-contato:hover{background-color: #862206;}
.btn-contato span{text-transform: uppercase;}
.avatar-domellos{position: relative; margin-top: -75px; z-index: 999;}

#produtos{background-color: #fafafa; padding: 80px 0;}
#produtos h2{color: #821f05;margin-bottom: 30px;}
.item  img{width: 100%;height: 250px;object-fit: cover;}
.imgTitle{border-bottom: 2px solid #821f05;}
.imgTitle h3{font-size: 16px; padding: 15px 0; margin: 0; font-style: normal; color: #821f05;}


.entrega{background: #6e1b17;color: #fff;height: 215px;}
.entrega h2{font-weight: 100; margin: 0; font-size: 40px; padding-top: 20px;}
.btn-entrega{display: inline-flex;align-items: center;gap: 10px;background: #fff;color: #6e1b17;padding: 8px;border-radius: 10px;text-decoration: none;font-weight: 500;margin-top: 10px;}
.btn-entrega img{width: 25px;}

.texto-carne{padding: 30px 0 60px 0;}
.texto-carne h2{color: #821f05; font-size: 40px; font-weight: 100;}
.texto-carne h2 strong{font-weight: 700;}
.texto-carne p{font-size: 18px; color: #1d1f1f;}

.feijoada{background-color: #381414; height: 215px;}
.img-feijoada{ margin-top: -20px;}
.texto-feijoada{color: #fff; font-weight: 100; text-align: right; font-size: 45px;}

.restaurante{padding: 80px 0 40px 0;}
.titulo-restaurante{text-align: right;}
.titulo-restaurante h2{color: #821f05; font-size: 40px; font-weight: 100;}
.titulo-restaurante p{color: #1d1f1f;}

.certificado{background-color: #762a2a; padding: 40px 0;}
.texto-agro{color: #fff;}
.texto-agro h2{font-weight: 100;}
.logo-certificado{text-align: right;}

#onde_encontrar{padding: 40px 0;}
#onde_encontrar h2{font-size: 40px; font-weight: 100; color: #821f05;}
.maps iframe{width: 100%; height: 450px;}


#perguntas_frequentes{ padding: 30px 0;}
.accordion{border-color: #e9e9e9 !important;}
.texto-duvidas h2{ color: #821f05; font-weight: 100; margin: 0;}
.texto-duvidas p{color: #fff;}
.accordion-button{color: #fff !important;}
.accordion-item{border-radius: 0 !important; margin: 10px 0; border: none; color: #1d1f1f;}
.accordion-item:first-of-type>.accordion-header .accordion-button{border-radius: 0 !important;}
.accordion-button{background-color: #821f05; border: none; }
.accordion-button:not(.collapsed){background-color: #821f05;}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-radius: 0 !important;}
.accordion-body{background-color: #e9e9e9;}
.accordion-button::after{background-image: url("..//img/jogar.svg");}
.accordion-button:not(.collapsed)::after{background-image: url("..//img/jogar.svg");}
.accordion-item:last-of-type>.accordion-collapse{border-radius: 0 !important;}
.accordion-button:not(.collapsed){box-shadow: none;}
.accordion {--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0);}

#contato{background-color: #381414; padding: 30px 0;} 
.telefone-r h3{color: #fff; text-transform: uppercase; padding-bottom: 20px;}
.telefone-r img{width: 30px; margin-right: 8px;}
.telefone-r p{color: #fff; margin: 0; font-size: 25px; line-height: 1.2;}
.telefone-r span{color: #fff; font-size: 15px;}
.endereco-r h3{color: #fff; text-transform: uppercase; padding-bottom: 20px;}
.endereco-r p{color: #fff; font-size: 16px;}
.endereco-r img{width: 30px; margin-right: 8px;}
.redes-sociais h3{color: #fff; text-transform: uppercase; padding-bottom: 20px;}
.logo-contato{text-align: right;}
.logo-contato img{width: 70%;}
.redes-sociais img{width: 30px;}
.icones-rodape{display: flex; gap: 20px;}

footer {background-color: #260d0d; padding: 20px 0;}
footer .row{align-items: center;}
#direitos p{margin: 0; color: #fff;}
#logo-as{text-align: right;}
#logo-as img{width: 70px;}

@media screen and (max-width: 1440px){
    .carousel-caption-custom{transform: translateY(110%);}
    .carousel-control-prev{left: 0;}
    .carousel-control-next{right: 0;}


}





@media screen and (max-width: 900px){
    .navbar-collapse{position: absolute;top: 65%;right: 10px;width: 260px;z-index: 1000;background: #761d05;padding: 20px 0;box-shadow: 0 20px 12px rgba(0,0,0,.15); margin-top: 10px;}
    .navbar-nav{padding-left: 15px;}
    .icone-redes {position: absolute; right: 100px; display: flex; gap: 15px;}
    .icone-redes img{width: 30px;}
    .redes-contato{display: none;}
    .desktop{display: none;}
    .mobile{display: block;}
    .carousel-caption-custom{text-align: center;  transform: translateY(180%);}
    .banner-buttons{align-items: center; justify-content: center;}
    .carousel-control-prev{left: 0;}
    .carousel-control-next{right: 0;}
    #sobre{text-align: center; padding: 40px 0;}
    .btn-contato{margin: 0 auto;}
    .avatar-domellos{margin-top: 20px;}
    #produtos{text-align: center;}
    .entrega{height: auto; text-align: center;}
    .carne-defumada{text-align: center;}
    .feijoada{height: auto; text-align: center;}
    .texto-feijoada{text-align: center; padding: 20px 0 ;}
    .restaurante{text-align: center;}
    .titulo-restaurante{text-align: center; padding: 20px 0;}
    .certificado{text-align: center;}
    .logo-certificado{text-align: center; padding-top: 20px;}
    #contato{text-align: center;}
    .redes-sociais{padding-top: 30px;}
    footer{text-align: center;}
    #logo-as{text-align: center; padding-top: 10px;}
    .imgTitle h3{height: 60px;}
    #produtos {padding: 30px 0;}
    .carousel-control-next, .carousel-control-prev{position: absolute; z-index: 11; opacity: 1;}
    .carousel-caption-custom{position: absolute; top: 50%; left: 0; right: 0; transform: translateY(130%); z-index: 9; padding: 0 20px;}


}


@media screen and (max-width: 678px){
    .navbar-brand img{width: 85px;}
    .carousel-caption-custom{transform: translateY(85%);}
    .logo-rodape {padding-bottom: 20px;}

}

 



