#hero{min-height:100vh;background:radial-gradient(ellipse at 80% 20%,rgba(47,184,160,.15) 0%,transparent 60%),radial-gradient(ellipse at 20% 80%,rgba(192,24,90,.12) 0%,transparent 55%),var(--blue);display:flex;flex-direction:column;gap:2rem;padding:5rem 6rem;position:relative;overflow:hidden}.hero-cards{display:grid;grid-template-columns:repeat(3,15rem);gap:3rem;margin:0 auto}.hero-card{background:var(--goldB);color:var(--blue);border-radius:.75rem;padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;width:15rem;height:15rem;overflow:hidden}.hero-card img{width:4.5rem;height:4.5rem;object-fit:contain;flex-shrink:0}.hero-card span{font-weight:500;color:var(--white);font-size:1rem;line-height:1.3;text-align:center;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.hero-cta{width:15rem;height:15rem;display:flex;margin-top:70px;flex-direction:column;align-items:flex-start;justify-content:space-between;padding-bottom:.5rem}.hero-cta span{font-size:2.5rem;font-family:Bebas Neue,sans-serif;letter-spacing:2px;color:var(--white);text-align:left;line-height:1.2}.hero-temas{display:grid;grid-template-columns:1fr 1fr;align-items:start}.hero-temas-img-wrap{position:relative;display:flex;align-items:flex-end;justify-content:flex-end;justify-self:end;margin-right:-6rem}.hero-temas-img-wrap:before{content:"";position:absolute;top:20%;bottom:19%;left:-6rem;right:50%;background:var(--goldB);z-index:0}.hero-temas-img{width:100%;max-width:920px;height:auto;position:relative;z-index:1}.hero-temas-content{display:flex;flex-direction:column;gap:1.5rem}.hero-temas-title{font-size:4.2rem;letter-spacing:0px;color:var(--goldB);line-height:.9;margin-bottom:30px}.hero-temas-list{list-style:none;display:flex;flex-direction:column}.hero-temas-list li{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:var(--white);line-height:1.6;padding-top:.6rem;padding-bottom:.6rem;margin-bottom:2rem;position:relative}.hero-temas-list li:after{content:"";position:absolute;bottom:0;left:calc(-100% - 7rem);right:0;height:4px;background:linear-gradient(to right,transparent,var(--li-color))}.hero-temas-list li:before{content:"";width:.75rem;height:.75rem;border-radius:50%;background:var(--li-color);flex-shrink:0}.hero-temas-list li:nth-child(1){--li-color: var(--blue)}.hero-temas-list li:nth-child(2){--li-color: var(--magenta)}.hero-temas-list li:nth-child(3){--li-color: var(--cream)}.hero-temas-list li:nth-child(4){--li-color: var(--goldB)}.hero-temas-list li:nth-child(5){--li-color: #FF6B00}.hero-temas-list li:nth-child(6){--li-color: #E8001D}.hero-temas-list li:nth-child(7){--li-color: #E8001D}.hero-temas-list li:nth-child(7):after{display:none}.hero-temas-list li:nth-child(7){padding-bottom:0}.hero-adorno-abajo{position:absolute;bottom:0;left:0;width:100%;display:block;pointer-events:none}.hero-line{grid-column:3;grid-row:2;align-self:end;border-top:3px solid var(--white);position:relative;width:100%;margin-bottom:100%;margin-left:-3rem;width:calc(100% + 3rem)}.hero-line:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:20px;height:20px;border-radius:50%;background:var(--white)}@media(max-width:900px){#hero{padding:5rem 2rem}.hero-cards{grid-template-columns:repeat(2,11rem);gap:1.5rem}.hero-card,.hero-cta{width:11rem;height:11rem}.hero-card img{width:3rem;height:3rem}.hero-card span{font-size:.8rem}.hero-cta{margin-top:35px}.hero-cta span{font-size:1.8rem}.hero-line{width:calc(100% + 1.5rem)}.hero-temas-img-wrap{align-self:stretch;align-items:center;overflow:hidden;margin-right:-2rem}.hero-temas-img-wrap:before{top:274px;bottom:98px;left:-2rem;right:137px}.hero-temas-img{width:180%;max-width:none;margin-right:-123px;margin-top:180px}}@media(max-width:480px){#hero{padding:5rem 1.5rem}.hero-cards{grid-template-columns:1fr;gap:1rem}.hero-cards{grid-template-columns:repeat(2,7rem);gap:.75rem;justify-content:center}.hero-card,.hero-cta{width:7rem;height:7rem}.hero-card img{width:2rem;height:2rem}.hero-card span{font-size:.55rem}.hero-line{width:calc(100% + .7rem)}.hero-cta span{font-size:.8rem}.hero-temas{grid-template-columns:1fr}.hero-temas-img-wrap{display:none}.hero-temas-content{align-items:center;text-align:center}.hero-temas-list li{justify-content:center}.hero-temas-list li:after{left:0;right:0;background:var(--li-color)}}
