@import "font-awesome/css/font-awesome.min.css";
@import "owl.css";
@import "simplebar.css";

/*! HTML5 Boilerplate v4.3.0 - INICIO */
html, button, input, select, textarea {
    color: #222
}

html {
    font-size: 1em;
    line-height: 1.4
}

::-moz-selection, ::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio, canvas, img, video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

/* ==========================================================================
   Site
   ========================================================================== */

html {
    font-size: 16px;
}

body {
    font: 100% "Roboto", Arial, Helvetica, sans-serif;
    background: #fff;
    font-size: inherit;
    line-height: 1.4em;
    color: #000;
}

a {
    color: inherit;
    outline: none !important;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

a:active,
a:focus {
    color: inherit;
    text-decoration: none;
}

a, button, input {
    outline: none !important;
}

a, button, input {
    transition: color 0.2s, border-color 0.3s, background-color 0.3s, opacity 0.3s, box-shadow 0.2s;
}

/* transi��o leve em hovers b�sicos */

ul, li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    display: block;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}

p {
    margin: 0 0 1.4em 0;
}

p:last-child {
    margin-bottom: 0 !important;
}

/* *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* usar se n�o incluir o bootstrap */

.container {
    position: relative;
    z-index: inherit;
}

.form-group {
    margin: 0 0 10px 0;
}

.form-control {
    border: solid 1px #ccc;
    padding: 0.5em 1em;
    line-height: 1.3em;
    font-size: inherit;
    width: 100%;
    background: #fff;
}

textarea.form-control {
    resize: none;
}

.vtop {
    vertical-align: top !important;
}

.vmid {
    vertical-align: middle !important;
}

.vbot {
    vertical-align: bottom !important;
}

.tbl {
    display: table;
    width: 100%;
    vertical-align: middle;
}

.tbl .trow {
    display: table-row;
    vertical-align: inherit;
}

.tbl .tcol {
    display: table-cell;
    vertical-align: inherit;
}

.tbl .tcol.um, .tbl .tcol.one {
    width: 1%;
}

.tbl.grid > .tcol, .tbl.grid > .trow > .tcol {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.tbl.grid.grid10 > .tcol, .tbl.grid.grid10 > .trow > .tcol.grid10 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.tbl.grid.grid20 > .tcol, .tbl.grid.grid20 > .trow > .tcol.grid20 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.tbl.grid > .tcol:first-child, .tbl.grid > .trow > .tcol:first-child {
    padding-left: 0px !important;
}

.tbl.grid > .tcol:last-child, .tbl.grid > .trow > .tcol:last-child {
    padding-right: 0px !important;
}

.tbl.tbl2 > .tcol {
    width: 50%;
}

.tbl.tbl3 > .tcol {
    width: 33.33%;
}

.tbl.tbl4 > .tcol {
    width: 25%;
}

.tbl.tbl5 > .tcol {
    width: 20%;
}

.u, .hu:hover {
    text-decoration: underline;
}

.hu, .u:hover {
    text-decoration: none;
}

.mg0 {
    margin-bottom: 0px !important;
}

.mg0q {
    margin-bottom: 0.25em !important;
}

.mg0h {
    margin-bottom: 0.5em !important;
}

.mg0hq {
    margin-bottom: 0.75em !important;
}

.mg1 {
    margin-bottom: 1em !important;
}

.mg1q {
    margin-bottom: 1.25em !important;
}

.mg1h {
    margin-bottom: 1.5em !important;
}

.mg1hq {
    margin-bottom: 1.75em !important;
}

.mg2 {
    margin-bottom: 2em !important;
}

.mg2q {
    margin-bottom: 2.25em !important;
}

.mg2h {
    margin-bottom: 2.5em !important;
}

.mg2hq {
    margin-bottom: 2.75em !important;
}

.mg3 {
    margin-bottom: 3em !important;
}

.mg3q {
    margin-bottom: 3.25em !important;
}

.mg3h {
    margin-bottom: 3.5em !important;
}

.mg3hq {
    margin-bottom: 3.75em !important;
}

.mg4 {
    margin-bottom: 4em !important;
}

.mg4q {
    margin-bottom: 4.25em !important;
}

.mg4h {
    margin-bottom: 4.5em !important;
}

.mg4hq {
    margin-bottom: 4.75em !important;
}

.mg5 {
    margin-bottom: 5em !important;
}

.mg6 {
    margin-bottom: 6em !important;
}

.mg7 {
    margin-bottom: 7em !important;
}

.mg8 {
    margin-bottom: 8em !important;
}

.txtl {
    text-align: left !important;
}

.txtr {
    text-align: right !important;
}

.txtc {
    text-align: center !important;
}

.color1, .color1h:hover {
    color: #ff0000;
}

.bg1, bg1h:hover {
    background-color: #ff0000;
}

.brd1, .brd1h:hover {
    border-color: #ff0000;
}

.base16-9, .base-wide {
    position: relative;
    width: 100%;
    padding: 56.25% 0 0 0;
    display: block;
}

.base9-16 {
    position: relative;
    width: 100%;
    padding: 178% 0 0 0;
    display: block;
}

.base4-3, .base-tv {
    position: relative;
    width: 100%;
    padding: 75% 0 0 0;
    display: block;
}

.base3-4 {
    position: relative;
    width: 100%;
    padding: 133% 0 0 0;
    display: block;
}

.base1-1, .base-sq {
    position: relative;
    width: 100%;
    padding: 100% 0 0 0;
    display: block;
}

.imgbg {
    background: center center no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
}

.imgbg.contain {
    background-size: contain;
}

.fit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.upper {
    text-transform: uppercase;
}

.lower {
    text-transform: lowercase;
}

.clickscale:active {
    transform: scale(0.9);
}

.z500 {
    z-index: 500;
}

.z1000 {
    z-index: 1000;
}

.z2000 {
    z-index: 2000;
}

.z3000 {
    z-index: 3000;
}

.z4000 {
    z-index: 4000;
}

.z5000 {
    z-index: 5000;
}

.extend-bg, .extend-bg-r, .extend-bg-l {
    position: relative;
}

.extend-bg:before,
.extend-bg:after,
.extend-bg-r:after,
.extend-bg-l:before {
    content: "";
    position: absolute;
    height: 100%;
    background: inherit;
    width: 3000px;
    z-index: 0;
    top: 0;
}

.extend-bg:before,
.extend-bg-l:before {
    left: -3000px;
}

.extend-bg:after,
.extend-bg-r:after {
    right: -3000px;
}

div:not(.resumo-aberto), select {
    scrollbar-width: thin;
    scrollbar-color: #F6C500 #dedede;
}

div:not(.resumo-aberto)::-webkit-scrollbar {
    width: 7px;
    background-color: #dedede;
}

div:not(.resumo-aberto)::-webkit-scrollbar-thumb {
    background-color: #F6C500;
    border-radius: 5px;
}

#wrapper {
    position: relative;
    width: 100%;
    max-width: 1366px;
    max-width: 5000px;
    margin: auto;
    overflow: hidden;
}

#header {
    background: url(../img/blog_header.jpg) center center no-repeat #000;
    background-size: cover;
    position: relative;
    z-index: 2000;
}

#header > * {
    position: relative;
    z-index: inherit;
}

#header:after {
    content: "";
    width: 337px;
    height: 350px;
    background: url(../img/logo-amarelo-grande.svg) no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -168px;
    margin-top: -173px;
    opacity: 1;
    z-index: 3;
}

#header:before,
#contato2:before {
    z-index: 1;
    position: absolute;
    content: "";

    background: rgb(16, 97, 188);
    background: linear-gradient(174deg, rgba(16, 97, 188, 1) 0%, rgba(1, 39, 80, 1) 100%);

    opacity: 0.45;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#contato2 .container {
    z-index: 2;
}

#header .header1 {
    position: relative;
    height: 3.944em;
    padding: 0 40px;
    white-space: nowrap;
}

#header .header1:before {
    content: "";
    position: absolute;
    left: -2500px;
    bottom: 0;
    width: 5000px;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

#header .header1 .logo {
    display: block;
}

#header .header1 .logo a {
    display: block;
}

#header .header1 .logo img {
    display: block;
    width: 109px;
}

#header .header1 .tlinks {
    text-align: right;
}

#header .header1 .tlinks .tlink {
    display: inline-block;
    font-size: 12px;
    color: #F2F2F2;
    line-height: 1.117em;
    padding: 0.917em 2.5em;
    border: solid 1px transparent;
    border-radius: 0.2em;
    vertical-align: middle;
}

#header .header1 .tlinks .tlink.com-borda {
    color: #fff;
    border-color: #fff;
    text-transform: uppercase;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#header .header1 .tlinks .tlink.com-borda:hover {
    color: #333;
    background: #fff;
}

#header .header2 {
    padding: 0 0 3.333em 0;
}

#header .header2 .ht {
    color: #fff;
    padding: 3.9rem 0;
    width: auto;
}

#header .header2 .ht > .tcol {
    padding: 0.5rem 1.667rem;
}

#header .header2 .ht > .tcol:first-child {
    padding-left: 0px !important;
    border-right: solid 2px rgba(255, 255, 255, 0.5);
}

#header .header2 .ht > .tcol:last-child {
    padding-right: 0px !important;
}

#header .header2 .ht h1 {
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    font-size: 2.778em;
    line-height: 1.1em;
}

#header .header2 .ht h2 {
    line-height: 1.4em;
}

#header .header2 .busca {
    position: relative;
}

#header .header2 .busca .form {
    overflow: hidden;
}

#header .header2 .busca .form .q,
#header .header2 .busca .form .s {
    display: block;
    border: none;
    font-size: 12px;
    color: #000;
    line-height: 1.667em;
    padding: 0.833em 2em;
}

#header .header2 .busca .form .q {
    float: left;
    width: 79%;
    border-radius: 5px 0 0 5px;
}

#header .header2 .busca .form .s {
    float: right;
    width: 21%;
    text-align: center;
    border-radius: 0 0.2em 0.2em 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: #074A8F;
    overflow: hidden;
    position: relative;
}

#header .header2 .busca .form .s:hover {
    background: #000;
}

#header.header-post {
}

#header.header-post:after {
    display: none;
}

#header.header-post .container {
    max-width: 960px;
}

#header.header-post .tlinks-post {
    text-align: left;
    padding-left: 1em;
}

#header .hp {
    padding: 3.444em 0 2em 0;
}

#header .hp h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1.357em;
    letter-spacing: 0.03em;
    font-weight: 500;
    color: #F6C500;
    text-transform: none;
    position: relative;
    padding: 0 0 0 1.4em;
    margin: 0 0 2.28em 0;
    text-transform: uppercase;
}

#header .hp h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 11px;
    height: 12px;
    background: url(../img/icon-amarelo.svg);
    background-size: cover;
}

#header .hp h1 {
    font-size: 55px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    text-transform: none;
    font-weight: bold;
    line-height: 1.1em;
    margin: 0 0 0.75em 0;
    letter-spacing: -0.02em;
}

#header.header-site .header1 .logo img.logo-claro {
    display: block;
}

#header .header1 .logo img.logo-escuro {
    display: none;
}

#header.header-site .header1:before {
    display: none;
}

#header.header-site .hp h2 {
    margin-bottom: 1em;
}

#header.header-site .hp h1 {
    font-size: 35px;
    line-height: 45px;
}

#header.header-site .hp h1 b {
    color: #F6C500;
}

.pg-home #header.header-site .hp h1 {
    font-size: 2em;
    margin-bottom: 0;
}

.pg-resultados #header.header-site .hp h1 {
    margin-bottom: 0;
}

#header .header1 .menu-site {
    text-align: right;
}

#header .header1 .menu-site ul {
    padding-right: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .header1 .menu-site ul li {
    display: inline-block;
    padding: 0 0.6em;
}

#header .header1 .menu-site li:first-child {
    padding-left: 0;
}

#header .header1 .menu-site a {
    display: block;
    font-size: 12px;
    color: #F2F2F2;
    line-height: 1.117em;
    padding: 0.917em 0;
    border: solid 1px transparent;
    border-radius: 0.2em;
    vertical-align: middle;
    text-transform: uppercase;
    position: relative;
}

#header .header1 .menu-site a:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #F6C500;
    display: block;
    left: 50%;
    left: calc(50% - 4px);
    bottom: -0.5em;
    transition: all 0.2s;
    transform: translateY(8px);
    opacity: 0;
}

#header .header1 .menu-site a:hover {
    color: #fff;
}

#header .header1 .menu-site a:hover:after {
    transform: translateY(0);
    opacity: 1;
}

#mmenu {
    display: none;
}

#blog-menu {
    position: relative;
    border: solid 1px #c9c9c9;
    border-width: 1px 0;
    overflow: hidden;
    font-family: "Montserrat", sans-serif;
}

#blog-menu ul {
    display: block;
    white-space: nowrap;
    font-size: 12px;
}

#blog-menu ul li {
    display: inline-block;
    margin: 0 5em 0 0;
}

#blog-menu ul li:last-child {
    margin-right: 0px !important;
}

#blog-menu ul li a {
    display: block;
    color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

#blog-menu ul li a:hover,
#blog-menu ul li a.ativo {
    color: #0A4F9B;
}

#blog-menu ul li a > span {
    display: inline-block;
    line-height: 3em;
    padding: 1.5em 0;
    position: relative;
    transition: all 0.1s;
}

#blog-menu ul li a.ativo > span {
    font-weight: bold;
}

#blog-menu ul li a.ativo > span:after {
    position: absolute;
    content: "";
    left: -10%;
    bottom: 0;
    width: 120%;
    height: 0.417em;
    background: #F6C500;
}

#blog-submenu {
    position: relative;
    xborder-bottom: solid 1px #c9c9c9;
    overflow: hidden;
    font-family: "Avenir Next LT Pro", "Lato", "Roboto", sans-serif;
    background: #F9F9F9;
}

#blog-submenu ul {
    display: block;
    white-space: nowrap;
    font-size: 12px;
}

#blog-submenu ul li {
    display: inline-block;
    margin: 0 5em 0 0;
}

#blog-submenu ul li:last-child {
    margin-right: 0px !important;
}

#blog-submenu ul li a {
    display: block;
    color: #0A4F9B;
    letter-spacing: 0.03em;
    font-weight: 500;
}

#blog-submenu ul li a > span {
    display: inline-block;
    line-height: 3em;
    padding: 1em 0;
    position: relative;
}

#blog-submenu ul li a:hover > span,
#blog-submenu ul li a.ativo > span {
    text-decoration: underline;
}

#blog-submenu ul li a.ativo > span {
    font-weight: bold;
}

.main {
    position: relative;
    padding: 81px 0;
}

.btn1 {
    display: inline-block;
    border: none;
    font-size: 12px;
    color: #fff !important;
    line-height: 1.667em;
    padding: 0.833em 2em;
    letter-spacing: 0.05em;
    background: #0A4F9B;
    text-align: center;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    text-transform: uppercase;
}

.btn1.gradient {
    background: linear-gradient(180deg, #126EB4 0%, #0A4F9B 100%);
}

.btn1.dblpad {
    padding-left: 4em;
    padding-right: 4em;
}

.btn1.tplpad {
    padding-left: 6em;
    padding-right: 6em;
}

.btn1.qdppad {
    padding-left: 8em;
    padding-right: 8em;
}

.btn1.tam1 {
    min-width: 17.9em;
}

.btn1.tam2 {
    min-width: 16.6em;
}

.btn1.block {
    padding-left: 1em;
    padding-right: 1em;
    display: block;
    width: 100%;
}

.btn1:hover, a:hover .btn1 {
    background: #F6C500;
    color: #000 !important;
}

.btn1.verm:hover {
    background: #fff;
    color: #0A4F9B !important;
}

.btn1.ama {
    color: #000 !important;
    background: linear-gradient(180deg, #FFD119 0%, #F2B50E 100%);
}

.btn1.ama:hover {
    color: #000 !important;
    background: linear-gradient(180deg, #F2B50E 0%, #FFD119 100%);
}

.btn1.outer-brd:after {
    content: "";
    position: absolute;
    left: -4px;
    top: -4px;
    width: 100%;
    height: 100%;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border: solid 1px #fff;
    border-radius: 4px;
}

.btn1.brd {
    background: #fff;
    color: #000 !important;
}

.btn1.brd:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: solid 1px #000;
    border-radius: 5px;
}

.btn1.brd:hover, a:hover .btn1.brd {
    color: #074A8F !important;
}

.btn1.brd:hover:after, a:hover .btn1.brd:after {
    border-color: #074A8F;
}

.btn1.brd2 {
    background: none;
    color: #fff !important;
}

.btn1.brd2:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: solid 1px #fff;
    border-radius: 5px;
}

.btn1.brd2:hover, a:hover .btn1.brd2 {
    color: #000 !important;
    background: #F6C500;
}

.btn1.brd2:hover:after,
a:hover .btn1.brd2:hover:after {
    border-color: #F6C500;
}

.btn1.com-fa {
    padding-left: 40px;
    padding-right: 40px;
}

.btn1.com-fa .fa {
    position: absolute;
    font-size: 1.6em;
    left: 1em;
    top: 0.55em;
}

.btn1:disabled {
    background: #D3D3D3;
    color: #fff;
    cursor: not-allowed;
}

.pg-agriculture .btn1.gradient:hover,
.pg-agriculture .btn1.gradient:active {
    background: linear-gradient(180deg, #126eb4 0%, #126eb4 100%);
    color: #fff !important;
}

.pg-construction .btn1.gradient:hover,
.pg-construction .btn1.gradient:active {
    background: linear-gradient(180deg, #f6c500 0%, #f6c500 100%);
    color: #fff !important;
}

.btn1-set {
}

.btn1-set .btn1 {
    margin-right: 1.6em;
    margin-bottom: 0.6em;
}

.btn1-set .btn1:last-child {
    margin-right: 0;
}

.btnchar {
    display: inline-block;
    line-height: 1.556em;
    width: 1.556em;
    width: calc(1.556em + 2px);
    border-radius: 0.9em;
    border: solid 1px #074A8F;
    color: #074A8F;
    margin-bottom: 1.444em;
}

.btnchar:hover, a:hover .btnchar {
    background: #F6C500;
    border-color: #F6C500;
    color: #000000;
}

.btnchar .ld {
    display: none;
}

.loading .btnchar .fa {
    display: none;
}

.loading .btn1 {
    background-color: #0A4F9B;
    color: #fff !important;
}

.loading .btnchar .ld {
    display: inline-block;
}

#blog {
    position: relative;
}

#post + #blog {
    border-top: solid 1px #e5e5e5;
}

@media (max-width: 1320px) {
    #blog.com-abinha:after {
        display: none;
    }

    #blog.com-abinha > .container:after {
        display: block;
    }
}

#blog .blog-titulo {
    font-family: "Montserrat", sans-serif;
    font-size: 0.778em;
    line-height: 1.357em;
    letter-spacing: 0.03em;
    font-weight: 500;
    color: #A1A1A1;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 0 2.2em;
    margin: 0 0 2.429em 0;
}

#blog .blog-titulo:before {
    content: "";
    position: absolute;
    left: -0.2em;
    top: 0;
    width: 1.55em;
    height: 1.32em;
    background: #0A4F9B;
    border-radius: 2px;
}

#blog .destaques {
    margin: 0 0 6.6em 0;
    position: relative;
}

#blog .destaques:last-child {
    margin-bottom: 0px;
}

#blog .destaques .owl-carousel {
}

#blog .destaques .owl-carousel .owl-dots {
    display: none;
}

#blog .destaques .owl-carousel .owl-nav {
    text-align: center;
    margin-top: 40px;
}

#blog .destaques .owl-carousel .owl-nav > button {
    font-size: 30px;
    line-height: 35px;
    height: 35px;
    width: 40px;
    position: relative;
    color: #fff;
    display: inline-block;
    margin: 0 8px;
    background: url(../img/mobile/arrow-amarelo.svg) center center no-repeat;
    background-color: #094E9A;
    border-radius: 3px;
    border: none;
}

#blog .destaques .owl-carousel .owl-nav > button.c-next-full {
    transform: rotate(-180deg);
}

#blog .destaques .owl-carousel .owl-nav > button:hover {
    background: url(../img/pagination-arrow-black.svg) center center no-repeat;
    background-color: #F6C500;
    border-radius: 3px;
}

.no-touch #blog .destaques .owl-carousel .owl-nav > button:hover:after {
    background: #000;
}

#blog .destaques .owl-carousel .owl-nav > button .fa {
    position: relative;
    z-index: 10;
}

.blog-post {
    display: block;
}

.blog-post .foto {
    position: relative;
    display: block;
    overflow: hidden;
}

.blog-post .foto:after {
    z-index: 10;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.075;
    transition: all 0.2s;
    border-radius: 8px;
}

.blog-post .foto .imgbg {
    z-index: 1;
    transition: all 0.2s;
    border-radius: 8px;
}

.blog-post .foto img {
    display: none;
}

.blog-post .cat-data {
    font-size: 14px;
    font-weight: 500;
    color: #8B8C90;
    line-height: 1.4em;
    letter-spacing: 0.02em;
}

.blog-post .cat-data .cat {
    color: #0A4F9B;
}

.blog-post .cat-data .sep {
    color: #0A4F9B;
    padding: 0 0.3em;
}

.blog-post .titulo {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.25em;
    color: #191C22;
    font-family: "Montserrat", sans-serif;
    letter-spacing: -0.01em;
}

.blog-post:hover .foto:after {
    background: #0A4F9B;
}

.blog-post:hover .cat-data {
    color: #0A4F9B;
}

.blog-post:hover .titulo {
    color: #0A4F9B;
}

.blog-posts-destaques {
    position: relative;
    overflow: hidden;
}

.blog-post-destaque {
}

.blog-post-destaque .foto {
    height: 180px;
    width: 100%;
    margin: 0 0 1.2em 0;
}

.blog-post-destaque .cat-data {
    margin: 0 0 1em 0;
}

.blog-post-destaque .titulo {
}

x.blog-posts-destaques .blog-post-destaque {
    float: left;
    width: 28%;
    margin: 0 8% 0 0;
}

x.blog-posts-destaques .blog-post-destaque:nth-child(3n) {
    margin-right: 0;
}

x.blog-posts-destaques .blog-post-destaque:nth-child(3n+1) {
    clear: both;
}

.blog-posts-lista {
}

.blog-post-lista {
    position: relative;
    padding-left: 56%;
    min-height: 340px;
    padding-bottom: 2.3em;
    margin-bottom: 2.3em;
    border-bottom: solid 1px #e7e7e7;
}

.blog-post-lista:last-child {
    border-bottom: 0;
}

.blog-post-lista .foto {
    width: 52%;
    height: 300px;
    position: absolute;
    left: 0;
    top: 0;
}

.blog-post-lista .cat-data {
    margin: 0 0 1.5em 0;
}

.blog-post-lista .titulo {
    font-size: 35px;
    margin-bottom: 0.889rem;
}

.blog-post-lista p {
    font-size: 14px;
    line-height: 1.5em;
    color: #000;
    opacity: 0.6;
    margin: 0 0 1em 0;
}

.blog-post-lista:hover p {
    color: #0A4F9B;
}

.blog-post-lista .info {
    font-size: 14px;
    line-height: 1.5em;
    color: #353535;
}

.blog-post-lista .info .sep {
    margin: 0 0.5em;
    width: 1.6em;
    position: relative;
    display: inline-block;
    color: transparent;
}

.blog-post-lista .info .sep:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #ddd;
}

#blog-pheader {
    background: #0A4F9B;
    background-size: cover;
    color: #fff;
    padding: 2.2em 0;
}

#blog-pheader:before {
    content: '';
    background: url(../img/logo-newsletter.svg) center no-repeat;
    width: 186px;
    height: 190px;
    position: absolute;
    top: 50%;
    margin-top: -93px;
    left: -40px;
    z-index: 0;
    background-size: cover;
}

#blog-pheader h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.667em;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 1em;
}

#blog-pheader h1 strong {
    color: #F6C500;
}

#blog-pheader .container {
    display: flex;
    align-items: center;
}

#blog-pheader .container .btn1.brd2 {
    margin-left: auto;
}

#blog .zero {
    max-width: 550px;
}

#blog .zero h1 {
    font-size: 1.889em;
    font-weight: bold;
    color: #191C22;
    line-height: 1.2em;
    margin-bottom: 1.5em;
    font-family: "Montserrat", sans-serif;
    letter-spacing: -0.01em;
}

#blog .zero p {
    font-size: 0.778em;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.5em;
    margin-bottom: 2.8em;
}

.paginacao {
    text-align: center;
    font-size: 0.778em;
    color: #0A4F9B;
    font-family: "Roboto Mono", "Roboto", sans-serif;
}

.paginacao a {
    display: inline-block;
    min-width: 2.42em;
    padding: 0 0.4em;
    line-height: 2.44em;
    text-align: center;
    margin: 0 0.6em;
    position: relative;
    opacity: 0.5;
}

.paginacao a:hover {
    opacity: 1;
}

.paginacao a span {
    position: relative;
    z-index: 2;
}

.paginacao a.ativo,
.paginacao a.cycle-pager-active,
.paginacao a.seta {
    opacity: 1;
}

.paginacao a.num:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: solid 1px #0A4F9B;
    transition: background-color 0.2s;
    border-radius: 5px;
}

.paginacao a.num:hover {
    color: #fff;
}

.paginacao a.num:hover:after {
    background: #0A4F9B;
}

.paginacao a.seta .fa {
    transform: scale(1.6);
}

#newsletter {
    position: relative;
    background: url(../img/textura-azul.png) center top no-repeat;
    background-size: cover;
    padding: 2.778em 0 2.222em 0;
}

#newsletter .inner {
    max-width: 510px;
    position: relative;
    z-index: 1;
}

#newsletter h1 {
    font-size: 35px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 0.75em 0;
}

#newsletter .container:before {
    content: '';
    background: url(../img/logo-newsletter.svg) center no-repeat;
    width: 186px;
    height: 190px;
    position: absolute;
    top: 50%;
    margin-top: -93px;
    left: -40px;
    z-index: 0;
    background-size: cover;
}

#newsletter .container:after {
    content: '';
    background: url(../img/pneu.png) center no-repeat;
    width: 375px;
    height: 300px;
    position: absolute;
    top: -120px;
    right: 0;
    z-index: 0;
    background-size: cover;
}

#newsletter .form {
    overflow: hidden;
}

#newsletter .form .e,
#newsletter .form .s {
    display: block;
    border: none;
    font-size: 12px;
    color: #000;
    line-height: 1.667em;
    padding: 0.833em 2em;
}

