/*
 * 
Theme Name: Actmob Institucional - Casa do Queijo
Author: Lucas Garcez
Author URI: https://actmob.com/
Description:  Tema desenvolvido exclusivamente pela Actmob para seu site.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Actmob
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@700;800&family=Nunito:wght@300;400;700&family=Roboto:wght@400;700&display=swap');

@font-face {
 	font-family: 'Nexa Rust Script L';
 	src: url(assets/fonts/NexaRustScriptLDemo-1.otf) format('opentype');
	font-weight: 400;
}

.nexa-rust-script-l-font { font-family: 'Nexa Rust Script L'; font-weight: 400!important; }

a{text-decoration: none;}
*{
	outline: none;
}

div, p, strong, article, aside, section, button, input, h1, h2, h3, h4, h5, h6{
	font-family: 'Nunito', sans-serif;
}


::-webkit-scrollbar {
	  width: 5px;
	  height: 5px;		
	}

	::-webkit-scrollbar-button:start:decrement,
	::-webkit-scrollbar-button:end:increment  {
	  display: none;
	}

	::-webkit-scrollbar-track-piece  {
	  background-color: transparent;
	  -webkit-border-radius: 0px;
	}

	::-webkit-scrollbar-thumb:vertical {
	  background-color: #666;
	  -webkit-border-radius: 0px;
		height: 6px;
	}
	
	::-webkit-scrollbar-thumb:horizontal{
        background: #666;
        border-radius: 4px;
		width: 10px;
    }


	::-moz-scrollbar {
	  width: 5px;
	  height: 5px;		
	}

	::-moz-scrollbar-button:start:decrement,
	::-moz-scrollbar-button:end:increment  {
	  display: none;
	}

	::-moz-scrollbar-track-piece  {
	  background-color: transparent;
	  -webkit-border-radius: 4px;
	}

	::-moz-scrollbar-thumb:vertical {
	  background-color: #666;
	  -webkit-border-radius: 4px;
	}
	
	::-moz-scrollbar-thumb:horizontal{
        background: #efefef;
        border-radius: 4px;
		width: 10px;
    }

	::-scrollbar-button:start:decrement,
	::-scrollbar-button:end:increment  {
	  display: none;
	}

	::-scrollbar-track-piece  {
	  background-color: transparent;
	  -webkit-border-radius: 4px;
	}

	::-scrollbar-thumb:vertical {
	  background-color: #666;
	  -webkit-border-radius: 0px;
		height: 6px;
	}
	
	::-scrollbar-thumb:horizontal{
        background: #efefef;
        border-radius: 4px;
		width: 10px;
    }

.pt-60{
	padding-top: 60px;
}

.pb-60{
	padding-bottom: 60px;
}


@media screen and (max-width: 992px){
	main.main > .content > .container {
		/*max-width: 95%;
		height: auto;
		margin: auto;*/
		width: 100%;
		height: auto;
		margin: auto;
		overflow-x: hidden;
		padding-left: 0!important;
		padding-right: 0!important;
		max-width: 100%;
	}
	
	/*main.main > .content > .container > div {
		padding-left: 15px!important;
		padding-right: 15px!important;
		margin-left: -15px!important;
		margin-right: -15px!important;
	}*/
	
	.px-fix-mobile {
		padding-left: 15px!important;
		padding-right: 15px!important;
	}
	
	.px-fix-mobile-25 {
		padding-left: 25px!important;
		padding-right: 25px!important;
	}
}


html, body{
	/*width: 100%;
	height: 100%;*/
	z-index: 0;
	background: #fff;
}

.spaceHeader{
	width: 100%;
	position: relative;
	z-index: 0;
	height: 100px;
}

.fw-100{ font-weight: 100; }
.fw-200{ font-weight: 200; }
.fw-300{ font-weight: 300; }
.fw-400{ font-weight: 400; }
.fw-500{ font-weight: 500; }
.fw-600{ font-weight: 600; }
.fw-700{ font-weight: 700; }
.fw-800{ font-weight: 800; }
.fw-900{ font-weight: 900; }

