
a     {-webkit-transform: rotate(0);}
a img {-webkit-backface-visibility: hidden;}

a {outline : none;}
a img {outline : none;}
img {border : 0;}

html {
	scroll-behavior: smooth;
}

#nosotros,
#contacto {
	scroll-margin-top: 110px;
}

@media (max-width: 991px) {
	#nosotros,
	#contacto {
		scroll-margin-top: 88px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}



/* Estilos de margen y tamaño */

.m-t-10 {margin-top:10px;}
.m-t-20 {margin-top:20px;}
.m-t-30 {margin-top:30px;}
.m-t-40 {margin-top:40px;}
.m-t-50 {margin-top:50px;}

.m-b-10 {margin-bottom:10px;}
.m-b-20 {margin-bottom:20px;}
.m-b-30 {margin-bottom:30px;}
.m-b-40 {margin-bottom:40px;}
.m-b-50 {margin-bottom:50px;}


.p-0 { padding: 0; }

.p-t-10 {padding-top:10px;}
.p-t-20 {padding-top:20px;}
.p-t-30 {padding-top:30px;}
.p-t-40 {padding-top:40px;}
.p-t-50 {padding-top:50px;}
.p-t-60 {padding-top:60px;}
.p-t-70 {padding-top:70px;}
.p-t-80 {padding-top:80px;}
.p-t-90 {padding-top:90px;}
.p-t-100 {padding-top:100px;}
.p-t-120 {padding-top:120px;}
.p-t-130 {padding-top:130px;}
.p-t-140 {padding-top:140px;}
.p-t-150 {padding-top:150px;}
.p-t-160 {padding-top:160px;}
.p-t-170 {padding-top:170px;}
.p-t-180 {padding-top:180px;}
.p-t-200 {padding-top:200px;}
.p-t-210 {padding-top:210px;}
.p-t-220 {padding-top:220px;}
.p-t-250 {padding-top:250px;}
.p-t-300 {padding-top:300px;}
.p-t-400 {padding-top:400px;}
.p-t-500 {padding-top:500px;}






.p-b-10 {padding-bottom:10px;}
.p-b-20 {padding-bottom:20px;}
.p-b-30 {padding-bottom:30px;}
.p-b-40 {padding-bottom:40px;}
.p-b-50 {padding-bottom:50px;}
.p-b-60 {padding-bottom:60px;}
.p-b-70 {padding-bottom:70px;}
.p-b-100 {padding-bottom:100px;}



.p-l-40 {padding-left:40px;}

.m-l-30 {margin-left:30px;}
.m-l-40 {margin-left:40px;}


.p-r-40 {padding-right:40px;}









/* Estilos de textos */



h1 { 	font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		font-size: 1.5em; 
		color: white;
	}

h2 {font-family: 'Montserrat', sans-serif;	
	font-size: 1.2em; 	
	font-weight: 500; }

h3 { 
	font-family: 'Montserrat', sans-serif;	
	font-weight: 700;
	font-size: 1.6em;}

h4 {	font-weight: 400;
line-height: 1.6em;}




/* estilos de color */



/* Menu principal */

.navbar.navbar-top {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	padding: 18px 0 !important;
	background-color: transparent !important;
	box-shadow: 0 0 10px rgba(0,0,0,0);
	transition: background-color 220ms ease, box-shadow 220ms ease, padding 220ms ease;
}

