body {
	font-family: sans-serif;
}

.sidr-inner {
	display: none;
}
/*header style*/

.site-header {
	background: rgba(39, 39, 39, 0.5);
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}

.no-banner .site-header {
	position: relative;
}

.site-header .site-branding {
	float: left;
	margin: 6px 0 0;
}

.site-header .site-branding .custom-logo-link {
	float: left;
	margin-right: 10px;
}

.site-header .site-branding .text-logo {
	float: left;
}

.site-header .site-branding .site-title {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
}

.site-header .site-branding .site-title a {
	color: #fff;
}

.site-header .site-branding .site-title a:hover {
	text-decoration: none;
}

.site-header .site-branding .site-description {
	font-size: 15px;
	line-height: 20px;
	margin: 0;
}

.site-header .tel-link {
	float: right;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	border: 1px solid #fff;
	padding: 7px 27px 11px 23px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.site-header .tel-link:hover {
	text-decoration: none;
	background: #fff;
	color: #666;
}

.site-header .tel-link .fa {
	font-weight: normal;
	margin: 0 10px 0 0;
}

.main-navigation a:hover {
	color: #fff !important;
}

.main-navigation a:focus {
	color: #fff !important;
	text-shadow: 0px 1px 2px rgba(0, 58, 68, 1);
}

#masthead {
	display: block;
	transition: 0.8s;
	background: rgba(0, 135, 158, 0);
	/* position: fixed; */
}

#masthead #primary-menu {
	display: none;
}

#masthead .site-branding {
	margin: 0 auto;
	float: none;
	display: inline-block;
}

/********************************************************************************/

/* BANNER */

/*banner style*/

.banner {
	position: relative;
	padding-top: 178px;
	padding-bottom: 87px;
	background-size: cover;
	overflow: hidden;
}

.banner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(39, 39, 39, 0.01);
}

.banner .container {
	position: relative;
	z-index: 2;
}

.banner .col {
	float: left;
	width: 50%;
	padding-left: 0;
}

.banner .text {
	font-size: 22px;
	line-height: 32px;
	color: #fff;
	margin: 186px 0 0;
}

.banner .text .title {
	font-size: 65px;
	line-height: 65px;
	font-weight: 700;
	display: block;
	margin: 0 0 6px;
}

.banner .text .title a {
	color: #fff;
}

.banner .text .title a:hover, .banner .text .title a:focus {
	text-decoration: none;
	color: #f3880a;
}

.banner form {
	background: #2eb0ed;
	margin-left: 0;
	text-align: center;
	padding: 31px 53px 24px 53px;
	position: relative;
	color: #fff;
}

.banner form:after {
	content: '';
	position: absolute;
	background: url(../images/bg-arrow.png) no-repeat;
	width: 124px;
	height: 90px;
	top: 70px;
	left: -175px;
}

.banner strong {
	font-size: 30px;
	line-height: 34px;
	font-weight: 700;
	display: block;
	color: #fff;
	margin: 0 0 3px;
}

.banner form p {
	overflow: hidden;
	margin: 0 0 20px;
}

form input[type="text"], form input[type="email"] {
	width: 100%;
	display: block;
	padding: 9px 21px 12px 21px;
	margin: 0;
	background: #fff;
	border: 0;
	border-radius: 0;
	color: #666;
	font-weight: 400;
	font-size: 17px;
	outline: none;
}

form textarea {
	width: 100%;
	display: block;
	padding: 9px 21px 12px 21px;
	margin: 0;
	background: #fff;
	border: 0;
	border-radius: 0;
	color: #a6a6a6;
	font-weight: 400;
	height: 102px;
	resize: none;
	font-size: 17px;
	outline: none;
}

form input[type="submit"] {
	display: block;
	width: 100%;
	border-radius: 0;
	border: 0;
	box-shadow: none;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	text-shadow: none;
	padding: 0 10px 27px 0;
	outline: none;
	height: 72px;
	line-height: 72px;
	background: #c70612 !important;
}

form input[type="submit"]:hover {
	background: #a40000;
}


/**********************************************************************/

/*promotional block*/

