.oswald {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}

.main-image {
    display: flex;
    width: 100vw;
    height: 50vw;
    background-image: url('../images/artificial-ski-slopes-neveplast-13.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.btndrysnow {
    font-family: "Oswald", sans-serif;
    font-size: 1.4rem;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    text-align: center;
}

.subtitles {
    font-family: "Oswald", sans-serif;
    font-size: 3rem;
    line-height: 3.4rem;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.sub-padding {
    padding-top: 2.6rem;
    padding-bottom: 2rem;
}

.claim {
    background-color: gainsboro;
    padding: 1rem;
    border-radius: 0.5rem;
}

.neverplast-logo {
    width: 20vw;
}

.logo {
    width: 100%;
}

.neverplastlink a{
    text-decoration: none;
}

@media (max-width: 767.98px) {

    /* Estilos solo para móviles */
    .subtitles {
        font-size: 2rem;
        line-height: 2.4rem;
    }

    .logo {
        width: 60%;
    }
}