:root {
	--color-1: #0052CC;
	--color-2: #64B3FF;
	--color-3: #DA33BF;
	--color-4: #121078;
	--hes-white: #fcfcfc;
	--hes-grey: #f0f0f0;
}

body {
    display: flex;
    height: 100%;
    margin: 0;
    flex-direction: column;
}

.hes-fondo-aliceblue {
    background-color: aliceblue !important;
}

footer {
    background-color: var(--secondary-color);
    padding: 20px 0;
}

footer a {
    text-decoration: none;
    color: var(--color-1);
}

footer a:hover {
    color: var(--color-2);
}

.navbar-redes-sociales {
	display: flex;
	margin-right: 80px;
	text-align: center;
}

.navbar-contacto {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.hes-btn-floating img {
	width: 40px;
	height: 40px;
}

.hes-btn-floating {
	border-radius: 50%;
	padding: 5px;
}
.hes-btn {
	flex: 1 1 auto;
	margin: 10px;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: var(--hes-white);
	border-radius: 50px;
	text-decoration: none;
	background-color: var(--color-1);
	border: none;
	min-width: 140px;
	font-weight: bold;
}
.hes-seccion-menu {
	margin-left: 5%;
	border-style: none none solid;
	border-bottom-color: rgba(var(--bs-light-rgb));
}
.hes-footer {
	padding-right: 5%;
	width: 100%;
	padding-left: 5%;
	max-width: 100%;
}
.hes-seccion-menu:hover {
	--tw-border-opacity: 1;
	--tw-text-opacity: 1;
	border-bottom-color: var(--color-2);
}

.hes-seccion-menu-active {
	--tw-border-opacity: 1;
	--tw-text-opacity: 1;
	border-bottom-color: var(--color-2);
}

.hes-promo {
	position: relative;
}

.hes-menu-navegacion {
	background-color: var(--hes-white);
	position: sticky;
	top: 0;
	z-index: 1000;
	border-bottom: 2px solid #dbdbdb;
}


/* ---- Nueva Web ---- */

.hes-nueva-web-color-1 {
	color: var(--color-1) !important;
}

.hes-nueva-web-color-2 {
	color: var(--color-2) !important;
}

/* Contenedor principal */
.hes-nueva-web-container {
	max-width: 100%;
	margin: 0 auto;
	padding: 2rem 1rem;
}

/* Margen superior específico de escritorio */
.hes-nueva-web-desktop-margin-top {
	margin-top: 1rem;
}

.hes-nueva-web-textos-centrados {
    max-width: 1100px;
    text-align: center;
    margin: auto;
}

/* ====== TIPOGRAFÍA Y TÍTULOS ====== */

.hes-nueva-web-title {
	font-size: 2.5rem;
	font-weight: 800;
	line-height: 1.2;
	color: #0d0d0d;
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
	text-align: center;
}

.hes-nueva-web-title-blue {
	color: var(--color-1);
}

.hes-nueva-web-title-black {
	color: #0d0d0d;
}

/* ====== SUBTÍTULO Y DESCRIPCIONES ====== */

.hes-nueva-web-subtitle {
	font-size: 1.25rem;
	font-weight: 600;
	color: #0d0d0d;
	margin-bottom: 1rem !important;
    margin: auto;
    max-width: 1100px;
}

.hes-nueva-web-subtitle em {
	font-style: italic;
}

.hes-nueva-web-description {
	font-size: 1.125rem;
	font-weight: 500;
	color: #1a1a1a;
	margin-bottom: 2rem;
	max-width: 1100px;
	line-height: 1.6;
}

/* ====== BOTÓN ====== */

.hes-nueva-web-btn {
	display: inline-block;
	background-color: var(--color-1);
	color: #ffffff;
	padding: 0.9rem 1.8rem;
	border-radius: 9999px;
	font-weight: 600;
	text-decoration: none;
	font-size: 1rem;
	transition: background-color 0.25s ease, transform 0.15s ease;
}

.hes-nueva-web-btn:hover {
	background-color: var(--color-2);
	transform: translateY(-2px);
}

.hes-nueva-web-btn:active {
	background-color: #0045a3;
	transform: translateY(0);
}

.hes-nueva-web-separator {
	border: none;
	border-bottom: 2px solid #000000;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
	width: 100%;
}


/* ====== SECCIÓN SOBRE MÍ ====== */
.hes-btn:hover {
    background-color: var(--color-2);   
}

.hes-nueva-web-about-section {
	padding: 0rem;
}

/* Contenedor general (imagen + texto) */
.hes-nueva-web-about-container {
	display: flex;
	justify-content: center;
	align-items: flex-start;	 /* La imagen queda alineada arriba */
	gap: 3rem;
	max-width: 1100px;
	margin: 0 auto;
	margin-bottom: 3rem;
	padding-left: 1rem;
    padding-right: 1rem;
}

/* Imagen = 50% del ancho */
.hes-nueva-web-about-image {
	flex: 0 0 50%;			/* Ocupa exactamente el 50% */
	max-width: 50%;
	border-radius: 16px;
	object-fit: cover;
	box-shadow: 0 4px 14px rgba(0,0,0,0.1);
}

/* Texto = 50% del ancho */
.hes-nueva-web-about-text {
	flex: 0 0 50%;
	max-width: 50%;
    text-align: justify;
}


.hes-nueva-web-about-name {
	font-size: 1.5rem;
	font-weight: 800;
	color: #0d0d0d;
	margin-bottom: 1rem;
}

.hes-nueva-web-about-paragraph {
	font-size: 1.1rem;
	color: #1a1a1a;
	line-height: 1.6;
	margin-bottom: 1rem;
}

.hes-nueva-web-about-paragraph strong {
	font-weight: 700;
}

/* ====== SECCIÓN SERVICIOS ====== */

.hes-nueva-web-services-section {
	padding: 0rem;
	text-align: center;
}

/* ====== GRID ====== */

.hes-nueva-web-services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* SIEMPRE tres columnas */
	gap: 2.5rem;
	max-width: 1100px;
	margin: 0 auto;
}

