@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

html{
    background: #0E62AD;
}

body {
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    overflow-x: hidden;
    background: #F74F12;
}

body h1,
body h2,
body h3,
body h4 {
    font-family: "Sora", sans-serif;
    line-height: normal;
    line-height: 1;
}


.flex {
    clear: both;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly
}

.center {
    justify-content: center
}

.between {
    justify-content: space-between
}

footer {
    background: #0E62AD;
    text-align: center;
    padding: 10px 0;
}

footer p{
    font-size: 0.6rem;
}

header{
    background: #F74F12 url(../img/seta-laranja.png) center center no-repeat;
    padding: 100px 0;
    text-align: center;
}

main{
    background: #F74F12;
    text-align: center;
    padding-bottom: 50px;
    box-sizing: border-box;
}

h1{
    position: relative;
    text-align: center;
    display: inline-block;
    margin-bottom: 50px;
}

h1::before{
    content: url(../img/elemento-shuriken-01.png);
    position: absolute;
    top: -30px;
    right: -50px;
}

h1::after{
    content: url(../img/elemento-shuriken-02.png);
    position: absolute;
    bottom: -30px;
    left: -40px;
}

a.link{
    background: #0E62AD;
    color: #fff;
    border: solid 1px #0071ba;
    align-items: center;
    max-width: 390px;
    margin: 0 auto 20px;
    border-radius: 30px;
    padding: 20px;
    display: block;
    transition: all 0.3s;
    box-sizing: border-box;
}

a.link p{
    text-align: center;
    margin: 0;
    font-weight: 600;
}

a.link.vagas{ background: #0E62AD url(../img/ico-nossas-vagas.png) 30px center no-repeat; }
a.link.instagram{ background: #0E62AD url(../img/ico-instagram.png) 30px center no-repeat; }
a.link.linkedin{ background: #0E62AD url(../img/ico-linkedin.png) 30px center no-repeat; margin-bottom: 0; }

a.link:hover{
    background-color: #0071b9;
    border: solid 1px #fff;
}

#magalu {
    background: #0E62AD;
    padding: 0 0 20px;
    text-align: center;
    position: relative;
}

#magalu a.link{
    background: #F74F12;
    color: #fff;
    border: solid 1px #FC6B0F;
    align-items: center;
    max-width: 390px;
    margin: 0 auto 20px;
    border-radius: 30px;
    padding: 20px;
    display: block;
    transition: all 0.3s;
    box-sizing: border-box;
}



#magalu a.link.vagas{ background: #F74F12 url(../img/ico-nossas-vagas.png) 30px center no-repeat; }
#magalu a.link.instagram{ background: #F74F12 url(../img/ico-instagram.png) 30px center no-repeat; }
#magalu a.link.linkedin{ background: #F74F12 url(../img/ico-linkedin.png) 30px center no-repeat; margin-bottom: 0; }

#magalu a.link:hover{
    background-color: #F74F12;
    border: solid 1px #fff;
}

.icones{
    padding-top: 50px;
    gap: 10px;
}

.logomagalu{
    padding: 50px 0;
}

h2{
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: normal;
}

@media screen and (max-width: 450px) {
    a.link, #magalu a.link {
        margin-inline: 10px;
        max-width: none;
    }
}

@media screen and (max-width: 340px) {
    h1::before, h1::after{
        display: none;
    }
}