/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 2.0
*/
/* BASE */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

/* STRUCTURE */
/* Top Header ################################################################################# */
#top {
	background: #407a3d;
	font-size: 1.1rem !important;
}

#top .icon {
	width: 22px;
	height: 22px;
}

#top .et_pb_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#top .et_pb_row .et_pb_column {
	width: auto !important;
}

#top .telefone {
	line-height: 1;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 4px 0;
    justify-content: flex-end;
}

@media (max-width: 980px) {
	#top .telefone {
		text-align: center;
	}
}

#top .telefone .espacamento {
	width: 20px;
	display: inline-block;
}

#top .telefone a {
	color: #fff !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 500px) {
	#top .telefone a {
		font-size: 16px;
	}
}

#top .telefone .icon {
	margin-right: 8px;
}

#menu-principal li a {
    color: #444!important;
    opacity: 1;
    font-weight: 600;
	transition: color 0.5s !important;
}

header.et-l.et-l--header {
    /* box-shadow: 0 2px 5px #0002; */
    position: relative;
    z-index: 5;
}
#menu-principal li a:hover, #menu-principal li.current-menu-item a  {
	color: #407a3d !important;
}

#mobile_menu1 {
    margin-top: 13px;
    border: none;
    background: #ddd !important;
	left: -13%;
    right: -13%;
    width: auto;
    padding: 10px 0;
}

#mobile_menu1 a {
    font-size: 18px;
    font-weight: bold;
    color: #026f41 !important;
    opacity: 1;
	border: none;
}
#mobile_menu1 li + li a {border-top: 1px solid #ccc;}
/* Header ################################################################################# */
.et_pb_menu .et_pb_menu_inner_container {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 1200px) {
	.et_pb_menu .et_pb_menu_inner_container {
		padding: 0;
	}
}

.et_pb_menu .et_pb_menu__wrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.et_pb_menu .nav.et-menu {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

@media (max-width: 1200px) {
	.et_pb_menu .et_pb_menu__logo {
		margin: 0;
	}
}

@media (min-width: 980px) and (max-width: 1200px) {
	.et_pb_menu .et_pb_menu__wrap {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		margin-right: 20px;
	}
	.et_pb_menu .et_pb_menu_inner_container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 980px) {
	.et_pb_menu .et_pb_menu_inner_container {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.et_pb_menu .sub-menu {
	padding: 0 !important;
	width: auto !important;
	min-width: 200px !important;
}

@media (min-width: 981px) {
	.et_pb_menu .sub-menu {
		top: calc(100% - 10px) !important;
	}
}

.et_pb_menu .sub-menu li {
	padding: 0 !important;
	width: 100% !important;
}

.et_pb_menu .sub-menu li a {
	width: auto !important;
	padding: 10px 20px;
}

/* Main Footer ################################################################################# */
.main-footer {
	overflow: hidden;
}

.main-footer .margin-auto {
	margin: auto !important;
	margin-left: unset !important;
	margin-right: unset !important;
}
#rodape .telefone a {
	display: block;
}

/* BLOG ################################################################################# */
body.category #main-content .container {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}

body.category #main-content .container:before {
	display: none;
}

body.category #main-content .container #content-area #left-area {
	width: 100%;
}

@media (max-width: 640px) {
	.et_pb_menu .et_pb_menu_inner_container {flex-wrap: nowrap;}
	body.category #main-content .container #content-area #left-area article.et_pb_post {
		width: 94%;
		margin: auto;
		margin-bottom: 30px;
	}
}

@media (min-width: 640px) and (max-width: 980px) {
	body.category #main-content .container #content-area #left-area article.et_pb_post {
		width: 84%;
		margin: auto;
		margin-bottom: 50px;
	}
}

body.category #main-content .container #content-area #left-area article.et_pb_post a.entry-featured-image-url {
	width: 240px;
	border: solid 1px;
	float: left;
	margin-right: 20px;
}

@media (max-width: 980px) {
	body.category #main-content .container #content-area #left-area article.et_pb_post a.entry-featured-image-url {
		width: 100%;
	}
}

body.category #main-content .container #content-area #left-area article.et_pb_post .readmore {
	display: inline-block;
	margin: 10px 0;
}

body.category #main-content .container #content-area #left-area article.et_pb_post:after {
	content: '';
	height: 1px;
	width: 100%;
	display: block;
	clear: both;
}

body.category #main-content .container #content-area #sidebar {
	display: none !important;
}

body.blog .et_pb_blog_grid article {
	margin: 10px !important;
	margin-bottom: 20px !important;
}

