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

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

.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;
}

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

.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: 200px;
	width: auto;
	margin: auto;
}
img.img-fullwidth {
	height: 100%;
	object-fit: cover;
}

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

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

.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: 220px;
	align-items: center;
	display: flex;
	overflow: hidden;
}

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

.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: 998;
	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: 3;
	-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;
}
@media (max-width: 700px) {
	.align-items-center {
		display: block;
	}
  
.tp-resizeme {
    font-size: 2.5rem !important;
    line-height: 2.8rem !important;
    white-space: normal;
    max-width: 100vw !important;
}

.tp-mask-wrap .btn {
    font-size: 2.0rem !important;
}
}
