/*Input Your Custom CSS Here*/

/* ============================================
   DELTA SEGURIDAD - REFINAMIENTO GLOBAL
   Paleta: Navy #030f27 | Naranja #F48F1F
   ============================================ */
:root {
	--delta-navy: #030f27;
	--delta-orange: #F48F1F;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #5a6472;
}

html {
	scroll-behavior: smooth;
}

/* --- Títulos de sección con línea de acento --- */
.sec-title h1 {
	position: relative;
	font-weight: 700;
	letter-spacing: 0.3px;
}

.about-sec .sec-title h1::after,
.service2-sec .sec-title h1::after,
.team-sec .sec-title h1::after,
.blog-sec .sec-title h1::after,
.project-sec .sec-title h1::after {
	content: "";
	display: block;
	width: 70px;
	height: 3px;
	background: linear-gradient(90deg, var(--delta-orange), var(--delta-navy));
	margin-top: 18px;
	border-radius: 2px;
}

.service2-sec .sec-title h1::after,
.team-sec .sec-title h1::after,
.blog-sec .sec-title h1::after {
	margin-left: auto;
	margin-right: auto;
}

/* --- Slider / Hero más cinematográfico --- */
.all-slide .owl-item {
	height: 600px !important;
}

@media (max-width: 991px) {
	.all-slide .owl-item { height: 580px !important; }
}

@media (max-width: 575px) {
	.all-slide .owl-item { height: 580px !important; }
}

.slider .slider-overlay {
	background: linear-gradient(120deg, rgb(3 15 39) 0%, rgb(3 15 39 / 78%) 60%, rgba(3, 15, 39, 0.35) 100%) !important
}

.slider-text h1 {
	font-weight: 800 !important;
	letter-spacing: 0.5px;
	text-shadow: 0 2px 18px rgba(0,0,0,0.35);
}

.slider-text p {
	text-shadow: 0 1px 10px rgba(0,0,0,0.4);
}

/* En móvil reducir el margen entre los botones del hero */
@media (max-width: 575px) {
	.slider-text li {
		margin: 0px 5px;
	}
}

/* --- Botones del hero --- */
.slider-text li a {
	border-radius: 4px !important;
	font-weight: 700 !important;
	letter-spacing: 0.5px;
	padding: 13px 34px !important;
	transition: all 0.3s ease !important;
}

/* Botón primario: relleno naranja, texto navy */
.slider-text li:last-child a {
	background: var(--delta-orange) !important;
	color: var(--delta-navy) !important;
	border: 2px solid var(--delta-orange) !important;
	box-shadow: 0 6px 18px rgba(244,143,31,0.3);
}

.slider-text li:last-child a:hover {
	background: transparent !important;
	color: #fff !important;
	transform: translateY(-3px);
}

/* Botón secundario: contorno, texto blanco */
.slider-text li:first-child a {
	background: transparent !important;
	color: #fff !important;
	border: 2px solid var(--delta-orange) !important;
}

.slider-text li:first-child a:hover {
	background: var(--delta-orange) !important;
	color: var(--delta-navy) !important;
	transform: translateY(-3px);
	box-shadow: 0 10px 24px rgba(244,143,31,0.35);
}

/* --- Botones de formularios --- */
.appointment-form input[type="submit"],
.filed-submitbtn input[type="submit"] {
	border-radius: 4px !important;
	font-weight: 600 !important;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	transition: all 0.3s ease !important;
	box-shadow: 0 6px 18px rgba(244,143,31,0.25);
}

.appointment-form input[type="submit"]:hover,
.filed-submitbtn input[type="submit"]:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 24px rgba(244,143,31,0.4);
}

/* --- Header / barra superior más sólida --- */
.hd-sec {
	background: var(--delta-navy) !important;
}

/* iOS convierte los teléfonos en enlaces oscuros: forzamos el color claro */
.hd-sec .hd-lft li,
.hd-sec .hd-lft li a,
.hd-sec .hd-lft a[href^="tel"] {
	color: #f9f9f9 !important;
	text-decoration: none !important;
	transition: color 0.3s ease;
}

.hd-sec .hd-lft li a:hover {
	color: var(--delta-orange) !important;
}

/* En móvil: en el topbar mostrar solo teléfono y correo */
@media (max-width: 767px) {
	.hd-sec .hd-rgt { display: none !important; }
	.hd-sec .hd-lft ul li:nth-child(3) { display: none !important; }
	.hd-sec .col-lg-8 {
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 100% !important;
	}
	/* Quitar el padding-right de 40px del bloque "Sobre nosotros" en móvil */
	.about-desc { padding-right: 0 !important; }
}