#newsletter .form .e {
    float: left;
    width: 65%;
    font-size: 12px;
    font-family: Roboto;
    border-radius: 5px 0 0 5px;
}

#newsletter .form .s,
#header .header2 .busca .form .s {
    float: right;
    width: 35%;
    text-align: center;
    font-size: 12px;
    font-family: Roboto;
    border-radius: 0 5px 5px 0;
    font-weight: bold;
    color: #013874;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: rgb(246, 197, 0);
    transition: all .75s ease-out;
    background: linear-gradient(180deg, rgba(246, 197, 0, 1) 0%, rgba(246, 148, 0, 1) 100%);
}

#header .header2 .busca .form .s {
    width: 21%;
}

#newsletter .form .s:hover,
#header .header2 .busca .form .s:hover {
    background: linear-gradient(180deg, rgba(246, 148, 0, 1) 0%, rgba(246, 197, 0, 1) 100%);
}

#post {
    position: relative;
}

#post .container1 {
    max-width: 960px;
}

.post-share {
    width: 5.167em;
}

.post-share .inner-wrapper-sticky {
    padding-bottom: 1em;
}

.post-share .social {
    overflow: hidden;
    margin: 0 0 1.6em 0;
}

.post-share .social li {
    border: solid 1px #e5e5e5;
    display: block;
    width: 50%;
    float: left;
}

.post-share .social li:nth-child(2n) {
    border-left: none;
}

.post-share .social li:nth-child(-n+2) {
    border-bottom: none;
}

.post-share .social li a {
    display: block;
    width: 100%;
    line-height: 2.5em;
    text-align: center;
    color: #c1c1c1;
    position: relative;
    transition: all 0.2s;
}

.post-share .social li a:after {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 100%;
    height: 100%;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: solid 1px #0A4F9B;
    opacity: 0;
    transition: all 0.2s;
}

.post-share .social li a:hover {
    color: #0A4F9B;
}

.post-share .social li a:hover:after {
    opacity: 1;
}

.post-share .info {
    color: #353535;
    line-height: 1.9em;
    text-align: right;
    font-size: 14px;
}

.post-share .info .data {
    position: relative;
    padding-bottom: 1em;
    margin-bottom: 0.8em;
}

.post-share .info .data:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 55%;
    height: 1px;
    background: #e5e5e5;
}

#post-share {
    position: absolute !important;
    left: 20px;
    top: 0;
}

#post .inner {
    position: relative;
    margin-left: 10em;
    z-index: 500;
    padding-bottom: 3.5em;
}

#post .inner .post-intro {
    color: rgba(0, 0, 0, 0.6);
    font-style: italic;
    line-height: 1.5em;
    font-size: 20px;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    border-bottom: solid 1px #e5e5e5;
}

#post .inner .post-conteudo {
    color: #000;
    line-height: 1.5em;
    font-size: 20px;
}

#post .inner .post-conteudo h1 {
    font-size: 2em;
    line-height: 1.3em;
    margin: 0 0 0.7em;
    font-weight: 500;
}

#post .inner .post-conteudo h2 {
    font-size: 1.5em;
    line-height: 1.3em;
    margin: 0 0 0.7em;
    font-weight: 500;
}

#post .inner .post-conteudo h3 {
    font-size: 1.333em;
    line-height: 1.3em;
    margin: 0 0 1em;
    font-weight: 500;
}

#post .inner .post-conteudo h4 {
    font-size: 1.111em;
    line-height: 1.3em;
    margin: 0 0 1.5em;
    font-weight: 500;
}

#post .inner .post-conteudo p,
#post .inner .post-conteudo .post-area-full {
    margin-bottom: 1.8em;
}

#post .inner .post-conteudo p a {
    text-decoration: underline;
    color: #0A4F9B;
}

#post .inner .post-conteudo p a:hover {
    text-decoration: none;
}

#post .inner .post-conteudo .topicos {
    color: rgba(0, 0, 0, 0.6);
    font-style: italic;
    margin-bottom: 2.5em;
}

#post .inner .post-conteudo .topicos li {
    position: relative;
    padding-left: 1em;
    margin-bottom: 0.75em;
}

#post .inner .post-conteudo .topicos li:last-child {
    margin-bottom: 0;
}

#post .inner .post-conteudo .topicos li:before {
    position: absolute;
    content: "\2022";
    line-height: inherit;
    left: 0;
    top: 0;
    color: #074A8F;
    transform: scale(1.2);
}

#post .inner .post-conteudo .post-area-full {
    width: 100%;
    position: relative;
}

#post .inner .post-conteudo p + .post-area-full {
    margin-top: 3em;
}

#post .inner .post-conteudo .post-area-full .foto {
    position: relative;
    border-radius: 10px;
}

#post .inner .post-conteudo .post-area-full img {
    display: block;
    border-radius: 10px;
    max-width: 100%;
    width: 100%;
}

#post .inner .post-conteudo .post-area-full .galeria {
    position: relative;
}

#post .inner .post-conteudo .post-area-full .galeria .slides {
    width: 100%;
    overflow: hidden;
}

#post .inner .post-conteudo .post-area-full .galeria .slides .slide {
    width: 100%;
    overflow: hidden;
}

#post .inner .post-conteudo .post-area-full .galeria .setas {
    position: absolute;
    z-index: 520;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

#post .inner .post-conteudo .post-area-full .galeria .setas .seta {
    font-size: 30px;
    line-height: 33px;
    height: 35px;
    width: 40px;
    position: absolute;
    color: #fff;
    cursor: pointer;
    text-align: center;
    top: -17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#post .inner .post-conteudo .post-area-full .galeria .setas .seta.prev {
    left: -15px;
}

#post .inner .post-conteudo .post-area-full .galeria .setas .seta.next {
    right: -15px;
}

#post .inner .post-conteudo .post-area-full .galeria .setas .seta:active {
    transform: scale(0.9);
}

#post .inner .post-conteudo .post-area-full .galeria .setas .seta:after,
#produtos-sobre .owl-carousel .owl-nav > button:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #F6C500;
    z-index: 1;
    border-radius: 3px;
}

#post .inner .post-conteudo .post-area-full .galeria .setas .seta:hover:after,
#produtos-sobre .owl-carousel .owl-nav > button:hover:after {
    background: #0A4F9B;
}

#produtos-sobre .owl-carousel .owl-nav > button:after {
    background: #0A4F9B;
}

#produtos-sobre .owl-carousel .owl-nav > button:hover:after {
    background: #F6C500;
}

#post .inner .post-conteudo .post-area-full .galeria .setas .seta .fa,
#produtos-sobre .owl-carousel .owl-nav > button .fa {
    position: relative;
    z-index: 10;
    color: #0A4F9B;
    font-size: 19px;
    font-weight: bold;
}

#post .inner .post-conteudo .post-area-full .galeria .setas .seta:hover .fa {
    color: #F6C500;
}

#produtos-sobre .owl-carousel .owl-nav > button:after {
    color: #F6C500;
}

#produtos-sobre .owl-carousel .owl-nav > button .fa {
    position: relative;
    z-index: 10;
    color: #f6c500;
    font-size: 19px;
    font-weight: bold;
}

#produtos-sobre .owl-carousel .owl-nav > button:after {
    background: #f6c500;
}

#produtos-sobre .owl-carousel .owl-nav > button:hover .fa {
    color: #0A4F9B;
}

.pg-construction #produtos-sobre .owl-carousel .owl-nav > button:after {
    background: #f6c500;
}

.pg-construction #produtos-sobre .owl-carousel .owl-nav > button i {
    color: #0A4F9B;
}

.pg-construction #produtos-sobre .owl-carousel .owl-nav > button:hover:after {
    background: #0A4F9B;
    color: #f6c500;
}

.pg-construction #produtos-sobre .owl-carousel .owl-nav > button:hover i {
    color: #f6c500;
}

#post .inner .post-conteudo .post-area-full .footer {
    overflow: hidden;
    padding: 0.5em 0;
    padding-top: 30px;
    font-size: 14px;
}

#post .inner .post-conteudo .post-area-full .footer .legenda {
    float: right;
    max-width: 60%;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.6em;
}

#post .inner .post-conteudo .post-area-full .footer .thumbs {
    float: left;
    width: 38%;
    overflow: hidden;
}

#post .inner .post-conteudo .post-area-full .footer .thumbs > a {
    display: block;
    width: 25%;
    border-right: solid 0.5em #fff;
    border-bottom: solid 0.5em #fff;
    float: left;
    height: 50px;
    text-align: left;
    overflow: hidden;
    color: transparent;
    background: center center no-repeat;
    background-size: cover;
    position: relative;
}

#post .inner .post-conteudo .post-area-full .footer .thumbs > a:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: solid 1px #0A4F9B;
    transition: all 0.2s;
    opacity: 0;
}

#post .inner .post-conteudo .post-area-full .footer .thumbs > a:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0A4F9B;
    transition: all 0.2s;
    opacity: 0;
}

#post .inner .post-conteudo .post-area-full .footer .thumbs > a:hover:before {
    opacity: 0.1;
}

#post .inner .post-conteudo .post-area-full .footer .thumbs > a.cycle-pager-active:after {
    opacity: 1;
}

#post .inner .post-conteudo .post-area-full .video {
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

#post .inner .post-conteudo .post-area-full .video > a {
    display: block;
    position: relative;
    text-align: center;
    padding: 7.5em 2em;
    color: #fff;
}

#post .inner .post-conteudo .post-area-full .video > a > * {
    position: relative;
    z-index: 510;
}

#post .inner .post-conteudo .post-area-full .video > a:after {
    position: absolute;
    content: "";
    z-index: 502;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    transition: all 0.2s;
}

#post .inner .post-conteudo .post-area-full .video > a:hover:after {
    background: #0A4F9B;
}

#post .inner .post-conteudo .post-area-full .video > a .img {
    position: absolute;
    z-index: 501;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#post .inner .post-conteudo .post-area-full .video > a .play {
    margin-bottom: 0.6em;
}

#post .inner .post-conteudo .post-area-full .video > a .play > span {
    border: solid 1px #F6C500;
    border-radius: 500px;
    padding: 0.65em;
    display: inline-block;
}

#post .inner .post-conteudo .post-area-full .video > a .play > span > span {
    background: #0A4F9B;
    width: 3.25em;
    height: 3.25em;
    line-height: 3.25em;
    border-radius: 1.7em;
    text-align: center;
    display: block;
    color: #fff;
    transition: all 0.4s;
}

#post .inner .post-conteudo .post-area-full .video > a:hover .play > span > span {
    background: #0A4F9B;
    color: #fff;
}

#post .inner .post-conteudo .post-area-full .video > a .legenda {
    font-family: Roboto, Montserrat;
    font-weight: bold;
    margin-bottom: 0.2em;
}

#post .inner .post-conteudo .post-area-full .video > a .tempo {
    font-size: 0.7em;
    color: #fff;
    opacity: 0.5;
    line-height: 1.3em;
}

#post .post-final {
    border-top: solid 1px #e5e5e5;
    max-width: 950px;
    padding: 3em 0 0 10em;
}

#post .post-final .pftbl {
}

#post .post-final .pftbl .foto {
}

#post .post-final .pftbl .foto img {
    display: block;
    width: 7.556em;
}

#post .post-final .info {
    padding-left: 2.7em;
}

#post .post-final .info .por {
    font-weight: normal;
    color: #c1c1c1;
    line-height: 1.4em;
    margin: 0 0 0.6em 0;
}

#post .post-final .info .por a {
    color: #0A4F9B;
}

#post .post-final .info .desc {
    font-size: 0.889em;
    line-height: 1.5em;
    color: #000;
}

#post .post-final .info .social {
    font-size: 1.3em;
    color: #0A4F9B;
    padding: 0.9em 0 0 0;
}

#post .post-final .info .social li {
    display: inline-block;
    margin: 0 1em 0 0;
}

#post .post-final .info .social li:last-child {
    margin-right: 0;
}

#post .post-final .info .social li a {
    display: block;
}

#post .post-final .info .social li a:hover {
    color: #000;
}

#footer {
    position: relative;
}

#footer1 {
    background: #000;
    border: solid 1px #4d4d4d;
    border-width: 1px 0;
}

#footer1 .f1btn {
    display: inline-block;
    color: #F4F4F4;
    font-size: 0.778em;
    white-space: nowrap;
    line-height: 1.286em;
    padding: 0.714em 1.857em;
    border-radius: 0.2em;
    border: solid 1px #F4F4F4;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

#footer1 .f1btn:hover {
    color: #000;
    border-color: #fff;
    background: #fff;
}

#footer1 .f1btn .fa {
    margin-left: 1.857em;
    transform: scale(1.4);
}

#footer1 .item {
    border-right: solid 1px #4d4d4d;
    padding: 2em 2em;
    text-align: center;
}

#footer1 .owl-carousel .owl-dots {
    border-top: solid 1px #4d4d4d;
    height: 50px;
    z-index: 400;
    text-align: center;
    padding-top: 18px;
    line-height: 0;
}

#footer1 .owl-carousel .owl-dots > button {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.5;
    border-radius: 5px;
    margin: 0 7px;
}

#footer1 .owl-carousel .owl-dots > button.active {
    opacity: 1;
}

#footer1 .owl-carousel .owl-nav {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    height: 1px;
}

#footer1 .owl-carousel .owl-nav > button {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: -25px;
    color: #fff;
    font-size: 25px;
    text-align: center;
}

#footer1 .owl-carousel .owl-nav > button.owl-prev {
    left: 0;
}

#footer1 .owl-carousel .owl-nav > button.owl-next {
    right: 0;
}

#footer2 {
    padding: 2.778em 0 2.889em 0;
}

#footer2 .fmenu,
#footer2 h5 {
    font-weight: bold;
    font-size: 0.778rem;
    line-height: 1.4rem;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

#footer2 h5 {
    letter-spacing: 0.05em;
    margin-bottom: 0.8em;
}

#footer2 .fmenu li {
    margin: 0 0 1.4rem 0;
}

#footer2 .fmenu li a:hover {
    color: #0A4F9B;
    text-decoration: underline;
}

#footer2 .fmenu li ul {
    font-weight: 300;
    padding-top: 1.4rem;
    font-size: 0.667rem;
}

#footer2 .app {
}

#footer2 .app li {
    display: inline-block;
    margin: 0 0 0.45em 0;
}

#footer2 .app li a {
    display: block;
}

#footer2 .app li a img {
    display: block;
    height: 38px;
}

#footer2 .tcol-last {
    max-width: 181px;
}

#footer2 .simular {
    margin: 0 0 2.222em;
}

#footer2 .simular a {
    display: block;
    border: none;
    font-size: 12px;
    color: #fff;
    line-height: 1.667em;
    padding: 0.833em 2em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: #0A4F9B;
    text-align: center;
    border-radius: 5px;
    max-width: 210px;
    float: right;
}

#footer2 .simular a:hover {
    background: #F6C500;
    color: #000000;
}

#footer3 {
    padding-bottom: 3em;
}

#footer3 .logo {
}

#footer3 .tcol.abac {
    max-width: 148px;
}

#footer3 .logo a {
    display: block;
}

#footer3 .logo img {
    display: block;
    width: 8.5em;
}

#footer3 .contato {
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 300;
    font-size: 0.778em;
    line-height: 1.3em;
}

#footer3 .contato:hover,
#footer3 .contato .fa {
    color: #0A4F9B;
}

#footer3 .social {
    font-size: 1.3em;
    color: #0A4F9B;
}

#footer3 .social li {
    display: inline-block;
    margin: 0 1em 0 0;
}

#footer3 .social li:last-child {
    margin-right: 0;
}

#footer3 .social li a {
    display: block;
}

#footer3 .social li a:hover,
#post .post-final .info .social li a:hover {
    color: #F6C500;
}

#footer4 {
    padding: 1.111em 0;
    background: #0A4F9B;
    color: rgba(255, 255, 255, .7);
}

#footer4 .copy {
    font-size: 0.722em;
    opacity: 0.7;
    line-height: 1.4em;
}

#footer4 .by {
    display: block;
    opacity: 0.4;
    transition: all 0.2s;
}

#footer4 .by:hover {
    opacity: 1;
}

#footer4 .by img {
    display: block;
    width: 1.778em;
}

#loading {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5000;
    width: 100%;
    height: 100%;
    width: 100vw;
    height: 100vh;
    background: url(../img/loading.gif) center center no-repeat rgba(255, 255, 255, 0.95);
    transition: all 0.5s;
}

.still-loading #loading {
    width: 60px;
    height: 60px;
}

.loaded #loading {
    visibility: hidden;
    opacity: 0;
}

.sb {
    position: relative;
    overflow: auto;
}

.sb .simplebar-track {
    background: #dedede;
}

.sb .simplebar-scrollbar {
    background: #0A4F9B;
    border-radius: 0;
    opacity: 1;
    width: 8px;
    right: 0;
}

.sb .simplebar-scrollbar:before {
    background: #0A4F9B;
    border-radius: 0;
    opacity: 1;
}

.sb .simplebar-track.simplebar-vertical {
    width: 8px;
}

.diag-btn {
    color: #fff !important;
    font-size: 20px;
    width: 2em;
    line-height: 1.2em;
    padding: 0.4em 0.2em;
    background: #074A8F;
    display: block;
    text-align: center;
    border-radius: 5px;
    vertical-align: middle;
    border: solid 1px #074A8F;
    transition: all 0.2s;
}

.diag-btn .fa {
    display: inline;
}

.diag-btn:hover {
    background: #000;
    border-color: #0A4F9B;
}

.diag-btn:active {
    transform: scale(0.9);
}

.select-base {
    position: relative;
    display: inline-block;
    z-index: 1000;
}

.select-base.block {
    display: block;
    width: 100%;
}

.select-base .select-mask {
    position: relative;
    border: solid 1px #a3a3a3;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 0.667em;
    line-height: 2.217em;
    padding: 0.433em 3em 0.433em 1.6em;
    color: #000;
    text-align: left;
    cursor: pointer;
    background: #fff;
    z-index: 1002;
}

.select-base.aberto .select-mask {
    border-radius: 5px 5px 0 0;
}

.select-base .select-mask strong {
    font-size: 1.167em;
}

.select-base .select-mask .select-label {
}

.select-base .select-mask .select-label img {
    display: inline-block;
    width: 2.2em;
    height: 2.2em;
    margin-right: 0.6em;
}

.select-base .select-mask:hover .select-label {
    opacity: 1;
}

.select-base .select-mask .caret {
    position: absolute;
    right: 1.4em;
    top: 1.2em;
    transition: all 0.2s;
    color: #0A4F9B;
}

.select-base.aberto .select-mask .caret {
    transform: scaleY(-1);
}

.select-base .select-options {
    position: absolute;
    left: 0;
    top: 100%;
    top: calc(100% - 1px);
    min-width: 100%;
    text-align: left;
    border: solid 1px #a3a3a3;
    background: #fff;
    border-radius: 0 0 3px 3px;
    font-size: 0.778em;
    padding: 0.6em;
    white-space: nowrap;
    max-height: 11em;
    overflow: auto;
    z-index: 1001;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-1em);
    transition: all 0.2s;
}

.select-base.aberto .select-options {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.select-base .select-options ul {
    position: relative;
}

.select-base .select-options ul li {
    margin: 0 0 0.3em 0;
    position: relative;
}

.select-base .select-options ul li a {
    display: block;
    padding: 0.3em;
    padding-right: 2em;
    border-radius: 5px;
}

.select-base .select-options ul li a:hover {
    opacity: 1;
    background: #eee;
}

.select-base .select-options ul li a img {
    display: inline-block;
    width: 2.2em;
    height: 2.2em;
    margin-right: 0.6em;
}

#simulador {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: table;
    vertical-align: top;
}

#simulador .sim-header {
    width: 100%;
    height: 3.333rem;
}

#simulador .sim-titulo {
    font-family: "Montserrat";
    color: #000;
    font-size: 2em;
    line-height: 1.333em;
    letter-spacing: -0.015em;
    margin: 0 0 0.65em 0;
    font-weight: bold;
}

#simulador .sim-titulo strong {
    color: #0A4F9B;
}

#simulador .sim-titulo-header {
    margin-bottom: 1.7em;
}

#simulador .sim-titulo-header .sim-titulo {
    margin-bottom: 0;
}

#simulador .sim-mini-titulo {
    font-size: 0.778em;
    line-height: 1.3em;
    margin: 0 0 1em 0;
}

#sim-lado {
    width: 30%;
    background: #0A4F9B;
    background-size: cover;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

#sim-lado .sim-header {
    padding-left: 20px;
    z-index: 100;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

#sim-lado .sim-header a {
    display: block;
}

#sim-lado .sim-header img {
    display: block;
    height: 4.778em;
    margin-left: 5px;
}

#sim-lado .sair {
    position: absolute;
    left: -0.5em;
    bottom: 2.2em;
    transition: all 0.2s;
    z-index: 100;
}

#sim-lado .sair:hover {
    left: 0;
}

#sim-lado .sair a {
    font-size: 0.667em;
    border-left: solid 1.667em #F6C500;
    display: block;
    color: #fff;
    background: #013874;
    padding: 1.2em;
    line-height: 1.2em;
}

#sim-lado .sair a:hover {
    border-color: #F6C500;
}

div#sim-lado:after {
    content: "";
    width: 100%;
    height: 45%;
    background: url(../img/logo-cinza-claro.svg) #E5E5E5;
    background-repeat: no-repeat;
    background-position: -20px 80%;
    position: absolute;
    bottom: 0;
    color: #013874;
    background-size: 168px;
}

#sim-lado .foto {
    margin: auto;
    max-width: 80%;
    position: relative;
    z-index: 1;
}

#sim-lado .foto img {
    display: block;
    max-width: 100%;
    margin: auto;
}

#sim-main {
    background: #fff;
    display: table-cell;
    vertical-align: inherit;
    position: relative;
}

#sim-main .sim-header > .item {
    width: 30%;
    text-align: left;
    padding-left: 53px;
    font-size: 0.778em;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 0.05em;
    background: #fff;
    position: relative;
    white-space: nowrap;
    line-height: 3.333rem;
    pointer-events: none;
}

#sim-main .sim-header > .item > span {
    position: relative;
    display: inline-block;
}

#sim-main .sim-header > .item > span > .fa {
    opacity: 0.5;
}

#sim-main .sim-header > .item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: solid 2px #f7f7f7;
    border-width: 0 2px 2px 0;
}

#sim-main .sim-header > .item.aberto {
    background: #023874;
    color: rgba(255, 255, 255, 0.5);
    pointer-events: inherit;
    padding-right: 3em;
}

#sim-main .sim-header > .item.aberto:before,
#sim-main .sim-header > .item.ativo:before {
    border-color: #023874;
    border-bottom-color: transparent;
}

#sim-main .sim-header > .item.ativo {
    background: #023874;
    color: #fff;
    font-weight: bold;
    padding-right: 0;
}

#sim-main .sim-header > .item.ativo > span > .fa,
#sim-main .sim-header > .item.aberto > span > .fa {
    opacity: 1;
    color: #F6C500
}

#sim-main .sim-header > .item.ativo > span:after {
    content: "";
    position: absolute;
    left: 0.3em;
    bottom: -0.5em;
    width: 1em;
    height: 1em;
    background: #023874;
    transform: rotate(-45deg);
}

#sim-main .sim-header > .item > .check {
    position: absolute;
    right: 1em;
    top: 1.2em;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    border-radius: 0.9em;
    background: rgba(255, 255,255, .1);
    color: #fff;
    display: none;
}

#sim-main .sim-header > .item.aberto > .check {
    display: block;
}

#sim-main .sim-header > .item.ativo > .check {
    display: none !important;
}

#sim-main .sim-header > .logo {
    width: 20%;
    padding: 0 2em;
}

#sim-main .sim-header > .logo img {
    display: block;
    width: 6.111em;
    margin: auto;
}

#sim-main .inner {
    width: 100%;
    max-width: 715px;
    padding: 2.778em 20px 20px 4.6em;
}

.veiculo-select {
    border: solid 1px #707070;
    border-radius: 5px;
    background: #fefefe;
    height: 3.333em;
    padding: 0.5em 1em;
    position: relative;
    z-index: 100;
}

.veiculo-select:hover {
    background: #fff;
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
}

.veiculo-select:active {
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.4);
}

.veiculo-select .foto {
    padding-right: 1em;
}

.veiculo-select .foto img {
    display: block;
    height: 2.2em;
}

.veiculo-select .legenda {
    font-size: 0.667em;
    line-height: 1.3em;
}

.veiculo-select .caret {
    font-size: 1.6em;
    color: #0A4F9B;
    line-height: 1em;
}

.veiculo-select .caret .fa {
    color: #F6C500;
    transition: transform 0.3s;
}

.veiculo-select-lista {
    border: solid 1px #707070;
    border-top: none;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    background: #fff;
    max-height: 16em;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
}

.veiculo-select-lista .sb {
    max-height: 16em;
    padding: 0.5em;
}

.veiculo-select-lista ul {
    overflow: hidden;
}

.veiculo-select-lista ul li {
    float: left;
    width: 25%;
}

.veiculo-select-lista ul li a {
    display: block;
    padding: 0.7em 0.5em;
}

.veiculo-select-lista ul li a:hover {
    background: #eee;
}

.veiculo-select-lista ul li .foto {
    height: 4.1em;
    margin: 0 0 0.3em 0;
}

.veiculo-select-lista ul li .foto img {
    height: inherit;
    margin: auto;
    display: block;
    max-width: 100%;
}

.veiculo-select-lista ul li .nome {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.2em;
    font-size: 0.667em;
    overflow: hidden;
    height: 2.45em;
}

.veiculo-select-base {
    position: relative;
    margin-bottom: 1.89em;
    z-index: 1000;
}

.veiculo-select-aberto .veiculo-select-base .veiculo-select {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.veiculo-select-aberto .veiculo-select .caret .fa {
    transform: scaleY(-1);
}

.veiculo-select-aberto .veiculo-select-base .veiculo-select-lista {
    visibility: visible;
    opacity: 1;
    top: 3.2em;
}

.btn-fale {
    position: fixed;
    right: 1em;
    bottom: 1em;
    z-index: 2300;
    transition: all 0.3s;
}

.btn-fale.apenas-scroll {
    right: -5em;
    opacity: 0;
}

.scrolled .btn-fale.apenas-scroll {
    right: 1em;
    opacity: 1;
}

.btn-fale .bf-janela {
    display: block;
    position: absolute;
    right: 0;
    bottom: 3.33em;
    width: 7.778em;
    box-shadow: 0.3em 0.3em 0.8em rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1em);
}

