@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}

.main-navigation li {
	margin-top: 24px;
	font-size: 12px;
}

.main-navigation li:last-child {
	margin-right: 0;
}

.main-navigation a {
	color: #5e5e5e;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #21759b;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu>ul {
	display: none;
}

.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

@media screen and (min-width: 600px) {

	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu>ul {
		display: inline-block !important;
		text-align: right;
		width: 100%;
	}

	.main-navigation ul li ul {
		text-align: center;
	}

	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}

	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}

	.main-navigation li a {
		border-bottom: 0;
		color: #000000;
		font-size: 16px;
		white-space: nowrap;
		font-weight: 700;
		margin-top: 35px;
		padding-bottom: 15px;
	}

	.main-navigation ul li ul li a {
		margin-top: 0;
		font-size: 13px;
	}

	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #c00000;
	}

	.main-navigation li {
		margin: 0 32px 0 0;
		position: relative;
	}

	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}

	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}

	.main-navigation ul li:last-child a {
		background: #c00000;
		color: white !important;
		border-radius: 150px;
		padding: 10px 35px;
	}

	.main-navigation ul li ul li:last-child a {
		background: #efefef;
		color: #000000 !important;
		border-radius: 0;
		padding: 8px 11px;
	}

	.main-navigation ul li ul li:last-child a:hover {
		background: #e3e3e3;
		color: #444 !important;
	}

	.main-navigation ul li ul li {
		margin: 0;
	}

	.main-navigation ul li:hover>ul,
	.main-navigation ul li:focus>ul,
	.main-navigation .focus>ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}

	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		line-height: 2.181818182;
		padding: 8px 10px;
		width: 180px;
		white-space: normal;
	}

	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #e3e3e3;
		color: #444;
	}

	.main-navigation .current-menu-item>a,
	.main-navigation .current-menu-ancestor>a,
	.main-navigation .current_page_item>a,
	.main-navigation .current_page_ancestor>a {
		color: #c00000;
		font-weight: bold;
	}

	.menu-toggle {
		display: none;
	}
	.bg-interna {
		margin-top: 0;
	}
}

* {
	border: 0;
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	color: #5b5b5b;
	font-size: 14px;
	overflow-x: hidden
}

ul,
li {
	list-style: none
}

a {
	text-decoration: none !important;
}

p {
	line-height: 20px;
	margin: 15px 0
}

/*MARGIN*/
.Mt0 {
	margin-top: 0
}

.Mt10 {
	margin-top: 10px
}

.Mt20 {
	margin-top: 20px
}

.Mt30 {
	margin-top: 30px
}

.Mt40 {
	margin-top: 40px
}

.Mt50 {
	margin-top: 50px
}

.Mb0 {
	margin-bottom: 0
}

.Mb10 {
	margin-bottom: 10px
}

.Mb20 {
	margin-bottom: 20px
}

.Mb30 {
	margin-bottom: 30px
}

.Mb40 {
	margin-bottom: 40px
}

.Mb50 {
	margin-bottom: 50px
}

.Ml0 {
	margin-left: 0
}

.Ml10 {
	margin-left: 10px
}

.Ml20 {
	margin-left: 20px
}

.Ml30 {
	margin-left: 30px
}

.Ml40 {
	margin-left: 40px
}

.Ml50 {
	margin-left: 50px
}

.Mr0 {
	margin-right: 0
}

.Mr10 {
	margin-right: 10px
}

.Mr20 {
	margin-right: 20px
}

.Mr30 {
	margin-right: 30px
}

.Mr40 {
	margin-right: 40px
}

.Mr50 {
	margin-right: 50px
}

/*PADDING*/
.Pt0 {
	padding-top: 0
}

.Pt10 {
	padding-top: 10px;
	box-sizing: border-box
}

.Pt20 {
	padding-top: 20px;
	box-sizing: border-box
}

.Pt30 {
	padding-top: 30px;
	box-sizing: border-box
}

.Pt40 {
	padding-top: 40px;
	box-sizing: border-box
}

.Pt50 {
	padding-top: 50px;
	box-sizing: border-box
}

.Pb0 {
	padding-bottom: 0
}

.Pb10 {
	padding-bottom: 10px;
	box-sizing: border-box
}

.Pb20 {
	padding-bottom: 20px;
	box-sizing: border-box
}

.Pb30 {
	padding-bottom: 30px;
	box-sizing: border-box
}

.Pb40 {
	padding-bottom: 40px;
	box-sizing: border-box
}

.Pb50 {
	padding-bottom: 50px;
	box-sizing: border-box
}