.mnmenu-sec {
	box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

/* Centrar verticalmente el logo respecto al menú (evita que quede pegado arriba) */
.mnmenu-sec > .container > .row {
	align-items: center;
}

/* Header compacto en laptops / pantallas ~720p (no roba altura al hero).
   Solo afecta al menú horizontal de escritorio (>=992px); en móvil se usa
   el menú hamburguesa y en monitores grandes (>1500px) se mantiene igual. */
@media (min-width: 992px) and (max-width: 1500px) {
	.main-menu > ul > li > a {
		padding-top: 22px !important;
		padding-bottom: 22px !important;
		padding-left: 13px !important;
		padding-right: 13px !important;
		font-size: 15px !important;
	}
	.logo {
		padding-top: 4px !important;
		padding-bottom: 4px !important;
	}
	.logo a img,
	.logo .custom-logo-link img {
		max-height: 46px !important;
		width: auto !important;
	}
}

/* Refuerzo para pantallas de poca altura (laptops 720p) */
@media (min-width: 992px) and (max-height: 760px) {
	.main-menu > ul > li > a {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	.logo a img,
	.logo .custom-logo-link img {
		max-height: 44px !important;
		width: auto !important;
	}
}

/* Enlaces del menú: se iluminan en naranja al pasar el cursor (y en activo) */
.hd-style1 .main-menu > ul > li > a {
	transition: color 0.3s ease !important;
}

.hd-style1 .main-menu ul li a:hover,
.hd-style1 .main-menu ul li:hover > a,
.hd-style1 .main-menu ul li.active > a,
.mnmenu-sec.sticky_menu .main-menu ul li a:hover,
.mnmenu-sec.sticky_menu .main-menu ul li:hover > a,
.mnmenu-sec.sticky_menu .main-menu ul li.active > a {
	color: var(--delta-orange) !important;
}

/* --- Contadores destacados --- */
.about-countup {
	margin-top: 45px;
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
}

.counting-inner {
	flex: 1 1 0;
	min-width: 150px;
	background: #eef1f5;
	border-radius: 12px;
	padding: 28px 20px;
	box-shadow: 0 6px 20px rgba(3,15,39,0.07);
	border-bottom: 3px solid var(--delta-orange);
	transition: all 0.35s cubic-bezier(0.25,0.8,0.25,1);
}

/* Fondo naranja al pasar el cursor */
.counting-inner:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 34px rgba(244,143,31,0.30);
	background: linear-gradient(150deg, #f9a53c 0%, var(--delta-orange) 100%);
	border-bottom-color: var(--delta-navy);
}

.counting-inner .countup-text h2 {
	margin-bottom: 8px;
}

/* Al hover (fondo naranja) los textos pasan a navy para contraste */
.counting-inner:hover .countup-text h2,
.counting-inner:hover .countup-text h4 {
	color: var(--delta-navy) !important;
}

@media (max-width: 575px) {
	.about-countup {
		gap: 8px;
		flex-wrap: nowrap;
	}
	.counting-inner {
		flex: 1 1 0;
		min-width: 0;
		padding: 16px 8px;
		border-radius: 10px;
	}
	.countup-text h2 {
		font-size: 23px;
	}
	.counting-inner h4 {
		font-size: 11px;
		line-height: 1.25;
	}
}

.countup-text h2 {
	color: var(--delta-orange) !important;
	font-weight: 800 !important;
	transition: color 0.35s ease;
}

.countup-text h4 {
	color: var(--delta-navy) !important;
	font-weight: 600;
	transition: color 0.35s ease;
}

/* --- Tarjetas de servicio --- */
.service2-item .col-lg-4 {
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.service2-inner {
	background: #fff !important;
	border-radius: 12px;
	padding: 35px 28px;
	box-shadow: 0 6px 22px rgba(3,15,39,0.06);
	transition: all 0.35s cubic-bezier(0.25,0.8,0.25,1);
	border: 1px solid rgba(3,15,39,0.04);
	height: 100%;
	display: block !important;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

/* Anula el overlay rectangular de la plantilla que pegaba las tarjetas */
.service2-inner::before {
	display: none !important;
}

/* Relleno naranja que sube desde abajo al hover */
.service2-inner::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background: linear-gradient(160deg, #f9a53c 0%, var(--delta-orange) 100%);
	z-index: -1;
	transition: height 0.4s ease;
}

.service2-inner:hover {
	transform: translateY(-8px);
	box-shadow: 0 18px 36px rgba(3,15,39,0.18);
	border-color: transparent;
}

.service2-inner:hover::after {
	height: 100%;
}

.service2-icon img {
	transition: transform 0.35s ease, filter 0.35s ease;
}

.service2-inner:hover .service2-icon img {
	transform: scale(1.1) rotate(-5deg);
	filter: brightness(0);
}

.service2-details h2 a,
.service2-details p,
.service2-details > a {
	transition: color 0.35s ease;
}

.service2-details h2 a:hover {
	color: var(--delta-orange) !important;
}

/* Textos en navy al rellenarse de naranja (mismo criterio que el botón "Cotiza") */
.service2-inner:hover .service2-details h2 a {
	color: var(--delta-navy) !important;
}

.service2-inner:hover .service2-details p {
	color: rgba(3,15,39,0.82) !important;
}

.service2-inner:hover .service2-details > a {
	color: var(--delta-navy) !important;
	font-weight: 700;
}

/* En laptops (<=1600px) compactar "Servicios que Ofrecemos" para que se vean
   las 6 tarjetas a la vez. En monitores grandes (>1600px) y móvil queda igual. */
@media (min-width: 992px) and (max-width: 1600px) {
	.service2-sec.pt-100 { padding-top: 45px !important; }
	.service2-sec.pb-100 { padding-bottom: 45px !important; }
	.service2-sec .sec-title { margin-bottom: 26px !important; }
	.service2-sec .sec-title h1 { font-size: 30px !important; }
	.service2-sec .sec-title p { font-size: 14px !important; line-height: 1.5 !important; margin-bottom: 0 !important; }
	.service2-item .col-lg-4 { margin-bottom: 16px !important; }
	.service2-inner { padding: 18px 20px !important; margin-bottom: 0 !important; }
	.service2-icon { width: 34px !important; margin-top: 4px !important; }
	.service2-details h2 { margin-top: 4px !important; margin-bottom: 5px !important; }
	.service2-details h2 a { font-size: 16px !important; line-height: 1.25 !important; }
	.service2-details p { font-size: 13px !important; line-height: 1.4 !important; }
	.service2-details a { font-size: 13px !important; }
}

/* --- "Por qué elegirnos": overlay navy de autoridad --- */
.why-choose.why-choos-bg::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(3,15,39,0.3) 0%, rgba(3,15,39,0.75) 100%);
	z-index: 0;
}

.why-choose.why-choos-bg {
	position: relative;
}

.why-choose .container {
	position: relative;
	z-index: 1;
}

/* Filas con items de igual altura y separación entre tarjetas */
.why-choose-us-before .row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}

.why-choose-us-before .row > [class*="col-"] {
	display: flex;
	padding-left: 12px;
	padding-right: 12px;
}

.why-choose-item {
	width: 100%;
	min-height: 215px;
	background: #ffffff;
	border: 1px solid #ececec;
	border-top: 3px solid var(--delta-orange);
	border-radius: 12px;
	padding: 30px 24px;
	margin-bottom: 24px;
	box-shadow: 0 8px 22px rgba(3,15,39,0.08);
	transition: all 0.35s ease;
}

.why-choose-item h2 a {
	color: var(--delta-navy) !important;
}

.why-choose-item .media-body p {
	color: #6a7280;
}

/* Ícono a la izquierda y título a su derecha (todos los dispositivos) */
.why-choose-item .why-choose-icon {
	float: left;
	width: 50px;
	margin: 0 15px 0 0;
}

.why-choose-item .why-choose-icon img {
	max-width: 50px;
	height: auto;
	transition: transform 0.35s ease;
}

.why-choose-item h2 {
	overflow: hidden;
	margin-top: 4px;
}

.why-choose-item .media-body p {
	clear: both;
	padding-top: 10px;
}

.why-choose-item:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 36px rgba(3,15,39,0.15);
}