.promotional-block {
	position: relative;
	color: #fff;
	padding: 120px 0;
	background-color: #fff;
}

.promotional-block:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
}

.promotional-block .holder {
	max-width: 750px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 2;
	font-size: 32px;
	line-height: 26px;
}

.promotional-block .holder h5 {
	margin: 0;
}

.promotional-block .holder h1 {
	font-size: 55px;
}


.promotional-block .holder strong {
	font-size: 50px;
	line-height: 58px;
}

.promotional-block .holder .btn {
	font-size: 24px;
	line-height: 72px;
	height: 72px;
	background: #f3880a;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 66px;
}

.promotional-block .holder .btn:hover {
	text-decoration: none;
	background: #e57f00;
}

/**********************************************************************/

/*our-projects section style*/

.our-projects {
	text-align: center;
	padding: 69px 0 67px;
}

.our-projects .header {
	max-width: 950px;
	margin: 0 auto 44px;
	font-size: 20px;
	line-height: 28px;
}

.our-projects .header .main-title {
	font-size: 40px;
	line-height: 48px;
	color: #121212;
	font-weight: 400;
	position: relative;
	padding: 0 0 19px;
	margin: 0 0 25px;
}

.our-projects .header .main-title:after {
	width: 76px;
	height: 1px;
	background: #c7c7c7;
	position: absolute;
	top: 100%;
	left: 45.8%;
	content: '';
}

.our-projects .col {
	float: left;
	width: 33.3333%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.our-projects .col .img-holder {
	position: relative;
	overflow: hidden;
}

.our-projects .col .img-holder img {
	width: 100%;
	vertical-align: top;
}

.our-projects .col .text-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(46, 176, 237, 0.9);
	color: #fff;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	overflow-y: auto;
}

.our-projects .col .img-holder:hover .text-holder {
	opacity: 1;
}

.our-projects .col .text-holder .table {
	display: table;
	width: 100%;
	height: 100%;
}

.our-projects .col .text-holder .table-row {
	display: table-row;
}

.our-projects .col .text-holder .table-cell {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 40px;
}

.our-projects .col .text-holder .title {
	font-size: 25px;
	font-weight: 400;
	margin: 0 0 15px;
}

.our-projects .col .text-holder .btn-more {
	background: #f68800;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	padding: 5px 15px;
	font-size: 16px;
}

.our-projects .col .text-holder .btn-more:hover {
	text-decoration: none;
	background: #e57f00;
}

/**********************************************************************/

/*our-services section style*/

.our-services {
	position: relative;
	padding-bottom: 15px !important;
	text-align: center;
	background-color: #fff;
}

.our-services:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, 0);
}

.our-services .container {
	position: relative;
	z-index: 2;
}

.our-services .header {
	display: none !important;
	max-width: 950px;
	margin: 0 auto 44px;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
}

.our-services .header .main-title {
	font-size: 40px;
	line-height: 48px;
	color: #fff;
	font-weight: 400;
	position: relative;
	padding: 0 0 19px;
	margin: 0 0 25px;
}

.our-services .header .main-title:after {
	width: 76px;
	height: 1px;
	background: #757675;
	position: absolute;
	top: 100%;
	left: 45.8%;
	content: '';
}


.our-services .col {
	float: left;
	width: 50%;
	text-align: center;
}

.our-services .col .holder {
	line-height: 22px;
	margin: 0 auto;
}

.our-services .col .holder .icon-holder {
	margin: 0 0 15px;
}

.our-services .col .holder .title {
	font-size: 21px;
	line-height: 25px;
	color: #121212;
	margin: 0 0 6px;
}

.our-services .col .holder .title a {
	color: #121212;
}

.our-services .col .holder .title a:hover, .our-services .col .holder .title a:focus {
	text-decoration: none;
	color: #f3880a;
}

.click-box a {
	background: #131313;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 15px 30px;
	border-radius: 30px;
	text-decoration: none;
}

.click-box a:hover {
	background: linear-gradient(to top left, rgba(69, 20, 20, 1), rgba(54, 21, 44, 1));
}

/**********************************************************************/

