/*********************************************
** Home 
*********************************************/

#paginaInicial {
	float: left;
	width: 100%;
}

/* Bloco Incial */

.blocoInicial {
	float: left;
	width: 100%;
	background: url('../../../uploads/2023/06/bg-bloco-inicial.jpg') center bottom no-repeat;
	background-size: cover;
	padding: 200px 0 0 0;
	position: relative;
	overflow: hidden;
}

.blocoInicial::after {
	content: "";
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 200px;
    left: -90px;
    bottom: -120px;
    background: linear-gradient(117.97deg, #27AAE1 0%, #000000 44.2%);
    transform: rotate(5deg);
}

.blocoInicial .texto h1 {
	float: left;
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 34px;
    font-weight: bold;
}

.blocoInicial .texto h2 {
	float: left;
    width: 100%;
    margin: 0;
    font-size: 26px;
    font-weight: normal;
}

.blocoInicial .texto p {
	float: left;
    width: 100%;
    margin: 30px 0;
    font-weight: bold;
}

.blocoInicial .texto ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

.blocoInicial .texto ul li {
	list-style: none;
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 2px 0;
}

.blocoInicial .texto ul li span {
	margin-left: 15px;
	font-weight: bold;
	font-size: 16px;
}

.blocoInicial .boxFormulario {
	float: left;
	width: 100%;
	padding: 30px 40px 100px 40px;
	position: relative;
	z-index: 1;
}

.blocoInicial .boxFormulario::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(125.88deg, #275BE1 19.02%, #27AAE1 83.36%);
	opacity: 0.88;
	box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	z-index: -1;
}

.blocoInicial .boxFormulario .tituloFormulario {
	float: left;
	width: 100%;
	color: #fff;
	margin: 0 0 20px 0;
	text-align: center;
}

.blocoInicial .boxFormulario .tituloFormulario strong {
	color: #fff;
}

.blocoInicial .boxFormulario .form {
	float: left;
	width: 100%;
}

.blocoInicial .boxFormulario .form p {
	float: left;
	width: 100%;
	margin: 0;
}

.blocoInicial .boxFormulario .form label,
.blocoInicial .boxFormulario .form .wpcf7-quiz-label {
	float: left;
    width: 100%;
    color: #fff;
    margin: 0 0 5px 0;
}

.blocoInicial .boxFormulario .form .wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	position: relative;
}

.blocoInicial .boxFormulario .form input[type=text],
.blocoInicial .boxFormulario .form input[type=email] {
	float: left;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border: 0;
	background: #fff;
	border-radius: 4px;
	color: #000;
	font-weight: normal;
}

.blocoInicial .boxFormulario .form .botaoEnviar {
	float: left;
	width: 100%;
}

.blocoInicial .boxFormulario .form .botaoEnviar p {
	margin: 0;
	float: left;
	width: 100%;
	position: relative;
}

.blocoInicial .boxFormulario .form .botaoEnviar input[type=submit] {
	height: 60px;
    float: left;
    width: 100%;
    background: #3B393C;
    color: #fff;
    border-radius: 4px;
	border: 0;
}

.blocoInicial .boxFormulario .form .botaoEnviar .wpcf7-spinner {
	position: absolute;
    margin: 0;
    left: calc(50% - 12px);
    top: 20px;
}

.blocoInicial .boxFormulario .form .wpcf7-not-valid-tip {
	position: absolute;
    right: 5px;
    top: 5px;
    line-height: 100%;
    font-size: 11px;
}

.blocoInicial .boxFormulario .form .wpcf7-form-control-wrap[data-name="quiz"] .wpcf7-not-valid-tip {
	bottom: 28px;
	top: auto;
}

.blocoInicial .boxFormulario .form .wpcf7-response-output {
	float: left;
    margin: 20px 0 0 0!important;
    text-align: center;
    color: #fff;
	padding: 8px;
    font-size: 13px;
	border-width: 1px;
	width: 100%;
}

/* Facilitar seu Dia a Dia */

.facilitarSeuDiaADia {
	float: left;
	width: 100%;
	padding: 70px 0;
	background: #FAFAFA;
	text-align: center;
}

.facilitarSeuDiaADia .preTitulo {
	float: left;
	width: 100%;
	color: #27AAE1;
}

.facilitarSeuDiaADia h2 {
	float: left;
    width: 100%;
    color: #4F4F4F;
    margin: 10px 0 20px 0;
    font-size: 36px;
	font-weight: bold;
}

.facilitarSeuDiaADia .texto {
	float: left;
	width: 100%;
}

.facilitarSeuDiaADia .texto p {
	color: #949494;
}