.why-choose-item:hover h2 a {
	color: var(--delta-orange) !important;
}

.why-choose-item:hover .why-choose-icon img {
	transform: scale(1.12);
}

/* En móvil/tablet quita el padding-left de 40px y reduce el espacio superior */
@media (max-width: 991px) {
	.why-choose-us-before {
		padding-left: 0 !important;
		padding-top: 50px !important;
	}
}

/* En móvil: tarjetas de "Por qué elegirnos" en 2 columnas */
@media (max-width: 767px) {
	.why-choose-us-before .row > [class*="col-"] {
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 8px;
		padding-right: 8px;
	}
	.why-choose-us-before .row {
		margin-left: -8px;
		margin-right: -8px;
	}
	.why-choose-item {
		min-height: 0;
		padding: 20px 14px;
		margin-bottom: 16px;
	}
	.why-choose-item .why-choose-icon {
		width: 40px;
		margin-right: 10px;
	}
	.why-choose-item .why-choose-icon img {
		max-width: 40px;
	}
	.why-choose-item h2 {
		font-size: 15px;
		line-height: 1.3;
	}
	.why-choose-item .media-body p {
		font-size: 15px;
	}
}

/* --- Equipo --- */
.team-member {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 6px 22px rgba(3,15,39,0.08);
	transition: all 0.35s ease;
	background: #fff;
}

.team-member:hover {
	transform: translateY(-8px);
	box-shadow: 0 18px 38px rgba(3,15,39,0.15);
}

.team-member h2 {
	color: var(--delta-navy);
}

.team-member h3 {
	color: var(--delta-orange) !important;
	font-weight: 600;
}

/* --- Footer más pulido --- */
.footer-sec {
	background: var(--delta-navy) !important;
}

.footer-widget-menu h2,
.footer-wedget-four h2 {
	position: relative;
	padding-bottom: 14px;
	font-weight: 700;
}

.footer-widget-menu h2::after,
.footer-wedget-four h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background: var(--delta-orange);
}

.footer-widget-menu ul li a {
	transition: all 0.3s ease;
}

.footer-widget-menu ul li a:hover {
	color: var(--delta-orange) !important;
	padding-left: 6px;
}

.footer-social-profile ul li a:hover {
	background: var(--delta-orange) !important;
	border-color: var(--delta-orange) !important;
	transform: translateY(-3px);
}

.footer-bottom-sec {
	background: #020a1a !important;
}

/* --- Scroll to top (a la izquierda para no chocar con WhatsApp) --- */
#scrollUp {
	background: var(--delta-orange) !important;
	border-radius: 6px !important;
	right: auto !important;
	left: 20px !important;
}

/* --- Botones flotantes de WhatsApp --- */
.wa-fab {
	position: fixed;
	right: 20px;
	bottom: 22px;
	z-index: 99990;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 14px;
}

/* Escritorio: pastilla con ícono + texto siempre visible */
.wa-fab-btn {
	display: flex;
	align-items: center;
	height: 54px;
	border-radius: 28px;
	color: #fff !important;
	white-space: nowrap;
	padding-right: 22px;
	box-shadow: 0 6px 20px rgba(0,0,0,0.28);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wa-fab-btn i {
	min-width: 54px;
	text-align: center;
	font-size: 26px;
	line-height: 54px;
	flex-shrink: 0;
}

.wa-fab-btn span {
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.2px;
}

/* Colores que los diferencian */
.wa-fab-btn:first-child { background: var(--delta-orange); } /* Cotizaciones - naranja */
.wa-fab-btn:last-child  { background: #25D366; }            /* Trabaja - verde */

.wa-fab-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 28px rgba(0,0,0,0.35);
	color: #fff !important;
}

/* En móvil: pastillas compactas con texto (ocupan poco espacio) */
@media (max-width: 767px) {
	.wa-fab {
		right: 12px;
		bottom: 12px;
		gap: 10px;
	}
	.wa-fab-btn {
		height: 42px;
		border-radius: 21px;
		padding-right: 16px;
	}
	.wa-fab-btn i {
		min-width: 42px;
		line-height: 42px;
		font-size: 20px;
	}
	.wa-fab-btn span {
		font-size: 12px;
		font-weight: 600;
	}
}

/* ============================================
   PÁGINA CONTACTO
   ============================================ */
.contact-page-sec .cinfo-card {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #fff;
	border-radius: 16px;
	padding: 38px 24px;
	text-align: center;
	box-shadow: 0 10px 30px rgba(3,15,39,0.07);
	border: 1px solid #eef0f3;
	transition: all 0.4s cubic-bezier(0.25,0.8,0.25,1);
}

/* Barra superior naranja que crece al pasar el cursor */
.contact-page-sec .cinfo-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--delta-orange), #f9a53c);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.45s ease;
}

.contact-page-sec .cinfo-card:hover::before {
	transform: scaleX(1);
}

.contact-page-sec .cinfo-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 22px 44px rgba(3,15,39,0.16);
	border-color: transparent;
}

