/* ----------------------------------------------------------------------------------------- */
/* ------------------------------------ BASE FONT SETUP ------------------------------------ */
/* ----------------------------------------------------------------------------------------- */
@font-face {
	font-family: Roboto;
	src: url("../../fonts/Roboto-Thin.woff") format("woff");
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: Roboto;
	src: url("../../fonts/Roboto-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: Roboto;
	src: url("../../fonts/Roboto-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: Roboto;
	src: url("../../fonts/Roboto-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

/* ---------------------------------------------------------------------------------------------- */
/* ------------------------------------ CHANGES TO WORDPRESS ------------------------------------ */
/* ---------------------------------------------------------------------------------------------- */

body tr td mark.order-status.status-processing {
	background: #b5d904 !important;
	color: #761919 !important;
}
body tr td mark.order-status.status-pending {
	background: #f7ae02 !important;
	color: #761919 !important;
}
body tr td mark.order-status.status-failed {
	background: #999894 !important;
	color: #761919 !important;
}
body tr td mark.order-status.status-em-producao {
	background: #0ceb4f !important;
	color: #761919 !important;
}
body tr td mark.order-status.status-cancelled {
	background: #ff450d !important;
	color: #761919 !important;
}
body tr td mark.order-status.status-finalizacao {
	background: #d640ca !important;
	color: #761919 !important;
}
body tr td mark.order-status.status-completed {
	background: #ac2acc !important;
	color: #761919 !important;
}
body tr td mark.order-status.status-pago {
	background: #3df355 !important;
	color: #761919 !important;
}
body tr td mark.order-status.status-analise-de-arquiv {
	background: #d4a82f !important;
	color: #761919 !important;
}

/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ GENERAL SETTINGS ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.wrapper {
	max-width: 600px;
	padding: 50px 10px;
}

@media (max-width: 1024px) {
	.wrapper {
		padding: 25px 0;
	}
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.grow {
	transition: all 0.2s ease-in-out;
}

.grow:hover {
	transform: scale(1.1);
}

/* ----------------------------------------------------------------------------------------------------- */
/* --------------------------------------- PRODUCT VIDEO SECTION --------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
.product-video-container {
	position: relative;
	width: 48%;
	float: left;
}
.product-video {
	background-color: #fff;
	width: 100%;
}

/* ------------------------------------------------------------------------------------------------------ */
/* ------------------------------------ CUSTOM PRODUCT LINK CREATION ------------------------------------ */
/* ------------------------------------------------------------------------------------------------------ */
.link-pg-produto {
	width: 100%;
	word-wrap: break-word;
}

.invisible {
	visibility: hidden;
}

/* -------------------------------------------------------------------------------------------------------- */
/* ------------------------------------ HEADER - MAIN MENU - SEARCHBAR ------------------------------------ */
/* -------------------------------------------------------------------------------------------------------- */
.search-form {
	display: flex;
	align-items: center;
	position: relative;
}

.search-form label {
	width: 100%;
	display: flex;
	align-items: center;
}

.search-form input[type="search"] {
	width: 100%;
	background-color: #eee;
	border: none;
	font-weight: 500;
	font-size: 110%;
	padding: 15px;
	margin-right: 0.3rem;
	border-radius: 10px;
}

.search-form input[type="search"]:focus {
	border: none;
	outline: none;
}

.search-form button {
	position: absolute;
	width: 35px;
	border: none;
	right: 20px;
	background-color: transparent;
}

.icone-search {
	width: 23px;
	height: 23px;
}

.icone-search img {
	top: 50%;
	position: relative;
	width: 23px;
	height: auto;
}

.menu-principal {
	background-color: #eeeeee73;
}

/* ------------------------------------------------------------------------------ */
/* ------------------------------------ CART ------------------------------------ */
/* ------------------------------------------------------------------------------ */
.cart-align {
	position: relative;
}

.top-bar .cart {
	display: flex;
	align-items: center;
}

.cart .cart-icon {
	background: url("../../assets/img/cart.svg");
	width: 30px;
	height: 30px;
	display: inline-block;
	background-repeat: no-repeat;
	vertical-align: bottom;
}

.top-bar .cart > a {
	text-decoration: none;
}

.cart .items {
	background: #008ad1;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-flex;
	text-align: center;
	position: absolute;
	top: -11px;
	right: -21px;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}

.woocommerce-cart table.cart img {
	width: 115px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 150px;
}

.wapf-pricing-hint {
	display: none;
}

/* -------------------------------------------------------------------------------- */
/* ------------------------------------ NAVBAR ------------------------------------ */
/* -------------------------------------------------------------------------------- */
.navbar-custom {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.navbar-custom ul {
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	border-radius: 0;
}

.navbar-custom li a {
	text-transform: uppercase !important;
	font-weight: 600;
	font-size: 14px !important;
	color: #008ad1;
	transition: all 0.2s ease-in-out;
}

.navbar-custom li a:hover {
	transform: scale(1.1);
}

.nav-link:focus,
.nav-link:hover {
	color: #045b89;
}

.navbar-custom ul li:last-child {
	margin: 0;
}

.navbar-custom .dropdown:hover > .dropdown-menu,
.navbar-custom .dropup:hover > .dropdown-menu {
	display: block;
}

.navbar-nav .nav-link.active {
	color: #008ad1;
}

.top-bar {
	padding-top: 0.4%;
}

.fixed-top {
	background: #eeeeee;
	height: 60px;
	box-shadow: -1px -3px 11px 1px #00000091;
}

/* ----------------------------------------------------------------------------------------------- */
/* ------------------------------------ CART SHIPPING DISPLAY ------------------------------------ */
/* ----------------------------------------------------------------------------------------------- */
div.containerCalculator {
	display: none !important;
}

/* ------------------------------------------------------------------------------ */
/* ------------------------------------ LOGO ------------------------------------ */
/* ------------------------------------------------------------------------------ */
.logo {
	max-width: 170px !important;
	max-height: 80px !important;
	padding: 5px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/* -------------------------------------------------------------------------------------- */
/* ------------------------------------ PRODUCT GRID ------------------------------------ */
/* -------------------------------------------------------------------------------------- */
ul.products li {
	border: 1px solid #f7f7f7;
	border-radius: 10px;
	text-align: center;
	padding-bottom: 20px !important;
	transition: 0.4s;
}

ul.products li:hover {
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 10%);
}

ul.products li img {
	margin: 1em !important;
	border-radius: 10px;
}

ul.products li h2 {
	display: block !important;
	font-size: 16px !important;
}

/* -------------------------------------------------------------------------------------- */
/* ------------------------------------ ACCOUNT MENU ------------------------------------ */
/* -------------------------------------------------------------------------------------- */
.icon-account img {
	width: 30px;
}

.account-area {
	display: flex;
	align-items: center;
}

.bloco-infos {
	display: flex;
	position: relative;
}

.bloco-infos .nav-link:hover {
	color: initial;
}

.bloco-infos .nav-link span:hover {
	color: #045b89;
}

/* ------------------------------------------------------------------------------------- */
/* ------------------------------------ BANNER HOME ------------------------------------ */
/* ------------------------------------------------------------------------------------- */
.slider-principal-home {
	overflow: hidden;
}

.home .woocommerce-loop-product__title + p {
	display: none;
}

/* -------------------------------------------------------------------------------- */
/* ------------------------------------ FOOTER ------------------------------------ */
/* -------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------------- */
/* ------------------------------------ FOOTER INFO ------------------------------------ */
/* ------------------------------------------------------------------------------------- */
footer .logo-footer {
	max-width: 260px;
}

footer .footer-content {
	background-color: #eee;
}

footer .footer-content .social-media a,
footer .footer-content .img-rodape {
	max-width: 55px;
	margin: 10px 0;
}

footer .footer-content .uxconveter {
	background-color: #333;
}

footer .footer-content .itens-contato,
footer .footer-content .itens-contato a {
	color: #373737;
}

footer .whatsapp-logo {
	position: fixed;
	width: 70px;
	bottom: 10px;
	right: 10px;
}

/* ------------------------------------------------------------------------------------- */
/* ------------------------------------ FOOTER MENU ------------------------------------ */
/* ------------------------------------------------------------------------------------- */
.form-rodape {
	background-color: #484848;
}

.form-rodape h3 {
	font-weight: 700;
}

.form-rodape input[type="email"],
.form-rodape input[type="text"] {
	width: 100%;
	padding: 10px;
	background-color: #484848;
	border-radius: 10px;
	border: 1px solid #ccc;
	color: #ccc;
}

.form-rodape input::placeholder {
	color: #ccc;
}

.form-rodape input[type="submit"] {
	width: 100%;
	padding: 10px;
	background-color: #777777;
	border-radius: 10px;
	border: 0;
	color: #ccc;
}

.form-rodape input:focus {
	outline: none;
	box-shadow: none;
}

.wpcf7-not-valid-tip {
	text-align: left;
	margin: 10px 0;
}

.footer-content h3 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.footer-menu ul,
.footer-widgets ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	color: #000;
}

.footer-menu ul li {
	display: inline;
	margin: 0 0 10px;
}

.footer-menu ul li:last-child {
	margin: 0;
}

.footer-menu ul li a {
	color: #000;
	text-decoration: none;
}

footer .footer-content .itens-contato a:hover,
.footer-menu ul li a:hover {
	color: #045b89;
}

.footer-menu ul li.current-menu-item a {
	color: #008ad1;
}

.ux-logo img {
	max-width: 150px;
}
/* ------------------------------------------------------------------------------------- */
/* ------------------------------------ WOOCOMMERCE ------------------------------------ */
/* ------------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------------- */
/* ------------------------------------ GRID SYSTEM ------------------------------------ */
/* ------------------------------------------------------------------------------------- */
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
	flex: 0 0 50%;
	max-width: 50%;
}

@media all and (max-width: 767px) {
	.woocommerce .col2-set .col-1,
	.woocommerce .col2-set .col-2 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* ------------------------------------------------------------------------------ */
/* ------------------------------------ SHOP ------------------------------------ */
/* ------------------------------------------------------------------------------ */
.shop-content {
	padding: 3rem 0;
}

.shop-content .row {
	margin-left: 0;
	margin-right: 0;
}

.post-type-archive-product .content-area,
.product-template-default .content-area,
.tax-product_cat .content-area {
	padding: 0;
}

.woocommerce .woocommerce-breadcrumb a {
	font-weight: 700;
}

.woocommerce ul.products.columns-1 li.product:first-child,
.woocommerce-page ul.products.columns-1 li.product:first-child {
	margin-top: 20px;
}
.woocommerce ul.products {
	display: flex;
	justify-content: center;
}
.woocommerce ul.products li.product a img {
	width: 100%;
	display: block;
	margin: auto !important;
	box-shadow: none;
	padding: 10px;
	float: left;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 25px;
	font-weight: 700;
	color: #000;
	margin: 0;
	padding: 0;
	display: table;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
	width: auto;
}

.post-type-archive-product .woocommerce-loop-product__title {
	margin-bottom: 0.5rem !important;
}

.woocommerce ul.products li.product .button {
	margin-top: 0;
}

.woocommerce ul.products li.product p {
	color: #000;
}

.woocommerce ul.products li.product .price {
	color: #000;
	font-weight: 600;
}

.woocommerce ul.products li.product .price ins {
	font-size: 140%;
}

.woocommerce ul.products li.product .onsale {
	top: 16px;
	right: 0;
	left: 0;
	transform: rotate(90deg);
	border-radius: 0;
	width: 83px;
	padding: 0;
	background-color: #008ad1;
	margin: 0;
	font-weight: 400;
}

.woocommerce ul.products li.product .onsale:before {
	content: "";
	position: absolute;
	top: 0;
	left: 83px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 22px 0 0;
	border-color: #008ad1 transparent transparent transparent;
}

.woocommerce ul.products li.product .onsale:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 83px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 22px 24px 0;
	border-color: transparent transparent #008ad1 transparent;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	color: #000;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	padding: 12px;
}

/* --------------------------------------------------------------------------------------------- */
/* ------------------------------------ SINGLE PRODUCT PAGE ------------------------------------ */
/* --------------------------------------------------------------------------------------------- */
.product .woocommerce-product-gallery__image {
	border-radius: 15px;
}

.product .wapf-section {
	display: flex;
	flex-wrap: wrap;
	border-radius: 15px;
}

.product .wapf-pricing-hint {
	display: none;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce ul.products li.product .button {
	background-color: #008ad1;
	color: #fff;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce ul.products li.product .button:hover {
	background-color: #045b89;
}

.product_meta > span {
	display: block;
}

.woocommerce .product .summary p.price {
	display: none;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce ul.products li.product .price del .woocommerce-Price-amount {
	color: #000;
	font-size: 20px;
	font-weight: 500;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce-Price-amount {
	font-size: 15px;
	color: #000;
	font-weight: 500;
}

.woocommerce div.product section.related.products {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.woocommerce div.product section.related.products h2 {
	margin-bottom: 30px;
}

.woocommerce span.onsale {
	top: 19px;
	left: 35px;
	transform: rotate(90deg);
	border-radius: 0;
	width: 84px;
	padding: 0;
	background-color: #008ad1;
	margin: 0;
	font-weight: 400;
}

.woocommerce span.onsale:before {
	content: "";
	position: absolute;
	top: 0;
	left: 83px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 23px 22px 0 0;
	border-color: #008ad1 transparent transparent transparent;
}

.woocommerce span.onsale:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 83px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 22px 23px 0;
	border-color: transparent transparent #008ad1 transparent;
}

.woocommerce .product .product_title {
	margin-bottom: 25px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0;
	margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	content: none;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background: #008ad1;
	color: #fff !important;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background-color: #045b89;
}

.product-template-default .quantity .qty {
	height: 35px;
}

.product-template-default .product_meta .posted_in a{
	color: #008ad1;
	text-decoration: none;
}

.product-template-default .product_meta .posted_in a:hover{
	color: #045b89;
}

/* -------------------------------------------------------------------------------------- */
/* ------------------------------------ PRODUCT PAGE ------------------------------------ */
/* -------------------------------------------------------------------------------------- */
.wapf-product-totals {
	box-shadow: 15px 15px 10px 4px rgba(0, 0, 0, 5%);
	padding: 10px;
	border-radius: 10px;
	position: fixed;
	bottom: 30px;
	z-index: 999;
	background-color: #fff;
	max-width: 250px;
	left: 20px;
	border: 1px solid #008ad1;
}

.wapf-product-totals .wapf--inner {
	margin-bottom: 0px !important;
}

.woocommerce div.product span.price {
	color: #008ad1 !important;
	font-size: 16px;
}

/* ---------------------------------------------------------------------------------- */
/* -------------------------------------- CART -------------------------------------- */
/* ---------------------------------------------------------------------------------- */

.woocommerce-cart-form__cart-item.cart_item th dd{
	margin-bottom: 0;
}

.woocommerce-cart-form__cart-item.cart_item th dd p{
	font-weight: 400;
    margin-bottom: 0;
}

/* ---------------------------------------------------------------------------------- */
/* ------------------------------------ CHECKOUT ------------------------------------ */
/* ---------------------------------------------------------------------------------- */
.woocommerce form .form-row {
	display: block;
}

.woocommerce-checkout #customer_details {
	margin-bottom: 20px;
}

.woocommerce table.shop_table {
	border-collapse: collapse;
}

.woocommerce table.shop_table tbody, .woocommerce table.shop_table tfoot{
	background-color: #cdf3f7;
}

.woocommerce table.shop_table thead {
	background-color: #008ad1;
	color: #fff;
}

.woocommerce-checkout .woocommerce ul#shipping_method li input {
	vertical-align: baseline;
}

.woocommerce-checkout .woocommerce ul#shipping_method .amount {
	font-weight: 700;
	padding-left: 10px;
	line-height: 1.2;
}

.woocommerce .woocommerce-thankyou-order-received {
	font-size: 30px;
	background: #008ad1;
	padding: 10px;
	color: #fff;
}

/* --------------------------------------------------------------------------------------- */
/* ------------------------------------ PAGES CHANGES ------------------------------------ */
/* --------------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------ */
/* ------------------------------------ HOME ------------------------------------ */
/* ------------------------------------------------------------------------------ */

/* ---------------------------------------------------------------------------------- */
/* ------------------------------------ PITCHBAR ------------------------------------ */
/* ---------------------------------------------------------------------------------- */
#home .pitchbar .container .img {
	background: #cecece;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	text-align: center;
}

#home .pitchbar .container .texto {
	font-size: 16px;
}

#home .pitchbar .container .texto span {
	font-size: 12px;
	font-weight: 600;
	color: #000;
}

/* ------------------------------------------------------------------------------------ */
/* ------------------------------------ HOME ICONS ------------------------------------ */
/* ------------------------------------------------------------------------------------ */
#home .general_features {
	cursor: default;
}