.btn-fale.aberto .bf-janela {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.btn-fale .bf-janela .x {
    position: absolute;
    z-index: 2400;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 0.7em;
    padding: 0.4em 0.6em;
    line-height: 1em;
}

.btn-fale .bf-janela .bf-header {
    background: linear-gradient(to right, #4c4c4c 0%, #2c2c2c 100%);
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    padding: 0 0.7em 0.7em 0;
}

.btn-fale .bf-janela .bf-header img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.btn-fale .bf-janela .bf-texto {
    background: linear-gradient(to bottom, #084d94 0%, #BC1A1C 100%);
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    padding: 0 0.7em 0.7em 0;
    color: #fff;
    font-size: 0.667em;
    line-height: 1.3em;
    padding: 0.6em 1em;
    border-radius: 0 0 3px 3px;
}

.btn-fale .bf-janela .bf-texto:after {
    content: "";
    position: absolute;
    right: 1em;
    bottom: -0.5em;
    width: 1em;
    height: 1em;
    background: #BC1A1C;
    transform: rotate(45deg);
}

#sim-main .sim-como {
}

#sim-main .sim-como .como {
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 1.8em;
}

#sim-main .sim-como .como > label {
    position: relative;
    overflow: hidden;
    border-right: solid 1px #fff;
    cursor: pointer;
}

#sim-main .sim-como .como > label:last-child {
    border: none;
}

#sim-main .sim-como .como > label input {
    opacity: 0;
    left: 0;
    top: 0;
    position: absolute;
}

#sim-main .sim-como .como > label .item {
    background: linear-gradient(to bottom, #f2f2f2 0%, #e4e4e4 100%);
    height: 5em;
    text-align: left;
    font-size: 0.667em;
    line-height: 1.2em;
    transition: all 0.2s;
}

#sim-main .sim-como .como > label .item > .tcol {
    transition: all 0.2s;
    padding: 0.5em;
    padding-left: 33px;
}

#sim-main .sim-como .como > label .item .fa {
    opacity: 0.5;
    transform: scale(1.5) translateX(-0.3em);
    transition: all 0.2s;
    padding-right: 20px;
}

#sim-main .sim-como .como > label:hover .item > .tcol {
    background: #084d94;
    color: #fff;
}

#sim-main .sim-como .como > label:hover .item > .tcol .fa {
    opacity: 1;
}

#sim-main .sim-como .como > label input:checked + .item > .tcol {
    background: #084D94 !important;
    color: #fff;
}

#sim-main .sim-como .como > label input:checked + .item > .tcol .fa {
    opacity: 1 !important;
}

#sim-main .sim-pv {
    position: relative;
}

#sim-main .sim-pv .sim-pv-item {
    position: absolute;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0s, transform 0.2s, opacity 0.3s;
    transform: translateY(-2em);
}

#sim-main .sim-pv .sim-pv-item.aberto {
    position: relative;
    visibility: visible;
    opacity: 1;
    z-index: 100;
    transform: translateY(0);
}

#sim-main .sim-pv .noUi-target {
    border: none;
    box-shadow: none;
}

#sim-main .sim-pv .noUi-connect {
    background: #f6c500;
}

#sim-main .sim-pv .noUi-horizontal {
    height: 5px;
}

#sim-main .sim-pv .noUi-horizontal .noUi-handle {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    border: none;
    background: #F6C500;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    top: -5px;
}

#sim-main .sim-pv .noUi-horizontal .noUi-handle:before,
#sim-main .sim-pv .noUi-horizontal .noUi-handle:after {
    display: none;
}

html:not([dir="rtl"]) #sim-main .sim-pv .noUi-horizontal .noUi-handle {
    right: -7px;
}

#sim-main .sim-pv #range2.noUi-horizontal .noUi-handle-lower {
    opacity: 0;
    pointer-events: none;
}

#sim-main .sim-pv .legendas {
    font-size: 0.778em;
    line-height: 1.4em;
    color: #7f7f7f;
}

#sim-main .sim-pv .legendas .tcol {
    width: 33.3%;
}

#sim-main .sim-pv .legendas .legenda {
    display: inline-block;
    padding-bottom: 0.2em;
    border-bottom: solid 1px #084D94;
    color: #084D94;
}

#sim-main .sim-pv2 .legendas .legenda {
    font-weight: bold;
    color: #0A4F9B;
    border: none;
    opacity: 0;
}

#sim-main .sim-pv2 .noUi-touch-area > span {
    position: absolute;
    left: -3em;
    top: -0.9em;
    font-size: 0.778em;
    line-height: 1em;
    white-space: nowrap;
    font-weight: bold;
    color: #0A4F9B;
}

#sim-main .proximo-base {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}

.sim-habilita-proximo #sim-main .proximo-base {
    opacity: 1;
    visibility: visible;
}

#sim-main .sim-selecionado {
    font-size: 0.667em;
    color: rgba(0, 0, 0, 0.7);
    position: relative;
    margin: 0 0 3.5em 0;
    padding: 0 0 0 1.4em;
}

#sim-main .sim-selecionado:after {
    position: absolute;
    content: "";
    pointer-events: none;
    border: solid 1px #f6c500;
    border-radius: 3px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: skewX(-9deg);
}

#sim-main .sim-selecionado > .tcol {
    padding: 0.7em 1.4em 0.7em 0;
}

#sim-main .sim-selecionado > .tcol strong {
    color: #0A4F9B;
}

#sim-main .sim-perguntas {
}

#sim-main .sim-perguntas .linha {
    vertical-align: middle;
    margin-bottom: 1.333em;
    opacity: 0;
    transform: translateY(-2em);
    pointer-events: none;
    transition: all 0.25s;
}

#sim-main .sim-perguntas .linha label,
#sim-main .sim-perguntas .linha .campo {
    display: inline-block;
    font-size: 0.778em;
    line-height: 1.143em;
    padding: 0.214em 0;
    border: solid 1px #fff;
}

#sim-main .sim-perguntas .linha label {
    padding-right: 0.5em;
}

#sim-main .sim-perguntas .linha .campo {
    color: #084D94 !important;
    font-weight: 500;
    border-bottom-color: #084D94;
}

#modal-recursos .radio-area {
    background: #F8F8F8;
}

#modal-recursos .radio-area {
    border-bottom: 1px solid #C1C1C1;
}

#modal-recursos .radio-area.btop {
    border-top: 1px solid #C1C1C1;
}

#modal-recursos .radio-area .box {
    padding: 15px 2.333em;
    font-family: "Roboto", sans-serif;
}

#modal-recursos .cpf-area,
#modal-recursos .cnpj-area {
    display: none;
}

#modal-recursos .campo {
    display: inline-block;
    font-size: 0.778em;
    line-height: 1.143em;
    padding: 0.214em 0;
    border: solid 1px #fff;
}

#modal-recursos label {
    padding-right: 0.5em;
    display: block;
}

#modal-recursos .campo {
    color: #084D94;
    font-weight: 500;
    border-bottom-color: #084D94;
}



#sim-main .sim-perguntas .linha.aberta {
    opacity: 1;
    transform: translateY(0);
    pointer-events: inherit;
}

#sim-main .sim-aguarde {
    padding-top: 3em;
}

#sim-main .sim-aguarde:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 50%;
    height: 0.889em;
    background: linear-gradient(90deg, #FFD119 0%, #F2B50E 100%);
}

#simulador.full {
    height: auto;
    display: block;
}

#simulador.full #sim-main {
    display: block;
}

#simulador.full #sim-main .inner {
    max-width: none;
    padding: 0;
}

#simulador.full #sim-main .sim-barra-titulo {
    padding: 1.5em 20px;
    text-align: left;
    vertical-align: middle;
    box-shadow: 0px 3px 20px 0 rgba(0, 0, 0, .1);
    position: relative;
}

#simulador.full #sim-main .sim-barra-titulo .sim-titulo {
    font-size: 1.556em;
    display: inline-block;
    position: relative;
    margin: 0;
    font-weight: normal;
    vertical-align: middle;
    color: #0A4F9B;
    margin-left: 36px;
}

.pg-construction #simulador.full #sim-main .sim-barra-titulo .sim-titulo {
    color: #000;
}

#simulador.full #sim-main .sim-barra-titulo .sim-titulo b {
    font-weight: bold;
}

#simulador.full #sim-main .sim-barra-titulo .sim-titulo:before {
    content: "";
    position: absolute;
    top: 2px;
    left: -36px;
    width: 25px;
    height: 26px;
    background: url(../img/icon-amarelo.svg);
    background-size: cover;
}

#simulador.full #sim-main .sim-barra-titulo .select-base {
    vertical-align: middle;
}

#simulador.full #sim-main .sim-barra-titulo .sim-titulo + .select-base {
    margin-left: 0.6em;
}

#simulador.full #sim-main .sim-resultados {
    background: #f9f9f9;
    border-bottom: solid 1px #d7d7d7;
}

#simulador.full #sim-main .sim-resultados + .sim-resultados {
    border-top: none;
}

#simulador.full #sim-main .sim-resultados .item {
    overflow: hidden;
}

#simulador.full #sim-main .sim-resultados .resultado-base {
    padding: 3.1em 1em;
    overflow: hidden;
    position: relative;
    height: 100%;
    border-right: solid 1px #d7d7d7;
}

#simulador.full #sim-main .sim-resultados .resultado-base.r1 {
    background: linear-gradient(90deg, #FFD119 0%, #F2B50E 100%);
}

#simulador.full #sim-main .sim-resultados .resultado-base.r2 {
    background: #c5c5c5;
}

#simulador.full #sim-main .sim-resultados .resultado-base.r3 {
    background: #d7d7d7;
}

#simulador.full #sim-main .sim-resultados .resultado-base .bignum {
    position: absolute;
    z-index: 1;
    left: -0.1em;
    top: 0;
    font-size: 13.8em;
    line-height: 0.8em;
    font-weight: bold;
    color: #fff;
    opacity: 0.2;
}

#simulador.full #sim-main .sim-resultados .resultado-base.r1 .bignum {
    color: #000;
    opacity: 0.1;
}

.sim-resultado-box {
    margin: auto;
    width: 100%;
    max-width: 315px;
    background: #fff;
    border-radius: 3px;
    border: solid 1px #dfdfdf;
    position: relative;
    z-index: 400;
    box-shadow: 0.4em 0.4em 0.8em rgba(0, 0, 0, 0.05);
}

.sim-resultado-box .mg {
    margin-bottom: 0.7rem;
}

.sim-resultado-box .box {
    padding: 1.3em;
}

.sim-resultado-box .box.brd {
    border-bottom: solid 1px #dfdfdf;
}

.sim-resultado-box .header {
    padding-top: 0.889em;
    padding-bottom: 0.333em;
    border-bottom: solid 1px #0A4F9B;
}

.sim-resultado-box .nome {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    font-family: "Montserrat";
    line-height: 1.222em;
    overflow: hidden;
    height: 2.444em;
}

.sim-resultado-box.com-selo .nome {
    padding-right: 3.5em;
}

.sim-resultado-box .foto {
    height: 5.833em;
    background: center center no-repeat;
    background-size: contain;
}

.sim-resultado-box .legenda {
    font-size: 0.667em;
    line-height: 1.333em;
    opacity: 0.9;
    position: relative;
}

.sim-resultado-box .legenda.com-ajuda {
    padding-right: 2em;
}

.sim-resultado-box .legenda .ajuda {
    display: block;
    position: absolute;
    right: 0.5em;
    top: 0;
    line-height: inherit;
    transform: scale(1.3);
}

.sim-resultado-box .legenda .ajuda:hover {
    color: #0A4F9B;
}

.sim-resultado-box .valor {
    font-size: 1em;
    line-height: 1.2em;
    font-family: "Montserrat";
    font-weight: bold;
    white-space: nowrap;
}

.sim-resultado-box .btn-sobre {
    display: block;
    text-align: center;
    color: #0A4F9B;
    font-size: 0.667em;
    border: solid 1px #0A4F9B;
    border-radius: 5px;
    white-space: nowrap;
    line-height: 2em;
    padding: 0 0.5em;
}

.sim-resultado-box.aberto .btn-sobre {
    color: #fff;
    background: #0A4F9B;
}

.sim-resultado-box.aberto .btn-sobre .fa {
    transform: scaleY(-1);
}

.sim-resultado-box .info {
    background: #383838;
    color: #fff;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden;
    max-height: 0;
    transition: all 0.3s;
}

.sim-resultado-box.aberto .info {
    padding-top: 1.3em !important;
    padding-bottom: 1.3em !important;
    max-height: 400px;
}

.sim-resultado-box .info .legenda {
    line-height: 1.5em;
}

.sim-resultado-box .info .fa {
    color: #0A4F9B;
}

.sim-resultado-box .info .obs {
    opacity: 0.6;
}

.sim-resultado-box .selo {
    position: absolute;
    display: table;
    right: -1.556em;
    top: -1.556em;
    border: solid 1px #DFDFDF;
    background: #FEFEFE;
    overflow: hidden;
    border-radius: 200px;
    padding: 0.444em;
}

.sim-resultado-box .selo .selo-inner {
    border: solid 1px #0A4F9B;
    border-radius: 200px;
    display: table-cell;
    height: 4.8em;
    width: 4.8em;
    text-align: center;
    box-shadow: 0.2em 0.4em 0.8em rgba(0, 0, 0, 0.3);
    vertical-align: middle;
    background: linear-gradient(to bottom, #666 0%, #222 100%);
    color: #fff;
    padding: 0.5em;
}

.sim-resultado-box .selo .selo-inner .selo-legenda {
    font-size: 0.778em;
    line-height: 1.1em;
    font-weight: 500;
    margin: 0 0 0.2em 0;
}

.sim-resultado-box .selo .selo-inner .selo-valor {
    font-size: 1.111em;
    line-height: 1.1em;
    font-weight: bold;
    opacity: 0.7;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

#simulador.full #sim-main .sim-resultados.destaques {
    background: transparent;
    border: none;
}

#simulador.full #sim-main .sim-resultados.destaques .resultado-base {
    border: none;
}

#simulador.full #sim-main .owl-carousel .owl-stage {
    display: table !important;
}

#simulador.full #sim-main .owl-carousel .owl-stage .owl-item {
    display: table-cell !important;
    width: 33.3%;
}

#simulador.full #sim-main .sim-mais-base {
    padding: 2.2em 20px;
    background: #f9f9f9;
    position: relative;
}

.pg-produto #simulador.full #sim-main .sim-mais-base:after {
    content: '';
    width: 425px;
    height: 442px;
    background: url(../img/logo-grey.svg) center center no-repeat;
    opacity: .1;
    position: absolute;
    right: -50px;
    z-index: 2;
    /* background: red; */
    top: 12%;
    background-size: cover;
}

.form-select {
    display: block;
    width: 100%;
    border: solid 1px #707070;
    border-radius: 5px;
    background: url(../img/select_caret.png) right center no-repeat #fff;
    background-size: 1.643em auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 0.778em;
    height: 2.857em;
    padding: 0 2em 0 1em;
}

.form-select:disabled {
    opacity: 0.5;
    background-color: #eee;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    z-index: 999999;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}

.modal.aberta {
    visibility: visible;
    opacity: 1;
}

.modal .modal-tbl {
    height: 100vh;
    width: 100%;
    padding: 20px;
}

.modal .modal-janela {
    text-align: left;
    display: block;
    margin: auto;
    background: #fff;
    max-width: 970px;
    position: relative;
    transform: scale(0.7);
    opacity: 0;
    transition: all 0.75s;
}

.modal.aberta .modal-janela {
    transform: scale(1);
    opacity: 1;
}

.modal .modal-janela > .x {
    position: absolute;
    right: 0;
    top: 0;
    color: #074A8F;
    line-height: 1em;
    padding: 0.7em;
    display: block;
    z-index: 4400;
}

.modal .modal-janela .modal-titulo {
    font-size: 1.889em;
    line-height: 1.2em;
    letter-spacing: -0.01em;
    font-family: "Montserrat";
    font-weight: bold;
}


.modal-default-log .campo {
    display: inline-block;
    line-height: 1.143em;
    padding: 0.214em 0;
    border: solid 1px #fff;
}

.modal-default-log label {
    padding-right: 0.5em;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}

.modal-default-log label .lb {
    width: 60px;
    display: inline-block;
}

.modal-default-log .campo {
    color: #084D94;
    font-weight: 500;
    border-bottom-color: #084D94;
}

.modal-default-log .col-resultado {
    position: relative;
}
.modal-default-log .col-resultado:after {
    position: absolute;
    bottom: 0;
    content: '';
    width: 100%;
    height: 420px;
    background: url(../img/branding.svg) center no-repeat;

}


.btn-sub-login {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}
.modal .col-resultado {
    width: 32%;
    border-right: solid 1px #c1c1c1;
    box-shadow: inset -0.8em 0 0.8em rgba(0, 0, 0, 0.05);
}

.modal .col2 .box {
    padding: 2.6em 2.333em;
}

#modal-sim .modal-janela {
}

#modal-sim .modal-janela .tblj {
    vertical-align: top;
}

.modal .modal-janela .tblj > .col1 .sim-resultado-box {
    max-width: none;
    border-width: 0;
    box-shadow: none;
    background: none;
}

#modal-recursos .modal-janela:after {
    position: absolute;
    content: '';
    width: 202px;
    height: 210px;
    background: url(../img/logo-amarela.svg);
    bottom: -30px;
    right: -50px;
}

#modal-recursos .rec-tit {

    border-bottom: 1px solid #e4e4e4;
}

.modal .modal-janela .tblj > .col1 .sim-resultado-box .nome {
    color: #0A4F9B;
}

.modal .modal-janela .tblj > .col1 .sim-resultado-box .modal-valor {
    color: #0A4F9B;
    position: relative;
    text-align: center;
    padding: 0 1em;
    height: 2.9em;
}

.modal .modal-janela .tblj > .col1 .sim-resultado-box .modal-valor .mlegenda {
    font-size: 0.668em;
}

.modal .modal-janela .tblj > .col1 .sim-resultado-box .modal-valor .mvalor {
    font-size: 1.111em;
    font-weight: bold;
}

.modal .modal-janela .tblj > .col1 .sim-resultado-box .modal-valor:after {
    position: absolute;
    content: "";
    border: solid 1px #0A4F9B;
    border-radius: 5px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#modal-sim .modal-janela .tblj > .col2 .box1 .parcela {
    overflow: hidden;
    border-radius: 5px;
}

#modal-sim .modal-janela .tblj > .col2 .box1 .parcela > label {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#modal-sim .modal-janela .tblj > .col2 .box1 .parcela > label input {
    opacity: 0;
    left: 0;
    top: 0;
    position: absolute;
}

#modal-sim .modal-janela .tblj > .col2 .box1 .parcela > label .item {
    background: linear-gradient(to bottom, #dcdcdc 0%, #f2f2f2 100%);
    height: 5em;
    text-align: center;
    font-size: 0.667em;
    line-height: 1.5em;
    transition: all 0.2s;
}

#modal-sim .modal-janela .tblj > .col2 .box1 .parcela > label .item strong {
    font-size: 1.3em;
}

#modal-sim .modal-janela .tblj > .col2 .box1 .parcela > label .item > .tcol {
    transition: all 0.2s;
    padding: 0.5em;
    border: solid 1px #ddd;
}

#modal-sim .modal-janela .tblj > .col2 .box1 .parcela > label .item .fa {
    opacity: 0.5;
    transform: scale(1.3) translateX(-0.3em);
    transition: all 0.2s;
}

#modal-sim .modal-janela .tblj > .col2 .box1 .parcela > label:hover .item > .tcol {
    background: #084d94;
    color: #fff;
    border-color: transparent;
}

#modal-sim .modal-janela .tblj > .col2 .box1 .parcela > label:hover .item > .tcol .fa {
    opacity: 1;
}

#modal-sim .modal-janela .tblj > .col2 .box1 .parcela > label input:checked + .item > .tcol {
    background: #084D94 !important;
    color: #fff;
    border-color: transparent;
}

#modal-sim .modal-janela .tblj > .col2 .box1 .parcela > label input:checked + .item > .tcol .fa {
    opacity: 1 !important;
}

#modal-sim .modal-janela .tblj > .col2 .box2 {
    padding-top: 0.889em;
    padding-bottom: 0.889em;
    background: #fcfcfc;
    border: solid 1px #e5e5e5;
    border-width: 1px 0;
}

#modal-sim .modal-janela .tblj > .col2 .box2 img {
    display: block;
    width: 5.389em;
}

#modal-sim .modal-janela .tblj > .col2 .box2 p {
    color: #434343;
    font-size: 0.667em;
    line-height: 1.5em;
    margin: 0;
}

#modal-sim .modal-janela .tblj > .col2 .box3 {
}

#modal-sim .modal-janela .tblj > .col2 .box3 h5 {
    font-weight: bold;
    font-size: 0.778em;
    line-height: 1.3em;
    margin: 0 0 0.6em 0;
}

#modal-sim .modal-janela .tblj > .col2 .box3 .label-check {
    display: block;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.82);
    font-size: 0.667em;
    position: relative;
}

#modal-sim .modal-janela .tblj > .col2 .box3 .label-check input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

#modal-sim .modal-janela .tblj > .col2 .box3 .label-check .fa {
    margin-right: 0.4em;
    transform: scale(1.3);
}

#modal-sim .modal-janela .tblj > .col2 .box3 .label-check .checked {
    display: none;
}

#modal-sim .modal-janela .tblj > .col2 .box3 .label-check input:checked + span .checked {
    display: inline-block;
    color: #074A8F;
}

#modal-sim .modal-janela .tblj > .col2 .box3 .label-check input:checked + span .unchecked {
    display: none;
}

#modal-sim .modal-janela .tblj > .col2 .box4 {
    padding-top: 3.8em;
    padding-bottom: 3.8em;
    max-width: 430px;
}

#modal-sim .modal-janela .tblj > .col2 .box4 img {
    display: block;
}

#modal-sim .modal-janela .tblj > .col2 .box4 p {
    font-size: 0.778em;
    line-height: 1.4em;
}

#modal-sim .modal-janela .tblj > .col2 .box4 .modal-titulo {
    color: #0A4F9B;
    line-height: 1.4em;
}

#modal-fale {
}

#modal-fale .falar-como {
    background: #f8f8f8;
    border-top: solid 1px #e5e5e5;
}

#modal-fale .falar-como label {
    display: block;
    padding: 0.6em 2.333em;
    border-bottom: solid 1px #e5e5e5;
    cursor: pointer;
}

#modal-fale .fale-form {
}

#modal-fale .fale-form .mf {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all 0s, opacity 0.2s, transform 0.2s;
    transform: translateY(-1em);
}

#modal-fale .fale-form .mf.aberto {
    opacity: 1;
    visibility: visible;
    position: relative;
    transform: translateY(0);
}

#modal-fale .fale-form .linha {
    vertical-align: middle;
    margin-bottom: 0.668em;
}

#modal-fale .fale-form .linha label,
#modal-fale .fale-form .linha .campo {
    display: inline-block !important;
    font-size: 0.778em !important;
    line-height: 1.143em !important;
    height: auto;
    padding: 0.214em 0 !important;
    border: solid 1px #fff;
    width: auto;
}

#modal-fale .fale-form .linha select.campo {
    padding-right: 2.5em !important;
}

#modal-fale .fale-form .linha label {
    padding-right: 0.5em;
}

#modal-fale .fale-form .linha .campo {
    color: #084D94;
    font-weight: 500;
    border-bottom-color: #084D94;
}

#modal-fale .fale-form .linha.aberta {
    opacity: 1;
    transform: translateY(0);
    pointer-events: inherit;
}

#modal-fale .box-obrigado {
    max-width: 430px;
}

#modal-fale .box-obrigado img {
    display: block;
}

#modal-fale .box-obrigado p {
    font-size: 0.778em;
    line-height: 1.4em;
}

#modal-fale .box-obrigado .modal-titulo {
    color: #0A4F9B;
    line-height: 1.4em;
}

.cor-verm {
    color: #0A4F9B !important;
}

.bg-verm {
    background-color: #0A4F9B !important;
}

.cor-bco {
    color: #fff !important;
}

.cor-ama {
    color: #F6C500 !important;
}

.bg-ama {
    background-color: #F6C500 !important;
}

.bg-bco {
    background-color: #fff !important;
}

.tam-xs {
    font-size: 0.667em;
    line-height: 1.429em;
}

.tam-sm {
    /*font-size: 0.778em;*/
    font-size: 14px;
    line-height: 1.429em;
}

.tam-md {
    font-size: 0.889em;
    line-height: 1.429em;
}

.tam-xs p, .tam-sm p, .tam-md p {
    line-height: inherit;
    font-size: inherit;
}

.corp4 {
    color: rgba(0, 0, 0, 0.4);
}

.corp5 {
    color: rgba(0, 0, 0, 0.5);
}

.corp6 {
    color: rgba(0, 0, 0, 0.6);
}

.corp7 {
    color: rgba(0, 0, 0, 0.7);
}

.corp8 {
    color: rgba(0, 0, 0, 0.8);
}

.corp9 {
    color: rgba(0, 0, 0, 0.9);
}

.opc4 {
    opacity: 0.5;
}

.opc5 {
    opacity: 0.5;
}

.opc6 {
    opacity: 0.6;
}

.opc7 {
    opacity: 0.7;
}

.opc8 {
    opacity: 0.8;
}

.opc9 {
    opacity: 0.9;
}

.f-eb {
    font-weight: 800 !important;
}

.titulo1 {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #212223;
    letter-spacing: -0.02em;
    font-size: 1.889em;
    line-height: 1.2em;
    position: relative;
}

.titulo1.t0 {
    font-size: 1.36em;
}

.titulo1.t1 {
    font-size: 1.66em;
}

.titulo1.t2 {
    font-size: 2em;
}

.titulo1.t3 {
    font-size: 2.111em;
}

.titulo1.t4 {
    font-size: 2.222em;
}

.titulo1.sq {
    margin-left: 36px;
}

.titulo1.sq:before {
    content: "";
    position: absolute;
    left: -1.02em;
    top: 7px;
    width: 26px;
    height: 27px;
    background: url(../img/icon-amarelo.svg);
    background-size: cover;
}

.titulo2 {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #212223;
    letter-spacing: -0.02em;
    font-size: 1.389em;
    line-height: 1.2em;
    margin: 0 0 0.8em 0;
    text-transform: uppercase;
}

.titulo2.brd {
    border-bottom: solid 1px #0A4F9B;
    padding-bottom: 0.5em;
}