.et_pb_blog_grid .et_pb_post {
	border-radius: 6px !important;
	overflow: hidden;
	-webkit-box-shadow: 5px 5px 0 0px #f1f1f1;
	box-shadow: 5px 5px 0 0px #f1f1f1;
}

.single-post .entry-content p,
.single-post .et_pb_post_content p {
	padding: 0;
	margin-bottom: 30px;
	line-height: 1.8;
}

/* COMPONENTS */
/* Icons ################################################################################# */
.icon {
	font-family: ETmodules;
	width: 30px;
	height: 30px;
	position: relative;
	margin-left: 4px;
	display: inline-block;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.icon.whatsapp {
	background: url(/wp-content/themes/Divi-child/images/whatsapp.png) center no-repeat;
	background-size: contain;
}

.icon:hover {
	opacity: 0.8;
}

header .redes-sociais .icon {
	margin-left: 14px;
	top: 3px;
}

footer .icon {
	margin-right: 5px;
	width: 16px;
	height: 16px;
}

/* Woocomerce ################################################################################# */
.woocommerce-loop-product__title {
	font-size: 1.3rem !important;
}

body.archive.woocommerce .woocommerce .products.columns-3 li.product {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}

@media (max-width: 980px) {
	body.post-type-archive-product .et_pb_row.et_pb_row_1-4_3-4,
	body.woocommerce.single-product .et_pb_row.et_pb_row_1-4_3-4 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	body.post-type-archive-product .et_pb_widget.woocommerce.widget_product_categories,
	body.woocommerce.single-product .et_pb_widget.woocommerce.widget_product_categories {
		margin: 30px auto !important;
	}
	body.post-type-archive-product .et_pb_wc_description,
	body.woocommerce.single-product .et_pb_wc_description {
		margin: 20px auto;
	}
}

body.post-type-archive-product .btn-orcamento,
body.woocommerce.single-product .btn-orcamento {
	margin-bottom: 20px;
}

body.post-type-archive-product .btn-orcamento:hover,
body.woocommerce.single-product .btn-orcamento:hover {
	cursor: pointer;
}

.woocommerce.widget_product_categories li a {
	color: #666;
	background: #f1f1f1;
	display: block;
	width: 100%;
	padding: 10px 16px;
	font-size: 1.2rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.woocommerce.widget_product_categories li a:hover {
	background: #eeeeee;
}

.woocommerce.widget_product_categories li .children {
	background: #f8f8f8;
}

.woocommerce.widget_product_categories li .children li {
	margin-left: unset;
}

.woocommerce.widget_product_categories li .children li a {
	background: unset;
	font-size: 1.1rem;
}

.woocommerce.widget_product_categories li .children li a:hover {
	background: whitesmoke;
}

.woocommerce-pagination ul.page-numbers {
	border: none !important;
}

.woocommerce-pagination ul.page-numbers span.current {
	padding: 16px !important;
}

.woocommerce-pagination ul.page-numbers li {
	font-size: 1.2rem;
	border: none !important;
	margin-right: 10px !important;
}

.woocommerce-pagination ul.page-numbers li a {
	padding: 16px !important;
}

#products-budget {
	text-align: center;
	padding: 6% 4%;
	border: solid 1px #ddd;
	margin-bottom: 30px;
}

#products-budget h4.no-products a {
	display: block;
	width: 200px;
	margin: auto;
	clear: both;
	padding: 10px 6px;
	margin-top: 40px;
	border-radius: 4px;
}

#products-budget h4.no-products a:hover {
	background: #34b1bd !important;
	cursor: pointer;
}

/* Forms ################################################################################# */
form label {
	font-weight: bold;
	font-size: 1rem;
}

form input[type='text'],
form input[type='email'],
form select,
form textarea {
	width: 100%;
	background: #f1f1f1;
	padding: 12px 20px;
	border-radius: 4px;
	font-size: 1.2rem;
	border: none;
}

form input[type='submit'] {
	font-size: 1.5rem;
	padding: 6px 20px;
	border-radius: 4px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

form input[type='submit']:hover {
	background: #356d32 !important;
	cursor: pointer;
}

form .wpcf7-field {
	margin-bottom: 20px;
}

#main-content .et_pb_button,
#main-content .wpcf7-submit,
#main-content .wp-pagenavi a,
#main-content .no-products a,
#main-content .woocommerce-pagination a {
	color: #fff !important;
	background-color: #407a3d !important;
	transition-duration: 0.3s !important;
	text-shadow: none !important;
	border: none !important;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}