/*our-clients section style*/

.our-clients {
	padding: 64px 0;
	background: #f5f5f5;
	text-align: center;
}

.our-clients .header {
	font-size: 20px;
	line-height: 24px;
	color: #b1b1b1;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 75px;
}

.our-clients .header strong {
	font-weight: 400;
}

.our-clients .col {
	float: left;
	width: 20%;
	padding-left: 15px;
	padding-right: 15px;
}

.our-clients .col img {
	filter: grayscale(100%);
}

.our-clients .col img:hover {
	filter: grayscale(0);
}

/**********************************************************************/

/*testimonial section style*/

.testimonial {
	padding: 69px 0 67px;
}

.testimonial .header {
	max-width: 950px;
	margin: 0 auto 44px;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
}

.testimonial .header .main-title {
	font-size: 40px;
	line-height: 48px;
	color: #121212;
	font-weight: 400;
	position: relative;
	padding: 0 0 19px;
	margin: 0 0 25px;
}

.testimonial .header .main-title:after {
	width: 76px;
	height: 1px;
	background: #c7c7c7;
	position: absolute;
	top: 100%;
	left: 45.8%;
	content: '';
}

.testimonial .col {
	float: left;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 40px;
}

.testimonial .col blockquote {
	background: #f5f5f5 url(images/bg-quote.png) no-repeat 35px 30px;
	border-radius: 10px;
	padding: 78px 35px 26px;
	margin: 0 0 35px;
	position: relative;
}

.testimonial .col blockquote:after {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #f5f5f5;
	position: absolute;
	bottom: -15px;
	left: 37px;
}

.testimonial .col cite {
	overflow: hidden;
	font-style: normal;
}

.testimonial .col cite .img-holder {
	float: left;
	width: 98px;
	margin-right: 17px;
}

.testimonial .col cite .img-holder img {
	-webkit-border-radius: 100px;
	border-radius: 50%;
}

.testimonial .col cite .text-holder {
	overflow: hidden;
	position: relative;
	top: 31px;
}

.testimonial .col cite .text-holder .name {
	display: block;
	line-height: 24px;
	color: #2eb0ed;
}

.testimonial .col cite .text-holder .company {
	color: #999;
}

/********************************************************************************/

/*about section style*/

.about {
	background: #f5f5f5;
	text-align: center;
	padding: 69px 0 67px;
}

.about .header {
	max-width: 950px;
	margin: 0 auto 44px;
	font-size: 20px;
	line-height: 28px;
}

.about .header .main-title {
	font-size: 40px;
	line-height: 48px;
	color: #121212;
	font-weight: 400;
	position: relative;
	padding: 0 0 19px;
	margin: 0 0 25px;
}

.about .header .main-title:after {
	width: 76px;
	height: 1px;
	background: #c7c7c7;
	position: absolute;
	top: 100%;
	left: 45.8%;
	content: '';
}

.about .col {
	float: left;
	width: 33.3333%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.about .col .img-holder img {
	width: 100%;
	vertical-align: top;
}

.about .col .text-holder {
	background: #fff;
	line-height: 26px;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
	padding: 25px 25px 20px;
}

.about .col .text-holder .title {
	font-size: 20px;
	font-weight: 700;
	color: #121212;
	margin: 0 0 14px;
}

.about .col .text-holder .title a {
	color: #121212;
}

.about .col .text-holder .title a:hover {
	color: #f3880a;
	text-decoration: none;
}

/********************************************************************************/

/* botão abre sidebar menu */

#mobile-header {
	display: none !important;
}

#home {
	padding-bottom: 260px;
	background: url(../images/mosaico-landing-page-cadastro-mk-completo-3-1920x873.jpg);
	background-size: cover;
	background-position: center;
}

#masthead.bgChange {
	background: rgba(0, 135, 158, 1);
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.7);
}

.banner form:after {
	display: none;
}

.banner .text {
	margin: 0;
}

.banner form {
	background: #49002a;
	background: linear-gradient(to top, rgba(62, 11, 119, 1), rgba(19, 18, 71, 1));
}

