div#smartbanner {
	display: none !important;
}

@media screen and (max-width:767px) {
	.et_pb_section.header.et_pb_section_0.et_pb_with_background.et_section_regular.et_pb_section_sticky {
		display: block;
	}

	img.logotipo_cliente {
		display: block;
	}
}



@-webkit-keyframes fadeBottom {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeBottom {
	0% {
		opacity: 0;
		-moz-transform: translateY(10%);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeBottom {
	0% {
		opacity: 0;
		-o-transform: translateY(10%);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeBottom {
	0% {
		opacity: 0;
		transform: translateY(10%);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes fadeLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-10%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-10%);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-10%);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeLeft {
	0% {
		opacity: 0;
		transform: translateX(-10%);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100%);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-100%);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-100%);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@-webkit-keyframes fadeRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(10%);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeRight {
	0% {
		opacity: 0;
		-o-transform: translateX(10%);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeRight {
	0% {
		opacity: 0;
		transform: translateX(10%);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(100%);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(100%);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%);
	}
}

@-moz-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(100%);
	}
}

@-o-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(100%);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(100%);
	}
}

@-webkit-keyframes fadeInTop {
	0% {
		opacity: 0;
		-webkit-transform: translatey(-60%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translatey(0);
	}
}

@-moz-keyframes fadeInTop {
	0% {
		opacity: 0;
		-moz-transform: translatey(-60%);
	}

	100% {
		opacity: 1;
		-moz-transform: translatey(0);
	}
}

@-o-keyframes fadeInTop {
	0% {
		opacity: 0;
		-o-transform: translatey(-60%);
	}

	100% {
		opacity: 1;
		-o-transform: translatey(0);
	}
}

@keyframes fadeInTop {
	0% {
		opacity: 0;
		transform: translatey(-60%);
	}

	100% {
		opacity: 1;
		transform: translatey(0);
	}
}

@-webkit-keyframes fadeOutTop {
	0% {
		opacity: 1;
		-webkit-transform: translatey(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translatey(-60%);
	}
}

@-moz-keyframes fadeOutTop {
	0% {
		opacity: 1;
		-moz-transform: translatey(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translatey(-60%);
	}
}

@-o-keyframes fadeOutTop {
	0% {
		opacity: 1;
		-o-transform: translatey(0);
	}

	100% {
		opacity: 0;
		-o-transform: translatey(-60%);
	}
}

@keyframes fadeOutTop {
	0% {
		opacity: 1;
		transform: translatey(0);
	}

	100% {
		opacity: 0;
		transform: translatey(-60%);
	}
}

@-webkit-keyframes fadeInBottom {
	0% {
		opacity: 0;
		-webkit-transform: translatey(60%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translatey(0);
	}
}

@-moz-keyframes fadeInBottom {
	0% {
		opacity: 0;
		-moz-transform: translatey(60%);
	}

	100% {
		opacity: 1;
		-moz-transform: translatey(0);
	}
}

@-o-keyframes fadeInBottom {
	0% {
		opacity: 0;
		-o-transform: translatey(60%);
	}

	100% {
		opacity: 1;
		-o-transform: translatey(0);
	}
}

@keyframes fadeInBottom {
	0% {
		opacity: 0;
		transform: translatey(60%);
	}

	100% {
		opacity: 1;
		transform: translatey(0);
	}
}

@-webkit-keyframes fadeOutBottom {
	0% {
		opacity: 1;
		-webkit-transform: translatey(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translatey(60%);
	}
}

@-moz-keyframes fadeOutBottom {
	0% {
		opacity: 1;
		-moz-transform: translatey(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translatey(60%);
	}
}

@-o-keyframes fadeOutBottom {
	0% {
		opacity: 1;
		-o-transform: translatey(0);
	}

	100% {
		opacity: 0;
		-o-transform: translatey(60%);
	}
}

@keyframes fadeOutBottom {
	0% {
		opacity: 1;
		transform: translatey(0);
	}

	100% {
		opacity: 0;
		transform: translatey(60%);
	}
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-70%);
	}
}

@-moz-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(-70%);
	}
}

@-o-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(-70%);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(-70%);
	}
}

@-webkit-keyframes fadeTop {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeTop {
	0% {
		opacity: 0;
		-moz-transform: translateY(-10%);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeTop {
	0% {
		opacity: 0;
		-o-transform: translateY(-10%);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeTop {
	0% {
		opacity: 0;
		transform: translateY(-10%);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(100%);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(100%);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@-webkit-keyframes Grow {
	0% {
		opacity: 0;
		-webkit-transform: scale(1, 0.5);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1, 1);
	}
}

@-moz-keyframes Grow {
	0% {
		opacity: 0;
		-moz-transform: scale(1, 0.5);
	}

	100% {
		opacity: 1;
		-moz-transform: scale(1, 1);
	}
}

@-o-keyframes Grow {
	0% {
		opacity: 0;
		-o-transform: scale(1, 0.5);
	}

	100% {
		opacity: 1;
		-o-transform: scale(1, 1);
	}
}

@keyframes Grow {
	0% {
		opacity: 0;
		transform: scale(1, 0.5);
	}

	100% {
		opacity: 1;
		transform: scale(1, 1);
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes slideWidth {
	0% {
		width: 0;
	}
}

@-moz-keyframes slideWidth {
	0% {
		width: 0;
	}
}

@-o-keyframes slideWidth {
	0% {
		width: 0;
	}
}

@keyframes slideWidth {
	0% {
		width: 0;
	}
}

@-webkit-keyframes gridFadeIn {
	0% {
		opacity: 0;
		-webkit-transform: translatey(-5%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translatey(0);
	}
}

@-moz-keyframes gridFadeIn {
	0% {
		opacity: 0;
		-moz-transform: translatey(-5%);
	}

	100% {
		opacity: 1;
		-moz-transform: translatey(0);
	}
}

@-o-keyframes gridFadeIn {
	0% {
		opacity: 0;
		-o-transform: translatey(-5%);
	}

	100% {
		opacity: 1;
		-o-transform: translatey(0);
	}
}

@keyframes gridFadeIn {
	0% {
		opacity: 0;
		transform: translatey(-5%);
	}

	100% {
		opacity: 1;
		transform: translatey(0);
	}
}

@-webkit-keyframes flipInX {
	0% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	0% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@-webkit-keyframes flipInY {
	0% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	0% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

a,
body,
div,
form,
h1,
h2,
h3,
html,
img,
li,
ol,
p,
q,
s,
span,
strong,
ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: 0 0;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	line-height: 1;
	color: #666;
	background-color: #fff;
	font-family: open sans, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.7em;
	overflow: unset !important;
	border-top: 7px solid #ce1c30;
	border-bottom: 7px solid #ce1c30;
}

@media screen and (max-width:767px) {
	body {
		border-top: 7px solid #3c3c3c;
		border-bottom: 7px solid #ce1c30;
	}
}

ol {

	list-style: none;
}

:focus {
	outline: 0;
}

article {
	display: block;
}

body.page-template-page-template-blank-php #page-container {
	padding-top: 0 !important;
}

body.et_cover_background {
	background-repeat: no-repeat !important;
	background-attachment: fixed;
	background-position: top center !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
}

a {
	color: #3c3c3c;
	text-decoration: none;
}

a:hover,
a:active {
	color: #4b4b4b;
	text-decoration: none;
}

p {
	padding-bottom: 1em;
	color: #3c3c3c;
}

strong {
	font-weight: 700;
}

sup {
	position: relative;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	bottom: 0.8em;
}

h1,
h2,
h3 {
	padding-bottom: 10px;
	color: #333;
	font-weight: 500;
	line-height: 1em;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

input {
	-webkit-appearance: none;
}

input.text,
input.title,
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea {
	padding: 2px;
	border: 1px solid #bbb;
	color: #4e4e4e;
	background-color: #fff;
}

input.text:focus,
input.title:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
	border-color: #2d3940;
	color: #3e3e3e;
}

input.text,
input.title,
input[type="text"],
select,
textarea {
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.clear {
	clear: both;
}

#main-content {
	background-color: #fff;
}

.et_fixed_nav.et_show_nav #page-container {
	padding-top: 80px;
}

.et_pb_pagebuilder_layout .entry-content,
.et_pb_pagebuilder_layout .et_pb_post .entry-content {
	margin-bottom: 0 !important;
	padding-top: 0;
}

.page.et_pb_pagebuilder_layout #main-content {
	background-color: transparent;
}

@media all and (max-width: 980px) {

	#page-container,
	.et_fixed_nav.et_show_nav #page-container,
	.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {
		padding-top: 80px;
	}
}

@font-face {
	font-family: ETmodules;
	src: url(core/admin/fonts/modules.eot);
	src: url(core/admin/fonts/modules.eot?#iefix) format("embedded-opentype"),
		url(core/admin/fonts/modules.ttf) format("truetype"), url(core/admin/fonts/modules.woff) format("woff"),
		url(core/admin/fonts/modules.svg#ETmodules) format("svg");
	font-weight: 400;
	font-style: normal;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.et_pb_column_1_3 h2,
.et_pb_column_1_4 h2 {
	font-size: 23px;
}

.et_pb_number_counter,
.et_pb_portfolio_item,
.et_pb_post,
.et_pb_slide_description,
.et_pb_tab,
.et_pb_tabs_controls,
.et_pb_text,
.et_pb_toggle_content,
.et_pb_toggle_title,
.et_pb_widget,
.product {
	word-wrap: break-word;
}

.et_pb_row {
	position: relative;
	width: 80%;
	max-width: 1080px;
	margin: auto;
}

.et_pb_column {
	float: left;
	position: relative;
	z-index: 9;
	background-position: center;
	background-size: cover;
}

.et_pb_css_mix_blend_mode_passthrough {
	mix-blend-mode: unset !important;
}

.et_pb_counters .et_pb_counter_container,
.et_pb_module,
.et_pb_portfolio_item,
.et_pb_posts_nav a,
.et_pb_row,
.et_pb_row_inner,
.et_pb_slide,
.et_pb_tab,
.et_pb_with_background {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.et_pb_image {
	display: block;
	margin-right: auto;
	margin-left: auto;
	line-height: 0;
	display: block;
}

.et_pb_image .et_pb_image_wrap {
	display: inline-block;
	position: relative;
	max-width: 100%;
}

.et_pb_image img {
	position: relative;
	margin: 0 auto;
	display: block;
	text-align: center;
}

.et_pb_image video {
	position: relative;
	margin: 0 auto;
	display: block;
	text-align: center;
	max-width: 100%;
}

.et_pb_image_sticky {
	display: inherit;
	margin-bottom: 0 !important;
}

.et_pb_row:after,
.et_pb_row_inner:after,
.et_pb_slides:after {
	display: block;
	visibility: hidden;
	clear: both;
	width: 0;
	height: 0;
	line-height: 0;
	content: ".";
}

.et_pb_section,
.et_pb_slider .et_pb_slide {
	background-position: center;
	-webkit-background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: 100%;
	-moz-background-size: cover;
	background-size: 100%;
	background-size: cover;
}

.et_pb_text> :last-child {
	padding-bottom: 0;
}

.et_pb_text_inner {
	position: relative;
}

.et_pb_bg_layout_dark,
.et_pb_bg_layout_dark h1,
.et_pb_bg_layout_dark h2,
.et_pb_bg_layout_dark h3,
.et_pb_bg_layout_dark h4,
.et_pb_bg_layout_dark h5,
.et_pb_bg_layout_dark h6 {
	color: #3c3c3c;
}

.et_pb_text_align_left {
	text-align: left;
}

.et_pb_section {
	position: relative;
	background-color: #fff;
}

.et_pb_row .et_pb_column.et-last-child,
.et_pb_row .et_pb_column:last-child,
.et_pb_row_inner .et_pb_column.et-last-child,
.et_pb_row_inner .et_pb_column:last-child {
	margin-right: 0;
}

.et_pb_space {
	box-sizing: content-box;
	height: 23px;
	border: none;
}

.et_pb_divider_internal {
	display: inline-block;
	width: 100%;
}

.et_pb_divider {
	position: relative;
	margin: 0 0 30px;
}

.et_pb_divider:before {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eee;
	border-top-color: rgba(0, 0, 0, 0.1);
	content: "";
}

.et_pb_divider:after,
.et_pb_space:after {
	display: table;
	content: "";
}

.et_pb_module {
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-duration: 0.2s;
	-moz-animation-duration: 0.2s;
	-o-animation-duration: 0.2s;
	animation-duration: 0.2s;
}

.et_pb_code_inner {
	position: relative;
}

.et-waypoint {
	opacity: 0;
}

@media all and (min-width: 981px) {

	.et_pb_gutters3 .et_pb_column,
	.et_pb_gutters3.et_pb_row .et_pb_column {
		margin-right: 5.5%;
	}

	.et_pb_gutters3 .et_pb_column_4_4,
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 {
		width: 100%;
	}

	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module {
		margin-bottom: auto;
	}

	.et_pb_gutters3 .et_pb_column_3_4,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 {
		width: 73.625%;
	}

	.et_pb_gutters3 .et_pb_column_3_4 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_module,
	.et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_module,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 3.735%;
	}

	.et_pb_gutters3 .et_pb_column_2_3,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 {
		width: 64.833%;
	}

	.et_pb_gutters3 .et_pb_column_2_3 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_module,
	.et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_module,
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_module {
		margin-bottom: 4.242%;
	}

	.et_pb_gutters3 .et_pb_column_1_2,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
		width: 47.25%;
	}

	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module,
	.et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module,
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_module {
		margin-bottom: 5.82%;
	}

	.et_pb_gutters3 .et_pb_column_1_3,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
		width: 29.666%;
	}

	.et_pb_gutters3 .et_pb_column_1_3 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module,
	.et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module,
	.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_3 .et_pb_module {
		margin-bottom: 9.27%;
	}

	.et_pb_gutters3 .et_pb_column_1_4,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
		width: 20.875%;
	}

	.et_pb_gutters3 .et_pb_column_1_4 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_module,
	.et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module,
	.et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module,
	.et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_module,
	.et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_module {
		margin-bottom: 0;
	}

	.et_pb_section {
		padding: 4% 0;
	}

	.et_pb_row {
		padding: 2% 0;
	}

	.et_pb_section .et_pb_row .et_pb_column .et_pb_module.et-last-child,
	.et_pb_section .et_pb_row .et_pb_column .et_pb_module:last-child,
	.et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module.et-last-child,
	.et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module:last-child,
	.et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module.et-last-child,
	.et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module:last-child {
		margin-bottom: 0;
	}

	.et_pb_row .et_pb_column.et-last-child,
	.et_pb_row .et_pb_column:last-child,
	.et_pb_row_inner .et_pb_column.et-last-child,
	.et_pb_row_inner .et_pb_column:last-child {
		margin-right: 0 !important;
	}

	.et_pb_row.et_pb_equal_columns,
	.et_pb_row_inner.et_pb_equal_columns,
	.et_pb_section.et_pb_equal_columns>.et_pb_row {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		direction: ltr;
	}

	.et_pb_row.et_pb_equal_columns>.et_pb_column {
		order: 1;
	}

	.et_pb_section_sticky,
	.et_pb_section_sticky .et_pb_column_single,
	.et_pb_section_sticky .et_pb_row.et-last-child,
	.et_pb_section_sticky .et_pb_row:last-child,
	.et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner.et-last-child,
	.et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner:last-child {
		padding-bottom: 0 !important;
	}
}

@media all and (max-width: 980px) {
	.et_pb_column {
		width: 100% !important;
	}

	.et_pb_section {
		padding: 50px 0;
	}

	.et_pb_column .et_pb_row_inner,
	.et_pb_row {
		padding: 30px 0;
	}

	.et_pb_column {
		margin-bottom: 30px;
	}

	.et_pb_row.et-last-child .et_pb_column.et-last-child,
	.et_pb_row:last-child .et_pb_column:last-child {
		margin-bottom: 0;
	}

	.et_pb_section .et_pb_column .et_pb_module {
		margin-bottom: 30px;
	}

	.et_pb_row .et_pb_column .et_pb_module.et-last-child,
	.et_pb_row .et_pb_column .et_pb_module:last-child,
	.et_section_specialty .et_pb_row .et_pb_column .et_pb_module.et-last-child,
	.et_section_specialty .et_pb_row .et_pb_column .et_pb_module:last-child {
		margin-bottom: 0;
	}

	.et_pb_row_1-2_1-4_1-4,
	.et_pb_row_1-4_1-4,
	.et_pb_row_1-4_1-4_1-2,
	.et_pb_row_4col {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		overflow: hidden;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4,
	.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4,
	.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4,
	.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 {
		width: 47.25%;
		margin-right: 5.5%;
	}

	.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4:nth-child(odd),
	.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4:nth-child(even),
	.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4:nth-child(even),
	.et_pb_row_4col>.et_pb_column.et_pb_column_1_4:nth-child(even) {
		margin-right: 0;
	}

	.et_pb_row_1-2_1-4_1-4 .et_pb_column:nth-last-child(-n + 2),
	.et_pb_row_1-4_1-4 .et_pb_column:nth-last-child(-n + 2),
	.et_pb_row_4col .et_pb_column:nth-last-child(-n + 2) {
		margin-bottom: 0;
	}

	.et_always_center_on_mobile {
		margin-right: auto !important;
		margin-left: auto !important;
		text-align: center !important;
	}

	.et_pb_section .et_pb_row,
	.et_pb_section.et_section_specialty .et_pb_row {
		max-width: 1080px !important;
	}
}

@media all and (max-width: 479px) {
	.et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_4 {
		width: 100%;
		margin: 0 0 30px;
	}

	.et_pb_row .et_pb_column.et_pb_column_1_4.et-last-child,
	.et_pb_row .et_pb_column.et_pb_column_1_4:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 767px) {

	.et_pb_column .et_pb_row_inner,
	.et_pb_row {
		padding: 0;
	}

	.et_pb_row {
		width: 90%;
	}
}

.et_animated {
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both !important;
	animation-fill-mode: both !important;
}

@-webkit-keyframes et_pb_fade {
	to {
		opacity: 1;
	}
}

@keyframes et_pb_fade {
	to {
		opacity: 1;
	}
}

.et_animated.fade {
	-webkit-animation-name: et_pb_fade;
	animation-name: et_pb_fade;
}

@-webkit-keyframes et_pb_fadeTop {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes et_pb_fadeTop {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes et_pb_fadeRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes et_pb_fadeRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes et_pb_fadeBottom {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes et_pb_fadeBottom {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes et_pb_fadeLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes et_pb_fadeLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes et_pb_slide {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes et_pb_slide {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.et_animated.slide {
	-webkit-animation-name: et_pb_slide;
	animation-name: et_pb_slide;
}

@-webkit-keyframes et_pb_slideTop {
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes et_pb_slideTop {
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes et_pb_slideRight {
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes et_pb_slideRight {
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.et_animated.slideRight {
	-webkit-animation-name: et_pb_slideRight;
	animation-name: et_pb_slideRight;
}

@-webkit-keyframes et_pb_slideBottom {
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes et_pb_slideBottom {
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes et_pb_slideLeft {
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes et_pb_slideLeft {
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.et_animated.slideLeft {
	-webkit-animation-name: et_pb_slideLeft;
	animation-name: et_pb_slideLeft;
}

@-webkit-keyframes et_pb_bounce {

	20%,
	40%,
	60%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes et_pb_bounce {

	20%,
	40%,
	60%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes et_pb_bounceTop {

	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		-webkit-transform: translate3d(0, -200px, 0);
		transform: translate3d(0, -200px, 0);
	}

	60% {
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes et_pb_bounceTop {

	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		-webkit-transform: translate3d(0, -200px, 0);
		transform: translate3d(0, -200px, 0);
	}

	60% {
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes et_pb_bounceRight {

	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	from {
		-webkit-transform: translate3d(200px, 0, 0);
		transform: translate3d(200px, 0, 0);
	}

	60% {
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes et_pb_bounceRight {

	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	from {
		-webkit-transform: translate3d(200px, 0, 0);
		transform: translate3d(200px, 0, 0);
	}

	60% {
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes et_pb_bounceBottom {

	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	from {
		-webkit-transform: translate3d(0, 200px, 0);
		transform: translate3d(0, 200px, 0);
	}

	60% {
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes et_pb_bounceBottom {

	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	from {
		-webkit-transform: translate3d(0, 200px, 0);
		transform: translate3d(0, 200px, 0);
	}

	60% {
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes et_pb_bounceLeft {

	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		-webkit-transform: translate3d(-200px, 0, 0);
		transform: translate3d(-200px, 0, 0);
	}

	60% {
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes et_pb_bounceLeft {

	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		-webkit-transform: translate3d(-200px, 0, 0);
		transform: translate3d(-200px, 0, 0);
	}

	60% {
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes et_pb_zoom {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes et_pb_zoom {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes et_pb_zoomTop {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes et_pb_zoomTop {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes et_pb_zoomRight {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes et_pb_zoomRight {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes et_pb_zoomBottom {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes et_pb_zoomBottom {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes et_pb_zoomLeft {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes et_pb_zoomLeft {
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes et_pb_flip {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateX(0);
		transform: perspective(0) rotateX(0);
	}
}

@keyframes et_pb_flip {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateX(0);
		transform: perspective(0) rotateX(0);
	}
}

.et_animated.flip {
	-webkit-animation-name: et_pb_flip;
	animation-name: et_pb_flip;
}

@-webkit-keyframes et_pb_flipTop {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
	}

	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateX(0);
		transform: perspective(0) rotateX(0);
	}
}

@keyframes et_pb_flipTop {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
	}

	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateX(0);
		transform: perspective(0) rotateX(0);
	}
}

@-webkit-keyframes et_pb_flipRight {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
	}

	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateY(0);
		transform: perspective(0) rotateY(0);
	}
}

@keyframes et_pb_flipRight {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
	}

	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateY(0);
		transform: perspective(0) rotateY(0);
	}
}

@-webkit-keyframes et_pb_flipBottom {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
	}

	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateX(0);
		transform: perspective(0) rotateX(0);
	}
}

@keyframes et_pb_flipBottom {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
	}

	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateX(0);
		transform: perspective(0) rotateX(0);
	}
}

@-webkit-keyframes et_pb_flipLeft {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
	}

	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateY(0);
		transform: perspective(0) rotateY(0);
	}
}

@keyframes et_pb_flipLeft {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
	}

	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateY(0);
		transform: perspective(0) rotateY(0);
	}
}

@-webkit-keyframes et_pb_fold {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateY(0);
		transform: perspective(0) rotateY(0);
	}
}

@keyframes et_pb_fold {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateY(0);
		transform: perspective(0) rotateY(0);
	}
}

@-webkit-keyframes et_pb_foldTop {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateX(0);
		transform: perspective(0) rotateX(0);
	}
}

@keyframes et_pb_foldTop {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateX(0);
		transform: perspective(0) rotateX(0);
	}
}

@-webkit-keyframes et_pb_foldRight {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateY(0);
		transform: perspective(0) rotateY(0);
	}
}

@keyframes et_pb_foldRight {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateY(0);
		transform: perspective(0) rotateY(0);
	}
}

@-webkit-keyframes et_pb_foldBottom {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateX(0);
		transform: perspective(0) rotateX(0);
	}
}

@keyframes et_pb_foldBottom {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateX(0);
		transform: perspective(0) rotateX(0);
	}
}

@-webkit-keyframes et_pb_foldLeft {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateY(0);
		transform: perspective(0) rotateY(0);
	}
}

@keyframes et_pb_foldLeft {
	to {
		opacity: 1;
		-webkit-transform: perspective(0) rotateY(0);
		transform: perspective(0) rotateY(0);
	}
}

@-webkit-keyframes et_pb_roll {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transform-origin: center;
		transform-origin: center;
	}
}

@keyframes et_pb_roll {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transform-origin: center;
		transform-origin: center;
	}
}

@-webkit-keyframes et_pb_rollTop {
	from {
		-webkit-transform-origin: top;
		transform-origin: top;
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transform-origin: top;
		transform-origin: top;
	}
}

@keyframes et_pb_rollTop {
	from {
		-webkit-transform-origin: top;
		transform-origin: top;
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transform-origin: top;
		transform-origin: top;
	}
}

@-webkit-keyframes et_pb_rollRight {
	from {
		-webkit-transform-origin: right;
		transform-origin: right;
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transform-origin: right;
		transform-origin: right;
	}
}

@keyframes et_pb_rollRight {
	from {
		-webkit-transform-origin: right;
		transform-origin: right;
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transform-origin: right;
		transform-origin: right;
	}
}

@-webkit-keyframes et_pb_rollBottom {
	from {
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
	}
}

@keyframes et_pb_rollBottom {
	from {
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
	}
}

@-webkit-keyframes et_pb_rollLeft {
	from {
		-webkit-transform-origin: left;
		transform-origin: left;
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transform-origin: left;
		transform-origin: left;
	}
}

@keyframes et_pb_rollLeft {
	from {
		-webkit-transform-origin: left;
		transform-origin: left;
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transform-origin: left;
		transform-origin: left;
	}
}

.clear {
	clear: both;
}

/* #bio_ep,
#bio_ep_bg {
    display: none !important;
} */
#smartbanner {
	position: relative !important;
}

#smartbanner_main {
	max-width: 430px !important;
}

@media only screen and (min-width: 1350px) {
	.et_pb_row {
		padding: 27px 0;
	}

	.et_pb_section {
		padding: 54px 0;
	}
}

.clear {
	clear: both;
}

.header {
	-webkit-box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.3);
	padding: 20px 0 10px !important;
}

.atendimento_header {
	width: 870px;
	float: right;
}

.atendimento_header div {
	float: left;
	padding: 10px 10px 5px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.atendimento_header div:nth-child(2) {
	margin-left: 0%;
}

.atendimento_header img,
.atendimento_footer img {
	display: block;
	float: left;
	margin-right: 15px;
}

.atendimento_header p,
.atendimento_footer p {
	font-size: 16px;
	display: inline-block;
	color: #3c3c3c;
}

.atendimento_header strong,
.atendimento_footer strong {
	font-size: 24px;
	display: block;
	margin-top: 3px;
}

.atendimento_header .atendimento_header-whatsapp a {
	display: inline-block;
	background: #ce1c30;
	color: #fff;
	height: 38px;
	line-height: 35px;
	padding: 0 10px;
	margin-left: 10px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	top: -10px;
}

.atendimento_header .atendimento_header-whatsapp {
	width: 400px;
	color: #fff;
	background-size: cover;
	background-color: #636162;
	max-width: 100%;
}

.atendimento_header .atendimento_header-whatsapp p {
	color: #fff;
	line-height: 20px;
}

.atendimento_header .atendimento_header-central_vendas {
	width: 470px;
	color: #3c3c3c;
}

.atendimento_footer .atendimento_header-central_vendas {
	color: #3c3c3c;
}

.atendimento_footer .atendimento_header-whatsapp a,
.atendimento_footer .atendimento_header-whatsapp {
	color: #2f9f7c;
}

.atendimento_footer {
	display: flex;
	justify-content: center;
}

.atendimento_footer div {
	margin: 0 70px;
}

.box_atendimento_footer .et_pb_code {
	width: 100%;
}

.box_preco:before {
	content: "";
	display: block;
	width: 130px;
	height: 6px;
	margin: 0 auto;
	background: #3c3c3c;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.box_preco {
	background: #ce1c30;
	position: relative;
	display: inline-block;
	padding: 23px 20px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.box_preco strong {
	display: block;
	color: #fff;
	font-size: 50px;
	margin-top: 20px;
	margin-bottom: 6px;
}

.box_preco small {
	font-size: 10px;
	line-height: 0;
	margin-top: 10px;
	display: block;
}

.box_preco sup {
	bottom: 1.5em;
	font-size: 20px;
}

.planos_home {
	width: 44%;
	margin: 0 15px;
	float: left;
	display: block;
}

.planos_home .box_preco {
	display: block;
}

.planos_home .box_preco:nth-child(2) {
	float: right;
}

.box_logos:before {
	content: "";
	display: block;
	width: 92%;
	height: 4px;
	margin: 0 auto;
	background: #ce1c30;
	position: absolute;
	top: -4px;
	left: 0;
	right: 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

.box_logos {
	background: #fff;
	padding: 10px 30px 20px;
	top: -50px;
	z-index: 10 !important;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 24px 81px rgba(0, 0, 0, 0.35), 0 9px 32px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 1000 !important;
}

#box_logos_container {
	display: flex;
}

#box_logos_container .et_pb_module {
	margin: 0 auto;
	float: left;
	padding: 0 13px;
}

.box_planos_precos .et_pb_column {
	-webkit-border-radius: 6px;
	border-radius: 0 30px;
	padding: 25px 0 6px;
}

.box_planos_precos .box_preco {
	width: calc(100% - 12px);
	margin: auto;
	display: block;
	border-radius: 0 32px;
	font-size: 16px;
	min-height: 150px;
	padding: 15px 10px;
}

.box_planos_precos .et_pb_text_inner {
	padding: 0 20px;
}

.box_planos_precos .box_preco strong {
	font-size: 30px;
}

.box_planos_precos .box_preco sup {
	bottom: 0.6em;
	font-size: 15px;
}

.form_rodape {
	margin-top: -112px !important;
}

.banner_topo .et-last-child {
	z-index: 999;
}

.formulario_orcamento_container {
	position: absolute;
	right: 0;
	z-index: 99999999;
	top: -100px;
}

.formulario_orcamento {
	width: 370px;
	background-color: #ececec;
	background-size: cover;
	padding: 30px 30px 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 24px 81px rgba(0, 0, 0, 0.65), 0 9px 32px rgba(0, 0, 0, 0.4);
	box-shadow: 0 24px 81px rgba(0, 0, 0, 0.65), 0 9px 32px rgba(0, 0, 0, 0.4);
}

.formulario_orcamento h2 img {
	display: block;
	/* float: left; */
	margin: 0 auto;
}

.formulario_orcamento h2 br {
	display: none;
}

.formulario_orcamento h2 {
	color: #3c3c3c;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
}

.formulario_orcamento h2 strong {
	font-weight: 700;
	display: block;
	font-size: 22px;
}

input[type="text"],
input[type="email"],
textarea {
	width: 100%;
	height: 46px;
	padding: 10px;
	margin-bottom: 5px;
	border: none;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.formulario_meligue form {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.formulario_meligue input {
	margin: 4px;
}

@media screen and (max-width: 1230px) {
	.header .et_pb_image {
		text-align: center;
	}

	.header .et_pb_column {
		width: 100%;
		float: none;
		margin: 0 auto;
	}

	.header .atendimento_header {
		float: none;
		width: 100%;
		margin-top: 40px;
	}
}

@media screen and (max-width: 980px) {
	.formulario_orcamento_container {
		position: relative;
		top: inherit;
	}

	.formulario_orcamento {
		width: 100%;
	}

	.atendimento_header div {
		width: 50% !important;
		margin: 0 !important;
		text-align: center;
	}

	.atendimento_header img,
	.atendimento_footer img {
		float: none;
		margin: 0 auto;
	}

	.atendimento_header p {
		display: block;
	}

	.atendimento_header a {
		top: 0 !important;
		margin-top: 10px;
	}

	.banner_topo h1,
	.banner_topo .et_pb_code_inner {
		text-align: center;
	}

	.atendimento_footer {
		text-align: center;
		display: block;
	}

	.atendimento_footer div {
		margin: 0;
	}

	.atendimento_footer div:nth-child(2) {
		margin-top: 20px;
	}
}

@media screen and (max-width: 770px) {
	#box_logos_container {
		display: block;
	}
}

@media screen and (max-width: 740px) {
	.precos_planos_home_esquerdo .box_preco {
		width: 100%;
		margin-bottom: 30px;
	}

	.formulario_meligue input[type="text"],
	.formulario_meligue input[type="submit"] {
		width: 100%;
		float: none;
		margin: 0 0 10px;
	}
}

@media screen and (max-width: 660px) {
	.atendimento_header div {
		width: 100% !important;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 390px) {
	.box_preco strong {
		font-size: 30px;
	}

	.box_preco sup {
		bottom: 0.6em;
		font-size: 15px;
	}
}

.et_pb_section_0 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.et_pb_column_12 {
	background-color: #fff;
}

.et_pb_section_4 {
	padding-top: 80px;
	padding-bottom: 150px;
	margin-top: 0;
}

.et_pb_divider_0 {
	max-width: 200px;
	height: 10px;
}

.et_pb_divider_0:before {
	border-top-color: #fff;
	border-top-width: 4px;
}

.et_pb_text_5 h2 {
	font-size: 36px;
}

.et_pb_text_5 {
	margin-bottom: 0 !important;
}

.et_pb_text_6 h2 {
	font-size: 48px;
}

.et_pb_text_6 {
	margin-top: 0 !important;
}

.et_pb_row_6 {
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
}

.et_pb_column_10 {
	background-color: #fff;
}

.et_pb_image_11 {
	padding-bottom: 0;
	margin-bottom: 0 !important;
	text-align: center;
}

.et_pb_column_11 {
	background-color: #fff;
}

.et_pb_image_13 {
	padding-bottom: 0;
	margin-bottom: 0 !important;
	text-align: center;
}

.et_pb_image_15 {
	padding-bottom: 0;
	margin-bottom: 0 !important;
	text-align: center;
}

.et_pb_text_4 h3 {
	font-weight: 700;
	font-size: 24px;
	color: #ce1c30 !important;
}

.et_pb_column_13 {
	background-color: #fff;
}

.et_pb_image_17 {
	padding-bottom: 0;
	margin-bottom: 0 !important;
	text-align: center;
}

.et_pb_section_5 {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.et_pb_row_7 {
	/* background-image: url(../images/bgcontato.png); */
	max-width: 1200px !important;
}

.et_pb_section_6 {
	padding-top: 120px;
	padding-bottom: 10px;
	margin-top: 0;
}

.et_pb_section_6.et_pb_section {
	background-color: #eee !important;
}

.et_pb_image_19 {
	text-align: center;
}

.et_pb_text_11 h3 {
	font-weight: 700;
	font-size: 24px;
	color: #3c3c3c !important;
}

.et_pb_divider_1:before {
	border-top-color: rgba(0, 0, 0, 0.09);
	opacity: 0;
}

.et_pb_row_9.et_pb_row {
	margin-bottom: 20px !important;
	padding-bottom: 0;
}

.et_pb_image_20 {
	text-align: center;
}

div.et_pb_section.et_pb_section_4 {
	background-image: url(../images/bg-planos.jpg) !important;
}

.et_pb_section.et_pb_section_4::before {
	content: "";
	background-color: rgba(206, 28, 48, 0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.et_pb_section_0.et_pb_section {
	background-color: #fff !important;
}

.et_pb_row_1 {
	max-width: 1200px !important;
}

.et_pb_image_2 {
	margin-left: 0;
}

.et_pb_image_1 {
	margin-left: 0;
}

.et_pb_row_2 {
	max-width: 1200px !important;
}

.et_pb_section_2 {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.et_pb_text_0 h1 {
	font-family: open sans, Arial, sans-serif;
	font-weight: 400;
	width: 400px;
	max-width: 100%;
	font-size: 42px;
	color: #efefef;
}

h2.home-h2 {
	color: #efefef;
	width: 350px;
	max-width: 100%;
}

@media screen and (max-width: 767px) {
	.et_pb_section.banner_topo.et_pb_section_1.et_pb_with_background.et_section_regular {
		padding-top: 50px;
	}

	.atendimento_header .atendimento_header-whatsapp a {
		margin-left: 0;
	}

	.et_pb_text_0 h1 {
		font-size: 24px;
	}

	.home-h2 {
		width: 200px;
		display: block;
		margin: 0 auto;
		font-size: 16px;
	}

	.formulario_orcamento {
		max-width: 100%;
		padding: 15px 10px 10px;
	}

	.formulario_orcamento h2 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.formulario_orcamento h2 img {
		display: block;
		margin-right: unset;
		margin: -8px auto 15px;
	}

	.formulario_orcamento h2 strong {
		font-size: 21px;
		margin-top: 6px;
	}

	.rodape-form {
		font-size: 12px;
	}

	.et_pb_text_4 h3 {
		font-size: 19px;
	}

	.et_pb_text_5 h2 {
		font-size: 25px;
	}

	.et_pb_text.et_pb_module.et_pb_bg_layout_dark.et_pb_text_align_left.et_animated.et_pb_text_6.fade h2 {
		font-size: 31px;
	}

	.et_pb_column .et_pb_row_inner,
	.et_pb_row {
		padding: 15px 0;
	}

	.et_pb_section .et_pb_column .et_pb_module {
		margin-bottom: 10px;
	}

	.et_pb_text_11 h3 {
		font-size: 18px;
	}
}

.et_pb_section_1 {
	padding-top: 130px;
	padding-bottom: 130px;
}

.et_pb_image_4 {
	margin-left: 0;
}

div.et_pb_section.et_pb_section_1 {
	background-image: url(../images/banner.jpg);
	overflow: hidden;
	position: relative;
	min-height: 560px;
}

.et_pb_column_1 {
	padding-top: 0;
	padding-bottom: 0;
}

.et_pb_image_0 {
	margin-top: 0;
	margin-left: 0;
}

.et_pb_column_0 {
	padding-top: 0;
	padding-bottom: 0;
}

.et_pb_row_0 {
	max-width: 1200px !important;
}

.et_pb_row_0.et_pb_row {
	padding-top: 0;
	padding-bottom: 0;
}

.et_pb_image_3 {
	margin-left: 0;
}

.et_pb_image_5 {
	margin-left: 0;
}

.et_pb_image_10 {
	margin-left: 0;
}

.et_pb_text_3 p {
	line-height: 1.5;
	font-size: 16px;
}

.et_pb_column_7 {
	padding-bottom: 0;
}

.et_pb_row_4.et_pb_row {
	margin-top: 40px;
	padding-bottom: 0;
}

.et_pb_image_9 {
	margin-left: 0;
}

.et_pb_image_9 .et_pb_image_wrap {
	/* box-shadow: 0 12px 18px -6px rgba(0, 0, 0, 0.3); */
	border-radius: 15px;
	overflow: hidden;
}

.et_pb_text_3 {
	line-height: 2.1em;
}

.et_pb_text_2 h3 {
	font-weight: 400;
	font-size: 34px;
	color: #ce1c30;
}

.et_pb_image_6 {
	margin-left: 0;
}

.et_pb_text_1 h2 {
	text-transform: uppercase;
	font-size: 14px;
	color: #ce1c30;
}

.et_pb_text_1 {
	text-transform: uppercase;
	padding-bottom: 0;
	margin-bottom: 0;
}

.et_pb_section_3 {
	padding-bottom: 0;
	margin-bottom: 0;
}

.et_pb_image_8 {
	margin-left: 0;
}

.et_pb_image_7 {
	margin-left: 0;
}

.et_pb_text_12.et_pb_text {
	color: #3c3c3c !important;
}

.et_pb_divider_0.et_pb_module {
	margin-left: auto !important;
	margin-right: auto !important;
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #ce1c30;
}

.carousel-indicators {
	bottom: -20px;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #ce1c30;
	border-radius: 10px;
}

@media screen and (max-width: 1024px) {
	.et_pb_image img {
		position: relative;
		margin: 0 auto;
		display: block;
		text-align: center;
	}

	.et_pb_image video {
		position: relative;
		margin: 0 auto;
		display: block;
		text-align: center;
	}
}

@media screen and (max-width: 780px) {
	#box_logos_container .et_pb_module {
		margin: 0 auto;
		float: unset;
	}
}

@media screen and (max-width: 767px) {
	.et_pb_image img {
		position: relative;
		margin: 0 auto;
		display: block;
		text-align: center;
	}

	.et_pb_image video {
		position: relative;
		margin: 0 auto;
		display: block;
		text-align: center;
	}

	#box_logos_container .et_pb_module {
		margin: 0 auto;
		float: unset;
	}

	.et_pb_text_2 h3 {
		font-size: 23px;
	}
}

.form-group {
	margin-bottom: 0;
}

button.btn.btn-default {
	background-color: #ce1c30;
	border: 1px solid #ce1c30;
	margin-left: auto;
	display: block;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

button.btn.btn-default:hover {
	background-color: #fff;
	border: 1px solid #3c3c3c;
	color: #3c3c3c;
}

button.btn.btn-pesquisar {
	background: #ce1c30;
	border: 1px solid #ce1c30;
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	height: auto;
	line-height: 32px;
	margin: 15px auto;
	display: inline-block;
}

button.btn.btn-pesquisar:hover {
	background-color: #fff;
	border: 1px solid #ce1c30;
	color: #ce1c30;
}

.form-control {
	height: 48px;
}

.bt-mobile {
	padding: 10px 5px;
	margin-top: 8px;
	width: 190px;
}

.form-control.contato_20 {
	width: 170px;
	display: inline;
}

.form-control.contato_10 {
	width: 50px;
	display: inline;
}

.box_logos.box_atendimento_footer.et_pb_row.et_pb_row_7 {
	padding: 10px 30px 10px;
	height: 75px;
}

@media screen and (max-width: 767px) {
	button.btn.btn-default {
		width: 100%;
	}

	.planos_home {
		width: 230px;
		max-width: 100%;
		margin: 20px auto 80px;
		float: none;
		display: block;
	}

	.precos_planos_home_esquerdo .box_preco {
		margin-bottom: 0px;
	}

	a.box_preco.btn-pesquisa.bt-mobile {
		margin-bottom: 20px;
	}

	.bt-mobile {
		width: 230px;
		max-width: 100%;
		margin: 20px auto 0;
		display: block;
	}

	.form-control.contato_20 {
		width: 100%;
	}

	.form-control.contato_10 {
		width: 100%;
	}

	button.btn.btn-pesquisar {
		margin: 15px auto 0;
		font-size: 13px;
	}

	.et_pb_image_wrap img.logotipo_cliente {
		margin-bottom: 0;
	}

	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 0;
	}

	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module.final_rodape {
		margin-bottom: 0;
	}

	h2,
	h3,
	p {
		text-align: center;
	}

	.box_logos.box_atendimento_footer.et_pb_row.et_pb_row_7 {
		height: auto;
	}
}

.carousel {
	position: relative;
	margin: 0 auto;
}

.box_planos_precos p {
	font-size: 16px;
}

.formulario form hr {
	margin: 10px 0;
}

.rodape-form {
	color: #fff;
}

input:focus {
	border: 2px solid rgba(24, 159, 201, 0.7) !important;
	transition: ease-in-out all 0.5s;
	/* azul*/
}

html {
	scroll-behavior: smooth;
}

.ligamos-titulo {
	text-align: center;
}

p.ligamos-subtitulo {
	font-size: 17px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.box_planos_precos .box_preco {
		width: 190px;
	}

	p.ligamos-subtitulo {
		font-size: 14px;
	}

	.areatopo,
	.atendimento_header .atendimento_header-whatsapp,
	.atendimento_header .atendimento_header-central_vendas {
		display: none;
	}

	#smartbanner_main {
		width: 61% !important;
	}

	.formulario_meligue input[type="text"],
	.formulario_meligue input[type="submit"] {
		margin: 5px 0;
	}

	.formulario_meligue input {
		margin: 5px 0;
	}

	.atendimento_footer p {
		font-size: 15px;
	}

	.economizar-p {
		font-size: 14px;
	}

	.economizar-strong {
		font-size: 16px;
	}

	.formulario_meligue .form-control.contato_10 {
		width: 18%;
		display: inline;
		float: left;
	}

	.formulario_meligue input.contato-ultimo[type="text"] {
		width: 80%;
		margin-left: auto;
		display: block;
	}
}

.box-quadrado {
	background-color: rgba(255, 255, 255, 0.72);
}

.et_pb_image .et_pb_image_wrap.desktop-video {
	display: block;
}

.et_pb_image .et_pb_image_wrap.mobile-video {
	display: none;
}

@media screen and (max-width: 767px) {
	.et_pb_image .et_pb_image_wrap.desktop-video {
		display: none;
	}

	.et_pb_image .et_pb_image_wrap.mobile-video {
		display: block;
	}

	div.et_pb_section.et_pb_section_1::before {
		content: "";
		background: linear-gradient(90deg, rgba(248, 18, 60, 58%), rgba(248, 18, 60, 38%));
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
	}
}

p.rodape-form strong {
	color: #3c3c3c;
}

p.rodape-form {
	color: #3c3c3c;
	font-size: 22px;
	padding-bottom: 0;
}

p.rodape-form img {
	width: 70px;
	position: absolute;
	right: -40px;
	margin-top: -56px;
}

p.rodape-form strong {
	color: #ce1c30;
}

p.btn-simule-msg {
	color: #3c3c3c;
	/* margin-left: 15px; */
	margin-top: 15px;
	font-size: 19px;
}

p.btn-simule-msg img {
	width: 50px;
	right: 0;
	margin-top: -23px;
}

/* 
h2.home-h2 {
    font-size: 19px;
    line-height: 28px;
    margin-top: 20px;
} */

#genius_btn {
	position: fixed;
	bottom: 0;
	right: 0;
}

#bio_ep select.form-control {
	border-width: 0 0 1px 0;
	border-color: #ce1c30;
	border-radius: 0;
	padding: 0;
	box-shadow: unset;
}

#genius select.form-control:focus {
	border-color: #f7c83c;
	box-shadow: unset;

}

#genius_btn img {
	width: 100px;
}

#bio_ep {
	display: none;
	position: fixed;
	width: 600px;
	height: 450px;
	font-size: 16px;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) !important;
	-webkit-transform: translateX(-50%) translateY(-50%) !important;
	-ms-transform: translateX(-50%) translateY(-50%);
	background-color: #fff;
	box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.5);
	z-index: 10002;
}

#bio_ep .form_pesquisar2 {
	width: 40%;
}

#bio_ep h2 {
	color: #ce1c30;
	font-size: 30px;
	text-shadow: 1px 1px 1px #9c8e81;
	text-align: center;
	margin-top: 20px;
}

#bio_ep p {
	font-size: 22px;
	color: #9c8e81;
	width: 400px;
}

.textopan {
	margin-top: 50px;
}

#bio_ep .form_pesquisar2 input {
	border: 0;
	padding: 10px;
	background: #ebebeb;
	color: #000;
	box-shadow: 1px 1px 1px #ebebeb;
	display: block;
	width: 100%;
}

#bio_ep .form_pesquisar2 button {
	background-color: #ce1c30;
	color: #fff;
	font-size: 16px;
	padding: 5px;
	margin-top: 10px;
}

#bio_ep #genius img {
	max-width: 100%;
}

#bio_ep .modal-dialog {
	width: 600px;
	margin: 13% auto;
}

#bio_ep .close {
	float: right;
	font-size: 18px;
	font-weight: 700;
	line-height: 9px;
	color: #ce1c30;
	opacity: 0.9;
	position: absolute;
	right: 12px;
	top: 14px;
}

#bio_ep .modal-body {
	position: relative;
	padding: 0 15px 15px;
}

#bio_ep .modal-content {
	border-radius: 0;
}

#bio_ep input[type="text"],
#bio_ep input[type="email"],
#bio_ep textarea {
	width: 100%;
	padding: 0px;
	margin-bottom: 5px;
	border: 0;
	border-bottom: 1px solid #ce1c30;
	-webkit-border-radius: 6px;
	border-radius: 0;
	box-shadow: none;
}

#bio_ep .form-group {
	margin-bottom: 0;
	padding: 2px 5px;
}

