@charset "UTF-8";
img {
	max-width: 100%;
}
.pulse {
	animation-name: pulse;
	animation-duration: 1s;
	animation-iteration-count: 3;
}

.img-empresa {
	flex: 0 0 auto;
	max-width: 100%;
}

.product-thumb img {
	width: auto !important;
	max-width: unset !important;
	height: 250px;
	margin: auto;
}

.thumbs-produtos {
	display: flex;
	align-items: center;
	width: fit-content;
	margin: auto;
}

.thumbs-produtos .zoom-gallery {
	width: 200px;
	height: 200px;
	align-items: center;
	display: flex;
}

.modal-header .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
}

.product-image img {
	max-height: 500px;
	margin: auto;
}

.product-image {
	text-align: center;
	width: 350px;
	height: 350px;
	margin: auto;
}

.product-image .zoom-gallery,
.product-image .zoom-gallery img {
	max-height: 350px;
}

.team-thumb {
	height: 295px;
	align-items: center;
	display: flex;
	overflow: hidden;
}

.captcha {
	font-size: 18px;
	font-weight: 700;
	cursor: default;
	user-select: none;
	padding: 5px 15px;
	border: 1px solid #dddddd;
	background: url("/images/captcha.jpg") no-repeat center !important;
}

input.captcha_result {
	padding: 7px;
	border: 1px solid #dddddd;
}

.post-thumb.thumb img {
	height: 200px;
	width: auto;
	margin: auto;
}

.pulse {
	animation-name: pulse;
	animation-duration: 1s;
	animation-iteration-count: 3;
}

.img-empresa {
	float: right;
	max-width: 100%;
	width: 400px;
}

.product-thumb img {
	max-width: unset !important;
	width: auto !important;
	height: 250px;
	margin: auto;
}

.thumbs-produtos {
	display: flex;
	align-items: center;
	width: fit-content;
	margin: auto;
}

.thumbs-produtos .zoom-gallery {
	width: 200px;
	height: 200px;
	align-items: center;
	display: flex;
}

.modal-header .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
}

.product-image img {
	max-height: 500px;
	margin: auto;
}

.product-image {
	text-align: center;
	width: 350px;
	height: 350px;
	margin: auto;
}

.product-image .zoom-gallery,
.product-image .zoom-gallery img {
	max-height: 350px;
}

.team-thumb {
	height: 220px !important;
	align-items: center;
	display: flex;
	overflow: hidden;
}

.captcha {
	user-select: none;
	cursor: default;
	padding: 5px 15px;
	border: 1px solid #dddddd;
	font-size: 18px;
	font-weight: 700;
	background: url("/images/captcha.jpg") no-repeat center !important;
}

input.captcha_result {
	padding: 7px;
	border: 1px solid #dddddd;
}

.post-thumb.thumb img {
	height: auto;
	width: auto;
	margin: auto;
	min-height: 200px;
}
img.img-fullwidth {
	height: 100%;
	object-fit: cover;
}

.item .post .post-thumb {
	max-height: 200px;
}

.btn-whatsapp {
	position: fixed;
	bottom: 70px;
	right: 10px;
	width: 65px;
	height: 65px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	z-index: 999;
}

.politica_cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.9);
	z-index: 1000;
	color: #fff;
	padding: 10px 0;
}

button.btn-cookies {
	margin-left: 10px;
}

footer .bg-newsletter {
	background: transparent !important;
	border: 2px solid var(--texto_principal) !important;
	border-radius: 0;
	height: 45px;
	color: #fff;
	transition: 0.1s ease-in-out;
}

.align-items-center {
	align-items: center;
	display: flex;
}

.words-limit {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}

.post .entry-content,
.item .team-members .team-bottom-part {
	height: 200px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.finance-item p {
	height: 70px;
	overflow: hidden !important;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

footer,
footer p,
footer a,
footer li {
	color: var(--footer_color) !important;
}

.header-middle * {
	color: var(--texto_principal) !important;
}

div#modal-boas-vindas {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

div#modal-boas-vindas .modal-body {
	display: flex;
	height: 100vh;
	flex: 0 0 100vw;
	z-index: 999;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.5);
}

#modal-boas-vindas .modal-conteudo {
	position: relative;
	max-width: 100%;
	max-height: 80vh;
	min-height: 500px;
	width: 800px;
	border-radius: 10px;
	z-index: 999;
	background: #fff center top no-repeat;
	background-size: contain;
	padding: 20px;
	text-align: center;
	display: flex;
	align-content: stretch;
	justify-content: space-around;
	align-items: stretch;
}

#modal-boas-vindas .modal-conteudo .modal-detalhes {
	width: 100%;
}

#modal-boas-vindas .modal-conteudo .btn-fechar-boas-vindas {
	position: absolute;
	top: -15px;
	right: -15px;
	background: #fff;
	color: #000;
	z-index: 99999;
	width: 30px;
	height: 30px;
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	font-weight: bold;
	border-radius: 100%;
	border: 0;
	line-height: 27px;
	font-size: 15px;
}

.team-bottom-part {
	height: 150px;
	overflow: hidden;
}

.team-bottom-part p {
	height: auto;
	overflow: hidden;
	line-height: 16px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.testimonial .thumb {
	width: 50px;
	height: 50px;
	object-fit: cover;
	overflow: hidden;
}

.testimonial .thumb img {
	width: 100%;
	height: 100%;
}

.blog-pull-right .post .entry-content,
.blog-pull-right .item .team-members .team-bottom-part {
	height: auto !important;
	display: block;
}

.tp-resizeme {
	max-width: 98vw !important;
}

.slide-campo-texto {
	font-size: 1.5rem !important;
	line-height: 1.8rem !important;
}

@keyframes pulse {
	from {
		box-shadow: none;
	}
	to {
		box-shadow: 0px 0px 10px 2px rgba(229, 129, 5, 0.8);
	}
}

@media (max-width: 700px) {
	.section-link-externo {
		height: 100%;
		display: flex;
		position: absolute;
		top: 2px;
	}

	ul.section-link-externo li a {
		padding: 10px 20px !important;
	}

	.align-items-center {
		display: block;
	}

	.slide-campo-texto {
		font-size: 2.2rem !important;
		line-height: 2.3rem !important;
	}

	.slide-campo-botao .btn {
		height: auto !important;
		font-size: 2rem !important;
		padding-top: 15px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
		padding-bottom: 15px !important;
	}
}

@media (min-width: 720px) {
	.informacoes-centralizadas {
		display: flex;
		align-items: center;
		justify-items: revert;
		flex-direction: row-reverse;
	}

	.img-empresa {
		flex: 0 0 auto;
		margin-right: 20px;
		max-width: 100%;
		width: 500px;
	}
}
@media (min-width: 1920px) {
	div#modal-boas-vindas .modal-conteudo {
		width: 1065px;
		height: 800px;
	}
}
