@charset "utf-8";
/* CSS Document */
@import url("normalize.css");
@import url("zack.css");
@import url("jquery.css");
@import url("mobile-scroll.css");

.descproyecto{
    background-color:#FFFFFF; 
    padding:18px 20px; 
    font-size: smaller;
    text-align: center;
}

.descproyecto .proyecto-titulo {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 6px;
    line-height: 1.3;
}

.descproyecto .proyecto-fecha {
    display: inline-block;
    font-size: 13px;
    color: #7f8c8d;
    font-weight: 500;
    margin-bottom: 5px;
    margin-right: 8px;
    padding: 4px 10px;
    background-color: #f0f0f0;
    border-radius: 12px;
}

.descproyecto .proyecto-tipo {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
    padding: 4px 10px;
    border-radius: 12px;
}

.descproyecto .proyecto-tipo.empresarial {
    color: #fff;
    background-color: #3498db;
}

.descproyecto .proyecto-tipo.particular {
    color: #fff;
    background-color: #95a5a6;
}

.descproyecto .proyecto-descripcion {
    display: block;
    width: 70%;
    margin: 5px auto 0 auto;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
}
.descproyecto .proyecto-resultado {
    display: block;
    width: 70%;
    margin: 10px auto 0 auto;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    color: #27ae60;
}
.descproyecto .proyecto-destacado-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #fff;
    background-color: #e67e22;
    padding: 4px 10px;
    border-radius: 3px;
    margin-bottom: 8px;
}
.destacados-titulo {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #2c3e50;
}
.destacados-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}
.destacado-card {
    flex: 1 1 240px;
    max-width: 280px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 22px 18px;
    text-align: left;
}
.destacado-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 8px 0 10px;
    color: #2c3e50;
    text-transform: none;
    letter-spacing: 0;
}
.destacado-card p {
    font-size: 14px;
    line-height: 1.45;
    color: #555;
    margin: 0 0 12px;
}
.destacado-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #3498db;
    background: #ebf5fb;
    padding: 3px 8px;
    border-radius: 3px;
}
.destacado-metrica {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #27ae60;
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.emails {
				unicode-bidi: bidi-override !important;
				direction: rtl !important;
			}

/* Hero y conversión */
.hero-subtitle {
	display: block;
	font-size: 0.55em;
	font-weight: 600;
	letter-spacing: 0.12em;
	margin-bottom: 0.35em;
	opacity: 0.9;
}
.rotacion-servicio {
	display: block;
	min-height: 1.5em;
	margin-bottom: 0.25em;
}
.hero-tagline {
	display: block;
	max-width: 520px;
	margin: 0 auto 1.5em;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	opacity: 0.92;
}
.hero-cta {
	margin-top: 0.5em;
}
.btn-cta {
	display: inline-block;
	padding: 14px 28px;
	background-color: #25d366;
	color: #fff !important;
	font-weight: 600;
	font-size: 15px;
	border-radius: 4px;
	letter-spacing: 0.02em;
	text-transform: none;
	opacity: 1 !important;
}
.btn-cta:hover {
	background-color: #1ebe57;
	opacity: 1 !important;
	transform: translateY(-1px);
}
.btn-cta:focus {
	outline: 2px solid #fff;
	outline-offset: 3px;
}
/* Botón WhatsApp flotante */
.whatsapp-float {
	position: fixed;
	bottom: 24px;
	right: 24px;
	z-index: 9999;
	width: 56px;
	height: 56px;
	background-color: #25d366;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
	transition: transform 0.2s ease, background-color 0.2s ease;
}
.whatsapp-float:hover {
	background-color: #1ebe57;
	transform: scale(1.06);
	opacity: 1;
}
.whatsapp-float img {
	width: 30px;
	height: 30px;
	display: block;
}
.whatsapp-float:focus {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

/* Evitar desbordes entre secciones fullPage */
.section {
	overflow: hidden;
}
.section.proceso .slide,
.section.contacto,
.section.proceso .proceso-testimonios {
	overflow: hidden;
	isolation: isolate;
}
#fullpage,
.fp-section,
.fp-tableCell {
	overflow: hidden !important;
}
div.contacto .contenedor {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
}
div.contacto .fp-tableCell {
	position: relative;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
div.contacto h1 {
	margin-right: 0;
	width: 100%;
	text-align: center;
}
.contacto-intro {
	font-size: 17px;
	color: #555;
	margin: 0 auto 1.5em;
	max-width: 420px;
	text-align: center;
}
.contacto-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 12px 20px;
	margin: 0 auto 1.5em;
	width: 100%;
}
div.contacto .contacto-links a {
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid transparent;
}
div.contacto .contacto-links a:hover {
	border-bottom-color: #000;
	opacity: 1;
}
div.contacto .contacto-footer {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	font-size: 14px;
	z-index: 3;
	pointer-events: auto;
}
div.contacto .contacto-footer p {
	margin: 0 0 6px;
	font-size: 14px;
	color: #666;
}
div.contacto .privacidad-footer-link {
	display: inline-block;
	margin-top: 4px;
	font-size: 12px;
	color: #999 !important;
}
div.contacto .privacidad-footer-link:hover {
	color: #333 !important;
}

@media screen and (max-width: 640px) {
	.hero-tagline {
		font-size: 15px;
		padding: 0 10px;
	}
	.whatsapp-float {
		bottom: 16px;
		right: 16px;
		width: 50px;
		height: 50px;
	}
}

.servicio-nota {
	font-size: 0.9em;
	opacity: 0.85;
	font-style: italic;
}
div.proyectos .proyectos-cierre a {
	color: #000;
	font-weight: 600;
	border-bottom: 1px solid #000;
}
div.proyectos .proyectos-cierre a:hover {
	border-bottom: none;
}

/* Cómo trabajo y testimonios */
div.proceso .proceso-pasos,
div.proceso .proceso-testimonios {
    background-color: #fff;
    color: #000;
    text-align: center;
}
.proceso-intro {
    max-width: 520px;
    margin: 0 auto 2em;
    font-size: 17px;
    line-height: 1.5;
    color: #555;
}
.pasos-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    max-width: 960px;
    margin: 0 auto;
}
.paso-item {
    flex: 1 1 220px;
    max-width: 280px;
    padding: 24px 20px;
    border: 1px solid #eee;
    border-radius: 6px;
    text-align: left;
}
.paso-num {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #ddd;
    line-height: 1;
    margin-bottom: 10px;
}
.paso-item h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #2c3e50;
    text-transform: none;
    letter-spacing: 0;
}
.paso-item p {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    margin: 0;
}
div.proceso h1 {
    color: #2c3e50;
    font-size: 36px;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}