.Pl0 {
	padding-left: 0
}

.Pl10 {
	padding-left: 10px;
	box-sizing: border-box
}

.Pl20 {
	padding-left: 20px;
	box-sizing: border-box
}

.Pl30 {
	padding-left: 30px;
	box-sizing: border-box
}

.Pl40 {
	padding-left: 40px;
	box-sizing: border-box
}

.Pl50 {
	padding-left: 50px;
	box-sizing: border-box
}

.Pr0 {
	padding-right: 0
}

.Pr10 {
	padding-right: 10px;
	box-sizing: border-box
}

.Pr20 {
	padding-right: 20px;
	box-sizing: border-box
}

.Pr30 {
	padding-right: 30px;
	box-sizing: border-box
}

.Pr40 {
	padding-right: 40px;
	box-sizing: border-box
}

.Pr50 {
	padding-right: 50px;
	box-sizing: border-box
}

/*HEADER*/
header {
	width: 100%;
	position: fixed;
	z-index: 2;
	background-color: #fff;
}

.topo .itens-topo div {
	display: inline-block;
}

.topo .itens-topo i {
	color: #c00000;
	font-size: 12px;
}

.topo .itens-topo i.fa-instagram,
.topo .itens-topo i.fa-facebook-f,
.topo .itens-topo i.fa-linkedin-in {
	font-size: 16px;
}

.topo .itens-topo a,
.topo .itens-topo span {
	color: #4a4949;
	font-size: 12px;
	padding-right: 15px;
}

.botao-carrinho a.carri {
	color: #fff;
	background: #368e00;
	padding: 10px 25px;
	display: block;
}

.botao-carrinho i {
	color: #fff !important;
}

.topo hr {
	margin-top: 0;
}

/*BANNER*/
.bx-wrapper {
	box-shadow: none !important;
	border: 0 !important;
	background: none !important;
}

.bx-wrapper .bx-pager {
	bottom: 30px !important;
	padding-top: 0 !important;
}

.banner .bx-wrapper {
	margin-bottom: 0;
}

.banner ul li {
	height: 600px;
	background-position: center;
}

.banner {
	border-top: 7px solid #c00000;
	margin-top: 171px;
	display: inline-block;
}

.banner .tit-banner {
	padding-top: 190px;
}

.banner ul li h1,
.banner ul li h2 {
	color: white;
	font-size: 37px;
	font-weight: 700;
}

.banner ul li h1:after,
.banner ul li h2:after {
	content: url(images/tit-banner.png);
}

.banner ul li p {
	color: white;
	font-size: 15px;
}

.banner ul li a.bot {
	color: white;
	background: #c00000;
	border-radius: 150px;
	padding: 10px 65px;
	font-size: 16px;
	display: inline-block;
	margin-top: 25px;
}

.banner ul li a.bot:hover {
	background: #000000;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.banner .bx-wrapper .bx-pager.bx-default-pager a.active,
.banner .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: white;
	border: 1px solid white;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
	background: none;
	border: 1px solid white;
	margin: 0 4px;
}

/*HOME*/
.titulo h2,
.yith-ywraq-mail-form-wrapper h3,
.title-27-line {
	font-size: 27px;
	color: #4a4949;
	font-weight: 700;
	display: grid;
}

.titulo h2:after,
.porque-escolher h2:after,
.yith-ywraq-mail-form-wrapper h3:after,
.title-27-line:after {
	content: '';
	border-bottom: 5px solid #c00000;
	width: 55px;
	border-radius: 60px;
	margin-top: 5px;
}

.normas-home h2 {
	font-size: 22px;
}

.texto span,
.texto {
	font-size: 14px;
	color: #5b5b5b;
	text-align: justify;
}

.sobre img {
	float: right;
	border-top-right-radius: 200px;
	border-bottom-right-radius: 200px;
}

.sobre {
	background: url(images/bg-sobre02.jpg) no-repeat;
	height: 493px;
	background-position: left;
}

.sobre h2,
.sobre p {
	color: white;
}

.produtos .bx-wrapper {
	margin-bottom: 30px;
}

.produtos .slider2 .envolve,
.produtos .envolve {
	border: 1px solid #e3e3e3;
	border-radius: 30px;
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 100px;
	/*padding-bottom: 45px;*/
}

.produtos .bx-wrapper img {
	margin: 0 auto;
}

.produtos span {
	font-size: 14px;
	color: #5b5b5b;
}