.navbar.navbar-top.is-scrolled {
	background-color: rgba(0,0,0,0.95) !important;
	box-shadow: 0 10px 26px rgba(0,0,0,0.35);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.navbar.navbar-top.menu-open {
	z-index: 3000;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

body.mobile-menu-open {
	overflow: hidden;
}

@media (max-width: 991px) {
	.navbar.navbar-top .navbar-collapse {
		position: fixed;
		inset: 0;
		margin-top: 0;
		padding: 22px 22px 28px;
		background: rgba(0,0,0,0.98);
		border: 0;
		border-radius: 0;
		z-index: 1001;
		overflow-y: auto;
	}

	.navbar.navbar-top .navbar-collapse.show,
	.navbar.navbar-top .navbar-collapse.collapsing {
		display: flex !important;
		flex-direction: column;
		align-items: stretch;
	}

	.navbar.navbar-top .navbar-collapse.collapsing {
		height: 100vh !important;
	}

	.mobile-menu-header {
		width: 100%;
		max-width: 305px;
		margin: 0 auto 14px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.mobile-menu-logo {
		height: 50px !important;
		width: auto;
	}

	.mobile-menu-close {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		padding: 0;
		margin: 0;
		background: transparent;
		border: 0;
		color: #fff;
		font-size: 34px;
		line-height: 1;
		cursor: pointer;
	}

	.mobile-menu-close-row {
		width: 100%;
		max-width: 305px;
		margin: 16px auto 0;
		display: flex;
		justify-content: flex-end;
	}

	.mobile-menu-close:focus {
		outline: none;
	}

	.navbar.navbar-top .navbar-collapse .navbar-nav {
		width: 100%;
		max-width: 305px;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-top: 6px !important;
		align-items: flex-start;
	}

	.navbar.navbar-top .navbar-collapse .nav-item {
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}

	.navbar.navbar-top .navbar-collapse .nav-link {
		padding-left: 0 !important;
		padding-right: 0 !important;
		font-size: 24px !important;
		line-height: 1.15;
		text-align: left;
	}

	.navbar.navbar-top .navbar-collapse > .d-flex {
		width: 100%;
		max-width: 305px;
		margin-top: 18px !important;
		margin-left: auto !important;
		margin-right: auto !important;
		justify-content: center !important;
	}

	.navbar.navbar-top .navbar-collapse > .d-flex a {
		width: auto;
	}
}

/* legacy (no usar) */
.navbar-top-2 { background:rgba(89,25,91,0.6); }

/* Footer mini */
.footer-mini-rights {
	margin-left: 18px;
}

@media (min-width: 768px) {
	.footer-mini-rights {
		margin-left: 56px;
	}
}

@media (max-width: 767px) {
	.footer-mini {
		padding: 14px 0 !important;
	}

	.footer-mini-row {
		width: 100%;
		max-width: 305px;
		margin-left: auto;
		margin-right: auto;
		justify-content: flex-start !important;
	}

	.footer-mini-content {
		width: 100%;
		align-items: center;
		justify-content: flex-start;
	}

	.footer-mini-logo {
		height: 30px !important;
		width: auto;
	}

	.footer-mini-rights {
		margin-left: 12px;
		margin-top: 0 !important;
		font-size: 12px !important;
		letter-spacing: 0.2px;
	}
}


.menu-principal li a { 	
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color:rgba(255,255,255,1);
	cursor: pointer;
	font-size: 1.3em;
	font-weight: 700;
	padding: 5px 10px }


.menu-principal li a:hover { color:rgba(195,159,217,1); }

.menu-principal li a.active { color:rgba(255,255,255,1); }

.submenu-productos { background: rgba(0,0,0,0.85);
				position: fixed;
				width: 100%;
				min-height: 100%;
				z-index: 99;
				top: 100px;
				display: none;
				transition: 300ms ease all;}


.submenu-productos h2 { color: rgba(255,255,255,1); 
					margin-bottom: 40px;}


.submenu-productos img {max-width: 160px;
	-webkit-filter: none;
	filter: none;
	opacity: 1;
	border-radius:50%;
	border:3px solid rgba(255,255,255,1);
}			
					


.submenu-desarrollos-2 { background: url(../img/bg-01a.jpg) no-repeat top;
		background-size: cover;
					padding-top: 120px;
				transition: 300ms ease all;}


.submenu-desarrollos-2 h2 { color: rgba(255,255,255,1); 
					margin-bottom: 40px;
					}


.submenu-desarrollos-2 img { max-width: 160px;
					-webkit-filter: grayscale(1);
					filter: grayscale(1);
					opacity: 0.7;
					border-radius:50%;
					border:3px solid rgba(255,255,255,0);}						



.submenu-desarrollos-2 img:hover { max-width: 160px;
					-webkit-filter: none;
					filter: none;
					opacity: 1;
					border-radius:50%;
					border:3px solid rgba(255,255,255,1);}						

.menu-movil li {	list-style: none;}

.menu-movil li a { 
							font-family: 'Montserrat', sans-serif;	
							font-weight: 700;
							color:rgba(255,255,255,1);
							font-size: 2em;
							font-weight: 700;
							padding: 10px 10px;}
					

.menu-movil li a:hover { color:rgba(255,255,255,1); }

.menu-movil li a.active { color:rgba(255,255,255,1); }

.close-menumovil { color: white; opacity: 1;
			font-size: 3em;}

.close-submenu-desarrollos{color: white; opacity: 1;
			font-size: 3em;}

.telefono-encabezado {	font-family: 'Montserrat', sans-serif;
				font-weight: 400;
				color:rgba(255,255,255,1);}


.telefono-encabezado a {font-family: 'Montserrat', sans-serif;
				font-weight: 700;
				padding-left: 10px;
				padding-right: 10px;
				color:rgba(255,255,255,1);}


.boton-menu-movil { position: fixed;
			z-index: 99;
			right: 14px;
			background: rgba(0,0,0,0.5);
			padding: 12px; }



.modal-menumovil  { background-color:rgba(89,25,91,0.8) !important; }


.modal-content { background:none;
	box-shadow: none;
	border: 0; }



/* Estilos de seccion */




/* estilos de botón */

.btn { 	border-radius: 0 !important;
border: 0;
padding: 10px 40px;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
}



/*Estilo de boton whatssap*/
.whatsapp-float { position: fixed;
	z-index: 99;
	bottom: 10%; 
	right:5%;
	 }

.whatsapp-float p { padding: 8px 12px;
	border-radius:8px;
	margin-top:10px;
	background: rgba(0,175,69,1); }


/* Banner principal */
.hero-banner {
	position: relative;
	overflow: hidden;
	min-height: 780px;
	background: url("../img/banner-principal-01.jpg") center center / contain no-repeat;
	background-color: #1a110b;
}

.hero-banner__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.4) 52%, rgba(0,0,0,0.7) 100%),
		linear-gradient(0deg, rgba(171,97,27,0.35) 0%, rgba(171,97,27,0.35) 100%);
}

