.lato-light, .mobile-menu .ul-mobile li a {
	font-family: "Lato", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.lato-regular, .box .content p, #servicos p, #servicos .block-inner ul li, #sobre_nos p, #sobre_nos .card .card-body p, .terms button, .copyright span, .address li a, .address li span, nav ul li a {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.lato-bold, h1, h2, #servicos .block-inner h2, footer .form-contact form p label, footer .form-contact form p .wpcf7-submit, footer .form-contact form .wpcf7-response-output {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: normal;
}

h1 {
	/* font-size: 35px; */
	font-size: 58px;
}

h2 {
	/* font-size: 30px; */
	font-size: 21px;
}

p {
	/* font-size: 23px;  */
	font-size: 14px;
}

.box {
	position: relative;
	height: 100%;
	border-radius: 3em;
	background-color: #ecf0f1;
	padding: 2em;
	min-height: 300px;
	background-size: cover;
	background-position: center;
}

.box .title {
	position: relative;
	width: 90%;
	margin: 0 auto;
	height: 50px;
	display: table;
}

.box .title h2 {
	display: table-cell;
	vertical-align: middle;
}

.box .content {
	position: absolute;
	width: 70%;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 5%;
	height: auto;
}

.box .content img {
	height: 50px;
	margin: 0 auto;
	margin-bottom: 2em;
	left: 0;
	right: 0;
	display: block;
}

.box .content p {
	color: black;
	font-size: 14px;
}

.box.slide {
	background-color: transparent;
	max-height: 400px;
}

.box.slide .slick-slider {
	height: 100%;
}

.box.slide .slick-slider .slick-list {
	height: 100%;
}

.box.slide .slick-slider .slick-list .slick-track {
	height: 100%;
}

#servicos img {
	max-width: 400px;
}

#servicos p {
	font-size: 18px;
}

#servicos .block-inner h2 {
	color: #707076;
	margin-bottom: 1em;
}

#servicos .block-inner ul li {
	font-size: 14px;
}

.ferramentas-parcerias-images .slick-list .slick-track .slick-slide {
	text-align: center;
}

.ferramentas-parcerias-images .slick-list .slick-track .slick-slide img {
	height: 60px;
	margin: 0 auto;
}

#sobre_nos p {
	font-size: 18px;
}

#sobre_nos .card {
	position: relative;
	width: 90%;
	margin: 0 auto;
	max-width: 300px;
	margin-bottom: 1em;
	overflow: hidden;
}

#sobre_nos .card img {
	position: relative;
	transition: transform .2s;
	z-index: 1;
}

#sobre_nos .card img:hover {
	transform: scale(1.5);
}

#sobre_nos .card .card-body {
	position: relative;
	z-index: 2;
	background-color: white;
}

#sobre_nos .card .card-body p {
	font-size: 14px;
}

footer {
	background-color: #ecf0f1;
}

footer .title {
	position: relative;
	width: 100%;
	margin-top: 2em;
	margin-bottom: 2em;
}

footer .title h1 {
	color: black;
}

footer .form-contact {
	position: relative;
	width: 100%;
}

footer .form-contact form p label {
	font-size: 14px;
	color: black !important;
}

footer .form-contact form p label span input {
	margin-top: 10px;
}

footer .form-contact form p .wpcf7-submit {
	background-color: #e4e5ff;
	color: black;
	font-size: 16px;
	text-transform: uppercase;
}

footer .form-contact form p .wpcf7-submit:hover {
	background-color: transparent;
}

footer .form-contact form .wpcf7-response-output {
	font-size: 14px;
}

.terms {
	position: relative;
	width: 100%;
	height: 30px;
	text-align: center;
	display: table;
	margin: 0 auto;
	margin-top: 1em;
}

.terms button {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	color: black;
	text-transform: none;
	background-color: transparent;
	border: none;
}

.copyright {
	position: relative;
	width: 100%;
	height: 30px;
	text-align: center;
	display: table;
	margin-bottom: 1em;
}

.copyright span {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	color: black;
}

.modal {
	height: 90vh;
}

.modal .modal-dialog {
	max-width: 650px;
}

.modal .modal-dialog .modal-content {
	height: 100%;
	overflow: auto;
}

.mobile-menu {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #efd2ce;
	top: 0;
	z-index: 999;
	display: none;
}

.mobile-menu .ul-mobile {
	position: relative;
	width: fit-content;
	margin: 0 auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mobile-menu .ul-mobile li {
	list-style: none;
	display: block;
	margin-bottom: 10px;
	text-align: center;
}

.mobile-menu .ul-mobile li img {
	margin: 0 auto;
	margin-bottom: 2em;
}

.mobile-menu .ul-mobile li a {
	color: black;
	font-size: 38px;
	cursor: pointer;
}

.mobile-menu .ul-mobile li.last-menu-item {
	margin-top: 2em;
}

.mobile-menu .ul-mobile li.close-mobile {
	margin-top: 4em;
}

.mobile-menu .ul-mobile li.close-mobile a {
	display: inline-flex;
	cursor: pointer;
}

#primary-menu li.open-menu {
	display: none;
}

#primary-menu li.open-menu a svg {
	font-size: 30px;
}

.address li {
	list-style: none;
	height: 32px;
}

.address li a, .address li span {
	font-size: 14px;
	color: black;
	text-decoration: none;
}

nav ul li {
	list-style: none;
}

nav ul li a {
	color: black;
	font-size: 16px;
	text-decoration: none;
	white-space: nowrap;
	padding: 7px 20px !important;
}

/*# sourceMappingURL=style.css.map */