.facilitarSeuDiaADia a {
	background: linear-gradient(125.88deg, #275BE1 19.02%, #27AAE1 83.36%);
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    color: #fff;
    padding: 20px 50px;
    display: inline-block;
    margin-top: 30px;
	cursor: pointer;
}

/* Especialidades */

.boxEspecialidades {
	float: left;
	width: 100%;
	padding: 40px 0;
	background: url('../../../uploads/2023/06/bg-funcionalidades.jpg') center bottom no-repeat;
	background-size: cover;
	text-align: center;
}

.boxEspecialidades h2 {
	float: left;
    width: 100%;
    color: #4F4F4F;
    margin: 0px 0 20px 0;
    font-size: 36px;
	font-weight: bold;
}

.boxEspecialidades p {
	color: #949494;
}

.boxEspecialidades picture {
	float: left;
	width: 100%;
	text-align: center;
}

/* Como trabalhamos */

.comoTrabalhamos {
	float: left;
	width: 100%;
	padding: 60px 0;
	background: url('../../../uploads/2023/06/bg-como-trabalhamos.jpg') center bottom no-repeat;
	background-size: cover;
	text-align: center;
}

.comoTrabalhamos .preTitulo {
	float: left;
    width: 100%;
    color: #fff;
}

.comoTrabalhamos h2 {
	float: left;
    width: 100%;
    color: #fff;
    margin: 10px 0 20px 0;
    font-size: 36px;
	font-weight: bold;
}

.comoTrabalhamos p {
	color: #fff;
	float: left;
	width: 100%;
	margin: 0;
}

.comoTrabalhamos ul {
	display: inline-block;
	padding: 0;
	margin: 30px 0;
}

.comoTrabalhamos ul li {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px 0;
}

.comoTrabalhamos ul li span {
	margin-left: 15px;
	font-weight: bold;
	color: #fff;
}

.comoTrabalhamos a {
	background: #3B393C;
    border-radius: 4px;
    color: #fff;
    padding: 20px 50px;
    display: inline-block;
    margin-top: 30px;
	cursor: pointer;
}

/* Clientes */

.boxClientes {
	float: left;
	width: 100%;
	padding: 50px 0;
	text-align: center;
}

.boxClientes h2 {
	float: left;
    width: 100%;
    color: #4F4F4F;
    margin: 10px 0 20px 0;
    font-size: 36px;
	font-weight: bold;
}

.boxClientes p {
    color: #949494;
	float: left;
	width: 100%;
}

.boxClientes ul {
	float: left;
	width: 100%;
	padding: 0 70px;
	margin: 40px 0 0 0;
}

.boxClientes ul li {
	padding: 0 15px;
}

.boxClientes ul li .boxInterno {
	float: left;
	width: 100%;
	border: solid 1px #F4F4F4;
	text-align: center;
}

.boxClientes ul li .boxInterno img {
	margin: 0 auto;
	max-width: 80%!important;
}

.boxClientes ul .slick-arrow {
	position: absolute;
    left: 0;
    width: 50px;
    top: calc(50% - 25px);
    cursor: pointer;
	z-index: 2;
}

.boxClientes ul .slick-arrow.right {
	left: auto;
	right: 0;
}

/* Depoimentos */

.depoimentos {
	float: left;
	width: 100%;
	background-color: #F4F4F4;
	padding: 50px 0;
	text-align: center;
}

.depoimentos .preTitulo {
	float: left;
	width: 100%;
	color: #27AAE1;
}

.depoimentos h2 {
	float: left;
    width: 100%;
    color: #4F4F4F;
    margin: 10px 0 20px 0;
    font-size: 36px;
	font-weight: bold;
}

.depoimentos p {
	color: #949494;
}

.depoimentos ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 50px 0 0 0;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.depoimentos ul li {
	list-style: none;
}

.depoimentos ul li .boxTexto {
	float: left;
	width: 100%;
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(242, 242, 242, 0) 119.21%);
	border-radius: 5px;
	padding: 40px;
	position: relative;
}

.depoimentos ul li .boxTexto img {
	position: absolute;
    left: 30px;
    top: -35px;
}

.depoimentos ul li .boxTexto p {
	text-align: left;
    float: left;
    width: 100%;
    line-height: 150%;
    margin: 0;
	min-height: 160px;
}

.depoimentos ul li .boxNome {
	float: left;
	width: 100%;
	border: solid 2px #fff;
	padding: 20px 40px;
}

