/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------*/
/*----------*/
/*----------*/
/*----------*/
/*----------*/

html{
	min-height: 100%;
  position: relative;
}

body{
	margin: 0;
	font-family: 'Barlow', sans-serif;
	color: white;
	background-color: #ffffff;
	min-height: 100vh;
	overflow-x: hidden;
	

}

body::before,
body::after{
	content: '';
	position: fixed;
	inset: 0;
	pointer-events: none;
	z-index: 0;
}

body::before{
	background-image:
		repeating-linear-gradient(30deg, rgba(170, 170, 170, 0.35) 0px, rgba(170, 170, 170, 0.35) 1px, transparent 1px, transparent 52px),
		repeating-linear-gradient(150deg, rgba(170, 170, 170, 0.35) 0px, rgba(170, 170, 170, 0.35) 1px, transparent 1px, transparent 52px),
		repeating-linear-gradient(90deg, rgba(170, 170, 170, 0.2) 0px, rgba(170, 170, 170, 0.2) 1px, transparent 1px, transparent 52px),
		radial-gradient(circle, rgba(145,145,145,0.55) 1.2px, transparent 1.3px);
	background-size: 52px 52px, 52px 52px, 52px 52px, 52px 52px;
	background-position: 0 0, 0 0, 0 0, 0 0;
	opacity: .55;
}

body::after{
	display: none;
}

#img_logo{
		width: clamp(378px, 50vw, 672px);
		max-height: 252px;
		object-fit: contain;
	}

#img_logo.logo-pending{
	opacity: 0;
}

.slick-slide img {
    display: block;
    margin: auto;
    margin-bottom: 2rem;
    border-radius: 10px;
}
#contenedor_lineas_negocio{
	background:rgba(255, 255, 255, 0);
}

.fz-15{
	font-size: 15px;
	-webkit-text-stroke: thin;
}

p{
	font-size: 20px;
	color: #15169D;
}

.p_uppercase{
	font-size: 15px;
}

.marca_empresa{
	color: #4F5A7C;
}

.logo-completo{
	margin-top: 2rem;
}

.position-relative {
    position: relative!important;
    margin-right: 10px;
    margin-left: 10px;
}
.testimonial-wrap{
	margin-top: 2rem;
	padding: 52px 24px 40px;
	min-height: 350px;
	border-radius: 20px;
	background: rgba(255,255,255,0.78);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	box-shadow: 0 18px 35px rgba(22, 35, 93, 0.2);
}

.testimonial-wrap .slick-list{
	padding-top: 10px;
}


a:link, a:visited, a:active {
	text-decoration:none;
	color: #00006f;
	margin: 50px;
}

footer{
	/*border: 1px solid green;*/
	background-size: cover;
	height: 130px;
	width: 100%;
	position: fixed;
	bottom: 0;

	display: flex;
   	align-items: center;
   	justify-content: center;

   
}
span{
	color: #E27C2F;
}
#lateral_line{
	border-right: 1px solid white;
}


div {
	/*border: 1px solid green;*/
}

/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/*								TOOLTIPS					 	  */
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/

.hoover_ln_home{
	border-radius: 18px;
	padding: 26px 10px;
	min-height: 210px;
	background: rgba(255,255,255,0.92);
	border: 1px solid rgba(21, 22, 157, 0.1);
	transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.hoover_ln_home:hover{
	transform: translateY(-6px);
	box-shadow: 0 12px 24px rgba(21, 22, 157, 0.18);
	border-color: rgba(21, 22, 157, 0.35);
}

.hoover_ln_home.ln-activa{
	border-color: #2f6fff;
	box-shadow: 0 0 0 2px rgba(47, 111, 255, 0.32), 0 12px 26px rgba(47, 111, 255, 0.2);
	background: #f6f9ff;
}

.hoover_ln_home.ln-activa p{
	color: #1e40af;
}

.home-page{
	padding-bottom: 3rem;
	position: relative;
	z-index: 1;
}

.home-shell{
	padding-top: 1rem;
}

.landing-hero{
	padding: 24px 14px 6px;
}

.home-subtitle{
	margin-top: 1rem;
	font-size: 1.05rem;
	letter-spacing: .2px;
	color: #6b7280;
}

.home-search-quick{
	max-width: 640px;
	margin: 14px auto 0;
	position: relative;
	z-index: 5;
}

.home-search-quick__box{
	background: rgba(255,255,255,0.98);
	border: 1px solid rgba(21, 22, 157, 0.18);
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
	padding: 6px;
}

.home-search-input-wrap{
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0 8px;
}

.home-search-input-icon{
	color: #15169D;
	font-size: 16px;
}

#home_search_input{
	flex: 1;
	border: 0;
	outline: none;
	font-size: 15px;
	color: #111827;
	background: transparent;
	padding: 10px 0;
}

