/*
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
*/

/* Forms ################################################################################# */
form label {
	font-weight: bold;
	font-size: 1rem;
}

form input[type='text'],
form input[type='email'],
form input[type='password'],
form select,
form textarea {
	width: 100%;
	background: #f1f1f1;
	padding: 12px 20px;
	border-radius: 2px;
	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-contato input[type='submit'] {
	font-family: 'Teko', Helvetica, Arial, Lucida, sans-serif !important;
	color: #c10f1b !important;
	background-color: #fff;
	font-size: 20px;
	font-weight: 500;
	border-radius: 0;
	letter-spacing: 4px;
	text-transform: uppercase;
	border: none;
	padding: 18px 30px 13px;
	line-height: 1;
	cursor: pointer;
	float: right;
}

.form-contato input[type='submit']:hover {
	background: #eee;
}
.form-contato .wpcf7-form-control {
	background: rgba(255, 255, 255, 0.12);
	color: #fff !important;
	font-size: 16px;
}

.form-contato textarea.wpcf7-form-control {
	height: 150px;
}

.form-contato .wpcf7-form-control::-webkit-input-placeholder {
	color: #eee;
}

.form-contato .wpcf7-form-control:-ms-input-placeholder {
	color: #eee;
}

.form-contato .wpcf7-form-control::placeholder {
	color: #eee;
}

form .wpcf7-field {
	margin-bottom: 20px;
}

.page-id-444 .wpcf7-form {
	display: flex;
	flex-wrap: wrap;
}
.page-id-444 .wpcf7-form .wpcf7-field {
	margin-bottom: 15px;
	width: 100%;
	overflow: hidden;
}
.page-id-444 .wpcf7-form .f-half {
	float: left;
	width: 49%;
}
.page-id-444 .wpcf7-form label {
	margin-bottom: 4px;
	display: block;
}
.page-id-444 .wpcf7-form .wpcf7-text,
.page-id-444 .wpcf7-form .wpcf7-select {
	color: #666;
	font-size: 16px;
}
.page-id-444 .wpcf7-form .f-half:nth-child(even) {
	margin-left: 2%;
}
.page-id-444 .wpcf7-form .select-arrow {
	min-height: 38px;
	line-height: 41px !important;
	background: #dc0707 !important;
	border: none !important;
	width: 36px !important;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}
.page-id-444 .wpcf7 input[type='checkbox'] {
	display: none;
}
#lista-opcoes .wpcf7-list-item {
	display: block;
	float: left;
	padding: 0;
	width: 49%;
	margin: 0 1% 16px 0;
}
.page-id-444 .wpcf7-form #lista-opcoes label {
	margin: 0;
	font-size: 17px;
	text-transform: uppercase;
	cursor: pointer;
}
#lista-opcoes .wpcf7-list-item-label:before {
	width: 20px;
	height: 20px;
	float: left;
	background: #fff;
	margin-right: 10px;
	border: 1px solid #ccc;
	transition: background-color 0.5s, border-color 0.5s;
}
#lista-opcoes .wpcf7-list-item-label {
	display: flex;
	align-items: center;
}
.page-id-444 .wpcf7-form .f-opcoes > label {
	font-size: 20px;
	margin-bottom: 20px;
	display: block;
	font-weight: bold;
}
.page-id-444 .wpcf7-form .f-opcoes {
	padding-top: 20px;
	display: block;
	overflow: hidden;
	width: 100%;
}
#lista-opcoes input[type='checkbox']:checked + .wpcf7-list-item-label:before {
	background: #dc0707;
	content: "\2713";
	text-align: center;
	color: #fff;
	border-color: #dc0707;
}
.page-id-444 .wpcf7-form-control.wpcf7-submit {
	color: #fff !important;
	border-radius: 0;
	padding: 16px 50px;
	font-size: 18px;
	background: #c10f1b;
	border: none;
	font-family: 'Teko', Helvetica, Arial, Lucida, sans-serif !important;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 600;
	cursor: pointer;
}

.page-id-444 .wpcf7-form-control.wpcf7-submit:hover {
	background-color: #a30e18;
}

.wpcf7-response-output {
	width: 100%;
	padding: 16px !important;
	font-size: 18px;
	margin: 30px 0 0 !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%;
}

#mobile_menu {
	padding: 0;
	background: rgba(10, 10, 10, 0.6) !important;
	border-color: #cb111e;
}

#mobile_menu a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: none;
	text-transform: uppercase;
}

#mobile_menu .sub-menu {
	background: #0001;
	padding: 0 !important;
}

.mobile_menu_bar:before {
	color: #fff !important;
}

.et_pb_blog_grid a.more-link {
	color: #000000 !important;
	border-radius: 0px;
	letter-spacing: 0px;
	font-size: 16px;
	font-style: italic !important;
	text-transform: uppercase !important;
	background-color: rgba(255, 255, 255, 0);
	box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 20%);
	border: 2px solid #000;
	padding: 0.25em 1em;
	display: inline-block;
	margin-top: 15px;
	position: relative;
	transition: padding-right 0.3s;
}

.et_pb_blog_grid a.more-link:after {
	content: '\35';
	font-family: 'ETmodules';
	text-decoration: none;
	font-style: normal;
	line-height: 1;
	font-size: 1.6em;
	color: #e02b20;
	font-weight: normal;
	position: absolute;
	right: 4px;
	top: 50%;
	margin-top: -13px;
	transition: opacity 0.3s, transform 0.3s;
	opacity: 0;
	transform: translateX(-20px);
}

.et_pb_blog_grid a.more-link:hover {
	padding-right: 28px !important;
}

.et_pb_blog_grid a.more-link:hover:after {
	opacity: 1;
	transform: none;
}
.single-post #main-content .et_pb_text_inner * {
    line-height: 1.5;
}

@media screen and (max-width: 980px) {
	#main-content .et_pb_row {
		width: 92%;
	}

	#lista-opcoes .wpcf7-list-item,
	.page-id-444 .wpcf7-form .f-half {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.page-id-444 .wpcf7-form .f-half:nth-child(even) {
		margin-left: 0 !important;
	}
}