/* ====== TARJETA ====== */

.hes-nueva-web-service-card {
	background: transparent;
	text-align: center;
}

.hes-nueva-web-service-image {
	width: 100%;
	border-radius: 12px;
	margin-bottom: 1.2rem;
	object-fit: cover;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.hes-nueva-web-service-title {
	font-size: 1.2rem;
	font-weight: 800;
	color: #0d0d0d;
	margin-bottom: 0.6rem;
}

.hes-nueva-web-service-text {
	font-size: 1rem;
	color: #1a1a1a;
	line-height: 1.6;
	max-width: 320px;
	margin: 0 auto;
}

/* ====== SECCIÓN METODOLOGÍA ====== */

.hes-nueva-web-method-section {
	padding: 0rem;
	text-align: center;
}

.hes-nueva-web-method-title {
	color: var(--color-2);
	font-size: 2rem;
	font-weight: 800;
	margin-bottom: 3rem;
}

/* ====== GRID DE PASOS ====== */

.hes-nueva-web-method-steps {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 2rem;
	max-width: 1100px;
	margin: 0 auto 3rem auto;
}

/* ====== TARJETA DE PASO ====== */

.hes-nueva-web-method-card {
	position: relative;
	background: #fff;
	border: 2px solid var(--color-3);
	border-top-width: 6px;
	border-radius: 8px;
	width: 300px;
	padding: 2rem 1rem 1rem 1rem;
	text-align: center;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.hes-nueva-web-step-1 {
	border-color: var(--color-1);
}

.hes-nueva-web-step-2 {
	border-color: var(--color-2);
}

.hes-nueva-web-step-3 {
	border-color: var(--color-3);
}

/* Círculo numerado */
.hes-nueva-web-step-number {
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #0059c9;
	color: #fff;
	font-weight: 700;
	font-size: 1rem;
	width: 45px;
	height: 45px;
	line-height: 34px;
	border-radius: 50%;
	border: 3px solid #fff;
}

/* Título y texto */
.hes-nueva-web-method-card-title {
	font-size: 1.125rem;
	font-weight: 700;
	color: #0d0d0d;
	margin-bottom: 0.6rem;
}

.hes-nueva-web-method-card-text {
	font-size: 1rem;
	color: #1a1a1a;
	line-height: 1.6;
}

/* Frase final */
.hes-nueva-web-method-quote-1 {
	font-size: 1.125rem;
	font-weight: 700;
	color: var(--color-1);
	border-left: 3px solid var(--color-1);
	padding-left: 0.8rem;
	text-align: left;
	max-width: 1100px;
    margin: auto;
}

.hes-nueva-web-method-quote-2 {
	font-size: 1.125rem;
	font-weight: 700;
	color: var(--color-2);
	border-left: 3px solid var(--color-2);
	padding-left: 0.8rem;
	text-align: left;
	max-width: 1100px;
    margin: auto;
}


/* ====== SECCIÓN RESULTADOS ====== */

.hes-nueva-web-results-section {
	padding: 0rem;	
	text-align: center;
}

.hes-nueva-web-results-title {
	color: #0d0d0d;
	font-size: 1.75rem;
	font-weight: 700;
	margin-bottom: 3rem;
	text-align: left;
}

/* ====== GRID ====== */

.hes-nueva-web-results-grid {
	display: grid;
	/* Usar 3 columnas en escritorio, 2 en tablet, 1 en móvil */
	grid-template-columns: repeat(3, 1fr);
	gap: 2.5rem;
	max-width: 1100px;
	margin: 0 auto;
	padding-bottom: 2rem;
}

.hes-nueva-web-results-grid-2 {
	display: grid;
	/* Usar 3 columnas en escritorio, 2 en tablet, 1 en móvil */
	grid-template-columns: repeat(2, 1fr);
	gap: .5rem;
	max-width: 1100px;
	margin: 0 auto;
	padding-bottom: 2rem;
}


/* ====== TARJETA ====== */

.hes-nueva-web-result-card {
	text-align: center;
}

.hes-nueva-web-result-card li {
    text-align: left;
}

.hes-nueva-web-result-image {
	width: 240px;
	height: 240px;
	object-fit: cover;
	border-radius: 50%;
	margin-bottom: 1.2rem;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.hes-nueva-web-result-title {
	font-size: 1.1rem;
	font-weight: 800;
	color: #0d0d0d;
	margin-bottom: 0.6rem;
}

.hes-nueva-web-result-text {
	font-size: 1rem;
	color: #1a1a1a;
	line-height: 1.6;
	max-width: 280px;
	margin: 0 auto;
}

/* ====== SECCIÓN PLANES Y TARIFAS ====== */

.hes-nueva-web-pricing-section {
	padding: 0rem;
}

.hes-nueva-web-pricing-title {
	color: var(--color-3);
	font-size: 2rem;
	font-weight: 800;
	margin-bottom: 3rem;
	text-align: left;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

/* Contenedor general */
.hes-nueva-web-pricing-container {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	max-width: 1100px;
	margin: 0 auto;
}

/* Cada plan */
.hes-nueva-web-pricing-item {
	display: flex;
	align-items: flex-start;
	gap: 1.5rem;
}

/* Icono lateral */
.hes-nueva-web-pricing-icon {
	min-width: 90px;
	height: 120px;
	border: 2px solid var(--color-3);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hes-nueva-web-plan-dual .hes-nueva-web-pricing-icon {
	border-color: var(--color-3);
}

.hes-nueva-web-plan-grupos .hes-nueva-web-pricing-icon {
	border-color: #e040fb;
}

/* Logo dentro del icono */
.hes-nueva-web-pricing-logo {
	width: 45px;
	height: auto;
}

/* Contenido */
.hes-nueva-web-pricing-content {
	flex: 1;
}

.hes-nueva-web-pricing-name {
	font-size: 1.25rem;
	font-weight: 800;
	color: #0d0d0d;
	margin-bottom: 0.5rem;
}

.hes-nueva-web-pricing-desc {
	font-size: 1rem;
	color: #1a1a1a;
	margin-bottom: 0.5rem;
}

.hes-nueva-web-pricing-list {
	list-style-type: disc;
	margin-left: 3rem;
	color: #0d0d0d;
	line-height: 1.6;
}

.hes-nueva-web-pricing-list strong {
	font-weight: 700;
}

/* ====== BANNER DE DESCUENTO ====== */

.hes-nueva-web-discount-banner {
	background-color: aliceblue;
	padding: 1rem 1.5rem;
	border-radius: 8px;
	display: flex;
	align-items: center;
	gap: 0.75rem;
	max-width: 900px;
	margin: 2rem auto;
	font-size: 1rem;
}

.hes-nueva-web-discount-icon {
	font-size: 1.2rem;
	color: #0059c9;
    width: 2rem;
}

.hes-nueva-web-discount-text {
	color: #0d0d0d;
	margin: 0;
	font-weight: 500;
}

.hes-nueva-web-discount-text strong {
	font-weight: 700;
}

/* ====== SECCIÓN FAQ ====== */

.hes-nueva-web-faq-section {
	padding: 0rem;
}

.hes-nueva-web-faq-title {
	color: var(--color-3);
	font-size: 2rem;
	font-weight: 800;
	margin-bottom: 3rem;
	text-align: left;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

/* ====== GRID ====== */

.hes-nueva-web-faq-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	gap: 1.5rem;
	max-width: 1100px;
	margin: 0 auto;
}

/* ====== TARJETAS ====== */

.hes-nueva-web-faq-card {
	background-color: #fff;
	border: 2px solid var(--color-3);
	border-radius: 8px;
	padding: 1.5rem;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
	border-left-width: 0.5rem;
}

.hes-nueva-web-faq-blue {
	border-color: var(--color-1);
}

.hes-nueva-web-faq-lightblue {
	border-color: var(--color-2);
}

.hes-nueva-web-faq-pink {
	border-color: var(--color-3);
}

/* ====== CONTENIDO ====== */

.hes-nueva-web-faq-question {
	font-size: 1.125rem;
	font-weight: 800;
	color: #0d0d0d;
	margin-bottom: 0.6rem;
}

.hes-nueva-web-faq-answer {
	font-size: 1rem;
	color: #1a1a1a;
	line-height: 1.6;
}


/* ====== SECCIÓN CONTACTO ====== */

.hes-nueva-web-contact-section {
	padding: 0rem;
}

.hes-nueva-web-contact-title {
	color: var(--color-3);
	font-size: 2rem;
	font-weight: 800;
	margin-bottom: 2.5rem;
	text-align: left;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

/* Contenedor principal */
.hes-nueva-web-contact-container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 2rem;
	max-width: 1100px;
	margin: 0 auto;
	flex-wrap: wrap;
}

/* ====== Columna de texto ====== */

.hes-nueva-web-contact-info {
	flex: 1;
	min-width: 320px;
}

.hes-nueva-web-contact-subtitle {
	font-size: 1.25rem;
	font-weight: 800;
	color: #0d0d0d;
	margin-bottom: 0.75rem;
}

.hes-nueva-web-contact-text {
	font-size: 1.05rem;
	color: #1a1a1a;
	margin-bottom: 1.25rem;
	line-height: 1.6;
}

/* Lista de contacto */
.hes-nueva-web-contact-list {
	list-style: none;
	padding: 0;
	margin-bottom: 2rem;
}

.hes-nueva-web-contact-list li {
	font-size: 1rem;
	color: #0d0d0d;
	margin-bottom: 0.5rem;
}

.hes-nueva-web-contact-list strong {
	font-weight: 700;
}

/* Botón */
.hes-nueva-web-contact-btn {
	background-color: var(--color-1);
	color: #fff;
	padding: 0.8rem 1.6rem;
	border-radius: 9999px;
	text-decoration: none;
	font-weight: 600;
	display: inline-block;
	transition: background-color 0.25s ease, transform 0.15s ease;
}

.hes-nueva-web-contact-btn:hover {
	background-color: var(--color-2);
	transform: translateY(-2px);
}

/* ====== Imagen ====== */

.hes-nueva-web-contact-image {
	flex: 1;
	min-width: 320px;
	max-width: 450px;
	border-radius: 12px;
	object-fit: cover;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* ====== SECCIÓN GALERÍA ====== */

.hes-nueva-web-gallery-section {
	background-color: #f8f9fc;
	padding: 3rem 1rem;
}

.hes-nueva-web-gallery-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	max-width: 1100px;
	margin: 0 auto;
}

/* ====== IMÁGENES ====== */

.hes-nueva-web-gallery-image {
	width: 100%;
	height: 80%;
	object-fit: cover;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


/* Lo ultimo */
.hes-nueva-web-values-section {
	padding: 5rem 0;
	/*display: flex;*/
	display: none;
	justify-content: center;
}

.hes-nueva-web-values-container {
	position: relative;
	width: 650px;
	height: 380px;
}

/* círculos base */

.hes-nueva-web-value-circle {
	position: absolute;
	border-radius: 50%;
	color: #fff;
	font-weight: 700;
	display:flex;
	justify-content:center;
	align-items:center;
}

/* colores */

.hes-nueva-web-value-light { background: var(--color-1); }
.hes-nueva-web-value-mid	 { background: var(--color-2); }
.hes-nueva-web-value-dark	{ background: var(--color-3); }

/* tamaños */

.hes-nueva-web-value-small	{ width:130px; height:130px; }
.hes-nueva-web-value-medium { width:180px; height:180px; }
.hes-nueva-web-value-large	{ width:260px; height:260px; }

/* posiciones individuales */

.hes-nueva-web-value-1 { top:0; left:230px; }
.hes-nueva-web-value-2 { top:80px; left:340px; }
.hes-nueva-web-value-3 { top:120px; left:110px; }
.hes-nueva-web-value-4 { top:210px; left:260px; }
.hes-nueva-web-value-5 { top:120px; left:470px; }


.hes-nueva-web-section-title {
	color: var(--color-2);
	font-size: 2rem;
	font-weight: 800;
	margin-bottom: 2.5rem !important;
	text-align: left;
	margin: auto;
    max-width: 1100px;
}

.invisible-en-desktop {
    display: inherit;
}
    
/* ====== RESPONSIVE ====== */
@media (max-width: 600px) {
	.hes-nueva-web-services-grid {
		grid-template-columns: 1fr;
	}
	.hes-nueva-web-results-grid {
		grid-template-columns: 1fr;
	}
	.hes-nueva-web-results-grid-2 {
		grid-template-columns: 1fr;
	}
	
	.hes-nueva-web-method-steps {
    	display: grid;
    }
    
    .hes-nueva-web-faq-grid {
        grid-template-columns: inherit;   
    }
    
    .invisible-en-mobile {
	    display: none !important;
	}
}

@media (min-width: 600px) {
    .invisible-en-desktop {
        display: none !important;
    }
}

@media (max-width: 376px) {
	.hes-nueva-web-section-title {
		font-size: 1.75rem;
	}
	
	.hes-nueva-web-method-card {
		width: 100%;
		max-width: 350px;
	}
	
	.hes-nueva-web-pricing-item {
		flex-direction: column;
		align-items: flex-start;
	}

	.hes-nueva-web-pricing-icon {
		margin-bottom: 0.8rem;
	}

	.hes-nueva-web-pricing-title {
		text-align: center;
	}
	
	.hes-nueva-web-results-title {
		font-size: 1.5rem;
	}

	.hes-nueva-web-results-grid {
		gap: 2rem;
	}
	.hes-nueva-web-results-grid-2 {
		gap: 2rem;
	}
	.hes-nueva-web-result-image {
		width: 140px;
		height: 140px;
	}
	
	.hes-nueva-web-faq-title {
		text-align: center;
	}
	.hes-nueva-web-about-container {
	    flex-direction: column;
		text-align: center;
	}

	.hes-nueva-web-about-image,
	.hes-nueva-web-about-text {
		width: 90%;
	}

	.hes-nueva-web-contact-title {
		text-align: center;
	}

	.hes-nueva-web-contact-container {
	flex-direction: column;
		align-items: center;
	}

	.hes-nueva-web-contact-info {
		text-align: center;
	}

	.hes-nueva-web-contact-btn {
		margin: 0 auto;
	}

	.hes-nueva-web-contact-image {
		max-width: 90%;
	}
	.hes-nueva-web-gallery-container {
		grid-template-columns: 1fr;
	}

	.hes-nueva-web-gallery-image {
		height: 35%;
	}
}



@media (max-width: 992px) {
	.hes-nueva-web-services-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.hes-nueva-web-results-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.hes-nueva-web-results-grid-2 {
		grid-template-columns: repeat(2, 1fr);
	}
    .hes-nueva-web-section-title {
		text-align: center;
	}
    .hes-nueva-web-subtitle {
        text-align: center;
    }
    
    .hes-nueva-web-pricing-list {
    	margin-left: 6rem;
    }
}


@media (max-width: 768px) {
    .navbar-redes-sociales {
	    display: block;
	    margin: 2rem;
    }

    .hes-nueva-web-pricing-list {
    	margin-left: 0px;
    	padding-left: 0px;
    }
    
    
    .hes-nueva-web-about-container {
        display: block;
    }
	
	.hes-nueva-web-about-text {
    	max-width: 100%;
	    text-align: center;
    }
    
    .hes-nueva-web-service-image {
    	max-width: 50%;
    }

	.hes-nueva-web-services-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.hes-nueva-web-results-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.hes-nueva-web-results-grid-2 {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.hes-nueva-web-contact-container {
	    text-align: center;
    }
    
    .hes-nueva-web-result-card {
    	text-align: center;
    }
    
    .hes-nueva-web-result-card li {
        text-align: center;
        list-style-position: inside;
        list-style-type: none;
    }
    
    .hes-nueva-web-contact-image {
        margin: auto;
    }
}