.faq-main .titulo2.brd {
    font-size: 25px;
    text-transform: inherit;
}
.site-subtitulo {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1.357em;
    letter-spacing: 0.03em;
    font-weight: 500;
    color: #aeaeae;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 2.429em 0;
}

.site-subtitulo:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 13px;
    height: 13px;
    background-image: url(../img/icon-nh.svg);
    background-size: cover;
}

.site-subtitulo.cor-ama:before {
    background-image: url(../img/icon-amarelo.svg);
}

.site-subtitulo.sem-sq {
    padding-left: 0;
}

.site-subtitulo.sem-sq:before {
    display: none;
}

.busca-btn {
    position: relative;
}

.busca-btn .bbtbl {
}

.busca-btn .btn1 {
    padding: 0 1em;
    line-height: 40px;
    border-radius: 0 5px 5px 0;
}

.busca-btn .q {
    color: #000;
    background: #fff;
    border-radius: 5px 0 0 5px;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    padding: 10px 15px;
    border: none;
}

.busca-btn .col-q {
    width: 70%;
}

.box-video {
    display: block;
    position: relative;
}

.box-video > a {
    display: block;
    position: relative;
    text-align: center;
    padding: 7.5em 2em;
    color: #fff;
}

.box-video > a > * {
    position: relative;
    z-index: 510;
}

.box-video > a:after {
    position: absolute;
    content: "";
    z-index: 502;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    transition: all 0.2s;
}

.box-video > a:hover:after {
    background: #0A4F9B;
}

.box-video > a .img {
    position: absolute;
    z-index: 501;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.box-video > a .play {
    margin-bottom: 0.6em;
}

.box-video > a .play > span {
    border: solid 1px #F6C500;
    border-radius: 500px;
    padding: 0.65em;
    display: inline-block;
}

.box-video > a .play > span > span {
    background: #0A4F9B;
    width: 3.25em;
    height: 3.25em;
    line-height: 3.25em;
    border-radius: 1.7em;
    text-align: center;
    display: block;
    color: #fff;
    transition: all 0.4s;
}

.box-video > a:hover .play > span > span {
    background: #0A4F9B;
    color: #fff;
}

#faq-ainda {
    background: #fff;
    background-size: auto 100%;
    height: 27.16em;
}

#faq-ainda .foto {
    width: 45%;
}

#faq-ainda .info {
    padding: 20px;
    text-align: center;
}

#faq-ainda .info .inner {
    display: inline-block;
    text-align: left;
    max-width: 24.5em;
}

#faq-ainda .info h2 {
    font-size: 2.222em;
    color: #191C22;
    letter-spacing: -0.02em;
    line-height: 1.325em;
    font-weight: bold;
    font-family: "Montserrat";
    margin: 0 0 0.6em 0;
}

#faq-ainda .info h2 strong {
    color: #0A4F9B;
}

#faq-ainda .info .links {
}

#faq-ainda .info .links > .tcol {
    padding-right: 0.2em;
    margin: 0 1em 1em 0;
    display: block;
    float: left;
}

#faq-ainda .info .links > .tcol:last-child {
    padding-right: 0;
}

#faq-ainda .info .links a {
    display: inline-block;
    line-height: 2.889rem;
    min-width: 2.889rem;
    text-align: center;
    border: solid 1px #0A4F9B60;
    border-radius: 5px;
    color: #0A4F9B;
    font-size: 0.778em;
    text-transform: uppercase;
    padding: 0 1em;
}

#faq-ainda .info .links a .fa {
    transform: scale(1.6);
}

#faq {
    padding: 0;
    border-bottom: 1px solid #AEAEAE50;
}

#faq .tbl-faq {
    vertical-align: top;
}

#faq .tbl-faq > .tcol {
    padding: 3.444em 0;
    position: relative;
}

#faq .faq-lado {
    width: 31%;
    padding-right: 20px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#faq .faq-lado .floater {
}

#faq .faq-lado .floater .floater-inner {
    padding: 3.444em 0;
    transition: all 0.2s;
}

#faq .faq-lado .floater.is-affixed .floater-inner {
    padding: 1.444em 0;
}

#faq .faq-lado.escuro {
    background: #F9F9F9;
    border-right: 1px solid #AEAEAE50;
}

#faq .faq-lado:before {
    content: "";
    position: absolute;
    width: 2000px;
    height: 100%;
    background: inherit;
    left: -2000px;
    top: 0;
    border-bottom: 1px solid #AEAEAE50
}

#faq .faq-lado h5 {
    font-size: 18px;
    font-weight: bold;
    color: #212223;
    line-height: 1.222em;
    margin: 0 0 1em 0;
}

#faq .faq-lado .faq-menu {
    position: relative;
    padding: 0 0 0 0;
}

#faq .faq-lado .faq-menu:before {
    content: "";
    position: absolute;
    left: 1px;
    height: 100%;
    top: 0;
    width: 1px;
    background: #d4d4d4;
}

#faq .faq-lado .faq-menu li {
    display: block;
}

#faq .faq-lado .faq-menu li a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #8D8D8E;
    line-height: 1.2em;
    padding: 1.3em 0 1.3em 1.2em;
    position: relative;
    font-weight: bold;
    font-family: Montserrat, roboto, arial, sans-serif;
}

#faq .faq-lado .faq-menu li a:active,
#faq .faq-lado .faq-menu li a.ativo,
#faq .faq-lado .faq-menu li a:hover {
    color: #0A4F9B;
}

#faq .faq-lado .faq-menu li a.ativo:before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 3px;
    background: #0A4F9B;
}

#faq .faq-lado .termo {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 1.111em;
}

#faq .faq-main {
    padding-left: 1.5em;
    width: 69%;
}

#faq .faq-lado + .faq-main {
    padding-left: 1.5em;
}

#faq .faq-main .faq {
}

#faq .faq-main .faq-base {
    padding: 1em 0 0 0;
    margin-bottom: 2em;
}

#faq .faq-main .faq-base:first-child {
    padding-top: 0;
}

#faq .faq-main .faq-base:last-child {
    margin-bottom: 0;
}

#faq .faq-main .faq li {
    display: block;
    border: solid 1px rgba(10, 79, 155, .50);
    border-radius: 5px;
    margin: 0 0 13px 0;
    font-family: Roboto, Montserrat, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

#faq .faq-main .faq li:last-child {
    margin-bottom: 0;
}

#faq .faq-main .faq li .header {
    height: 4.69em;
    padding: 0.5rem 1rem 0.5rem 2rem;
}

#faq .faq-main .faq li .header h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2em;
}

#faq .faq-main .faq li .header .mm {
    display: block;
    text-align: center;
    width: 1.444em;
    width: calc(1.444em + 2px);
    line-height: 1.444em;
    border-radius: 0.8em;
    border: solid 1px #0A4F9B;
    color: #0A4F9B;
}

#faq .faq-main .faq li .header .mm .menos {
    display: none;
}

#faq .faq-main .faq li .header .mm .fa {
    transform: scale(0.8);
}

#faq .faq-main .faq li .resposta {
    overflow: hidden;
    padding: 0 4rem 0 2rem;
    font-size: 12px;
    line-height: 1.7em;
    color: #333;
    max-height: 0;
    transition: all 0.3s;
}

#faq .faq-main .faq li .resposta p {
    display: block;
    width: 100%;
    opacity: 0.8;
}

#faq .faq-main .faq li .resposta p img {
    max-width: 100%;
    border-radius: 5px;
    display: block;
}

#faq .faq-main .faq li .resposta .video {
    margin-bottom: 1.6em;
}

#faq .faq-main .faq li .resposta .video:last-child {
    margin-bottom: 0;
}

#faq .faq-main .faq li .resposta .legenda {
    font-size: 0.889em;
    padding-top: 0.5em;
    display: block;
}

#faq .faq-main .faq li.aberto .header {
    color: #0A4F9B;
}

#faq .faq-main .faq li.aberto .header .mm .mais {
    display: none;
}

#faq .faq-main .faq li.aberto .header .mm .menos {
    display: inline;
}

#faq .faq-main .faq li.aberto .resposta {
    padding-top: 0.5em;
    padding-bottom: 1.5em;
    max-height: 300vh;
}

#faq .faq-main .faq-zero {
    max-width: 505px;
}

#faq .faq-main .faq-zero p {
    font-size: 0.778em;
    opacity: 0.6;
    max-width: 30em;
}

#header .diag-header-esq,
#header .diag-header-dir {
    display: none;
    z-index: 1;
}

.diag-header #header {
    overflow: hidden;
}

.diag-header #header:after,
.pg-blog #header:after {
    display: none;
}

.diag-header #header .diag-header-esq {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 42%;
    z-index: 2;
    background: none;
}

.diag-header #header .diag-header-dir {
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
    opacity: 0.6;
}

.diag-header #header .header2 {
    padding-bottom: 5.4em;
}

.diag-header #header .header2 .header2-inner {
    max-width: 22.778em;
    color: #fff;
}

.diag-header #header.header-site .hp h2 {
    margin-bottom: 11px;
}

.diag-header #header.header-site .hp {
    padding-bottom: 0;
}

.diag-header:not(.pg-contatos) #header.header-site .hp h1 {
    margin-bottom: 1px;
}

.pg-contatos #header .contatos {
    color: #fff;
}

.pg-contatos #header .contatos .et {
    font-size: 14px;
    line-height: inherit;
    margin-bottom: 3em;
    font-weight: 300;
}

.pg-contatos #header .contatos .et li {
    margin: 0 0 1em 0;
}

.pg-contatos #header .contatos .et li .fa {
    color: #F6C500;
    margin-right: 0.3em;
}

.pg-contatos #header .contatos .social {
}

.pg-contatos #header .contatos .social li {
    display: inline-block;
    padding-right: 0.6em;
}

.pg-contatos #header .contatos .social li:last-child {
    padding-right: 0;
}

.pg-contatos #header .contatos .social li a {
    display: inline-block;
    line-height: 2.889rem;
    min-width: 2.889rem;
    text-align: center;
    border: solid 1px #0A4F9B;
    border-radius: 5px;
    background: #0A4F9B;
    color: #fff;
    font-size: 0.778em;
    text-transform: uppercase;
    padding: 0 1em;
}

.pg-contatos #header .contatos .social li .fa {
    transform: scale(1.6);
}

.pg-contatos #header .contatos .social li a:hover {
    background: #F6C500;
    color: #000;
    border-color: transparent;
}

#contato1 {
    padding: 4.5em 0;
}

#contato1 .ctbl {
}

#contato1 .ctbl > .col1 {
    width: 42%;
}

#contato1 .ctbl > .col2 {
    padding-top: 2.5em;
}

#contato1 .et {
    border: solid 1px #c5c5c5;
    border-radius: 5px;
    height: 13em;
    padding: 1em 1em 1em 3em;
    position: relative;
}

#contato1 .et:after {
    content: "";
    position: absolute;
    width: 6.6em;
    height: 6.6em;
    background: url(../img/logo_chave.svg) center center no-repeat;
    background-size: contain;
    right: -1.444em;
    top: -3em;
}

#contato1 .et ul {
}

#contato1 .et ul li {
    font-size: 1.889em;
    line-height: 1.2em;
    font-weight: bold;
    font-family: "Montserrat";
}

#contato1 .et ul li + li {
    margin-top: 0.8em;
}

#contato1 .et ul li .fa {
    color: #0A4F9B;
}

#contato1 .et ul li a:hover {
    color: #0A4F9B;
}

#contato2 {
    padding: 4.6em 0;
    background: url(../img/contato_form_bg.jpg) center center no-repeat #000;
    background-size: cover;
    color: #fff;
}

#contato2 .ctbl > .col1 {
    width: 38%;
}

#contato2 .cform {
}

#contato2 .cform .form-group {
    margin: 0 0 1.333em 0;
}

#contato2 .cform .form-label {
    display: block;
    font-size: 0.778em;
    line-height: 1.2em;
    margin: 0 0 0.6em 0;
}

#contato2 .cform .campo {
    border: none;
    border-bottom: solid 1px #fff;
    font-size: 0.778em;
    color: #fff;
    width: 100%;
    background: none;
    line-height: 1.4em;
    padding: 0.5em 0;
}

#contato2 .cform textarea.campo {
    border: solid 1px #fff;
    border-radius: 5px;
    padding: 0.5em 1em;
    resize: none;
}

#contato3 {
    padding: 3.9em 0;
}

#contato3 .ctbl > .col1 {
    width: 38%;
}

#contato3 .ctbl > .col2 {
    padding-top: 3em;
}

#contato4 {
    text-align: center;
}

#contato4 .ctbl {
}

#contato4 .links {
    background: #000;
}

#contato4 .item {
    border-right: solid 1px rgba(122, 122, 122, .43);
}

#contato4 .servico {
    color: #fff;
    padding-top: 3em;
    display: block;
    transition: none;
}

#contato4 .servico:hover {
    background: rgba(255, 255, 255, 0.15);
}

#contato4 .servico .img {
    margin: 0 0 0.778em 0;
}

#contato4 .servico .img img {
    max-width: 100%;
    display: block;
    width: 8.333em;
    margin: auto;
}

#home-linhas .shadow-text {
    font-size: 100px;
    font-family: "Montserrat", arial, sans-serif;
    font-weight: bold;
    color: #E5E5E5;
    z-index: -7;
    position: absolute;
    left: 12px;
    top: 61px;
}

#home-linhas .tbl {
    margin-top: 64px;
}

#home-linhas .tcol {
    background-size: contain;
    background-repeat: no-repeat;
    height: 359px;
    vertical-align: top;
    position: relative;
}

#home-linhas .tcol .titulo1 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 25px;
}

#home-linhas .tcol .content {
    padding: 30px;
    max-width: 310px;
    position: absolute;
    top: 80px;
}

#home-linhas .tcol.col2 .content {
    left: 15px;
}

#contato4 .servico .legenda {
    line-height: 1.333em;
    font-size: 16px;
    color: #F6C500;
    font-weight: bold;
    font-family: "Montserrat", arial, sans-serif;
    padding: 1.7em 0;
    background-color: #0A4F9B;
    border-right: 1px solid #004088;
    margin-right: -1px;
}

#contato4 .servico .legenda i {
    color: #fff;
}

#contato4 .servico:hover .legenda {
    background-color: #014187;
}

#contato4 .owl-carousel .owl-dots {
    margin: 0px;
    background: #fff;
    height: 40px;
    padding-top: 10px;
}

#contato5 {
    padding: 4.1em 0 6em 0;
}

#contato5 .ctbl {
    position: relative;
}

#contato5 .ctbl:before {
    content: "";
    background: url(../img/topografismo.png);
    position: absolute;
    width: 50%;
    z-index: 2;
    background-position: right;
    background-size: cover;
    height: 80%;
    top: 10%;
    left: -140px;
}

#contato5 .ctbl:after {
    position: absolute;
    content: "";
    height: 80%;
    background: #F8F8F8;
    top: 10%;
    width: 10000px;
    left: -5000px;
    z-index: 1;
}

#contato5 .ctbl > .tcol {
    position: relative;
    z-index: 100;
}

#contato5 .ctbl > .col1 {
    width: 42%;
}

#contato5 .ctbl .smartphones {
    position: relative;
    right: 12%;
}

#contato5 .ctbl .smartphones img {
    max-width: 100%;
    display: block;
}

.pg-sobre #sobre2 {
    padding-top: 0 !important;
}

.pg-sobre #footer1 {
    border: none !important;
}

.owl-carousel.com-pager-pt {
}

.owl-carousel.com-pager-pt .owl-nav {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
    height: 0px;
    z-index: 500;
}

.owl-carousel.com-pager-pt .owl-nav button {
    position: absolute;
    line-height: 30px;
    color: #0A4F9B;
    top: -15px;
    font-size: 25px;
}

.owl-carousel.com-pager-pt .owl-nav button:active {
    transform: scale(0.9);
}

.owl-carousel.com-pager-pt .owl-nav .owl-prev {
    left: 20px;
}

.owl-carousel.com-pager-pt .owl-nav .owl-next {
    right: 20px;
}

.owl-carousel.com-pager-pt .owl-dots {
    position: relative;
    width: 100%;
    text-align: center;
    height: 30px;
    z-index: 499;
    margin: 40px auto 0 auto;
}

.owl-carousel.com-pager-pt.pgmg20 .owl-dots {
    margin-top: 20px;
}

.owl-carousel.com-pager-pt.pgmg10 .owl-dots {
    margin-top: 10px;
}

.owl-carousel.com-pager-pt.pgmg0 .owl-dots {
    margin-top: 0px;
}

.owl-carousel.com-pager-pt .owl-dots > button {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #0A4F9B;
    opacity: 0.5;
    border-radius: 5px;
    margin: 0 6px;
}

.owl-carousel.com-pager-pt .owl-dots > button.active {
    opacity: 1;
}

.owl-carousel.com-pager-pt.bco .owl-nav button {
    color: #fff;
}

.owl-carousel.com-pager-pt.bco .owl-dots > button {
    background: #fff;
}

.pg-sobre #header .header2 .header2-inner p {
    max-width: 18.9rem;
}

#sobre1 {
    padding: 5em 0;
    background: #0A4F9B;
    color: #fff;
}

#sobre1 .stbl > .col1 {
    width: 42%;
}

#sobre1 .site-subtitulo {
    color: rgba(255, 255, 255, 0.7);
}

#sobre1 .foto {
    position: relative;
}

#sobre1 .foto img {
    display: block;
    width: 100%;
    border-radius: 5px;
    z-index: 1;
    position: relative;
}

#sobre1 .foto .legenda {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: -2em;
    padding: 1.5em 0;
}

#sobre1 .foto .legenda .texto {
    position: relative;
    z-index: 190;
    color: #000;
    font-family: "Montserrat";
    font-size: 1.9em;
    font-weight: 500;
    line-height: 1.2em;
}

#sobre1 .foto .legenda:before {
    content: "";
    z-index: 150;
    position: absolute;
    background: #fff;
    left: -4.7em;
    top: 0;
    width: 5000px;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
}

#sobre1 {
    height: 100vh;
}

#sobre1 .box-image-xadrez {
    height: 100vh;
    position: absolute;
    background: #000;
    margin-top: -5em;
    width: 50vw;
    right: -7.1em;
    max-width: 60%;
}

#sobre1 .box-image-xadrez .tbl {
    height: 50%;
}

#sobre1 .box-image-xadrez .tbl .tcol {
    height: 100%;
    width: 50%;
    background: rgb(29, 29, 29);
    background: linear-gradient(151deg, rgba(29, 29, 29, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background-size: cover;
    background-position: center;
}

#sobre1 .box-image-xadrez .tbl .tcol .content {
    padding: 50px;
}

#sobre1  .content h2 {
    font-family: "Montserrat";
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: bold;
}

#sobre1 .box-image-xadrez .tbl .tcol .content p {
    font-size: 16px;
    opacity: .7;
}

#sobre2 {
    padding: 4.44em 0;
}

#sobre2 .depoimento {
    max-width: 510px;
    margin: auto;
    padding: 3em 0.556em 0.556em 0.556em;
    position: relative;
    padding-top: 60px;
}

#sobre2 .depoimento .dep-box {
    border: solid 1px #d6d6d6;
    border-radius: 10px;
    background: #fff;
    padding: 6em 2.8em 1.9em 2.8em;
    position: relative;
    z-index: 300;
}

#sobre2 .a2 .depoimento .dep-box {
    border: none
}

#sobre2 .depoimento .dep-box > * {
    z-index: 100;
    position: relative;
}

#sobre2 .depoimento .dep-box:before {
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background: rgb(0, 57, 120);
    background: url(../img/textura-amarela.svg) top,
    linear-gradient(328deg, rgba(0, 57, 120, 1) 0%, rgba(10, 79, 155, 1) 100%);

    opacity: 0;
    border-radius: 10px;
    transition: all 0.2s;
    background-repeat: no-repeat;
    min-height: 350px;
}
#sobre2 .depoimento .dep-box {
    min-height: 350px;

}


#sobre2 .depoimento .dep-box .foto {
    position: absolute;
    left: 0;
    top: -3em;
    width: 100%;
}

#sobre2 .depoimento .dep-box:after {
    content: '';
    background: url(../img/logo-grey.svg);
    width: 125px;
    height: 130px;
    position: absolute;
    top: -61px;
    left: 31%;
    z-index: 1;
}

#sobre2 .depoimento .dep-box .foto img {
    display: block;
    height: 108px;
    border-radius: 50%;
    margin: auto;
    margin-top: 19px;
    width: auto;
    box-shadow: 0.7em 0.9em 1em rgba(0, 0, 0, 0.4);
}

#sobre2 .depoimento .dep-box .texto {
    font-size: 0.778em;
    line-height: 1.4em;
    color: #191C22;
    margin-bottom: 1.8em;
    text-align: left;
    transition: all 0.2s;
}

#sobre2 .item {
    opacity: .5;
}

#sobre2 .a2 .item {
    opacity: 1;
}

#sobre2 .depoimento .dep-box .texto p {
    line-height: 20px;
    overflow: hidden;
    min-height: 8.4em;
    opacity: 0.5;
    font-size: 14px;
    font-weight: normal;
}

#sobre2 .a2 .depoimento .dep-box .texto p {
    color: rgba(255, 255, 255, .6)
}

#sobre2 .depoimento .dep-box .nome {
    text-align: center;
    color: #808080;
    font-size: 0.778em;
    line-height: 1.4em;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: 500;
    margin-bottom: 0.7em;
    position: relative;
}
#sobre2 .depoimento .dep-box .nome:after {
    content: '';
    width: 35px;
    height: 31px;
    background: url(../img/elemento-depo-inativo.svg);
    background-size: cover;
    position: absolute;
    top: -11%;
    right: 20px;
}
#sobre2 .a2 .depoimento .dep-box .nome:after {
    background: url(../img/elemento-depo.svg);
}

#sobre2 .depoimento .dep-box .nome > span {
    display: inline-block;
    padding-bottom: 0.4em;
    transition: all 0.2s;
    font-weight: bold;
    font-size: 14px;
}

#sobre2 .depoimento .dep-box .cargo {
    text-align: center;
    color: #0B0B0C;
    font-size: 0.667em;
    line-height: 1.4em;
    opacity: 0.5;
    transition: all 0.2s;
}

#sobre2 .a2 .depoimento .dep-box:before {
    opacity: 1;
}

#sobre2 .a2 .depoimento .dep-box .texto {
    color: #fff;
}

#sobre2 .a2 .depoimento .dep-box .texto p {
    opacity: 1;
}

#sobre2 .a2 .depoimento .dep-box .nome {
    color: #fff;
}

#sobre2 .depoimento .dep-box .cargo {
    font-size: 12px;
}

#sobre2 .a2 .depoimento .dep-box .cargo {
    color: #fff;
    opacity: .6;
    font-size: 12px;
}

#sobre2 .depoimento .dep-box .nome {
    border: 1px solid #AEAEAE;
    padding: 13px;
    border-radius: 10px;
    max-width: 76%;
    margin: 0 auto;
}

#sobre2 .a2 .depoimento .dep-box .nome {

    color: #fff;
    border: 1px solid #F6C500;
}

#sobre2 .owl-carousel.com-pager-pt .owl-nav {
    width: 33.3%;
    left: 33.3%;
}

#sobre2 .owl-carousel.com-pager-pt .owl-dots {
    width: 30%;
    padding: 0 1.5em;
}

/*#sobre2 .owl-carousel .owl-dots { font-size: 0.778em; color: #fff; font-family: "Roboto Mono", "Roboto", sans-serif; text-align: center; position: relative; width: 100%;   }*/
/*#sobre2 .owl-carousel .owl-dots > button { display: inline-block; min-width: 2.143em; padding: 0 0.4em; line-height: 2.143em; text-align: center; margin: 0.3em 0.6em; position: relative; opacity: 0.5; }*/
/*#sobre2 .owl-carousel .owl-dots > button span { position: relative; z-index: 2; }*/
/*#sobre2 .owl-carousel .owl-dots > button.active { opacity: 1; }*/
/*#sobre2 .owl-carousel .owl-dots > button:after { content: ""; position: absolute; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; border: solid 1px #fff; transform: skewX(-4deg); transition: background-color 0.2s; }*/
/*#sobre2 .owl-carousel .owl-dots > button:hover { opacity: 1; color: #000; }*/
/*#sobre2 .owl-carousel .owl-dots > button:hover:after { background: #fff; }*/

/*#sobre2  .owl-carousel .owl-nav { position: absolute; left: 0; bottom: 53px; width: 100%; text-align: center; height: 0px; z-index: 500; }*/
/*#sobre2  .owl-carousel .owl-nav button { position: absolute; line-height: 30px; color: #0A4F9B; top: -15px; font-size: 25px; }*/
/*#sobre2  .owl-carousel.blk .owl-nav button { color: #fff; }*/
/*#sobre2  .owl-carousel .owl-nav button:active { transform: scale(0.9); }*/
/*#sobre2  .owl-carousel .owl-nav .owl-prev { left: 20px; }*/
/*#sobre2  .owl-carousel .owl-nav .owl-next { right: 20px; }*/
/*#sobre2  .owl-carousel .owl-dots { position: absolute; left: 0; bottom: 38px; width: 100%; text-align: center; height: 33px; z-index: 499; }*/

#sobre2 .owl-carousel .owl-dots > button:after {
    border-color: #0A4F9B;
}

#sobre2 .owl-carousel .owl-dots > button span {
    color: #0A4F9B;
}

#sobre2 .owl-carousel .owl-nav button {
    color: #0A4F9B
}

@media (min-width: 992px) and (max-width: 1400px) {
    #sobre2 .deps {
        width: 133vw;
        left: -16.5vw;
        position: relative;
    }
}

@media (min-width: 992px) and (max-width: 1000px) {
    #sobre2 .deps {
        width: 150vw;
        left: -25vw;
        position: relative;
    }
}

@media (max-width: 991px) {
    #sobre2 .owl-carousel.com-pager-pt .owl-nav {
        width: 100%;
        left: 0%;
    }

    #sobre2 .owl-carousel.com-pager-pt .owl-dots {
        width: 100%;
    }
}

#sobre3 {
    padding: 5em 0;
    background: rgb(0, 57, 120);
    background: linear-gradient(328deg, rgba(0, 57, 120, 1) 0%, rgba(10, 79, 155, 1) 100%);
    color: #fff;
    position: relative;
}

#sobre3 > * {
    position: relative;
    z-index: 100;
}

.box-sorteio .button-video {
    padding-left: 5px;
}
.box-sorteio .play-circulo > span > span {
    width: 28px;
    height: 28px;
    line-height: 30px;
}
.box-sorteio .select-base {
    float: right;
}

