@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-image: url('../img/fundo.jpg');
    background-repeat: repeat-y;
    background-attachment: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

a {
    text-decoration: none !important;
}

h1 {
    display: block;
    padding-top: 10%;
    font-size: 6em !important;
    text-align: center;
}

h3 {
    font-size: 18px !important;
    color: #358AEC !important;
}

.tipoIllustration,
.tipoWebdesign,
.tipoGame,
.tipoSocial {
    color: white;
    font-size: 14px;
    padding: 4px 8px;
    margin: 4px;
    border-radius: 24px;
}

.color1 {
    background-color: #358AEC;
}

.color2 {
    background-color: #F6235F;
}

.color3 {
    background-color: #d8a10b;
}

.color4 {
    background-color: #18bb7c;
}

#contato {
    position: fixed;
    top: 12px;
    right: 8px;
    z-index: 1081;
}

.textAzul {
    color: #358AEC !important;
}

.textPink {
    color: #F6235F !important;
}

.espacador1 {
    margin: 0 140px;
}

.espacador2 {
    margin: 0 240px;
}

#headerFixo {
    position: fixed;
    background-color: white;
    width: 100% !important;
    z-index: 1080;
}

#headerFixo a img {
    width: auto;
    height: 48px;
}

#heroBanner {
    padding-top: 84px;
    background-image: url('../img/estatua.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100vh;
    position: relative;
}

.seta {
    position: absolute;
    right: 16px;
    top: 50%;
}

.details {
    background-color: white;
    border-top: 3px solid #358AEC;
}

.adjust-height {
    width: auto;
    height: 90%;
}

.btnAzul {
    font-family: "Bebas Neue", sans-serif;
    display: inline-block;
    width: auto;
    padding: 8px 24px;
    margin: 16px auto;
    background-color: #358AEC;
    color: white;
    font-size: 18px;
    text-decoration: none;
}

.btnAzul:hover {
    background-color: #F6235F;
}

footer {
    background-color: black;
    padding: 16px 0;
    color: white;
    margin-top: 48px;
    padding-bottom: 48px;
}

@media only screen and (max-width: 820px) {

    #heroBanner {
        padding-top: 84px;
        background-image: url('../img/estatua.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 60vh;
        position: relative;
    }

    h1 {
        display: block;
        padding-top: 25%;
        font-size: 5em !important;
    }

    .seta {
        position: absolute;
        right: 16px;
        top: 70%;
    }

    .seta img {
        width: auto;
        height: 218px;
    }

    .espacador1,
    .espacador2 {
        margin: 0 80px;
    }

}

@media only screen and (min-width: 821px) and (max-width: 1080px) {

    #heroBanner {
        padding-top: 84px;
        background-image: url('../img/estatua.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 80vh;
        position: relative;
    }

    h1 {
        display: block;
        padding-top: 40%;
        font-size: 5em !important;
    }

    .espacador1,
    .espacador2 {
        margin: 0 40px;
    }

}

@media only screen and (max-width: 360px) {

    #heroBanner {
        padding-top: 84px;
        background-image: url('../img/estatua.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 80vh;
        position: relative;
    }

    h1 {
        display: block;
        padding-top: 50%;
        font-size: 4em !important;
        text-align: left;
    }

    #contato {
        width: 100%;
        background-color: #358AEC;
        padding: 8px;
        box-shadow: 0 -4px 4px #0003;
        position: fixed;
        top: unset;
        bottom: 0;
        right: unset;
        left: 0;
        z-index: 1081;
    }

    #contato a {
        color: white !important;
    }

    .espacador1,
    .espacador2 {
        margin: 0;
    }

    .seta {
        position: absolute;
        right: 8px;
        top: 40%;
    }

    .seta img {
        width: auto;
        height: 184px;
    }

}