﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    background-color: #f7f9fa;
}


    /*
.screen-olas {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 8vh;
    background: #f7f9fa;
}*/

.screen-olas {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f7f9fa;
    overflow: hidden;
    position: relative;
}
/*
    .screen-olas h1 {
        color: #1e2d4a;
        font-size: 2.2rem;
        font-weight: 600;
        text-align: center;
        line-height: 1.1;
    }
    */

    .screen-olas h1 {
        color: #1e2d4a;
        font-size: 2.2rem;
        font-weight: 600;
        text-align: center;
        line-height: 1.1;
        margin-top: 6vh;
    }
    .screen-olas .highlight {
        color: #0056e0;
        font-size: 5rem;
        font-weight: 700;
        display: block;
        margin: 5px 0;
        letter-spacing: 2px;
    }

    .screen-olas .subtitle {
        color: #1e2d4a;
        font-size: 2.2rem;
        font-weight: 600;
        margin-bottom: 35px;
    }

    .screen-olas .instruction {
        position: absolute;
        text-align: center;
        color: #1e2d4a;
        font-size: 1.6rem;
        font-weight: 700;        
        bottom: 32vh;
        z-index: 2;
    }

        .screen-olas .instruction span {
            color: #5c6b84;
            font-weight: 400;
            display: block;
            font-size: 1.5rem;            
        }

    .screen-olas .waves-container {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 35vh;
        z-index: 1;
    }


    /*
    .screen-olas .arrow-button {
        position: absolute;
        bottom: 12vh;
        left: 50%;
        transform: translateX(-50%);
        background: white;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 10px 25px rgba(0,0,0,0.12);
        z-index: 3;
    }*/

    .screen-olas .arrow-button {
        position: absolute;
        bottom: 12vh;
        left: 50%;
        transform: translateX(-50%);
        background: white;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 10px 25px rgba(0,0,0,0.12);
        z-index: 3;
    }

    /*
.logo-container {
    position: absolute;
    bottom: 32vh;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}
        */
.logo-container {
    position: absolute;
    bottom: 42vh;
    flex: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*
.logo-lupa {
    width: 22vw;
    max-width: 310px;
    min-width: 120px;
    height: auto;
}
    */

.logo-lupa {
    width: clamp(100px, 25vw, 300px);
    width: clamp(100px, 25vw, 300px);
}

@media (max-height: 700px) {

    .logo-lupa {
        display: none;
    }
}