#sobre3 .titulo1 {
    margin-bottom: 28px;
}

#sobre3 .vantagens {
    overflow: hidden;
}

#sobre3 .vantagens .vantagem {
    float: left;
    width: 100%;
    padding: 2.3em 1.6em;
    background: #f1f1f1;
    color: #0B0B0C;
    border-radius: 5px;
    max-width: 270px;
    margin: auto;
    min-height: 255px;
}

#sobre3 .vantagens .vantagem h3 {
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 1.444em;
    margin: 0 0 0.8em 0;
    line-height: 1.1em;
}

#sobre3 .vantagens .vantagem p {
    line-height: 1.5em;
    font-size: 12px;
}

#sobre3 .vantagens .vantagem.escuro {
    background: #191919;
    color: #fff;
}

#sobre3 .vantagens-btn {
    padding: 28px 0 0 0;
    width: 300px;
}

.play-circulo > span {
    border: solid 1px #F6C500;
    border-radius: 500px;
    padding: 0.65em;
    display: inline-block;
}

.play-circulo.borda-verm > span {
    border-color: #0A4F9B;
}

.play-circulo > span > span {
    background: #0A4F9B;
    width: 3.25em;
    height: 3.25em;
    line-height: 3.25em;
    border-radius: 1.7em;
    text-align: center;
    display: block;
    color: #fff;
    transition: all 0.4s;
}

.play-circulo > span > span .fa {
    transform: translateX(0.1em);
}

.play-circulo:hover > span > span,
a:hover .play-circulo > span > span {
    background: #0A4F9B;
    color: #fff;
}

.pg-resultados #header {
    padding-bottom: 2em;
}

.pg-resultados #header:before {
    opacity: 0.5;
    z-index: 1;
}

.pg-resultados #header:after {
    display: none;
}

.pg-resultados #header .header2 .header2-inner {
    max-width: 20em;
    color: #fff;
}

.pg-resultados #header .header2 .assista {
    padding: 2em 0 2.9em 0;
}

.pg-resultados #header .header2 .assista > a .play-circulo {
    font-size: 1.05em;
}

.pg-resultados #header .header2 .assista > a h4 {
    font-weight: bold;
    font-size: 1.167em;
    line-height: 1.2em;
    margin: 0 0 0.1em 0;
}

.pg-resultados #header .header2 .assista > a .tempo {
    font-size: 0.778em;
    font-weight: 300;
    opacity: 0.5;
}

.pg-resultados #header.header-site .hp {
    padding-bottom: 0;
}

#resultados1 {
}

#resultados1 .rtbl > .col1 {
    width: 32%;
    background: #1f1f1f;
    position: relative;
    padding: 2.2em 0 0 0;
}

#resultados1 .rtbl > .col1:after {
    position: absolute;
    content: "";
    width: 5000px;
    left: -4998px;
    top: 0;
    height: 100%;
    background: inherit;
    z-index: 1;
}

#resultados1 .rtbl > .col1 > * {
    position: relative;
    z-index: 10;
}

#resultados1 .col1 .header {
    padding: 0 2.78rem 1.8em 0;
}

#resultados1 .col1 .header .titulo1 {
    margin: 0 0 0.8em 0;
}

#resultados1 .col1 .sorteios {
    background: #074488;
    min-height: 420px;
}

.tbl-round-sorteio {
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}


#resultados1 .col1 .sorteios:after {
    position: absolute;
    content: "";
    width: 5000px;
    left: -5000px;
    top: 0;
    height: 100%;
    background: inherit;
    z-index: -1;
}

#resultados1 .col1 .sorteios ul {
}

#resultados1 .col1 .sorteios ul li {
    position: relative;
    padding-right: 2.78rem;
    height: 3.889em;
    background: #2a2a2a;
    color: #fff;
    margin-bottom: 1px;
    white-space: nowrap;
}

#resultados1 .col1 .sorteios ul li:after {
    position: absolute;
    content: "";
    width: 5000px;
    left: -4999px;
    top: 0;
    height: 100%;
    background: inherit;
    z-index: 2;
}

#resultados1 .col1 .sorteios ul li .col-data {
}

#resultados1 .col1 .sorteios ul li .col-data .data {
    font-size: 1em;
    font-weight: bold;
    opacity: 0.7;
    line-height: 1.2em;
}

#resultados2 .proximas .proxima .data:after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #F6C500;
    position: absolute;
    right: 1em;
    top: 1em;
}

#resultados1 .col1 .sorteios ul li .col-data .info {
    font-size: 0.667em;
    opacity: 0.45;
    line-height: 1.2em;
}

#resultados1 .col1 .sorteios ul li .col-sep {
}

#resultados1 .col1 .sorteios ul li .col-sep > span {
    opacity: 0;
}


.pg-faq #header:after {
    display: none !important;
}

#resultados1 .col1 .sorteios ul li .col-link {
    font-size: 0.778em;
    line-height: 1.2em;
    opacity: 0.7;
}

#resultados1 .col1 .sorteios ul li .col-link a {
}

#resultados1 .col1 .sorteios ul li {
    background-color: #0A4F9B;
    color: #fff;
    margin-bottom: 1px;
    margin-top: 0;
}

#resultados1 .col1 .sorteios ul li.ativo {
    background: #F6C500;
    color: #000000;
}

#resultados1 .col1 .sorteios ul li.ativo:before {
    position: absolute;
    width: 1em;
    height: 1em;
    background: inherit;
    content: "";
    right: -0.3em;
    top: 1.4em;
    transform: rotate(45deg);
}


#resultados1 .col1 .sorteios ul li .col-link.ultimo_sorteio
{
    display: none;
}


#resultados1 .col1 .sorteios ul li.ativo .col-link.ultimo_sorteio
{
    display: table-cell;
    vertical-align: inherit;
}

#resultados1 .col1 .sorteios ul li.first-first.ativo .col-link.um
{
    display: none;
}

#resultados1 .col1 .sorteios ul li.ativo .col-data .info {
    display: none;
}

#resultados1 .col1 .sorteios ul li .col-sep {
    width: 100%;
}

#resultados1 .custom-pagination {
    justify-content: flex-end;
    padding-left: 0;
    margin-right: 0;
}

#resultados1 .col1 .sorteios ul li.ativo .col-sep > span {
    opacity: 0.5;
}

#resultados1 .col1 .sorteios .mais {
}

#resultados1 .col1 .sorteios .mais a {
    font-size: 0.667em;
    height: 5em;
    padding-right: 2.78rem;
    color: #F6C500;
}

#resultados1 .col1 .sorteios .mais a .texto {
    text-decoration: underline;
    font-size: 12px;
}

#resultados1 .col1 .sorteios .mais a .seta {
    font-size: 1.667em;
    width: 1.25em;
    height: 1.25em;
    line-height: 1.25em;
    border-radius: 3px;
    background: transparent;
    text-align: center;
    margin-left: 0.5em;
    border: 1px solid #F6C500;
    display: flex;
    align-items: center;
    justify-content: center;
}

#resultados1 .col1 .sorteios .mais a .seta.inverse {
    margin-left: 0;
    margin-right: 0.5em;
}

#resultados1 .col1 .box-cinza {
    position: relative;
    padding: 1.3em 2.78rem 1.3em 0;
    background: #2a2a2a;
    color: #fff;
}

#resultados1 .col1 .box-cinza:after {
    position: absolute;
    content: "";
    width: 5000px;
    left: -5000px;
    top: 0;
    height: 100%;
    background: inherit;
    z-index: 1;
}

#resultados1 .rtbl > .col2 {
    position: relative;
    padding: 2.2em 0 2.2em 5.4em;
}

#resultados1 .rtbl > .col2:after {
    position: absolute;
    content: "";
    width: 5000px;
    left: 0;
    top: 0;
    height: 100%;
    background: #f9f9f9;
    background-size: auto 100%;
    z-index: 1;
}

#resultados1 .rtbl > .col2 > * {
    position: relative;
    z-index: 10;
}

#resultados1 .col2 .rbox {
    background: #fff;
    border-radius: 5px;
    border: solid 1px #d6d6d6;
    padding: 2em;
    height: 25em;
}

#resultados1 .col2 .rbox-intro .titulo1 {
    line-height: 1.4em;
    max-width: 430px;
}

#resultados1 .col2 .slides {
    width: 100%;
}

#resultados1 .col2 .slides .slide {
    width: 100%;
}

#resultados1 .col2 .slides.clone {
    width: 90%;
    position: absolute;
    right: -100%;
    top: 2.2em;
    opacity: 0.3;
    pointer-events: none;
    filter: grayscale(100%);
}

#resultados1 .col2 .box-sorteio {
    padding-bottom: 1.5em;
}

#resultados1 .col2 .box-sorteio .bs-header {
}

#resultados1 .col2 .box-sorteio .bs-header .col-video {
    white-space: nowrap;
    opacity: 0;
    transition: all 0.5s;
}

#resultados1 .col2 .cycle-slide-active .box-sorteio .bs-header .col-video {
    opacity: 1;
}

#resultados1 .col2 .box-sorteio .bs-header .col-video .play-circulo {
    font-size: 0.69em;
}

#resultados1 .col2 .box-sorteio .tbl-bolas {
    width: 100%;
    border-collapse: collapse;
    border-radius: 5px;
    overflow: hidden;
    background: transparent;
    color: rgba(0,0,0,.8);
}

#resultados1 .col2 .box-sorteio .tbl-bolas td {
    padding: 0.6em 0.8em;
    background: transparent;
    margin: 5px;
    display: inline-block;
    width: 15.1%;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    color: rgba(0,0,0,.8);
}



#resultados1 .col2 .box-sorteio .tbl-bolas td:first-child {
    margin-left: 0;
    background: #F3F3F3;
}

#resultados1 .col2 .box-sorteio .tbl-bolas td:last-child {
    margin-right: 0;
}


.base-search {
    padding: 0 2.78rem 1.8em 0;
    padding-top: 20px;
}

.base-search .select-base .select-mask .caret {
    color: #f6c500;
}

.base-search .select-base.aberto .select-mask
{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #fff;
    color: #000;
}

.base-search .select-base .select-options,
.base-search .select-base .select-options li {
    padding: 0 !important;
}
.base-search .select-base .select-options li {
    margin-bottom: 0 !important;
}
.base-search .select-base .select-options li {
    border-bottom: 1px solid rgba(33, 34, 35, 0.1)
}
.base-search .select-base .select-options li:last-child {
    border-bottom: none
}

.base-search .select-base .select-options li a {
    padding: 1.1em;
    padding-right: 2em;
    padding-left: 1.3em;
    border-radius: 0;
    border: none;
    color: rgba(10, 79, 155, 1);
    font-size: 14px;
}

.base-search .select-base .select-options ul li  {
    background: #fff !important;
    color: rgba(10, 79, 155, 1) !important;
    font-weight: bold;
}

.tit-opa {
    color: #fff;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 30px;
    white-space: nowrap;
    font-size: 11px;
}

#id-etapas a {
    display: inline-block;
    width: 33.33%;
    float: left;
    color: #fff;
    font-size: 12px;
    position: relative;
}
#id-etapas a:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #F6C500;
    display: block;
    left: -10px;
    bottom: calc(50% - 2px);
    transition: all 0.2s;
    opacity: 0;
}

#id-etapas a.active,
#id-etapas a:hover {
    font-weight: bold;
}

#id-etapas a.active:after,
#id-etapas a:hover:after {
    opacity: 1;
}

.base-search .select-base .select-options ul li:hover {
    background: rgba(10, 79, 155, .4) !important;
}

.base-search .select-base .select-options ul li a:hover {
    background: transparent;
    color: rgba(10, 79, 155, 1);
    border-radius: 0;
    border: none;
}

.base-search .select-base .select-mask {
    position: relative;
    border: solid 1px #F6C500;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 0.667em;
    line-height: 2.217em;
    padding: 0.433em 3em 0.433em 1.6em;
    color: #000;
    text-align: left;
    cursor: pointer;
    background: transparent;
    color: #ddd;
    font-size: 12px;
}

.base-search .select-base {
    width: 100%;
}

#resultados1 .col2 .box-sorteio .tbl-bolas td .legenda {
    font-weight: bold;
    font-size: 0.667em;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0.8;
    line-height: 1.2em;
    margin: 0 0 0.2em 0;
}

#resultados1 .col2 .box-sorteio .tbl-bolas td .val {
    font-weight: bold;
    font-weight: bold;
    line-height: 1.2em;
    font-size: 0.778em;
}

#resultados1 .col2 .box-sorteio .tbl-sorteio tr:nth-child(even) td {
    background-color: #F3F3F3;
}
#resultados1 .col2 .box-sorteio .tbl-sorteio {
    font-size: 0.667em;
    line-height: 1.2em;
    text-align: center;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
    border: solid 1px #e5e5e5;
    overflow: hidden;
}

#resultados1 .col2 .box-sorteio .tbl-sorteio th,
#resultados1 .col2 .box-sorteio .tbl-sorteio td {
    padding: 0.5em;
    height: 3.333em;
    text-align: center;
    border: solid 1px #e5e5e5;
    border-width: 0 1px 1px 0;
    background: #fff;
}

#resultados1 .col2 .box-sorteio .tbl-sorteio th {
    color: #fff;
    background: #222;
    font-weight: normal;
    border-right-color: #333;
}

#resultados1 .col2 .box-sorteio .tbl-sorteio tr > *:last-child {
    border-right: none;
}

#resultados1 .col2 .box-sorteio .tbl-sorteio tfoot td {
    text-align: left;
    padding-left: 1.5em;
    background: #F3F3F3;
    border-bottom: none;
}

#resultados1 .col2 .rnext {
    position: absolute;
    width: 100%;
    height: 0;
    right: 0;
    top: 50%;
    display: none;
}

#resultados1 .col2 .rpager {
}

#resultados2 {
    padding: 4.444em 0;
}

#resultados2 .rtbl > .col1 {
    width: 32%;
}

#resultados2 .rtbl > .col2 {
    position: relative;
    padding: 0 0 0 5.4em;
}

#resultados2 .proximas {
    overflow: hidden;
    max-width: 50vw;
}


#resultados2 .proximas li {
    float: left;
    width: 30%;
    margin: 0 5% 5% 0;
}

#resultados2 .proximas li:nth-child(3n) {
    margin-right: 0;
}

#resultados2 .proximas li:nth-child(3n+1) {
    clear: both;
}


#resultados2 .proximas .proxima {
    display: block;
    border: solid 1px #ebebeb;
    background: #f9f9f9;
    padding: 0;
    border-radius: 5px;
    font-family: Montserrat, roboto, arial, sans-serif;
    max-width: 221px;
}

#resultados2 .proximas .proxima .data {
    font-size: 1.111em;
    background: #0A4F9B;
    color: #F6C500 !important;
    padding: 1em;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#resultados2 .proximas .proxima .data-hora {
    font-size: 14px;
    background: #FFFFFF;
    color: #000;
    padding: 1em;
    font-weight: normal;
    border-bottom: 1px solid rgba(112, 112, 112, .35);
}

#resultados2 .proximas .proxima .tam-sm {
    padding: 1em;
}

.assembleia-resultado .titulo1 {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #0A4F9B;
    letter-spacing: -0.02em;
    font-size: 20px;
    line-height: 1.2em;
    position: relative;
}

.assembleia-resultado .titulo1 small {
    font-size: 12px;
    font-weight: normal;
}

#main-app {
    padding-bottom: 0;
    position: relative;
}

#main-app:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 337px;
    background: url(../img/textura-azul.png);
    background-position: center;
    background-size: cover;
}

#main-app .atbl > .col1 {
    width: 1%;
    position: relative;
    z-index: 300;
}

#main-app .atbl > .col1 img {
    position: relative;
    z-index: 10;
    height: 25.556em;
    margin-left: -225px;
}

#main-app .atbl > .col2 {
    position: relative;
    z-index: 400;
}

.link {
    color: #034B94;
    font-size: 12px;
    text-decoration: underline;
}

#main-app .atbl > .col2 .box-alto {
    position: absolute;
    height: 30%;
    left: 0;
    top: 90px;
    padding-left: 3.3em;
}

#main-app .atbl > .col2 .box-baixo {
    position: absolute;
    height: 12.25em;
    left: 0;
    bottom: 15px;
    color: #fff;
    padding: 0 0 0 3.3em;
}

#main-app .atbl > .col2 .box-baixo > .tcol {
    z-index: 100;
    position: relative;
}

#main-app .atbl > .col2 .box-baixo .bcol1 {
    width: 50%;
    padding-right: 2em;
}

#main-app .atbl > .col2 .box-baixo .bcol1 p {
    line-height: 1.3em;
}

#main-app .atbl > .col2 .box-baixo .bcol2 {
}

.main-app-download h5 {
    font-weight: bold;
    font-family: "Montserrat";
    font-size: 1em;
    margin-bottom: 15px !important;
}

.main-app-download .download {
}

.main-app-download .download li {
    display: inline-block;
    margin: 0 0.2em 0.2em 0;
}

.main-app-download .download li:last-child {
    margin-right: 0;
}

.main-app-download .download li a {
    display: block;
}

.main-app-download .download li a img {
    display: block;
    height: 3.2em;
}

.pg-home #header:before {
    opacity: 0.55;
}

.pg-home #header .header2 {
    min-height: 32.2em;
    padding-top: 4.5em;
}

.pg-home #header .header2 .header2-inner {
    max-width: 40em;
    margin: auto;
    text-align: center;
}

.pg-home #header.header-site .hp h1 {
    margin-bottom: 30px;
}

.pg-home .header2 .container {
    width: 100%;
}

.pg-home .header2 .container .hp {
    max-width: 54%;
}

.pg-home .header2 .container .hp .logo,
.pg-home .header2 .container .hp h1 {
    margin-bottom: 30px;
}

.pg-home .header2 .container .esquerda .hp {
    float: left;
}

.pg-home .header2 .container .direita .hp {
    float: right;
}

#home1 {
    background: url(../img/textura-azul.png);
    color: #fff;
    padding: 3.6em 0;
    background-position: center;
    background-size: cover;
}

#home1 .cp-horario .titulo1 {
    font-size: 40px;
}

#home1 .tbl.grid > .tcol, #home1 .tbl.grid > .trow > .tcol {
    vertical-align: middle;
}

#home1 > * {
    position: relative;
    z-index: 100;
}

#home1 .col-sep img {
    display: block;
    margin: auto;
}

#home2 {
    padding: 3.9em 0;
}

#home2 .htbl {
}

#home2 .htbl > .col1 {
    width: 34%;
}

#home2 .htbl > .col2 {
    padding-left: 3.8em;
}

#main-app.main {
    padding: 93px 0 4.333em 0;
}

#home3 {
    padding: 2.39em 0;
    margin-bottom: 80px;
}

.pg-produto #home3 {
    margin-bottom: 2em;
}

#home3 .site-subtitulo {
    position: absolute;
    left: 1.5em;
    top: 3em;
}

#home3 .slides {
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

#home3 .slides .slide {
    width: 100%;
    overflow: hidden;
    padding: 4.333em 0;
    position: relative;
}

#home3 .slides .slide .bg,
#produtos-saiba .bg,
#faq-ainda .bg {
    position: absolute;
    left: 52%;
    top: 0;
    width: 5000px;
    height: 100%;
    background: #000;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    transition: none;
    opacity: 1;
    transform: translateX(0);
    opacity: 1;
}

#home3 .slides .slide .bg:after,
#produtos-saiba .bg:after,
#faq-ainda .bg:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/faq_ainda_bg.png) center center repeat-x;
    background-size: auto 100%;
}

#home3 .slides .slide .htbl {
}

#home3 .slides .slide .htbl > .col1 {
    width: 34%;
}

#home3 .slides .slide .htbl > .col1 .titulo1 {
}

#home3 .slides .slide .htbl > .col1 .titulo1 span {
    position: relative;
    z-index: 1;
}

#home3 .slides .slide .htbl > .col1 .titulo1 .n {
    position: absolute;
    color: #F6C500;
    font-size: 150px;
    line-height: 1em;
    left: -0.25em;
    top: -0.4em;
    z-index: 1;
    font-weight: 800;
}

#home3 .slides .slide .htbl > .col1 .titulo1 .n:before {
    content: '';
    width: 26px;
    height: 26px;
    background: url(../img/logo-blue.svg);
    background-size: cover;
    background-repeat: no-repeat;
    right: 1px;
    top: 31px;
    position: absolute;
}

#home3 .slides .slide .htbl > .col2 {
    padding-left: 5.6em;
    text-align: right;
    position: relative;
}

#home3 .slides .slide .htbl > .col2 .foto {
    position: relative;
    z-index: 500;
}

#home3 .slides .slide .htbl > .col2 .foto .base {
    position: relative;
    padding: 72% 0 0 0;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

/*!* Animação Como Funciona *!*/

/*.como-funciona.historia-conseg .carousel-item.carousel-item-next.carousel-item-right .passo,*/
/*.como-funciona.historia-conseg .carousel-item.carousel-item-prev.carousel-item-left .passo {*/
/*transform: translateY(0px);*/
/*opacity: 1;*/
/*}*/

/*.como-funciona.historia-conseg .carousel-item.active.carousel-item-right .passo,*/
/*.como-funciona.historia-conseg .carousel-item.active.carousel-item-left .passo {*/
/*transform: translateY(50px);*/
/*opacity: 0;*/
/*}*/

/*#home3 .foto {*/
/*transform: translateY(50px) scale(0.98);*/
/*transition: all 1s ease;*/
/*}*/

/*#home3 .slide.cycle-slide-active .foto {*/
/*transform: translateY(0) scale(1);*/
/*}*/

/*#home3 .legenda {*/
/*transition: all 1s ease;*/
/*transform: translateX(50px);*/

/*}*/

/*#home3 .slide.cycle-slide-active .legenda {*/
/*transform: translateX(0);*/
/*}*/

/*!* END: Animação Como Funciona *!*/

#home3 .slides .slide .htbl > .col2 .foto .legenda {
    position: absolute;
    z-index: 10;
    right: -224px;
    bottom: -1.5em;
    padding: 1.5em 3.7em 1.5em 0;
    text-align: left;
    color: #000;
}

#home3 .slides .slide .htbl > .col2 .foto .legenda .texto0 {
    position: relative;
    z-index: 190;
    font-size: 12px;
}

#home3 .slides .slide .htbl > .col2 .foto .legenda .texto {
    position: relative;
    z-index: 190;
    color: #000;
    font-family: "Montserrat";
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2em;
}

#home3 .slides .slide .htbl > .col2 .foto .legenda:before {
    content: "";
    z-index: 150;
    position: absolute;
    left: -2.7em;
    top: 0;
    width: 5000px;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
    background: rgb(29, 29, 29);
    background: linear-gradient(137deg, rgba(29, 29, 29, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

#home3 .slides .slide .htbl > .col2 .setas {
    position: absolute;
    left: -17px;
    top: 0;
    height: 100%;
    width: 34px;
    z-index: 600;
    height: auto;
    top: calc(50% - 56px);
}

#home3 .slides .slide .htbl > .col2 .setas .seta {
    display: block;
    position: relative;
    color: #fff;
    line-height: 40px;
    width: 100%;
    text-align: center;
    margin: 8px 0;
    cursor: pointer;
}

#home3 .slides .slide .htbl > .col2 .setas .seta .fa {
    position: relative;
    z-index: 300;
    transform: scale(1.5);
}

#home3 .slides .slide .htbl > .col2 .setas .seta:after {
    content: "";
    position: absolute;
    z-index: 290;
    background: #0A4F9B;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#home3 .slides .slide .htbl > .col2 .setas .seta:active {
    transform: scale(0.9);
}

#header .setas.produtos {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: auto;
    top: initial;
    bottom: 0;
}

#header .setas.produtos .seta {
    display: block;
    color: #fff;
    line-height: 40px;
    width: 34px;
    text-align: center;
    margin: 8px 0;
    cursor: pointer;
    position: absolute;
    bottom: 15px;
}

#header .setas.produtos .seta.next {
    right: 0;
}

#header .setas.produtos .seta .fa {
    position: relative;
    z-index: 300;
    transform: scale(1.5);
}

#pagconsorcio {
    padding: 5em 0;
    color: #fff;
    background: url(../img/pagconsorcio_bg.jpg) center center no-repeat;
    background-size: cover;
}

#pagconsorcio .titulo1 {
    font-size: 35px;
}

#pagconsorcio:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    height: 100%;
    background: #000;
    content: "";
    top: 0;
    opacity: 0.77;
}

#pagconsorcio > * {
    z-index: 100;
}

#pagconsorcio .htbl {
}

#pagconsorcio .htbl > .col1 {
    width: 34%;
}

#pagconsorcio .htbl > .col2 {
    padding-left: 3.8em;
}

#pagconsorcio .logo {
}

#pagconsorcio .logo img {
    display: block;
    max-width: 100%;
}

#blog.home-blog {
    padding: 4.8em 0;
}

#blog.home-blog .ultimas {
    border-bottom: 1px solid rgba(0,0,0, .10);
    margin-bottom: 40px !important;
}

#blog.home-blog .blog-post-lista:last-child {
    margin-bottom: 0;
}

#produtos-saiba {
    padding: 3em 0;
    margin-bottom: 105px;
}

.pg-home .titulo1.sq:before {
    background-image: url(../img/logo-blue.svg);
}

#produtos-saiba > * {
    z-index: 100;
}

/*#produtos-saiba:after {*/
/*content: "";*/
/*position: absolute;*/
/*left: 60%;*/
/*top: 0;*/
/*width: 5000px;*/
/*height: 100%;*/
/*background: url(../img/texture.png) center right repeat-x, url(../img/logo-amarela.svg) top center;*/
/*z-index: 1;*/
/*overflow: hidden;*/
/*}*/

#produtos-saiba .ptbl > .col1 {
    width: 34%;
}

#produtos-saiba .ptbl > .col2 {
    padding-left: 5em;
}

#produtos-saiba .ptbl > .col2 .foto {
    width: 100%;
    padding: 60% 0 0 0;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

#produtos-sobre {
    background: #000;
    padding: 4.444em 0 3.444em 0;
    color: #fff;
}

#produtos-sobre .box {
}

#produtos-sobre .box .icone {
    margin: 0 0 0.8em 0;
}

#produtos-sobre .box .icone img {
    display: block;
    width: auto;
}

#produtos-sobre .owl-carousel .owl-nav {
    position: absolute;
    z-index: 500;
    left: 0;
    top: 40%;
    height: 1px;
    width: 100%;
}