.text-gray{ color: #828282; }

@media screen and (max-width: 768px){	
	.slick-slider .wpsisac-slide-wrap{
		height: auto;
	}
}

.btnOpenMenuMobile {
	border: 0;
	background: transparent;
	font-size: 1.5rem;
	font-weight: 400;
	color: #fff;
	cursor: pointer;
	padding: 0;
	margin-top: 3px;
}

.menuMobile {
    position: fixed;
    z-index: 99999999;
    background: #fff;
    width: 85vw;
    height: 100%;
    border-right: 3px solid #F7B72F;
    top: 0;
    left: -85vw;
    opacity: 0;
	transition: 0.5s;
}

.menuMobile .menu-mobile-header {
    width: 100%;
    padding: 1vh;
    border-bottom: 3px solid #F7B72F;
    background: #F7B72F;	
    height: 7vh;
}

.menuMobile .menu-mobile-header .titleSpace h2 {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 0;
}

.menuMobile .menu-mobile-header .closeMenu button {
    border: 0;
    background: #fff;
    font-size: 1.4rem;
    color: #888;
    border-radius: 100%;
    width: 40px;
    height: 40px;
}

.menuMobile .menu-mobile-body {
    height: 86vh;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    padding: 1vh;
}

.menuMobile .menu-mobile-body .list-menu-mobile {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    list-style: none;
}

.menuMobile .menu-mobile-body .list-menu-mobile > li > a {
    font-size: 1.5rem;
    display: block;
    height: auto;
    padding: 5px 0;
    color: #000;
    font-weight: 600;
    width: 100%;
    position: relative;
    margin: 10px 0;
}

.menuMobile .menu-mobile-body .list-menu-mobile > li > a.submenuMobileIsOpen {
    border-bottom: 1px solid #eee;
}


.menuMobile .menu-mobile-body .list-menu-mobile > .menu-item-has-children > a::after {
    content: "\f078";
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    font-size: 0.8rem;
	position: absolute;
	right: 0;
    top: 10px;
}

.menuMobile .menu-mobile-body .list-menu-mobile > .menu-item-has-children > a.submenuMobileIsOpen::after{
	content: "\f077";
}

.menuMobile .menu-mobile-body .list-menu-mobile > li > .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 95%;
    padding-left: 5%;
    margin-bottom: 10px;
	display: none;
}

.menuMobile .menu-mobile-body .list-menu-mobile > li > .sub-menu > li > a {
    display: block;
    padding: 5px 0;
    color: #888;
    font-size: 1rem;
    font-weight: 600;
}

.menuMobile .menu-mobile-footer {
    padding: 1vh;
    background: #fff;
    width: 100%;
    height: 7vh;
	border-top: 2px solid #F7B72F;
}

.menuMobile .menu-mobile-footer .redesSociaisHeader {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
}

.menuMobile .menu-mobile-footer .redesSociaisHeader a {
	background: #F7B72F;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 550px;
	color: #fff;
	line-height: 40px;
	font-size: 1.2rem;
}

.slick-prev:before{
	content: "\f053";
    margin-left: -10px;
    color: #343842;
    font-family: 'FontAwesome';
	background: transparent;
    width: 30px;
    height: 30px!important;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 22px;
	opacity: 1;
}

.slick-next:before{
	content: "\f054";	
    color: #343842;
    font-family: 'FontAwesome';
	background: transparent;
    width: 30px;
    height: 30px!important;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 22px;
	opacity: 1;
}

.slick-dots li.slick-active button:before {
    background: #FACF10;
    color: transparent;
    border-radius: 20px;
    width: 10px;
    height: 10px;
}

.slick-dots li button:before {
    background:#343842;
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 15px;
	color: transparent;
}

.slick-dots {
    margin-top: 0px!important;
    display: block!important;
    float: unset!important;
    position: relative!important;
}

.slider-depoimentos .slick-next:before, .slider-depoimentos .slick-prev:before {
    background: transparent;
    color: #05497C;
}

.fundoBreadcrumbs {
    padding-top: 0px;
	padding-bottom: 0;
}

.fundoBreadcrumbs .breadcrumbs *, .fundoBreadcrumbs .breadcrumbs {
    font-size: 14px;
    color: #828282;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
}

