
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i,900,900i&display=swap');

/*********************************************** Reset ***********************************************/

* { margin: 0; padding: 0; box-sizing: border-box; }

*::before, *::after { box-sizing: border-box; }

ol, ul, li { list-style: none; }

a, :link, :visited { outline: 0; text-decoration: none; cursor: pointer; }

* input, * select, * textarea { font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-size: 18px; }

textarea { resize: none; }

img { border: 0 none; max-width: 100%; }

/*********************************************** Auxiliares ***********************************************/

.ClearBoth { height: 0; line-height: 0; font-size: 0; clear: both; }

.FloatLeft { float: left; }

.FloatRight { float: right; }

.Table { display: table; width: 100%; }

.Cell { display: table-cell; height: 100%; vertical-align: middle; }

.Botao { font-size: 28px; border: 3px solid #4b6eff; border-radius: 28px; line-height: 34px; font-weight: bold; text-align: center; max-width: 400px; }
.Botao a, .Botao span { padding: 15px 45px; color: #4b6eff; display: table; }

.Voltar { float: right; margin-top: 40px; margin-bottom: 25px; }

.Aba { display: none }

.Aba.active { display: table; }

.Box { background-color: rgba(0,0,0,0.6); /* background-image: url("../imagens/overlay.png"); */ border-radius: 7px; margin: 0 auto 50px; padding: 25px; width: 95%; color: #ffffff; text-align: center; }

/*********************************************** Estrutura ***********************************************/
html, body { min-height: 100%; height: 100%; }

body { font-family: "Montserrat", Helvetica,Arial; font-size: 18px; line-height: 28px; background: #ffdc00; }

section { display: table; width: 100%; }

section .Content, header .Content { display: table-cell; vertical-align: middle; position: relative; }

.Conteudo { margin: 0 auto; max-width: 1024px; position: relative; width: 100%; text-align: center; }

.btn { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 4px; }
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.btn:hover,
.btn:focus,
.btn.focus { color: #333; text-decoration: none; }
.btn:active,
.btn.active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); }

input[type="text"], input[type="email"], input[type="tel"], input[type="date"], input[type="cpf"], input[type="cep"], textarea { border: 1px solid rgba(59, 55, 89, 0.2); font-size: 16px; height: 50px; padding: 0 15px; width: 100%; border-radius: 30px; margin-bottom: 20px; line-height: 50px; display: block; }
input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, input[type="date"]::placeholder, input[type="cpf"]::placeholder, input[type="cep"]::placeholder, textarea::placeholder { font-weight: 900; color: #000000; opacity: 1; letter-spacing: 1.5px; font-size: 12px; text-transform: uppercase; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { width: 100%; background: transparent; color: #000000; font-size: 22px; border: 2px solid #000000; margin-bottom: 20px; max-width: 200px; font-weight: bold; text-transform: uppercase; line-height: 64px; letter-spacing: 2px; border-radius: 50px; cursor: pointer; }

textarea { height: 100px; }

select { border: 1px solid #0869AE; height: 40px; width: 100%; border-radius: 4px; margin-bottom: 40px; }

.row { clear: both; display: inline-block; float: left; padding: 15px 0 0; width: 100%; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; }

h2 { font-size: 51px; line-height: 51px; color: #ffdc00; text-transform: uppercase; font-weight: 900; }

h3 { }

h4 { }

small { text-align: center; width: 100%; display: table; font-size: 18px; line-height: 21px; color: #0869AE; }

.nav-mobile-toggle { display: none; }

.navbar-toggle { border-radius: 4px; cursor: pointer; display: block; float: left; height: 45px; padding: 10px 15px; border: 0; background: transparent; box-shadow: none; width: 65px; margin-bottom: 0; }

.navbar-toggle .icon-bar { background-color: #0869AE; display: block; height: 5px; margin-top: 3px; transition: transform 0.3s ease 0s; width: 100%; }

.navbar-toggle .icon-bar:first-child { margin-top: 0; }

.ui-helper-hidden-accessible { display: none; }

.owl-carousel .owl-nav { position: absolute; top: 70px; width: 100%; z-index: 55; font-size: 70px; left: -25px; }
.owl-carousel .owl-nav button.owl-next { float: right; margin: 0; box-shadow: none; width: auto; height: auto; }
.owl-carousel .owl-nav button.owl-prev { float: left; margin: 0; height: auto; width: auto; box-shadow: none; }
.owl-carousel .owl-nav button.owl-next.disabled, .owl-carousel .owl-nav button.owl-prev.disabled { display: none; }

/*********************************************** Conte�do ***********************************************/

header { background: #ffffff; display: table; width: 100%; height: 210px; }
header .Conteudo { display: table; height: 100%; min-height: 100%; max-width: 1070px; }
header .title { display: table-cell; vertical-align: middle; text-align: left; }
header .title h2 { max-width: 465px; color: #000000; font-size: 23px; line-height: 34px; font-weight: 400; letter-spacing: 7px; }
header .title h2 strong { display: block; font-size: 51px; line-height: 51px; color: #ffdc00; font-weight: 900; letter-spacing: 0; margin-bottom: 5px; }
header .logo { display: table-cell; vertical-align: middle; text-align: right; }



.secHome { padding-top: 65px; padding-bottom: 100px; }
.secHome > .Content:after { content: " "; background: #fece07; height: 470px; width: 100%; position: absolute; left: 0; top: 770px; z-index: 2; }
.secHome > .Content > .Conteudo { position: relative; z-index: 3; }
.secHome .ilustracao { max-height: 183px; margin-top: 30px; }
.secHome .formulario { }
.secHome .formulario form { position: relative; max-width: 784px; margin: 0 auto; }
.secHome .formulario form input[type="tel"], .secHome .formulario form input[type="email"] { width: 48%; display: inline-block; float: left; margin-left: 4%; }
.secHome .formulario form input[type="email"] { margin-left: 0; }
.secHome .formulario form textarea { height: 206px; resize: none; }
.secHome .formulario .selo { position: absolute; z-index: 5; right: -80px; top: -105px; }
.secHome .formulario .balao { background-image: url(../imagens/balao.png); background-repeat: no-repeat; background-position: top; max-width: 784px; padding-top: 30px; padding-left: 70px; padding-right: 70px; height: 575px; z-index: 4; }
.secHome .formulario .balao .envio { width: 100%; text-align: right; display: block; position: relative; padding-top: 25px; padding-right: 15px; margin-top: 75px; right: -70px; }
.secHome .formulario .balao .envio label { position: absolute; right: 0; top: 0; z-index: 10; color: #ffdc00; font-size: 22px; line-height: 70px; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase; background: #000000; border-radius: 50px; width: 100%; max-width: 415px; text-align: center; cursor: pointer; }
.secHome .formulario .balao .envio input {  max-width:50%; }
.secHome .formulario .megafone { z-index: 3; margin-bottom: 30px; margin-left: 100px; margin-top: 10px; }
.secHome .formulario .enviar { margin-top: 60px; }
.secHome .formulario .enviar .Cell { width: 50%; vertical-align: top; }
.secHome .formulario .enviar label { display: block; text-align: left; vertical-align: top; }


.Page.Envio, .secEnvio { height: 100%; }
.secEnvio { padding: 70px 0; }
.secEnvio .cadastrados { width: 100%; border: 1px; }
.secEnvio .cadastrados thead { font-weight: bold; }
.secEnvio .cadastrados tbody { }
.secEnvio .cadastrados tbody tr td { border-top: 1px solid #000000; padding: 10px 7px; vertical-align: top; word-wrap: break-word; word-break: break-all; max-width: 8%; width: 100%; }

.cadastrado { width: 100%; text-align: left; margin-top: 25px; border-top: 1px solid; padding-top: 25px; }
.cadastrado:first-child { padding: 0; margin: 0; border: 0; }
.cadastrado td { width: 50%; word-wrap: break-word; word-break: break-all; padding-right: 10px; }
.cadastrado .depoimento { padding: 15px 0; }


@media screen and (max-width: 1220px) { }

@media screen and (max-width: 1100px) {
    section .Content, header .Content { padding-left: 15px; padding-right: 15px; }
}

@media screen and (max-width: 965px) {
    header .title h2 { font-size: 20px; line-height: 30px; }
    header .title h2 strong { font-size: 44px; line-height: 44px; }
    .secHome .formulario .selo { right: 0; top: -130px; }
}

@media screen and (max-width: 800px) {

    .secHome .formulario .balao { max-width: 95%; background-position: bottom; margin-left: auto; margin-right: auto; }
}

@media screen and (max-width: 768px) {
    header .title h2 { font-size: 14px; line-height: 24px; }
    header .title h2 strong { font-size: 36px; line-height: 36px; }
    .secHome .ilustracao { text-align: left; }
    .secHome .formulario .balao { padding-left: 30px; padding-right: 30px; }
    .secHome .formulario .balao .envio { right: -30px; }
    .secHome .formulario .balao .envio label { font-size: 18px; max-width: 365px; }

    .secHome .formulario .enviar .Cell { display: table; width: 100%; margin-top: 15px; }
}

@media screen and (max-width: 500px) {
    header .Conteudo { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; flex-flow: column; }
    header .title { display: table; width: 100%; order: 2; margin: 15px 0; text-align: center; }
    header .title h2 { font-size: 16px; line-height: 24px; }
    header .title h2 strong { font-size: 28px; line-height: 30px; }
    header .logo { display: table; width: 250px; order: 1; margin: 15px auto; }
    #upArquivo { width:100%; opacity:0; }
    .secHome .formulario .selo { width: 80px; top: -50px; }
    .secHome .formulario form input[type="tel"], .secHome .formulario form input[type="email"] { width: 100%; margin-left: 0; }
    .secHome .formulario form textarea { height: 150px; resize: none; }
    .secHome .formulario .balao .envio { right: 0; width: calc(100% + 60px); margin-left: -30px; }
    .secHome .formulario .megafone { z-index: 3; margin-bottom: 30px; margin-left: auto; margin-top: 50px; max-width: 70%; margin-right: auto; }
    .secHome .formulario .enviar { margin-top: 15px; }
    .secHome .formulario form textarea { height: 150px; resize: none; line-height: 20px; padding-top: 15px; }
}
