/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

:root {
    --main-color: #377dff;
}

* {
    font-weight: 300 !important;
    font-family: 'Lato', sans-serif;
}

main {
    background-color: #333333;
    color: white;
}

.container {
    min-height: 100vh;
    height: fit-content;
}

.logo-bahrein {
    width: 250px;
}

h1 {
    margin: 10% 0px 5% !important;
    font-size: 1.75rem;
}

h1 span {
    color: var(--main-color);
}

.row {
    padding: 2rem 0rem;
}

.row:first-of-type a.botao { 
    width: 100%;
    padding: 0px 1.5rem;
}

.row:first-of-type a.botao button {
    width: 100%;
    margin-bottom: 20px;
    padding: 7.5px 0px;
    font-size: 1.25rem;
    border: 1px solid var(--main-color);
    background-color: transparent;
    color: var(--main-color);
    border-radius: 50px;
    cursor: pointer;
}

.row:first-of-type a.botao button:hover {
    background-color: var(--main-color);
    color: #333333;
}

.mt-25 {
    margin-top: 25% !important;
}

@media only screen and (min-width: 965px) {
    .row {
        padding: 3rem 18rem;
    }

    .row:first-of-type a.botao button {
        font-size: 1.75rem;
    }

    .row:first-of-type a.botao { 
        padding: 0px 5rem;
        width: 100%;
    }

}

@media only screen and (min-width: 1369px) {
    .row {
        padding: 3rem 22rem;
    }
}