.hero-home-v13{
	background-image: url("http://104.131.175.182/wp-content/uploads/2026/01/portada.avif");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color:#fff;

	height: 100dvh;
	width: 100%;
	padding-bottom: 70px;
}

.hero-home-v13 h1{
	font-family: Manrope;
	font-size: 72px;
	font-weight: 300;
	
	line-height: 80px;
	letter-spacing: -0.04em;;
	color: #fff;
}
.hero-home-v13 h1 span{
	color: #16A960;
}
@media (max-width: 993px){
	.hero-home-v13{
		/*margin-top:50px;*/
	}
}
/*SECCION 2*/

.home-security {
	background: #fff;
	position: relative;
}

.home-security__title-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
}
.home-security__line1{
	width: 31%;
	display: inline-block;
}
.home-security__line {
	width: 32px;
	height: 45px;
	/*background: #00742E;*/
	display: inline-block;
	position: relative;
	margin-right: 10px;
}
.home-security__line:before{
	content: '';
	width: 32px;
	height: 2px;
	background: #00742E;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}


.home-security__title {
	/*font-family: Manrope;
	font-weight: 700;
	
	font-size: 64px;
	
	line-height: 68px;
	letter-spacing: -0.04em;;*/
	margin: 0;
	color: #0C0C0C;
}
.home-security__media {
	position: relative;
}

.home-security__image {
	position: relative;
	z-index: 1;
	border-radius: 16px;
	overflow: hidden;
}

.home-security__image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 16PX;
}

