html {
    scroll-behavior: smooth;
    scroll-padding-top: 150px;
}

.hero-banner.home {
    min-height: 120vh;
}
.hero-banner.home .overline {
    font-size: clamp(1rem, 1.2vw, 3rem);
    font-weight: 100;
    margin-top: 3vw;
}
.hero-banner.home .subtitle.home {
    font-size: clamp(1rem, 1.5vw, 3rem);
    margin-bottom: 1vw;
}
.hero-banner.home .solicitar-usuario.home {
    font-family: "Montserrat";
    font-size: clamp(1rem, 1vw, 3rem);
    border: 2px solid #417c7d;
    padding: 0.5vw 1.2vw;
    font-weight: 800;
    color: #417c7d;
    border-radius: 7px;
    transition: all 0.3s ease;
}
.hero-banner.home .solicitar-usuario.home:hover {
    background-color: #417c7d;
    color: white;
}

@media (max-width: 768px) {
    .hero-banner.home {
        min-height: 100vh;
    }

    .hero-banner.home .overline {
        font-size: clamp(1rem, 3.5vw, 4rem);
        margin-top: 10vw;
    }
    .hero-banner.home .title.home {
        font-size: clamp(1rem, 9vw, 4rem);
        line-height: 1.2;
    }

    .hero-banner.home .subtitle.home {
        font-size: clamp(1rem, 5vw, 3rem);
        margin-bottom: 3vw;
    }
    .hero-banner.home .solicitar-usuario.home {
        font-size: clamp(1rem, 3.5vw, 3rem);
    }
}

@media (max-width: 345px) {
    .hero-banner.home {
        min-height: 75vh;
    }
}
