.banner-servicios{position:relative;height:50vh;min-height:320px;background-image:url(https://placehold.co/1920x1080?text=Servicios+Background);background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}@media(min-width:768px){.banner-servicios{height:55vh}}@media(min-width:1024px){.banner-servicios{height:60vh}}.banner-servicios__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(10,37,64,.85),rgba(10,37,64,.65))}.banner-servicios__content{position:relative;z-index:1;text-align:center;color:#fff;padding:0 1rem;max-width:900px}.banner-servicios__title{font-family:Playfair Display,serif;font-size:2.5rem;margin-bottom:2rem;animation:fadeInUp 1s ease}@media(min-width:768px){.banner-servicios__title{font-size:3.5rem}}@media(min-width:1024px){.banner-servicios__title{font-size:4rem}}.banner-servicios__subtitle{font-size:1.1rem;line-height:1.6;animation:fadeInUp 1s ease .2s both;opacity:.95}@media(min-width:768px){.banner-servicios__subtitle{font-size:1.3rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.services-content-servicios{padding:5rem 0;background-color:#f5f7fa;opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.services-content-servicios--visible{opacity:1;transform:translateY(0)}.services-content-servicios__container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.services-content-servicios__container{padding:0 2rem}}.services-content-servicios__tabs{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem;margin-bottom:5rem;border-bottom:2px solid rgba(10,37,64,.15);padding-bottom:2rem}@media(min-width:768px){.services-content-servicios__tabs{grid-template-columns:repeat(2,1fr);gap:2rem;padding-bottom:5rem}}.services-content-servicios__tab{display:inline-flex;align-items:center;justify-content:center;gap:1rem;width:100%;padding:1rem 2rem;background-color:#fff;border:2px solid rgba(0,0,0,0);border-radius:12px;font-family:Lato,sans-serif;font-size:.95rem;font-weight:600;color:#333;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.06)}@media(min-width:768px){.services-content-servicios__tab{font-size:1rem;padding:2rem 5rem}}.services-content-servicios__tab:hover{border-color:rgba(197,160,89,.5);color:#0a2540;box-shadow:0 4px 16px rgba(10,37,64,.12)}.services-content-servicios__tab:hover .services-content-servicios__tab-icon{background-color:rgba(197,160,89,.2);color:#0a2540}.services-content-servicios__tab--active{border-color:#c5a059;background-color:rgba(197,160,89,.08);color:#0a2540;box-shadow:0 4px 20px rgba(197,160,89,.2)}.services-content-servicios__tab--active .services-content-servicios__tab-icon{background-color:#c5a059;color:#fff}.services-content-servicios__tab-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;background-color:rgba(10,37,64,.08);color:#0a2540;transition:all .3s ease;flex-shrink:0}.services-content-servicios__tab-icon svg{width:22px;height:22px}.services-content-servicios__tab-label{white-space:nowrap}@media(min-width:768px){.services-content-servicios__tab-label{white-space:normal;text-align:left}}.services-content-servicios__panel{animation:panelFade .35s ease}.services-content-servicios__grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media(min-width:768px){.services-content-servicios__grid{grid-template-columns:repeat(2,1fr);gap:5rem}}@media(min-width:1024px){.services-content-servicios__grid{grid-template-columns:repeat(3,1fr)}}.services-content-servicios__card{background-color:#fff;padding:5rem;border-radius:12px;border-left:4px solid #c5a059;box-shadow:0 4px 16px rgba(0,0,0,.06);transition:all .3s ease}.services-content-servicios__card:hover{transform:translateY(-4px);box-shadow:0 8px 28px rgba(10,37,64,.12)}.services-content-servicios__card-title{font-family:Playfair Display,serif;font-size:1.2rem;color:#0a2540;margin-bottom:1rem;font-weight:700;line-height:1.3}@media(min-width:768px){.services-content-servicios__card-title{font-size:1.3rem}}.services-content-servicios__card-desc{font-size:.95rem;line-height:1.6;color:#666}@media(min-width:768px){.services-content-servicios__card-desc{font-size:1rem}}@keyframes panelFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}