#main-content .et_pb_button.btn-light {
	background: #98b650 !important;
	color: #407a3d !important;
}

#main-content .et_pb_button:hover,
#main-content .wpcf7-submit:hover,
#main-content .wp-pagenavi a:hover,
#main-content .no-products a:hover,
#main-content .woocommerce-pagination a:hover {
	background-color: #356d32 !important;
}

#main-content .et_pb_button.btn-light:hover {
	background: #fff !important;
}

#politicas a {
	color: #fff;
	margin: 0;
	font-size: 15px;
	display: block;
}
#politicas a:last-child {
	margin-right: unset;
}
#politicas a:hover {
	text-decoration: underline;
}

#breadcrumbs {
    color: #3b6d38;
    background: #98b650;
    padding: 7px 0;
    font-weight: 600;
}

#breadcrumbs a {color: inherit; transition: opacity 0.5s;}
#breadcrumbs a:hover {opacity: 0.8;}

#rodape {
	display: flex;
	justify-content: space-between;
}

#rodape .et_pb_column {
	width: auto !important;
}

#rodape:after {
	display: none;
}
#rodape h3 {
    margin-bottom: 8px;
}
/*custom*/
#main-content .btn-orcamento {
	margin-top: 20px;
	margin-bottom: 20px;
	background: #40af86;
	cursor: pointer;
}

#main-content .btn-orcamento:hover {
	background-color: #389673 !important;
}

#main-content .btn-orcamento.adicionado {
	background: #ad4b3f;
}

#main-content .btn-orcamento.adicionado:hover {
	background: #944035;
}

#main-content .btn-orcamento-link {
	display: inline-block;
	vertical-align: middle;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* AddToAny ################################################################################# */
.addtoany_content {
	display: none;
}

#main-content .et_pb_section .addtoany_content {
	display: block;
}

#main-content .addtoany_content,
#main-content .addtoany_content,
#content-area .addtoany_content {
	display: block;
}

#main-content .addtoany_content {
	max-width: 1200px;
	margin: auto;
	padding-bottom: 30px;
	text-align: center;
	padding-bottom: 30px;
}

/* WP PageNavi ################################################################################# */
.wp-pagenavi {
	padding-top: 22px !important;
	font-size: 1.2rem;
	text-align: center;
	font-family: 'Open Sans';
}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi span {
	padding: 16px !important;
	font-size: 1.2rem !important;
	display: inline-block;
	background: #ebe9eb;
	border: solid 1px #ddd;
}

.wp-pagenavi a {
	background: #87bf43;
	padding: 16px;
	font-size: 1.2rem !important;
	color: #fff !important;
	text-shadow: unset !important;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-family: 'Open Sans' !important;
	text-shadow: 1px 1px 1px #555 !important;
}

.wp-pagenavi a:hover {
	background-color: #6c9a35 !important;
}

.wp-pagenavi a.nextpostslink {
	color: #fff !important;
}

.et_pb_blog_0_tb_body .wp-pagenavi a.nextpostslink,
.et_pb_blog_0_tb_body .wp-pagenavi a.previouspostslink,
.et_pb_blog_0_tb_body .wp-pagenavi a.page {
	color: #fff !important;
	font-family: 'Open Sans' !important;
}

.et_pb_blog_0_tb_body .wp-pagenavi a,
.et_pb_blog_0_tb_body .wp-pagenavi span {
	font-family: 'Open Sans' !important;
}

.floating-whatsapp {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 30px;
	right: 30px;
	background-color: #43bc5d;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 30px;
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	z-index: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

.floating-whatsapp:hover {
	background-color: #39a04f;
}

.floating-whatsapp img {
	max-width: 50%;
}

/* CUSTOM ################################################################################# */


@media (max-width: 767px) {
	#rodape {flex-direction: column; align-items: center; text-align: center;}
	#rodape .et_pb_column + .et_pb_column {margin-top: 20px !important;}
	#rodape .et_pb_text_inner {text-align: center;}
}
.grecaptcha-badge {
	display: none !important;
}

body:not(.et-fb) h1,
body:not(.et-fb) h2,
body:not(.et-fb) h3 {
	font-family: 'Open Sans';
	font-weight: bold;
	line-height: 1em !important;
	padding: 0 !important;
}

.telefones a {
	display: block;
}

#custom_html-1,
#custom_html-2,
#custom_html-3,
#custom_html-4,
#custom_html-5 {
	width: 100% !important;
	margin: 0 !important;
}

body {
	font-family: 'Open Sans';
	color: #555;
}
