	/* SECTORES QUE ATENDEMOS - ESTILO EN BLOQUES */
	.sectores-section {
	padding-top: 60px;
	padding-bottom: 60px;
	}

	.sector-row {
	padding: 30px 0;
	border-bottom: 1px solid #e4e4e4;
	}

	.sector-row:last-child {
	border-bottom: none;
	}

	.sector-image {
	margin-bottom: 20px;
	}

	.sector-image img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	border-radius: 12px;
	box-shadow: 0 12px 28px rgba(0,0,0,0.12);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
	}

	.sector-content .sector-tagline {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .14em;
	color: #e30613;
	margin-bottom: 6px;
	}

	.sector-content .sector-title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #111111;
	}

	.sector-content .sector-text {
	font-size: 14px;
	line-height: 1.8;
	color: #555555;
	margin-bottom: 0;
	}

	/* Pequeño efecto */
	.sector-row:hover .sector-image img {
	transform: translateY(-4px);
	box-shadow: 0 18px 40px rgba(0,0,0,0.2);
	}

	/* Alternar orden en desktop para que se vea dinámico */
	@media (min-width: 992px) {
	.sector-row:nth-child(even) .sector-image-col {
		order: 2;
	}
	.sector-row:nth-child(even) .sector-content-col {
		order: 1;
	}
	}

	/* Responsive */
	@media (max-width: 767.98px) {
	.sector-image img {
		height: 220px;
	}
	}

	/* POR QUÉ LAS EMPRESAS NOS ELIGEN */
	.why-choose-us {
	position: relative;
	background-size: cover;
	background-position: center;
	}

	.why-choose-us .section-head p {
	max-width: 720px;
	margin: 0 auto;
	}

	.why-main-row {
	margin-top: 30px;
	}

	/* Columna izquierda: texto + lista */
	.why-left-title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 12px;
	}

	.why-left-text {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 18px;
	color: rgba(255,255,255,0.85);
	}

	.why-list {
	list-style: none;
	padding: 0;
	margin: 0;
	}

	.why-list li {
	position: relative;
	padding-left: 26px;
	margin-bottom: 10px;
	font-size: 14px;
	color: rgba(255,255,255,0.9);
	}

	.why-list li::before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 12px;
	color: #d2151e; /* color actualizado */
	}

	/* Cards de razones (columna derecha) */
	.why-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));
	gap: 16px;
	}

	.why-card {
	position: relative;
	padding: 18px 18px 16px 18px;
	border-radius: 12px;
	background: rgba(0,0,0,0.45);
	border: 1px solid rgba(255,255,255,0.06);
	backdrop-filter: blur(4px);
	color: #ffffff;
	overflow: hidden;
	transition: all 0.3s ease;
	}

	.why-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at top left, rgba(210,21,30,0.3), transparent 55%);
	opacity: 0;
	transition: opacity 0.3s ease;
	}

	.why-icon {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	font-size: 18px;
	color: #d2151e; /* color actualizado */
	}

	.why-card-title {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 6px;
	}

	.why-card-text {
	font-size: 13px;
	line-height: 1.7;
	color: rgba(255,255,255,0.85);
	}

	/* Hover */
	.why-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 40px rgba(0,0,0,0.5);
	border-color: rgba(255,255,255,0.25);
	}

	.why-card:hover::before {
	opacity: 1;
	}

	/* Responsive */
	@media (max-width: 991.98px) {
	.why-grid {
		grid-template-columns: repeat(2, minmax(0,1fr));
	}
	}

	@media (max-width: 767.98px) {
	.why-grid {
		grid-template-columns: repeat(1, minmax(0,1fr));
	}
	}


	.certification-grid .certification-logo {
		background: #ffffff;
		padding: 18px 10px;
		border-radius: 10px;
		box-shadow: 0 8px 20px rgba(0,0,0,0.06);
		transition: all .3s ease;
		text-align: center;
		height: 100%;
	}

	.certification-grid .certification-logo img {
		max-width: 100%;
		max-height: 60px;
		object-fit: contain;
		opacity: 0.9;
		transition: opacity .3s ease, transform .3s ease;
	}

	.certification-grid .certification-logo:hover {
		transform: translateY(-5px);
		box-shadow: 0 14px 30px rgba(0,0,0,0.15);
	}

	.certification-grid .certification-logo:hover img {
		opacity: 1;
		transform: scale(1.05);
	}


	/* FIRE TRAINING CENTER - HOME SECTION */

	/* FIRE TRAINING CENTER - HOME SECTION */

	.fire-training-hero {
	position: relative;
	padding: 110px 0;           /* más alto */
	min-height: 80vh;           /* ocupa buena parte de la pantalla */
	color: #ffffff;
	overflow: hidden;
	}

	.fire-training-video {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	}

	.fire-training-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	}

	.fire-training-overlay {
	position: absolute;
	inset: 0;
	/* un poco más oscuro y con degradado para dar contraste */
	background: radial-gradient(circle at top left, rgba(0,0,0,0.85), rgba(0,0,0,0.6));
	z-index: 1;
	}

	.fire-training-content {
	position: relative;
	z-index: 2;
	}

	/* Logo arriba del texto */

	.fire-training-logo {
	height: 150px;
	width: auto;
	display: block;
	margin-bottom: 12px;
	filter: drop-shadow(0 4px 10px rgba(0,0,0,0.65));
	animation: float-logo 4s ease-in-out infinite;
	}

	/* Etiqueta */

	.fire-training-label {
	display: inline-block;
	font-size: 12px;
	letter-spacing: .16em;
	text-transform: uppercase;
	font-weight: 600;
	color: #d2151e;
	background: rgba(255,255,255,0.09);
	border-radius: 40px;
	padding: 6px 16px;
	margin-bottom: 16px;
	}

	/* Título y texto */

	.fire-training-title {
	font-size: 36px;       /* más grande */
	line-height: 1.2;
	font-weight: 800;
	margin-bottom: 20px;
	color: #fff;
	position: relative;
	}

	.fire-training-title::after {
	/* línea animada bajo el título */
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 90px;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, #d2151e, rgba(255,255,255,0.8));
	transform-origin: left center;
	animation: underline-pulse 2.4s ease-in-out infinite;
	}

	.fire-training-text {
	font-size: 15px;
	line-height: 1.8;
	color: rgba(255,255,255,0.9);
	margin-top: 26px;
	margin-bottom: 18px;
	max-width: 620px;
	}

	/* Badges */

	.fire-training-badges {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	}

	.fire-training-badges li {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .12em;
	padding: 7px 14px;
	border-radius: 20px;
	border: 1px solid rgba(255,255,255,0.35);
	background: rgba(0,0,0,0.25);
	transition: background .3s ease, transform .3s ease, border-color .3s ease;
	}

	.fire-training-badges li:hover {
	background: rgba(210,21,30,0.85);
	border-color: rgba(255,255,255,0.8);
	transform: translateY(-2px);
	}

	/* Botones */

	.fire-training-actions .site-button {
	margin-right: 10px;
	margin-bottom: 10px;
	}

	.fire-training-actions .white-btn {
	background: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
	}

	.fire-training-actions .white-btn:hover {
	background: #ffffff;
	color: #111111;
	}

	/* Caja derecha */

	.fire-training-highlight {
	background: rgba(0,0,0,0.65);
	border-radius: 16px;
	padding: 24px 24px 22px;
	border: 1px solid rgba(255,255,255,0.12);
	box-shadow: 0 18px 40px rgba(0,0,0,0.55);
	position: relative;
	overflow: hidden;
	}

	.fire-training-highlight::before {
	/* brillo suave que se mueve */
	content: "";
	position: absolute;
	inset: -40%;
	background: radial-gradient(circle at top left, rgba(210,21,30,0.22), transparent 60%);
	opacity: 0.12;
	pointer-events: none;
	animation: highlight-glow 5s ease-in-out infinite;
	}

	.fire-training-badge-top .mini-label {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .16em;
	color: #d2151e;
	}

	.fire-training-highlight h3 {
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0 10px;
	color: #fff;
	}

	.fire-training-highlight p {
	font-size: 14px;
	line-height: 1.7;
	color: rgba(255,255,255,0.9);
	margin-bottom: 12px;
	}

	.fire-training-highlight ul {
	list-style: none;
	padding: 0;
	margin: 0 0 12px;
	}

	.fire-training-highlight ul li {
	position: relative;
	padding-left: 18px;
	font-size: 13px;
	line-height: 1.6;
	color: rgba(255,255,255,0.9);
	}

	.fire-training-highlight ul li::before {
	content: "•";
	position: absolute;
	left: 4px;
	top: 0;
	color: #d2151e;
	}

	.fire-training-note {
	display: block;
	font-size: 11px;
	color: rgba(255,255,255,0.75);
	}

	/* Animaciones internas */

	@keyframes float-logo {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-4px); }
	}

	@keyframes underline-pulse {
	0%, 100% { transform: scaleX(1); opacity: 1; }
	50% { transform: scaleX(1.25); opacity: 0.7; }
	}

	@keyframes highlight-glow {
	0%, 100% { opacity: 0.12; transform: translate3d(0,0,0); }
	50% { opacity: 0.28; transform: translate3d(10px,-10px,0); }
	}

	/* Responsive */
	@media (max-width: 991.98px) {
	.fire-training-hero {
		padding: 70px 0;
		min-height: auto;
	}
	.fire-training-title {
		font-size: 28px;
	}
	.fire-training-highlight {
		margin-top: 24px;
	}
	}

	/* Estado normal del ícono */
	.icon-bx-wraper .icon-img {
		width: 60px;
		height: auto;
		transition: .3s ease;
		filter: none; /* mantiene el color original */
	}

	.icon-bx-wraper .icon-img-retrotec {
		width: 280px!important;
		height: auto;
		transition: .3s ease;
		filter: none; /* mantiene el color original */
	}

	/* Cuando el mouse está sobre la tarjeta completa */
	.service-box:hover .icon-img {
		filter: brightness(0) invert(1); /* se vuelve blanco */
		transform: scale(1.12);         /* efecto zoom suave */
	}

	/* SECCIÓN SUCURSALES 3-COLUMNAS */
	.branch-section-3 {
	padding-top: 60px;
	padding-bottom: 60px;
	}

	.branch3-kicker {
	display: inline-block;
	padding: 4px 16px;
	border-radius: 999px;
	border: 1px solid rgba(255,255,255,0.35);
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .18em;
	background: rgba(0,0,0,0.25);
	margin-bottom: 10px;
	}

	.branch3-subtitle {
	max-width: 640px;
	margin: 0 auto;
	opacity: 0.9;
	font-size: 14px;
	}

	/* GRID */
	.branch3-grid {
	row-gap: 20px;
	}

	/* Bloque de sucursal (compacto, pero claro) */
	.branch3-unit {
	background: rgba(0,0,0,0.26);
	border-radius: 16px;
	border: 1px solid rgba(255,255,255,0.18);
	padding: 16px 16px 14px;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	transition: all .3s ease;
	box-shadow: 0 16px 32px rgba(0,0,0,0.45);
	}

	.branch3-unit:hover {
	transform: translateY(-4px);
	background: rgba(0,0,0,0.34);
	border-color: rgba(255,255,255,0.45);
	}

	/* Header */
	.branch3-header {
	margin-bottom: 4px;
	}

	.branch3-label {
	display: inline-block;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .16em;
	padding: 3px 10px;
	border-radius: 999px;
	background: rgba(0,0,0,0.4);
	border: 1px solid rgba(255,255,255,0.3);
	margin-bottom: 6px;
	}

	.branch3-name {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 2px;
	}

	.branch3-city {
	font-size: 12px;
	opacity: 0.85;
	margin-bottom: 4px;
	}

	/* Cuerpo */
	.branch3-body {
	display: flex;
	flex-direction: column;
	gap: 6px;
	}

	.branch3-row {
	display: grid;
	grid-template-columns: 90px auto;
	column-gap: 8px;
	}

	.branch3-row-title {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .14em;
	opacity: 0.7;
	}

	.branch3-row-text {
	font-size: 13px;
	line-height: 1.5;
	}

	.branch3-row-text a {
	color: #ffffff;
	text-decoration: underline;
	text-decoration-color: rgba(255,255,255,0.35);
	}

	.branch3-row-text a:hover {
	text-decoration-color: #ffffff;
	}

	/* Mapa pequeño pero claro */
	.branch3-map {
	margin-top: 6px;
	}

	.branch3-map-inner {
	position: relative;
	width: 100%;
	padding-top: 52%; /* relación de aspecto más bajita para ahorrar altura */
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 24px rgba(0,0,0,0.6);
	}

	.branch3-map-inner iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	filter: grayscale(1) brightness(0.9);
	transition: filter .3s ease, transform .3s ease;
	}

	.branch3-unit:hover .branch3-map-inner iframe {
	filter: grayscale(0) brightness(1);
	transform: scale(1.03);
	}

	/* Responsive */
	@media (max-width: 991.98px) {
	.branch-section-3 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	}

	@media (max-width: 767.98px) {
	.branch3-row {
		grid-template-columns: 1fr;
		row-gap: 2px;
	}
	}








	/* Fondo con elementos suaves animados */
	.branch-section-3 {
	position: relative;
	overflow: hidden; /* para que nada se salga visualmente del bloque */
	}

	/* Glow rojizo arriba a la izquierda */
	.branch-section-3::before,
	.branch-section-3::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	filter: blur(40px);
	opacity: 0.14;
	z-index: 0;
	pointer-events: none;
	}

	.branch-section-3::before {
	width: 320px;
	height: 320px;
	background: #d2151e;
	top: -80px;
	left: -60px;
	animation: float-glow-1 12s ease-in-out infinite alternate;
	}

	.branch-section-3::after {
	width: 260px;
	height: 260px;
	background: #ffffff;
	bottom: -60px;
	right: -40px;
	opacity: 0.10;
	animation: float-glow-2 16s ease-in-out infinite alternate;
	}

	@keyframes float-glow-1 {
	0% { transform: translate3d(0,0,0); }
	100% { transform: translate3d(40px,30px,0); }
	}

	@keyframes float-glow-2 {
	0% { transform: translate3d(0,0,0); }
	100% { transform: translate3d(-30px,-25px,0); }
	}

