@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,600;1,400&display=swap');

.container {
    background: transparent;
    background-size: contain;
    font-family: 'Barlow', sans-serif;
    color: #fff;
}



h3.title-txt {
    color: #009fc7;
    text-transform: uppercase;
    font-size: 36px;
}

.missao-txt {
    padding-right: 146px;
}

.missao-txt h3 {
    font-size: 36px;
}

.missao-txt h3 span{
    color: #009fc7;
    font-weight: 600;
}

.saga-txt p {    
    padding-right: 60px;
    font-size: 24px;
}

.saga-txt p span {
    font-weight: 600;
}

.form form {
    border: 2px dashed #eec368;
    border-radius: 20px;
    padding: 30px;
}

form input {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 20px;
    border: none;
    background-color: #142162;
    color: #fff;
}

form input::placeholder { 
    color: #009fc7;
    opacity: 1;
}
form input:-ms-input-placeholder {
    color: #009fc7;
}

form select {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 20px;
    border: 2px solid #2c5389;
    background-color: transparent;
    color: #009fc7;
}

form option {
    color: #009fc7;
    background-color: #142162;
}

input#termos {
    padding: 0 5px;
}

form label {
    margin-left: 10px;
}

.titulo-form {
    max-width: 100%;
}

.title-form {
    color: #009fc7;
    text-transform: uppercase;
    text-align: center;
}


.full-width {
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -51vw;
    margin-right: -49vw;
}

.bot img {
    margin: 0 auto;
}

img.ferramentas {
    margin-top: -55px;
    margin-left: -55px;
}

.bot-title h3 {
    text-transform: uppercase;
    color: #fda914;
    font-size: 36px;
    font-weight: 300;
    padding-right: 42px;
}

.bot-title h3 span {
    font-weight: 600;
}

.bot-txt {
    padding-right: 42px;
}

.bot-txt h4 {
    text-transform: uppercase;
    color: #009fc7;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.bot-txt p {
    font-size: 18px;
}

p.aulas {
    text-transform: uppercase;
    color: #fda914;
    margin-top: -1rem;
    font-weight: 300;
}

div.gameforge {
    background: url('../img/bg-gameforge.png') no-repeat top center;
    background-size: contain;
    height: 850px;
}

body.sucesso {
    background: url('../img/bg-sucesso-desk.png') no-repeat , #120135;
    background-position: center -380px;
    background-size: cover;
    padding: 120px;
}

.sucesso-title {
    height: 60vh;
    text-align: center;
}

.sucesso-title h1 {
    margin: 0 auto;
    margin-top: 40vh;
    max-width: 60%;
}

footer.mainpage {
    margin-top: -166px !important;
}

footer ul {
    list-style: none;
    display: inline-block;
}

footer ul li{
    display: inline-block;
}

@media (max-width: 768px){
    /* img {
        max-width: 100%;
    } */

    .container {
        background: transparent;
        background-size: contain;
    }
    
    .missao-title img {
        width: 56%;
    }
    h3.title-txt {
        font-size: 14px;
    }
    .missao-txt {
        padding-right: 0;
    }
    .missao-txt h3 {
        font-size: 20px;
    }
    .saga-title img {
        width: 100%;
    }
    .saga-txt p {
        font-size: 14px;
    }
    img.garrafa {
        width: 60%;
        margin-bottom: -50px;
    }
    .full-width {
        margin-left: -50vw;
        margin-right: -50vw;
    }
    .bot {
        text-align: center;
    }
    .bot-title h3 {
        padding: 0;
    }
    .bot-txt {
        padding: 10px;
    }
    .bot img {
        width: 60%;
        margin: 0 auto;
    }
    div.gameforge {
        height: 800px;
    }
    .btn-secondary {
        font-size: 1em;
    }
    body.sucesso {
        background: url('../img/bg-sucesso-mobile.png') no-repeat, #120135;
        background-position: center -120px;
        background-size: contain;
        padding: 20px;
    }
    footer .site {
        max-width: 100%;
        margin-top: 16px;
    }
    footer .logo {
        width: 44%;
    }
    footer a {
        display: inline;
    }
    footer ul {
        margin-top: 22px;
        display: inline;
    }
    footer li {
        width: 8%;
    }
    footer li img {
        width: 100%;
    }
}