#bio_ep button.btn.btn-pesquisar {
	background: #ce1c30;
	border: 1px solid #ce1c30;
	/* margin-left: auto; */
	margin: 0;
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	height: auto;
	line-height: 32px;
	border-radius: 0;
	width: 100%;
}

@media screen and (max-width:767px) {
	.secao-motivos .et_pb_row.et_pb_row_4 {
		width: 100%;
	}

	/*     .et_pb_column.et_pb_column_2_3.et_pb_column_8.et_pb_css_mix_blend_mode_passthrough.et-last-child.centro-margem {
        background-color: #ffffffdb;
    } */
}

.et_pb_section.et_pb_section_3.et_section_regular.secao-motivos {
	background-image: url(../images/mulher-sorrindo.jpg);
	/* background-color: #f5f5f5; */
	background-repeat: no-repeat;
}

.secao-motivos .et_pb_code_inner {
	border-radius: 7px;
	padding: 0px 8px 10px;
}

.secao-motivos .et_pb_module.et_pb_image.et_pb_image_1.et_always_center_on_mobile {
	margin-bottom: 0;
}

.secao-motivos h2 .et_pb_section {
	padding: 0;
}

.secao-motivos h2 {
	color: #ce1c30;
	font-size: 34px;
	width: 450px;
	max-width: 100%;
	font-weight: 600;
}