.contact-page-sec .cinfo-icon {
	width: 72px;
	height: 72px;
	margin: 0 auto 20px;
	border-radius: 18px;
	background: linear-gradient(150deg, #061a3d 0%, var(--delta-navy) 100%);
	color: #fff;
	font-size: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 22px rgba(3,15,39,0.18);
	transition: all 0.4s cubic-bezier(0.25,0.8,0.25,1);
}

.contact-page-sec .cinfo-card:hover .cinfo-icon {
	background: linear-gradient(150deg, #f9a53c 0%, var(--delta-orange) 100%);
	color: #fff;
	transform: translateY(-4px) scale(1.06) rotate(-4deg);
	box-shadow: 0 14px 28px rgba(244,143,31,0.4);
}

.contact-page-sec .cinfo-card h3 {
	color: var(--delta-navy);
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 14px;
	padding-bottom: 12px;
	position: relative;
}

.contact-page-sec .cinfo-card h3::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 28px;
	height: 3px;
	border-radius: 2px;
	background: var(--delta-orange);
	transition: width 0.4s ease;
}

.contact-page-sec .cinfo-card:hover h3::after {
	width: 48px;
}

.contact-page-sec .cinfo-card p {
	color: #5a6472;
	font-size: 14.5px;
	line-height: 1.7;
	margin: 0;
}

/* Columnas de igual altura */
.contact-page-sec > .container > .row.align-items-center {
	align-items: stretch !important;
}

/* Tarjetas de info en 2x2 llenando la altura */
.contact-page-sec .cinfo-grid {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	align-content: stretch;
}

.contact-page-sec .cinfo-grid > [class*="col-"] {
	display: flex;
	margin-bottom: 30px;
}

.contact-page-sec .cinfo-grid > [class*="col-"]:nth-last-child(-n+2) {
	margin-bottom: 0;
}

/* En móvil: los 4 datos en 2 columnas */
@media (max-width: 767px) {
	.contact-page-sec .cinfo-grid {
		margin-left: -7px;
		margin-right: -7px;
	}
	.contact-page-sec .cinfo-grid > [class*="col-"] {
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 7px;
		padding-right: 7px;
		margin-bottom: 14px;
	}
	/* En móvil sí mantener margen en las 2 últimas (se apilan sobre WhatsApp) */
	.contact-page-sec .cinfo-grid > [class*="col-"]:nth-last-child(-n+2) {
		margin-bottom: 14px;
	}
	.contact-page-sec .cinfo-card {
		padding: 22px 12px;
	}
	.contact-page-sec .cinfo-icon {
		width: 54px;
		height: 54px;
		font-size: 22px;
		margin-bottom: 14px;
	}
	.contact-page-sec .cinfo-card h3 {
		font-size: 16px;
	}
	.contact-page-sec .cinfo-card p {
		font-size: 12px;
		word-break: break-word;
	}
}

/* Bloque WhatsApp */
.contact-wa {
	background: #eef1f6;
	border: 1px solid #e3e7ee;
	border-radius: 18px;
	padding: 44px 36px;
	text-align: center;
	box-shadow: 0 10px 30px rgba(3,15,39,0.06);
}

/* El ícono blanco resalta sobre el gris del bloque */
.contact-wa-icon {
	background: #fff !important;
}

.contact-wa-grid {
	flex-direction: column;
}

.contact-wa-grid .contact-wa-btn {
	flex: none;
	width: 100%;
}

.contact-wa-icon {
	width: 74px;
	height: 74px;
	margin: 0 auto 22px;
	border-radius: 16px;
	background: #f3f5f9;
	border: 1px solid #e6e9ef;
	color: var(--delta-navy);
	font-size: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-wa h2 {
	color: var(--delta-navy);
	font-weight: 700;
	margin-bottom: 10px;
}

.contact-wa > p {
	color: #6a7280;
	margin-bottom: 30px;
}

.contact-wa-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	justify-content: center;
}

.contact-wa-btn {
	flex: 1 1 280px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 18px;
	border-radius: 10px;
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
	transition: all 0.3s ease;
}

.contact-wa-btn span {
	font-size: 14px;
	font-weight: 500;
	opacity: 0.9;
	margin-top: 5px;
	letter-spacing: 1px;
}

.contact-wa-btn.cotiza { background: var(--delta-orange); color: var(--delta-navy) !important; }
.contact-wa-btn.trabaja { background: #25D366; color: #fff !important; }
.contact-wa-btn.trabaja span { color: rgba(255,255,255,0.75); }

.contact-wa-btn:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 24px rgba(3,15,39,0.18);
}

.contact-wa { height: 100%; }

/* ============================================
   PÁGINA NOTICIAS (grid de tarjetas)
   ============================================ */
.noticias-sec {
	background: #f4f6f9;
}

.noticia-card {
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	margin-bottom: 30px;
	height: calc(100% - 30px);
	display: flex;
	flex-direction: column;
	box-shadow: 0 8px 24px rgba(3,15,39,0.08);
	border: 1px solid #eef0f3;
	transition: all 0.38s cubic-bezier(0.25,0.8,0.25,1);
}

.noticia-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 44px rgba(3,15,39,0.16);
}

.noticia-img {
	position: relative;
	height: 210px;
	overflow: hidden;
}

.noticia-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.noticia-card:hover .noticia-img img {
	transform: scale(1.08);
}

.noticia-cat {
	position: absolute;
	top: 16px;
	left: 16px;
	background: var(--delta-orange);
	color: var(--delta-navy);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 5px 14px;
	border-radius: 20px;
}

.noticia-body {
	padding: 24px 26px 28px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.noticia-fecha {
	color: #8a93a2;
	font-size: 13px;
	margin-bottom: 10px;
}

.noticia-fecha i {
	color: var(--delta-orange);
	margin-right: 5px;
}

.noticia-body h2 {
	font-size: 19px;
	line-height: 1.4;
	margin: 0 0 12px;
}

.noticia-body h2 a {
	color: var(--delta-navy);
	font-weight: 700;
	transition: color 0.3s ease;
}

.noticia-body h2 a:hover {
	color: var(--delta-orange);
}

.noticia-body p {
	color: #6a7280;
	line-height: 1.7;
	margin: 0 0 18px;
	flex: 1;
}

.noticia-link {
	color: var(--delta-navy);
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	align-self: flex-start;
}

.noticia-link i {
	transition: transform 0.3s ease;
}

.noticia-link:hover {
	color: var(--delta-orange);
}

.noticia-link:hover i {
	transform: translateX(5px);
}

/* Paginación */
.noticias-paginacion {
	text-align: center;
	margin-top: 25px;
}

.noticias-paginacion a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 14px;
	margin: 0 4px;
	border-radius: 8px;
	background: #fff;
	color: var(--delta-navy);
	font-weight: 600;
	border: 1px solid #e3e7ec;
	transition: all 0.3s ease;
}