#home .icones-home {
	opacity: 0.8;
	background-color: #eeeeeeb9;
	border-radius: 25px;
}

#home .icones-home:hover {
	transition-delay: 100ms;
	background-color: #eee;
	border-radius: 25px;
	opacity: 1;
}

/* --------------------------------------------------------------------------------------------- */
/* ------------------------------------ HOME PRODUCT SLIDER ------------------------------------ */
/* --------------------------------------------------------------------------------------------- */
#home .popular-products .woocommerce ul.products li.product,
#home .woocommerce-page ul.products li.product {
	border: 1px solid #afafaf;
	border-radius: 15px;
	margin: 10px auto;
}

#home .popular-products .woocommerce ul.products li.product a img {
	margin: 15px !important;
	max-width: -webkit-fill-available;
	width: 100%;
	height: auto;
}

#home
	.popular-products
	.woocommerce
	ul.products
	li.product
	.woocommerce-loop-product__title {
	margin: 0 10px 15px;
}

#home .popular-products .woocommerce ul.products li.product .price {
	display: none;
}

#home .popular-products .woocommerce ul.products li {
	padding-bottom: 0px;
}

#home .popular-products .woocommerce ul.products li.product .button {
	width: 90%;
	background-color: #008ad1;
	border-radius: 5px;
	margin: 15px;
	padding: 10px;
	color: #fff;
	font-size: 16px;
}