.produtos h3 {
	font-size: 17px;
	font-weight: 700;
	color: #c00000;
}
.porque-escolher a,
.normas a,
.normas-home a {
	font-size: 14px;
	color: white;
	background: #c00000;
	border-radius: 150px;
	padding: 10px 45px;
	display: inline-block;
	margin-top: 25px;
}
.produtos ul li a.bot-prod {
	font-size: 14px;
	color: white;
	background: #c00000;
	border-radius: 150px;
	/*padding: 10px 45px;*/
	display: inline-block;
	margin-top: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 160px;
    left: 50%;
    margin-left: -80px;
    position: absolute;
}

.produtos ul li a.bot-prod:hover,
.chamada a:hover,
.porque-escolher a:hover,
.normas a:hover,
.form input[type="submit"]:hover,
.normas-home a:hover {
	background: #000000;
}

.produtos .bx-viewport {
	height: 350px;
}

.produtos .bx-wrapper .bx-prev {
	left: -25px;
	background: url(images/controls.png) no-repeat 0 0 !important;
}

.produtos .bx-wrapper .bx-controls-direction a {
	width: 53px;
	height: 53px;
}

.produtos .bx-wrapper .bx-next {
	right: -25px;
	background: url(images/controls.png) no-repeat -53px 0 !important;
}

.produtos .bx-wrapper .bx-prev:hover,
.produtos .bx-wrapper .bx-prev:focus {
	background: url(images/controls.png) no-repeat 0 -53px !important;
}

.produtos .bx-wrapper .bx-next:hover,
.produtos .bx-wrapper .bx-next:focus {
	background: url(images/controls.png) no-repeat -53px -53px !important;
}

.chamada {
	background: url(images/chamada.jpg) no-repeat;
	height: 277px;
	background-position: center;
	padding-top: 60px;
}

.chamada h2 {
	color: white;
	font-weight: 700;
	font-size: 30px;
}

.chamada p {
	color: white;
	font-size: 15px;
}

.chamada a {
	font-size: 16px;
	color: white;
	background: #c00000;
	border-radius: 150px;
	padding: 8px 50px;
	display: inline-block;
	margin-top: 25px;
	font-weight: 600;
}

.principais-produtos span {
	font-size: 14px;
	color: #5b5b5b;
}

.principais-produtos .bx-loading {
	display: none;
}

.porque-escolher {
	background: #4a4949;
	color: white;
}

.porque-escolher h2 {
	font-size: 27px;
	color: white;
	font-weight: 700;
	display: grid;
}

.porque-escolher p {
	color: white;
	text-align: justify;
	font-size: 14px;
}

.porque-escolher ul li h3 {
	font-size: 14px;
	color: white;
	font-weight: 700;
	padding-bottom: 30px;
}

.porque-escolher ul li img {
	background: #c00000;
	border-radius: 150px;
	width: 68px;
	height: 68px;
}

.blog-side .data {
	font-size: 13px;
	color: #a9a9a9;
}

.blog-side h3 {
	font-size: 16px;
	color: #c00000;
	font-weight: 700;
}

.blog-side h3:hover {
	color: #000000;
}

.blog-side .texto img {
    height: 240px;
}

/*QUEM SOMOS*/
.icones h2 {
	font-size: 17px;
	font-weight: 700;
	color: #c00000;
}

.icones span {
	font-size: 14px;
	color: #5b5b5b;
}

.qs img {
	width: 100%;
	height: auto;
}

.qs h1 {
	font-size: 33px;
	font-weight: 700;
	color: #b2b2b2;
}

/*PRODUTOS*/
.bg-interna {
	padding-bottom: 40px;
	background-position: center;
	background-repeat: no-repeat;
	border-top: 7px solid #c00000;
	padding-top: 60px;
	background: #4a4949;
	margin-top: 170px;
    display: inline-block;
    width: 100%;
}
.bg-interna figure {
	margin: 0;
}

.tit-internas {
	color: white;
	font-weight: 700;
	font-size: 28px;
}

.texto-cat span h2 {
	color: #5b5b5b;
	font-weight: 700;
	font-size: 22px;
}

.texto-cat span h3 {
	font-weight: 700;
	font-size: 17px;
}

.texto-cat span ul li,
.texto-cat span ol li {
	list-style: inside;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	width: 23%;
	float: left;
	border: 1px solid #e3e3e3;
	border-radius: 30px;
	height: auto;
	padding: 15px;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	float: right;
	width: 73%;
	clear: none;
}

.single-product .woocommerce-product-details__short-description {
	font-size: 14px;
	color: #5b5b5b;
	text-align: justify;
}

.single-product .variations td {
	font-size: 14px;
	font-weight: 700;
	color: #5b5b5b;
	margin-top: 15px;
	display: inline-block;
}