.home-security__stats {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.home-security__stat {
	padding: 20px;
	border-radius: 12px;
	background: #F7F7F7;

}

.home-security__stat h3 {
	font-family: Manrope;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 40px;
	
	line-height: 48px;
	letter-spacing: -0.04em;;
	color: #0C0C0C;
	margin-bottom: 4px;
}

.home-security__stat p {
	font-weight: 500;
	margin: 0;
}

.home-security__certs {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 8px 12px;
	margin-top: 12px;
	width: 100%;
}

/* Logos a buen tamaño y repartiendo el ancho (anula max-width:56px de style.css en móvil) */
.home-security__stat .home-security__certs img {
	display: block;
	flex: 1 1 0;
	min-width: 0;
	width: auto;
	max-width: none;
	height: auto;
	max-height: 104px;
	object-fit: contain;
	object-position: center bottom;
}

.home-security__certs svg {
	width: 40px;
	height: auto;
}


/*SECCION 3*/
.solutions{
	background: #F5F6F5;
}
.solutions-tabs {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	background: #fff;
	padding: 8px;
	border-radius: 40px;
	width: fit-content;
	margin: 0 auto;
	/*flex-wrap:wrap;*/
}

.solutions-tab {
	border: 1px solid transparent;
	background: transparent;
	padding: 10px 18px;
	border-radius: 24px;
	transition: border-color 0.25s ease;
	/*font-weight: 500;*/
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 8px;

	font-family: Manrope;
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: -0.04em;

}
.solutions-tab svg{
	width: 28px;
	height: 28px;
}
.solutions-tab:not(.active):hover {
	border-color: #00742E;
}

.solutions-tab.active {
	background: #00742E;
	border-color: transparent;
	color: #fff;
}
.solutions-tab.active svg path{
	stroke: #fff;
}
/* hidden: recorta slides al ancho del carrusel; visible dejaba asomar la 4ª card en desktop */
.solutions-slider .swiper {
	overflow: hidden;
}
.solutions-sliders {
	position: relative;
}

.solutions-slider {
	display: none;
}

.solutions-slider.active {
	display: block;
}

.solutions-card {
	background: #fff;
	border-radius: 20px;
	padding: 24px;
	height: 100%;
	border: 1px solid transparent;
	transition: border-color 0.25s ease;
}

.solutions-card:hover,
.solutions-card:focus-within {
	border-color: #00742E;
}

.solutions-card .solutions-card-ico a svg path {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

.solutions-card .solutions-card-ico a svg path:first-of-type {
	fill: #fff;
}

.solutions-card .solutions-card-ico a svg path:last-of-type {
	stroke: #000;
}

.solutions-card:hover .solutions-card-ico a svg path:first-of-type,
.solutions-card:focus-within .solutions-card-ico a svg path:first-of-type {
	fill: #00742E;
}

.solutions-card:hover .solutions-card-ico a svg path:last-of-type,
.solutions-card:focus-within .solutions-card-ico a svg path:last-of-type {
	stroke: #fff;
}

.solutions-card h3 {
	font-family: Manrope;
	font-weight: 700;
	font-style: Bold;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 28px;
	letter-spacing: -0.04em;
	margin-bottom: 8px;
}

.solutions-card p {
	font-size: 14px;
	color: #555;
}

/* Misma altura entre slides visibles (p. ej. 1.1 en mobile): anula height:100% del bundle Swiper */
.solutions-swiper .swiper-wrapper {
	align-items: stretch;
}
.solutions-swiper .swiper-slide {
	height: auto;
	align-self: stretch;
	display: flex;
	box-sizing: border-box;
}
.solutions-swiper .swiper-slide > .solutions-card {
	flex: 1 1 auto;
	width: 100%;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

/*
 * Flechas position:absolute sobre el wrap (no ocupan flujo). Sin padding horizontal en el wrap:
 * el carrusel usa todo el ancho; las flechas flotan en los bordes (z-index sobre slides).
 */
.solutions-swiper-wrap {
	position: relative;
	box-sizing: border-box;
	padding-left: 0;
	padding-right: 0;
}
.solutions-swiper-wrap .solutions-swiper__nav {
	position: absolute !important;
	background: transparent !important;
	border-radius: 0 !important;
	width: auto !important;
	height: auto !important;
	margin-top: 0 !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	padding: 0 !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	z-index: 4;
	border: 0 !important;
	box-shadow: none !important;
}
.solutions-swiper-wrap .solutions-swiper__nav::after {
	display: none !important;
}
.solutions-swiper-wrap .swiper-button-prev.solutions-swiper__nav {
	left: 4px !important;
}
.solutions-swiper-wrap .swiper-button-next.solutions-swiper__nav {
	right: 4px !important;
}
.solutions-swiper-wrap .solutions-swiper__nav img {
	display: block;
	width: 56px;
	height: 56px;
	max-width: none !important;
	transition: opacity 0.2s ease;
}
.solutions-swiper-wrap .solutions-swiper__nav:hover,
.solutions-swiper-wrap .solutions-swiper__nav:focus-visible {
	background: transparent !important;
}
.solutions-swiper-wrap .solutions-swiper__nav:hover img,
.solutions-swiper-wrap .solutions-swiper__nav:focus-visible img {
	opacity: 0.85;
}

/*SECCION 4*/
.listv{
	list-style: none;
	padding-left: 0;
}
.listv li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	background-image: url('/wp-content/uploads/2026/01/Frame-2.svg');
	background-repeat: no-repeat;
	background-size: contain;
}
.listv li{
	position: relative;
	padding-left: 32px;
	font-family: Manrope;
	font-weight: 700;
	
	font-size: 16px;
	
	line-height: 24px;
	letter-spacing: -0.04em;;
	color: #1F2937;
	margin-bottom: 20px;
}
/*SECCION 5*/

.grid_equipo_home {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 16px;
}

/*.grid_equipo_home > :nth-child(1),
.grid_equipo_home > :nth-child(2),
.grid_equipo_home > :nth-child(3) {
	grid-column: span 2;
}

.grid_equipo_home > :nth-child(4),
.grid_equipo_home > :nth-child(5) {
	grid-column: span 3;
}*/

/* 1–3 → 3 cards */
.grid_equipo_home > :nth-child(-n+3) {
	grid-column: span 2;
}

/* 4–5 → 2 cards */
.grid_equipo_home > :nth-child(4),
.grid_equipo_home > :nth-child(5) {
	grid-column: span 3;
}

/* 6 en adelante → vuelven a 3 cards */
.grid_equipo_home > :nth-child(n+6) {
	grid-column: span 2;
}

.grid_equipo_home img{
	max-height: 460px;
	width: 100%;
	object-fit: cover;
}
.card_equipo_home{
	position: relative;
	text-decoration: none;
}
.card_body_equipo_home{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background: linear-gradient(180deg, rgba(0, 91, 36, 0) 0%, #000000 100%);*/
	background: linear-gradient(360deg, rgba(0, 0, 0, 01) 0%, rgba(0, 91, 36, 0.2) 75.12%);

	opacity: 0;
	transition: .3s ease all;
	padding: 24px;
	display: flex;
	flex-direction: row;
	gap:14px;
	justify-content: space-between;
	align-items: flex-end;
}
.card_body_equipo_home p.pfont16{
	color: #FFFFFFCC;
	font-family: Manrope;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	
	line-height: 26px;
	letter-spacing: -0.04em;;
	text-decoration: none;
}
.card_body_equipo_home p.pfont28{
	font-family: Manrope;
	font-weight: 700;
	
	font-size: 28px;
	
	line-height: 36px;
	letter-spacing: -0.04em;;
	color: #fff;
	text-decoration: none;
}
.card_equipo_home:hover .card_body_equipo_home{
	opacity: 1;
}

/*SECCION PPROCESO*/

.home-process__box{
	display:grid;
	grid-template-columns: 1fr 1fr;
	border-radius: 24px;
	overflow:hidden;
	background:#fff;
}

.home-process__left{ padding:48px;  background: #F7F7F7;}
.home-process__right{ position:relative; min-height: 520px; }

.home-process__img{
	position:absolute; inset:0;
	width:100%; height:100%;
	object-fit:cover;
	display:none;
	border-top-right-radius: 24px;
	border-bottom-right-radius: 24px;
}
.home-process__img.is-active{ display:block; }

.home-process__steps{ display:flex; flex-direction:column; gap:0; padding-top: 20px}

.home-process__row{
	display:grid;
	grid-template-columns: 44px 1fr;
	gap:18px;
	align-items:start;
}

.home-process__rail{
	display:flex;
	flex-direction:column;
	align-items:center;
	height: 100%;
}

.home-process__dot{
	width:45px; 
	height:45px;
	border-radius: 999px;
	border:2px solid #e0e0e0;
	background:#fff;
	font-family: Manrope;
	font-weight: 700;
	
	font-size: 16px;
	
	line-height: 30px;
	letter-spacing: -0.02em;
	text-align: center;

	display:flex;
	align-items:center;
	justify-content:center;
	cursor: default;
	color: #6D6D6D;
	border: 8px solid transparent;


}

.home-process__dot.is-active{
	background:#00742E;
	border-color:#00742E;
	color:#fff;
	border: 8px solid #cdecd9;
}

/* segmento DIVIDIDO (uno por fila) */
.home-process__seg{
	width:2px;
	height:100%;           /* ajusta según tu diseño */
	background:#e9e9e9;
	margin-top:0;
	border-radius:2px;
}

.home-process__seg.is-active{
	background:#00742E;
}

.home-process__content{
	margin-top: -20px;
	padding-bottom: 70px;
}

.home-process__content h4{
	font-family: Manrope;
	font-weight: 700;
	
	font-size: 24px;
	
	line-height: 36px;
	letter-spacing: -0.04em;
	color: #0C0C0C;
	margin:0 0 12px 0;
}
.home-process__content p{
	margin:0;
	font-family: Manrope;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	
	line-height: 26px;
	letter-spacing: -0.02em;
	color: #0C0C0CCC;

}

.home-process__cta{
	margin-top:32px;
	display:inline-flex;
	align-items:center;
	gap:10px;
	padding:14px 22px;
	border-radius: 28px;
	background:#00742E;
	color:#fff;
	text-decoration:none;
	font-weight:600;
}
.process__dot_textp{
	display: none;
}
@media (max-width: 993px){
	.process__dot_textp{
		display: block;
		width: 32px;
		height: 32px;
		background: #00742E;
		border-radius: 999px;
		text-align: center;
		color: #fff;
		font-family: Manrope;
		font-weight: 700;
		font-style: Bold;
		font-size: 16px;
		leading-trim: NONE;
		line-height: 30px;
		letter-spacing: -2%;
		text-align: center;

	}
	
	.card_equipo_home svg{
		max-width: 48px;
	}
	/*.solutions-tab {
		width: 100%;
	}*/
	.solutions-tabs{
		flex-wrap: nowrap;
		overflow: auto;
		width: 100%;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.solutions-tabs .solutions-tab svg{
		max-width: 24px;
	}

	.solutions-card{
		padding: 24px 20px;
	}
	.solutions-swiper-wrap .swiper-button-prev.solutions-swiper__nav {
		left: 2px !important;
	}
	.solutions-swiper-wrap .swiper-button-next.solutions-swiper__nav {
		right: 2px !important;
	}
	.solutions-swiper-wrap .solutions-swiper__nav img {
		width: 44px;
		height: 44px;
	}
	.solutions-tabs .solutions-tab{
		font-family: Manrope;
		font-weight: 700;
		font-style: Bold;
		font-size: 14px;
		leading-trim: NONE;
		line-height: 22px;
		letter-spacing:-0.04em;

		flex: 0 0 auto;   /* evita que se encojan */
		min-width: 220px; /* ajusta según diseño */
	}
	.hero-home-v13 h1{
		font-family: Manrope;
		font-size: 50px;
		font-weight: 300;
		
		line-height: 60px;
		letter-spacing: -0.04em;;
		color: #fff;
	}
	.home-security__line1{
		display: NONE;
	}
	.home-security__line{
		height: 29px;
	}

	.grid_equipo_home {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 16px;
	}

	.grid_equipo_home > :nth-child(1),
	.grid_equipo_home > :nth-child(2),
	.grid_equipo_home > :nth-child(3) {
		grid-column: inherit;
	}

	.grid_equipo_home > :nth-child(4),
	.grid_equipo_home > :nth-child(5) {
		grid-column: inherit;
	}
	.card_body_equipo_home p.pfont28{
		font-size: 20px;
		line-height: 26px;
	}
	.card_body_equipo_home{
		padding: 24px 14px;
	}
}

@media (max-width: 764px){

	.card_body_equipo_home{
		opacity: 1;
	}
	.hero-home-v13 h1{
		font-family: Manrope;
		font-weight: 700;
		font-style: Bold;
		font-size: 40px;
		leading-trim: NONE;
		line-height: 48px;
	}
	.home-security__stat h3{
		font-family: Manrope;
		font-weight: 600;
		font-style: SemiBold;
		font-size: 24px;
		leading-trim: NONE;
		line-height: 32px;
	}
	.home-security__stat p{
		font-family: Manrope;
		font-weight: 500;
		font-style: Medium;
		font-size: 14px;
		leading-trim: NONE;
		line-height: 24px;
		margin-top: 0 !important;
	}
	.home-security__stat .home-security__certs img {
		max-height: 88px;
	}
	.home-security__title {
		/*text-align: right;*/
	}
	.home-security__line{
		/*margin-right: 42px;*/
	}
}
@media (max-width: 480px){
	.grid_equipo_home img{
		min-height: 353px;
		width: 100%;
		max-height: 353px;
	}
	.hero-home-v13 h1{
		font-family: Manrope;
		font-size: 35px;
		font-weight: 300;
		
		line-height: 40px;
		letter-spacing: -0.04em;;
		color: #fff;
	}
	.home-security__line{
		height: 21px;
	}
	.listv li{
		font-family: Manrope;
		font-weight: 700;
		font-style: Bold;
		font-size: 14px;
		leading-trim: NONE;
		line-height: 22px;

	}
}