<!DOCTYPE html>
<html lang="es" class="scroll-smooth">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hair Atelier – Instituto de Belleza Profesional</title>
<meta name="description" content="Formación profesional en peluquería, barbería y estética con técnicas actualizadas y práctica real.">
<meta name="keywords" content="instituto peluquería, cursos belleza, estilista profesional, colorimetría, barbería, depilación, Hair Atelier, Santiago Chile">
<meta name="author" content="Instituto Hair Atelier">
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
<!-- Canonical URL -->
<link rel="canonical" href="https://institutohairatelier.cl/">
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
<link rel="apple-touch-icon" href="img/favicon.ico">
<!-- Web App Manifest -->
<link rel="manifest" href="manifest.json">
<meta name="theme-color" content="#C5C973">
<!-- Preload Critical Resources -->
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'">
<link rel="preload" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" as="style">
<link rel="preload" href="img/Anadir_un_titulo_1.png" as="image">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://institutohairatelier.cl/">
<meta property="og:title" content="Hair Atelier – Instituto de Belleza Profesional">
<meta property="og:description" content="Formación profesional en peluquería, barbería y estética con técnicas actualizadas y práctica real. Transforma tu pasión por la belleza en una carrera exitosa.">
<meta property="og:image" content="https://institutohairatelier.cl/img/Anadir_un_titulo_1.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:site_name" content="Instituto Hair Atelier">
<meta property="og:locale" content="es_CL">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://institutohairatelier.cl/">
<meta property="twitter:title" content="Hair Atelier – Instituto de Belleza Profesional">
<meta property="twitter:description" content="Formación profesional en peluquería, barbería y estética con técnicas actualizadas y práctica real.">
<meta property="twitter:image" content="https://institutohairatelier.cl/img/Anadir_un_titulo_1.png">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<!-- CSS Local -->
<link rel="stylesheet" href="css/styles.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
body { font-family: 'Poppins', sans-serif; overflow-x: hidden; }
.botones-curso {
display: flex !important;
flex-direction: row !important;
flex-wrap: nowrap !important;
gap: 0.5rem;
width: 100%;
justify-content: space-between;
align-items: center;
}
.botones-curso > * {
flex: 1 1 0;
min-width: 0;
margin-bottom: 0 !important;
}
@media (max-width: 600px) {
.botones-curso {
flex-direction: row !important;
flex-wrap: nowrap !important;
gap: 0.5rem;
}
.botones-curso > * {
margin-bottom: 0 !important;
}
}
/* Estilos básicos para asegurar compatibilidad */
.container { max-width: 1200px; margin: 0 auto; padding: 0 1rem; }
.text-center { text-align: center; }
.flex { display: flex; }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.space-x-3 > * + * { margin-left: 0.75rem; }
.space-x-6 > * + * { margin-left: 1.5rem; }
.hidden { display: none; }
.lg\:flex { display: none; }
@media (min-width: 1024px) { .lg\:flex { display: flex; } .lg\:hidden { display: none; } }
.fixed { position: fixed; }
.top-0 { top: 0; }
.w-full { width: 100%; }
.z-30 { z-index: 30; }
.bg-white\/95 { background-color: rgba(255, 255, 255, 0.95); }
.backdrop-blur-md { backdrop-filter: blur(12px); }
.shadow-sm { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.h-12 { height: 3rem; }
.md\:h-16 { height: 3rem; }
@media (min-width: 768px) { .md\:h-16 { height: 4rem; } }
.font-bold { font-weight: 700; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.md\:text-2xl { font-size: 1.25rem; line-height: 1.75rem; }
@media (min-width: 768px) { .md\:text-2xl { font-size: 1.5rem; line-height: 2rem; } }
.text-gray-800 { color: #1f2937; }
.sm\:block { display: none; }
@media (min-width: 640px) { .sm\:block { display: block; } }
.p-2 { padding: 0.5rem; }
.hero-bg {
background: linear-gradient(135deg, #f4f4f4 0%, #e5e5e5 100%);
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding-top: 5rem;
}
.card-hover {
transition: all .4s cubic-bezier(.175,.885,.32,1.275);
}
.card-hover:hover {
transform: translateY(-8px) scale(1.02);
box-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
}
.btn-primary {
background: linear-gradient(135deg,#ec4899 0%,#d946ef 100%);
color: white;
padding: 0.75rem 2rem;
border-radius: 9999px;
text-decoration: none;
display: inline-block;
font-weight: 600;
transition: all 0.3s ease;
border: none;
cursor: pointer;
}
.btn-primary:hover {
background: linear-gradient(135deg,#db2777 0%,#c026d3 100%);
transform: scale(1.05);
color: white;
text-decoration: none;
}
.grad-border {
background: linear-gradient(135deg,#ec4899,#d946ef) padding-box,
linear-gradient(135deg,#ec4899,#d946ef) border-box;
border: 2px solid transparent;
}
.fade-in {
opacity: 0;
transform: translateY(30px);
transition: all .6s ease;
}
.fade-in.visible {
opacity: 1;
transform: translateY(0);
}
.counter {
font-variant-numeric: tabular-nums;
}
.nav-link {
position: relative;
overflow: hidden;
padding: 0.5rem 0.75rem;
font-size: 0.875rem;
font-weight: 500;
color: #4b5563;
text-decoration: none;
transition: color 0.3s ease;
}
.nav-link:hover {
color: #ec4899;
text-decoration: none;
}
.nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background: #ec4899;
transition: width .3s ease;
}
.nav-link:hover::after {
width: 100%;
}
.mobile-menu {
transform: translateX(100%);
transition: transform .3s ease;
display: none; /* Ocultar completamente el menú móvil */
}
.mobile-menu.open {
transform: translateX(0);
display: none; /* Mantenerlo oculto incluso cuando esté "abierto" */
}
/* Fix para sección Nosotros - Layout horizontal */
#nosotros .grid {
display: grid !important;
grid-template-columns: 1fr;
gap: 3rem;
}
@media (min-width: 1024px) {
#nosotros .grid {
grid-template-columns: 1fr 1fr !important;
gap: 3rem;
align-items: center;
}
}
#nosotros .grid > div {
width: 100%;
}
#nosotros img {
width: 100%;
max-width: 100%;
height: auto;
border-radius: 1rem;
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
/* Fix para sección Counters - Layout horizontal */
.counters-section .grid {
display: grid !important;
grid-template-columns: repeat(2, 1fr);
gap: 2rem;
text-align: center;
}
@media (min-width: 768px) {
.counters-section .grid {
grid-template-columns: repeat(4, 1fr) !important;
}
}
.counters-section .grid > div {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
/* Fix para sección Ofrecemos - Layout horizontal */
.ofrecemos-section .grid {
display: grid !important;
grid-template-columns: 1fr;
gap: 2rem;
}
@media (min-width: 768px) {
.ofrecemos-section .grid {
grid-template-columns: repeat(3, 1fr) !important;
gap: 2rem;
}
}
.ofrecemos-section .grid > div {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
/* Footer Styles from blog.html */
.footer {
background-color: #2c3e50;
color: white;
padding: 3rem 0 1rem;
margin-top: 4rem;
}
.footer h5, .footer h6 {
color: #C5C973;
margin-bottom: 1rem;
}
.footer a {
color: #adb5bd;
text-decoration: none;
transition: color 0.3s ease;
}
.footer a:hover {
color: #C5C973;
}
/* Developer Credit Animation */
.developer-credit {
background: linear-gradient(135deg, #C5C973 0%, #a8ac5a 100%);
color: white;
padding: 8px 16px;
border-radius: 25px;
font-weight: 600;
display: inline-block;
animation: bounce 2s infinite;
box-shadow: 0 4px 15px rgba(197, 201, 115, 0.3);
border: 2px solid rgba(255, 255, 255, 0.2);
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
transform: translateY(0);
}
40% {
transform: translateY(-10px);
}
60% {
transform: translateY(-5px);
}
}
/* Estilos adicionales para asegurar diseño */
.grid { display: grid; }
.gap-8 { gap: 2rem; }
.gap-24 { gap: 6rem; }
.md\:grid-cols-2 { grid-template-columns: 1fr; }
@media (min-width: 768px) { .md\:grid-cols-2 { grid-template-columns: repeat(2, 1fr); } }
.lg\:grid-cols-3 { grid-template-columns: 1fr; }
@media (min-width: 1024px) { .lg\:grid-cols-3 { grid-template-columns: repeat(3, 1fr); } }
.bg-white { background-color: white; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.shadow-md { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
.overflow-hidden { overflow: hidden; }
.relative { position: relative; }
.absolute { position: absolute; }
.top-4 { top: 1rem; }
.left-4 { left: 1rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-16 { margin-bottom: 4rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-auto { margin-top: auto; }
.mx-auto { margin-left: auto; margin-right: auto; }
.max-w-xl { max-width: 36rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.w-full { width: 100%; }
.h-96 { height: 24rem; }
.object-cover { object-fit: cover; }
.object-contain { object-fit: contain; }
.border { border-width: 1px; }
.border-gray-200 { border-color: #e5e7eb; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.md\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.md\:text-4xl { font-size: 1.875rem; line-height: 2.25rem; }
.md\:text-5xl { font-size: 1.875rem; line-height: 2.25rem; }
@media (min-width: 768px) {
.md\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.md\:text-5xl { font-size: 3rem; line-height: 1; }
}
.font-extrabold { font-weight: 800; }
.font-semibold { font-weight: 600; }
.text-gray-600 { color: #4b5563; }
.text-gray-700 { color: #374151; }
.text-gray-900 { color: #111827; }
.text-pink-600 { color: #ec4899; }
.text-pink-700 { color: #be185d; }
.text-pink-900 { color: #831843; }
.text-white { color: white; }
.text-yellow-400 { color: #fbbf24; }
.bg-pink-50 { background-color: #fdf2f8; }
.bg-pink-100 { background-color: #fce7f3; }
.bg-gray-50 { background-color: #f9fafb; }
.bg-green-500 { background-color: #10b981; }
.bg-green-600 { background-color: #059669; }
.bg-blue-500 { background-color: #3b82f6; }
.bg-blue-600 { background-color: #2563eb; }
.line-through { text-decoration: line-through; }
.text-gray-400 { color: #9ca3af; }
.mr-1 { margin-right: 0.25rem; }
.mr-2 { margin-right: 0.5rem; }
.flex-1 { flex: 1 1 0%; }
.flex-wrap { flex-wrap: wrap; }
.gap-2 { gap: 0.5rem; }
.justify-between { justify-content: space-between; }
.flex-col { flex-direction: column; }
.h-\[240px\] { height: 240px; }
.h-\[409px\] { height: 409px; }
.max-h-\[700px\] { max-height: 700px; }
.p-1 { padding: 0.25rem; }
.leading-tight { line-height: 1.25; }
.tracking-tight { letter-spacing: -0.025em; }
.uppercase { text-transform: uppercase; }
.drop-shadow-sm { filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05)); }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transform { transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.hover\:scale-105:hover { transform: scale(1.05); }
.hover\:shadow-2xl:hover { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
.animate-bounce { animation: bounce 1s infinite; }
.space-y-4 > * + * { margin-top: 1rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }
.inline-block { display: inline-block; }
.rounded-full { border-radius: 9999px; }
.pt-20 { padding-top: 5rem; }
.min-h-screen { min-height: 100vh; }
.justify-center { justify-content: center; }
</style>
<!-- Structured Data - Organization -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "EducationalOrganization",
"name": "Instituto Hair Atelier",
"alternateName": "Hair Atelier",
"url": "https://institutohairatelier.cl",
"logo": "https://institutohairatelier.cl/img/Hair_AtelieR_LOGO.png",
"image": "https://institutohairatelier.cl/img/Anadir_un_titulo_1.png",
"description": "Instituto Internacional de Peluquería Hair Atelier - Formación profesional en peluquería, barbería y estética con técnicas actualizadas y práctica real",
"address": {
"@type": "PostalAddress",
"streetAddress": "Paseo Estado 57",
"addressLocality": "Santiago",
"addressRegion": "Región Metropolitana",
"postalCode": "8320256",
"addressCountry": "CL"
},
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+56948746695",
"contactType": "customer service",
"availableLanguage": "Spanish"
},
"founder": {
"@type": "Person",
"name": "Natalia Castillo"
},
"sameAs": [
"https://www.instagram.com/institutohairatelier.cl/",
"https://web.facebook.com/nataliaandrea.castillogonzalez.9",
"https://www.tiktok.com/@educadora_natty"
]
}
</script>
<!-- Structured Data - Local Business -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Instituto Hair Atelier",
"image": "https://institutohairatelier.cl/img/Anadir_un_titulo_1.png",
"address": {
"@type": "PostalAddress",
"streetAddress": "Paseo Estado 57",
"addressLocality": "Santiago",
"addressRegion": "Región Metropolitana",
"postalCode": "8320256",
"addressCountry": "CL"
},
"telephone": "+56948746695",
"email": "cursos@institutohairatelier.cl",
"url": "https://institutohairatelier.cl",
"priceRange": "$10,000 - $199,000 CLP",
"openingHours": "Mo-Fr 09:00-18:00",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "127"
}
}
</script>
<!-- Structured Data - Courses -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ItemList",
"name": "Cursos Instituto Hair Atelier",
"itemListElement": [
{
"@type": "Course",
"name": "Curso Estilista Profesional",
"description": "Aprende de expertos y consigue trabajo como estilista profesional",
"provider": {
"@type": "Organization",
"name": "Instituto Hair Atelier"
},
"offers": {
"@type": "Offer",
"price": "89000",
"priceCurrency": "CLP"
}
},
{
"@type": "Course",
"name": "Curso Colorimetría",
"description": "Domina el color perfecto, conviértete en experto en colorimetría",
"provider": {
"@type": "Organization",
"name": "Instituto Hair Atelier"
},
"offers": {
"@type": "Offer",
"price": "89000",
"priceCurrency": "CLP"
}
},
{
"@type": "Course",
"name": "Curso Alisado y Tratamiento",
"description": "Domina alisado perfecto y tratamientos con acabado de salón",
"provider": {
"@type": "Organization",
"name": "Instituto Hair Atelier"
},
"offers": {
"@type": "Offer",
"price": "119000",
"priceCurrency": "CLP"
}
}
]
}
</script>
</head>
<body class="bg-gray-50 text-gray-800" style="background-color: #f9fafb; color: #1f2937; font-family: 'Poppins', sans-serif;">
<!-- Header -->
<header class="fixed top-0 w-full bg-white/95 backdrop-blur-md z-30 shadow-sm">
<div class="container mx-auto px-4 py-3 flex items-center justify-between">
<a href="#hero" class="flex items-center space-x-3">
<img src="img/Hair_AtelieR_LOGO.png" alt="Hair Atelier Logo" class="h-12 md:h-16">
<span class="font-bold text-xl md:text-2xl text-gray-800 hidden sm:block">Hair Atelier</span>
</a>
<nav class="hidden lg:flex space-x-6">
<a href="#hero" class="nav-link px-3 py-2 text-sm font-medium text-gray-600 hover:text-pink-600">Inicio</a>
<a href="#cursos" class="nav-link px-3 py-2 text-sm font-medium text-gray-600 hover:text-pink-600">Cursos</a>
<a href="#blog" class="nav-link px-3 py-2 text-sm font-medium text-gray-600 hover:text-pink-600">Blog</a>
<a href="#nosotros" class="nav-link px-3 py-2 text-sm font-medium text-gray-600 hover:text-pink-600">Nosotros</a>
<a href="#contacto" class="nav-link px-3 py-2 text-sm font-medium text-gray-600 hover:text-pink-600">Contacto</a>
</nav>
<button id="menuToggle" class="lg:hidden p-2" style="display: none;">
<i class="fas fa-bars w-6 h-6 text-gray-700"></i>
</button>
</div>
<!-- Mobile Menu -->
<div id="mobileMenu" class="mobile-menu fixed top-0 right-0 w-64 h-full bg-white shadow-xl z-40 flex flex-col p-6">
<div class="flex justify-between items-center mb-6">
<span class="font-bold text-lg">Menú</span>
<button id="closeMenu" class="p-1">
<i class="fas fa-times w-6 h-6 text-gray-700"></i>
</button>
</div>
<nav class="flex flex-col space-y-4">
<a href="#hero" class="nav-link py-2 text-gray-600 hover:text-pink-600">Inicio</a>
<a href="#cursos" class="nav-link py-2 text-gray-600 hover:text-pink-600">Cursos</a>
<a href="#nosotros" class="nav-link py-2 text-gray-600 hover:text-pink-600">Nosotros</a>
<a href="#contacto" class="nav-link py-2 text-gray-600 hover:text-pink-600">Contacto</a>
</nav>
</div>
</header>
<!-- Hero Section -->
<section id="hero" class="hero-bg min-h-screen flex items-center justify-center pt-20">
<div class="container mx-auto px-4 text-center">
<img src="img/educador_del_año.jpg" alt="Banner Estilista Profesional" class="w-full max-h-[800px] h-[500px] object-contain rounded-2xl shadow-lg mb-8 fade-in" loading="eager">
<div class="fade-in max-w-4xl mx-auto">
<h1 class="text-4xl md:text-5xl font-extrabold text-gray-600 mb-4 leading-tight">
<span class="titulo-animado">Instituto Internacional de Peluquería Hair Atelier</span>
</h1>
<h2 class="text-2xl md:text-3xl font-extrabold text-pink-900 mb-6 text-center tracking-tight uppercase drop-shadow-sm">
Transforma tu pasión por la <span class="text-pink-600">belleza</span> en una carrera exitosa
</h2>
<p class="text-lg md:text-2xl text-gray-600 mb-10 max-w-2xl mx-auto">
Formación profesional en peluquería, barbería y estética con técnicas actualizadas y práctica real.
</p>
<a href="#cursos" class="btn-primary inline-block px-8 py-4 text-white font-semibold rounded-full shadow-lg hover:shadow-2xl transition-all transform hover:scale-105">
Explora Nuestros Cursos
</a>
</div>
</div>
<!-- ...existing code... -->
</section>
<section id="cursos" class="py-20 bg-white">
<!-- NUEVOS CURSOS -->
<section id="nuevos-cursos" class="py-16 bg-pink-50">
<div class="container mx-auto px-4 max-w-3xl">
<div class="fade-in text-center mb-12">
<h2 class="text-2xl md:text-3xl font-bold text-pink-700 mb-4">¡Nuevos Cursos!</h2>
<div class="inline-block grad-border px-4 py-2 rounded-full text-white font-bold text-sm mb-2 animate-bounce">¡Inscríbete y aprovecha el precio lanzamiento!</div>
</div>
<div class="grid grid-cols-1 lg:grid-cols-3 gap-8">
<div class="fade-in card-hover bg-white rounded-xl shadow-md overflow-hidden relative">
<img src="img/curso_de_colorimetria_online.jpeg" alt="Colorimetría Online" class="w-full h-96 object-cover" loading="lazy">
<span class="absolute top-4 left-4 grad-border px-3 py-1 rounded-full text-xs font-bold text-white shadow-lg animate-bounce">NUEVO</span>
<div class="p-6 flex flex-col h-[240px] justify-between">
<h3 class="text-xl font-bold text-gray-900 mb-2">Curso de Colorimetría Online</h3>
<p class="text-gray-600 mb-4 text-sm">Aprende colorimetría desde casa, con clases grabadas y acceso a grupo privado.</p>
<div class="flex items-center mb-2">
<span class="text-pink-600 font-bold text-xl mr-2">$9.990</span>
<span class="line-through text-gray-400 text-sm">$50.000</span>
</div>
<div class="flex flex-row flex-wrap gap-2 mb-2 w-full items-center justify-start botones-curso">
<a href="https://institutohairatelier.cl/colorimetria/" class="btn-primary flex-1 px-2 py-2 text-white text-xs rounded-full text-center">Más detalles</a>
<a href="https://wa.me/56948746695?text=Hola%2C%20quiero%20informaci%C3%B3n%20del%20Curso%20Colorimetr%C3%ADa%20Online.%20Vi%20el%20curso%20en%20la%20web." target="_blank" rel="noopener" class="flex-1 px-2 py-2 bg-green-500 hover:bg-green-600 text-white text-xs rounded-full shadow transition-all text-center">WhatsApp</a>
<button type="button" onclick="shareCurso('Curso Colorimetría Online', window.location.href)" class="flex-1 px-2 py-2 bg-blue-500 hover:bg-blue-600 text-white text-xs rounded-full shadow transition-all text-center">Compartir</button>
</div>
</div>
</div>
<div class="fade-in card-hover bg-white rounded-xl shadow-md overflow-hidden relative">
<img src="img/curso_de_peinados.jpeg" alt="Curso de Peinados" class="w-full h-96 object-cover" loading="lazy">
<span class="absolute top-4 left-4 grad-border px-3 py-1 rounded-full text-xs font-bold text-white shadow-lg animate-bounce">NUEVO</span>
<div class="p-6 flex flex-col h-[240px] justify-between">
<h3 class="text-xl font-bold text-gray-900 mb-2">Curso de Peinados Online</h3>
<p class="text-gray-600 mb-4 text-sm">Domina técnicas modernas de peinado para eventos y salón. Incluye kit de inicio.</p>
<div class="flex items-center mb-2">
<span class="text-pink-600 font-bold text-xl mr-2">$9.990</span>
<span class="line-through text-gray-400 text-sm">$50.000</span>
</div>
<div class="flex flex-row flex-wrap gap-2 mb-2 w-full items-center justify-start botones-curso">
<a href="https://institutohairatelier.cl/formulario.html" class="btn-primary flex-1 px-2 py-2 text-white text-xs rounded-full text-center">Más detalles</a>
<a href="https://wa.me/56948746695?text=Hola%2C%20quiero%20informaci%C3%B3n%20del%20Curso%20de%20Peinados.%20Vi%20el%20curso%20en%20la%20web." target="_blank" rel="noopener" class="flex-1 px-2 py-2 bg-green-500 hover:bg-green-600 text-white text-xs rounded-full shadow transition-all text-center">WhatsApp</a>
<button type="button" onclick="shareCurso('Curso de Peinados', window.location.href)" class="flex-1 px-2 py-2 bg-blue-500 hover:bg-blue-600 text-white text-xs rounded-full shadow transition-all text-center">Compartir</button>
</div>
</div>
</div>
<div class="fade-in card-hover bg-white rounded-xl shadow-md overflow-hidden relative">
<img src="img/colorimatria_online.jpg" alt="Colorimetría Online Avanzada" class="w-full h-96 object-cover" loading="lazy">
<span class="absolute top-4 left-4 grad-border px-3 py-1 rounded-full text-xs font-bold text-white shadow-lg animate-bounce">NUEVO</span>
<div class="p-6 flex flex-col h-[240px] justify-between">
<h3 class="text-xl font-bold text-gray-900 mb-2">Colorimetría Online Avanzada</h3>
<p class="text-gray-600 mb-4 text-sm">Técnicas avanzadas de colorimetría con certificación profesional y material exclusivo.</p>
<div class="flex items-center mb-2">
<span class="text-pink-600 font-bold text-xl mr-2">$9.990</span>
<span class="line-through text-gray-400 text-sm">$75.000</span>
</div>
<div class="flex flex-row flex-wrap gap-2 mb-2 w-full items-center justify-start botones-curso">
<a href="https://institutohairatelier.cl/colorimetria/" class="btn-primary flex-1 px-2 py-2 text-white text-xs rounded-full text-center">Más detalles</a>
<a href="https://wa.me/56948746695?text=Hola%2C%20quiero%20informaci%C3%B3n%20del%20Curso%20Colorimetr%C3%ADa%20Online%20Avanzada.%20Vi%20el%20curso%20en%20la%20web." target="_blank" rel="noopener" class="flex-1 px-2 py-2 bg-green-500 hover:bg-green-600 text-white text-xs rounded-full shadow transition-all text-center">WhatsApp</a>
<button type="button" onclick="shareCurso('Colorimetría Online Avanzada', window.location.href)" class="flex-1 px-2 py-2 bg-blue-500 hover:bg-blue-600 text-white text-xs rounded-full shadow transition-all text-center">Compartir</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Cursos Destacados (solo una vez) -->
<div class="container mx-auto px-4">
<div class="fade-in text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Cursos Destacados</h2>
<div class="inline-block grad-border px-4 py-2 rounded-full text-white font-bold text-sm mb-2 animate-bounce">¡Promociones especiales Fiestas Patrias!</div>
<p class="text-gray-600 max-w-xl mx-auto">Aprende de expertos y aprovecha los precios especiales.
<span class="text-pink-600 font-bold">¡Cupos limitados!</span></p>
<div class="fade-in card-hover bg-pink-100 rounded-2xl shadow-lg overflow-hidden relative mt-6 mb-8 max-w-xl mx-auto">
<span class="absolute top-4 left-4 grad-border px-3 py-1 rounded-full text-xs font-bold text-white shadow-lg animate-bounce">¡Solo $10.000!</span>
<div class="p-6">
<h3 class="text-xl font-bold text-pink-700 mb-2">Cursos Intensivos de 3 días</h3>
<p class="text-gray-700 mb-4 text-sm">Aprovecha esta oportunidad única: cursos intensivos de 3 días solo a $10.000. ¡Hasta completar cupos, no pierdas la posibilidad de aprender con los mejores!</p>
<a href="https://institutohairatelier.cl/formulario.html" class="btn-primary inline-block px-6 py-2 text-white text-sm rounded-full">Inscribirme</a>
</div>
</div>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Curso Estilista Profesional -->
<div class="fade-in card-hover bg-white rounded-xl shadow-md overflow-hidden relative">
<img src="img/IMG-20250309-WA0125-1024x1024.jpg" alt="Estilista Profesional" class="w-full h-96 object-cover" loading="lazy" decoding="async">
<span class="absolute top-4 left-4 grad-border px-3 py-1 rounded-full text-xs font-bold text-white shadow-lg animate-bounce">PROMO</span>
<div class="p-6">
<div class="flex items-center justify-between mb-2">
<h3 class="text-xl font-bold text-gray-900">Curso Estilista Profesional</h3>
<span class="text-pink-600 font-bold text-xl">$89.000</span>
</div>
<p class="text-gray-600 mb-2 text-xs">+ $30.000 matrícula</p>
<div class="flex items-center mb-2">
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
</div>
<p class="text-gray-600 mb-4 text-sm">Aprende de expertos, consigue trabajo como estilista profesional.</p>
<div class="flex flex-row flex-wrap gap-2 mt-auto items-center justify-start botones-curso">
<a href="https://institutohairatelier.cl/estilista-profesional" class="btn-primary flex-1 px-2 py-2 text-white text-xs rounded-full text-center">Más detalles</a>
<a href="https://wa.me/56948746695?text=Hola%2C%20quiero%20informaci%C3%B3n%20del%20Curso%20Estilista%20Profesional.%20Vi%20el%20curso%20en%20la%20web." target="_blank" rel="noopener" class="flex-1 px-2 py-2 bg-green-500 hover:bg-green-600 text-white text-xs rounded-full shadow transition-all text-center"><i class="fas fa-comments inline w-4 h-4 mr-1"></i> WhatsApp</a>
<button type="button" onclick="shareCurso('Curso Estilista Profesional', window.location.href)" class="flex-1 px-2 py-2 bg-blue-500 hover:bg-blue-600 text-white text-xs rounded-full shadow transition-all text-center"><i class="fas fa-share-alt inline w-4 h-4 mr-1"></i> Compartir</button>
</div>
</div>
</div>
<!-- Curso Presencial de Cejas Perfectas -->
<div class="fade-in card-hover bg-white rounded-xl shadow-md overflow-hidden relative">
<img src="img/curso_de_cejas.jpg" alt="Curso Presencial de Cejas Perfectas" class="w-full h-96 object-cover" loading="lazy" decoding="async">
<span class="absolute top-4 left-4 grad-border px-3 py-1 rounded-full text-xs font-bold text-white shadow-lg animate-bounce">NUEVO</span>
<div class="p-6">
<div class="flex items-center justify-between mb-2">
<h3 class="text-xl font-bold text-gray-900">Curso Presencial de Cejas Perfectas</h3>
<span class="text-pink-600 font-bold text-xl">$50.000</span>
</div>
<div class="flex items-center mb-2">
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
</div>
<p class="text-gray-600 mb-4 text-sm">Aprende técnicas profesionales de diseño y depilación de cejas. Curso presencial con certificación incluida.</p>
<div class="flex flex-row flex-wrap gap-2 mt-auto items-center justify-start botones-curso">
<a href="https://institutohairatelier.cl/formulario.html" class="btn-primary flex-1 px-2 py-2 text-white text-xs rounded-full text-center">Más detalles</a>
<a href="https://wa.me/56948746695?text=Hola%2C%20quiero%20informaci%C3%B3n%20del%20Curso%20Presencial%20de%20Cejas%20Perfectas.%20Vi%20el%20curso%20en%20la%20web." target="_blank" rel="noopener" class="flex-1 px-2 py-2 bg-green-500 hover:bg-green-600 text-white text-xs rounded-full shadow transition-all text-center"><i class="fas fa-comments inline w-4 h-4 mr-1"></i> WhatsApp</a>
<button type="button" onclick="shareCurso('Curso Presencial de Cejas Perfectas', window.location.href)" class="flex-1 px-2 py-2 bg-blue-500 hover:bg-blue-600 text-white text-xs rounded-full shadow transition-all text-center"><i class="fas fa-share-alt inline w-4 h-4 mr-1"></i> Compartir</button>
</div>
</div>
</div>
<!-- Curso Alisado y Tratamiento -->
<div class="fade-in card-hover bg-white rounded-2xl shadow-lg overflow-hidden relative">
<img src="img/alisado-tratamiento.jpg" alt="Alisado y Tratamiento" class="w-full h-96 object-cover">
<span class="absolute top-4 left-4 grad-border px-3 py-1 rounded-full text-xs font-bold text-white shadow-lg animate-bounce">PROMO</span>
<div class="p-6">
<div class="flex items-center justify-between mb-2">
<h3 class="text-xl font-bold text-gray-900">Curso Alisado y Tratamiento</h3>
<span class="text-pink-600 font-bold text-xl mr-2">$119.000</span>
<span class="line-through text-gray-400 text-sm">$149.000</span>
</div>
<p class="text-gray-600 mb-2 text-xs">+ $30.000 matrícula</p>
<div class="flex items-center mb-2">
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
</div>
<p class="text-gray-600 mb-4 text-sm">Domina alisado perfecto y tratamientos con acabado de salón.</p>
<div class="flex flex-row flex-wrap gap-2 mt-auto items-center justify-start botones-curso">
<a href="https://institutohairatelier.cl/curso-alisado-y-tratamiento" class="btn-primary flex-1 px-2 py-2 text-white text-xs rounded-full text-center">Más detalles</a>
<a href="https://wa.me/56948746695?text=Hola%2C%20quiero%20informaci%C3%B3n%20del%20Curso%20Alisado%20y%20Tratamiento.%20Vi%20el%20curso%20en%20la%20web." target="_blank" rel="noopener" class="flex-1 px-2 py-2 bg-green-500 hover:bg-green-600 text-white text-xs rounded-full shadow transition-all text-center"><i class="fas fa-comments inline w-4 h-4 mr-1"></i> WhatsApp</a>
<button type="button" onclick="shareCurso('Curso Alisado y Tratamiento', window.location.href)" class="flex-1 px-2 py-2 bg-blue-500 hover:bg-blue-600 text-white text-xs rounded-full shadow transition-all text-center"><i class="fas fa-share-alt inline w-4 h-4 mr-1"></i> Compartir</button>
</div>
</div>
</div>
<!-- Curso Colorimetría -->
<div class="fade-in card-hover bg-white rounded-2xl shadow-lg overflow-hidden relative">
<img src="img/colorimetria.webp" alt="Colorimetría" class="w-full h-96 object-cover">
<span class="absolute top-4 left-4 grad-border px-3 py-1 rounded-full text-xs font-bold text-white shadow-lg animate-bounce">PROMO</span>
<div class="p-6">
<div class="flex items-center justify-between mb-2">
<h3 class="text-xl font-bold text-gray-900">Curso Colorimetría</h3>
<span class="text-pink-600 font-bold text-xl mr-2">$89.000</span>
<span class="line-through text-gray-400 text-sm">$119.000</span>
</div>
<p class="text-gray-600 mb-2 text-xs">+ $30.000 matrícula</p>
<div class="flex items-center mb-2">
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
</div>
<p class="text-gray-600 mb-4 text-sm">Domina el color perfecto, conviértete en experto en colorimetría.</p>
<div class="flex flex-row flex-wrap gap-2 mt-auto items-center justify-start botones-curso">
<a href="https://institutohairatelier.cl/colorimetria" class="btn-primary flex-1 px-2 py-2 text-white text-xs rounded-full text-center">Más detalles</a>
<a href="https://wa.me/56948746695?text=Hola%2C%20quiero%20informaci%C3%B3n%20del%20Curso%20Colorimetr%C3%ADa.%20Vi%20el%20curso%20en%20la%20web." target="_blank" rel="noopener" class="flex-1 px-2 py-2 bg-green-500 hover:bg-green-600 text-white text-xs rounded-full shadow transition-all text-center"><i class="fas fa-comments inline w-4 h-4 mr-1"></i> WhatsApp</a>
<button type="button" onclick="shareCurso('Curso Colorimetría', window.location.href)" class="flex-1 px-2 py-2 bg-blue-500 hover:bg-blue-600 text-white text-xs rounded-full shadow transition-all text-center"><i class="fas fa-share-alt inline w-4 h-4 mr-1"></i> Compartir</button>
</div>
</div>
</div>
<!-- Curso Educador -->
<div class="fade-in card-hover bg-white rounded-2xl shadow-lg overflow-hidden relative">
<img src="img/educador.jpg" alt="Curso de Educador" class="w-full h-96 object-cover">
<span class="absolute top-4 left-4 grad-border px-3 py-1 rounded-full text-xs font-bold text-white shadow-lg animate-bounce">INICIA EN OCTUBRE</span>
<div class="p-6">
<div class="flex items-center justify-between mb-2">
<h3 class="text-xl font-bold text-gray-900">Curso de Educador</h3>
<span class="text-pink-600 font-bold text-xl">$99.000</span>
</div>
<p class="text-gray-600 mb-2 text-xs">+ $30.000 matrícula</p>
<div class="flex items-center mb-2">
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
</div>
<p class="text-gray-600 mb-4 text-sm">Certifícate como educador en el prestigioso Instituto Hair Atelier.</p>
<div class="flex flex-row flex-wrap gap-2 mt-auto items-center justify-start botones-curso">
<a href="https://institutohairatelier.cl/educador" class="btn-primary flex-1 px-2 py-2 text-white text-xs rounded-full text-center">Más detalles</a>
<a href="https://wa.me/56948746695?text=Hola%2C%20quiero%20informaci%C3%B3n%20del%20Curso%20de%20Educador.%20Vi%20el%20curso%20en%20la%20web." target="_blank" rel="noopener" class="flex-1 px-2 py-2 bg-green-500 hover:bg-green-600 text-white text-xs rounded-full shadow transition-all text-center"><i class="fas fa-comments inline w-4 h-4 mr-1"></i> WhatsApp</a>
<button type="button" onclick="shareCurso('Curso de Educador', window.location.href)" class="flex-1 px-2 py-2 bg-blue-500 hover:bg-blue-600 text-white text-xs rounded-full shadow transition-all text-center"><i class="fas fa-share-alt inline w-4 h-4 mr-1"></i> Compartir</button>
</div>
</div>
</div>
<!-- Corte Comercial Dama -->
<div class="fade-in card-hover bg-white rounded-2xl shadow-lg overflow-hidden relative">
<img src="img/corte-comercial-dama.jpg" alt="Corte Comercial Dama" class="w-full h-96 object-cover">
<span class="absolute top-4 left-4 grad-border px-3 py-1 rounded-full text-xs font-bold text-white shadow-lg animate-bounce">PROMO</span>
<div class="p-6">
<div class="flex items-center justify-between mb-2">
<h3 class="text-xl font-bold text-gray-900">Curso Corte Comercial Dama</h3>
<span class="text-pink-600 font-bold text-xl">$119.000</span>
</div>
<p class="text-gray-600 mb-2 text-xs">+ $30.000 matrícula</p>
<div class="flex items-center mb-2">
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
</div>
<p class="text-gray-600 mb-4 text-sm">Domina el corte comercial para dama, atrae clientas y aumenta tus ingresos.</p>
<div class="flex flex-row flex-wrap gap-2 mt-auto items-center justify-start botones-curso">
<a href="https://institutohairatelier.cl/corte-comercial-dama" class="btn-primary flex-1 px-2 py-2 text-white text-xs rounded-full text-center">Más detalles</a>
<a href="https://wa.me/56948746695?text=Hola%2C%20quiero%20informaci%C3%B3n%20del%20Curso%20Corte%20Comercial%20Dama.%20Vi%20el%20curso%20en%20la%20web." target="_blank" rel="noopener" class="flex-1 px-2 py-2 bg-green-500 hover:bg-green-600 text-white text-xs rounded-full shadow transition-all text-center"><i class="fas fa-comments inline w-4 h-4 mr-1"></i> WhatsApp</a>
<button type="button" onclick="shareCurso('Curso Corte Comercial Dama', window.location.href)" class="flex-1 px-2 py-2 bg-blue-500 hover:bg-blue-600 text-white text-xs rounded-full shadow transition-all text-center"><i class="fas fa-share-alt inline w-4 h-4 mr-1"></i> Compartir</button>
</div>
</div>
</div>
<!-- Depilación Femenina -->
<div class="fade-in card-hover bg-white rounded-2xl shadow-lg overflow-hidden relative">
<img src="img/depilacion-femenina.jpg" alt="Depilación Femenina" class="w-full h-96 object-cover">
<span class="absolute top-4 left-4 grad-border px-3 py-1 rounded-full text-xs font-bold text-white shadow-lg animate-bounce">PROMO</span>
<div class="p-6">
<div class="flex items-center justify-between mb-2">
<h3 class="text-xl font-bold text-gray-900">Curso Depilación</h3>
<span class="text-pink-600 font-bold text-xl mr-2">Damas $149.000</span>
<span class="text-pink-600 font-bold text-xl">Varones $199.000</span>
</div>
<p class="text-gray-600 mb-2 text-xs">+ $30.000 matrícula</p>
<div class="flex items-center mb-2">
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
</div>
<p class="text-gray-600 mb-4 text-sm">Aprende depilación profesional, atrae clientas y transforma tu vida.</p>
<div class="flex flex-row flex-wrap gap-2 mt-auto items-center justify-start botones-curso">
<a href="https://institutohairatelier.cl/formulario" class="btn-primary flex-1 px-2 py-2 text-white text-xs rounded-full text-center">Más detalles</a>
<a href="https://wa.me/56948746695?text=Hola%2C%20quiero%20informaci%C3%B3n%20del%20Curso%20Depilaci%C3%B3n.%20Vi%20el%20curso%20en%20la%20web." target="_blank" rel="noopener" class="flex-1 px-2 py-2 bg-green-500 hover:bg-green-600 text-white text-xs rounded-full shadow transition-all text-center"><i class="fas fa-comments inline w-4 h-4 mr-1"></i> WhatsApp</a>
<button type="button" onclick="shareCurso('Curso Depilación', window.location.href)" class="flex-1 px-2 py-2 bg-blue-500 hover:bg-blue-600 text-white text-xs rounded-full shadow transition-all text-center"><i class="fas fa-share-alt inline w-4 h-4 mr-1"></i> Compartir</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Nosotros Section -->
<section id="nosotros" class="py-20 bg-gray-50">
<div class="container mx-auto px-4">
<div class="grid lg:grid-cols-2 gap-12 items-center">
<div class="fade-in">
<img src="img/Natalia_Castillo_.jpg" alt="Natalia Castillo" class="rounded-2xl shadow-xl w-full h-96 object-cover">
</div>
<div class="fade-in">
<h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-6">Conoce a Natalia Castillo</h2>
<p class="text-gray-600 mb-4">
Al frente de nuestro instituto está una apasionada profesional de la belleza, con amplia trayectoria en estilismo y formación académica. Como fundadora y docente principal, mi misión es guiar y transformar a cada alumno en un verdadero profesional.
</p>
<p class="text-gray-600 mb-6">
Gracias a su experiencia y dedicación, Hair Atelier es hoy un referente en educación en belleza. <strong class="text-pink-600">Aquí comienzas tu camino acompañado por una experta que inspira, enseña y transforma.</strong>
</p>
<div class="flex space-x-4">
<div class="bg-white p-4 rounded-xl shadow-md">
<i class="fas fa-user-check w-8 h-8 mb-2 text-pink-600"></i>
<p class="text-sm font-semibold">Asesor Experto</p>
</div>
<div class="bg-white p-4 rounded-xl shadow-md">
<i class="fas fa-award w-8 h-8 mb-2 text-pink-600"></i>
<p class="text-sm font-semibold">Certificados</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Counters Section -->
<section class="py-16 bg-white counters-section">
<div class="container mx-auto px-4">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8 text-center">
<div class="fade-in">
<i class="fas fa-chalkboard-teacher" style="font-size: 3rem; color: #ec4899; margin-bottom: 0.5rem;"></i>
<div class="counter text-3xl font-bold text-pink-600" data-target="10">0</div>
<p class="text-gray-600">Profesores</p>
</div>
<div class="fade-in">
<i class="fas fa-graduation-cap" style="font-size: 3rem; color: #ec4899; margin-bottom: 0.5rem;"></i>
<div class="counter text-3xl font-bold text-pink-600" data-target="3000">0</div>
<p class="text-gray-600">Graduados</p>
</div>
<div class="fade-in">
<i class="fas fa-trophy" style="font-size: 3rem; color: #ec4899; margin-bottom: 0.5rem;"></i>
<div class="counter text-3xl font-bold text-pink-600" data-target="1578">0</div>
<p class="text-gray-600">Premios</p>
</div>
<div class="fade-in">
<i class="fas fa-laptop" style="font-size: 3rem; color: #ec4899; margin-bottom: 0.5rem;"></i>
<div class="counter text-3xl font-bold text-pink-600" data-target="176">0</div>
<p class="text-gray-600">Cursos Online</p>
</div>
</div>
</div>
</section>
<!-- Ofrecemos Section -->
<section class="py-20 bg-gray-50 ofrecemos-section">
<div class="container mx-auto px-4">
<div class="fade-in text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Lo que ofrecemos para el crecimiento de tus estudios</h2>
<p class="text-gray-600 max-w-2xl mx-auto">Te ofrecemos formación profesional en peluquería, barbería y estética con técnicas actualizadas, práctica real y el respaldo de expertos.</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<div class="fade-in bg-white p-8 rounded-2xl shadow-lg text-center">
<i class="fas fa-user-tie" style="font-size: 3rem; color: #ec4899; margin-bottom: 1rem;"></i>
<h3 class="text-xl font-bold text-gray-900 mb-2">Asesores Expertos</h3>
<p class="text-gray-600 mb-4">Guía constante de instructores altamente calificados y especializados.</p>
<a href="https://institutohairatelier.cl/formulario.html" class="btn-primary inline-block px-6 py-2 text-white rounded-full">Inscribirme Ahora</a>
</div>
<div class="fade-in bg-white p-8 rounded-2xl shadow-lg text-center">
<i class="fas fa-desktop" style="font-size: 3rem; color: #ec4899; margin-bottom: 1rem;"></i>
<h3 class="text-xl font-bold text-gray-900 mb-2">Recursos Digitales</h3>
<p class="text-gray-600 mb-4">Videos, manuales, plantillas y guías digitales descargables.</p>
<a href="https://institutohairatelier.cl/formulario.html" class="btn-primary inline-block px-6 py-2 text-white rounded-full">Inscribirme Ahora</a>
</div>
<div class="fade-in bg-white p-8 rounded-2xl shadow-lg text-center">
<i class="fas fa-award" style="font-size: 3rem; color: #ec4899; margin-bottom: 1rem;"></i>
<h3 class="text-xl font-bold text-gray-900 mb-2">Alcanza Tus Metas</h3>
<p class="text-gray-600 mb-4">Conviértete en profesional y logra tus sueños.</p>
<a href="https://institutohairatelier.cl/formulario.html" class="btn-primary inline-block px-6 py-2 text-white rounded-full">Inscribirme Ahora</a>
</div>
</div>
</div>
</section>
<!-- Cursos Gobierno Section -->
<section class="py-20 bg-pink-50">
<div class="container mx-auto px-4">
<div class="fade-in text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Cursos Gratuitos de Peluquería</h2>
<p class="text-gray-600 max-w-2xl mx-auto">Aprovecha nuestros cursos gratuitos para iniciarte en el mundo de la peluquería y descubrir tu talento en el área de la belleza.</p>
</div>
<!-- Carrusel de cursos gratuitos -->
<div class="max-w-6xl mx-auto">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Cursos Gratis Instituto Hair Atelier -->
<div class="fade-in card-hover bg-white rounded-xl shadow-md overflow-hidden relative">
<img src="img/clases_gratis_instituto_hair_atelier.jpg" alt="Cursos Gratis Instituto Hair Atelier" class="w-full h-96 object-cover" loading="lazy">
<span class="absolute top-4 left-4 grad-border px-3 py-1 rounded-full text-xs font-bold text-white shadow-lg animate-bounce">GRATIS</span>
<div class="p-6">
<div class="flex items-center justify-between mb-2">
<h3 class="text-xl font-bold text-gray-900">Cursos Gratis Instituto Hair Atelier</h3>
<span class="text-green-600 font-bold text-xl">GRATIS</span>
</div>
<div class="flex items-center mb-2">
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
<i class="fas fa-star w-4 h-4 text-yellow-400"></i>
</div>
<p class="text-gray-600 mb-4 text-sm">Accede a cursos gratuitos de peluquería y belleza. Aprende técnicas básicas con nuestros expertos profesionales.</p>
<div class="flex flex-row flex-wrap gap-2 mt-auto items-center justify-start botones-curso">
<a href="https://wa.me/56948746695?text=Hola%2C%20quiero%20más%20información%20de%20los%20cursos%20gratis%20del%20instituto.%20Lo%20vi%20en%20la%20web." target="_blank" rel="noopener" class="btn-primary flex-1 px-2 py-2 text-white text-xs rounded-full text-center">Más detalles</a>
<a href="https://wa.me/56948746695?text=Hola%2C%20quiero%20más%20información%20de%20los%20cursos%20gratis%20del%20instituto.%20Lo%20vi%20en%20la%20web." target="_blank" rel="noopener" class="flex-1 px-2 py-2 bg-green-500 hover:bg-green-600 text-white text-xs rounded-full shadow transition-all text-center">WhatsApp</a>
<button type="button" onclick="shareCurso('Cursos Gratis Instituto Hair Atelier', window.location.href)" class="flex-1 px-2 py-2 bg-blue-500 hover:bg-blue-600 text-white text-xs rounded-full shadow transition-all text-center">Compartir</button>
</div>
</div>
</div>
<!-- Placeholder para futuros cursos del gobierno -->
<!-- Solo necesitas duplicar este bloque y cambiar la imagen, título y descripción -->
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contacto" class="py-20 bg-white">
<div class="container mx-auto px-4">
<div class="max-w-4xl mx-auto text-center">
<div class="fade-in">
<h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-6">¿Listo para dar el siguiente paso?</h2>
<p class="text-gray-600 mb-8 max-w-2xl mx-auto">
Completa el formulario y comienza tu camino profesional. Estamos aquí para ayudarte a alcanzar tus metas.
</p>
<a href="https://institutohairatelier.cl/formulario.html" class="btn-primary inline-block px-8 py-4 text-white font-semibold rounded-full shadow-lg hover:shadow-2xl transition-all transform hover:scale-105">
Formulario de Inscripción
</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<!-- Preguntas Frecuentes SEO -->
<section id="faq" class="py-12 bg-white">
<div class="container mx-auto px-4 max-w-2xl">
<h2 class="text-2xl md:text-3xl font-bold text-pink-700 mb-6 text-center">Preguntas frecuentes sobre cursos de peluquería</h2>
<!-- Structured Data - FAQ -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "¿Cuánto cuesta un curso de peluquería?",
"acceptedAnswer": {
"@type": "Answer",
"text": "El valor de los cursos varía según el tipo y duración. En Hair Atelier, los cursos intensivos pueden costar desde $10.000 y los cursos profesionales desde $49.000 a $149.000. Consulta cada curso para detalles actualizados."
}
},
{
"@type": "Question",
"name": "¿Cuánto tiempo dura un curso de peluquería?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Tenemos cursos intensivos de 3 días, cursos cortos de 1 semana y programas profesionales de varios meses. La duración depende del nivel y modalidad elegida."
}
},
{
"@type": "Question",
"name": "¿Cuántos años hay que estudiar para ser peluquería?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Para ejercer como peluquero profesional, puedes formarte en cursos de meses o especializarte durante 1 a 2 años según tu objetivo y dedicación. En Hair Atelier ofrecemos opciones flexibles y certificadas."
}
},
{
"@type": "Question",
"name": "¿Cuánto vale un curso de peluquería en Chile?",
"acceptedAnswer": {
"@type": "Answer",
"text": "El valor de los cursos de peluquería en Chile depende de la institución y el tipo de curso. En Hair Atelier, puedes encontrar opciones desde $10.000 en promociones hasta $149.000 en programas completos, con materiales y certificación incluidos."
}
}
]
}
</script>
<div class="space-y-6">
<div>
<h3 class="text-lg font-semibold text-gray-900 mb-2">¿Cuánto cuesta un curso de peluquería?</h3>
<p class="text-gray-600 text-sm">El valor de los cursos varía según el tipo y duración. En Hair Atelier, los cursos intensivos pueden costar desde $10.000 y los cursos profesionales desde $49.000 a $149.000. Consulta cada curso para detalles actualizados.</p>
</div>
<div>
<h3 class="text-lg font-semibold text-gray-900 mb-2">¿Cuánto tiempo dura un curso de peluquería?</h3>
<p class="text-gray-600 text-sm">Tenemos cursos intensivos de 3 días, cursos cortos de 1 semana y programas profesionales de varios meses. La duración depende del nivel y modalidad elegida.</p>
</div>
<div>
<h3 class="text-lg font-semibold text-gray-900 mb-2">¿Cuántos años hay que estudiar para ser peluquería?</h3>
<p class="text-gray-600 text-sm">Para ejercer como peluquero profesional, puedes formarte en cursos de meses o especializarte durante 1 a 2 años según tu objetivo y dedicación. En Hair Atelier ofrecemos opciones flexibles y certificadas.</p>
</div>
<div>
<h3 class="text-lg font-semibold text-gray-900 mb-2">¿Cuánto vale un curso de peluquería en Chile?</h3>
<p class="text-gray-600 text-sm">El valor de los cursos de peluquería en Chile depende de la institución y el tipo de curso. En Hair Atelier, puedes encontrar opciones desde $10.000 en promociones hasta $149.000 en programas completos, con materiales y certificación incluidos.</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-lg-4 mb-4">
<h5>Instituto Hair Atelier</h5>
<p>Formamos profesionales íntegros, creativos y apasionados por la belleza. Inspírate, capacítate y transforma tu futuro con Hair Atelier.</p>
<div class="d-flex gap-2">
<a href="https://www.tiktok.com/@educadora_natty" class="text-white" target="_blank" rel="noopener nofollow"><i class="fab fa-tiktok"></i></a>
<a href="https://web.facebook.com/nataliaandrea.castillogonzalez.9?_rdc=1&_rdr" class="text-white" target="_blank" rel="noopener nofollow"><i class="fab fa-facebook-f"></i></a>
<a href="https://www.instagram.com/institutohairatelier.cl/" class="text-white" target="_blank" rel="noopener nofollow"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="col-lg-2 mb-4">
<h6>Cursos</h6>
<ul class="list-unstyled">
<li><a href="estilista-profesional.html">Estilista Profesional</a></li>
<li><a href="colorimetria.html">Colorimetría</a></li>
<li><a href="alisado-tratamiento.html">Alisado y Tratamiento</a></li>
<li><a href="educador.html">Curso de Educador</a></li>
</ul>
</div>
<div class="col-lg-2 mb-4">
<h6>Enlaces</h6>
<ul class="list-unstyled">
<li><a href="index.html">Inicio</a></li>
<li><a href="index.html#about">Nosotros</a></li>
<li><a href="index.html#contact">Contacto</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
</div>
<div class="col-lg-4 mb-4">
<h6>Contacto</h6>
<p><i class="fas fa-map-marker-alt me-2"></i>Paseo Estado 57, 8320256 Santiago, Región Metropolitana</p>
<p><i class="fas fa-phone me-2"></i>+56 9 4874 6695</p>
<p><i class="fas fa-envelope me-2"></i>cursos@institutohairatelier.cl</p>
</div>
</div>
<hr class="my-4">
<div class="text-center">
<p>© 2025 Instituto Hair Atelier. Todos los derechos reservados.</p>
<p class="small text-muted">Sitio web desarrollado por <span class="developer-credit">Yosen</span></p>
</div>
</div>
</footer>
<!-- Botón flotante para Dashboard SEO -->
<div style="position: fixed; bottom: 20px; left: 20px; z-index: 1000;">
<a href="seo-dashboard.html" class="btn btn-dark btn-sm rounded-circle" title="Dashboard SEO" style="width: 50px; height: 50px; display: flex; align-items: center; justify-content: center;">
<i class="fas fa-chart-line"></i>
</a>
</div>
<!-- Performance Monitoring -->
<script src="js/performance-monitor.js" defer></script>
<!-- Advanced Schemas -->
<script src="js/advanced-schemas.js" defer></script>
<!-- A/B Testing Framework -->
<script src="js/ab-testing.js" defer></script>
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
<script>
// Mobile menu toggle
const menuToggle = document.getElementById('menuToggle');
const closeMenu = document.getElementById('closeMenu');
const mobileMenu = document.getElementById('mobileMenu');
menuToggle.addEventListener('click', () => {
mobileMenu.classList.add('open');
});
closeMenu.addEventListener('click', () => {
mobileMenu.classList.remove('open');
});
// Close menu when clicking outside
document.addEventListener('click', (e) => {
if (!mobileMenu.contains(e.target) && !menuToggle.contains(e.target)) {
mobileMenu.classList.remove('open');
}
});
// Smooth scroll for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const target = document.querySelector(this.getAttribute('href'));
if (target) {
target.scrollIntoView({
behavior: 'smooth',
block: 'start'
});
// Close mobile menu if open
mobileMenu.classList.remove('open');
}
});
});
// Fade in animation on scroll
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.classList.add('visible');
}
});
}, { threshold: 0.1 });
document.querySelectorAll('.fade-in').forEach(el => observer.observe(el));
// Counter animation
const counters = document.querySelectorAll('.counter');
counters.forEach(counter => {
const updateCount = () => {
const target = +counter.getAttribute('data-target');
const count = +counter.innerText;
const increment = target / 100;
if (count < target) {
counter.innerText = Math.ceil(count + increment);
setTimeout(updateCount, 20);
} else {
counter.innerText = target + (counter.innerText.includes('+') ? '+' : '');
}
};
const counterObserver = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
updateCount();
counterObserver.unobserve(counter);
}
});
});
counterObserver.observe(counter);
});
// Initialize icons
// Removed feather.replace() as we're using FontAwesome
// Share function
function shareCurso(titulo, url) {
if (navigator.share) {
navigator.share({
title: titulo,
text: 'Descubre este curso en Instituto Hair Atelier',
url: url
});
} else {
// Fallback: copy to clipboard
if (navigator.clipboard) {
navigator.clipboard.writeText(url).then(function() {
alert('¡Enlace copiado! Puedes compartirlo donde quieras.');
}).catch(function(err) {
console.error('Error al copiar: ', err);
alert('No se pudo copiar el enlace automáticamente.');
});
} else {
alert('Función de compartir no disponible.');
}
}
}
</script>
</body>
</html>