.woocommerce-variation-add-to-cart .button,
.single_add_to_cart_button {
	display: none !important;
}

.woocommerce .add-request-quote-button.button,
.yith_ywraq_add_item_browse_message a {
	font-size: 14px !important;
	font-weight: 400 !important;
	color: white !important;
	background-color: #c00000 !important;
	border-radius: 150px !important;
	padding: 10px 45px !important;
	display: inline-block !important;
	margin-top: 25px;
	text-transform: lowercase;
}

.woocommerce .add-request-quote-button.button:hover {
	background-color: #000000 !important;
}

.ywraq-wrapper .ywraq-form-table-wrapper p {
	font-size: 14px;
	color: #5b5b5b;
	padding-top: 50px;
	padding-bottom: 50px;
	display: block;
}

.woocommerce .quantity .qty {
	border: 1px solid #e3e3e3;
	border-radius: 20px;
	width: 60px;
	height: 47px;
}

.woocommerce div.product form.cart .variations select {
	border: 1px solid #e3e3e3;
	border-radius: 20px;
	padding: 15px;
	margin-bottom: 15px;
	color: #5b5b5b;
	font-size: 14px;
}

.woocommerce div.product form.cart .variations label {
	margin-top: 12px;
}

.woocommerce div.product form.cart div.quantity {
	float: none;
}

.yith_ywraq_add_item_response_message {
	margin-top: 30px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 25px;
}

#yith-ywraq-form {
	margin-top: 50px;
}

.cart .product-name a {
	color: #000000;
	font-weight: 700;
	display: block;
	font-size: 16px;
}

.cart td {
	font-size: 14px;
	color: #5b5b5b;
}

.yith-ywraq-mail-form-wrapper .form p {
	padding-top: 0;
	padding-bottom: 0;
}

.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper {
	padding: 15px 0 35px 0;
}

.yith-ywraq-mail-form-wrapper h3 {
	margin-bottom: 30px;
}

.yith-ywraq-mail-form-wrapper .form input[type="submit"] {
	font-weight: 400;
	text-transform: lowercase;
}

.yith-ywraq-mail-form-wrapper .form input[type="submit"]:hover {
	color: white;
}

#yith-ywraq-message {
	font-size: 14px;
	color: #5b5b5b;
}

#read-more_0 {
	color: #c00000;
	text-decoration: underline !important;
}

.categorias-nvs ul,
.categorias-nvs ul li {
	display: inline-block;
}

.categorias-nvs ul li {
	float: left;
}

.categorias-nvs ul li a h3 {
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	margin-right: 40px;
}

.categorias-nvs ul li a:hover h3 {
	color: #c00000;
}

/*NORMAS*/
.normas figure img {
	float: left;
}

.normas h2 {
	color: #c00000;
	font-size: 17px;
	font-weight: 700;
}

.infos-normas {
	display: grid;
	padding-left: 10px;
}

.normas a {
	margin-bottom: 30px;
}

.txt-normas span ul li,
.txt-normas span ol li {
	list-style: inside;
}

.fundo-normas {
	background: url(images/fundo-normas.jpg);
	background-size: cover;
	height: auto;
}

.fundo-normas p {
	color: white;
}

.fundo-normas hr {
	border-top: 1px solid white;
}

.page-template-page-normas footer {
	margin-top: -30px;
}

.normas ul li {
	color: white;
}

/*CONTATO*/
.form input,
.form-normas input {
	width: 100%;
	border: 1px solid #d4d4d4;
	border-radius: 10px;
	padding: 10px 15px;
	font-size: 13px;
	margin-bottom: 10px;
}

.form textarea,
.form-normas textarea {
	width: 100%;
	border: 1px solid #d4d4d4;
	border-radius: 10px;
	padding: 10px 15px;
	font-size: 13px;
	height: 100px;
}

.form input[type="submit"],
.form-normas input[type="submit"] {
	display: block;
	margin: 0 auto;
	border: 0;
	font-size: 14px;
	color: white;
	background: #c00000;
	border-radius: 150px;
	padding: 10px 45px;
	width: auto;
	margin-top: 25px;
	cursor: pointer;
}

/*BLOG*/
a.page-numbers,
.current {
	font-size: 14px;
	color: #201e1f;
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	padding: 5px 10px;
	margin-right: 5px;
}

.next,
.prev {
	border: 0 !important;
}

.blog-int .data,
.art-recentes .data {
	color: #a9a9a9;
	font-size: 13px;
}

.blog-int h1 {
	font-size: 22px;
	color: #c00000;
	font-weight: 700;
}