.hero-banner__content {
	position: relative;
	z-index: 1;
	padding-top: 124px; /* espacio para navbar fixed encima del banner */
	padding-bottom: 0;
}

.hero-banner__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.hero-banner__whatsapp-wrap {
	display: flex;
	align-items: center;
	gap: 14px;
}

.hero-banner__whatsapp {
	width: 70px;
	height: 70px;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-banner__whatsapp img {
	display: block;
	width: 100%;
	height: auto;
}

.hero-banner__message-link {
	display: inline-flex;
	align-items: center;
	min-height: 46px;
	padding: 0 28px;
	border-radius: 999px;
	border: 1px solid rgba(255,255,255,0.65);
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	text-decoration: none;
	background: rgba(0,0,0,0.17);
}

.hero-banner__message-link:hover,
.hero-banner__message-link:focus {
	color: #fff;
	text-decoration: none;
}

.hero-banner__certs {
	display: flex;
	align-items: flex-start;
	gap: 28px;
	padding-top: 12px;
}

.hero-banner__cert-item {
	text-align: center;
}

.hero-banner__cert-item img {
	height: 64px;
	width: auto;
	display: block;
	margin: 0 auto 10px;
}

.hero-banner__cert-item p {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 2px;
}

.hero-banner__main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 28px;
	margin-top: 68px;
}

.hero-banner__copy {
	max-width: 760px;
	color: #fff;
	padding-bottom: 74px;
}

.hero-banner__copy h1 {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(46px, 4.2vw, 74px);
	line-height: 1.02;
	font-weight: 700;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	color: #fff;
}

.hero-banner__copy p {
	margin: 24px 0 24px;
font-family: 'Montserrat', sans-serif;
	font-size: clamp(16px, 1.4vw, 30px);
	line-height: 1.22;
	color: rgba(255,255,255,0.92);
}

.hero-banner__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 305px;
	height: 46px;
	padding: 0 28px;
	border-radius: 999px;
	background: #f0a13f;
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.7px;
	text-decoration: none;
}

.hero-banner__cta:hover,
.hero-banner__cta:focus {
	color: #000;
	text-decoration: none;
}

.hero-banner__form-wrap {
	width: 100%;
	max-width: 470px;
	padding-bottom: 0;
}

.hero-form {
	width: 100%;
	padding: 34px 30px 30px;
	border: 1px solid #f0a13f;
	border-radius: 28px 28px 0 0;
	background: rgba(0,0,0,0.56);
}

.hero-form h2 {
	margin: 0 0 18px;
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(40px, 3.2vw, 58px);
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	color: #f0a13f;
}

.hero-form form {
	display: grid;
	gap: 12px;
}

.hero-form input,
.hero-form textarea {
	width: 100%;
	background: #14161d;
	border: 0;
	border-bottom: 1px solid rgba(255,255,255,0.85);
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	padding: 8px 8px;
	outline: none;
}

.hero-form textarea {
	min-height: 104px;
	border: 1px solid rgba(255,255,255,0.85);
	resize: none;
}

.hero-form input::placeholder,
.hero-form textarea::placeholder {
	color: rgba(255,255,255,0.92);
}