#home .popular-products .woocommerce ul.products li.product .button:hover {
	background-color: #045b89;
}

/* ------------------------------------------------------------------------------------------- */
/* ------------------------------------ HOME INSTRUCTIONS ------------------------------------ */
/* ------------------------------------------------------------------------------------------- */
#home .instructions {
	background-color: #ffffff;
	text-align: center;
	border-top: 0.5em solid #eeeeee;
}

#home .video {
	height: auto;
	padding: 15px;
	background-color: #eeeeee;
	border: #000 3px solid;
	border-radius: 2%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
		0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* -------------------------------------------------------------------------------------- */
/* ------------------------------------ HOME REVIEWS ------------------------------------ */
/* -------------------------------------------------------------------------------------- */
.reviews {
	background-color: #ffffff;
	border-top: 0.5em solid #eeeeee;
}

.reviews .tm-carousel-item {
	border: #cecece 1px solid;
}

.tm-title {
	font-weight: 600 !important;
	font-size: 2rem !important;
}

/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------ HOME "NOSSAS PRODUÇÕES" ------------------------------------ */
/* ------------------------------------------------------------------------------------------------- */
.nossas-producoes {
	background-color: #ffffff;
	border-top: 0.5em solid #eeeeee;
}

.nossas-producoes .producoes-intro h1 {
	text-transform: uppercase;
	color: #008ad1;
	font-size: 2em;
}