.fundoBreadcrumbs .breadcrumbs > span:not(:last-child) {
    margin-right: 10px;
}

.fundoBreadcrumbs .breadcrumbs > span:not(:first-child) {
    margin-left: 10px;
}

.fundoBreadcrumbs .breadcrumbs span:first-child a span {
    font-size: 0;
}

.fundoBreadcrumbs .breadcrumbs span:first-child a span::before {
    font-size: 14px;
    content: 'Home';
    color: #828282;
    font-weight: 500;
}

.menuCategoriasFixoEsquerda {
    position: fixed;
    left: -100%;
    z-index: 10;
    background: #035a26;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 25px 0;
	transition: 0.5s;
	opacity: 0;
}

.menuCategoriasFixoEsquerda h3 {
    padding: 10px 50px;
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}

.menuCategoriasFixoEsquerda .container-menu-categorias-esquerda ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menuCategoriasFixoEsquerda .container-menu-categorias-esquerda ul li a {
    width: 100%;
    height: auto;
    padding: 10px 50px;
    display: block;
    margin-bottom: 5px;
    color: #fff;
	position: relative;
}

.menuCategoriasFixoEsquerda .container-menu-categorias-esquerda > ul > .menu-item-has-children > a::after {
    content: "\f078";
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    font-size: 0.8rem;
	position: absolute;
	right: 30px;
    top: 10px;
}

.menuCategoriasFixoEsquerda .container-menu-categorias-esquerda  > ul > .menu-item-has-children a.submenuCatIsOpen::after{
	content: "\f077";
}

.menuCategoriasFixoEsquerda .container-menu-categorias-esquerda ul.sub-menu {
    padding-top: 20px;
    padding-bottom: 20px;
	display: none;
}

.menuCategoriasFixoEsquerda .container-menu-categorias-esquerda ul.sub-menu li a {
    font-size: 0.9em;
    padding: 5px 50px;
}

.menuCategoriasFixoEsquerda .container-menu-categorias-esquerda  > ul > .menu-item-has-children > a {
    background: #08662e;
}

#qlwapp .qlwapp-icon {
    margin-right: 0px !important;
    font-size: 25px;
}

#qlwapp:hover .qlwapp-icon {
    margin-right: 15px!important;
}
#qlwapp:hover span.qlwapp-text {
    display: block;
}
#qlwapp span.qlwapp-text {
    display: none;
}

div#qlwapp {
    z-index: 99!important;
}


.lgx-carousel-section .lgx-carousel .lgx-item, 
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding: 0;
}

.lgx-carousel-section .owl-theme .owl-controls .owl-nav [class*="owl-"] > img {
    display: none;
}

.lgx-carousel-section .owl-theme .owl-controls .owl-nav .owl-next::before {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 22px;
}

.lgx-carousel-section .owl-theme .owl-controls .owl-nav .owl-prev::before {
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 22px;
}

.lgx-carousel-section .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{
	background-color: #05497C!important;
}

.lgx-carousel-section .owl-theme .owl-controls .owl-nav [class*="owl-"]{	
    opacity: 1!important;
    color: #fff;
}

.lgx-section-inner {
    background-color: transparent!important;
}

.text-light-orange {
	color: #E6BA6E;
}

/* custom site */

/*.spaceHeader {
	display: none;
}*/

header.header {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
	padding: 15px 0;
}

header.header .logoHeader a {
    display: block;
    width: 100%;
    height: auto;
}

header.header .logoHeader a img {
	width: 60%;
	display: block;
	margin: auto;
}

header.header .list-menu-desktop {
    margin: 0;
    list-style: none;
    border: 1px solid #c1b580;
    gap: 3px;
    padding: 3px;
    border-radius: 5px;
}


header.header .list-menu-desktop li a {
    display: inline-block;
    padding: 15px 20px;
    position: relative;
	color: #fff;
	text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 600;
}
header.header .list-menu-desktop li {
    position: relative;
}

header.header .list-menu-desktop li.current-menu-item a, header.header .list-menu-desktop li:hover a {
	color: #fff;
	background: #f7b72f;
	border-radius: 5px;
}