.hero-form button {
	margin-top: 10px;
	min-width: 155px;
	height: 42px;
	border: 0;
	border-radius: 999px;
	background: #f0a13f;
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

@media (max-width: 1199px) {
	.hero-banner {
		min-height: auto;
		background-size: cover;
	}

	.hero-banner__message-link {
		font-size: 14px;
		letter-spacing: 1px;
		min-height: 44px;
		padding: 0 18px;
	}

	.hero-banner__cert-item p {
		font-size: 13px;
		letter-spacing: 1px;
	}

	.hero-banner__main {
		margin-top: 48px;
		align-items: flex-start;
	}

	.hero-banner__copy h1 {
		font-size: 52px;
	}

	.hero-banner__copy p {
		font-size: 18px;
	}

	.hero-banner__copy {
		padding-bottom: 40px;
	}

	.hero-banner__cta {
		min-width: 280px;
		height: 44px;
		font-size: 16px;
	}

	.hero-form {
		padding: 28px 24px;
	}

	.hero-form h2 {
		font-size: 40px;
	}

	.hero-form input,
	.hero-form textarea {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	html,
	body {
		background-color: #000 !important;
	}

	.hero-banner {
		width: calc(100% - 16px);
		margin: 82px auto 16px;
		border-radius: 24px;
		padding: 8px;
		background-color: #000;
		background-size: 100% auto;
		background-position: 82% top;
		background-origin: content-box;
		background-clip: content-box;
		box-shadow: 0 18px 42px rgba(0,0,0,0.35);
	}

	.hero-banner__overlay {
		inset: 8px;
		border-radius: 16px;
		background:
			linear-gradient(110deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.38) 54%, rgba(0,0,0,0.5) 100%),
			linear-gradient(0deg, rgba(171,97,27,0.28) 0%, rgba(171,97,27,0.28) 100%);
	}

	.hero-banner__content {
		padding-top: 16px;
		padding-bottom: 18px;
	}

	.hero-banner__top {
		flex-direction: column;
		gap: 14px;
		align-items: center;
	}

	.hero-banner__whatsapp-wrap,
	.hero-banner__certs,
	.hero-banner__copy,
	.hero-banner__form-wrap {
		width: 100%;
		max-width: 340px;
		margin-left: auto;
		margin-right: auto;
	}

	.hero-banner__whatsapp-wrap {
		gap: 10px;
		justify-content: flex-start;
	}

	.hero-banner__whatsapp {
		width: 46px;
		height: 46px;
		flex: 0 0 46px;
	}

	.hero-banner__message-link {
		flex: 1 1 auto;
		min-width: 0;
		justify-content: flex-start;
		font-size: 10px;
		letter-spacing: 0.5px;
		padding: 0 10px;
		min-height: 34px;
	}

	.hero-banner__certs {
		gap: 14px;
		padding-top: 0;
		justify-content: flex-start;
	}

	.hero-banner__cert-item img {
		height: 46px;
		margin-bottom: 6px;
	}

	.hero-banner__cert-item p {
		font-size: 10px;
		line-height: 1.2;
		letter-spacing: 0.4px;
	}

	.hero-banner__main {
		flex-direction: column;
		margin-top: 14px;
		gap: 14px;
		align-items: center;
	}

	.hero-banner__copy h1 {
		font-size: 30px;
		line-height: 1.04;
	}

	.hero-banner__copy p {
		font-size: 14px;
		line-height: 1.3;
		margin: 12px 0 14px;
	}

	.hero-banner__copy {
		padding-bottom: 0;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
	}

	.hero-banner__cta {
		min-width: 190px;
		height: 40px;
		padding: 0 16px;
		font-size: 13px;
		letter-spacing: 0.5px;
	}

	.hero-banner__form-wrap {
		max-width: 340px;
	}

	.hero-form {
		padding: 18px 14px;
		border-radius: 18px;
	}

	.hero-form h2 {
		font-size: 28px;
		margin-bottom: 14px;
		text-align: left;
	}

	.hero-form form {
		gap: 10px;
	}

	.hero-form input,
	.hero-form textarea {
		font-size: 14px;
		padding: 8px 6px;
	}

	.hero-form textarea {
		min-height: 86px;
	}

	.hero-form button {
		min-width: 140px;
		height: 36px;
		font-size: 13px;
		margin-top: 6px;
		justify-self: start;
	}
}

/* Seccion 2 - Seguridad real */
.seg-real-section {
	background: url("../img/banner-seguridad-real.jpg") center center / cover no-repeat;
	--seg-real-accent: #f3a13a;
	--seg-real-panel-bg: #000;
	--seg-real-line: 2px;
}

.seg-real-container {
	padding-top: 54px;
	padding-bottom: 0;
}

.seg-real-right {
	align-self: flex-start;
	padding-top: 6px;
}

.seg-real-guardia-wrap {
	min-height: 420px;
	align-items: flex-end;
}

.seg-real-guardia {
	max-height: 480px;
	width: auto;
	margin-left: -48px;
}

.seg-real-title-wrap {
	margin-top: 10px;
}

.seg-real-icon {
	width: 150px;
	height: 150px;
	max-width: none;
	flex-shrink: 0;
}

.seg-real-title {
	font-family: "Roboto", sans-serif;
	font-size: 46px;
	line-height: 1.05;
	letter-spacing: 0.4px;
	color: #fff;
	margin-left: 16px;
}

.seg-real-features {
	margin-top: 12px;
	padding-bottom: 28px;
}

.seg-real-highlight {
	display: inline-block;
	width: auto;
	max-width: 700px;
	background: var(--seg-real-accent);
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	padding: 12px 20px;
	border-radius: 999px;
	white-space: nowrap;
	text-align: center;
}

.seg-real-badges {
	margin-top: 28px;
	display: grid;
	grid-template-columns: 1.58fr 1fr;
	gap: 14px 16px;
}

.seg-real-badge {
	position: relative;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Roboto", sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.1;
	color: var(--seg-real-accent);
	padding: 0 18px;
	white-space: nowrap;
	background: transparent;
}

.seg-real-badge-shape {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.seg-real-badge-shape path {
	fill: none;
	stroke: var(--seg-real-accent);
	stroke-width: var(--seg-real-line);
	vector-effect: non-scaling-stroke;
	stroke-linejoin: miter;
	stroke-linecap: square;
}

.seg-real-badge span {
	position: relative;
	z-index: 1;
}

.seg-real-badge--wide {
	font-size: 17px;
}

@media (max-width: 991px) {
	.seg-real-container {
		padding-top: 38px;
		padding-bottom: 20px;
	}

	.seg-real-guardia-wrap {
		min-height: auto;
	}

	.seg-real-right {
		padding-top: 0;
	}

	.seg-real-guardia {
		max-height: 390px;
		margin-left: 0;
	}

	.seg-real-title-wrap {
		margin-top: 0;
	}

	.seg-real-icon {
		width: 100px;
		height: 100px;
	}

	.seg-real-title {
		font-size: 36px;
	}

	.seg-real-features {
		margin-top: 6px;
	}

	.seg-real-highlight {
		font-size: 16px;
		padding: 11px 16px;
		white-space: nowrap;
		max-width: 100%;
	}

	.seg-real-badges {
		margin-top: 22px;
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.seg-real-badge {
		height: 66px;
		font-size: 20px;
	}

	.seg-real-badge--wide {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.seg-real-right {
		order: 1;
	}

	.seg-real-guardia-col {
		order: 2;
		margin-bottom: 0 !important;
	}

	.seg-real-title-wrap {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.seg-real-icon {
		width: 100px;
		height: 100px;
		margin-right: 0 !important;
	}

	.seg-real-title {
		font-size: 28px;
		margin-left: 0;
		margin-top: 12px;
		text-align: center;
	}

	.seg-real-features {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.seg-real-badges {
		width: 100%;
		max-width: 300px;
		justify-items: center;
	}

	.seg-real-highlight {
		display: block;
		width: 100%;
		font-size: 13px;
		padding: 8px 12px;
		max-width: 320px;
		white-space: normal;
	}

	.seg-real-badge {
		width: 100%;
		max-width: 290px;
		height: 44px;
		font-size: 13px;
		padding: 0 10px;
	}

	.seg-real-badge--wide {
		font-size: 13px;
		max-width: 290px;
	}
}

/* Seccion confianza */
.confianza-section {
	background-color: #000;
	background-image: url("../img/bg-negro-2.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.confianza-container {
	padding-top: 52px;
	padding-bottom: 52px;
}

.confianza-title {
	letter-spacing: 1px;
	font-size: 44px;
	line-height: 1.05;
}

.confianza-title-light {
	font-weight: 300;
	opacity: 0.9;
}

.confianza-text {
	max-width: 640px;
	font-size: 20px;
	line-height: 1.35;
	color: #f2a13a;
	font-weight: 400;
}

.confianza-text-strong {
	font-weight: 800;
}

.confianza-logos {
	min-height: 260px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.confianza-logos-top {
	width: 100%;
	max-width: 370px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: start;
	column-gap: 18px;
}

.confianza-logo-box {
	height: 118px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.confianza-logo {
	display: block;
	width: auto;
	height: auto;
}

.confianza-logo--ssc {
	width: 130px;
}

.confianza-logo--repse {
	width: 190px;
}

.confianza-logos-bottom {
	width: 100%;
	max-width: 370px;
	margin-top: 18px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.confianza-logo--bothawui {
	grid-column: 2;
	justify-self: end;
	width: 168px;
	margin-right: 0;
}

.confianza-bottom-bar {
	background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(242,161,58,0.9) 100%);
	padding: 22px 0;
}

.confianza-bottom-text {
	color: #fff;
	letter-spacing: 4px;
	font-size: 14px;
	text-align: left;
}

@media (max-width: 991px) {
	.confianza-container {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.confianza-title {
		font-size: 34px;
	}

	.confianza-text {
		font-size: 17px;
	}

	.confianza-logos {
		min-height: auto;
		margin-top: 20px;
	}

	.confianza-logos-top,
	.confianza-logos-bottom {
		max-width: 340px;
	}

	.confianza-logo--ssc {
		width: 115px;
	}

	.confianza-logo--repse {
		width: 168px;
	}

	.confianza-logo--bothawui {
		grid-column: 2;
		justify-self: end;
		width: 152px;
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.confianza-copy {
		padding-left: 12px;
		padding-right: 12px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.confianza-title,
	.confianza-text {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}

	.confianza-title {
		max-width: 305px;
		font-size: clamp(23px, 7.2vw, 27px);
		line-height: 1.08;
		letter-spacing: 0.4px;
	}

	.confianza-text {
		max-width: 300px;
		font-size: 15.5px;
		line-height: 1.3;
	}

	.confianza-title-light,
	.confianza-title .font-weight-bold {
		white-space: nowrap;
	}

	.confianza-logos-top,
	.confianza-logos-bottom {
		max-width: 310px;
	}

	.confianza-logos-top {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}

	.confianza-logo-box {
		height: auto;
	}

	.confianza-logo-box--repse {
		order: 1;
	}

	.confianza-logo-box--ssc {
		order: 2;
	}

	.confianza-logo--ssc {
		width: 98px;
	}

	.confianza-logo--repse {
		width: 145px;
	}

	.confianza-logos-bottom {
		display: flex;
		justify-content: center;
	}

	.confianza-logo--bothawui {
		grid-column: auto;
		justify-self: center;
		width: 132px;
		margin-right: 0;
	}

	.confianza-bottom-text {
		letter-spacing: 2px;
		font-size: 11px;
		text-align: center;
	}
}

/* Seccion check */
.check-section {
	background-color: #000;
	padding: 70px 0;
}

.check-container .row {
	align-items: flex-start;
}

.check-left {
	max-width: 520px;
	margin-left: 0;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.check-title {
	line-height: 1.06;
	text-align: left;
	width: 100%;
}

.check-title-top {
	color: #ff9800;
	font-size: 46px;
	letter-spacing: 0.6px;
}

.check-title-bottom {
	color: #fff;
	font-size: 28px;
	letter-spacing: 0.4px;
}

.check-icon-wrap {
	margin-top: 44px;
	display: flex;
	justify-content: center;
	width: 100%;
}

.check-section .check-icon {
	max-width: 220px;
	width: 100%;
	height: auto;
}

.check-right {
	width: 100%;
	max-width: 520px;
	margin-left: 8px;
}

.check-btn {
	display: block;
	width: 100%;
	margin-bottom: 14px;
	padding: 10px 18px;
	background: #ff9800;
	color: #111;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 17px;
	letter-spacing: 0.4px;
	border-radius: 3px;
}

.check-btn--last {
	margin-bottom: 28px;
}

.check-btn--light {
	background: #e9e9e9;
	border: 1px solid rgba(0,0,0,0.25);
	color: #111;
}

.check-btn--light:hover,
.check-btn--light:focus {
	color: #111;
	text-decoration: none;
}

@media (max-width: 1199px) {
	.check-title-top {
		font-size: 42px;
	}

	.check-title-bottom {
		font-size: 20px;
	}

	.check-right {
		max-width: 500px;
		margin-left: 4px;
	}

	.check-btn {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.check-section {
		padding: 54px 0;
	}

	.check-left {
		max-width: 100%;
		margin-left: 0;
	}

	.check-title-top {
		font-size: 44px;
	}

	.check-title-bottom {
		font-size: 22px;
	}

	.check-icon-wrap {
		margin-top: 28px;
	}

	.check-section .check-icon {
		max-width: 145px;
	}

	.check-right {
		max-width: 100%;
		margin-left: 0;
	}

	.check-btn {
		font-size: 17px;
		padding: 10px 16px;
	}
}

@media (max-width: 767px) {
	.check-section {
		padding: 42px 0;
	}

	.check-left {
		max-width: 100%;
		align-items: center;
	}

	.check-title {
		max-width: 305px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.check-title-top {
		font-size: 28px;
		letter-spacing: 0.2px;
		white-space: nowrap;
	}

	.check-title-bottom {
		font-size: 18px;
	}

	.check-icon-wrap {
		margin-top: 22px;
	}

	.check-right {
		max-width: 305px;
		margin-left: auto;
		margin-right: auto;
	}

	.check-btn {
		width: 100%;
		max-width: 305px;
		margin-left: auto;
		margin-right: auto;
		font-size: 12px;
		padding: 9px 12px;
		letter-spacing: 0.2px;
	}

	.check-btn--last {
		margin-bottom: 20px;
	}
}

/* Seccion servicios */
.services-section {
	--svc-accent: #ff9800;
	--svc-img-h: 220px;
	position: relative;
	background: #000;
	padding: 70px 0 46px;
}

.services-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(1100px 460px at 50% 0%, rgba(255,255,255,0.05), rgba(0,0,0,0) 60%),
		linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
	pointer-events: none;
}

.services-section > .container,
.services-section > .container-fluid {
	position: relative;
	z-index: 1;
}

.services-title {
	margin: 0;
	text-align: center;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 800;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 46px;
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	width: 100%;
}

@media (min-width: 992px) {
	.services-grid {
		margin-top: -12px;
	}
}

.service-card {
	position: relative;
	min-height: 560px;
	overflow: hidden;
	--svc-top-band: 140px;
}

.service-card:not(:last-child)::after {
	content: "";
	position: absolute;
	right: -3px;
	top: 60%;
	width: 6px;
	height: 170px;
	transform: translateY(-50%);
	background: var(--svc-accent);
	z-index: 3;
}

.service-icon {
	position: absolute;
	left: 50%;
	top: var(--svc-top-band);
	transform: translate(-50%, -50%);
	z-index: 4;
	display: flex;
	justify-content: center;
	align-items: center;
}

.service-icon img {
	height: 88px;
	width: auto;
	max-width: none;
	display: block;
}

.service-panel {
	margin-top: var(--svc-top-band);
	padding: 62px 54px 40px;
	color: #fff;
	min-height: 240px;
}

.service-card--industrial .service-panel {
	background: rgba(255,255,255,0.12);
}

.service-card--residencial .service-panel {
	background: rgba(255,255,255,0.10);
}

.service-card--comercial .service-panel {
	background: rgba(255,255,255,0.08);
}

.service-panel h3 {
	margin: 0 0 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 28px;
}

.service-panel ul {
	margin: 0;
	padding-left: 18px;
	color: rgba(255,255,255,0.85);
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	line-height: 1.25;
}

.service-image {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: var(--svc-img-h);
}

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

.services-cta-wrap {
	text-align: center;
	margin-top: 34px;
}

.services-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: min(620px, 100%);
	height: 60px;
	padding: 0 34px;
	border-radius: 12px;
	background: #f2a13a;
	border: 0;
	box-shadow: none;
	color: #111;
	text-decoration: none;
	font-family: "Roboto", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	font-size: 17px;
	transition: background-color 160ms ease;
}

.services-cta:hover,
.services-cta:focus {
	color: #111;
	text-decoration: none;
	background: #f5ab4a;
}

@media (max-width: 991px) {
	.services-title {
		font-size: 36px;
	}

	.service-icon {
		position: static;
		transform: none;
		padding: 26px 0 12px;
	}

	.services-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.service-card {
		min-height: auto;
	}

	.service-card:not(:last-child)::after {
		display: none;
	}

	.service-panel {
		margin-top: 0;
		padding: 28px 22px 24px;
		min-height: auto;
	}

	.service-panel h3 {
		font-size: 24px;
	}

	.service-image {
		position: relative;
		height: 200px;
	}
}

@media (max-width: 767px) {
	.services-title {
		font-size: 28px;
	}

	.services-cta {
		min-width: min(305px, 100%);
		height: 46px;
		padding: 0 18px;
		font-size: 12px;
		letter-spacing: 0.3px;
		border-radius: 10px;
	}

	.service-card--residencial .service-panel h3 {
		width: 100%;
		max-width: 305px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		white-space: nowrap;
	}

	.service-card--industrial .service-panel h3 {
		width: 100%;
		max-width: 305px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		white-space: nowrap;
	}

	.service-card--industrial .service-panel ul {
		width: 100%;
		max-width: 305px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}

	.service-card--residencial .service-panel ul,
	.service-card--comercial .service-panel ul {
		width: 100%;
		max-width: 305px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}

	.service-card--comercial .service-panel h3 {
		width: 100%;
		max-width: 305px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		white-space: nowrap;
	}
}

/* Proceso de seleccion */
.process-section {
	position: relative;
}

@media (max-width: 767px) {
	.process-title-main {
		font-size: 22px !important;
		line-height: 1.06 !important;
		letter-spacing: 1px !important;
		margin-bottom: 8px;
	}

	.process-title-sub {
		font-size: 18px !important;
		line-height: 1.08 !important;
		letter-spacing: 1.2px !important;
	}
}

@media (max-width: 767px) {
	.mission-values-title {
		font-size: 28px !important;
		letter-spacing: 1.2px !important;
		line-height: 1.08 !important;
	}

	.mission-values-text {
		max-width: 305px !important;
		font-size: 14px !important;
		line-height: 1.3 !important;
	}

	.mission-values-tags {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 305px;
		margin-left: auto;
		margin-right: auto;
		gap: 4px;
		text-align: center;
		font-size: 16px !important;
		letter-spacing: 0.6px !important;
		line-height: 1.25 !important;
	}

	.mission-values-tags__sep {
		display: none !important;
	}

	.mission-values-tags__sep {
		font-size: 12px !important;
	}
}

@media (max-width: 767px) {
	.contact-hero-title {
		width: 100%;
		max-width: 305px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		font-size: 28px !important;
		line-height: 1.08 !important;
		letter-spacing: 0.8px !important;
	}

	.contact-copy {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.contact-hero-text,
	.contact-call-wrap,
	.contact-info-row {
		width: 100%;
		max-width: 305px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}

	.contact-hero-text {
		width: 100% !important;
		max-width: 305px !important;
		margin-left: auto !important;
		margin-right: auto !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: left !important;
		font-size: 14px !important;
		line-height: 1.3 !important;
		margin-bottom: 16px !important;
	}

	.contact-call-wrap {
		justify-content: flex-start;
		margin-bottom: 14px !important;
	}

	.contact-call-btn {
		padding: 6px 12px !important;
	}

	.contact-call-btn img {
		height: 14px !important;
	}

	.contact-call-btn span {
		font-size: 11px !important;
	}

	.contact-whatsapp-btn {
		width: 36px !important;
		height: 36px !important;
		margin-left: 10px !important;
	}

	.contact-whatsapp-btn img {
		height: 18px !important;
	}

	.contact-info-row {
		font-size: 12px !important;
		margin-bottom: 10px !important;
	}

	.contact-info-row img {
		height: 14px !important;
		width: auto;
		margin-right: 10px !important;
	}

	.contact-info-row--address {
		align-items: flex-start !important;
	}

	.contact-info-row--email {
		margin-bottom: 0 !important;
		align-items: flex-start !important;
	}

	.contact-email-link {
		font-size: 12px;
		word-break: break-word;
	}

	.contact-form-col {
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}

	.contact-form-col .contact-form-card {
		width: 100%;
		max-width: 305px !important;
		margin-left: auto !important;
		margin-right: auto !important;
		padding: 18px 14px !important;
		border-radius: 18px !important;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		text-align: left;
	}

	.contact-form-title {
		width: 100%;
		max-width: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		font-size: 28px !important;
		line-height: 1.05 !important;
		letter-spacing: 0.8px !important;
		text-align: left;
		margin-bottom: 16px !important;
	}

	.contact-form-card form {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		max-width: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		text-align: left;
	}

	.contact-form-card .form-group {
		margin-bottom: 10px !important;
	}

	.contact-form-card .form-control {
		font-size: 14px;
		padding: 8px 6px !important;
	}

	.contact-form-card button[type="submit"] {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: auto;
		min-width: 140px !important;
		max-width: none;
		height: 36px !important;
		align-self: flex-start;
		margin-top: 6px;
		padding: 0 18px !important;
		font-size: 13px !important;
	}
}

@media (min-width: 768px) {
	.contact-form-col {
		display: block;
	}

	.contact-form-card {
		display: block;
		text-align: initial;
	}

	.contact-form-title,
	.contact-form-card form {
		max-width: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.contact-form-card button[type="submit"] {
		width: auto;
		max-width: none;
	}
}

/* Seccion con nosotros */
.withus-section {
	position: relative;
	background: #000 url("../img/banner-con-nosotros.jpg") center center / cover no-repeat;
	padding: 110px 0;
	min-height: 520px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.withus-overlay {
	display: none;
}

.withus-inner {
	position: relative;
	z-index: 1;
	width: 100%;
}

.withus-title {
	text-transform: uppercase;
	line-height: 1.05;
	letter-spacing: 0.8px;
	font-family: "Roboto", sans-serif;
	font-weight: 800;
}

.withus-title__top {
	color: #ff9800;
	font-size: 42px;
}

.withus-title__bottom {
	color: #fff;
	font-size: 42px;
}

.withus-brand {
	margin-top: 26px;
}

.withus-brand__logo {
	max-height: 54px;
	width: auto;
}

.withus-list {
	margin: 0;
	padding: 0;
	list-style: none;
	color: rgba(255,255,255,0.9);
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	line-height: 1.25;
}

@media (min-width: 992px) {
	.withus-list {
		max-width: 430px;
		margin-left: auto;
		transform: translateX(54px);
	}
}

.withus-list li {
	position: relative;
	padding-left: 34px;
	margin-bottom: 10px;
}

.withus-list li:last-child {
	margin-bottom: 0;
}

.withus-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: #ff9800;
	font-weight: 900;
}

.withus-list span {
	color: rgba(255,255,255,0.75);
}

@media (max-width: 991px) {
	.withus-section {
		padding: 80px 0;
		min-height: 0;
		background-position: center;
	}

	.withus-title__top,
	.withus-title__bottom {
		font-size: 34px;
	}

	.withus-list {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.withus-section {
		padding: 62px 0;
	}

	.withus-title,
	.withus-brand,
	.withus-list {
		width: 100%;
		max-width: 305px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}

	.withus-title__top,
	.withus-title__bottom {
		font-size: 28px;
	}

	.withus-brand__logo {
		max-height: 44px;
	}

	.withus-list {
		font-size: 16px;
	}
}