.depoimentos ul li .boxNome .nome {
	float: left;
	width: 100%;
	color: #4F4F4F;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

.depoimentos ul li .boxNome .cargo {
	float: left;
	width: 100%;
	text-align: left;
}

/* Orçamento */

.boxOrcamento {
	float: left;
	width: 100%;
	padding: 70px 0;
	background: url('../../../uploads/2023/06/bg-orcamento.jpg') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.boxOrcamento h2 {
	float: left;
    width: 100%;
    color: #4F4F4F;
    margin: 10px 0 20px 0;
    font-size: 36px;
	font-weight: bold;
}

.boxOrcamento p {
    color: #949494;
	float: left;
	width: 100%;
}

.boxOrcamento .boxForm {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

.boxOrcamento .boxForm .form {
	float: left;
	width: 100%;
}

.boxOrcamento .boxForm .form p {
	float: left;
	width: 100%;
	margin: 0;
}

.boxOrcamento .boxForm .form label,
.boxOrcamento .boxForm .form .wpcf7-quiz-label {
	float: left;
    width: 100%;
    color: #fff;
    margin: 0 0 5px 0;
}

.boxOrcamento .boxForm .form .wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}

.boxOrcamento .boxForm .form input[type=text],
.boxOrcamento .boxForm .form input[type=email] {
	float: left;
	width: 100%;
	height: 50px;
	padding: 0 10px;
	border: 0;
	background: #f3f3f3;
	border-radius: 4px;
	color: #000;
	font-weight: normal;
}

.boxOrcamento .boxForm .form .botaoEnviar {
	float: left;
	width: 100%;
}

.boxOrcamento .boxForm .form .botaoEnviar p {
	margin: 0;
	float: left;
	width: 100%;
	position: relative;
}

.boxOrcamento .boxForm .form .botaoEnviar input[type=submit] {
	height: 60px;
    float: left;
    width: 100%;
    background: linear-gradient(125.88deg, #275BE1 19.02%, #27AAE1 83.36%);
	border-radius: 4px;
    color: #fff;
	border: 0;
}

.boxOrcamento .boxForm .form .botaoEnviar .wpcf7-spinner {
	position: absolute;
    margin: 0;
    left: calc(50% - 12px);
    top: 20px;
}

.boxOrcamento .boxForm .form .wpcf7-not-valid-tip {
	position: absolute;
    right: 8px;
    top: 8px;
    line-height: 100%;
    font-size: 11px;
}

.boxOrcamento .boxForm .form .wpcf7-form-control-wrap[data-name="quiz"] span.wpcf7-quiz-label {
	display: none;
}

.boxOrcamento .boxForm .form .wpcf7-response-output {
	float: left;
	width: 100%;
    margin: 20px 0 0 0!important;
    text-align: center;
    color: #000;
	padding: 8px;
    font-size: 13px;
}

@media (max-width: 1450px) {

	/* Bloco Inicial */

	.blocoInicial::after {
		bottom: -160px;
	}

}

@media (max-width: 960px) {

	/* Bloco Inicial */

	.blocoInicial {
		background: url('../../../uploads/2023/06/bg-bloco-inicial-mobile.jpg') center bottom no-repeat;
		background-size: cover;
		padding: 180px 0 0 0;
	}

	.blocoInicial::after {
		bottom: -175px;
	}

	.blocoInicial .col-sm-5,
	.blocoInicial .col-sm-7 {
		float: left;
		width: 100%;
		max-width: 100%;
	}

	.blocoInicial .col-sm-7 {
		margin-bottom: 40px;
	}

}

@media (max-width: 768px) {

	/* Bloco Incial */

	.blocoInicial .texto h1 {
		font-size: 26px;
	}

	.blocoInicial .texto h2 {
		font-size: 22px;
	}

	.blocoInicial .col-sm-5 {
		padding: 0;
	}

	.blocoInicial .boxFormulario {
		padding: 20px 20px 100px 20px;
	}

	/* Facilitar seu Dia a Dia */

	.facilitarSeuDiaADia {
		padding: 40px 0;
	}

	.facilitarSeuDiaADia h2 {
		font-size: 26px;
		line-height: 150%;
	}

	.facilitarSeuDiaADia .texto p br {
		display: none;
	}
	
	/* Especialidades */

	.boxEspecialidades {
		background: url('../../../uploads/2023/06/bg-funcionalidades-mobile.jpg') center center no-repeat;
		background-size: cover;
	}

	.boxEspecialidades h2 {
		font-size: 26px;
		line-height: 150%;
	}

	/* Como Trabalhamos */

	.comoTrabalhamos {
		background: url('../../../uploads/2023/06/bg-como-trabalhamos-mobile.jpg') center center no-repeat;
		background-size: cover;
	}

	.comoTrabalhamos h2 {
		font-size: 26px;
		line-height: 150%;
	}

	/* Nossos Clientes */

	.boxClientes {
		padding: 40px 0;
	}

	.boxClientes h2 {
		font-size: 26px;
		line-height: 150%;
	}

	.boxClientes ul {
		margin: 20px 0 0 0;
		padding: 0 40px;
	}

	.boxClientes ul li {
		padding: 0 3px;
	}

	.boxClientes ul .slick-arrow {
		width: 30px;
		top: calc(50% - 15px);
	}

	/* Depoimentos */

	.depoimentos {
		padding: 40px 0;
	}

	.depoimentos h2 {
		font-size: 26px;
		line-height: 150%;
	}

	.depoimentos ul {
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 55px;
	}

	.depoimentos ul li .boxTexto p {
		min-height: 1px;
	}

	/* Orçamento */

	.boxOrcamento {
		padding: 40px 0 90px 0;
		background: url('../../../uploads/2023/06/bg-orcamento-mobile.jpg') center center no-repeat;
		background-size: cover;
	}

	.boxOrcamento h2 {
		font-size: 26px;
		line-height: 150%;
	}

}

@media (max-width: 500px) {

	/* Bloco Incial */

	.blocoInicial {
		padding: 140px 0 0 0;
	}

	.blocoInicial::after {
		transform: rotate(12deg);
		bottom: -150px;
	}

}

@media (max-width: 400px) {

	/* Bloco Incial */

	.blocoInicial::after {
		transform: rotate(12deg);
		bottom: -165px;
	}

}