.nossas-producoes .producoes h2 {
	text-transform: uppercase;
	font-size: 1.5em;
}

.nossas-producoes .video {
	height: auto;
	padding: 15px;
	background-color: #eeeeee;
	border: #000 3px solid;
	border-radius: 15%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
		0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.nossas-producoes .video {
	height: auto;
	padding: 15px;
	background-color: #eeeeee;
	border: #000 3px solid;
	border-radius: 15%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
		0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* ------------------------------------------------------------------------------------ */
/* ------------------------------------ HOME SOBRE ------------------------------------ */
/* ------------------------------------------------------------------------------------ */
#home .sobre {
	text-align: center;
}

#home .sobre .texto {
	background-color: #eee;
}

#home .sobre .texto .wrapper a {
	position: relative;
	top: 10px;
	width: fit-content;
	border-radius: 10px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	background-color: #008ad1;
}

#home .sobre .texto .wrapper a:hover {
	background-color: #045b89;
}

/* ----------------------------------------------------------------------------------- */
/* ------------------------------------ SOBRE NÓS ------------------------------------ */
/* ----------------------------------------------------------------------------------- */
#sobre .sobre-01 .wrapper h1 {
	font-weight: 700;
	font-size: 20px;
	color: #000;
}

#sobre .sobre-01 .wrapper h2 {
	font-weight: 400;
	font-size: 50px;
	width: max-content;
	color: #000;
}