/*
header.header .list-menu-desktop li.current-menu-item a::after, header.header .list-menu-desktop li:hover a::after {
    position: absolute;
    width: 100%;
    height: 4px;
    content: '';
    bottom: 0;
    left: 0;
    background: #E6BA6E;
}*/

header.header .redes-socias-topo .tel-header a i {
    color: #fff;
    margin-right: 10px;
}

header.header .redes-socias-topo .tel-header a {
    color: #fff;
    font-size: 1rem;
    display: inline-flex;
}

header.header .redes-socias-topo .social-header a {
    color: #fff;
    display: block;
    padding: 10px;
}

.custom .tp-bullet{
	background: #fff !important;
}

.custom .tp-bullet.selected {
    background: #E6BA6E !important;
}

.custom.tp-bullets {
	width: 100% !important;
	left: 0!important;
	display: flex !important;
	align-items: center !important;
	justify-content: center!important;
	transform: unset!important;
	bottom: 20px!important;
	top: unset!important;"
}

.custom .tp-bullet {
    width: 30px !important;
    height: 4px !important;
    position: relative !important;
}

footer.footer {
    background: #2d1f14;
	color: #fff;
    padding: 30px 0;
}

footer.footer .copyright img {
    height: auto;
    width: auto;
    max-width: 125px;
    margin-top: 10px;
}

footer.footer .info-rodape .info-contato-rodape i {
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #E6BA6E;
}

footer.footer .info-rodape .info-contato-rodape {
    font-size: 1rem;
}

footer.footer .info-rodape .redes-sociais-rodape a {
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
    margin-left: 10px;
}

footer.footer .copyright {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #363636;
}

.bloco-logos-rodape img {
    width: auto;
    height: auto;
    max-width: 45%;
    max-height: 100%;
}

.bloco-contato-rodape {
    gap: 10px;
    margin-bottom: 25px;
}

.bloco-contato-rodape .bloco-info-contato-rodape {
    background: #412d1d;
    padding: 10px 15px;
    color: #fff;
}

.bloco-copyright p {
    margin: 0;
    color: #888887;
    font-weight: 400;
}

.bloco-copyright img {
    width: 110px;
    height: auto;
    margin-left: 65px;
}

