* {
	font-family: museo-sans, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: museo-sans-condensed, sans-serif !important;
	font-weight: 700 !important;
}

p {
	font-weight: 300 !important;
}

.bg-theme {
	background-color: var(--cnvs-themecolor) !important;
}

.bg-gray {
	background-color: var(--cnvs-section-bg) !important;
}

.button {
	border-radius: 5px !important;
	--cnvs-btn-fontsize: 0.938rem;
	font-weight: 400 !important;
}

.slider-caption,
.flex-caption {
	justify-content: flex-end;
	text-align: left !important;
	max-width: inherit !important;
}

.container-fluid-resize {
	max-width: 1600px !important;
	margin: auto !important;
}

.construction-intro {
	margin-bottom: 34px;
}

.gray-text {
	color: #555555;
}

.orange-text {
	color: #e47c3f;
}

.blue-text {
	color: #31539d;
}

.blue-bg {
	background: linear-gradient(180deg, #31539d 0%, #223d79 100%) #31539d;
}

.construction-eyebrow {
	align-items: center;
	color: #e47c3f;
	display: inline-flex;
	font-size: 14px;
	font-weight: 400 !important;
	gap: 10px;
	margin: 0 0 10px;
	text-transform: uppercase;
	font-family: museo-sans, sans-serif !important;
}

.construction-eyebrow::before {
	background-color: #e47c3f;
	content: "";
	width: 16px;
	height: 2px;
}

.construction-title {
	color: #31539d;
	font-size: clamp(1.5rem, 3.5vw, 2rem);
	font-weight: 800;
	line-height: 1.125;
	text-transform: uppercase;
}

.construction-copy {
	column-gap: 34px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 980px;
	row-gap: 16px;
}

.construction-copy p {
	color: #222;
	font-size: 1.03rem;
	line-height: 1.6;
	margin: 0;
}

.construction-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: 2fr 0.9fr 0.9fr;
	grid-template-rows: minmax(180px, auto) minmax(180px, auto);
}

.construction-card {
	border-radius: 0;
	overflow: hidden;
}

.construction-card-image {
	grid-row: 1 / span 2;
}

.construction-card-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.construction-card-metric {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 24px;
}

.construction-card-metric.dark {
	background-color: #31539d;
}

.construction-card-metric.light {
	background-color: #ffffff;
}

.construction-card-metric.accent {
	background-color: #e47c3f;
}

.metric-label {
	font-size: 0.75rem;
	font-weight: 400;
	margin: 0;
	text-transform: uppercase;
}

.construction-card-metric.dark .metric-label,
.construction-card-metric.accent .metric-label {
	color: rgba(255, 255, 255, 0.92);
}

.construction-card-metric.light .metric-label {
	color: #141414;
}

.metric-value {
	font-size: clamp(2.4rem, 4vw, 3.2rem);
	font-weight: 800;
	line-height: 1;
	margin: 18px 0 0;
}

.metric-text {
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.96rem;
	line-height: 1.55;
	margin: 14px 0 0;
}

.construction-card-metric.dark .metric-value,
.construction-card-metric.accent .metric-value {
	color: #ffffff;
}

.construction-card-metric.light .metric-value {
	color: #111111;
}

.poliureia-video-showcase {
	margin-bottom: 6px;
}