.blog-int span ul li,
.blog-int span ol li,
.blog-int ul li,
.blog-int ol li {
	list-style: inside;
}

.blog-int span h2,
.blog-int h2 {
	color: #5b5b5b;
	font-weight: 700;
	font-size: 19px;
}

.blog-int span h3,
.blog-int h3 {
	font-weight: 700;
	font-size: 16px;
}

.blog-int span a,
.blog-int a {
	color: #c00000;
	text-decoration: underline !important;
}

.blog-int span a:hover,
.blog-int a:hover {
	color: #000000;
}

.blog-int figure img {
	width: 100%;
	height: auto;
}

.art-recentes h2 {
	font-size: 18px;
	color: #4a4949;
	font-weight: 700;
	padding-bottom: 10px;
}

.art-recentes h3 {
	font-size: 16px;
	font-weight: 700;
	color: #000000;
}

.art-recentes h3:hover {
	color: #c00000;
}

/*FOOTER*/
.bg-cinza {
	background: #f0f0f0;
}

.infos-footer h4 {
	font-size: 13px;
	color: #4a4949;
	font-weight: 700;
}

.infos-footer a,
.infos-footer span {
	font-size: 13px;
	color: #4a4949;
}

.certificacoes h4 {
	display: inline-block;
	float: left;
	font-size: 15px;
	font-weight: 700;
	color: #4a4949;
	margin-top: 20px;
	padding-right: 20px;
}

.direitos span,
.direitos a {
	font-size: 12px;
	color: #858383;
}

.direitos a:hover,
.infos-footer a:hover,
.infos-footer a h4:hover {
	color: #c00000;
}

.redes-footer i {
	width: 34px;
	height: 34px;
	background: #4a4949;
	color: white;
	border-radius: 150px;
	text-align: center;
	font-size: 17px;
	line-height: 2;
	margin-top: 20px;
	margin-right: 5px;
}

.redes-footer i:hover {
	background: #c00000;
}

.breadcrumb,
.breadcrumb a {
	background: none;
	padding: 0;
	font-size: 13px;
	color: white;
	margin-bottom: 0;
}

.breadcrumb .bread-link:after {
	content: '/';
	padding-left: 5px;
	padding-right: 5px;
}

.breadcrumb .bread-link,
.bread-cat {
	color: white;
}

.breadcrumb .separator {
	padding-left: 5px;
	padding-right: 5px;
}

.bx-wrapper .bx-loading {
	display: none;
}

/*RESPONSIVO*/
@media screen and (max-width: 1024px) {
	header {
		position: relative;
	}

	.logo img {
		width: auto;
		height: auto;
	}

	.mobile-topo,
	.logo img {
		margin: 0 auto;
		text-align: center;
	}

	.sobre img {
		float: none;
		width: 100%;
		height: auto;
	}

	.chamada {
		height: auto;
	}

	.chamada {
		background-size: cover;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.chamada h2 {
		font-size: 26px;
	}

	.produtos .bx-wrapper .bx-prev {
		left: 10px;
	}

	.produtos .bx-wrapper .bx-next {
		right: 10px;
	}

	.certificacoes h4 {
		float: none;
	}

	.produtos .bx-wrapper .bx-controls-direction a {
		top: 25%;
	}

	.porque-escolher ul {
		padding-top: 35px;
	}

	header .cat,
	.contatos-topo {
		text-align: center;
	}

	.bg-interna {
		margin-top: 0;
	}

	.topo .itens-topo div {
		display: block;
	}

	.main-navigation li {
		font-size: 15px;
	}

	div.rede-topo {
		display: inline-block !important;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.sobre {
		background-position: center;
		height: auto;
		background: #000000;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.categorias-nvs ul li {
		float: none;
	}

	.categorias-nvs ul,
	.categorias-nvs ul li {
		display: block;
	}

	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary,
	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images {
		width: 100%;
		float: none;
	}

	.certificacoes img {
		width: 100%;
		height: auto;
	}

	.banner ul li {
		background-position: right;
		margin-top: 0;
	}

	.whatsapp-lateral {
		bottom: 10px;
	}

	.whatsapp-lateral .balao {
		display: none;
	}
}

.menu-toggle {
	width: 100%;
	background: none;
	color: #000000;
	padding: 10px;
	margin-top: 25px;
	border: 1px solid #000000;
}

.whatsapp-lateral {
	position: fixed;
	bottom: 30px;
	right: 10px;
}

.whatsapp-lateral .whatsapp a i {
	background: #44b33a;
	width: 62px;
	height: 62px;
	color: white;
	border-radius: 150px;
	font-size: 26px;
	text-align: center;
	line-height: 2.4;
}

.whatsapp-lateral div {
	/*display: inline-block;*/
	text-align: center;
}

.whatsapp-lateral .balao a {
	border: 1px solid #2a9721;
	text-align: center;
	border-radius: 150px;
	padding: 5px 35px;
	display: block;
	margin-bottom: 15px;
}

.whatsapp-lateral .balao span,
.whatsapp-lateral .balao strong {
	font-size: 13px;
	color: #2a9721;
	;
}

/* Bubble Bottom */
.hvr-bubble-bottom {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
}

.hvr-bubble-bottom:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	border-style: solid;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	left: calc(50% - 10px);
	bottom: 0;
	border-width: 10px 10px 0 10px;
	border-color: #2a9721 transparent transparent transparent;
	opacity: 0;
}

.hvr-bubble-bottom:hover:before,
.hvr-bubble-bottom:focus:before,
.hvr-bubble-bottom:active:before {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 1;
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
	16.65% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
	}

	33.3% {
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px);
	}

	49.95% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}

	66.6% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px);
	}

	83.25% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes hvr-wobble-horizontal {
	16.65% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
	}

	33.3% {
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px);
	}

	49.95% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}

	66.6% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px);
	}

	83.25% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.hvr-wobble-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
	-webkit-animation-name: hvr-wobble-horizontal;
	animation-name: hvr-wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/*SIDE CONTATO*/
