@charset "utf-8";

section#form-infos {
    float: left;
    width: 100%;
    padding: 50px 0;
}

section#form-infos h1{
    display: inline-block;
    width: 90%;
    color: #a60000;
    font-size: 30px;
    font-weight: 700;
}

section#form-infos div.infos {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

section#form-infos div.infos figure{
    display: inline-block;
    width: 90%;
    margin-top: 30px;
}

section#form-infos div.infos figure figcaption{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

section#form-infos div.infos figure figcaption strong {
    color: #a60000;
    font-size: 25px;
}

section#form-infos div.infos figure figcaption p {
    display: inline-block;
    width: 100%;
    color: #666;
    line-height: normal;
    font-weight: 700;
    margin-top: 5px;
}

section#form-infos form#form {
    display: inline-block;
    width: 90%;
    margin-top: 30px;
}

section#form-infos form#form input, section#form-infos form#form textarea {
    display: inline-block;
    width: 99%;
    /* border: 1px solid #e7e8e5; colocar essa depois */
    border: 0 none;
    color: #5a5a5a;
    font-family: 'montserrat-regular', sans-serif;
    font-size: 18px;
    text-indent: 10px;
    padding: 15px 0;
    margin: 5px 0;
}

section#form-infos form#form input::placeholder, section#form-infos form#form textarea::placeholder {
    padding: 5px;
    color: #5a5a5a;
    font-family: 'montserrat-regular', sans-serif;
}

section#form-infos form#form textarea {
    resize: none;
    height: 150px;
}

section#form-infos form#form input.envia {
    float: right;
    display: unset;
    width: unset;
    cursor: pointer;
    padding: 10px 35px;
    font-family: 'montserrat-bold', sans-serif;
    color: #ffffff;
    background-color: #a60000;
    transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
}

section#form-infos form#form input.upload-arquivos[type="file"] {
    display: none;
}

section#form-infos form#form label.anexar span#file-name {
    display: inline-block;
    width: 97%;
    /* border: 1px solid #e7e8e5; colocar essa depois */
    border: 0 none;
    color: #5a5a5a;
    background-color: #ffffff;
    font-family: 'montserrat-regular', sans-serif;
    font-size: 18px;
    padding: 10px 0 10px 7px;
    margin: 5px 0;
    text-align: left;
    cursor: pointer;
}

section#form-infos form#form label.anexar p {
    display: inline-block;
    color: #ffffff;
    font-family: 'montserrat-regular', sans-serif;
    font-size: 18px;
    padding: 11px 15px;
    margin: 5px 0;
    border:1px solid #408ddb;
    background-color: #408ddb;
    cursor: pointer;
    transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
}

section#form-infos form#form label.anexar p:hover {
    color: #408ddb;
    background-color: #ffffff;
}


section#form-infos form#form input.envia:hover {
    background-color: #7a0000;
}

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

section#app div#cont-app{
    display: inline-block;
    width: 90%;
    border-radius: 20px;
    background-color: #7a0000;
    color: #fff;
    padding: 50px 0;
    position: relative;
}

section#app div#cont-app img#celulares{
    display: none;
}

section#app div#cont-app h1{
    display: inline-block;
    width: 90%;
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
}

section#app div#cont-app h2{
    display: inline-block;
    width: 90%;
    margin-top: 10px;
    font-size: 20px;
}

section#app div#cont-app p{
    display: inline-block;
    width: 90%;
    margin-top: 20px;
    font-size: 15px;
    line-height: normal;
}

section#app div#cont-app a{
    display: inline-block;
    width: 144px;
    height: 49px;
    vertical-align: middle;
    margin: 20px 5px 0 5px;
    background: left top no-repeat;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

section#app div#cont-app a#googleplay{
    background-image: url(../imagens/google-play.png);
}

section#app div#cont-app a#applestore{
    width: 136px;
    background-image: url(../imagens/apple-store.png);
}