.poliureia-video-card {
	background: #ffffff;
	border: 1px solid rgba(49, 83, 157, 0.12);
	border-radius: 20px;
	box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
	height: 100%;
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.poliureia-video-card:hover {
	border-color: rgba(49, 83, 157, 0.28);
	box-shadow: 0 18px 34px rgba(17, 24, 39, 0.12);
	transform: translateY(-4px);
}

.poliureia-video-frame {
	background: #0f172a;
	overflow: hidden;
	position: relative;
}

.poliureia-video-frame video {
	display: block;
	height: auto;
	width: 100%;
}

.poliureia-video-frame::after {
	background: linear-gradient(180deg, rgba(12, 18, 30, 0) 0%, rgba(12, 18, 30, 0.5) 100%);
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.poliureia-video-content {
	padding: 18px 18px 20px;
}

.poliureia-video-content h4 {
	color: #15316d;
	font-size: 1.25rem;
	line-height: 1.15;
	font-weight: 500;
}

.poliureia-video-content p {
	font-size: 0.96rem;
	line-height: 1.45;
}

.empresa-intro-section {
	padding: 28px 0 10px;
}

.empresa-intro-highlights {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 12px;
}

.empresa-intro-highlight {
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid rgba(49, 83, 157, 0.12);
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 18px 20px;
}

.empresa-intro-highlight-value {
	color: #31539d;
	font-family: museo-sans-condensed, sans-serif !important;
	font-size: 1.45rem;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.empresa-intro-highlight-label {
	color: #555555;
	font-size: 0.92rem;
	line-height: 1.45;
}

.empresa-about-visual {
	min-height: 520px;
}

.history-timeline {
	margin: 0 auto;
	max-width: 1080px;
	padding: 18px 0 8px;
	position: relative;
}

.history-timeline::before {
	background: linear-gradient(180deg, rgba(228, 124, 63, 0.18) 0%, rgba(49, 83, 157, 0.85) 18%, rgba(49, 83, 157, 0.35) 100%);
	border-radius: 999px;
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 2px;
}

.history-timeline-item {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 28px;
	position: relative;
}

.history-timeline-item:last-child {
	margin-bottom: 0;
}

.history-timeline-item::before {
	background: #ffffff;
	border: 2px solid #31539d;
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(49, 83, 157, 0.08);
	content: "";
	height: 18px;
	left: 50%;
	position: absolute;
	top: 44px;
	transform: translate(-50%, -50%);
	width: 18px;
	z-index: 2;
}

.history-timeline-card {
	background: linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%);
	border: 1px solid rgba(49, 83, 157, 0.12);
	border-radius: 28px;
	box-shadow: 0 24px 50px rgba(17, 24, 39, 0.08);
	padding: 32px;
	position: relative;
	width: calc(100% - 52px);
}

.history-timeline-card::after {
	background: rgba(49, 83, 157, 0.18);
	content: "";
	height: 1px;
	position: absolute;
	top: 44px;
	width: 52px;
}

.history-timeline-item.left .history-timeline-card {
	justify-self: start;
}

.history-timeline-item.left .history-timeline-card::after {
	left: 100%;
}

.history-timeline-item.right .history-timeline-card {
	grid-column: 2;
	justify-self: end;
}

.history-timeline-item.right .history-timeline-card::after {
	right: 100%;
}

.history-timeline-step {
	align-items: center;
	background: rgba(228, 124, 63, 0.12);
	border-radius: 999px;
	color: #e47c3f;
	display: inline-flex;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-bottom: 18px;
	padding: 8px 14px;
}

.history-timeline-card .construction-eyebrow {
	margin-bottom: 14px;
}

.history-timeline-card h3 {
	color: #1f2c56;
}

.history-timeline-card .gray-text {
	line-height: 1.7;
}

.empresa-difference-section {
	position: relative;
}

.empresa-showcase-image-card {
	background: #ffffff;
	border: 1px solid rgba(49, 83, 157, 0.1);
	border-radius: 28px;
	box-shadow: 0 20px 48px rgba(17, 24, 39, 0.08);
	overflow: hidden;
}

.empresa-showcase-image {
	display: block;
	min-height: 260px;
	object-fit: cover;
}

.empresa-showcase-image-wide {
	max-height: 300px;
}

.empresa-stat-card {
	border-radius: 28px;
	box-shadow: 0 20px 48px rgba(17, 24, 39, 0.08);
	padding: 28px;
}

.empresa-stat-card-primary {
	background: linear-gradient(145deg, #31539d 0%, #223d79 100%);
	color: #ffffff;
}

.empresa-stat-card-secondary {
	background: linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%);
	border: 1px solid rgba(49, 83, 157, 0.1);
}

.empresa-stat-value {
	color: #ffffff;
	font-family: museo-sans-condensed, sans-serif !important;
	font-size: clamp(2.6rem, 5vw, 3.4rem);
	font-weight: 800;
	line-height: 1;
}

.empresa-stat-label {
	color: rgba(255, 255, 255, 0.92);
	font-size: 1rem;
	font-weight: 600 !important;
	line-height: 1.45;
}

.empresa-stat-title {
	color: #1f2c56;
	font-size: 1.05rem;
	font-weight: 700 !important;
}

.empresa-stat-copy {
	color: #555555;
	line-height: 1.65;
}

.empresa-feature-card {
	border: 1px solid rgba(49, 83, 157, 0.1);
	border-radius: 1rem;
	padding: 1rem;
	box-shadow: 0 14px 32px rgba(17, 24, 39, 0.05);
	transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
	will-change: transform;
}

.empresa-feature-card:hover {
	border-color: rgba(49, 83, 157, 0.28);
	box-shadow: 0 20px 36px rgba(17, 24, 39, 0.12);
	transform: translateY(-6px);
}

.empresa-feature-icon {
	align-items: center;
	background: linear-gradient(145deg, #31539d 0%, #223d79 100%);
	border-radius: 18px;
	display: inline-flex;
	height: 58px;
	justify-content: center;
	width: 58px;
	transition: transform .32s ease, box-shadow .32s ease;
}

.empresa-feature-icon--sm {
	border-radius: 30px !important;
	height: 30px !important;
	width: 30px !important;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.empresa-feature-icon--sm i {
	font-size: 1rem !important;
}

.empresa-feature-card:hover .empresa-feature-icon {
	box-shadow: 0 10px 22px rgba(34, 61, 121, 0.28);
	transform: scale(1.06);
}

.empresa-feature-icon img {
	display: block;
	max-height: 30px;
}

.empresa-feature-icon i {
	color: #ffffff;
	font-size: 1.55rem;
	line-height: 1;
}

.empresa-checklist {
	display: grid;
	gap: 14px;
}

.empresa-checklist p {
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(49, 83, 157, 0.09);
	border-radius: 18px;
	box-shadow: 0 14px 32px rgba(17, 24, 39, 0.05);
	padding: 16px 18px;
}

#header .primary-menu .menu-container .menu-link {
	position: relative;
}

#header .primary-menu .menu-container .menu-link::before {
	background-color: #e47c3f;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.25s ease;
}

#header .primary-menu .menu-container .menu-item:hover .menu-link::before,
#header .primary-menu .menu-container .menu-link:focus-visible::before {
	transform: scaleX(1);
}

#slider .hero-slider-cta {
	align-items: center;
	gap: 14px;
}