.secao-motivos h3 {
	color: #ce1c30;
	font-size: 18px;
	line-height: 16px;
}

.secao-motivos h3.subtitulo {
	color: #ce1c30;
	font-size: 16px;
	margin: 20px 0 2px;
	line-height: 16px;
	font-weight: 600;
}

.secao-motivos .item h3 {
	color: #ce1c30;
	font-size: 18px;
	line-height: 16px;
}

.secao-motivos p {
	font-size: 16px;
	line-height: 20px;
	width: 500px;
	max-width: 100%;
	margin: 0 auto;
}

.secao-motivos .item {
	margin: 30px 0;
}

.secao-motivos .item img {
	width: 50px;
	max-width: 100%;
	margin: 0 20px 0 0;
	/* clear: both; */
	float: left;
}

@media screen and (max-width:767px) {
	.secao-motivos .item img {
		width: 50px;
		max-width: 100%;
		margin: 20px auto 10px;
		/* clear: both; */
		float: unset;
	}
}

.secao-motivos .et_pb_column.et_pb_column_2_3.et_pb_column_8.et_pb_css_mix_blend_mode_passthrough.et-last-child.centro-margem {
	padding: 10px 0 10px;
}

@media screen and (max-width:767px) {
	.secao-motivos h2 {
		font-size: 25px;
		width: 270px;
		margin: 0 auto;
	}

	.secao-motivos h3 {
		text-align: center;
	}

	.secao-motivos h3.subtitulo {
		text-align: center;
	}

	.secao-motivos .item h3 {
		text-align: center;
		width: 220px;
		margin: 0 auto;
	}

	.secao-motivos p {
		text-align: center;
	}
}

.secao-motivos .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	min-height: 400px;
}

.secao-motivos .carousel-indicators {
	bottom: -40px;
}

.secao-motivos .carousel-indicators .active {
	background-color: #3cc3db;
	border: 1px solid #fff;
}

.secao-motivos a.box_preco.btn-pesquisa.bt-mobile {
	display: block;
	margin: 0 0 20px;
}

.secao-motivos .col-md-6 {
	padding: 0;
}

.clear {
	clear: both;
}

@media screen and (max-width: 767px) {
	.secao-motivos a.box_preco.btn-pesquisa.bt-mobile {
		display: block;
		margin: 0 auto 20px;
	}

	.secao-motivos h2 {
		font-size: 25px;
	}
}

.duvidas h2,
.duvidas h3 {
	color: #fff;
}