.modelo-hero{position:relative;height:100vh;min-height:700px;display:flex;justify-content:center;overflow:hidden;padding-top:var(--header-height)}.modelo-hero__bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.modelo-hero__content{position:relative;z-index:10;text-align:center;padding:0 24px}.modelo-carousel-section{background:#fff;padding:calc(var(--header-height) + 24px) 24px 24px 24px}.modelo-carousel-section .container{display:flex;align-items:center;justify-content:center;height:100%}.modelo-carousel-section .card-swiper-wrapper{width:100%}.modelo-cta-buttons{display:flex;gap:16px;justify-content:center}.modelo-cta-buttons .btn{min-width:180px}.modelo-cta-buttons .btn.primary{background:#fff;color:#001433;border-color:#fff}.modelo-cta-buttons .btn.primary:hover{background:transparent;color:#fff}.modelo-cta-buttons .btn.secondary{background:transparent;color:#fff;border-color:#fff}.modelo-cta-buttons .btn.secondary:hover{background:#fff;color:#001433}@media(max-width:768px){.modelo-cta-buttons{flex-direction:column;align-items:center}.modelo-cta-buttons .btn{width:100%;max-width:280px}.modelo-carousel-section{padding:16px 0}}.modelo-hero .scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translate(-50%);z-index:15;display:flex;flex-direction:column;align-items:center;gap:8px;color:#ffffffb3;font-size:12px;text-transform:uppercase;letter-spacing:2px;cursor:pointer;transition:color .2s ease}.modelo-hero .scroll-indicator:hover{color:#fff}.modelo-hero .scroll-indicator .arrow{width:24px;height:24px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);animation:scrollArrow 2s infinite}@media(max-width:768px){.modelo-hero .scroll-indicator{bottom:24px}}