#sobre .sobre-01 .wrapper h2 b {
	font-weight: 700;
	width: max-content;
	bottom: 0;
	left: 45%;
}

#sobre .sobre-02 {
	background: #eeeeee;
}

#sobre .sobre-01 .imagem img,
#sobre .sobre-03 .imagem img {
	background-color: #cccccc;
}

#sobre .sobre-03 .imagem img {
	border-radius: 15px;
}

#sobre .sobre-02 h2,
#sobre .sobre-03 .texto h2 {
	font-weight: 700;
}

/* --------------------------------------------------------------------------------------- */
/* ------------------------------------ COMO FUNCIONA ------------------------------------ */
/* --------------------------------------------------------------------------------------- */
#comoFunciona .comoFunciona-01 {
	background-color: #eeeeee;
}

#comoFunciona .comoFunciona-01 h1 {
	font-size: 40px;
	font-weight: 600;
	color: #000;
}

#comoFunciona .comoFunciona-04 .tema span,
#comoFunciona .comoFunciona-03 .tema span,
#comoFunciona .comoFunciona-02 .tema span {
	background-color: #eeeeee;
	padding: 25px;
	border-radius: 50%;
	color: #000;
	height: 80px;
	width: 80px;
	font-size: 30px;
	font-weight: 500;
}

#comoFunciona .comoFunciona-04 .tema h2,
#comoFunciona .comoFunciona-03 .tema h2,
#comoFunciona .comoFunciona-02 .tema h2 {
	font-size: 32px;
	color: #000;
	margin: auto;
	font-weight: 400;
}
#comoFunciona .comoFunciona-04 .video,
#comoFunciona .comoFunciona-03 .video,
#comoFunciona .comoFunciona-02 .video {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* -------------------------------------------------------------------------------------- */
/* ------------------------------------ FALE CONOSCO ------------------------------------ */
/* -------------------------------------------------------------------------------------- */
#fale-conosco .fale-conosco-01 {
	background-color: #eeeeee;
}

#fale-conosco .fale-conosco-01 h1 {
	font-size: 40px;
	font-weight: 600;
	color: #000;
}

#fale-conosco .fale-conosco-02 .wrapper {
	max-width: 550px;
	background: #eee;
	border-radius: 10px;
	color: #484848;
	padding: 50px 10px 40px;
}

#fale-conosco .fale-conosco-02 form {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#fale-conosco .fale-conosco-02 form label {
	font-size: 18px;
	font-weight: 500;
	padding-top: 5px;
}

#fale-conosco .fale-conosco-02 form textarea,
#fale-conosco .fale-conosco-02 form input {
	background-color: #eee;
	border-radius: 10px;
	border: 1px solid #484848;
	color: #484848;
	padding: 5px;
}