#slider .hero-slider-pagination {
	display: flex;
	gap: 14px;
	position: static !important;
	width: auto !important;
}

#slider .hero-slider-dot {
	background: rgba(255, 255, 255, 0);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	height: 8px;
	padding: 0;
	transition: opacity 0.2s ease, transform 0.2s ease;
	width: 8px;
	border: 1px solid rgba(255, 255, 255, 0.4);
}

#slider .hero-slider-dot:hover {
	opacity: 0.9;
	transform: scale(1.1);
}

#slider .hero-slider-dot.is-active {
	background: #fff;
	opacity: 1;
}

#hero-text-rotator {
	color: #e47c3f;
	display: inline-block;
	font-family: museo-sans-condensed, sans-serif !important;
	font-weight: 700;
	will-change: opacity, transform;
}

#hero-text-rotator.is-fade-in-up {
	animation: hero-text-fade-in-up 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
}

#slide-image {
	height: 100%;
	left: 0;
	object-fit: cover;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: scale(1);
	transform-origin: center center;
	transition: opacity 0.4s ease;
	width: 100%;
}

#slide-video {
	opacity: 0;
	transition: opacity 0.4s ease;
}

#slide-image.is-visible,
#slide-video.is-visible {
	opacity: 1;
}

#slide-image.is-visible {
	animation: hero-image-zoom 7s ease-out forwards;
}

#slider .video-wrap.is-fading #slide-image.is-visible,
#slider .video-wrap.is-fading #slide-video.is-visible {
	opacity: 0.35;
}

#slider .video-wrap {
	overflow: hidden;
}

.counter {
	font-family: museo-sans-display, sans-serif !important;
	font-weight: 800 !important;
}

.block-card-9 .grid-inner .btn-hover {
	opacity: 0;
	display: block;
	transition: opacity .3s ease, transform .3s .1s ease;
	margin-top: 15px;
	position: absolute;
	transform: translateY(0);
}

.block-card-9 .grid-inner:hover .btn-hover {
	opacity: 1;
	transform: translateY(-5px);
}

.block-card-9 .grid-inner .grid-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.block-card-9 .grid-inner:hover .grid-image {
	-webkit-animation: kenburns 20s ease-out both;
	animation: kenburns 20s ease-out both;
}

.block-card-9 .grid-inner .grid-icon,
.block-card-9 .grid-inner .grid-content {
	transition: transform .3s ease;
}