section#app div#cont-app a:hover{
    background: left bottom no-repeat;
}

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

    section#form-infos form#form {
        max-width: 600px;
        margin-right: 20px;
    }

    section#form-infos form#form input.metade-linha {
        width: 48%;
    }

    section#form-infos form#form input.mar-esqr {
        margin-left: 2%;
    }

    section#form-infos form#form label.anexar  {
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
    

    section#form-infos form#form label.anexar span#file-name {
        width: 201px;
        height: 18px;
        font-size: 14px;
        margin: 5px 0;
    }

    section#form-infos form#form label.anexar p {
        padding: 10px 13px;
    }

    section#form-infos div.infos{
        width: 450px;
        text-align: left;
    }

    section#form-infos div.infos figure img{
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
    }

    section#form-infos div.infos figure figcaption{
        width: 280px;
        vertical-align: middle;
        text-align: left;
        margin-top: -5px;
    }

    section#form-infos div.infos figure figcaption strong{
        font-size: 30px;
    }

    section#form-infos div.infos figure figcaption p{
        font-size: 18px;
    }

    section#app div#cont-app div#cont-dir{
        float: right;
        width: 55%;
        text-align: left;
    }

    section#app div#cont-app h1{
        font-size: 40px;
    }

    section#app div#cont-app h2{
        font-size: 25px;
    }

    section#app div#cont-app img#celulares{
        display: inline-block;
        position: absolute;
        width: 50%;
        top: 80px;
        left: -40px;
    }
}

@media screen and (min-width: 1024px){
    section#form-infos h1{
        text-align: left;
    }

    section#form-infos form#form{
        float: left;
        width: 500px;
        margin-left: 20px;
    }

    section#form-infos div.infos{
        float: right;
    }

    section#form-infos div.infos figure:first-of-type{
        margin-top: 10px;
    }

    section#app div#cont-app div#cont-dir{
        width: 45%;
    }

    section#app div#cont-app img#celulares{
        top: 10px;
        width: 55%;
        left: -50px;
    }
}

@media screen and (min-width: 1200px){
    section#form-infos h1{
        width: 100%;
    }

    section#form-infos form#form{
        width: 700px;
        margin-left: 0;
    }

    section#form-infos div.infos{
        float: right;
    }

    section#app{
        margin-top: 80px;
    }

    section#app div#cont-app{
        width: 80%;
    }

    section#app div#cont-app div#cont-dir{
        width: 50%;
    }

    section#app div#cont-app img#celulares{
        width: 53%;
        left: -60px;
    }
}

/* ===== AJUSTE FORMULÁRIO: BOTÃO ENVIANDO E CAMPOS ===== */
section#form-infos form input:not(#botao),
section#form-infos form textarea{
    border:1px solid #e1e1e1 !important;
    box-sizing:border-box;
    font-weight:400 !important;
}

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

section#form-infos form input#botao:disabled,
section#form-infos form button[type="submit"]:disabled{
    opacity:.75;
    cursor:wait;
}

/* ===== Ajuste final: bg.png no fundo e imagem visível no responsivo ===== */
section#app div#cont-app,
section#app-escolha div#cont-app{
    background-color: #a60000 !important;
    background-image: url(../imagens/bg.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

@media screen and (max-width: 767px){
    section#app div#cont-app,
    section#app-escolha div#cont-app{
        display: flex !important;
        flex-direction: column-reverse !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: calc(100% - 28px) !important;
        max-width: 430px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 34px 18px 0 18px !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    section#app div#cont-app div#cont-dir,
    section#app-escolha div#cont-app div#cont-dir{
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        text-align: center !important;
        position: relative !important;
        z-index: 2 !important;
        box-sizing: border-box !important;
    }

    section#app div#cont-app h1,
    section#app-escolha div#cont-app h1{
        width: 100% !important;
        margin-top: 0 !important;
        font-size: 30px !important;
        line-height: 1.05 !important;
    }

    section#app div#cont-app h2,
    section#app-escolha div#cont-app h2,
    section#app div#cont-app p,
    section#app-escolha div#cont-app p{
        width: 100% !important;
    }

    section#app div#cont-app img#celulares,
    section#app div#cont-app img#mulher-g3,
    section#app div#cont-app img#homem-g3,
    section#app-escolha div#cont-app img#mulher-g3{
        display: block !important;
        float: none !important;
        position: relative !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        width: 88% !important;
        max-width: 335px !important;
        height: auto !important;
        margin: 22px auto -6px auto !important;
        transform: none !important;
        z-index: 1 !important;
        align-self: center !important;
    }
}