.fale-conosco-02 form p:last-of-type {
	display: flex;
	justify-content: center;
	text-align: center;
	flex-direction: column;
}

.fale-conosco-02 form .wpcf7-spinner {
	display: none;
}

.fale-conosco-02 form p:last-of-type input {
	font-size: 16px;
	font-weight: 700;
	width: 390px;
	max-width: 100%;
	background-color: #008ad1 !important;
	border: none !important;
	border-radius: 5px !important;
	margin: 15px auto 0 !important;
	padding: 10px;
	color: #fff !important;
}

.fale-conosco-02 form p:last-of-type input:hover {
	background-color: #045b89;
}

/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------ CENTRAL DE AJUDA ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
#ajuda .ajuda-01 {
	background-color: #eeeeee;
}

#ajuda .ajuda-01 h1 {
	font-size: 40px;
	font-weight: 600;
	color: #000;
}

#ajuda .ajuda-02 .accordion .accordion-item {
	margin-bottom: 25px;
	background: #f5f5f5;
	border-radius: 15px;
	border: none;
	color: #000;
}

#ajuda .ajuda-02 .accordion .accordion-item .accordion-button {
	font-weight: 700;
	color: #000;
	background: #e3e3e3;
	border-radius: 15px;
}

#ajuda .ajuda-02 .accordion .accordion-item .accordion-button:focus {
	border: none;
	box-shadow: none;
}

/* ----------------------------------------------------------------------------------------- */
/* ------------------------------------ PÁGINA DE LOGIN ------------------------------------ */
/* ----------------------------------------------------------------------------------------- */
form.woocommerce-form.woocommerce-form-login.login {
	max-width: 500px;
	margin: 2em auto;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
	position: absolute;
	right: 0.7em;
	cursor: pointer;
}

button.woocommerce-button.button.woocommerce-form-login__submit {
	background: #008ad1;
	color: #fff;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	padding: 5px 10px;
}

.woocommerce form p.woocommerce-LostPassword.lost_password {
	margin: 15px 0 0;
}

.woocommerce form p.woocommerce-LostPassword.lost_password > a {
	text-decoration: none;
	color: #008ad1;
}

/* -------------------------------------------------------------------------------------------- */
/* ------------------------------------ PÁGINA MINHA CONTA ------------------------------------ */
/* -------------------------------------------------------------------------------------------- */
.woocommerce-account .woocommerce-MyAccount-content {
    width: -webkit-fill-available;
    max-width: 70%;
    float: right;
}

.woocommerce-account .woocommerce-MyAccount-content a {
	color: #008ad1;
	text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    border: 1px solid #afafaf;
    border-radius: 15px;
    padding: 15px 10px;
    width: fit-content;
    float: left;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	padding: 10px 25px;
	margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li::marker {
	display: none;
	content: "";
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
	color: var(--bs-body-color);
	text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
	color: #045b89;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	border-top-color: #008ad1;
}

.woocommerce-error::before {
	color: #008ad1;
}

@media (max-width: 1024px) {
	.woocommerce-account .woocommerce-MyAccount-navigation ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation{
		width: 100%;
		margin-bottom: 2em;
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.woocommerce-account .woocommerce-MyAccount-navigation ul{
		justify-content: space-evenly;
	}
}

/* REMOVING FIELDS FROM MENU */
.woocommerce-MyAccount-navigation-link--downloads{
	display: none;
}

/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------ POLÍTICA DE PRIVACIDADE ------------------------------------ */
/* ------------------------------------------------------------------------------------------------- */
#politicaPrivacidade .politicaPrivacidade-01 {
	background-color: #eeeeee;
}

#politicaPrivacidade .politicaPrivacidade-01 h1 {
	font-size: 40px;
	font-weight: 600;
	color: #000;
}

#politicaPrivacidade .politicaPrivacidade-02 a {
	color: #008ad1;
}

#politicaPrivacidade .politicaPrivacidade-02 a:hover {
	color: #045b89;
}

/* ---------------------------------------------------------------------------------- */
/* ------------------------------------ ERRO 404 ------------------------------------ */
/* ---------------------------------------------------------------------------------- */
#naoEncontrada .naoEncontrada-01 {
	background-color: #eeeeee;
}

#naoEncontrada .naoEncontrada-01 h1 {
	font-size: 40px;
	font-weight: 600;
	color: #000;
}

#naoEncontrada .naoEncontrada-02 a {
	color: #008ad1;
}

#naoEncontrada .naoEncontrada-02 a:hover {
	color: #045b89;
}