.block-card-9 .grid-inner:hover .grid-content {
	transform: translateY(-10px);
}

.block-card-9 .grid-inner:hover .grid-icon {
	transform: translateY(-5px);
}


.block-card-9 .services-slider .grid-inner {
	min-height: 50vh;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.block-card-9 .services-slider .grid-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.poliureia-app-cards .item,
.poliureia-app-cards .grid-inner,
.home-poliureia-cards .item,
.home-poliureia-cards .grid-inner {
	min-height: 50vh;
	height: 100%;
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.poliureia-app-cards .grid-image,
.home-poliureia-cards .grid-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 0;
	transform: scale(1);
	transition: transform .6s ease;
}

.poliureia-app-cards .grid-inner::after,
.home-poliureia-cards .grid-inner::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(18, 27, 66, .15) 0%, rgba(18, 27, 66, .75) 100%);
	opacity: .75;
	transition: opacity .2s ease;
	pointer-events: none;
	z-index: 1;
}

.poliureia-app-cards .grid-inner:hover .grid-image,
.home-poliureia-cards .grid-inner:hover .grid-image {
	-webkit-animation: none;
	animation: none;
	transform: scale(1.05);
}

.poliureia-app-cards .grid-inner:hover::after,
.home-poliureia-cards .grid-inner:hover::after {
	opacity: .95;
}

.poliureia-app-cards .bg-overlay,
.home-poliureia-cards .bg-overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
}

.poliureia-app-cards .bg-overlay-content,
.home-poliureia-cards .bg-overlay-content {
	position: relative;
	z-index: 3;
	opacity: 1 !important;
	visibility: visible !important;
}

.poliureia-app-cards .bg-overlay-bg,
.home-poliureia-cards .bg-overlay-bg {
	display: none;
}

.poliureia-app-cards .grid-content,
.home-poliureia-cards .grid-content {
	transition: transform .2s ease;
}

.poliureia-app-cards .grid-content h3,
.home-poliureia-cards .grid-content h3 {
	text-transform: uppercase;
}

.poliureia-app-cards .grid-inner:hover .grid-content,
.home-poliureia-cards .grid-inner:hover .grid-content {
	transform: translateY(-8px);
}

.services-gradient-section {
	background: linear-gradient(to bottom, #17255d 0%, #314181 75%, #ffffff 75%, #ffffff 100%);
}

.testimonials-section {
	background-color: #f5f6f8;
}

.testimonials-section .construction-eyebrow {
	display: flex;
}

.testimonials-section .construction-eyebrow::before {
	display: none;
}

.testimonials-section .construction-eyebrow::after {
	background-color: #e47c3f;
	content: "";
	width: 26px;
	height: 2px;
}

.testimonials-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.testimonial-card {
	background-color: #ffffff;
	padding: 28px;
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: 0.5rem;
	border: 1px solid rgba(49, 83, 157, 0.1);
}

.testimonial-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.testimonial-stars {
	display: flex;
	gap: 3px;
}

.testimonial-stars i {
	color: #e47c3f;
	font-size: 14px;
}

.testimonial-date {
	color: #999;
	font-size: 13px;
	font-weight: 400;
}

.testimonial-text {
	color: #333;
	font-size: 15px;
	line-height: 1.7;
	flex-grow: 1;
	margin-bottom: 20px;
}

.testimonials-slider .testimonial-author {
	margin-top: auto;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 12px;
}

.testimonials-slider .testimonial-author>div {
	min-width: 0;
}

.testimonials-slider .owl-item .testimonial-avatar {
	width: 50px !important;
	max-width: 50px !important;
	height: 50px !important;
	object-fit: cover;
	display: block;
}

.testimonial-name {
	color: #222;
	font-size: 16px;
	font-weight: 700 !important;
	font-family: museo-sans, sans-serif !important;
	margin-bottom: 0px;
}

.testimonial-role {
	color: #888;
	font-size: 13px;
	margin: 0;
}

.button.button-primary.button-reveal:hover {
	background-color: #1e376f;
}

.button.button-secondary.button-reveal {
	background-color: #e47c3f;
}

.button.button-secondary.button-reveal:hover {
	background-color: #db590d;
}

#footer .footer-contact-icon {
	width: 2.5rem;
	height: 2.5rem;
	font-size: 1.1rem;
}