.noticias-paginacion a:hover,
.noticias-paginacion a.active {
	background: var(--delta-orange);
	color: var(--delta-navy);
	border-color: var(--delta-orange);
}

.noticias-paginacion a.next {
	font-weight: 600;
}

/* ============================================
   PÁGINA SERVICIOS (service-1)
   ============================================ */
/* Tarjetas de servicio */
.service-sec .service-item .row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.service-sec .service-item .row > [class*="col-"] {
	display: flex;
}

.service-sec .service-inner {
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	margin-bottom: 30px;
	box-shadow: 0 8px 26px rgba(3,15,39,0.08);
	transition: all 0.38s cubic-bezier(0.25,0.8,0.25,1);
	border: 1px solid #eef0f3;
}

.service-sec .service-inner:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 44px rgba(3,15,39,0.16);
}

.service-sec .service-img {
	height: 210px;
	position: relative;
	transition: transform 0.5s ease;
}

.service-sec .service-img::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(3,15,39,0) 40%, rgba(3,15,39,0.45) 100%);
	transition: background 0.38s ease;
}

.service-sec .service-inner:hover .service-img {
	transform: scale(1.07);
}

.service-sec .service-inner:hover .service-img::after {
	background: linear-gradient(180deg, rgba(244,143,31,0.15) 0%, rgba(3,15,39,0.55) 100%);
}

.service-sec .service-details {
	flex: 1;
	padding: 26px 24px 28px;
	position: relative;
}

/* Anula el relleno naranja anticuado de la plantilla */
.service-sec .service-details::before {
	display: none !important;
}

.service-sec .service-details h2 {
	font-size: 20px;
	margin: 0 0 12px;
	padding-bottom: 12px;
	position: relative;
}

.service-sec .service-details h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 3px;
	border-radius: 2px;
	background: var(--delta-orange);
	transition: width 0.35s ease;
}

.service-sec .service-inner:hover .service-details h2::after {
	width: 70px;
}

.service-sec .service-details h2 a {
	color: var(--delta-navy);
	transition: color 0.3s ease;
}

.service-sec .service-inner:hover .service-details h2 a {
	color: var(--delta-orange);
}

.service-sec .service-details p {
	color: #6a7280;
	line-height: 1.7;
	margin: 0;
}

/* Modelo de Gestión Operativo (sección navy) */
.proceso-sec {
	background: var(--delta-navy);
	position: relative;
}

.proceso-sec .sec-title h1 {
	color: #fff;
}

.proceso-sec .sec-title h1 span {
	color: var(--delta-orange);
}

.proceso-sec .sec-title p {
	color: rgba(255,255,255,0.7);
	max-width: 640px;
	margin: 15px auto 0;
}

.proceso-row {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.proceso-card {
	position: relative;
	overflow: hidden;
	height: 100%;
	margin-bottom: 30px;
	padding: 38px 26px 30px;
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 14px;
	transition: all 0.4s ease;
	z-index: 1;
}

.proceso-card::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background: var(--delta-orange);
	z-index: -1;
	transition: height 0.4s ease;
}

.proceso-card:hover {
	transform: translateY(-8px);
	border-color: transparent;
}

.proceso-card:hover::after {
	height: 100%;
}

.proceso-num {
	font-size: 46px;
	font-weight: 800;
	line-height: 1;
	color: var(--delta-orange);
	margin-bottom: 16px;
	transition: color 0.4s ease;
}

.proceso-card:hover .proceso-num {
	color: var(--delta-navy);
}

.proceso-card h3 {
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 12px;
	transition: color 0.4s ease;
}

.proceso-card p {
	color: rgba(255,255,255,0.7);
	line-height: 1.7;
	margin: 0;
	transition: color 0.4s ease;
}

.proceso-card:hover h3,
.proceso-card:hover p {
	color: var(--delta-navy);
}

.proceso-card:hover p {
	color: rgba(3,15,39,0.85);
}

/* Servicios Adicionales */
.adicional-sec {
	background: #eef1f6;
}

.adicional-sec .sec-title {
	margin-bottom: 50px;
}

.adicional-sec .sec-title h1 { color: var(--delta-navy); }
.adicional-sec .sec-title h1 span { color: var(--delta-orange); }

.adicional-card {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	background: #fff;
	border-radius: 14px;
	padding: 28px 26px;
	margin-bottom: 30px;
	height: calc(100% - 30px);
	box-shadow: 0 6px 20px rgba(3,15,39,0.06);
	border-left: 3px solid var(--delta-orange);
	transition: all 0.35s ease;
}

.adicional-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 16px 34px rgba(3,15,39,0.12);
}

.adicional-icon {
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	border-radius: 12px;
	background: var(--delta-navy);
	color: var(--delta-orange);
	font-size: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.35s ease;
}

.adicional-card:hover .adicional-icon {
	background: var(--delta-orange);
	color: #fff;
}

.adicional-text h3 {
	color: var(--delta-navy);
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 10px;
}

.adicional-text p {
	color: #6a7280;
	line-height: 1.7;
	margin: 0;
}

/* ============================================
   PÁGINA NOSOTROS - Misión, Visión, ADN
   ============================================ */
