
.container {position:relative; width:100%; max-width:1120px; margin:0 auto; padding: 0 20px; box-sizing:border-box; }
.container-fluid {position:relative; width:100%; margin:0 auto; padding: 0; box-sizing:border-box; }
.column,.columns { width: 100%; float: left; box-sizing: border-box; }
.pad2{padding:20px 0}.pad3{padding:30px 0}.pad4{padding:40px 0}.pad5{padding:50px 0}.pad6{padding:60px 0}.pad8{padding:80px 0}
.padd{padding:80px 0; min-height:60px}.pad{padding:20px}
.br{color:#fff}
.brbg{background-color:#fff}
.blu{color:#004191}
.maincor{color:#ffb600}
.maincorbg{background-color:#ffb600}
.ora{color:#FF6c00}
.orabg{background-color:#FF6c00}
.ouro{color:#ffbc0d}
.ourobg{background-color:#ffbc0d}
.red{color:#ff0000}
.redbg{background-color:#ff0000}
.bk{color:#000}
.bkbg{background-color:#000}
.cz{color:#505050}
.czbg{background-color:#505050}
.verd{color:#91ce39}
.amabg{background-color:#ffec00}
.ama{color:#ffec00}
.redbgdeg{ background:rgb(83,0,0); background:linear-gradient(0deg, rgba(83,0,0,1) 31%, rgba(243,0,0,1) 100%); }
.som{text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);}
.somd{-webkit-box-shadow:0px 0px 12px 0px rgba(0,0,0,0.2);-moz-box-shadow:0px 0px 12px 0px rgba(0,0,0,0.2);box-shadow:0px 0px 12px 0px rgba(0,0,0,0.2);}
.tsom{text-shadow:1px 1px 9px rgba(0, 0, 0, 0.3);}
.over{position:absolute; float:left;z-index:100;}
.trans{background-color: cornflowerblue;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);opacity:0.5}
.oki{text-transform: uppercase}
.img-circle {border-radius: 50%;}
#ganhadores{padding:120px 0 80px 0}

.selo{-webkit-box-shadow:0px 20px 24px 0px rgba(74,74,74,0.25);-moz-box-shadow:0px 20px 24px 0px rgba(74,74,74,0.25);box-shadow:0px 20px 24px 0px rgba(74,74,74,0.25); z-index:70;background-color:#f3b233; padding:35px 20px; border-radius:9px;}

.zoom{transition: transform 0.2s;}
.zoom:hover{transform: scale(1.15)}

.pulsa {animation:pulse 0.33s infinite; animation-name:pulse; animation-timing-function:ease-out; animation-delay:0; animation-direction:alternate; animation-iteration-count:infinite;}
@keyframes pulse {
  0% {transform: scale(1)}
  100% {transform: scale(1.17)}
}

.row {padding:0 20px}

.modal-window {position:fixed; background-color: rgba(255, 255, 255, 0.8); top:0; right:0; bottom:0; left:0; z-index:999999; visibility: hidden; opacity: 0; pointer-events:none; -webkit-transition: all 0.3s; transition: all 0.2s}
.modal-window:target { visibility: visible; opacity: 1; pointer-events: auto;}
.modal-window > div {max-width:300px; width:100%; padding:30px; position:absolute; top:40%; left:50%; -webkit-transform:translate(-50%, -50%);transform: translate(-50%, -50%); padding:2em; background:#ffffff; -webkit-box-shadow: 0px 0px 90px 0px rgba(0,0,0,0.26); -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.26); box-shadow: 0px 0px 90px 0px rgba(0,0,0,0.26); border-radius:6px}
.modal-close {line-height:50px; font-size:80%; font-weight:bolder; float:right; margin-top:-24px; width:auto; text-decoration:none}
.modal-window div:not(:last-of-type) { margin-bottom: 15px;}


/* For devices larger than 400px */
@media (min-width: 600px) {
    .container {width: 85%; padding: 0; }
    .row {padding:0}
}

/* For devices larger than 550px */
@media (min-width:640px) {
  .container { width:90%; }
  .column, .columns { margin-left:4%; }
  .column:first-child, .columns:first-child { margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}



html {font-size: 62.5%; margin: 0; padding:0; overflow-x:hidden; text-rendering:optimizeLegibility; overflow-x: hidden; scroll-behavior:smooth}
body {font-size:1.5em; font-family:'PT Sans', sans-serif; line-height:1.4; font-weight:400; color:#222; background-color:#eee; scroll-behavior:smooth; margin:0; background-color:#fff; overflow-x: hidden}


h1, h2, h3, h4, h5, h6 {margin-top:1rem; margin-bottom:1.4rem; color:#db0007; line-height:1.2; letter-spacing:-0.01em}
h1 { font-size: 4.2rem; line-height:105%}
h2 { font-size: 3.2rem; }
h3 { font-size: 2.7rem; font-weight:400}
h4 { font-size: 1.8rem; font-weight:400}
h5 { font-size: 1.6rem; }
h6 { font-size: 1.4rem; }

/* Larger than phablet */
@media (min-width: 950px) {
.hhome { font-size: 8rem;}
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.3rem; }
  h4 { font-size: 2.2rem; }
  h5 { font-size: 1.8rem; }
  h6 { font-size: 1.5rem; }
}

p {margin:0; font-size:1.1em; font-weight:300}
a {color:#db0007; text-decoration:none;-webkit-transition:color 0.2s ease-in; -moz-transition:color 0.2s ease-in; -o-transition:color 0.2s ease-in}
a:hover {color:#000}




.button,button,input[type="submit"],input[type="reset"],
input[type="button"] {display:inline-block; height:52px; padding:0 38px; color:#fff; text-align:center; font-size:1.2em; line-height:1.2em; text-decoration:none; white-space:nowrap; background-color:#ff0000; border-radius:45px; cursor:pointer; box-sizing:border-box; border:1px none #fff; letter-spacing:-0.01em; font-weight:600}
.button:hover,button:hover,input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,.button:focus,button:focus,input[type="submit"]:focus,input[type="reset"]:focus,input[type="button"]:focus {color:#fff; outline: 0; background-color:#000}
.button.button-primary,button.button-primary,input[type="submit"].button-primary,input[type="reset"].button-primary,
input[type="button"].button-primary {font-size:21px; padding:auto 50px; height:58px; background:#db0007; color:#fff}
.button.button-primary:hover,button.button-primary:hover,input[type="submit"].button-primary:hover,input[type="reset"].button-primary:hover,input[type="button"].button-primary:hover,.button.button-primary:focus,button.button-primary:focus,input[type="submit"].button-primary:focus,input[type="reset"].button-primary:focus,input[type="button"].button-primary:focus {color:#FFF; background-color:#000}
.simple{background-color:#fff; color:#333; height:46px}
.novacompra{font-size:0.9em; padding:0 15px; height:33px; margin-top:8px}
.out{border:2px solid #555; background-color:#fff; color:#333; font-size:1em; padding:0 20px; font-weight:400; margin:12px auto 0px auto}


input[type="email"],input[type="number"],input[type="search"],input[type="text"],input[type="tel"],input[type="url"],input[type="password"],input[type="date"],textarea,select {height:42px; padding:9px 10px; font-size:1.2em; background-color:#fff; border:0px solid #888; border-radius:4px; box-shadow:none; box-sizing:border-box; -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2); margin:10px 0}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],input[type="number"],input[type="search"],input[type="text"],input[type="tel"],input[type="url"],input[type="password"],
textarea {-webkit-appearance: none; -moz-appearance: none;appearance: none; }
textarea {min-height: 65px; padding-top: 6px; padding-bottom: 6px; }
input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="text"]:focus,input[type="tel"]:focus,input[type="url"]:focus,input[type="password"]:focus,textarea:focus,select:focus {border:2px solid #000; outline: 0; }
label,legend {display: block; margin-bottom: .5rem; font-weight: 600; }
fieldset { padding: 0; border-width: 0; }
input[type="checkbox"],input[type="radio"] { display: inline; padding: 5px}
label > .label-body { display: inline-block; margin-left: .5rem; font-weight: normal; }

.missao{width:260px; height:60px; padding:5px 32px; white-space:normal; clear:both; text-transform:uppercase; font-size:0.9em; font-weight:600; color:#000; background:rgba(255,255,255,0.5);}


#datan {background-color:#fff;width:250px;margin:2px 0 0 3px;padding:8px 5px 4px 7px;position:absolute;z-index:50;display:block}
#datan a {color:#aaa;cursor:default}


ul {list-style: circle inside; }
ol {list-style: decimal inside; }
ol, ul {padding-left: 0; margin-top: 0; }
ul ul,ul ol,ol ol,ol ul {margin: 1.5rem 0 1.5rem 3rem; font-size: 90%; }
li {margin-bottom: 1rem; }



@media screen and (min-width:320px) {
table {border-collapse:collapse; margin:0; padding:0; width:100%; margin-left:0%; table-layout:fixed}
table caption {font-size:1.5em; margin:.5em 0 .75em 0}
table tr {padding:2em 0}
table th,table td {padding:.625em .4em; text-align:left; border-bottom:1px solid #E1E1E1; font-size:0.7em}
table th, thead {padding:.625em .4em; font-size:.8em; text-transform:uppercase; font-weight:bold; background-color:#333; color:#fff}
tbody tr:nth-child(odd){background-color:#e9e9e9}
table tr td:first-child {}
table tr td:last-child {width:4em;}
.uf{width:36px}
.padr{font-size:22px}
.ttd {font-size:13px}
}

@media screen and (min-width:550px) {
table {border-collapse: collapse; width:100%; margin-left:0; table-layout:fixed}
table caption {font-size:1.5em; margin:.5em 0 .75em 0}
table tr {padding:2em 0}
table th,table td { padding:.625em 0; text-align:center; border-bottom:1px solid #E1E1E1; font-size:0.9em}
table th, thead {font-size:.9em; text-transform:uppercase; font-weight:bold; background-color:#333; color:#fff}
tbody tr:nth-child(odd){background-color:#e9e9e9}
table tr td:first-child {width:2em; min-width:2em; max-width:2em; word-break:break-all;}
table tr td:last-child {width:12em; word-break:normal}
.uf{width:60px}
.padr{font-size:22px}
.ttd {font-size:15px}
}

#como table th,table td {padding:.625em 0; text-align:center; border-bottom:none; font-size:0.9em}
#como table tr td:first-child {width:6.5em; max-width:8em; word-break:break-all;}
#como table img{width:75px; margin-bottom:-5px}
#como tbody tr:nth-child(odd){background:none}




button,.button {margin-bottom: 1rem; }
input,textarea,select,fieldset {margin-bottom: 1.5rem; }
pre,blockquote,dl,figure,table,p,ul,ol {margin-bottom: 2.5rem; }

.u-full-width {width:100%; box-sizing:border-box}
.u-max-full-width,.u-half-width {width:100%;  box-sizing:border-box}
.u-pull-right {float:right}
.u-pull-left {float:left}
.text-center{text-align: center}
.text-just{text-align: justify}
.it{font-style: italic}
.upper{text-transform:uppercase}
.spa{letter-spacing:0.1em}
.leve{font-weight:300}
.b{font-weight:700}
hr {margin-top:2rem; margin-bottom:2.5rem; border-width:0; border-top: 1px solid #E1E1E1}
.container:after,.row:after,.u-cf { content:""; display:table; clear:both}


@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
  0%, 100% { transform: scale(0.0);-webkit-transform: scale(0.0);
  } 50% { transform: scale(1.0); -webkit-transform: scale(1.0); }
}









@media (min-width: 320px) {
#bops{position:absolute;top:15px; left:0; z-index:99}
button.bop {margin:2px; padding:3px 11px; font-size:1.2rem; height:25px; line-height:1.2rem; background:#f7f7f7; text-decoration:none; white-space:nowrap; cursor:pointer; box-sizing:border-box; border:0px solid #fff; color:#000}

.hero{width:100%; height:560px; z-index:0; background-image:url(../img/bg1.jpg); background-position:top left; background-size:310% auto; background-repeat:no-repeat; background-attachment:fixed}
#logo{position:relative; width:60%;height:auto; top:auto;left:auto; margin:72px auto auto 45%}
#cadhero{position:fixed; z-index:999; width:50%; bottom:5px; left:25%; border:2px solid #fff}
#pessoa{display:none;position:absolute; width:82%;height:auto; top:auto;left:auto; margin:45px auto auto -37%; z-index:2}
#pessoam{position:absolute; width:80%;height:auto; top:40px;left:0; margin:45px auto auto 0; z-index:2}
#selo{position:absolute; width:56%;height:auto; top:300px; right:10px}
#carros{margin-top:-10px}
.logomenu{width:90px; height:auto; margin:14px 0 0 30px}
.aumente{text-align:center; padding:30px 0 0 0}
#top{position:fixed; background:#fff; top:0; left:0; z-index:9; height:54px; width:100%; }
.marca{width:90px; height:auto}
.play{margin:-40px 0 60px 0}
.marca{width:110px;height:auto}

#video,#como{padding:20px 10px 0 0; background-image:url(../img/bg2.jpg); background-size:cover; background-repeat:no-repeat; background-position:bottom center; background-color:#fff; background-attachment:fixed}
.comobox{background:#FF6c00; padding:60px 30px 45px 30px; -webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,.07);-moz-box-shadow:0 3px 3px 0 rgba(0,0,0,.07);box-shadow: 0 3px 3px 0 rgba(0,0,0,.07); border-radius:50%; width:300px; height:300px; max-height:300px; text-align:center}
#cad,#compra{background:#fff;padding:20px; -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);}
#cad .row{padding:0}
#inframe{margin:20px auto 50px auto;padding:22px;border-radius:12px}

.tab {display:none;}
.tab input.invalid {background-color:#ffdddd}
.pe {background:#f1f1f1; padding:60px 10px 90px 10px; bottom:-22px; top:0}
.pe a{color:#7d7d7d; font-weight:400}
.pe a:hover {color:red}
.pe img{margin:35px 8px; width:33px}
.pe img.app{width:auto; height:48px; margin:8px 4px; display:inline-block}

.num{padding:20px 10px 20px 0;float:left; clear:left; border-bottom:1px #555 solid}
.num img{float:left; padding:10px 20px 10px 0}
.num2{padding-bottom:120px;float:left}
.mao{left:-32.5%;top:-20px; width:500px;height:auto; position:absolute; }
.chamadain{display:none}
.ma{font-size:1em; padding:0 38px 2px 38px; margin-bottom:25px}

#balloon-container {position:absolute;top:0; height:100vh; width:100%; padding:1em; box-sizing:border-box; display:flex; flex-wrap:wrap; overflow:hidden; z-index:-1}
.balloon {height:145px; width:100px; position:relative; background-image:url(../img/balao.png); background-repeat:no-repeat; background-size:contain}
@keyframes float {
  from {transform:translateY(100vh); opacity:1}
  to {transform:translateY(-300vh); opacity:0.8}
}

#nav-icon4 {width:36px; height:20px; position:fixed; top:2px; right:10px; -webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out; transition:.5s ease-in-out; cursor:pointer; z-index:999; background:none; padding:20px; border-radius:0 0 0 12px}
#nav-icon4 span {display:block; position:absolute; height:5px; width:60%; margin:13px auto 10px 21.4%; background:#444; border-radius:4px; opacity: 1; left: 0; -webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg); -webkit-transition: .25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;}
#nav-icon4 {}
#nav-icon4 span:nth-child(1) {top:0px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;}
#nav-icon4 span:nth-child(2) {top:10px; -webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;}
#nav-icon4 span:nth-child(3) {top:20px;-webkit-transform-origin:left center;-moz-transform-origin:left center; -o-transform-origin:left center; transform-origin:left center;}
#nav-icon4.open span:nth-child(1) {-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg); transform: rotate(45deg); top:-11px; left:7px; background-color:#444}
#nav-icon4.open span:nth-child(2) { width: 0%; opacity: 0;}
#nav-icon4.open span:nth-child(3) {-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform: rotate(-45deg); top:20px; left:7px; background-color:#444}

.overlay {position:fixed; background:#e00000; top:0; left:0; width:100%; height:0%; opacity:0; visibility:hidden; -webkit-transition: opacity .35s, visibility .35s, height .35s; transition:opacity .35s, visibility .35s, height .35s; overflow: hidden; z-index:250; -webkit-box-shadow:0px 0px 32px 0px rgba(0,0,0,0.6);-moz-box-shadow:0px 0px 32px 0px rgba(0,0,0,0.6);box-shadow:0px 0px 32px 0px rgba(0,0,0,0.6);}
.overlay.open {opacity:1; visibility:visible; height:72%;}
.overlay.open li {-webkit-animation:fadeInRight .5s ease forwards; animation:fadeInRight .5s ease forwards; -webkit-animation-delay:.35s; animation-delay:.35s;}
.overlay.open li:nth-of-type(2) {-webkit-animation-delay:.4s; animation-delay:.4s;}
.overlay.open li:nth-of-type(3) {-webkit-animation-delay:.45s; animation-delay:.45s;}
.overlay.open li:nth-of-type(4) {-webkit-animation-delay:.50s; animation-delay:.50s;}
.overlay nav {position:relative; height:75%; top:50%; -webkit-transform:translateY(-50%); transform:translateY(-50%); font-size:20px; text-align:center}
.overlay ul {list-style:none; padding:0; margin:0 auto; display:inline-block; position:relative; height:100%}
.overlay ul li {display:block; height:10%; height: calc(100%/9); min-height:30px; position:relative; opacity:100; font-size:1em; font-weight:bolder; text-transform:uppercase; text-align:center}
.overlay ul li a {display:block; position:relative; color:#fbe100; text-decoration:none; letter-spacing:-0.033em; z-index:99999}
.overlay ul li a:hover {color:#f7d100}

.wrap-collapsible {margin:2rem 0}
.lbl-toggle h4{padding:0; font-size:2rem; text-transform:none; line-height:110%}
input[type='checkbox'] {display:none;}
.lbl-toggle {display:block; font-size:1.8rem; line-height:1rem; text-transform:uppercase; padding:1.4rem 0.7rem 0 1.4rem; color:#1c2f6e; background:#fff; cursor:pointer; border-radius:10px; transition:all 0.25s ease-out; margin-bottom:0; box-shadow:rgba(15, 20, 31, 0.15) 0px 0px 18px 0px;}
.lbl-toggle:hover { color:#1c2f6e}
.lbl-toggle::after { content:' '; display:inline-block; vertical-align:middle; transition:transform .2s ease-out; margin:0 0 0 6px}
.collapsible-content { max-height:0px; overflow:hidden; transition:max-height .15s ease-in-out; box-shadow:rgba(15, 20, 31, 0.15) 0px 0px 18px 0px; border-bottom-left-radius:10px; border-bottom-right-radius:10px;}
.toggle:checked + .lbl-toggle + .collapsible-content { max-height:2250px; height:auto}
.toggle:checked + .lbl-toggle { border-bottom-right-radius:0; border-bottom-left-radius:0;}
.collapsible-content .content-inner { background:#fff; border-bottom-left-radius:10px; border-bottom-right-radius:10px; padding:1.7rem;}
.content-inner p {margin-bottom:1.4rem}
    
#loader {display:none; position:fixed; top:0; left:0; right:0; bottom:0; width:100%; background:rgba(0,0,0,0.85); z-index:10000}
.lds-ripple {display:inline-block; position:relative; width:96px; height:96px; margin:42% 0 0 39%}
.lds-ripple div {position:absolute; border:8px solid #fff; opacity:1; border-radius:50%;animation:lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;}
.lds-ripple div:nth-child(2) {animation-delay:-0.5s;}
@keyframes lds-ripple {0% {top:48px; left:48px; width:0; height:0; opacity:1} 100% {top:0px; left:0px; width:96px; height:96px; opacity:0} }

ul.tabs {margin:0; padding:0px; list-style:none;}
ul.tabs li {background:none; display:inline-block; padding:12px; cursor:pointer; margin:0 3px -4px 0;font-size:18px; border-radius:8px; box-sizing:border-box;-webkit-box-shadow:0px -9px 9px 0px rgba(166,166,166,0.3); -moz-box-shadow:0px -9px 9px 0px rgba(166,166,166,0.3);box-shadow:0px -9px 9px 0px rgba(166,166,166,0.3); background:#ffbc0d; color:#fff}
ul.tabs li.current {background:#fff;color:#000}
.tab-content {display:none; background:#ffbc0d; min-height:140px; border-radius:6px; box-shadow:none; box-sizing:border-box; text-align:left; padding:20px}
.tab-content h2 {font-size:20px; text-transform:uppercase;-webkit-hyphens: auto;-moz-hyphens: auto;-ms-hyphens: auto;hyphens: auto;}
.tab-content.current {display:inherit; background:#fff; -webkit-box-shadow:0px 9px 9px 0px rgba(166,166,166,0.3); -moz-box-shadow:0px 9px 9px 0px rgba(166,166,166,0.3);box-shadow:0px 9px 9px 0px rgba(166,166,166,0.3);}

}

@media (min-width:360px) {
.hero{height:620px}
#selo{top:320px; right:10px}
}


@media (min-width: 400px) {
.hero{height:700px}
#balloon-container {height:140vh}
#selo{top:350px}
#logo{margin:60px auto auto 45%}
}


@media (min-width: 450px) {
.hero{height:750px}
#selo{top:380px}
#logo{margin:60px auto auto 45%}
.play{margin:-40px 0 60px 0}
.marca{width:140px;height:auto}
}


@media (min-width:640px) {
.hero{height:750px; background-size:cover}
#logo{width:120%; margin:80px 0 0 320px}
#pessoam{position:absolute; width:84%; left:-30px; top:-10px}
#selo{width:45%; right:20px; top:250px; margin:95px auto auto auto}
}


@media (min-width:740px) {
.hero{width:100%; height:770px; margin-bottom:0px; background-size:cover; background-size:210% auto; background-repeat:no-repeat; background-attachment:fixed}
#logo{width:110%; margin:60px 0 0 400px}
#pessoam{width:70%; left:-40px}
#selo{width:40%; right:60px; top:250px; margin:95px auto auto auto}
#carros{margin-top:-40px}
#bops{margin-left:0; left:5%}
.play{margin:-40px 0 60px 0}
.marca{width:170px}
}


@media (min-width:910px) {
.hero{height:570px; background-size:cover}
#logo{width:100%; margin:100px auto auto 0}
#cadhero{width:30%; left:35%}
#pessoam{display:none}
#pessoa{display:block; width:45%; margin:58px auto auto -6%}
#selo{width:32%; margin:-150px auto auto -20px}
#inframe{margin:-40px auto 50px auto;padding:22px}
.aumente{text-align:left; padding:25px 0 0 0}
.play{margin:-40px 0 60px 0}
.marca{width:200px}
}


@media (min-width: 1200px) {
.hero{height:590px; background-size:cover}
#logo{width:90%; margin:100px auto auto 30px}
#cadhero{width:20%; left:40%}
#pessoam{display:none}
#pessoa{display:block; width:45%; margin:58px auto auto -6%}
#selo{width:32%; margin:-150px auto auto -20px}
.aumente{padding:40px 0 0 0}
.balloon {height:225px; width:180px; position:relative; background-image:url(../img/balao.png); background-repeat:no-repeat; background-size:contain}
.play{margin:-40px 0 60px 0}
.marca{width:220px}
#como{padding:60px 12%}
.menu{display:none}
#nav-icon4{display:none}
#top{height:70px; position:fixed}
.ma{font-size:1em; padding:0 20px; margin:-11px 25px;position:fixed; right:-24px; height:46px}
.overlay.open{height:9%}
.logomenu{top:7px;position:absolute}.logomenur{display:block; width:100px; margin:0 0 -2px 6px}
.overlay {visibility:visible; opacity:1; height:80px; background:none; position:fixed; -webkit-box-shadow:0px 0px 0px 0px rgba(0,0,0,0.6);-moz-box-shadow:0px 0px 0px 0px rgba(0,0,0,0.6);box-shadow:0px 0px 0px 0px rgba(0,0,0,0.6); width:86%;left:7%}
.overlay ul {top:9px}
.overlay ul li {display:inline-block; height:auto; position:relative; opacity:100; font-size:0.72em; margin:0 9px; min-height:20px}
.overlay ul li a{color:#db0007}
}


@media (min-width: 1360px) {
#logo{width:92%; margin:120px auto auto 15px}
#selo{width:30%; top:270px}
#inframe{margin:-40px auto 50px auto;padding:30px}
.overlay ul li {font-size:0.8em; margin:0 10px}
}


@media (min-width: 1600px) {
.hero{height:780px}
#logo{width:110%; margin:140px auto auto -60px}
#pessoa{width:58%; margin:40px auto auto -9%}
#selo{width:39%; margin:-100px -110px auto auto}
.aumente{padding:80px 0 0 0}
.play{margin:-40px 0 60px 0}
.marca{width:250px}
#inframe{margin:-50px auto 50px auto}
.overlay ul li {font-size:0.9em; margin:0 12px}
}


@media (min-width: 1900px) {
.overlay.open{height:8%}
.aumente{padding:110px 0 0 0}
}





#return-to-top {position:fixed; bottom:18px; right:20px;background:rgb(0, 0, 0); background:rgba(0, 0, 0, 0.5); width:48px; height:48px; display: block; text-decoration:none; -webkit-border-radius:34px; -moz-border-radius:34px; border-radius:34px; display:none; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease;}
#return-to-top i{color:#fff; margin:0; position:relative; left:18px; top:16px; font-size:19px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease;  transition:all 0.3s ease;}
#return-to-top:hover {background:rgba(0, 0, 0, 0.7)}
#return-to-top:hover i {color:#fff; top:14px}
.arrow {border:solid #fff; border-width:0 4px 4px 0; display:inline-block; padding:4px; transform: rotate(-135deg);-webkit-transform: rotate(-135deg);}




.slick-slider{position: relative;display: block;box-sizing: border-box;-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;   user-select: none; -webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y; touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.slick-list{position: relative; display: block;overflow: hidden; margin: 0;padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor: pointer;cursor: hand;}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.slick-track{ position: relative; top: 0;left: 0;display: block;margin-left: auto; margin-right: auto;}
.slick-track:before,.slick-track:after{ display: table;content: '';}
.slick-track:after{clear:both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{display:none;float:left;height:100%;min-height:1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{display: block;}
.slick-slide.slick-loading img{display:none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto; border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}