.contactos-info-icon {
	width: 4rem;
	height: 4rem;
	font-size: 2.5rem;
}

.contactos-map-embed {
	position: relative;
	min-height: 280px;
	flex: 1 1 auto;
	align-self: stretch;
}

.contactos-map-embed iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

.contactos-info-row .fbox-content h3 {
	text-transform: none;
	letter-spacing: 0;
}

.contactos-info-row .fbox-content .contactos-fbox-value {
	font-family: var(--cnvs-primary-font, "Inter", sans-serif);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #555;
	margin: 0.5rem 0 0;
}

.contactos-info-row .fbox-content .contactos-fbox-value a {
	color: inherit;
	text-decoration: none;
}

.contactos-info-row .fbox-content .contactos-fbox-value a:hover {
	text-decoration: underline;
}

#footer #copyrights {
	padding-top: 0.45rem;
	padding-bottom: 0.45rem;
}

#footer .widget_links a:hover {
	color: #e47c3f;
}

#footer .contacts-section {
	background: linear-gradient(220deg, #31539d 0%, #223d79 100%) #31539d;
	color: #fff;
}

/* .twentytwenty-horizontal */
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
	content: " ";
	display: block;
	background: white;
	position: absolute;
	z-index: 30;
	-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
	width: 4px;
	height: 9999px;
	left: 50%;
	margin-left: -2px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
	color: white;
	font-size: 13px;
	letter-spacing: 0.1em;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
	position: absolute;
	background: rgba(255, 255, 255, 0.2);
	line-height: 38px;
	padding: 0 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
	top: 50%;
	margin-top: -19px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
	top: 50%;
	margin-top: -6px;
}