.about-subtitle {
	display: inline-block;
	color: var(--delta-orange);
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

/* Misión y Visión */
.mv-sec {
	background: linear-gradient(135deg, #f8f9fb 0%, #eef1f5 100%);
}

.mv-sec .row {
	display: flex;
	flex-wrap: wrap;
}

.mv-card {
	position: relative;
	overflow: hidden;
	background: #fff;
	border-radius: 16px;
	padding: 45px 38px;
	height: 100%;
	margin-bottom: 30px;
	box-shadow: 0 10px 30px rgba(3,15,39,0.08);
	transition: all 0.35s ease;
	z-index: 1;
}

/* Relleno navy que sube desde abajo al hover (igual que las tarjetas ADN) */
.mv-card::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background: linear-gradient(160deg, #061a3d 0%, var(--delta-navy) 100%);
	z-index: -1;
	transition: height 0.4s ease;
}

.mv-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 42px rgba(3,15,39,0.22);
}

.mv-card:hover::after {
	height: 100%;
}

/* Ícono como marca de agua de fondo */
.mv-icon {
	position: absolute;
	right: -10px;
	bottom: -25px;
	font-size: 190px;
	line-height: 1;
	color: var(--delta-orange);
	opacity: 0.07;
	z-index: -1;
	transition: all 0.4s ease;
	pointer-events: none;
}

.mv-card:hover .mv-icon {
	opacity: 0.9;
	transform: scale(1.08) rotate(-6deg);
}

/* Etiqueta superior con ícono pequeño */
.mv-card h2 {
	position: relative;
	color: var(--delta-navy);
	font-weight: 700;
	margin-bottom: 18px;
	padding-bottom: 14px;
	transition: color 0.4s ease;
}

.mv-card h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 55px;
	height: 3px;
	border-radius: 2px;
	background: linear-gradient(90deg, var(--delta-orange), var(--delta-navy));
	transition: width 0.4s ease, background 0.4s ease;
}

.mv-card:hover h2 {
	color: #fff;
}

.mv-card:hover h2::after {
	width: 70px;
	background: var(--delta-orange);
}

.mv-card p {
	color: #5a6472;
	line-height: 1.9;
	text-align: justify;
	margin: 0;
	transition: color 0.4s ease;
}

.mv-card p strong {
	color: var(--delta-navy);
	transition: color 0.4s ease;
}

.mv-card:hover p {
	color: rgba(255,255,255,0.88);
}

.mv-card:hover p strong {
	color: #fff;
}

/* ADN Empresarial */
.adn-sec {
	background: #eef1f6;
}

.adn-sec .sec-title {
	margin-bottom: 50px;
}

.adn-sec .sec-title h1 {
	color: var(--delta-navy);
}

.adn-sec .sec-title h1 span {
	color: var(--delta-orange);
}

.adn-sec .row:last-child {
	display: flex;
	flex-wrap: wrap;
}

.adn-card {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 16px;
	padding: 40px 28px 32px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.4s cubic-bezier(0.25,0.8,0.25,1);
}

/* Relleno navy que sube desde abajo al hover */
.adn-card::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background: linear-gradient(160deg, #061a3d 0%, var(--delta-navy) 100%);
	z-index: -1;
	transition: height 0.4s ease;
}

.adn-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 42px rgba(3,15,39,0.22);
	border-color: transparent;
}

.adn-card:hover::after {
	height: 100%;
}

/* Número grande de fondo (marca de agua) */
.adn-num {
	position: absolute;
	top: 6px;
	right: 16px;
	font-size: 80px;
	font-weight: 800;
	line-height: 1;
	color: var(--delta-orange);
	opacity: 0.12;
	transition: all 0.4s ease;
	z-index: -1;
	pointer-events: none;
}

.adn-card:hover .adn-num {
	opacity: 0.9;
	color: var(--delta-orange);
	transform: scale(1.05);
}

.adn-card h3 {
	color: var(--delta-navy);
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 14px;
	padding-bottom: 14px;
	position: relative;
	transition: color 0.4s ease;
}

.adn-card h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 3px;
	border-radius: 2px;
	background: var(--delta-orange);
	transition: width 0.4s ease;
}

.adn-card:hover h3 {
	color: #fff;
}

.adn-card:hover h3::after {
	width: 60px;
}

.adn-card p {
	color: #6a7280;
	line-height: 1.7;
	margin: 0;
	transition: color 0.4s ease;
}

.adn-card:hover p {
	color: rgba(255,255,255,0.85);
}

/* Galería de fotos en Nosotros */
.galeria-sec {
	background: #f4f6f9;
}

.galeria-sec .sec-title {
	margin-bottom: 45px;
}

.galeria-sec .sec-title h1 { color: var(--delta-navy); }
.galeria-sec .sec-title h1 span { color: var(--delta-orange); }

.galeria-item {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 30px;
	box-shadow: 0 8px 24px rgba(3,15,39,0.08);
}

.galeria-item img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.galeria-item::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(244,143,31,0) 30%, rgba(244,143,31,0.78) 100%);
	opacity: 0;
	transition: opacity 0.4s ease;
}

.galeria-item:hover img {
	transform: scale(1.07);
}

.galeria-item:hover::after {
	opacity: 1;
}

/* En móvil: 2 columnas y la imagen completa (sin recortar) */
@media (max-width: 767px) {
	.galeria-item {
		margin-bottom: 16px;
	}
	.galeria-item img {
		height: auto;
		object-fit: contain;
	}
}

/* Certificaciones en Nosotros */
.certabout-sec {
	background: #fff;
}

.certabout-sec .sec-title {
	margin-bottom: 50px;
}

.certabout-sec .sec-title h1 { color: var(--delta-navy); }
.certabout-sec .sec-title h1 span { color: var(--delta-orange); }

.certabout-card {
	position: relative;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 16px;
	padding: 30px 22px 26px;
	text-align: center;
	margin-bottom: 30px;
	box-shadow: 0 8px 24px rgba(3,15,39,0.07);
	transition: all 0.35s ease;
}

.certabout-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 18px 38px rgba(3,15,39,0.14);
	border-color: rgba(244,143,31,0.25);
}