#home_search_input::placeholder{
	color: #6b7280;
}

.home-search-submit{
	border: 0;
	background: #15169D;
	color: #fff;
	width: 38px;
	height: 38px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.home-search-results{
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	right: 0;
	background: #ffffff;
	border-radius: 14px;
	border: 1px solid rgba(21, 22, 157, 0.14);
	box-shadow: 0 18px 34px rgba(15, 23, 42, 0.2);
	max-height: 420px;
	overflow: auto;
	padding: 8px;
}

.home-search-item{
	display: grid;
	grid-template-columns: 54px 1fr;
	gap: 10px;
	padding: 8px;
	border-radius: 10px;
	margin: 0 !important;
	text-decoration: none;
}

.home-search-item:hover{
	background: #f3f6ff;
}

.home-search-item__thumb img{
	width: 54px;
	height: 54px;
	object-fit: cover;
	border-radius: 8px;
	border: 1px solid #e5e7eb;
}

.home-search-item__name{
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #111827;
	line-height: 1.2;
}

.home-search-item__meta{
	display: block;
	font-size: 12px;
	color: #4b5563;
	margin-top: 4px;
}

.home-search-empty,
.home-search-more-btn{
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	font-size: 13px;
	text-align: center;
	color: #4b5563;
	background: #f9fafb;
	border: 1px dashed #d1d5db;
}

.home-search-more-btn{
	background: #eef2ff;
	border-style: solid;
	border-color: rgba(21, 22, 157, .25);
	color: #15169D;
	cursor: pointer;
}

.hero-cta-wrap{
	margin-top: 1rem;
	display: inline-flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
}

.hero-cta-wrap a,
.hero-cta-wrap a:link,
.hero-cta-wrap a:visited,
.hero-cta-wrap a:active{
	margin: 0 !important;
	text-decoration: none;
}

.btn-home-primary,
.btn-home-facebook,
.btn-home-contact{
	border-radius: 999px;
	padding: 10px 18px;
	font-size: .92rem;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: all .2s ease;
	border: 1px solid transparent;
}

.btn-home-primary{
	background: #15169D;
	color: #ffffff !important;
	box-shadow: 0 10px 22px rgba(21, 22, 157, .24);
}

.btn-home-primary:hover{
	color: #ffffff !important;
	transform: translateY(-2px);
	box-shadow: 0 14px 24px rgba(21, 22, 157, .28);
}

.btn-home-facebook{
	background: #ffffff;
	border-color: #15169D;
	color: #15169D !important;
}

.btn-home-contact{
	background: #f59e0b;
	border-color: #f59e0b;
	color: #111827 !important;
	box-shadow: 0 10px 22px rgba(245, 158, 11, .32);
}

.btn-home-facebook:hover{
	background: #eef2ff;
	color: #15169D !important;
	transform: translateY(-2px);
}

.btn-home-contact:hover{
	background: #fbbf24;
	border-color: #fbbf24;
	color: #111827 !important;
	transform: translateY(-2px);
}

.landing-about{
	margin-top: 2.2rem;
	background: rgba(255,255,255,0.82);
	border: 1px solid rgba(21, 22, 157, 0.08);
	border-radius: 20px;
	padding: 1rem;
	box-shadow: 0 16px 30px rgba(21, 22, 157, 0.12);
}

.landing-company-card{
	height: 100%;
	border-radius: 16px;
	border: 2px solid #1e3a8a;
	background: linear-gradient(165deg, #1e3a8a 0%, #1d4ed8 100%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 22px;
	text-align: center;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.18), 0 12px 24px rgba(15, 23, 42, .24);
}

.landing-company-name{
	margin-top: 0;
	font-size: clamp(2.34rem, 3.6vw, 3.64rem);
	font-weight: 800;
	line-height: 1.05;
	color: #ffffff;
	word-break: break-word;
	text-shadow: 0 1px 0 rgba(0,0,0,.15);
}

.landing-content-card{
	height: 100%;
	background: #ffffff;
	border-radius: 16px;
	padding: 1.3rem 1.2rem;
	border: 1px solid rgba(21, 22, 157, 0.08);
}

.landing-chip{
	display: inline-flex;
	padding: 5px 12px;
	border-radius: 999px;
	font-size: .72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .2px;
	background: #eef2ff;
	color: #15169D;
}

.landing-title{
	margin-top: .7rem;
	font-size: clamp(1.45rem, 2.1vw, 2rem);
	font-weight: 700;
	color: #15169D;
	line-height: 1.15;
}

.landing-subtitle{
	font-size: 1.1rem;
	font-weight: 700;
	color: #15169D;
	margin-bottom: .35rem;
}

.landing-trust-row{
	margin-top: .9rem;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.landing-trust-item{
	display: inline-flex;
	align-items: center;
	padding: 6px 11px;
	border-radius: 999px;
	font-size: .78rem;
	font-weight: 600;
	background: #f3f4f6;
	color: #374151;
}

.landing-text{
	font-size: .98rem;
	line-height: 1.55;
	color: #4B5563;
	margin-bottom: 0;
	text-align: justify;
}

.landing-entornos-wrap{
	margin-top: .95rem;
	display: block;
}

.landing-subtitle-entornos{
	margin-bottom: .55rem;
}

.landing-entornos-list{
	display: inline-flex;
	gap: 8px;
	flex-wrap: wrap;
}

.entorno-chip{
	display: inline-flex;
	align-items: center;
	padding: 6px 11px;
	border-radius: 999px;
	font-size: .76rem;
	font-weight: 600;
	background: #eaf1ff;
	color: #1d4ed8;
}

.landing-divider{
	height: 1px;
	margin: 1rem 0;
	background: linear-gradient(90deg, rgba(21,22,157,0) 0%, rgba(21,22,157,.18) 45%, rgba(21,22,157,0) 100%);
}

.landing-actions{
	margin-top: 1.1rem;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.landing-actions a,
.landing-actions a:link,
.landing-actions a:visited,
.landing-actions a:active{
	margin: 0 !important;
	text-decoration: none;
}

.btn-cache-clear{
	margin-top: 1.2rem;
	margin-bottom: .3rem;
	border: 1px solid #9ca3af;
	background: #e5e7eb;
	color: #374151;
	border-radius: 999px;
	padding: 8px 16px;
	font-size: .8rem;
	font-weight: 700;
	transition: all .2s ease;
}

.btn-cache-clear:hover{
	background: #d1d5db;
	border-color: #6b7280;
	color: #111827;
}

.line-detail-card{
	margin-top: 1.5rem;
	padding: 24px;
	border-radius: 18px;
	background: rgba(255,255,255,0.86);
	box-shadow: 0 14px 30px rgba(22, 35, 93, 0.18);
}

#titulo_linea_n,
#description_linea_n{
	color: #15169D;
}

.status-message{
	padding: 18px;
	border-radius: 14px;
	background: rgba(250,250,250,0.96);
	box-shadow: inset 0 0 0 1px rgba(21,22,157,.08);
}

.testimonial-wrap .slick-prev,
.testimonial-wrap .slick-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 10px 20px rgba(31, 41, 55, 0.18);
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
	font-size: 0 !important;
	line-height: 0 !important;
}

.testimonial-wrap .slick-prev:hover,
.testimonial-wrap .slick-next:hover{
	transform: translateY(-50%) scale(1.06);
	box-shadow: 0 14px 24px rgba(31, 41, 55, 0.24);
	background: #f3f4f6;
}

.testimonial-wrap .slick-prev{
	left: -18px;
}

.testimonial-wrap .slick-next{
	right: -18px;
}

.testimonial-wrap .slick-prev::after,
.testimonial-wrap .slick-next::after{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	color: #6b7280;
}

.testimonial-wrap .slick-prev::after{
	content: '‹';
}

.testimonial-wrap .slick-next::after{
	content: '›';
}

.testimonial-wrap .slick-disabled{
	opacity: .45;
	cursor: default;
}




/*--------------------------------*/
/*--------------------------------*/
/*---------------QUERYS-----------*/

@media (min-width: 10px) and (max-width: 479px) {
	p{
		font-size: 16px;
	}
	#img_logo{
		width: clamp(238px, 72vw, 336px);
	}
	.testimonial-wrap{
		margin-top: 1.2rem;
		padding: 34px 14px 26px;
		min-height: 285px;
	}
	.hoover_ln_home{
		min-height: 180px;
		padding: 20px 10px;
	}
	.logo-completo{
		margin-top: .95rem;
	}
	.home-subtitle{
		font-size: .95rem;
	}
	.hero-cta-wrap{
		gap: 8px;
	}
	.btn-home-primary,
	.btn-home-facebook,
	.btn-home-contact{
		padding: 9px 14px;
		font-size: .86rem;
	}
	.landing-trust-item{
		font-size: .72rem;
	}
	.landing-actions{
		gap: 8px;
	}
	.landing-about{
		margin-top: 1.35rem;
		padding: .7rem;
		border-radius: 16px;
	}
	.landing-media-card{
		min-height: 230px;
	}
	.landing-company-card{
		min-height: 0;
		padding: 16px;
	}
	.landing-company-name{
		font-size: clamp(1.75rem, 8.2vw, 2.6rem);
	}
	.landing-content-card{
		padding: 1rem;
	}
	.line-detail-card{
		padding: 18px;
	}
	.foot-link{
		position:absolute; 
		bottom:5px; 
		right:1px;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	p{
		font-size: 19px;
	}
	#img_logo{
		width: clamp(266px, 66vw, 392px);
	}
	.logo-completo{
		margin-top: 1.12rem;
	}
	.testimonial-wrap{
		padding: 40px 16px 30px;
		min-height: 315px;
	}
	.hoover_ln_home{
		min-height: 190px;
		padding: 22px 10px;
	}
	.foot-link{
		position:absolute; 
		bottom:5px; 
		right:1px;
	}
}