.twentytwenty-container {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 0;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.twentytwenty-container img {
	width: 100%;
	position: absolute;
	top: 0;
	display: block;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active:hover.twentytwenty-overlay {
	background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-after-label {
	opacity: 0;
}

.twentytwenty-container * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.twentytwenty-before-label {
	opacity: 0;
}

.twentytwenty-before-label:before {
	content: "Antes";
}

.twentytwenty-after-label {
	opacity: 0;
}

.twentytwenty-after-label:before {
	content: "Depois";
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
	left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
	right: 10px;
}

.twentytwenty-overlay {
	-webkit-transition-property: background;
	-moz-transition-property: background;
	transition-property: background;
	background: rgba(0, 0, 0, 0);
	z-index: 25;
}

.twentytwenty-overlay:hover {
	background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
	opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
	opacity: 1;
}

.twentytwenty-before {
	z-index: 20;
}

.twentytwenty-after {
	z-index: 10;
}

.twentytwenty-handle {
	height: 38px;
	width: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 3px solid white;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	z-index: 40;
	cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
	bottom: 50%;
	margin-bottom: 22px;
	-webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
	top: 50%;
	margin-top: 22px;
	-webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
	border-right: 6px solid #999;
	left: 50%;
	margin-left: -17px;
}

.twentytwenty-right-arrow {
	border-left: 6px solid #999;
	right: 50%;
	margin-right: -17px;
}

.arrow-transparent .twentytwenty-handle {
	background-color: transparent;
}

.arrow-transparent .twentytwenty-left-arrow,
.twentytwenty-container[class*="bg-"] .twentytwenty-left-arrow {
	border-right-color: #FFF;
}

.arrow-transparent .twentytwenty-right-arrow,
.twentytwenty-container[class*="bg-"] .twentytwenty-right-arrow {
	border-left-color: #FFF;
}

.arrow-rounded .twentytwenty-handle {
	border-radius: 4px;
}

/* .arrow-rounded */
.arrow-square .twentytwenty-handle {
	border-radius: 0;
}

/* .arrow-square */

.arrow-diamond .twentytwenty-handle {
	border: 0;
	box-shadow: none;
	background-color: transparent;
}

.arrow-diamond .twentytwenty-handle span.twentytwenty-left-arrow:after {
	content: "";
	position: absolute;
	width: 38px;
	height: 38px;
	left: 50%;
	top: 50%;
	border: 3px solid #FFF;
	z-index: -1;
	border-radius: 2px;
	box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	transform: translate(-22%, -50%) rotate(45deg);
}

.arrow-diamond:not(.arrow-transparent) .twentytwenty-handle span.twentytwenty-left-arrow:after {
	background-color: #FFF
}

.arrow-diamond .twentytwenty-handle:before {
	bottom: calc(50% + 3px);
}

.arrow-diamond .twentytwenty-handle:after {
	top: calc(50% + 3px);
}


.widget_links li a {
	color: #555555;
	font-weight: 300;
}

.empresa-hero {
	background: url('../images/empresa/hero_compressed.avif') center center / cover no-repeat;
	position: relative;
	overflow: hidden;
}


.empresa-hero .container {
	position: relative;
	z-index: 1;
}

.empresa-cta-panel {
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 30px;
	box-shadow: 0 28px 64px rgba(0, 0, 0, 0.18);
	margin: 0 auto;
	max-width: 860px;
	padding: 42px 32px;
}



.empresa-hero-copy,
.empresa-cta-copy {
	max-width: 760px;
}

.empresa-metrics .metric-label {
	color: #7a7a7a;
}

.empresa-cta {
	background: linear-gradient(140deg, #31539d 0%, #1e376f 100%);
}

.empresa-cta .construction-eyebrow::before {
	background-color: rgba(255, 255, 255, 0.75);
}

.header-img {
	background-size: cover;
	background-position: center;
}

.header-img div {
	text-align: center;
	color: #fff;
}

.header-img .p-n-hero {
	padding-top: 5rem;
	padding-bottom: 7rem;
}

#header+.include-header {
	margin-top: calc(-100px - 2px);
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
}

.header-img-div {
	height: 100%;
	padding-top: 100px;
}


.img-top {
	position: relative;
	width: 100%;
	height: 750px;
}

img.top1 {
	float: right;
	width: calc(100% - 100px);
	position: relative;
	border-radius: 10px
}

img.top2 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	border: 8px solid #fff;
	border-radius: 18px;
}

#header-wrap {
	backdrop-filter: blur(8px);
}


.toggle-content {
	font-weight: 300;
}

.badge-heading {
	color: #e47c3f !important;
	background-color: hsl(22.18deg 75.34% 57.06% / 10%);
}

.icon-box {
	width: 70px;
	height: 70px;
	border-radius: 10px;
	background-color: #e47c3f;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-box img {
	max-height: 36px;
}

.card-process .badge {
	color: #222;
}

.card-process:hover .badge {
	background-color: var(--cnvs-themecolor);
	color: #fff;
	transition: all 0.3s ease;
	border-color: var(--cnvs-themecolor);
}

.about-img>img {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	border-radius: 20px;
}

.about-img>img+img {
	position: relative;
	margin-top: 60px;
	border: 12px solid #FFF;
	border-radius: 20px;
}

.bg-gray .about-img>img+img {
	border: 12px solid var(--cnvs-section-bg) !important;
	;
}

.fbox-bg.fbox-center {
	margin-top: 0 !important;
	height: 100% !important;
}

.fbox-icon a i {
	background: linear-gradient(145deg, #31539d 0%, #223d79 100%);
}

.toggle-bg .toggle-header {
	background-color: #f0f2f4;
}


@keyframes hero-text-fade-in-up {
	from {
		opacity: 0;
		transform: translate3d(0, 16px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes kenburns {
	0% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);
		-webkit-transform-origin: 84% 84%;
		transform-origin: 84% 84%;
	}

	100% {
		-webkit-transform: scale(1.25) translate(20px, 15px);
		transform: scale(1.25) translate(20px, 15px);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
}

@keyframes kenburns {
	0% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);
		-webkit-transform-origin: 84% 84%;
		transform-origin: 84% 84%;
	}

	100% {
		-webkit-transform: scale(1.25) translate(20px, 15px);
		transform: scale(1.25) translate(20px, 15px);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
}

@keyframes hero-image-zoom {
	from {
		transform: scale(1);
	}

	to {
		transform: scale(1.08);
	}
}

@media (min-width: 1199.98px) {
	.container-right-edge-1320 {
		margin-left: max(0px, calc((100vw - 1320px) / 2)) !important;
		margin-right: 0 !important;
		max-width: none !important;
		padding-right: 0 !important;
		width: calc(100% - max(0px, calc((100vw - 1320px) / 2)));
	}
}



@media (max-width: 1199.98px) {
	.testimonials-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 991.98px) {
	:root {
		--cnvs-section-margin: 2rem;
		--cnvs-content-padding: 2.5rem;
	}

	.construction-copy {
		grid-template-columns: 1fr;
	}

	.construction-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: auto;
	}

	.construction-card-image {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.history-timeline {
		max-width: 920px;
	}

	.history-timeline-card {
		width: calc(100% - 40px);
	}

	.history-timeline-card::after {
		width: 40px;
	}

	.empresa-about-visual {
		min-height: 460px;
	}

	.empresa-showcase-image-card,
	.empresa-stat-card,
	.empresa-feature-card {
		border-radius: 24px;
	}

	#logo img {
		height: 80px;
	}

	.about-img>img+img {
		border: 8px solid #FFF;
	}

	.bg-gray .about-img>img+img {
		border: 8px solid var(--cnvs-section-bg) !important;
	}
}

@media (max-width: 767.98px) {
	#slider .hero-slider-cta {
		gap: 10px;
	}

	#slider .hero-slider-pagination {
		position: static !important;
	}

	.block-card-9 .services-slider .item,
	.block-card-9 .services-slider .grid-inner {
		min-height: 475px;
	}

	.empresa-intro-highlight {
		flex: 1 1 100%;
	}

	.empresa-about-visual {
		min-height: 0;
	}

	.history-timeline::before {
		left: 22px;
		transform: none;
	}

	.history-timeline-item {
		grid-template-columns: 1fr;
		margin-bottom: 22px;
		padding-left: 52px;
	}

	.history-timeline-item::before {
		left: 22px;
		top: 42px;
		transform: translate(-50%, -50%);
	}

	.history-timeline-item.right .history-timeline-card {
		grid-column: 1;
	}

	.history-timeline-card,
	.history-timeline-item.right .history-timeline-card,
	.history-timeline-item.left .history-timeline-card {
		justify-self: stretch;
		width: 100%;
	}

	.history-timeline-card::after {
		left: -30px;
		right: auto;
		width: 30px;
	}

	.empresa-cta-panel {
		padding: 34px 24px;
	}

	.poliureia-video-content {
		padding: 16px 16px 18px;
	}
}

