@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --roxo: #6337FF;
    --rosa: #C309FF;
    --lilas: #71559E;
    --azul-claro: #85C9E8;
    --preto: #2F2F2F;
    --branco-gelo: #f2f2f2;
    --azul-escuro: #04003b;
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: var(--branco-gelo);
}

header img {
    transform: scale(0.8);
}


.banner {
    width: 100vw;
    display: flex;
    justify-content: center;
    overflow-x: hidden;
}

.banner-2 {
    width: 100vw;
    height: 50vh;
    background: url(assets/BG_01.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.banner-2 span {
    min-width: 30vw;
    font-size: 4rem;
    text-align: center;
}

.banner-2 p {
    font-size: 1.3rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
}

.saiba-mais {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

/* .container-principal {
    display: flex;
    flex-direction: column;
} */

.conheca {
    position: absolute;
    top: -3rem;
    background-color: var(--azul-escuro);
    padding: 0 0.4rem;
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.conheca img {
    margin: 0.6rem;
}

.berlim {
    position: relative;
    padding-top: 1%;
    margin-top: 1%;
    width: 100%;
    min-width: 40vw;
    height: 25vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.berlim-digital-logo {
    position: absolute;
    left: 0;
    margin-left: 5%;
}

.berlim img {
    width: 20vw;
}

.berlim span {
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
}

.more {
    position: absolute;
    right: 2rem;
    background-color: var(--azul-escuro);
    color: #fff;
    padding: 0.5rem 1rem;
    margin-right: 5%;
}

.more span {
    font-size: 2rem;
}

.more a {
    text-decoration: none;
    color: #fff;
}

.plus {
    background-color: var(--branco-gelo);
}

.more-plus {
    background-color: var(--lilas);
}

.more-plus a {
    text-decoration: none;
    color: #fff;
}

.bresults {
    background-color: var(--azul-claro);
    color: var(--azul-escuro);
}

.bresults a {
    text-decoration: none;
    color: var(--azul-escuro);
}


.bresults-eventos {
    background-color: var(--branco-gelo);
}

.station {
    background-color: var(--branco-gelo);
}

footer {
    background-color: black;
    color: #fff;
    text-transform: uppercase;
    padding: 0.8rem;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
}

.copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4e4e4e;
    text-align: center;
    color: #fff;
}

.copyright span {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
}

.subfooter-img {
    width: 10vw;
    height: 8vh;
    transform: scale(0.5);
/*     padding-bottom: 1%; */
}

@media (width: 1024px) {
    .berlim span {
        font-size: 1rem;
    }
}

@media (width: 768px) {
    .banner-2 span {
        font-size: 3rem;
    }

    .banner-2 p {
        font-size: 1rem;
    }

    .berlim span {
        font-size: 0.8rem;
    }

    footer h2 {
        font-size: 1rem;
    }
}

@media (max-width: 430px) {
    .header img {
        width: 40vw;
    }

    .banner img {
        width: 100vw;
    }

    .banner-2 span {
        font-size: 1.8rem;
    }

    .banner-2 p {
        font-size: 1rem;
    }

    .text h1 {
        font-size: 1.2rem;
    }

    .berlim-digital-logo img {
        position: absolute;
        top: -6rem;
        left: 8rem;
        width: 40vw;
    }

    .berlim span {
        font-size: 0.7rem;
    }

    .more {
        bottom: 2rem;
        left: 3rem;
        text-align: center;
    }

    .more span {
        font-size: 1rem;
        padding: 0 3rem;
    }

    footer h1 {
        font-size: 1rem;
    }

    .copyright {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .subfooter-img img {
        position: absolute;
        /* left: -5rem; */
    }
}