/* page-home.css — Home (app-home)
   Origen: RECON/css/blocks/5100ec52.css (des-escopado de [_ngcontent-ng-cNNN]). */
.home-page .hero-section{position:relative;height:58vh;min-height:400px;max-height:540px;display:flex;align-items:center;justify-content:center;background:url(../images/hero-bg.jpg) no-repeat center center/cover;background-color:#3a2510}.home-page .hero-section .hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#573813bf,#3c280fa6,#28190acc)}.home-page .hero-section .hero-content{position:relative;z-index:2;text-align:center;max-width:1100px;padding:0 20px}.home-page .hero-section .hero-content h1{font-family:Playfair Display,serif;font-style:italic;font-weight:500;font-size:60px;line-height:1.3;color:var(--text-light);margin-bottom:24px;letter-spacing:.5px}.home-page .hero-section .hero-content .hero-subtitle{font-family:var(--font-primary);font-size:16px;font-weight:400;color:#ffffffe6;line-height:1.7;margin-bottom:36px;max-width:650px;margin-left:auto;margin-right:auto}.home-page .hero-section .hero-content .hero-btn{padding:14px 36px;font-size:14px;font-weight:600}.home-page .historia-section{padding:80px 0;background-color:var(--bg-white)}.home-page .historia-section .historia-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}@media (max-width: 992px){.home-page .historia-section .historia-grid{grid-template-columns:1fr;gap:40px}}.home-page .historia-section .historia-images{position:relative;width:100%;height:480px;max-width:500px;margin:0 auto}@media (max-width: 576px){.home-page .historia-section .historia-images{height:380px}}.home-page .historia-section .historia-images .historia-img{object-fit:cover;border-radius:8px;box-shadow:0 10px 30px #00000014;transition:all .3s ease}.home-page .historia-section .historia-images .historia-img:hover{transform:scale(1.02);z-index:3}.home-page .historia-section .historia-images .historia-img-1{position:absolute;top:0;left:0;width:70%;height:75%;z-index:1}.home-page .historia-section .historia-images .historia-img-2{position:absolute;bottom:0;right:0;width:65%;height:50%;z-index:2;border:4px solid var(--bg-white)}.home-page .historia-section .historia-content .section-divider-left{width:50px;height:3px;background-color:var(--btn-primary);margin-bottom:20px}.home-page .historia-section .historia-content .historia-title{font-family:var(--font-serif);font-size:32px;font-weight:700;color:var(--text-color);line-height:1.3;margin-bottom:24px}.home-page .historia-section .historia-content p{font-size:14px;color:var(--text-muted);line-height:1.7;margin-bottom:20px}.home-page .historia-section .historia-content .historia-btn{margin-top:10px;font-size:14px;font-weight:600;padding:12px 36px}.home-page .stats-section{position:relative;padding:90px 0;background:url(../images/imagendelmedio.jpg) no-repeat center center/cover;background-color:#3a2510;clip-path:url(#stats-clip)}.home-page .stats-section .stats-overlay{position:absolute;inset:0;background:#573813cc}.home-page .stats-section .stats-content{position:relative;z-index:2}.home-page .stats-section .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;text-align:center}.home-page .stats-section .stat-item{display:flex;flex-direction:column;gap:8px}.home-page .stats-section .stat-item .stat-number{font-family:var(--font-primary);font-size:52px;font-weight:700;color:var(--text-light);line-height:1}.home-page .stats-section .stat-item .stat-label{font-size:14px;font-weight:400;color:#ffffffd9;letter-spacing:.5px}.home-page .services-section{padding:80px 0;background-color:var(--bg-white)}.home-page .services-section .section-header{text-align:center;margin-bottom:50px}.home-page .services-section .section-divider{width:50px;height:3px;background-color:var(--btn-primary);margin:0 auto 28px}.home-page .services-section .section-title{font-family:var(--font-serif);font-size:32px;font-weight:700;color:var(--text-color);line-height:1.3}.home-page .services-section .services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:960px;margin:0 auto}.home-page .services-section .service-card{position:relative;display:block;border-radius:8px;overflow:hidden;aspect-ratio:1.5;cursor:pointer}.home-page .services-section .service-card .service-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.home-page .services-section .service-card .service-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#00000026,#0000008c);transition:background .3s ease}.home-page .services-section .service-card .service-content{position:absolute;bottom:0;left:0;right:0;padding:24px 20px;z-index:2;color:var(--text-light);display:flex;flex-direction:column;justify-content:flex-end;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.home-page .services-section .service-card .service-content h3{font-family:var(--font-serif);font-size:20px;font-weight:600;font-style:italic;margin-bottom:8px;text-shadow:0 1px 3px rgba(0,0,0,.3);transition:transform .4s ease}.home-page .services-section .service-card .service-content .service-desc{font-size:13px;line-height:1.4;color:#ffffffe6;margin-bottom:0;opacity:0;max-height:0;overflow:hidden;transition:opacity .4s ease,max-height .4s ease,margin-bottom .4s ease}.home-page .services-section .service-card .service-content .service-link{display:inline-block;align-self:flex-start;font-size:12px;font-weight:500;color:var(--text-light);border-bottom:1px solid var(--btn-primary);padding-bottom:2px;transition:all .3s ease}.home-page .services-section .service-card:hover .service-bg{transform:scale(1.08)}.home-page .services-section .service-card:hover .service-overlay{background:linear-gradient(180deg,#0000004d,#000c)}.home-page .services-section .service-card:hover .service-content{transform:translateY(-8px)}.home-page .services-section .service-card:hover .service-content .service-desc{opacity:1;max-height:110px;margin-bottom:12px}.home-page .services-section .service-card:hover .service-content .service-link{color:var(--btn-primary);border-bottom-color:var(--btn-primary)}.home-page .why-section{padding:80px 0 100px;background-color:var(--bg-white)}.home-page .why-section .why-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.home-page .why-section .why-title{font-family:var(--font-serif);font-size:32px;font-weight:700;color:var(--text-color);line-height:1.3;margin-bottom:40px}.home-page .why-section .advantages-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.home-page .why-section .advantage-item{display:flex;flex-direction:column;gap:12px}.home-page .why-section .advantage-item .advantage-icon{font-size:28px;color:var(--btn-primary);line-height:1}.home-page .why-section .advantage-item .advantage-icon i{display:block}.home-page .why-section .advantage-item .advantage-text h4{font-family:var(--font-primary);font-size:16px;font-weight:700;color:var(--btn-primary);margin-bottom:8px;line-height:1.3}.home-page .why-section .advantage-item .advantage-text p{font-size:13px;color:var(--text-muted);line-height:1.6}.home-page .why-section .why-image .why-image-container{position:relative;width:100%;min-height:460px;display:block}.home-page .why-section .why-image .why-image-container:before{content:"";position:absolute;bottom:0;right:0;width:90%;height:550px;background:url(../images/elegirnos.jpg) no-repeat center center/cover;opacity:.16;border-radius:8px;z-index:1}.home-page .why-section .why-image .why-image-container .main-why-img{position:absolute;top:0;left:0;z-index:2;width:82%;max-width:400px;height:370px;border-radius:6px;box-shadow:0 15px 35px #00000026;border:8px solid var(--bg-white)}.home-page .animate-on-scroll{opacity:0;transition:opacity 1.2s cubic-bezier(.215,.61,.355,1),transform 1.2s cubic-bezier(.215,.61,.355,1);will-change:transform,opacity}.home-page .animate-on-scroll.slide-in-right{transform:translate3d(80px,0,0)}.home-page .animate-on-scroll.fade-in-bottom{transform:translate3d(0,80px,0)}.home-page .animate-on-scroll.active{opacity:1;transform:translateZ(0)}@media (max-width: 992px){.home-page .hero-section .hero-content h1{font-size:34px}.home-page .stats-section .stats-grid{grid-template-columns:repeat(2,1fr);gap:30px 20px}.home-page .services-section .services-grid{grid-template-columns:repeat(2,1fr)}.home-page .why-section .why-grid{grid-template-columns:1fr;gap:40px}}@media (max-width: 576px){.home-page .hero-section{height:60vh;min-height:400px}.home-page .hero-section .hero-content h1{font-size:26px}.home-page .hero-section .hero-content .hero-subtitle{font-size:14px}.home-page .stats-section{padding:40px 0}.home-page .stats-section .stat-item .stat-number{font-size:38px}.home-page .services-section{padding:60px 0}.home-page .services-section .services-grid{grid-template-columns:1fr}.home-page .why-section{padding:60px 0}.home-page .why-section .advantages-grid{grid-template-columns:1fr}}