@media (max-width: 575.98px) {
	.testimonials-grid {
		grid-template-columns: 1fr;
	}

	.testimonial-card {
		padding: 24px;
	}

	.construction-feature-section {
		padding: 64px 0 72px;
	}

	.construction-grid {
		grid-template-columns: 1fr;
	}

	.construction-card-image.small {
		min-height: 190px;
	}

	.history-timeline {
		padding-top: 8px;
	}

	.history-timeline-item {
		padding-left: 40px;
	}

	.history-timeline::before,
	.history-timeline-item::before {
		left: 16px;
	}

	.history-timeline-card {
		border-radius: 22px;
		padding: 24px 20px;
	}

	.history-timeline-card::after {
		left: -24px;
		width: 24px;
	}

	.empresa-intro-highlights {
		gap: 10px;
	}

	.empresa-intro-highlight {
		border-radius: 16px;
		padding: 16px;
	}

	.empresa-showcase-image-card,
	.empresa-stat-card,
	.empresa-feature-card,
	.empresa-cta-panel {
		border-radius: 20px;
	}

	.empresa-stat-card,
	.empresa-feature-card,
	.empresa-cta-panel {
		padding: 22px 18px;
	}

	.empresa-showcase-image,
	.empresa-showcase-image-wide {
		max-height: none;
		min-height: 220px;
	}

	.empresa-feature-icon {
		border-radius: 16px;
		height: 52px;
		width: 52px;
	}

	.empresa-checklist p {
		padding: 14px 16px;
	}
}

.whatsapp-name {
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 0;
	text-transform: uppercase;
}

#whatsapp-chat {
	box-sizing: border-box;
	outline: none;
	position: fixed;
	width: 400px;
	border-radius: 10px;
	box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
	bottom: 90px;
	right: 30px;
	overflow: hidden;
	z-index: 99;
	animation-name: showchat;
	animation-duration: 0.3s;
	transform: scale(1);
}

a.blantershow-chat {
	background: #25d366;
	color: #ffffff;
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	z-index: 98;
	bottom: 25px;
	right: 30px;
	font-size: 0;
	width: 58px;
	height: 58px;
	padding: 0;
	border-radius: 50%;
	box-shadow: 0 0px 15px rgb(0 0 0 / 25%);
	transition: 0.2s ease;
	text-decoration: none;
	animation: whatsappPulse 2s infinite;
}