.call-wrapper {
	position: fixed;
	bottom: 180px;
	right: 30px;
	width: 200px;
	height: 150px;
	background-color: #424242;
	text-align: center;
	border-radius: 5px;
	z-index: 999;
}

.call-wrapper::after {
	content: "";
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #424242;
	position: absolute;
	top: 100%;
	left: 40%;
}

.call-wrapper p {
	line-height: 20px;
	margin: 20px 0 15px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
}

.call-wrapper .tooltip-2 {
	border-radius: 4px;
	position: relative;
	text-align: center;
}

.call-wrapper .tooltip-2 span {
	font-weight: 600;
}

.call-wrapper .wrapper .img-fone {
	cursor: pointer;
}

.call-wrapper .tooltip-2 button {
	-webkit-transition: .2s ease;
	background-color: #25d366;
	border: 2px solid transparent;
	border-radius: 4px;
	color: #fff;
	display: block;
	font-size: 16px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	transition: .2s ease;
	width: 78px;
	cursor: pointer;
	margin-top: 20px;
	text-transform: uppercase;
}

.wrapper {
	padding: 20px;
}

@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0px rgba(37, 211, 102, 0.2);
	}

	100% {
		box-shadow: 0 0 0 35px rgba(37, 211, 102, 0);
	}
}

@keyframes shadow-pulse-big {
	0% {
		box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
	}

	100% {
		box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
	}
}

.img-fone {
	max-width: 100%;
	margin-top: 60px;
	animation: shadow-pulse 1s infinite;
	border-radius: 50%;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}

.close-call-cta,
.close-call-cta-2 {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	-webkit-transition: all .3s ease-in-out;
	background-color: #fff;
	border: 0;
	border-radius: 50%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	color: #25d366;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	padding: 0;
	position: absolute;
	right: -10px;
	text-align: center;
	top: -10px;
	transition: all .3s ease-in-out;
	width: 20px;
	cursor: pointer;
}

.close-call-cta-2 {
	display: none;
}

.close-call-cta:focus {
	outline: none;
}

.close-call-cta-2:focus {
	outline: none;
}

.opacity-1 {
	height: 80px;
	transition: all .3s ease-in-out;
	bottom: -5px;
	position: fixed;
	cursor: pointer;
}

.tooltip-2-gambi {
	display: none;
}

.contato-rapido .nav-tabs .nav-link {
	border-radius: 0;
	border: 0;
	background: #f2f2f2;
}

.contato-rapido .nav-tabs .nav-item {
	width: 50%;
	text-align: center;
}

.contato-rapido .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	background: #424242;
	color: #ffffff;
}

.contato-rapido input {
	width: 100%;
	padding: 10px 15px;
	margin-bottom: 15px;
	background: #f2f2f2;
}

.tab-pane p {
	font-family: 'Open Sans', sans-serif;
	color: #424242;
	margin-top: 20px;
	font-weight: 300;
}

.contato-rapido textarea {
	width: 100%;
	height: 175px;
	padding: 10px 15px;
	background: #f2f2f2;
	margin-bottom: 10px;
}

.contato-rapido input[type="submit"] {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #ffffff;
	background: #313131;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
}