.testimonios-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}
.testimonio {
    flex: 1 1 260px;
    max-width: 300px;
    margin: 0;
    padding: 24px 20px;
    background: #f8f9fa;
    border-left: 3px solid #3498db;
    border-radius: 0 6px 6px 0;
    text-align: left;
}
.testimonio p {
    font-size: 15px;
    line-height: 1.55;
    color: #333;
    font-style: italic;
    margin: 0 0 14px;
}
.testimonio footer {
    font-size: 12px;
    color: #7f8c8d;
    font-style: normal;
}

@media screen and (max-width: 640px) {
    div.proceso h1 {
        font-size: 22px;
        letter-spacing: 0.12em;
    }
    .destacados-titulo {
        font-size: 20px;
    }
    .destacado-card,
    .paso-item,
    .testimonio {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .descproyecto .proyecto-descripcion,
    .descproyecto .proyecto-resultado {
        width: 90%;
    }
}

/* Banner cookies RGPD */
.cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	background: #2c3e50;
	color: #fff;
	padding: 16px 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px 20px;
	font-size: 14px;
	line-height: 1.45;
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
}
.cookie-banner[hidden] {
	display: none !important;
}
.cookie-banner p {
	margin: 0;
	flex: 1 1 280px;
	max-width: 640px;
}
.cookie-banner a {
	color: #7ec8e3;
}
.cookie-banner button {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 600;
	padding: 9px 18px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
#cookie-accept {
	background: #25d366;
	color: #fff;
}
#cookie-reject {
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
.privacidad-footer-link {
	display: block;
	font-size: 12px;
	margin-top: 8px;
	color: #999 !important;
}
.privacidad-footer-link:hover {
	color: #333 !important;
}

@media (prefers-reduced-motion: reduce) {
	.btn-cta,
	.whatsapp-float {
		transition: none;
	}
	.btn-cta:hover,
	.whatsapp-float:hover {
		transform: none;
	}
	html.scroll-natural {
		scroll-behavior: auto;
	}
}