a.blantershow-chat:hover {
	background: #1a9d4b;
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 16px 30px rgb(0 0 0 / 25%);
	animation-play-state: paused;
}

a.blantershow-chat i {
	font-size: 30px;
}

.header-chat {
	background: #095e54;
	color: #ffffff;
	padding: 10px;
	position: relative;
}

.header-chat p {
	font-size: 15px;
	font-weight: 600 !important;
	line-height: 1.5;
}

.info-avatar {
	display: flex;
	align-items: center;
	gap: 5px;
}

.whatsapp-avatar-icon {
	border-radius: 50%;
	width: 45px;
	height: 45px;
	background: rgb(255 255 255);
	object-fit: cover;
	display: block;
	padding: 10px;
}

#get-label,
span.chat-label {
	font-size: 12px;
	font-weight: 400 !important;
	opacity: 0.8;
}

textarea#chat-input {
	border: none;
	font-family: Arial, sans-serif;
	width: 100%;
	height: 50px;
	outline: none;
	resize: none;
	padding: 8px 10px;
	font-size: 14px;
}

.blanter-msg {
	display: flex;
	align-items: stretch;
	background: #ffffff;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.13) 0 1px 0.5px;
}

a#send-it {
	font-weight: 700;
	padding: 0 14px;
	background: #f1f1f1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #6b7280;
	text-decoration: none;
}

a#send-it i {
	font-size: 20px;
}


.first-msg span {
	background: #ffffff;
	color: #333333;
	font-size: 14px;
	line-height: 1.6;
	border-radius: 10px;
	padding: 12px 14px;
	display: inline-block;
	box-shadow: rgba(0, 0, 0, 0.13) 0 1px 0.5px;
}

.start-chat .blanter-msg {
	display: flex;
}

a.close-chat {
	position: absolute;
	top: 10px;
    right: 16px;
	color: #ffffff;
	font-size: 20px;
	text-decoration: none;
	line-height: 1;
}

.whatsapp-chat-body {
	padding: 14px;
	background-color: #e6ddd4;
	position: relative;
}

.whatsapp-chat-body::before {
	display: block;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
	opacity: 0.1;
	background-image: url("../images/OA5z0a81CZk.webp");
}

.whatsapp-chat-body>* {
	position: relative;
	z-index: 1;
}

@keyframes showchat {
	from {
		opacity: 0;
	}
}

@keyframes whatsappPulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.45), 0 0px 15px rgb(0 0 0 / 25%);
	}

	70% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0), 0 0px 15px rgb(0 0 0 / 25%);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0), 0 0px 15px rgb(0 0 0 / 25%);
	}
}

@media (prefers-reduced-motion: reduce) {
	a.blantershow-chat {
		animation: none;
	}
}

.hide {
	display: none;
}

.show {
	display: block;
}

@media screen and (max-width: 480px) {
	#whatsapp-chat {
		width: auto;
		left: 5%;
		right: 5%;
		bottom: 90px;
	}

	a.blantershow-chat {
		right: 16px;
		bottom: 16px;
		width: 60px;
		height: 60px;
	}
}

/* portfolio-interno: linha 1 — grande + 2 miniaturas (altura partilhada = altura da foto grande em lg+) */
.portfolio-gallery-row1 {
	align-items: stretch;
}

.portfolio-gallery-row1 .portfolio-gallery-r1-side {
	min-height: 0;
	align-self: stretch;
	display: flex;
	flex-direction: column;
}

.portfolio-gallery-row1 .portfolio-gallery-r1-side > a.portfolio-gallery-r1-thumb {
	flex: 1 1 0;
	min-height: 0;
	position: relative;
	overflow: hidden;
}

.portfolio-gallery-row1 .portfolio-gallery-r1-side .portfolio-gallery-r1-thumb-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media (max-width: 991.98px) {
	.portfolio-gallery-row1 .portfolio-gallery-r1-side {
		flex-direction: row;
	}

	.portfolio-gallery-row1 .portfolio-gallery-r1-side > a.portfolio-gallery-r1-thumb {
		flex: 1 1 50%;
		min-height: 200px;
	}
}

/* Lightbox (Magnific Popup): chevrons use Bootstrap Icons PUA codes on ::before; the global
   * { font-family: museo-sans !important } would inherit onto the arrow and hide the glyphs. */
button.mfp-arrow {
	font-family: "bootstrap-icons" !important;
}