#produtos-sobre .owl-carousel .owl-nav > button {
    font-size: 30px;
    line-height: 35px;
    height: 35px;
    width: 40px;
    position: absolute;
    color: #fff;
    top: -17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#produtos-sobre .owl-carousel .owl-nav > button.owl-prev {
    left: -90px;
}

#produtos-sobre .owl-carousel .owl-nav > button.owl-next {
    right: -90px;
}

#produtos-sobre .owl-carousel .owl-nav > button:active {
    transform: scale(0.9);
}

#produtos-sobre .owl-carousel .owl-nav > button:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0A4F9B;
    z-index: 1;
}

#produtos-sobre .owl-carousel .owl-nav > button .fa {
    position: relative;
    z-index: 10;
}

#produtos-sobre .titulo1 {
    font-size: 35px;
}

#produtos-sobre .owl-carousel .owl-dots {
    font-size: 0.778em;
    color: #fff;
    font-family: "Roboto Mono", "Roboto", sans-serif;
    text-align: center;
    position: relative;
    width: 100%;
    padding: 2.5em 0 0 0;
}

#produtos-sobre .owl-carousel .owl-dots > button {
    display: inline-block;
    min-width: 2.143em;
    padding: 0 0.4em;
    line-height: 2.143em;
    text-align: center;
    margin: 0.3em 0.6em;
    position: relative;
    opacity: 0.5;
}

#produtos-sobre .owl-carousel .owl-dots > button span {
    position: relative;
    z-index: 2;
}

#produtos-sobre .owl-carousel .owl-dots > button.active {
    opacity: 1;
}

#produtos-sobre .owl-carousel .owl-dots > button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: solid 1px #fff;
    transition: background-color 0.2s;
}

#produtos-sobre .owl-carousel .owl-dots > button:hover {
    opacity: 1;
    color: #000;
}

#produtos-sobre .owl-carousel .owl-dots > button:hover:after {
    background: #fff;
}

.sim-resultados .owl-carousel .owl-dots {
    font-size: 0.778em;
    color: #fff;
    font-family: "Roboto Mono", "Roboto", sans-serif;
    text-align: center;
    position: relative;
    width: 100%;
}

.sim-resultados .owl-carousel .owl-dots > button {
    display: inline-block;
    min-width: 2.143em;
    padding: 0 0.4em;
    line-height: 2.143em;
    text-align: center;
    margin: 0.3em 0.6em;
    position: relative;
    opacity: 0.5;
}

.sim-resultados .owl-carousel .owl-dots > button span {
    position: relative;
    z-index: 2;
}

.sim-resultados .owl-carousel .owl-dots > button.active {
    opacity: 1;
}

.sim-resultados .owl-carousel .owl-dots > button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: solid 1px #fff;
    transition: background-color 0.2s;
}

.sim-resultados .owl-carousel .owl-dots > button:hover {
    opacity: 1;
    color: #000;
}

.sim-resultados .owl-carousel .owl-dots > button:hover:after {
    background: #fff;
}

.sim-resultados .owl-carousel.red .owl-dots > button span {
    color: #0A4F9B
}

.sim-resultados .owl-carousel.red .owl-dots > button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: solid 1px #0A4F9B;
    transition: background-color 0.2s;
}

#produtos-filtro {
    padding: 1.333em 0;
    z-index: 2000;
}

#produtos-filtro .container-fluid {
    max-width: 1406px;
}

#produtos-filtro .ftbl > .col-sel {
    width: 26%;
}

#produtos-filtro .ftbl > .col-range {
    width: 30%;
}

#produtos-filtro .flabel {
    display: block;
    text-transform: uppercase;
    color: #212223;
    opacity: 0.4;
    line-height: 1.2em;
    margin: 0 0 0.5em 0;
    font-size: 0.667em;
    font-weight: bold;
    letter-spacing: 0.02em;
}

#produtos-filtro .noUi-target {
    border: none;
    box-shadow: none;
}

#produtos-filtro .noUi-connect {
    background: #0A4F9B;
}

#produtos-filtro .noUi-horizontal {
    height: 5px;
}

#produtos-filtro .noUi-horizontal .noUi-handle {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    border: none;
    background: #0A4F9B;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    top: -5px;
}

#produtos-filtro .noUi-horizontal .noUi-handle:before,
#produtos-filtro .noUi-horizontal .noUi-handle:after {
    display: none;
}

html:not([dir="rtl"]) #produtos-filtro .noUi-horizontal .noUi-handle {
    right: -7px;
}

#produtos-filtro .col-range .sim-pv2 .noUi-horizontal .noUi-handle-lower {
    opacity: 0;
    pointer-events: none;
}

#produtos-filtro .como {
    overflow: hidden;
    border-radius: 5px;
}

#produtos-filtro .como > label {
    position: relative;
    overflow: hidden;
    border-right: solid 1px #fff;
    cursor: pointer;
}

#produtos-filtro .como > label:last-child {
    border: none;
}

#produtos-filtro .como > label input {
    opacity: 0;
    left: 0;
    top: 0;
    position: absolute;
}

#produtos-filtro .como > label .item {
    background: linear-gradient(to bottom, #f2f2f2 0%, #e4e4e4 100%);
    height: 3.333em;
    text-align: center;
    font-size: 0.667em;
    line-height: 1.2em;
    transition: all 0.2s;
}

#produtos-filtro .como > label .item > .tcol {
    transition: all 0.2s;
    padding: 0.5em;
}

#produtos-filtro .como > label .item .fa {
    opacity: 0.5;
    transform: scale(1.3) translateX(-0.3em);
    transition: all 0.2s;
}

#produtos-filtro .como > label:hover .item > .tcol {
    background: #084d94;
    color: #fff;
}

#produtos-filtro .como > label input:checked + .item > .tcol {
    background: #084D94 !important;
    color: #fff;
}

#produtos-filtro .col-range .sim-pv {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

#produtos-filtro .col-range .sim-pv.aberto {
    position: relative;
    visibility: visible;
    opacity: 1;
    pointer-events: inherit;
}

#produtos-filtro .col-range .legendas {
    font-size: 0.778em;
    line-height: 1.4em;
    color: #7f7f7f;
}

#produtos-filtro .col-range .legendas .tcol {
    width: 33.3%;
}

#produtos-filtro .col-range .legendas .legenda {
    display: inline-block;
    padding-bottom: 0.2em;
    border-bottom: solid 1px #084D94;
    color: #084D94;
    opacity: 0.5;
}

#produtos-filtro .col-range .sim-pv2 .legendas .legenda {
    font-weight: bold;
    color: #0A4F9B;
    border-color: #fff;
    opacity: 0;
}

#produtos-filtro .col-range .sim-pv2 .noUi-touch-area > span {
    position: absolute;
    left: -3em;
    top: -1.9em;
    font-size: 0.778em;
    line-height: 1em;
    white-space: nowrap;
    font-weight: bold;
    color: #0A4F9B;
}

.pg-produtos {
}

.pg-produtos #header {
    min-height: 36.111em;
}

.pg-produtos #header .header1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.pg-produtos #header .produtos-slider {
    position: absolute;
    z-index: 1900;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pg-produtos #header .produtos-slider .slide {
    width: 100%;
    overflow: hidden;
    background: center center no-repeat;
    background-size: cover;
}

.pg-produtos #header .produtos-slider .slide > * {
    z-index: 1920;
    position: relative;
}

.pg-produtos #header .produtos-slider .slide:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.45;
    background: rgb(16, 97, 188);
    background: linear-gradient(174deg, rgba(16, 97, 188, 1) 0%, rgba(1, 39, 80, 1) 100%);
}

.pg-construction.pg-produtos #header .produtos-slider .slide:after {
    background: #0A0D10;
    opacity: 0.65;
}

.pg-produtos #header .produtos-slider .slide .header2 {
    padding: 0px !important;
}

.pg-produtos #header .produtos-slider .slide .header2 .header2-inner {
    padding: 7em 0;
    max-width: 450px;
}

.pg-produtos #header .psheader {
    position: absolute;
    z-index: 2500;
    left: 0;
    bottom: 2em;
    width: 100%;
    color: #fff;
}

.pg-produtos #header .psheader .psheader-inner {
    display: table;
    width: 80%;
}

.pg-produtos #header .psheader .psheader-inner > a {
    display: table-cell;
    vertical-align: bottom;
    font-size: 0.778em;
    line-height: 1.3em;
    padding: 0 1em 10px 1em;
    position: relative;
}

.pg-produtos #header .psheader .psheader-inner > a .n {
    color: #F6C500;
    display: inline-block;
    padding-right: 0.3em;
}

.pg-produtos #header .psheader .psheader-inner > a:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    opacity: 0.4;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
}

.pg-produtos #header .psheader .psheader-inner > a.cycle-pager-active:after {
    background: #F6C500;
    opacity: 1;
}

#header .header-produtos {
    position: absolute;
    left: 0;
    top: 3.94em;
    width: 100%;
    border-top: solid 2px #F6C500;
    background: #FFFFFF;
    z-index: 3000;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-2em);
    transition: all 0.2s;
    box-shadow: 0 1em 2em rgba(0, 0, 0, 0.7);
}

.header-produtos-aberto #header .header-produtos:not(.header-produtos-construction) {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.header-produtos-aberto-construction #header .header-produtos-construction {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

#header .header-produtos .item {
}

#header .header-produtos .produto {
    background: #f4f4f4;
}

#header .header-produtos .produto a {
    display: block;
    padding: 1.111em 0.5em 0.778em 0.5em;
    text-align: center;
}

#header .header-produtos .produto a:hover {
    background: rgba(0, 0, 0, 0.05);
}

#header .header-produtos .produto a .nome {
    font-size: 0.667em;
    text-transform: uppercase;
    overflow: hidden;
    font-weight: 500;
    font-family: "Montserrat";
    margin: 0 0 0.2em 0;
    line-height: 1em;
    height: 2em;
}

#header .header-produtos .produto a .foto {
    margin: 0 auto 0.6em auto;
    width: 100%;
    max-width: 6.6em;
}

#header .header-produtos .produto a .cta {
    font-size: 0.611em;
    font-weight: 500;
    color: #0A4F9B;
    line-height: 1.2em;
}

#header .header-produtos .produto a .cta span {
    display: inline-block;
    padding: 0 0.3em 0.2em 0.3em;
    border-bottom: solid 1px #0A4F9B;
    transition: all 0.1s;
}

#header .header-produtos .produto a:hover .cta span {
    border-bottom-color: transparent !important;
}

#header .header-produtos .produto.dark {
    background: #0A4F9B;
}

#header .header-produtos.header-produtos-construction .produto.dark {
    background: #000 !important;
}

#header .header-produtos.header-produtos-construction .produto a .cta span {
    border-color: #fff;
}

#header .header-produtos .produto.dark a {
    color: #fff;
}

#header .header-produtos .produto.dark a .nome {
}

#header .header-produtos .produto.dark a .cta {
    color: #fff;
}


#header .owl-carousel.com-pager-pt .owl-dots {
    margin-top: 10px;
}

#header .owl-carousel.com-pager-pt .owl-dots {
    margin-bottom: 10px;
}

.pg-produto {
}

.pg-produto #header {
    min-height: 36.111em;
    border-bottom: solid 1px #d0d0d0;
    overflow: hidden;
    background: rgb(190, 221, 255);
    background: linear-gradient(170deg, rgba(108, 188, 249, 1) 0%, rgba(10, 79, 155, 1) 100%) !important;
    opacity: 1;
    margin-top: 0;
}

.pg-produto #header:after {
    content: "";
    position: absolute;
    display: block;
    left: inherit;
    top: 0;
    height: 100%;
    width: 47%;
    z-index: 3;
    transform: skewX(-15deg);
    background: #fff;
    opacity: 1;
    margin-top: 0;
    right: -9%;
}

.pg-produto #header:before {
    content: "";
    position: absolute;
    display: block;
    left: 24%;
    top: 14%;
    height: 826px;
    width: 791px;
    z-index: 3;
    /* transform: skewX(-15deg); */
    background: url(../img/logo-blue.svg) center right;
    opacity: 0.1;
    margin-top: 0;
    background-size: cover;
}

.pg-produto #header.header-site .header1 .logo img.logo-claro {
    display: none;
}

.pg-produto #header.header-site .header1 .logo img.logo-escuro {
    display: block;
}

#header.header-site .header1 .logo img.logo-claro {
    display: block;
}

#header.header-site .header1 .logo img.logo-escuro {
    display: none;
}

.pg-produto #header .header1 .menu-site a {
    color: #000;
}

.pg-produto #header .header1 .tlinks .tlink.com-borda {
    border-color: #000;
    color: #000;
}

.pg-produto #header .header1 .tlinks .tlink.com-borda:hover {
    background: #000;
    color: #fff;
}

.pg-produto #header .header-produto {
    padding: 2.4em 20px;
    margin: auto;
    max-width: 1230px;
}

.pg-produto #header .header-produto .site-subtitulo {
    font-weight: normal;
    opacity: .6;
    color: #013874;
}

.pg-produto #header .header-produto .site-subtitulo strong {
    font-weight: 500;
}

.pg-produto #header .header-produto .hptbl {
}

.pg-produto #header .header-produto .hptbl > .col1 {
    width: 27%;
    padding-right: 7%;
}

.pg-produto #header .header-produto .hptbl > .col1 .titulo1 {
    font-size: 1.556em;
}

.pg-produto #header .header-produto .hptbl > .col1 p {
    font-size: 14px;
    line-height: 1.4em;
}

.pg-produto #header .header-produto .hptbl > .col3 {
    width: 30%;
    padding-left: 7%;
}

.pg-produto #header .header-produto .hptbl > .col2 {
}

.pg-produto #header .header-produto .hptbl > .col2 .slides {
    width: 100%;
    overflow: hidden;
}

.pg-produto #header .header-produto .hptbl > .col2 .slides .slide {
    width: 100%;
    overflow: hidden;
}

.pg-produto #header .header-produto .hptbl > .col2 .slides .slide .base {
    position: relative;
    padding: 60% 0 0 0;
}

.pg-produto #header .header-produto .hptbl > .col2 .setas {
    text-align: center;
}

.pg-produto #header .header-produto .hptbl > .col2 .setas .seta {
    display: inline-block;
    position: relative;
    margin: 0 0.2em;
    color: #fff;
    font-size: 1em;
    line-height: 2em;
    width: 2.22em;
    cursor: pointer;
}

.pg-produto #header .header-produto .hptbl > .col2 .setas .seta:active {
    transform: scale(0.9);
}

.pg-produto #header .header-produto .hptbl > .col2 .setas .seta:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0A4F9B;
    z-index: 1;
    border-radius: 2px;
    transition: background-color 0.15s;
}

.pg-produto #header .header-produto .hptbl > .col2 .setas .seta:hover:after {
    background: #000;
}

.pg-produto #header .header-produto .hptbl > .col2 .setas .seta .fa {
    position: relative;
    z-index: 10;
    transform: scale(1.5);
}

.pg-ama.setas .seta:after {
    background-color: #F6C500 !important;
}

.pg-ama.setas .seta i {
    color: #0A4F9B !important;
}

.pg-ama.setas .seta:hover:after {
    background-color: #0A4F9B !important;
}

.pg-ama.setas .seta:hover i {
    color: #F6C500 !important;
}

.pg-produto #header .header-produto .hptbl > .col1 .titulo1,
.pg-produto #header .header-produto .hptbl > .col1 p {
    color: #fff;
    margin-bottom: 10px !important;
}

.pg-produto #header .header-produto .hptbl > .col1 .titulo1 img {
    width: 14px;
    margin-bottom: 10px;
}

.pg-produto #header .header-produto .sim-resultado-box {
    box-shadow: none !important;
    border: none !important;
    padding: 0px !important;
}

.pg-produto #header .header-produto .sim-resultado-box h5 {
    font-weight: bold;
}

.pg-produto #header .header-produto .sim-resultado-box .box:not(.info) {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.pg-produto #header .header-produto .sim-resultado-box .valor.g {
    font-size: 1.5em;
}

.pg-produto #header .header-produto .sim-resultado-box .btn-sobre {
    display: inline-block;
    padding-left: 1.6em;
    padding-right: 1.6em;
}

.prd-box-header {
}

.prd-box-header .t {
    font-size: 0.67em;
    color: #000;
    opacity: 0.9;
    line-height: 1.667em;
}

.prd-box-header .val {
    display: inline-block;
    font-size: 2em;
    font-family: "Montserrat";
    font-weight: bold;
    line-height: 1.1em;
}

.prd-box-header .sep {
    height: 1.2em;
    margin-bottom: 1.2em;
    border-bottom: solid 1px #e5e5e5;
}


/* ==========================================================================
   Resposivo
   ========================================================================== */

/* 1200px+ */
@media (min-width: 1200px) {
    .qlg {
        margin-bottom: 30px;
    }
}

/* at� 1199px */
@media (min-width: 768px) and (max-width: 1199px) {
    html {
        font-size: 17px;
    }

    .qmd {
        margin-bottom: 30px;
    }

    .tbl .tcol.bmd, .tbl.bmd > .tcol {
        display: block;
        width: 100% !important;
    }

    .tbl.grid .tcol.bmd, .tbl.grid.bmd > .tcol {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .txtl-md {
        text-align: left !important;
    }

    .txtr-md {
        text-align: right !important;
    }

    .txtc-md {
        text-align: center !important;
    }

    #header .header1 .menu-site ul li {
        padding: 0 0.2em;
    }

    #blog-menu ul {
        display: table;
        width: 100%;
    }

    #blog-menu ul li {
        display: table-cell;
        margin: 0 1.5em 0 0;
    }

    .blog-post-lista .titulo {
        font-size: 1.7em;
    }

    #post .inner .post-conteudo .post-area-full .video > a {
        padding: 5em 1em;
    }

    #sim-main .inner {
        padding-left: 20px;
        padding-right: 80px;
    }

    #simulador.full #sim-main .sim-barra-titulo {
    }

    #simulador.full #sim-main .sim-barra-titulo .sim-titulo {
        margin-bottom: 0.7em;
    }

    #simulador.full #sim-main .sim-barra-titulo .select-base {
        margin: 0px !important;
        display: block;
    }

    #contato1 .ctbl > .col1 {
        width: 38%;
    }

    #contato1 .et {
        padding-left: 1em;
    }

    #contato1 .et ul li {
        font-size: 1.4em;
    }

    .titulo1 {
        font-size: 1.7em;
    }

    .titulo1.t2 {
        font-size: 1.8em;
    }

    .titulo1.t3 {
        font-size: 1.9em;
    }

    .titulo1.t4 {
        font-size: 2em;
    }

    #sobre3 .vantagens-btn {
        width: 215px;
    }

    #resultados1 .col2 .slides.clone {
        display: none !important;
    }

}

/* at� 991px */
@media (min-width: 768px) and (max-width: 991px) {
    html {
        font-size: 16px;
    }

    .qsm {
        margin-bottom: 30px;
    }

    .tbl .tcol.bsm, .tbl.bsm > .tcol {
        display: block;
        width: 100% !important;
    }

    .tbl.grid .tcol.bsm, .tbl.grid.bsm > .tcol {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .txtl-sm {
        text-align: left !important;
    }

    .txtr-sm {
        text-align: right !important;
    }

    .txtc-sm {
        text-align: center !important;
    }

    .blog-post-lista .titulo {
        font-size: 1.6em;
    }

    #post .inner .post-conteudo .post-area-full .video > a {
        padding: 3em 1em;
    }

    #sim-main .veiculo-select-lista ul li {
        width: 33.3%;
    }

    .titulo1 {
        font-size: 1.5em;
    }

    .titulo1.t2 {
        font-size: 1.6em;
    }

    .titulo1.t3 {
        font-size: 1.7em;
    }

    .titulo1.t4 {
        font-size: 1.8em;
    }

    #contato5 .ctbl {
        padding: 1em 0;
    }

    #contato5 .ctbl:after {
        height: 100%;
        top: 0;
    }

    #main-app .atbl > .col2 .box-baixo .bcol1 {
        width: 70%;
        font-size: 0.8em;
    }

    #main-app .atbl > .col2 .box-baixo .bcol1 p {
        font-size: 0.9em;
        line-height: 1.1em;
    }

    #resultados2 .rtbl > .col2 {
        padding-left: 20px;
    }

}