#btn_ir_cadastrar {
	display: none;
	background-color: #c70612;
}

.promotional-block {
	padding: 30px 0;
}

.promotional-block header h2 {
	font-size: 1.3em;
	margin: 0;
	line-height: 1.1;
}

.header .main-title:after {
	display: none;
}

.site-footer a {
	color: #fff;
}

.fa {
	font-size: 1.3em;
}

.site-footer .site-info .copyright {
	float: none;
	text-align: center;
	color: #fff;
}


/****************************************************************************/

/* CADASTRO */

#cadastro {
	background-image: linear-gradient(to right, #8b3cc8,#de5ea8,#ff7765);
	position: relative;
	padding: 76px 0;
	max-height: 620px;
	margin: 150px auto;
}
@media only screen and (max-width:480px) {
	#cadastro {
		margin: 100px auto 0 auto;
	}
	.site-footer {
		font-size: 12px;
	}
}



.cadastro:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
}

.cadastro .container {
	position: relative;
	z-index: 2;
}



.cadastro .header .main-title {
	font-size: 50px;
	line-height: 58px;
	color: #fff;
	font-weight: 400;
	position: relative;
	padding: 0 0 19px;
	margin: 50px 0 25px;
}

.cadastro .header .main-title:after {
	width: 76px;
	height: 1px;
	background: #72767b;
	position: absolute;
	top: 100%;
	left: 45.8%;
	content: '';
}

.cadastro form {
	text-align: center;
	padding: 31px 53px 24px 53px;
	position: relative;
	color: #fff;
	max-width: 460px;
	margin: 0 auto;
	background-image: linear-gradient(to left, rgba(54, 21, 44, 0.1), rgba(54, 21, 44, 0.1));
	border-color: 1px solid white;
}

.cadastro form:after {
	content: '';
	position: absolute;
	background: url(../images/bg-arrow2.png) no-repeat;
	width: 62px;
	height: 140px;
	top: -25px;
	right: -85px;
}

.cadastro form strong {
	font-size: 30px;
	line-height: 34px;
	font-weight: 700;
	display: block;
	color: #fff;
	margin: 0 0 3px;
}

.cadastro form p {
	overflow: hidden;
	margin: 0 0 20px;
}

/* ALERTAS E CLASSES BOTÕES ENVIO */

.form-error {
	padding: 0px;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: normal;
	font-style: italic;
	font-size: 0.8em;
	background-color: #a40000;
	float: left;
	width: 100%;
}

.botao-cadastrar.disabled, .botao-cadastrar[disabled] {
    cursor: default;
    background-color: #000;
    background-image: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/****************************************************************************/

@media only screen and (max-width: 991px) {
	#mobile-header {
		margin-top: -20px;
	}
}

@media only screen and (max-width:767px) {
	body {
		overflow-x: hidden;
	}
	.column #text-5 {
		display: none;
	}
	#masthead .container {
		text-align: center;
	}
	#home {
		padding-bottom: 0;
		background: url(../images/mosaico-landing-page-mobile-cadastro-mk-completo-3-1920x873.jpg);
		background-repeat: no-repeat;
		background-position: top;
		background-size: contain !important;
	}
	#home .text strong {
		margin-top: 285px;
	}
	#home .text p {
		padding: 10px;
	}
	.our-services .col {
		margin-bottom: 15px !important;
	}
	.site-header .site-branding {
		width: auto;
	}
	.cadastro .header {
		margin: 0 auto 20px;
	}
	.form_cadastro {
		height: 200px;
	}
	.promotional-block {
		padding: 0;
	}
	.promotional-block .holder h1 {
		font-size: 45px;
		line-height: 40px;
		margin: 0;
	}
	#cadastro {
		padding: 28px 0;
	}
	.cadastro .header .main-title {
		font-size: 24px;
		line-height: 24px;
	}
	#construction_landing_page_social_links-2 {
		margin-left: 21px;
		margin-bottom: 0;
	}
	#colophon #text-2 {
		margin: 0;
	}
	.site-footer .column {
		margin-bottom: 0;
	}
	.cadastro form {
		padding: 20px;
	}
}
