@charset "utf-8";

section#indique{
    float: left;
    width: 100%;
    padding: 50px 0;
}

section#indique form{
    display: inline-block;
    width: 90%;
    max-width: 600px;
}

section#indique form h1{
    display: inline-block;
    width: 90%;
    font-size: 30px;
    color: #0b4454;
    font-weight: 700;
    margin-bottom: 20px;
}

section#indique form h2{
    display: inline-block;
    width: 90%;
    text-align: left;
    color: #333;
    font-weight: 700;
    font-size: 25px;
    margin-top: 40px;
}

section#indique form input{
    display: inline-block;
    width: 90%;
    height: 45px;
    font-size: 17px;
    text-indent: 10px;
    margin-top: 15px;
    font-weight: 700;
    border: none;
}

section#indique form input#botao{
    text-indent: 0;
    background-color: #0b4454;
    margin-top: 30px;
    color: #fff;
    font-size: 20px;
    width: 180px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

section#indique form input#botao:hover{
    background-color: #399bb9;
}

div#aviso{
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 30px 0;
}

div#aviso p{
    display: inline-block;
    width: 90%;
    max-width: 600px;
    color: #333;
    font-size: 18px;
}

div#aviso p strong{
    color: #0b4454;
}

section#participar{
    float: left;
    width: 100%;
    margin: 50px 0;
}

section#participar h1{
    display: inline-block;
    width: 90%;
    font-size: 35px;
    color: #0b4454;
    font-weight: 700;
    margin-bottom: 20px;
}

section#participar div.etapa{
    display: inline-block;
    width: 90%;
    max-width: 320px;
    margin-top: 50px;
}

section#participar div.etapa h2{
    display: inline-block;
    width: 100%;
    font-size: 40px;
    color: #0b4454;
    font-weight: 700;
}

section#participar div.etapa strong{
    display: inline-block;
    width: 100%;
    font-size: 25px;
    color: #0b4454;
    margin-top: 20px;
}

section#participar div.etapa p{
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    color: #333;
}

section#participar span#regras{
    display: inline-block;
    width: 90%;
    margin-top: 50px;
}

section#participar span#regras strong{
    display: inline-block;
    width: 100%;
    font-size: 40px;
    color: #0b4454;
}

section#participar span#regras a{
    display: inline-block;
    padding: 15px 25px;
    background-color: #0b4454;
    color: #fff;
    margin-top: 20px;
    font-size: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

section#participar span#regras a:hover{
    background-color: #399bb9;
}

section#participar span#regras b{
    font-weight: 700;
}

@media screen and (min-width: 768px){
    section#indique form h1{
        font-size: 40px;
        text-align: left;
    }

    section#indique form input.medio{
        width: 44.5%;
    }

    section#indique form input#botao{
        float: right;
        margin-right: 30px;
    }

    section#participar h1{
        text-align: left;
        font-size: 45px;
    }

    div#aviso p, section#participar div.etapa strong, section#participar div.etapa p{
        text-align: left;
    }

    section#participar span#regras strong{
        font-size: 50px;
    }

    section#participar span#regras a{
        font-size: 25px;
    }
}

@media screen and (min-width: 1024px){
    
}

@media screen and (min-width: 1200px){
    section#participar div.etapa{
        margin: 40px 25px 0 25px;
    }
}
/* Ajuste: placeholders sem negrito e campos com borda clara */
section#indique form input:not(#botao){
    border: 1px solid #e1e1e1 !important;
    box-sizing: border-box;
    font-weight: 400 !important;
}

section#indique form input::placeholder{
    font-weight: 400 !important;
    opacity: 1;
}