/* at� 767px */
@media (min-width: 768px) {
    #newsletter {
        margin-top: 150px;
    }
}
@media (max-width: 767px) {
    #newsletter {
        position: relative;
        background-size: cover;
        padding: 2.778em 0 2.222em 0;
        background-position: bottom;
        background-color: #094E9A;
        background-image: none;
        padding-bottom: 0;
    }

    #newsletter .container {
        padding-bottom: 30px;
    }

    #newsletter .img-footer img {
        max-width: 100%;
    }

    #footer1 .item {
        border-bottom: 1px solid #4d4d4d;
    }

    #newsletter .container:after,
    #newsletter .container:before {
        display: none;
    }

    .diag-header #header.header-site .hp h2 {
        margin-bottom: 1em;
    }

    .pg-contatos #header .contatos .et {
        margin-bottom: 1.5em;
    }

    .tbl .tcol.bxs, .tbl.bxs > .tcol {
        display: block;
        width: 100% !important;
    }

    .tbl.grid .tcol.bxs, .tbl.grid.bxs > .tcol {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .btn1.bxs {
        padding-left: 1em;
        padding-right: 1em;
        display: block;
        width: 100%;
    }

    #header:after {
        top: 48%;
        height: 352px;
        left: 105%;
    }

    #header .header1 {
        padding: 0 12px 0 0;
        height: 55px;

        background: rgb(26, 100, 181);
        background: linear-gradient(110deg, rgba(26, 100, 181, 1) 0%, rgba(10, 79, 155, 1) 52%, rgba(0, 56, 117, 1) 100%);
    }

    .pg-home #header .header2 {
        padding-bottom: 0;
    }

    #header .header1 .col-menu {
        border-right: solid 1px #004087;
    }

    #header .hp {
        padding-top: 0;
    }

    #header .header1 .col-menu a {
        display: block;
        width: 56px;
        height: 54px;
        padding: 18px 0 0 0;

        background: #094E9A;
    }

    #header .header1 .col-menu a img {
        display: block;
        height: 17px;
        width: auto;
        margin: auto;
    }

    #header .header-produtos .produto.dark {
        background: #F6C500;
    }
    #header .header-produtos .produto.dark a,
    #header .header-produtos .produto.dark a .cta {
        color: #094E9A;
    }
    #header .header1 .col-menu a img.fechar {
        display: none;
    }

    #header .header1 .logo {
        padding: 0 10px 0 20px;
    }

    #header .header1 .logo img {
        width: 80px;
    }

    #header .header1 .tlinks .tlink {
        background: #084D94;
        border: none;
        line-height: 20px;
        padding: 5px 20px;
        white-space: nowrap;
    }

    #header .header2 {
        padding: 0 0 40px 0;
    }

    #header .header2 .ht {
        padding: 40px 0 70px 0;
        display: block;
    }

    #header .header2 .ht > .tcol {
        display: block;
        padding: 0;
        width: 100%;
        border: none !important;
    }

    #header .header2 .ht h1 {
        font-size: 38px;
        position: relative;
        padding-bottom: 16px;
        margin-bottom: 15px;
        white-space: normal;
    }

    #header .header2 .ht h1:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 75px;
        height: 1px;
        background: rgba(255, 255, 255, 0.5);
    }

    #header .header2 .ht h2 {
        font-size: 16px;
        white-space: normal;
    }

    #header .header2 .busca .form .q,
    #header .header2 .busca .form .s {
        padding-left: 1.2em;
        padding-right: 1.2em
    }

    #header .header2 .busca .form .q {
        width: 65%;
    }

    #header .header2 .busca .form .s {
        width: 35%;
    }

    #header.header-post .hp h1 {
        font-size: 34px;
    }

    #blog {
        padding: 45px 0;
    }

    #blog-menu ul {
        overflow: auto;
    }

    #blog-menu ul li {
        margin-right: 40px;
    }

    #blog-submenu ul {
        white-space: normal;
        padding-top: 12px;
    }

    #blog-submenu ul li {
        display: inline-block;
        white-space: nowrap;
        margin: 0 12px 12px 0;
    }

    #blog-submenu ul li a {
        display: inline-block;
        border: solid 1px #707070;
        border-radius: 0.2em;
    }

    #blog-submenu ul li a.ativo {
        background: rgba(0, 0, 0, 0.1);
    }

    #blog-submenu ul li a > span {
        padding: 3px 6px;
        line-height: 1.6em;
        text-decoration: none !important;
    }

    #blog .blog-titulo {
        margin-bottom: 30px;
    }

    #blog .destaques {
        margin-bottom: 45px;
    }

    #blog .destaques > * {
        z-index: 300;
    }

    #blog .destaques:after {
        z-index: 1;
        position: absolute;
        content: "";
        width: 200vw;
        height: calc(100% - 85px - 17px);
        left: -50vw;
        top: 85px;
        background: #F1F1F1;
    }

    #blog .destaques:before {
        z-index: 2;
        position: absolute;
        content: "";
        width: 6px;
        height: calc(100% - 85px - 28px);
        left: -20px;
        top: 85px;
        background: #0A4F9B;
    }

    #blog .zero h1 {
        font-size: 34px;
        margin-bottom: 28px;
        left: 38px;
    }

    #blog .zero p {
        margin-bottom: 38px;
    }

    .blog-post .titulo {
        font-size: 22px;
    }

    .blog-post-lista {
        padding-left: 0;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .blog-post-lista .foto {
        position: relative;
        left: auto;
        top: auto;
        height: 170px;
        width: 100%;
        margin: 0 0 25px 0;
    }

    .blog-post-lista .cat-data {
        margin-bottom: 15px;
    }

    .blog-post-lista .titulo {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .paginacao a {
        margin: 0.05em;
    }

    #blog-pheader {
        padding: 28px 0;
    }

    #blog-pheader h1 {
        font-size: 22px;
        font-family: "Roboto", sans-serif;
        line-height: 26px;
    }

    #blog-menu > .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    #blog-menu ul {
        padding-left: 20px;
    }

    #blog-menu ul li:last-child {
        padding-right: 20px;
    }

    #newsletter {
        padding-top: 75px;
    }

    #newsletter h1 {
        font-size: 30px;
    }

    #newsletter .form .e,
    #newsletter .form .s {
        padding-left: 1.2em;
        padding-right: 1.2em
    }

    #newsletter .form .e {
        width: 62%;
    }

    #newsletter .form .s {
        width: 38%;
    }

    #post .inner {
        margin-left: 0;
    }

    #post .inner .post-intro {
        font-size: 1em;
    }

    #post .inner .post-intro .col1 {
        width: 6.7em;
    }

    #post .inner .post-conteudo .post-area-full {
        width: 106%;
        left: -3%;
    }

    #post .inner .post-conteudo .post-area-full .video > a {
        padding: 1.6em 1em;
    }

    #post .inner .post-conteudo .post-area-full .footer .legenda {
        float: none;
        width: 80%;
        max-width: none;
        margin-left: 20%;
        font-size: 12px;
    }

    #post .inner .post-conteudo .post-area-full .footer .thumbs {
        clear: both;
        width: 100%;
        float: none;
        padding-top: 20px;
    }

    #post .inner .post-conteudo .post-area-full .footer .thumbs > a {
        display: block;
        width: 20%;
    }

    #post .inner .post-conteudo .post-area-full .galeria .setas .seta.prev {
        left: -5px;
    }

    #post .inner .post-conteudo .post-area-full .galeria .setas .seta.next {
        right: -5px;
    }

    #post-share {
        display: none !important;
    }

    #post .post-final {
        padding-left: 0;
    }

    #post .post-final .info {
        padding-left: 1em;
    }

    #post .post-final .pftbl .foto img {
        width: 6em;
    }

    #footer1 {
        overflow: auto;
    }

    #footer2 .f2tbl {
        display: block;
    }

    #footer2 .f2tbl > .tcol {
        display: block;
        width: 100%;
        padding: 0px !important;
    }

    #footer2 .f2tbl .col3 {
        padding-top: 45px !important;
    }

    #footer2 .sim-app-mobile {
        padding-bottom: 45px;
    }

    #footer2 .app li {
        display: inline-block;
    }

    #footer2 .app li a img {
        max-width: 200px;
        height: auto;
    }

    #footer3 .f3tbl {
        display: block;
    }

    #footer3 .f3tbl > .tcol {
        display: block;
        width: 100%;
        padding: 0px !important;
        margin-bottom: 20px;
    }

    #footer3 .f3tbl > .tcol:last-child {
        margin-bottom: 0;
    }

    #header.header-site .header1 .logo img.logo-claro {
        display: none;
    }

    #header.header-site .header1 .logo img.logo-escuro {
        display: block;
    }

    #simulador .sim-titulo {
        font-size: 22px;
    }

    #sim-lado {
        display: none;
    }

    #sim-main .inner {
        padding: 20px;
    }

    #sim-main .btn-fale {
        display: none;
    }

    #sim-main {
        position: relative;
        padding-bottom: 50px;
        background: #fff;
    }

    #sim-main .sim-header-mobile {
        height: 3.056em;
        background: #fff;
        position: relative;
        z-index: 2000;
        border-bottom: solid 1px #efefef;
        box-shadow: 0 0 0.6em rgba(0, 0, 0, 0.3);
    }

    #sim-main .sim-header-mobile .col-menu {
        border-right: solid 1px #efefef;
    }

    #sim-main .sim-header-mobile .col-menu a {
        display: block;
        width: 56px;
        height: 54px;
        padding: 18px 0 0 0;
    }

    #sim-main .sim-header-mobile .col-menu a img {
        display: block;
        height: 17px;
        width: auto;
        margin: auto;
    }

    #sim-main .sim-header-mobile .logo {
        padding: 0 10px 0 20px;
    }

    #sim-main .sim-header-mobile .logo img {
        width: 80px;
    }

    #sim-main .sim-header-mobile .sair {
        padding-right: 20px;
    }

    #sim-main .sim-header-mobile .sair a {
        display: block;
        font-size: 12px;
        font-weight: normal;
        color: #084D94;
        white-space: nowrap;
    }

    #sim-main .sim-avancar-mobile {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }

    #sim-main .sim-avancar-mobile a {
        display: block;
        line-height: 30px;
        background: #BCBCBC;
        font-size: 14px;
        color: #919191;
        letter-spacing: 0.05em;
        text-align: right;
        padding: 10px 20px;
    }

    #sim-main .sim-passos-mobile {
        background: #0A4F9B;
        background-size: cover;
        padding: 16px 58px;
        position: relative;
        z-index: 1999;
        position: relative;
    }

    #sim-main .sim-passos-mobile .base {
        display: inline-block;
        position: relative;
    }

    #sim-main .sim-passos-mobile .base:after {
        content: "";
        position: absolute;
        left: 5%;
        top: 50%;
        width: 90%;
        height: 1px;
        background: #0A4F9B;
        opacity: 0.5;
    }

    #sim-main .sim-passos-mobile .base a {
        display: inline-block;
        width: 30px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-family: "Roboto Mono", monospace;
        position: relative;
        z-index: 100;
    }

    #sim-main .sim-passos-mobile .base .item.ativo {
        color: #0A4F9B;
    }
    #sim-main .sim-passos-mobile .base a > span {
        position: relative;
        z-index: 100;
        opacity: 0.5;
    }

    #sim-main .sim-passos-mobile .base a > span .c {
        display: none;
    }

    #sim-main .sim-passos-mobile .base a:after {
        position: absolute;
        z-index: 1;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: solid 1px rgb(255, 255, 255, 0.5);
        background: transparent;
        border-radius: 5px;
    }

    #sim-main .sim-passos-mobile .base a + a {
        margin-left: 12px;
    }

    #sim-main .sim-passos-mobile .base a.ativo {
    }

    #sim-main .sim-passos-mobile .base a.ativo > span {
        opacity: 1;
    }

    #sim-main .sim-passos-mobile .base a.ativo:after {
        background: #fff;
        border-color: #0A4F9B;
    }

    #sim-main .sim-passos-mobile .base a.aberto:after {
        background: #0A4F9B;
    }

    #sim-main .sim-passos-mobile .base a.aberto > span .c {
        display: inline;
        color: #fff;
    }

    #sim-main .sim-passos-mobile .base a.aberto > span .n {
        display: none;
    }

    #sim-main .sim-passos-mobile .voltar {
        position: absolute;
        left: 0;
        top: 16px;
    }

    #sim-main .sim-passos-mobile .voltar a {
        display: block;
        background: #084D94;
        color: #fff;
        line-height: 30px;
        width: 40px;
        border-radius: 0 5px 5px 0;
        text-align: center;
    }

    #sim-main .sim-passos-mobile .voltar a .fa {
        transform: scale(1.5);
    }

    #modal-fale .voltar {
        position: absolute;
        left: 0;
        top: 16px;
    }

    #modal-fale .voltar a {
        display: block;
        background: #084D94;
        color: #fff;
        line-height: 30px;
        width: 40px;
        border-radius: 0 5px 5px 0;
        text-align: center;
    }

    #modal-fale .voltar a .fa {
        transform: scale(1.5);
    }

    #sim-main .veiculo-select {
        padding: 5px 15px;
        height: 40px;
    }

    #sim-main .veiculo-select-lista ul li {
        width: 50%;
    }

    #sim-main .veiculo-select-lista ul li .nome {
        font-size: 11px;
    }

    .veiculo-select-aberto #sim-main .veiculo-select-base .veiculo-select-lista {
        top: 39px;
    }

    #sim-main .proximo-base {
        opacity: 1;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        filter: grayscale(100%);
        pointer-events: none;
        visibility: visible;
        background: #fff;
    }

    #sim-main .proximo-base .btn1 {
        opacity: 0.5;
    }

    .sim-habilita-proximo #sim-main .proximo-base {
        opacity: 1;
        pointer-events: inherit;
        filter: none;
    }

    .sim-habilita-proximo #sim-main .proximo-base .btn1 {
        opacity: 1;
    }

    #sim-main .proximo-base .btn1 {
        border-radius: 0;
        width: 100%;
        line-height: 30px;
        font-size: 12px;
        text-align: right;
        padding: 10px 20px;
    }

    #modal-fale .proximo-base {
        opacity: 1;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        filter: grayscale(100%);
        pointer-events: none;
        visibility: visible;
        background: #fff;
    }

    #modal-fale .proximo-base .btn1 {
        opacity: 0.5;
    }

    #modal-fale .proximo-base.active {
        opacity: 1;
        pointer-events: inherit;
        filter: none;
    }

    #modal-fale .proximo-base.active .btn1 {
        opacity: 1;
    }

    #modal-fale .proximo-base .btn1 {
        border-radius: 0;
        width: 100%;
        line-height: 30px;
        font-size: 12px;
        text-align: right;
        padding: 10px 20px;
    }

    #modal-fale .falar-como label {
        font-size: 14px;
        padding-top: 21px;
        padding-bottom: 21px;
    }

    #modal-fale .falar-como label input {
        margin-right: 10px;
    }

    #sim-main .sim-perguntas {
    }

    #sim-main .sim-perguntas .linha {
        opacity: 1 !important;
        pointer-events: inherit;
        transform: none;
    }

    #sim-main .sim-perguntas .linha label,
    #sim-main .sim-perguntas .linha .campo {
        display: block !important;
        width: 100% !important;
        font-weight: normal !important;
    }

    #sim-main .sim-selecionado {
        padding-left: 0;
        transform: translateY(-1em);
        margin-bottom: 1em;
    }

    #sim-main .sim-selecionado:after {
        border-width: 0 0 1px 0;
        transform: none;
        border-radius: 0;
        width: 300%;
        left: -100%;
    }

    #sim-main .sim-selecionado > .tcol {
        padding-top: 0;
    }

    #sim-main .sim-selecionado > .tcol:last-child {
        padding-right: 0;
    }

    #sim-main .sim-aguarde {
    }

    #sim-main .sim-aguarde .sim-titulo {
        margin-bottom: 2em;
    }

    #sim-main .sim-aguarde .sim-selecionado {
    }

    #sim-main .sim-aguarde .sim-selecionado:after {
        display: none;
    }

    #sim-main .sim-aguarde .sim-selecionado > .tcol {
        display: block !important;
        width: 100%;
        padding: 0px !important;
    }

    #sim-main .sim-aguarde:after {
        width: 60%;
        height: 25px;
    }

    #simulador.full #sim-main .sim-barra-titulo .sim-titulo {
        font-size: 22px;
        text-align: left;
        display: block;
    }

    #simulador.full #sim-main .sim-resultados .resultado-base {
        border: none;
        padding-bottom: 105px;
    }

    .cc-prev.btn1,
    .cc-next.btn1 {
        padding: 0.833em 1em;
    }
    .cc-prev {
        float: left;
        width: 100%;
        margin-right: 20px;
    }
    .cc-next {
        float: right;
        width: 100%;
    }
    .cc-prev i {

        margin-left: -8px;
        margin-right: 10px;
    }
    .cc-next i {
        margin-right: -8px;
        margin-left: 10px;
    }

    #simulador.full #sim-main .sim-resultados .owl-carousel .owl-nav {
        position: absolute;
        left: 0;
        bottom: 53px;
        width: 100%;
        text-align: center;
        height: 0px;
        z-index: 500;
    }

    #simulador.full #sim-main .sim-resultados .owl-carousel .owl-nav button {
        position: absolute;
        line-height: 30px;
        color: #0A4F9B;
        top: -15px;
        font-size: 25px;
    }

    #simulador.full #sim-main .sim-resultados .owl-carousel.blk .owl-nav button {
        color: #fff;
    }

    #simulador.full #sim-main .sim-resultados .owl-carousel .owl-nav button:active {
        transform: scale(0.9);
    }

    #simulador.full #sim-main .sim-resultados .owl-carousel .owl-nav .owl-prev {
        left: 20px;
    }

    #simulador.full #sim-main .sim-resultados .owl-carousel .owl-nav .owl-next {
        right: 20px;
    }

    #simulador.full #sim-main .sim-resultados .owl-carousel .owl-dots {
        position: absolute;
        left: 0;
        bottom: 38px;
        width: 100%;
        text-align: center;
        height: 33px;
        z-index: 499;
    }

    #simulador.full #sim-main .sim-barra-titulo .sim-titulo {
        margin-bottom: 0.7em;
    }

    #simulador.full #sim-main .sim-barra-titulo .select-base {
        margin: 0px !important;
        display: block;
    }

    .titulo1,
    .titulo1.t2,
    .titulo1.t3,
    .titulo1.t4 {
        font-size: 30px;
    }

    .btn1.tam1,
    .btn1.tam2 {
        display: block;
        width: 100%;
        text-align: center;
    }

    .pg-home #header .header2 {
        min-height: 490px;
    }

    .pg-home #header.header-site .hp h1 {
        font-size: 30px;
    }

    #home1 {
        padding: 40px 0;
    }

    #home1 .tcol {
        padding: 0px !important;
        text-align: left !important;
    }

    #home1 .col-sep img {
        width: 35px;
    }

    #home2 .htbl > .col2 {
        padding: 20px 0 0 0 !important;
    }

    #main-app-mobile {
        padding-bottom: 0;
    }

    #resultados2 .proximas {
        overflow: hidden;
        max-width: 89vw;
    }
    #resultados2 .proximas .proxima {
        max-width: 222px;
    }

    #sobre3 {
        padding: 50px 0;
    }

    #sobre3:before {
        background-size: auto;
        background-position: right top;
    }

    #sobre3 .vantagens {
        width: calc(100% + 20px);
    }

    #sobre3 .vantagem {
        height: auto !important;
        width: 215px !important;
    }

    #sobre3 .vantagens-btn {
        width: 100%;
        display: block;
    }

    #pagconsorcio {
        padding: 40px 0;
    }

    #pagconsorcio .logo img {
        width: 215px;
    }

    #pagconsorcio .htbl > .col2 {
        padding: 30px 0 0 0;
    }

    #pagconsorcio .htbl > .col2 .titulo1 {
        margin-bottom: 1em !important;
    }

    #blog.home-blog {
        padding: 40px 0;
    }

    #home3 {
        padding-bottom: 0;
    }

    #home3 .site-subtitulo {
        left: 20px;
        top: 0;
    }

    #home3 .slides .slide {
        padding: 70px 0 0 0;
    }

    #home3 .slides .slide .tcol {
        position: relative;
    }

    #home3 .slides .slide .bg {
        display: none;
    }

    #home3 .slides .slide .htbl > .col1 {
        padding: 0 0 30px 0;
    }

    #home3 .slides .slide .htbl > .col1 .titulo1 {
        margin-bottom: 10px !important;
    }

    #home3 .slides .slide .htbl > .col1 .titulo1,
    #home3 .slides .slide .htbl > .col1 p {
        margin-left: 30px;
    }

    #home3 .slides .slide .htbl > .col2 {
        padding: 0 0 60px 0;
        position: relative;
        height: 50vh;
    }

    #home3 .slides .slide .htbl > .col2:after {
        position: absolute;
        left: -50%;
        bottom: 0;
        width: 200%;
        height: 80%;
        content: "";
        background: #000;
    }

    #home3 .slides .slide .htbl > .col2 .foto .legenda {
        padding: 20px 0;
    }

    #home3 .slides .slide .htbl > .col2 .foto .legenda::before {
        left: -30px;
    }

    #home3 .slides .slide .htbl > .col2 .foto .legenda .texto0 {
        font-size: 12px;
    }

    #home3 .slides .slide .htbl > .col2 .foto .legenda .texto {
        font-size: 18px;
    }

    .diag-header #header .diag-header-esq {
        display: none;
    }

    .diag-header #header {
        min-height: 100vh;
    }

    .diag-header #header .diag-header-dir {
        height: 140px;
        left: 0;
        top: 54px;
        width: 100%;
        right: auto;
        background-position: center center;
    }

    .diag-header #header .header2 {
        padding-bottom: 77px;
    }

    .diag-header #header .header2 .header2-inner {
        width: 100%;
        padding-top: 85px;
        max-width: none;
    }

    .diag-header #header .hp {
        padding-top: 0;
    }

    #header.header-site .hp h1 {
        font-size: 30px;
    }

    .pg-sobre #header .header2 .header2-inner p {
        max-width: none;
    }

    #sobre1 {
        padding: 50px 0;
    }

    #sobre1 .tbl.texto {
        max-width: none !important;
        margin-bottom: 0 !important;
    }

    #sobre1 .texto .tcol + .tcol {
        padding-top: 1.4em;
    }

    #sobre1 .stbl > .col1 {
        padding-bottom: 30px;
    }

    #sobre1 .foto .legenda {
        padding: 15px 0;
    }

    #sobre1 .foto .legenda::before {
        left: -35px;
    }

    #sobre1 .foto .legenda .texto {
        font-size: 18px;
    }

    #contato1 {
        padding: 50px 0;
    }

    #contato1 .et {
        height: 122px;
        padding: 20px;
    }

    #contato1 .et ul li {
        font-size: 16px;
    }

    #contato1 .et::after {
        width: 76px;
        height: 76px;
    }

    #contato2 {
        padding: 50px 0;
    }

    #contato2 .titulo1 {
        margin-bottom: 30px !important;
    }

    #contato2 .ctbl > .col1 {
        padding-bottom: 60px;
    }

    #contato2 .cform .btn1 {
        margin-top: 20px !important;
    }

    #contato4 .item {
        width: 275px;
    }

    #contato5 {
        padding-bottom: 0;
    }

    #contato5 .ctbl {
        margin-bottom: 80px;
    }

    #contato5 .ctbl::after {
        display: none;
    }

    #contato5 .smarts-mobile {
        overflow: hidden;
        position: relative;
        height: 430px;
        padding: 0 10px;
        margin-bottom: 80px;
    }

    #contato5 .smarts-mobile:after {
        content: "";
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 70%;
        background: #EFEFEF;
        left: 0;
        bottom: 0;

        background: url(../img/topografismo.png);
        background-size: cover;
        background-position: right;
    }


    .pg-produto #header .header-produto .site-subtitulo {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        line-height: 1.357em;
        letter-spacing: 0.03em;
        font-weight: 500;
        position: relative;
        padding: 0 0 0 1.4em;
        margin: 0 0 2.28em 0;
        text-transform: uppercase;
        color: #013874;
        opacity: 1;
    }

    .pg-produto #header .header-produto .site-subtitulo:before {
        content: "";
        position: absolute;
        left: 0;
        top: 3px;
        width: 11px;
        height: 12px;
        background: url(../img/logo-blue.svg);
        background-size: cover;
        display: block !important;
    }

    .pg-produto #header .header-produto {
        padding: 2.4em 0;
    }
    

    #contato5 .smarts-mobile img {
        display: block;
        position: relative;
        z-index: 100;
        margin: auto;
        max-height: 410px;
        max-width: 100%;
    }

    #faq-menu {
        position: relative;
        border: solid 1px #c9c9c9;
        border-width: 1px 0;
        overflow: hidden;
        font-family: "Montserrat", sans-serif;
    }

    #faq-menu .container {
        padding: 0;
    }

    #faq-menu ul {
        display: block;
        white-space: nowrap;
        font-size: 12px;
        overflow: auto;
        padding: 0 20px;
    }

    #faq-menu ul li {
        display: inline-block;
        margin: 0 40px 0 0;
    }

    #faq-menu ul li a {
        display: block;
        color: rgba(0, 0, 0, 0.6);
        text-transform: none;
        letter-spacing: 0.03em;
    }

    #faq-menu ul li a:hover,
    #faq-menu ul li a.ativo {
        color: #0A4F9B;
    }

    #faq-menu ul li a > span {
        display: inline-block;
        line-height: 3em;
        padding: 1.5em 0;
        position: relative;
    }

    #faq-menu ul li a.ativo > span {
        font-weight: bold;
    }

    #faq-menu ul li a.ativo > span:after {
        position: absolute;
        content: "";
        left: -10%;
        bottom: 0;
        width: 120%;
        height: 0.417em;
        background: #0A4F9B;
    }

    #sobre1 .content h2 {
        padding-top: 30px;
    }
    #faq .faq-lado {
        padding-bottom: 0 !important;
    }

    #faq .faq-lado .btn1,
    #faq .faq-main .faq-zero .btn1 {
        display: block;
        width: 100%;
    }

    .pg-faq #header .header2 {
        padding-top: 40px;
    }
    .pg-faq #header .header2 .opc6 {
        opacity: 1 !important;
    }
    #faq .faq-lado + .faq-main {
        padding-left: 0;
    }

    #faq .faq-main .faq li .header {
        padding-left: 20px;
    }

    #faq-ainda .foto {
        height: 240px;
    }

    #faq-ainda .info h2 {
        font-size: 30px;
    }

    #faq-ainda .info .links {
        display: block;
        overflow: hidden;
    }

    #faq-ainda .info .links > .tcol {
        display: block;
        float: left;
        margin: 0 1em 1em 0;
    }

    #faq-ainda .info .links > .tcol:last-child {
        margin-bottom: 0;
    }

    #faq-ainda .info .links a.msg {
        min-width: 14.2em;
    }

    .pg-resultados #header::after {
        display: none;
    }

    .pg-resultados #header .header2 {
        padding-bottom: 0 !important;
        padding-top: 2em !important;
    }

    #resultados1 .col2 .box-sorteio .tbl-bolas td {
        width: 20%;
    }

    #resultados1 .col2 .box-sorteio .tbl-bolas td.quebra-tr {
        margin-left: 0;
    }

    #normal-list {
        display: none !important;
    }

    .tbl-round-sorteio {
        overflow-x: scroll;
    }


    #resultados1 > .container {
        padding: 0;
    }

    #resultados1 .rtbl > .col1 {
        padding: 50px 0 35px 0;
        position: relative;
        z-index: 100;
        padding-bottom: 10px;
    }

    #resultados1 .rtbl > .col1:after {
        content: "";
        position: absolute;
        left: calc(50vw - 10px);
        bottom: -10px;
        top: auto;
        background: inherit;
        width: 20px;
        height: 20px;
        transform: rotate(45deg);
    }

    #resultados1 .col1 .header {
        padding: 0 20px 20px 20px;
    }

    #resultados1 .col1 .sorteios ul li {
        padding: 0 20px;
    }

    #resultados1 .col1 .sorteios .mais a {
        padding: 0 20px;
    }

    #resultados1 .col1 .box-cinza {
        padding: 20px;
    }

    #resultados1 .rtbl > .col2 {
        padding: 30px 20px 54px 20px;
        z-index: 90;
        background-color: rgba(229, 229, 229, .43);
        overflow: hidden;
    }

    .tbl-round-sorteio {
        max-height: 36vh;
    }

    #resultados1 .rtbl > .col2:after {
        content: '';
        width: 317px;
        height: 332px;
        background: url(../img/logo-grey.svg) center center no-repeat;
        opacity: .1;
        position: absolute;
        right: -28%;
        z-index: 2;
        /* background: red; */
        bottom: -180px;
        background-size: cover;
        /* background-color: rgba(229, 229, 229, .43); */
        top: unset;
        left: unset;
    }

    #resultados1 .sorteios-mobile {
        width: calc(100vw - 20px);
        overflow: hidden;
    }

    #resultados1 .sorteios-mobile .item {
        opacity: 0.5;
    }

    #resultados1 .sorteios-mobile .active .item {
        opacity: 1;
    }

    #sobre1 {
        height: auto;
    }

    .box-historia-mobile img {
        max-width: 100%;
    }

    .box-historia-mobile .content {
        padding: 20px;
        padding-bottom: 50px;
    }

    #resultados1 .sorteios-mobile .box {
        border: solid 1px #3c3c3c;
        border-width: 1px 1px 1px 0;
        color: #fff;
        padding: 20px;
        width: 300px;
        white-space: nowrap;
    }

    #resultados1 .sorteios-mobile .active .box {
        background: #0A4F9B;
    }

    #resultados1 .sorteios-mobile .box > .tbl {
        margin-bottom: 20px;
        height: 35px;
    }

    #resultados1 .sorteios-mobile .box .data {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        line-height: 1.2em;
    }

    #resultados1 .sorteios-mobile .box .info {
        font-size: 11px;
        line-height: 29px;
        background: #F6C500;
        color: #000;
        border-radius: 5px;
        display: inline-block;
        padding: 0 6px;
    }

    #resultados1 .sorteios-mobile .box.ativo {
        background: #F6C500;
    }

    #resultados1 .sorteios-mobile .box .data {
        color: #fff;
    }

    #resultados1 .sorteios-mobile .custom-pagination {
        justify-content: center;
    }

    #resultados1 .sorteios-mobile .box.ativo .data {
        color: #000;

    }

    #resultados1 .sorteios-mobile .box.ativo .info {
        background: transparent;
        border: 1px solid #000000;
        color: #000
    }

    #resultados1 .sorteios-mobile .box.ativo .btn1.brd2 {
        background: #EFB305;
        color: #000 !important;
        border: none
    }

    .pg-blog #header .header2 {
        padding-top: 40px;
    }

    #resultados1 .sorteios-mobile .custom-pagination .c-next.disabled,
    #resultados1 .sorteios-mobile .custom-pagination .c-prev.disabled {
        display: block;
    }

    #blog .destaques:after,
    #blog .destaques:before
    {
        display: none;
    }

    #resultados1 .sorteios-mobile .box .btn1.brd2 .ati {
        display: none;
    }


    #resultados1 .sorteios-mobile .box.ativo .btn1.brd2 .inat,
    #resultados1 .sorteios-mobile .box.ativo .btn1.brd2 .ati {
        display: none;
    }

    #resultados1 .sorteios-mobile .box.ativo .btn1.brd2 .ati {
        display: inline-block;
    }

    #resultados1 .sorteios-mobile .box.ativo .btn1.brd2:after {
        border: none
    }

    #resultados1 .col2 .rbox-intro .titulo1 {
        font-size: 25px;
    }

    .tbl-responsiva {
        overflow: auto;
        max-width: calc(100vw - 60px);
        padding-bottom: 10px;
    }

    .tbl-responsiva table {
    }

    #resultados2 .rtbl > .col2 {
        padding: 20px 0 0 0;
        max-width: 100%;
    }

    #resultados2 {
        padding: 50px 0;
    }

    #resultados2 .proximas {
        margin-bottom: 20px;
    }

    #resultados2 .proximas li {
        width: 47%;
        margin: 0 6% 6% 0 !important;
        clear: none !important;
    }

    #resultados2 .proximas li:nth-child(2n) {
        margin-right: 0px !important;
    }

    #resultados2 .proximas li:nth-child(2n+1) {
        clear: both !important;
    }

    .pg-produtos #header {
        min-height: 100vh;
    }

    .pg-produtos #header .produtos-slider .slide .header2 {
        min-height: 100vh;
    }

    .pg-produtos #header .produtos-slider .slide .header2 .header2-inner {
        max-width: none;
        padding: 80px 0 75px 0;
    }

    #sobre2 .depoimento .dep-box:after {
        left: 25%;
    }

    .pg-produtos #header .hp {
        padding: 0;
    }

    .pg-produtos #header .psheader-mobile {
        z-index: 3000;
        position: absolute;
        left: 0;
        bottom: 30px;
        width: 100%;
    }

    .pg-produtos #header .psheader-mobile .nome {
        display: none;
    }

    .pg-produtos #header .psheader-mobile .paginacao {
    }

    .pg-produtos #header .psheader-mobile .paginacao a {
        color: #fff;
        margin: 0 3px;
    }

    .pg-produtos #header .psheader-mobile .paginacao a:after {
        border-color: #fff;
    }

    .pg-produtos #header .psheader-mobile .paginacao a.num:hover {
        color: #000;
    }

    .pg-produtos #header .psheader-mobile .paginacao a.num:hover:after {
        background: #fff;
    }

    #produtos-filtro {
        padding: 0;
    }

    #produtos-filtro .container-fluid {
        padding: 0;
    }

    #produtos-filtro .ftbl > .tcol {
        padding: 20px !important;
        border-bottom: solid 1px #e5e5e5;
    }

    #produtos-filtro .ftbl > .col-espaco {
        display: none;
    }

    #produtos-filtro .ftbl > .tcol.fecha-mobile {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }

    #produtos-filtro .mobile-filtros {
        display: table;
        padding: 0 20px;
        height: 58px;
        border-bottom: solid 1px #e5e5e5;
    }

    #produtos-filtro .mobile-filtros .flabel {
        cursor: pointer;
    }

    #produtos-filtro .mobile-filtros .icones {
        white-space: nowrap;
        color: #0A4F9B;
    }

    .produtos-filtro-aberto #produtos-filtro {
        border: solid 2px #0A4F9B;
    }

    .produtos-filtro-aberto #produtos-filtro .mobile-filtros {
        color: #fff;
        background: #0A4F9B;
    }

    .produtos-filtro-aberto #produtos-filtro .mobile-filtros .flabel {
        color: #fff;
        opacity: 1;
    }

    .produtos-filtro-aberto #produtos-filtro .ftbl > .tcol.fecha-mobile {
        position: relative;
        visibility: visible;
        opacity: 1;
        pointer-events: inherit;
    }

    .produtos-filtro-aberto #produtos-filtro .mobile-filtros .icones {
        color: inherit;
    }

    .produtos-filtro-aberto #produtos-filtro .mobile-filtros .icones .caret {
        transform: scaleY(-1);
    }

    #simulador.full #sim-main .sim-resultados .resultado-base {
        display: block;
        width: 100%;
        border-bottom: solid 1px #e5e5e5;
        padding: 30px 20px;
    }

    #simulador.full #sim-main .sim-resultados .item .resultado-base {
        padding-bottom: 100px;
    }

    #produtos-saiba {
        padding: 60px 0 0 0;
    }

    .pg-produtos #produtos-saiba {
        margin-bottom: 0;
    }

    #produtos-saiba::after {
        display: none;
    }

    #produtos-saiba .ptbl > .col2 {
        padding: 40px 0;
        position: relative;
    }

    #produtos-saiba .ptbl > .col2:after {
        position: absolute;
        content: "";
        left: -50%;
        bottom: 0;
        width: 200%;
        height: 65%;
        background: #0A4F9B;
        z-index: 1;

        background-image: url(../img/logo-amarela.svg);
        background-repeat: no-repeat;
        background-position: 291px -83px;
        background-size: 290px;
    }

    #footer4 {
        background: rgba(25, 28, 34, .10);
        color: rgba(25, 28, 34, .70);
    }

    #produtos-saiba .ptbl > .col2 .foto {
        position: relative;
        z-index: 100;
    }

    .pg-produto #header:after {
        width: 100%;
        top: inherit;
        height: 53%;
        bottom: 0;
        transform: none;
        left: 0;
        right: 0;
        position: absolute;
        margin-left: 0;
    }

    .pg-produto #header .header-produto .hptbl > .col2 .setas .seta:after {
        background: #0A4F9B !important;
    }
    .pg-produto #header .header-produto .hptbl > .col2 .setas .seta i{
        color: #F6C500 !important;
    }

    .pg-produto #header .header-produto .hptbl > .col2 .setas .seta:hover:after {
        background: #F6C500 !important;
    }
    .pg-produto #header .header-produto .hptbl > .col2 .setas .seta:hover i{
        color: #0A4F9B !important;
    }
    .pg-produto #header {
        border: none;
    }

    .pg-produto #header:before {
        content: "";
        position: absolute;
        display: block;
        left: -7px;
        top: 27%;
        height: 420px;
        width: 396px;
        z-index: 3;
        /* transform: skewX(-15deg); */
        background: url(../img/logo-blue.svg) center right;
        opacity: 0.1;
        margin-top: 0;
        background-size: cover;
        margin-left: 0;
        margin-right: 0;
    }

    .pg-produto #simulador.full #sim-main .sim-mais-base:after {
        content: '';
        width: 317px;
        height: 332px;
        background: url(../img/logo-grey.svg) center center no-repeat;
        opacity: .1;
        position: absolute;
        right: -28%;
        z-index: 2;
        /* background: red; */
        top: 23%;
        background-size: cover;
    }

    #simulador.full #sim-main .sim-mais-base {
        z-index: 1;
    }

    #home3 .slides {
        min-height: 117vh;
    }

    .pg-produto #home3 {
        margin-bottom: 0;
    }

    #home3 .custom-pagination {
        margin-bottom: 0;
    }

    #home3 .slides .slide {
        top: unset !important;
        bottom: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    #home3 .custom-pagination {
        bottom: -27px !important;
    }

    .pg-produto #simulador.full #sim-main .sim-mais-base:after {
        z-index: -1;
    }
    .prd-box-header .val {
        font-size: 36px;
    }

    .pg-produto #header .header-produto .hptbl > .col1 .titulo1 img,
    .pg-produto #header .header-produto .hptbl > .col1 .titulo1 > br {
        display: none;
    }

    .pg-produto #header .header1 .tlinks .tlink.com-borda {
        color: #fff;
    }

    .pg-produto #header .header-produto .hptbl > .col1 {
        padding: 0 0 50px 0 !important;
    }

    .pg-produto #header .header-produto .hptbl > .col3 {
        padding: 50px 0 0 0 !important;
    }

    .pg-produto #header .header-produto .sim-resultado-box {
        background: none;
    }

    .btn-fale {
        right: auto;
        bottom: 10px;
    }

    .btn-fale.apenas-scroll {
        right: auto;
        left: -100px;
    }

    .scrolled .btn-fale.apenas-scroll {
        right: auto;
        left: 10px;
    }

    body.mmenu-aberto {
        overflow: hidden;
    }

    .mmenu-aberto .btn-fale {
        display: none !important;
    }

    .mmenu-aberto #header {
        z-index: 5000;
    }

    .mmenu-aberto #header .header1 .col-menu a img.fechar {
        display: block;
    }

    .mmenu-aberto #header .header1 .col-menu a img.abrir {
        display: none;
    }

    .mmenu-aberto #mmenu {
        top: 0;
        opacity: 1;
        visibility: visible;
        pointer-events: inherit;
    }

    #header > .header-produtos {
        display: none;
    }

    #header .header1 {
        z-index: 7000 !important;
    }

    #mmenu {
        display: block;
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #141414;
        z-index: 6000;
        left: 0;
        padding: 55px 0 0 0;
        overflow: auto;
        transition: all 0.2s;
        top: -100px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    #mmenu .menu {
        display: block;
    }

    #mmenu .menu > li {
        display: block;
    }

    #mmenu .menu > li > a {
        display: block;
        font-size: 20px;
        font-weight: bold;
        font-family: "Montserrat";
        color: #fff;
        line-height: 24px;
        padding: 32px 20px;
        border-bottom: solid 1px #333;
        position: relative;
    }

    #mmenu .menu > li > a:active {
        background-color: #0A4F9B;
    }

    #mmenu .menu > li > a > .fa {
        position: absolute;
        right: 20px;
        top: 32px;
        line-height: inherit;
        transition: all 0.1s;
        color: #F6C500;
    }

    .custom-pagination .c-next.disabled, .custom-pagination .c-prev.disabled
    {
        display: none;
    }
    .mheader-produtos-aberto #mmenu .menu > li > a.mmenu-produtos {
        background-color: transparent;
        color: #F6C500;
    }

    .mheader-produtos-aberto #mmenu .menu > li > a.mmenu-produtos > .fa {
        transform: scaleY(-1);
        color: #F6C500;
    }

    .mheader-produtos-aberto #mmenu .menu > li.li-produtos {
        background: rgb(9,78,154);
        background: linear-gradient(360deg, rgba(9,78,154,1) 0%, rgba(5,39,77,1) 100%);
    }

    #mmenu .mmfooter {
        padding: 22px 20px 45px 20px;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.8);
        font-size: 14px;
        line-height: 1.2em;
        position: relative;
        overflow: hidden;
    }


    #mmenu .mmfooter .contatos {
        position: relative;
        z-index: 1;
    }

    #mmenu .mmfooter .contatos li {
        margin: 0 0 25px 0;
    }

    #mmenu .mmfooter .contatos li a {
        display: inline-block;
    }

    #mmenu .mmfooter .contatos li a .fa,
    #mmenu .social .tcol a {
        color: #fff;
    }

    #header .header1 .tlinks.um img {
        transition: all 0.25s ease-out;
    }

    .scrolled #link-simulador-header {
        display: flex !important;
        align-items: center;
        justify-content: flex-start;
        height: 100%;
    }

    .scrolled #header .header1 .tlinks.um img {
        right: inherit;
        left: 71px;
    }

    #header .header1 .tlinks .tlink.com-borda {
        position: absolute;

        color: #000 !important;
        background: linear-gradient(180deg, #FFD119 0%, #F2B50E 100%);
    }


    #header .header1 .tlinks .tlink.com-borda:hover {
        color: #000 !important;
        background: linear-gradient(180deg, #F2B50E 0%, #FFD119 100%);
    }
    #mmenu .mmfooter:after {
        content: '';
        background: url(../img/logo-cinza.svg);
        opacity: 1;
        width: 262px;
        position: absolute;
        bottom: -150px;
        right: -80px;
        z-index: 0;
        height: 300px;
    }
    #mmenu .mmfooter .social {
        font-size: 20px;
        color: #0A4F9B;
    }

    #mmenu .mmfooter .col2 {
        white-space: nowrap;
    }

    #mmenu .mmfooter .chat {
        background: #222;
        padding: 15px;
        text-align: center;
        border-radius: 5px;
        display: block;
    }

    #mmenu .mmfooter .chat .diag-btn {
        display: inline-block;
        margin-bottom: 12px;
    }

    #mmenu .mmfooter .chat .legenda {
        font-size: 10px;
        line-height: 1.2em;
    }

    #mmenu .mmfooter .chat .l2 {
        font-size: 9px;
    }

    .main-app-download h5 {
        color: #094E9A;
    }

    #mmenu .header-produtos {
        visibility: visible;
        transform: none;
        border-top: none;
        opacity: 1;
        position: relative;
        left: auto;
        top: auto;
        border-bottom: solid 1px #333;
        overflow: hidden;
        height: 0;
        box-shadow: none;
    }

    .mheader-produtos-aberto #mmenu .header-produtos {
        height: auto;
        background: transparent;
    }

    #mmenu .header-produtos .produto {
        width: 155px;
        color: #000;
    }

    #mmenu .header-produtos .produto a {
        color: inherit;
    }

    body.modal-aberta {
        overflow: hidden;
    }

    .modal .modal-tbl {
        padding: 0;
    }

    .modal .modal-janela {
        overflow: hidden;
        min-height: 100vh;
    }

    .modal .modal-janela:after {
        display: none;
    }

    .modal .modal-janela > .x {
        padding: 5px;
    }

    .modal .modal-janela > .x:after {
        position: absolute;
        background: #074A8F;
        width: 100%;
        height: 100%;
        right: -15px;
        top: -15px;
        content: "";
        transform: rotate(45deg) scale(2.5);
        z-index: 4401;
    }

    .modal .modal-janela > .x .fa {
        position: relative;
        z-index: 4402;
        color: #fff;
    }

    .modal .modal-janela .modal-titulo {
        font-size: 24px;
    }

    .modal .col2 .box {
        padding: 20px;
    }

    .modal .sim-resumo {
        font-size: 12px;
        font-weight: bold;
        line-height: 20px;
        padding: 20px;
        cursor: pointer;
        border-bottom: solid 1px #e5e5e5;
        text-transform: uppercase;
        background: linear-gradient(to bottom, #f0f0f0 0%, #fff 100%);
        color: #0A4F9B;
    }

    .modal.resumo-aberto .sim-resumo {
        background: #0A4F9B;
        color: #fff;
        border-bottom: none;
    }

    .modal.resumo-aberto .sim-resumo .fa {
        transform: scaleY(-1);
    }

    .modal .col-resultado {
        border: none;
        overflow: hidden;
        background: #F0F0F0;
        padding: 15px;
        border-bottom: solid 1px #e5e5e5;
        border-top: none;
        display: none !important;
    }

    .modal.resumo-aberto .col-resultado {
        display: block !important;
        border: solid 2px #0A4F9B;
    }

    .modal .modal-janela .tblj > .col1 .sim-resultado-box {
        background: #fff;
        border: solid 1px #e5e5e5;
    }

    #resultados1 .col2 .slides.clone {
        display: none !important;
    }

    #sobre2 .depoimento {
        padding-left: 0;
        padding-right: 0;
    }

    #sobre2 .depoimento::before, #sobre2 .depoimento::after {
        width: 70px;
        height: 135px;
        background-size: 100% 100%;
    }

    #sobre2 .depoimento .dep-box {
        padding-left: 33px;
        padding-right: 33px;
    }

    #resultados1 .col2 .box-sorteio .tbl-bolas,
    #resultados1 .col2 .box-sorteio .tbl-sorteio {
        width: auto;
        min-width: 100%;
    }

    #resultados2 .proximas .proxima .data {
        font-size: 16px;
    }

    #contato1 .site-subtitulo,
    #contato3 .site-subtitulo {
        margin-bottom: 24px;
    }

    #footer1  .owl-carousel .owl-stage-outer {
        max-height: 108px;
    }
    #footer1 .f1btn {
        display: inline-block;
        color: #F4F4F4;
        font-size: 0.778em;
        white-space: nowrap;
        line-height: 1.786em;
        padding: 0.714em 0.857em;
        border-radius: 5px;
        border: solid 1px #F4F4F4;
        letter-spacing: 0.02em;
        text-transform: uppercase;
    }

    #footer1 .f1btn .fa {
        margin-left: 0.857em;
    }
    #contato3 .ctbl > .col2 {
        padding-top: 1em;
    }

    #faq .tbl-faq > .tcol {
        padding: 33px 0;
    }

    #faq .faq-lado h5 {
        margin-bottom: 10px !important;
    }

    #header .header-produtos .produto a {
        padding-top: 23px;
        padding-bottom: 18px;
    }

    #header .header-produtos .produto a .nome {
        margin-bottom: 5px;
    }

    .pg-sobre #header.header-site .hp h2 {
        font-weight: 500;
    }

    #sobre1 {
        padding-bottom: 0;
    }

    #sobre2 .depoimento .dep-box .nome:after {
        display: none !important;
    }

    #sobre2 .depoimento .dep-box .nome {
        border: none !important;
    }

    #sobre2 .depoimento .dep-box .nome > span {
        display: inline-block;
        transition: all 0.2s;
        font-weight: bold;
        font-size: 14px;
        border-bottom: 2px solid #F6C500;
        margin-bottom: 13px;
        padding-bottom: 10px;
    }

    #sobre2 .depoimento .dep-box:before {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .header1-placeholder {
        height: 55px;
    }

    .scrolled.menu-mobile-fixo #header .header1 {
        position: fixed;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    }

    .scrolled.menu-mobile-fixo #header .header1-placeholder {
        display: block;
        z-index: 1;
        pointer-events: none;
        display: block !important;
    }

    .btn-simulacao {
        border-radius: 0;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        /* color: #fff !important; */
        background: rgb(14, 94, 181);
        background: linear-gradient(180deg, rgba(14, 94, 181, 1) 0%, rgba(0, 60, 123, 1) 100%);
        background: #F2B50E;
        background: linear-gradient(180deg, #FFD119 0%, #F2B50E 100%);
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .pg-home .header2 .container .hp {
        max-width: 61%;
    }

    .pg-home #header.header-site .hp h1 {
        margin-bottom: 30px;
        line-height: 41px;
    }

    .pg-home #header .header2 {
        min-height: calc(100vh - 54px);
    }

    #contato5 .ctbl:before {
        display: none !important
    }
    #header .header1 .tlinks.um img {
        position: absolute;

        top: 11px;
        right: 11px;
    }

    #contato4 .servico {
        padding-top: 1em;
    }

    #contato4 .servico .img img {
        height: 183px;
    }

    .custom-pagination {
        width: 100% !important;
    }

    #home-linhas .shadow-text {
        display: none;
    }

    #home-linhas {
        display: none;
    }

    #home3 .slides .slide .htbl > .col1 .titulo1 .n {
        color: #e3e3e3;
    }

    #home3 .slides .slide .htbl > .col2 .foto .legenda {
        position: absolute;
        z-index: 10;
        right: 0;
        bottom: -2.5em;
        padding: 1.5em 3.7em 1.5em 0;
        text-align: left;
        color: #fff;
        width: 50%;
        background: rgb(9, 78, 154);
        background: linear-gradient(107deg, rgba(9, 78, 154, 1) 0%, rgba(1, 48, 100, 1) 100%);
    }

    #home3 .slides .slide .htbl > .col2 .foto .legenda:before {
        content: "";
        z-index: 150;
        position: absolute;
        left: -2.7em;
        top: 0;
        width: 5000px;
        height: 100%;
        border-radius: 4px;
        box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
        background: rgb(29, 29, 29);
        background: linear-gradient(137deg, rgba(29, 29, 29, 1) 0%, rgba(0, 0, 0, 1) 100%);
        background: rgb(9, 78, 154);
        background: linear-gradient(107deg, rgba(9, 78, 154, 1) 0%, rgba(1, 48, 100, 1) 100%);
    }

    #home3 .slides .slide .htbl > .col2:after {
        position: absolute;
        left: -30%;
        bottom: -7%;
        width: 136%;
        height: 90%;
        content: "";
        background: url(../img/mobile/bg-teste.png);
        background-size: cover;
        background-position: center;
    }

    #home3 {
        margin-bottom: 0;
    }

    #home3 .slides .slide {
        padding-bottom: 21px;
    }

    #home3 .dot-container {
        display: none;
    }

    #home3 .custom-pagination .c-prev {
        position: absolute;
        bottom: 99px;
        left: 80px;
    }

    #home3 .custom-pagination .c-next {
        position: absolute;
        bottom: 99px;
        left: 103px;
    }

    #home3 .custom-pagination .c-next,
    #home3 .custom-pagination .c-prev {
        background: url(../img/mobile/arrow-amarelo.svg) center center no-repeat;
        background-color: #094E9A;
        padding: 20px;
        border-radius: 3px;
    }

    #home3 .slides .slide .htbl > .col2 .foto .legenda .texto0 {
        white-space: nowrap;
    }

    #home3 .slides .slide .htbl > .col2 .foto .legenda .texto {
        width: 220px;
    }

    #main-app-mobile .foto {
        width: 100%;
        bottom: 0;
        background: url(../img/textura-azul.png);
        background-position: center;
        background-size: cover;
    }

    #main-app-mobile .foto img {
        margin-top: -60px;
    }

    #main-app-mobile .foto {
        margin-top: 70px;
    }

    #footer2 .simular a {
        float: initial;
        width: 100%;
        max-width: 100%;
    }
    #footer2 .app li a img {
        height: 52px;
    }

    #home1 .titulo1.f-eb {
        font-weight: bold !important;
    }
    .site-subtitulo {
        margin-bottom: 20px;
    }

    .btnchar {
        display: inline-block;
        line-height: 27px;
        width: 1.556em;
        width: 29px;
        border-radius: 0.9em;
        border: solid 1px #074A8F;
        color: #074A8F;
        margin-bottom: 1.444em;
        font-size: 22px;
    }

    #produtos-saiba .bg {
        display: none;
    }


    #faq .faq-lado .faq-menu li a:active,
    #faq .faq-lado .faq-menu li a.ativo,
    #faq .faq-lado .faq-menu li a:hover {
        color: #F2B50E;
    }
    .faq-main .titulo2.brd {
        font-size: 20px;
        text-transform: uppercase;
        border-bottom: none;
        padding-bottom: 0;
    }
    
    #faq .faq-main .faq li {
        border: solid 1px #D6D6D6;
    }

    #faq .faq-main .faq li .header h3 {
        font-size: 18px;
        font-weight: bold;
         line-height: inherit;
    }

    #faq .faq-main .faq li.aberto .resposta {
        padding: 20px;

        padding-top: 0.5em;
        padding-bottom: 1.5em;
    }

    #faq-ainda .bg {
        display: none;
    }

    #faq-ainda {
        background-size: cover;
        background-position: center;
        position: relative;
    }

    #faq-ainda:before {
        z-index: 1;
        position: absolute;
        content: "";

        background: rgb(16, 97, 188);
        background: linear-gradient(174deg, rgba(16, 97, 188, 1) 0%, rgba(1, 39, 80, 1) 100%);

        opacity: 0.45;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    #faq-ainda .foto {
        display: none;
    }

    #faq-ainda .info {
        z-index: 1;
        position: relative;
    }

    #faq-ainda .info .links.tbl.btn-finalx .tcol,
    #faq-ainda .info .links.tbl.btn-finalx .tcol a{
        width: 100% !important;
    }

    #faq-ainda .info .links a {
        background: transparent;
        border: 1px solid #fff;
    }
    #faq-ainda .info .links:not(.btn-finalx) a .fa {
        color: #F6C500;
    }
    #faq-ainda .info .links a:hover .fa {
        color: #000;
    }
    #faq-ainda .info p,
    #faq-ainda .info h2 {
        color: #fff;
    }

    #faq-ainda {
        margin: 0 !important;
    }
    #faq {
        padding-bottom: 30px;
    }
}