.cert-badge {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 2;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 5px 12px;
	border-radius: 20px;
	white-space: nowrap;
	box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

.cert-badge.done {
	background: #2e7d32;
	color: #fff;
}

.cert-badge.progress {
	background: var(--delta-orange);
	color: var(--delta-navy);
}

.certabout-img {
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
}

.certabout-img img {
	max-height: 110px;
	max-width: 85%;
	object-fit: contain;
	transition: transform 0.35s ease;
}

.certabout-card:hover .certabout-img img {
	transform: scale(1.06);
}

.certabout-card h3 {
	color: var(--delta-navy);
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 6px;
}

.certabout-card p {
	color: #8a93a2;
	font-size: 14px;
	margin: 0;
}

.certabout-card .cert-btn {
	margin-top: 18px;
}

/* --- Sección de contacto: fondo limpio (quita el overlay apagado) --- */
.appoitment-area .images-overlay {
	background: linear-gradient(135deg, #f8f9fb 0%, #eef1f545 100%) !important;
}

.appoitment-area .faq-single .media-body h2 {
	color: var(--delta-navy);
}

.appoitment-area .faq-single .media-body p {
	color: #000000;
}

/* --- Tarjeta de contacto (reemplaza el formulario) --- */
.wa-contact-card {
	position: relative;
	z-index: 2;
	background: #fff;
	border-radius: 14px;
	padding: 42px 35px;
	margin: 60px 0;
	text-align: center;
	border-top: 4px solid var(--delta-orange);
	box-shadow: 0 14px 40px rgba(3,15,39,0.18);
}

.wa-contact-icon {
	width: 78px;
	height: 78px;
	margin: 0 auto 22px;
	border-radius: 50%;
	background: var(--delta-navy);
	color: var(--delta-orange);
	font-size: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 22px rgba(3,15,39,0.25);
}

.wa-contact-card h2 {
	color: var(--delta-navy);
	font-weight: 700;
	margin-bottom: 12px;
}

.wa-contact-card > p {
	color: #6a7280;
	margin-bottom: 28px;
}

.wa-contact-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 16px;
	border-radius: 8px;
	color: #fff !important;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 16px;
	border: 2px solid transparent;
	transition: all 0.3s ease;
}

.wa-contact-btn i {
	margin-right: 8px;
}

.wa-contact-btn span {
	font-size: 14px;
	font-weight: 500;
	opacity: 0.85;
	margin-top: 4px;
	letter-spacing: 1px;
}

/* Cotiza: relleno naranja */
.wa-contact-btn.cotiza {
	background: var(--delta-orange);
	color: var(--delta-navy) !important;
	box-shadow: 0 6px 18px rgba(244,143,31,0.3);
}

.wa-contact-btn.cotiza:hover {
	background: transparent;
	border-color: var(--delta-orange);
	color: var(--delta-navy) !important;
	transform: translateY(-4px);
}

/* Trabaja: relleno verde WhatsApp */
.wa-contact-btn.trabaja {
	background: #25D366;
	color: #fff !important;
	box-shadow: 0 6px 18px rgba(37,211,102,0.3);
}

.wa-contact-btn.trabaja:hover {
	background: transparent;
	border-color: #25D366;
	color: var(--delta-navy) !important;
	transform: translateY(-4px);
}

.wa-contact-phone {
	margin-top: 22px;
	padding-top: 20px;
	border-top: 1px solid #eee;
	color: var(--delta-navy);
	font-weight: 600;
	font-size: 16px;
}

.wa-contact-phone i {
	color: var(--delta-orange);
	margin-right: 6px;
}


/* --- Margen lateral en móviles para que el contenido no toque los bordes --- */
@media (max-width: 767px) {
	.container {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
}

/* --- Preloader con logo DELTA girando como escudo (eje vertical) --- */
#preloader-status {
	height: 120px !important;
	width: 120px !important;
	background: url(img/loader.png) center center / contain no-repeat !important;
	margin: -60px 0 0 -60px !important;
	transform-style: preserve-3d;
	animation: deltaShield 1.6s ease-in-out infinite;
}

@keyframes deltaShield {
	from { transform: perspective(600px) rotateY(0deg); }
	to { transform: perspective(600px) rotateY(360deg); }
}

/* Fallback CSS puro: oculta el preloader aunque el JS falle o no cargue
   (clave en móviles con caché o errores de script). Se oculta a los 5s. */
#preloader {
	animation: deltaPreloaderHide 0s linear 5s forwards;
}

@keyframes deltaPreloaderHide {
	to {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}
}

/* ============================================
   SECCIÓN DE CERTIFICACIONES - DELTA SEGURIDAD
   ============================================ */
.cert-sec {
	background: #fff;
}

.cert-sec .sec-title {
	margin-bottom: 50px;
}

.cert-sec .clients-subtitle {
	display: inline-block;
	color: #F48F1F;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 12px;
	position: relative;
}

.cert-sec .clients-subtitle::before,
.cert-sec .clients-subtitle::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 30px;
	height: 2px;
	background: #F48F1F;
}

.cert-sec .clients-subtitle::before { left: -42px; }
.cert-sec .clients-subtitle::after { right: -42px; }

.cert-sec .sec-title h1 {
	font-size: 38px;
	font-weight: 700;
	color: #030f27;
	margin-bottom: 15px;
}

.cert-sec .sec-title h1 span { color: #F48F1F; }

.cert-sec .sec-title p {
	font-size: 16px;
	color: #666;
	max-width: 620px;
	margin: 0 auto;
	line-height: 1.7;
}

.cert-card {
	background: #fff;
	border-radius: 14px;
	padding: 30px 22px;
	margin-bottom: 30px;
	text-align: center;
	box-shadow: 0 4px 18px rgba(3,15,39,0.07);
	border: 1px solid rgba(3,15,39,0.05);
	transition: all 0.35s cubic-bezier(0.25,0.8,0.25,1);
	position: relative;
	overflow: hidden;
	height: 100%;
}

.cert-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, var(--delta-navy), var(--delta-orange));
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.35s ease;
}

.cert-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 16px 34px rgba(3,15,39,0.15);
	border-color: rgba(244,143,31,0.25);
}

.cert-card:hover::before { transform: scaleX(1); }

.cert-img {
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	border-radius: 10px;
	background: #f8f9fb;
	overflow: hidden;
}

.cert-img img {
	max-height: 110px;
	max-width: 90%;
	object-fit: contain;
	transition: transform 0.35s ease;
}

.cert-card:hover .cert-img img { transform: scale(1.06); }

.cert-card h3 {
	font-size: 18px;
	font-weight: 700;
	color: var(--delta-navy);
	line-height: 1.3;
	margin-bottom: 8px;
}