.contato-rapido input[type="submit"]:hover {
	background: #424242;
}

.modal-dialog input,
.modal-dialog textarea {
	font-size: 12px;
}

.modal-dialog .nav-item a {
	color: #313131;
}

.contato-rapido .nav-tabs {
	margin-top: 25px;
}

.modal-header .close {
	padding: 0;
	margin: 0;
}

.close {
	color: #ffffff;
	opacity: 1;
	text-shadow: none;
}

.modal-title {
	font-weight: 300;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
}

.modal-header {
	background: #313131;
}

.modal-dialog form p {
	margin-bottom: 0;
}



// .modal-open      - body class for killing the scroll
// .modal           - container to scroll within
// .modal-dialog    - positioning shell for the actual modal
// .modal-content   - actual modal w/ bg and corners and stuff


.modal-open {
	// Kill the scroll on the body
	overflow: hidden;

	.modal {
		overflow-x: hidden;
		overflow-y: auto;
	}
}

// Container that the modal scrolls within
.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: $zindex-modal;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	// Prevent Chrome on Windows from adding a focus outline. For details, see
	// https://github.com/twbs/bootstrap/pull/10951.
	outline: 0;
	// We deliberately don't use `-webkit-overflow-scrolling: touch;` due to a
	// gnarly iOS Safari bug: https://bugs.webkit.org/show_bug.cgi?id=158342
	// See also https://github.com/twbs/bootstrap/issues/17695
}

// Shell div to position the modal with bottom padding
.modal-dialog {
	position: relative;
	width: auto;
	margin: $modal-dialog-margin;
	// allow clicks to pass through for custom click handling to close modal
	pointer-events: none;

	// When fading in the modal, animate it to slide down
	.modal.fade & {
		@include transition($modal-transition);
		transform: $modal-fade-transform;
	}

	.modal.show & {
		transform: $modal-show-transform;
	}
}