/* at� 374px */
@media (max-width: 374px) {

    .sim-resultado-box {
        font-size: 0.889em;
    }

    #contato5 .smarts-mobile {
        height: 300px;
    }

    #contato1 .et ul li {
        font-size: 13px;
    }

}

.scrolled #header .header1.nav-up {
    top: -105px !important;
}

@media (min-width: 768px) {

    .scrolled #header .header1 .logo img.logo-claro {
        display: none;
    }

    .scrolled #header .header1 .logo img.logo-claro {
        display: none;
    }

    .scrolled #header .header1 .logo img.logo-escuro {
        display: block;
    }

    .scrolled #header .header1 a,
    .scrolled #header .header1 .tlinks .tlink {
        color: rgb(112, 112, 112) !important;;
    }

    .scrolled #header .header1 .tlinks .tlink.com-borda {
        color: rgb(112, 112, 112);
        border-color: rgb(112, 112, 112);
    }

    .scrolled #header .header1 .tlinks .tlink.com-borda:hover {
        color: #fff !important;
        background: #0A4F9B;
        border-color: #0A4F9B;
    }

    #header .header1 {
        transition: all 0.2s;
        z-index: 9999;
    }

    .scrolled #header .header1 {
        position: fixed !important;
        box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
        top: -1px !important;
        background:#fff;
    }

    .scrolled #header {
        padding-top: 70px;
    }

    .scrolled #header .header-produtos {
        top: 69px;
        position: fixed;
    }

    .scrolled #header .header-produtos {
        top: 69px;
        position: fixed;
    }

    .scrolled.body-nav-up #header .header-produtos {
        top: -1px;
    }


    #simulador.full #sim-main .sim-barra-titulo .sim-titulo {
        margin-left: 6.5%;
    }
}

@media (max-width: 768px) {
    #header .header1 .logo img.logo-escuro {
        display: block !important
    }

    #header .header1 .logo img.logo-claro {
        display: none !important
    }
}
@media (min-width: 768px) {

    #resultados2 .custom-pagination {
        margin-right: 18px;
        text-align: right;
        justify-content: flex-end;
    }

    #resultados2 .custom-pagination .c-next,
    #resultados2 .custom-pagination .c-prev{
        position: absolute;
        top: 40%;
    }

    #resultados2 .custom-pagination .c-prev {
        left: 50px;
    }
}
@media (min-width: 1900px) {

    #resultados2 .proximas {
        max-width: 35vw;
    }
}

/*! HTML5 Boilerplate v4.3.0 - FINAL */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%
}

.hidden {
    display: none !important;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

@media (max-width: 320px)
{
    #home3 .slides {
        min-height: 142vh;
    }
}

.pg-produto .img-amarelo-top
{
    display: none !important;
}

.pg-construction.pg-produto .img-azul-top
{
    display: none !important;
}

.pg-construction.pg-produto #header .header-produto .hptbl > .col1 .titulo1,
.pg-construction.pg-produto #header .header-produto .hptbl > .col1 p
{
    color: #000;
}

.pg-construction.pg-produto .img-amarelo-top
{
    display: inline-block !important;
}

.pg-construction.pg-produto #header .header-produto .site-subtitulo
{
    color: #353535;
}

.pg-construction.pg-produto #header:before
{
    background: url(../img/icon-amarelo.svg) center right;
    background-size: cover;
}

.pg-construction.pg-produto #header
{
    background: linear-gradient(170deg, #FFFBD9 0%, #FFF491 50%, #F6C500 100%) !important;
}

.pg-construction #header .produtos-slider .slide:after
{
    background: #0A0D10;
    opacity: 0.65;
}

.pg-construction #simulador.full #sim-main .sim-barra-titulo .sim-titulo
{
    color: #000;
}

.pg-construction #produtos-sobre .owl-carousel .owl-nav > button:after
{
    background: #F6C500;
}

.pg-construction #produtos-sobre .owl-carousel .owl-nav > button .fa
{
    color: #000;
}

.pg-construction #produtos-sobre .custom-pagination .c-dot
{
    border: 1px solid rgba(246, 197, 0, 0.5);
    color: rgba(246, 197, 0, 0.5);
}

.pg-construction #produtos-sobre .custom-pagination .c-dot.active
{
    border: 1px solid #f6c500;
}

.assembleia-resultado.loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}


.loading-text {
    text-align: center;
    color: #000;
    font-size: 1.1em;
    margin-top: 120px;
    z-index: 99999 !important;
}