/* -------------------------------------------------------------------------------- */
/* ------------------------------------ MOBILE ------------------------------------ */
/* -------------------------------------------------------------------------------- */
@media (max-width: 1024px) {
	/* --------------------------------------------------------------------------------------- */
	/* ------------------------------------ HEADER MOBILE ------------------------------------ */
	/* --------------------------------------------------------------------------------------- */
	.top-bar {
		padding-top: 10%;
	}
	nav.navbar.navbar-expand-md.navbar-light.position-relative
		.navbar-toggler {
		position: absolute;
		left: -9px;
		top: 0px;
		width: 60px;
		height: 70px;
	}

	nav.navbar.navbar-expand-md.navbar-light.position-relative
		.navbar-toggler:focus,
	nav.navbar.navbar-expand-md.navbar-light.position-relative
		.navbar-toggler:focus-visible {
		border: none;
		outline: none;
		box-shadow: none;
	}

	nav.navbar.navbar-expand-md.navbar-light.position-relative
		.navbar-toggler-icon::before {
		content: "";
		position: absolute;
		top: -11px;
		background: #008ad1;
		left: 0;
		width: 100%;
		height: 3px;
	}

	nav.navbar.navbar-expand-md.navbar-light.position-relative
		.navbar-toggler-icon::after {
		content: "";
		position: absolute;
		top: 11px;
		background: #008ad1;
		left: 0;
		width: 100%;
		height: 3px;
	}

	nav.navbar.navbar-expand-md.navbar-light.position-relative
		.navbar-toggler-icon {
		display: block;
		width: 35px;
		height: 3px;
		background: #008ad1;
		position: absolute;
		transition: 0.3s;
	}

	.navbar-collapse {
		position: fixed;
		background-color: #008ad1;
		top: 0;
		left: 0;
		width: 100%;
		height: 10%;
		z-index: 2;
		order: 4;
		overflow-y: scroll;
		backdrop-filter: blur(6px);
		-webkit-backdrop-filter: blur(6px);
	}

	.navbar-collapse .row {
		position: absolute;
		bottom: 10px;
		width: 100%;
		right: 0;
		left: 0;
	}

	.navbar-collapse .account-area {
		display: flex;
		align-items: center;
		filter: invert(1) brightness(1000);
		justify-content: center;
	}

	#menu-menu-principal {
		width: 95%;
		height: 100%;
		justify-content: space-between;
	}

	#menu-menu-principal .menu-item a {
		border-top: 1px solid #045b89;
	}

	#menu-menu-principal a {
		display: flex;
		align-items: center;
		height: 100%;
		background-color: unset;
		padding: 15px;
		text-transform: capitalize;
		color: #fff;
		text-decoration: none;
	}

	.mobile-menu .logo {
		padding: 10px;
	}

	.navbar-collapse.show {
		left: 0;
		transition: left 300ms ease-in-out;
		padding: 0;
	}

	.pesquisa-topo {
		position: relative;
	}

	.search-toggle {
		display: inline-block;
		cursor: pointer;
	}

	.search-toggle img {
		width: 24px;
		height: 24px;
		position: absolute;
		top: 100%;
		right: 0;
	}

	.search-form-container {
		position: absolute;
		top: 0%;
		right: -14px;
		display: none;
		padding: 10px 5px;
		z-index: 9999;
		width: 100vw;
		transition: left right 1s ease-in-out;
	}

	.search-form-container.active {
		display: block;
	}

	/* ------------------------------------------------------------------------------------- */
	/* ------------------------------------ HOME MOBILE ------------------------------------ */
	/* ------------------------------------------------------------------------------------- */

	/* ----------------------------------------------------------------------------------------- */
	/* ------------------------------------ PITCHBAR MOBILE ------------------------------------ */
	/* ----------------------------------------------------------------------------------------- */
	#home .pitchbar .container .texto {
		min-width: 200px;
	}

	/* ----------------------------------------------------------------------------------------------- */
	/* ------------------------------------ HOME MOBILE FULLBANER ------------------------------------ */
	/* ----------------------------------------------------------------------------------------------- */
	#home .slider-principal-home .slick-dotted .slick-dots {
		bottom: 5px;
	}

	#home .slider-principal-home .slick-dotted .slick-dots li {
		width: 20px;
		height: 20px;
	}

	#home .slider-principal-home .slick-dotted.slick-slider {
		margin-bottom: 0px !important;
	}

	#home .slider-principal-home .slick-dotted .slick-dots li button {
		width: 20px;
		height: 20px;
	}

	#home .slider-principal-home .slick-dots li button:before {
		font-size: 16px;
		line-height: 20px;
		width: 20px;
		height: 20px;
	}

	/* --------------------------------------------------------------------------------------------------- */
	/* ------------------------------------ HOME MOBILE PRODUCT SLIDE ------------------------------------ */
	/* --------------------------------------------------------------------------------------------------- */
	#home .popular-products .woocommerce ul.products,
	#home .woocommerce-page .woocommerce ul.products {
		display: flex;
		justify-content: center;
		width: 100%;
		flex-wrap: wrap;
	}

	#home .popular-products .woocommerce ul.products li.product,
	#home .woocommerce-page ul.products li.product {
		width: 100%;
		max-width: 320px;
	}

	/* ------------------------------------------------------------------------------------------- */
	/* ------------------------------------ HOME MOBILE SOBRE ------------------------------------ */
	/* ------------------------------------------------------------------------------------------- */
	#home .sobre .texto .wrapper a {
		margin: auto;
	}

	/* ------------------------------------------------------------------------------------------------------ */
	/* ------------------------------------ HOME MOBILE NOSSAS PRODUÇÕES ------------------------------------ */
	/* ------------------------------------------------------------------------------------------------------ */
	#home .nossas-producoes .video {
		height: auto;
		padding: 15px;
		background-color: #eeeeee;
		border: #000 3px solid;
		border-radius: 5%;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
			0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}

	#home .nossas-producoes .mobile-block {
		display: block !important;
	}

	/* -------------------------------------------------------------------------------------------------- */
	/* ------------------------------------ HOME MOBILE FALE CONOSCO ------------------------------------ */
	/* -------------------------------------------------------------------------------------------------- */
	#fale-conosco .fale-conosco-02 .container .row {
		width: 100%;
		margin: 0 auto;
	}

	#fale-conosco .fale-conosco-02 .wrapper {
		width: 100%;
		padding: 30px 10px 20px;
	}

	#fale-conosco .fale-conosco-02 form textarea,
	#fale-conosco .fale-conosco-02 form input {
		width: 100%;
	}

	#fale-conosco .fale-conosco-02 form label {
		font-size: 16px;
	}

	.fale-conosco-02 form p:last-of-type {
		width: 100%;
	}

	/* --------------------------------------------------------------------------------------------- */
	/* ------------------------------------ PRODUCT PAGE MOBILE ------------------------------------ */
	/* --------------------------------------------------------------------------------------------- */
	.shop-content {
		padding: 50px 10px;
	}

	.woocommerce ul.products {
		display: flex;
		justify-content: center;
		width: 100%;
		flex-wrap: wrap;
	}

	.woocommerce ul.products[class*="columns-"] li.product,
	.woocommerce-page ul.products[class*="columns-"] li.product {
		overflow: hidden;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}

	.woocommerce ul.products li.product a {
		text-decoration: none;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}

	.woocommerce ul.products li.product a:first-of-type {
		height: 100%;
	}

	.woocommerce ul.products li.product a img {
		width: 100%;
		margin: 10px 0 !important;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		padding: 10px 5px;
	}

	.wapf-wrapper {
		margin: auto;
	}

	/* ------------------------------------------------------------------------------------------ */
	/* ------------------------------------ SOBRE NÓS MOBILE ------------------------------------ */
	/* ------------------------------------------------------------------------------------------ */
	#sobre .sobre-01 .wrapper h1 {
		font-size: calc(1rem);
	}

	#sobre .sobre-01 .wrapper h2 {
		font-size: calc(1.325rem + 0.9vw);
		width: max-content;
	}

	#sobre .sobre-01 .wrapper h2 b {
		width: max-content;
		bottom: 0;
		left: 35%;
	}

	#sobre .sobre-03 .container {
		display: flex;
		flex-wrap: wrap;
	}

	/* ---------------------------------------------------------------------------------------------- */
	/* ------------------------------------ COMO FUNCIONA MOBILE ------------------------------------ */
	/* ---------------------------------------------------------------------------------------------- */
	#comoFunciona .video iframe {
		width: 100%;
	}

	#comoFunciona .tema {
		align-items: center;
	}

	#comoFunciona .comoFunciona-04 .tema h2,
	#comoFunciona .comoFunciona-03 .tema h2,
	#comoFunciona .comoFunciona-02 .tema h2 {
		font-size: 22px !important;
	}

	/* ---------------------------------------------------------------------------------------- */
	/* ------------------------------------ HFOOTER MOBILE ------------------------------------ */
	/* ---------------------------------------------------------------------------------------- */
	.footer-content h3 {
		line-height: 1.2;
	}

	footer .footer-content .itens-contato span {
		padding-left: 0;
	}

	/* Spinner do form */
	#wpcf7-f190-o1 > form > div.row > div.col-md-2 > p > span {
		display: none !important ;
	}

	footer .footer-content .uxconveter .container {
		width: 100%;
		flex-wrap: wrap;
		text-align: center;
		margin: 20px auto 5px;
		justify-content: center !important;
		align-items: center !important;
		padding-top: 10px;
	}

	footer .footer-content .uxconveter .container .copyright-text {
		text-align: center;
		line-height: 1.2;
	}

	footer .whatsapp-logo {
		position: fixed;
		width: 54px;
	}
}

/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------- FILE UPLOAD PLUGIN ---------------------------------- */
/* ---------------------------------------------------------------------------------------- */

.variation-UploadedFile {
	display: none !important;
}