.modal-dialog-scrollable {
	display: flex; // IE10/11
	max-height: calc(100% - #{$modal-dialog-margin * 2});

	.modal-content {
		max-height: calc(100vh - #{$modal-dialog-margin * 2}); // IE10/11
		overflow: hidden;
	}

	.modal-header,
	.modal-footer {
		flex-shrink: 0;
	}

	.modal-body {
		overflow-y: auto;
	}
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - #{$modal-dialog-margin * 2});

	// Ensure `modal-dialog-centered` extends the full height of the view (IE10/11)
	&::before {
		display: block; // IE10
		height: calc(100vh - #{$modal-dialog-margin * 2});
		content: "";
	}

	// Ensure `.modal-body` shows scrollbar (IE10/11)
	&.modal-dialog-scrollable {
		flex-direction: column;
		justify-content: center;
		height: 100%;

		.modal-content {
			max-height: none;
		}

		&::before {
			content: none;
		}
	}
}

// Actual modal
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%; // Ensure `.modal-content` extends the full width of the parent `.modal-dialog`
	// counteract the pointer-events: none; in the .modal-dialog
	color: $modal-content-color;
	pointer-events: auto;
	background-color: $modal-content-bg;
	background-clip: padding-box;
	border: $modal-content-border-width solid $modal-content-border-color;
	@include border-radius($modal-content-border-radius);
	@include box-shadow($modal-content-box-shadow-xs);
	// Remove focus outline from opened modal
	outline: 0;
}

// Modal background
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: $zindex-modal-backdrop;
	width: 100vw;
	height: 100vh;
	background-color: $modal-backdrop-bg;

	// Fade for backdrop
	&.fade {
		opacity: 0;
	}

	&.show {
		opacity: $modal-backdrop-opacity;
	}
}

// Modal header
// Top section of the modal w/ title and dismiss
.modal-header {
	display: flex;
	align-items: flex-start; // so the close btn always stays on the upper right corner
	justify-content: space-between; // Put modal header elements (title and dismiss) on opposite ends
	padding: $modal-header-padding;
	border-bottom: $modal-header-border-width solid $modal-header-border-color;
	@include border-top-radius($modal-content-border-radius);

	.close {
		padding: $modal-header-padding;
		// auto on the left force icon to the right even when there is no .modal-title
		margin: (-$modal-header-padding-y) (-$modal-header-padding-x) (-$modal-header-padding-y) auto;
	}
}

// Title text within header
.modal-title {
	margin-bottom: 0;
	line-height: $modal-title-line-height;
}

// Modal body
// Where all modal content resides (sibling of .modal-header and .modal-footer)
.modal-body {
	position: relative;
	// Enable `flex-grow: 1` so that the body take up as much space as possible
	// when should there be a fixed height on `.modal-dialog`.
	flex: 1 1 auto;
	padding: $modal-inner-padding;
}

// Footer (for actions)
.modal-footer {
	display: flex;
	align-items: center; // vertically center
	justify-content: flex-end; // Right align buttons with flex property because text-align doesn't work on flex items
	padding: $modal-inner-padding;
	border-top: $modal-footer-border-width solid $modal-footer-border-color;
	@include border-bottom-radius($modal-content-border-radius);

	// Easily place margin between footer elements
	> :not(:first-child) {
		margin-left: .25rem;
	}

	> :not(:last-child) {
		margin-right: .25rem;
	}
}

// Measure scrollbar width for padding body during modal show/hide
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

// Scale up the modal
@include media-breakpoint-up(sm) {

	// Automatically set modal's width for larger viewports
	.modal-dialog {
		max-width: $modal-md;
		margin: $modal-dialog-margin-y-sm-up auto;
	}

	.modal-dialog-scrollable {
		max-height: calc(100% - #{$modal-dialog-margin-y-sm-up * 2});

		.modal-content {
			max-height: calc(100vh - #{$modal-dialog-margin-y-sm-up * 2});
		}
	}

	.modal-dialog-centered {
		min-height: calc(100% - #{$modal-dialog-margin-y-sm-up * 2});

		&::before {
			height: calc(100vh - #{$modal-dialog-margin-y-sm-up * 2});
		}
	}

	.modal-content {
		@include box-shadow($modal-content-box-shadow-sm-up);
	}

	.modal-sm {
		max-width: $modal-sm;
	}
}

@include media-breakpoint-up(lg) {

	.modal-lg,
	.modal-xl {
		max-width: $modal-lg;
	}
}

@include media-breakpoint-up(xl) {
	.modal-xl {
		max-width: $modal-xl;
	}
}

/*WhatsApp*/
a.tel-header {
	width: 400px;
	/* float: left; */
	position: fixed;
	right: -247px;
	top: 42px;
	background-color: #368e00;
	z-index: 999999;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

a.tel-header img {
	float: left;
}

a.tel-header:hover {
	margin-right: 247px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

span.tel-header-hover {
	position: relative;
	width: 245px;
	line-height: 79px;
	background-color: #368e00;
	border-left: 1px solid #FFF;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	float: left;
}

footer .entrega li {
	display: inline-block;
}

footer .entrega li:first-child {
	margin-right: 20px;
}

footer .entrega li strong {
	color: #c00000;
	font-weight: 700;
}
.list-normas h2,
.list-normas h3 {
	font-size: 17px;
	font-weight: 700;
	color: #050505;
}
.normas-interno h2 {
	font-size: 17px;
	font-weight: 700;
	color: #c00000;
}
.list-normas figure {
	margin-right: 10px;
}
.bot-vermelho {
    font-size: 14px;
    color: white;
    background: #c00000;
    border-radius: 150px;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 25px;
}
.bot-verde {
    font-size: 14px;
    color: white;
    background: #368e00;
    border-radius: 150px;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 25px;
}
.bot-verde i {
	margin-right: 5px;
}
.bot-vermelho:hover, .bot-verde:hover {
	color: #fff;
}
.form-normas {
	background-color: #4a4949;
	color: #fff;
	border-radius: 30px;
	padding: 50px 40px 30px;
}
.form-normas h4 {
	font-size: 27px;
	font-weight: 700;
}
.form-normas .wpcf7-form {
	margin-top: 30px;
}
.form-normas input[type="submit"] {
	border-radius: 10px;
	width: 100%;
	margin-top: 5px;
}
/*TABELAS*/
body .tablepress>:where(thead,tfoot)>*>th,
.tablepress.tabela-posts-2r tr.row-2 td,
.tablepress.tabela-posts-3r tr.row-2 td,
.tablepress.tabela-posts-3r tr.row-3 td,
.tablepress.tabela-posts-4r tr.row-2 td,
.tablepress.tabela-posts-4r tr.row-3 td,
.tablepress.tabela-posts-4r tr.row-4 td {
    text-align: center;
    background: #c00000;
    color: #fff;
}
body .tablepress>*+tbody>*>*, body .tablepress>tbody>*~*>*, body .tablepress>tfoot>*>* {
    border-top: 1px solid #fff;
}
body .tablepress tr td {
    border-right: 1px solid #fff;
    text-align: center;
}
body .tablepress tr td:last-child {
    border-right: none;
}
/*FIM TABELAS*/