.bloco-contato-rodape .bloco-info-contato-rodape i {
    color: #f7b72f;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}

.bloco-video-home .video-home {
    width: 70%;
    height: auto;
    object-fit: cover;
}

.bloco-video-home {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}

.bloco-video-home .texto-bloco-home-01 {
    width: 40%;
    position: absolute;
    left: 0;
}

.bloco-video-home .texto-bloco-home-01 p {
    margin: 0;
    width: 75%;
}

.bloco-video-home .texto-bloco-home-01 h2 {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    align-items: start;
    font-family: 'Nexa Rust Script L';
}


.bloco-video-home .texto-bloco-home-01 h2 .l1,
.bloco-video-home .texto-bloco-home-01 h2 .l2 {	
    padding: 10px 45px;
    display: inline-block;
    line-height: 100%;
    box-shadow: #00000029 0px 3px 6px;
}

.bloco-video-home .texto-bloco-home-01 h2 .l1 {
    background: #F77B2F;
    color: #fff;
    font-size: 90px;
    margin-bottom: 15px;
}

.bloco-video-home .texto-bloco-home-01 h2 .l2 {
    background: #fff;
    color: #F77B2F;
    font-size: 75px;
}

.bloco-texto-img-home-01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bloco-texto-img-home-01 img {
    width: 30%;
}

.bloco-texto-img-home-01 .bloco-texto {
	width: 70%;
	padding: 20px 25px;
	columns: 2;
	font-size: 15px;
}

.bloco-texto-img-home-01 .bloco-texto p:last-child {
    margin: 0;
}

.bloco-download-cardapio a {	
    display: inline-flex;	
    width: 48%;
    height: auto;
    padding: 10px 30px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.bloco-download-cardapio .btn-download-vovobel {
    background: #F77B2F;
}

.bloco-download-cardapio .btn-download-vovobel:hover {
	background: #F88c3F;
}

.bloco-download-cardapio .btn-download-emporio {
    background: #A27755;
}

.bloco-download-cardapio .btn-download-emporio:hover {
    background: #A38866;
}

.redes-sociais-bloco-contato a {
    color: #fff;
    display: inline-block;
    padding: 5px;
    margin: 10px 5px;
    font-size: 32px;
}

.redes-sociais-bloco-contato {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-contato {
    background: #00000044;
    padding: 30px;
}

.form-contato .input-form-contato {
    width: 100%;
    height: auto;
    padding: 14px;
    border-radius: 5px;
    border: 0;
    margin: 5px 0;
}

.form-contato .btn-enviar-mensagem-contato {
    background: #F77B2F;
    width: 100%;
    height: auto;
    padding: 15px;
    font-weight: bold;
    color: #fff;
    border: 0;
    font-size: 22px;
    border-radius: 5px;
}

.form-contato .btn-enviar-mensagem-contato:hover {
	background: #F88b3F;
}

.form-contato .input-form-contato.input-textarea {
    resize: none;
    height: 220px;
}

.mapa-home {
    width: 100%;
    height: 350px;
}

.lista_categorias select.select_category {
    background: #F77B2F;
    border: 0;
    padding: 10px 25px;
    width: 100%;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 21px;
}

.bloco-load-cardapio-itens {
    margin-top: 30px;
}

.bloco-load-cardapio-itens .bloco-produto .imagem-produto {
    width: 100%;
    height: 375px;
    object-fit: cover;
}

.bloco-load-cardapio-itens .bloco-produto p {
    margin: 0;
    font-size: 22px;
    padding-left: 30px;
    margin-top: 15px;
    color: #676767;
    border-left: 15px solid #F7B72F;
}

.border-orange {
	border-color: #F77B2F !important;
}

.border-yellow {
	border-color: #F7B72F !important;
}

.bloco-load-cardapio-itens .bloco-produto {
    margin-bottom: 45px;
}

.bloco-contato-rodape div .bloco-info-contato-rodape {
    margin: 0 5px;
}


.slider_galeria .wpb_image_grid .wpb_image_grid_ul .slick-track {
    display: flex;
    align-items: stretch;
}
.slider_galeria .wpb_image_grid .wpb_image_grid_ul ul.slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: .625rem;
}
.slider_galeria .wpb_image_grid .wpb_image_grid_ul ul.slick-dots button {
    background-color: #a27755;
    border-radius: 50%;
}
.slider_galeria .wpb_image_grid .wpb_image_grid_ul ul.slick-dots .slick-active button {
    background-color: #f7b72f;
}
.slider_galeria .wpb_image_grid .wpb_image_grid_ul ul.slick-dots button::before {
	display: none;
}

.slider_galeria .wpb_image_grid .wpb_image_grid_ul {	
	height: 100% !important;
}
.slider_galeria .wpb_image_grid .wpb_image_grid_ul li a {
	height: 100%;
}

.slider_galeria .wpb_image_grid .wpb_image_grid_ul li {
    position: unset !important;
    height: auto;
}

.slider_galeria .wpb_image_grid .wpb_image_grid_ul li img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-height: 430px
}

.banner_principal .container_video video {
	max-width: 100%;
	width: 100dvw;
	height: auto;
}


.vantagens_bar {
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	margin-top: -8px;
	position: relative;
	z-index: 2;
}
.vantagens_bar > div {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	gap: 1rem;
	min-height: 130px;
}

@media screen and (max-width: 1440px) and (min-width: 993px) {
	
	.bloco-video-home .texto-bloco-home-01 p {
		width: 70%;
		font-size: 14px;
	}
	
	.bloco-texto-img-home-01 .bloco-texto { 
		font-size: 13px;
		padding: 13px 25px;
	}
	
	header.header .list-menu-desktop li a {
		font-size: 0.75rem;
	}
}

@media screen and (min-width: 993px){
	.py-lg-30 { padding-top: 30px!important; padding-bottom: 30px!important; }
	.py-lg-60 { padding-top: 60px !important; padding-bottom: 60px !important;  }
	
	
}

@media screen and (max-width: 992px){	
		header.header .logoHeader a img {
			width: 60%;
			padding: 25px 0;
			display: block;
			margin: auto;
		}
}

@media screen and (min-width: 768px) and (max-width: 992px){
	.py-md-30 { padding-top: 30px !important; padding-bottom: 30px !important; }
	.py-md-60 { padding-top: 60px !important; padding-bottom: 60px !important; }
	
	.bloco-video-home .texto-bloco-home-01 h2 .l1 {
		font-size: 50px;
	}
	.bloco-video-home .texto-bloco-home-01 h2 .l2 {
		font-size: 45px;
	}
	
	.bloco-video-home .texto-bloco-home-01 h2 .l1, .bloco-video-home .texto-bloco-home-01 h2 .l2 {
		padding: 10px 25px;
	}
	
	.bloco-video-home .texto-bloco-home-01 p {
		font-size: 12px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.bloco-texto-img-home-01 img {
		width: 50%;
	}
	
	.bloco-texto-img-home-01 .bloco-texto {
		width: 50%;
		font-size: 12px;
	}
	
	.bloco-texto-img-home-01 {
		align-items: stretch;
	}
	
	.bloco-texto-img-home-01 img {
		object-fit: cover;
	}
	
	.bloco-download-cardapio a {
		width: 35%;
		margin: 0 10px;
	}
}

@media screen and (max-width: 767px){	
	main.main{
		width: 100%;
		height: auto;
		margin: auto;
	}
	
	.py-sm-30, .py-30 { padding-top: 30px !important; padding-bottom: 30px !important; }
	.py-sm-60, .py-60 { padding-top: 60px !important; padding-bottom: 60px !important; }
	
	footer.footer .info-rodape .info-contato-rodape{
		width: 100%;
	}
	
	.bloco-video-home .texto-bloco-home-01 {
		width: 100%;
		position: relative;
		left: unset;		
    	text-align: center;
	}
	
	.bloco-video-home {
		flex-wrap: wrap;
	}
	
	.bloco-video-home .texto-bloco-home-01 h2 {
		align-items: center;
	}
	
	.bloco-video-home .texto-bloco-home-01 h2 .l1 {
		font-size: 50px;
	}
	
	.bloco-video-home .texto-bloco-home-01 h2 .l2 {
		font-size: 45px;
	}
	
	.bloco-video-home .texto-bloco-home-01 h2 .l1, .bloco-video-home .texto-bloco-home-01 h2 .l2 {
		padding: 10px;
	}
	
	.bloco-video-home .texto-bloco-home-01 p {
		width: 100%;
		padding: 0 15px;
	}
	
	.bloco-video-home .video-home {
		margin-top: 20px;
		width: 100%;
	}
	
	.bloco-texto-img-home-01 {
		flex-direction: column;
		margin-top: 25px;
	}
	
	.bloco-texto-img-home-01 img {
		width: 100%;
	}
	
	.bloco-texto-img-home-01 .bloco-texto {
		width: 100%;
		padding: 0;
		columns: 1;
		font-size: 12px;
		margin-top: 25px;
	}
	
	.vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
		display: block;
		width: 50%;
		display: inline-block;
	}
	
	header.header {
		background: #F7B72F;
		padding: 0;
	}

	header.header .container .row {
		height: 40px;
	}
	
	header.header .logoHeader a img {
		width: 40%;
		padding: 5px 0;
	}
	
	.bloco-load-cardapio-itens .bloco-produto p {
		display: none;
	}
	
	.bloco-load-cardapio-itens .bloco-produto .imagem-produto {
		height: 180px;
	}
	
	.bloco-load-cardapio-itens .bloco-produto {
		margin-bottom: 0.25rem;
	}
	
	.bloco-download-cardapio {
		width: 80%;
		margin: auto;
	}
	
	.bloco-copyright img {
		margin-left: 0;
		margin-top: 20px;
		padding-bottom: 50px;
	}
	
	.bloco-contato-rodape {
		margin-top: 40px;
	}
	
	.bloco-copyright p {
		font-size: 12px;
	}
	
	.bloco-copyright p {
		padding: 0 15px;
	}
}