@media (min-width: 768px) and (max-width: 999px) {
	p{
		font-size: 20px;
	}
	#img_logo{
		width: 56vw;
	}
}

@media (max-height: 570px) {
	footer{

	 	bottom: 0;
		width: 100%;
		height: 100px;
		color: white;

	}
}

/* --- Ajustes home solicitados: WhatsApp + Atendemos + texto carrusel --- */
.btn-home-whatsapp{
	border-radius: 999px;
	padding: 10px 18px;
	font-size: .92rem;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: all .2s ease;
	border: 1px solid #22c55e;
	background: #22c55e;
	color: #ffffff !important;
	box-shadow: 0 10px 22px rgba(34, 197, 94, .30);
}

.btn-home-whatsapp,
.btn-home-whatsapp span,
.btn-home-whatsapp i,
.btn-home-whatsapp:visited,
.btn-home-whatsapp:link,
.btn-home-whatsapp:active,
.btn-home-whatsapp:hover{
	color: #ffffff !important;
}

.btn-home-whatsapp:hover{
	background: #16a34a;
	border-color: #16a34a;
	color: #ffffff !important;
	transform: translateY(-2px);
}

.landing-entornos-top{
	margin-top: 1.15rem;
	margin-bottom: .3rem;
}

.landing-entornos-top .landing-subtitle-entornos{
	margin-bottom: .6rem;
	font-size: 1.38rem;
}

.testimonial-wrap::before{
	content: 'Visita Nuestro Catálogo en Línea';
	position: absolute;
	top: 14px;
	left: 50%;
	transform: translateX(-50%);
	font-size: .95rem;
	font-weight: 700;
	letter-spacing: .2px;
	color: #1d4ed8;
	background: rgba(255, 255, 255, 0.92);
	padding: 4px 12px;
	border-radius: 999px;
	z-index: 3;
}

@media (min-width: 10px) and (max-width: 479px) {
	.btn-home-whatsapp{
		padding: 9px 14px;
		font-size: .86rem;
	}
	.landing-entornos-top{
		margin-top: .8rem;
	}
	.testimonial-wrap{
		padding-top: 40px;
	}
	.testimonial-wrap::before{
		font-size: .78rem;
		top: 9px;
	}
	.landing-entornos-top .landing-subtitle-entornos{
		font-size: 1.12rem;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.testimonial-wrap::before{
		font-size: .86rem;
		top: 10px;
	}
	.landing-entornos-top .landing-subtitle-entornos{
		font-size: 1.2rem;
	}
}