.cert-card .cert-desc {
	display: block;
	font-size: 13px;
	color: #8a93a2;
	margin-bottom: 20px;
	letter-spacing: 0.3px;
}

.cert-btn {
	display: inline-block;
	padding: 9px 22px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: var(--delta-navy);
	border: 2px solid var(--delta-orange);
	border-radius: 4px;
	transition: all 0.3s ease;
}

.cert-btn:hover {
	background: var(--delta-orange);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 8px 18px rgba(244,143,31,0.3);
}

@media (max-width: 767px) {
	.cert-sec .sec-title h1 { font-size: 28px; }
	.cert-sec .clients-subtitle::before,
	.cert-sec .clients-subtitle::after { display: none; }
}

/* ============================================
   SECCIÓN DE CLIENTES - DELTA SEGURIDAD
   ============================================ */
.clients-sec {
	background: linear-gradient(135deg, #f8f9fa 0%, #eef1f5 100%);
	position: relative;
	overflow: hidden;
}

.clients-sec .sec-title {
	margin-bottom: 50px;
}

.clients-sec .clients-subtitle {
	display: inline-block;
	color: #F48F1F;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 12px;
	position: relative;
}

.clients-sec .clients-subtitle::before,
.clients-sec .clients-subtitle::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 30px;
	height: 2px;
	background: #F48F1F;
}

.clients-sec .clients-subtitle::before {
	left: -42px;
}

.clients-sec .clients-subtitle::after {
	right: -42px;
}

.clients-sec .sec-title h1 {
	font-size: 38px;
	font-weight: 700;
	color: #030f27;
	margin-bottom: 15px;
}

.clients-sec .sec-title h1 span {
	color: #F48F1F;
}

.clients-sec .sec-title p {
	font-size: 16px;
	color: #666;
	max-width: 620px;
	margin: 0 auto;
	line-height: 1.7;
}

/* Grid de logos */
.clients-grid {
	margin-top: 20px;
}

.client-logo {
	background: #ffffff;
	border-radius: 14px;
	padding: 30px 20px;
	margin-bottom: 30px;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
	border: 1px solid rgba(0, 0, 0, 0.03);
	transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
	position: relative;
	overflow: hidden;
}

.client-logo::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, #030f27, #F48F1F);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.35s ease;
}

.client-logo:hover {
	transform: translateY(-8px);
	box-shadow: 0 14px 30px rgba(3, 15, 39, 0.15);
	border-color: rgba(244, 143, 31, 0.2);
}

.client-logo:hover::before {
	transform: scaleX(1);
}

.client-logo img {
	max-height: 75px;
	max-width: 100%;
	width: auto;
	object-fit: contain;
	filter: grayscale(100%);
	opacity: 0.65;
	transition: all 0.35s ease;
}

.client-logo:hover img {
	filter: grayscale(0%);
	opacity: 1;
	transform: scale(1.05);
}

/* Responsive */
@media (max-width: 767px) {
	.clients-sec .sec-title h1 {
		font-size: 28px;
	}
	.client-logo {
		height: 110px;
		padding: 20px 15px;
	}
	.client-logo img {
		max-height: 55px;
	}
	.clients-sec .clients-subtitle::before,
	.clients-sec .clients-subtitle::after {
		display: none;
	}
}

/* ============================================================
   Página de contacto: tarjetas clicables y mapa
   ============================================================ */
.cinfo-card.cinfo-clickable {
	position: relative;
	cursor: pointer;
}

/* Enlace que cubre toda la tarjeta (ubicación / correo) */
.cinfo-stretch {
	position: absolute;
	inset: 0;
	z-index: 3;
	border-radius: inherit;
}

.cinfo-card.cinfo-clickable:hover {
	transform: translateY(-8px);
	box-shadow: 0 22px 44px rgba(3,15,39,0.16);
}

/* Teléfonos / correo como enlaces (heredan color, sin subrayado) */
.cinfo-card p a {
	color: inherit;
	text-decoration: none;
	position: relative;
	z-index: 4;
	transition: color 0.3s ease;
}

.cinfo-card p a:hover {
	color: var(--delta-orange);
}

/* Mapa embebido */
.contact-map-sec {
	line-height: 0;
}

.contact-map-sec iframe {
	display: block;
	width: 100%;
	height: 450px;
	border: 0;
	filter: grayscale(0.15);
}

@media (max-width: 575px) {
	.contact-map-sec iframe { height: 340px; }
}

/* ============================================================
   Imagen "Sobre DELTA" / Nosotros: marco naranja limpio + efecto hover
   ============================================================ */
.about-us-img {
	position: relative;
	z-index: 2;
	display: inline-block;
}

.about-us-img img {
	position: relative;
	z-index: 2;
	width: 100%;
	display: block;
	border-radius: 14px;
	box-shadow: 0 18px 40px rgba(3,15,39,0.18);
	transition: transform 0.45s cubic-bezier(0.25,0.8,0.25,1), box-shadow 0.45s ease;
}

/* Marco naranja que bordea la imagen (desplazado al fondo, sin "filos" sólidos) */
.about-us-img::before {
	content: "";
	position: absolute;
	top: 16px;
	left: 16px;
	right: -16px;
	bottom: -16px;
	width: auto !important;
	height: auto !important;
	background: transparent !important;
	border: 3px solid var(--delta-orange);
	border-radius: 14px;
	z-index: 1;
	transition: all 0.45s cubic-bezier(0.25,0.8,0.25,1);
}

/* Efecto al pasar el cursor: la imagen se eleva y el marco se acerca */
.about-us-img:hover img {
	transform: translateY(-8px);
	box-shadow: 0 28px 55px rgba(3,15,39,0.28);
}

.about-us-img:hover::before {
	top: 10px;
	left: 10px;
	right: -10px;
	bottom: -10px;
	border-color: var(--delta-orange);
}

/* En móvil reducir el desplazamiento del marco para que no se desborde */
@media (max-width: 575px) {
	.about-us-img::before {
		top: 10px;
		left: 10px;
		right: -10px;
		bottom: -10px;
	}
}
