* {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    color: #292d30;
}

.line {
    width: 100%;
    display: block;
    position: relative;
}

.check-li {
    background-image: url('../img/check.svg');
    width: 100%;
    height: 100%;
    margin-right:5px;
}
ul li {
    text-align : left!important;
    margin-top:7px;
    margin-left:30px;
}
.texto-mini p {
    text-align: center;
    vertical-align: middle;
    float: none;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    line-height: 30px;
    font-weight: normal;
    margin-top:5px;
}
a,
a:hover {
    text-decoration: none !important;
}

#navbar-out {
    display: none;
}

section.call-first .container .text-call img {
    height: auto;
}

section.call-first .container .text-call .downloads a.download-apple,
section.call-first .container .text-call .downloads a.download-google {
    color: #FFF;
    width: 200px;
    height: 60px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    float: left;
    padding: 10px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

section.call-first .container .text-call .downloads a.download-apple i,
section.call-first .container .text-call .downloads a.download-google i {
    color: #FFF;
    font-size: 40px;
    margin-right: 10px;
}

section.call-first .container .text-call .downloads a.download-apple {
    background: #23438cba;
    border: 1px solid #ffffffba;
}

section.call-first .container .text-call .downloads a:hover.download-apple {
    color: #083461cc;
    background: none;
    border: 1px solid #083461cc;
}

section.call-first .container .text-call .downloads a.download-google {
    background: #23438cba;
    border: 1px solid #ffffffba;
}

section.call-first .container .text-call .downloads a:hover.download-google {
    color: #ffffff;
    background: none;
    border: 1px solid #ffffff;
}


section.call-first .container .text-call .downloads a.download-apple p,
section.call-first .container .text-call .downloads a.download-google p {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: 5px;
    line-height: 16px;
	vertical-align: middle;
}

section.call-first .container .text-call .downloads a.download-apple p span,
section.call-first .container .text-call .downloads a.download-google p span {
    font-size: 13px;
    color: #FFF;
}

a.cadastre-link,
button.call-action {
    text-transform: uppercase;
}

span.important {
    color: #ec1b23;
    font-size: 18px;
}

input[type=text], input[type=email], select, textarea {
    width: 100%;
    border: 1px solid #777;
    background: none;
    height: 57px;
    padding: 0px 15px;
    margin-bottom: 20px;
    color: #222222;
    font-size: 18px;
    outline: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

input[type=text].noempty, input[type=email].noempty, select.noempty, textarea.noempty {
    border-color: #2fbd00;
}

input[type=checkbox] {
    position: relative !important;
    margin-right: 15px;
    cursor: pointer;
    display: inline;
}

input[type=checkbox]:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: url(../img/check.png);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

input[type=checkbox] + label {
    font-size: 18px;
    font-weight: normal;
    color: #222;
    position: relative;
    top: 3px;
    cursor: pointer;
    display: inline;
}

input[type=checkbox]:checked:after {
    background: url(../img/checked.png);
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(../img/arrow-select.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    position: relative;
    z-index: 9;
}

img-responsive2 {
    position: relative;
    top: auto;
    max-width: 130%;
    height: auto;
    left: 0px;
}

select + label {
    right: 1px;
    top: 1px;
    height: 55px;
    width: 50px;
    background: #000;
    position: absolute;
    z-index: 4;
    /*background: url(../img/arrow-select.png);*/
    background-color: #FFF;
    background-position: center center;
    background-repeat: no-repeat;
}

textarea {
    padding: 10px 15px;
    height: 200px;
}

:-webkit-input-placeholder {
 color: #222222;
}

:-moz-placeholder {
 color: #222222;
}

::-moz-placeholder {
 color: #222222;
}

:-ms-input-placeholder {  
 color: #222222;
}

section a.call-action,
section button.call-action,
section input[type="submit"].call-action {
    padding: 15px 30px;
    display: inline-block;
    color: #f6f9f5;
    font-weight: 500;
    font-size: 18px;
    border: none;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 40px;
    background: #67ad0b;
}

section a.call-action:hover,
section button.call-action:hover,
section input[type="submit"].call-action:hover{
    background: #ffffff;
    color: #083461cc;
}


section.contato input[type="text"], section.contato input[type="email"], textarea{
    margin-bottom: 0px !important;
}
section.contato .line{margin-bottom: 10px;}

img.alignleft {
    float: left;
    margin-right: 20px;
}

h2 {
    width: auto;
    display: inline-block;
    font-weight: 500;
    font-size: 40px;
    color: #083461cc;
    position: relative;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}

h6 {
    width: auto;
    display: inline-block;
    font-weight: 500;
    font-size: 25px;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}

h2:before {
    bottom: -20px;
    height: 3px;
    width: 70%;
    left: 15%;
    position: absolute;
    background: #083461cc;
    content: '';
}

header {
    background: #021525e0;
    height: 70px;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 5;
}

header .logo img {
    width: 260px; 
    margin-top: 7px;
    height: 60px;
}

header ul.menu-site {
    width: auto;
    height: 83px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

header ul.menu-site li {
    float: left;
    width: auto;
    height: 83px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
}

header ul.menu-site li:before {
    background: #337ab700;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    content: '';
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 19;
}

header ul.menu-site li.active:before {
    background: #ffffff;
}

header ul.menu-site li a {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 83px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 13px;
    padding: 0px 9px;
}

header ul.menu-site li,
header ul.menu-site li:hover,
header ul.menu-site li:focus,
header ul.menu-site li:hover a,
header ul.menu-site li a:focus
header ul.menu-site li a,
.nav > li > a:hover,
.nav > li > a:focus {
    background: none !important;
    background-color: inherit !important;
}

header ul.menu-site li.cadastre a span {
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #083461cc;
    display: inline;
    width: 100%;
    padding: 12px 16px;
    font-weight: bold;
    border: 1px solid #FFF;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

header ul.menu-site li.cadastre:hover a span {
    background: none;
    color: #FFF;
}

header ul.menu-site .cadastre  {
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #083461cc;
    display: inline;
    width: 100%;
    padding: 12px 16px;
    font-weight: bold;
    border: 1px solid #FFF;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

header ul.menu-site .cadastre:hover {
    background: none;
    color: #FFF;
}


header ul.menu-site li a i {
    color: #FFF;
    font-size: 20px;
    margin: 0px 10px;
}

section.call-first {
    background: url(../img/topo.jpg);
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding-top: 385px;
}

section.call-first:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fcf8e300;
    opacity: 0.70;
    filter: alpha(opacity =70);
    z-index: 1;
    margin-top: 70px;
}

section.call-first .container {
    position: relative;
    z-index: 2;
}

section.call-first .container .text-call {
    color: #FFF;
    /*padding: 180px 0px 160px;*/
	padding: 110px 0px 160px;
}

section.call-first .container .text-call p {
    font-weight: 300;
    font-size: 22px;
    color: #FFF;
    position: relative;
    top: 10px;
}

section.call-first .container .text-call p strong {
    font-weight: bold;
    color: #FFF;
}

section.call-first .container .text-call h3 {
    font-weight: 100;
    font-size: 23px;
    width: 100%;
    display: block;
    float: left;
    padding: 20px 0px 10px;
}

section.call-first .container .text-call .downloads a {
    width: auto;
    height: auto;
    float: left;
    margin-right: 15px;
}

section.call-first .container .images {
    position: relative;
    z-index: 3;
}

section.call-first .container .images img {
    position: absolute;
    right: 0px;
    top: 140px;
    z-index: 4;
}

section.call-first .container .images img.front {
    z-index: 5;
    right: 240px;
    top: 280px;
}

section.call-two {
    background: #083461cc;
    padding: 30px 0px;
}

section.call-two p {
    margin: 0px;
    padding: 0px;
    color: #FFF;
    font-weight: 300;
    font-size: 21px;
}

section.call-two p strong {
    color: #FFF;
}

section.call-two a {
    padding: 15px 30px;
    display: block;
    float: right;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    border: 1px solid #ffffff;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 20px;
}

section.call-two a:hover {
    background: #ffffff;
    color: #083461cc;
}

section.quem-somos {
    background: url(../img/fundo-quem-somos.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding: 50px 0px;
}

section.quem-somos:before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #FFF;
    opacity: 0.80;
    content: '';
    filter: alpha(opacity =80);
}

section.quem-somos .container {
    position: relative;
    z-index: 2;
}

section.quem-somos .container .image {
    padding-top: 50px;
}

section.quem-somos .container .image img {
    width: 70%;
    max-width: 250px;
    min-width: 80px;
    height: auto;
}

section.quem-somos .container p {
    margin: 30px 0px 0px;
    font-weight: normal;
    color: #292d30;
    font-size: 22px;
    float: left;
}

section.quem-somos .container p strong {
    color: #292d30;
}

section.quem-somos .container .text-quem-somos {
    padding-bottom: 50px;
}

section.quem-somos .container .text-quem-somos .owl-controls {
    width: 100%;
    position: relative;
}

section.quem-somos .container .text-quem-somos .owl-controls .owl-dots {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -25px;
}

section.quem-somos .container .text-quem-somos .owl-controls .owl-dots .owl-dot {
    width: 21px;
    height: 21px;
    border: 1px solid #083461cc;
    margin: 0px 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    float: left;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

section.quem-somos .container .text-quem-somos .owl-controls .owl-dots .owl-dot.active {
    background: #083461cc;
}

section.aplicativo {
    padding: 50px 0px 110px;
}

section.aplicativo .app {
    padding-top: 50px;
}

section.aplicativo .app p {
    font-size: 21px;
    font-weight: 300;
}

section.aplicativo .vantagens {
    padding: 10px 0px;
}

section.aplicativo .vantagens h4 {
    font-size: 40px;
    color: #083461cc;
    font-weight: normal;
    margin-bottom: 30px;
}

section.aplicativo .vantagens a {
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    background: #083461cc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: 175px;
    height: 56px;
    line-height: 56px;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: 2px;
}

section.aplicativo .vantagens a:hover {
    text-decoration: none;
    background: #ffffff;
    color: #083461cc;
}

section.aplicativo .vantagens ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    display: block;
}

section.aplicativo .vantagens ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    display: block;
    background: url(../img/check.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: normal;
    color: #292d30;
    margin: 5px 0px;
}

section.aplicativo .vantagens .image {
    position: relative;
	justify-content: center;
	display: flex;
	top: 0px
}

section.aplicativo .vantagens .image img {
    position: absolute;
    left: -40px;
    top: -0px;
}

section.versao-web {
    background: url(../img/versao-web.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding: 50px 0px 0px;
}

section.versao-web .text-versao-web {
    padding-top: 50px;
}

section.versao-web .text-versao-web p {
    font-size: 21px;
    font-weight: 300;
}

section.versao-web .screen-web {
    text-align: center;
    position: relative;
	
}

section.versao-web .screen-web img {
    max-width: 120%;
    height: auto;
    display: inline-block;
	display: table;
    margin: 0 auto;
}

section.versao-web .screen-web .screen-inside {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    text-align: center;
}

section.versao-web .screen-web .screen-inside img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

section.recursos {
    padding: 50px 0px;
}

section.recursos .subtitle {
    padding-top: 50px;
}

section.recursos .subtitle p {
    font-weight: normal;
    font-size: 21px;
}

section.recursos .administradora h4 {
    width: 100%;
    display: block;
    color: #083461cc;
    font-size: 40px;
    font-weight: normal;
    margin: 30px 0px 20px;
}

section.recursos .administradora .text-center img {
    width: 80%;
    height: auto;
    display: inline-block;
}

section.recursos .administradora ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-top: 30px;
}

section.recursos .administradora ul li {
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
    color: #292d30;
    font-size: 18px;
    padding: 25px 0px;
    position: relative;
}

section.recursos .administradora ul li:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background: #083461cc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    right: -40px;
    top: 50%;
    margin-top: -5px;
}

section.recursos .administradora ul li:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #083461cc;
    right: -36px;
    top: 0%;
    margin-top: 5px;
}

section.recursos .administradora .options2 ul li:before,
section.recursos .administradora .options3 ul li:before {
    height: 100%;
}

section.recursos .administradora .options3 .text-right ul li:nth-child(2):before {
    height: 86%;
}

section.recursos .administradora ul li:first-child:before {
    top: 50%;
}
section.recursos .administradora ul li:last-child:before {
    top: -50%;
}

section.recursos .administradora .text-left ul li:after {
    right: auto;
    left: -40px;
}

section.recursos .administradora .text-left ul li:before {
    right: auto;
    left: -36px;
    height: 100%;
}

section.recursos .administradora .options2 .text-left ul li:before {
    /* height: 113%; */
}

section.recursos .administradora .text-left ul li:first-child:before {
    margin-top: 0px;
}

section.recursos .administradora .recursos-slider {
    position: relative;
}

section.recursos .administradora .recursos-slider .owl-controls {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    visibility: visible !important;
    display: block !important;
    z-index: 20;
}

section.recursos .administradora .recursos-slider .owl-controls .owl-prev {
    position: absolute;
    left: -115px;
    visibility: visible !important;
    display: block !important;
    top: 260px;
    margin-top: -35px;
    z-index: 20;
}

section.recursos .administradora .recursos-slider .owl-controls .owl-next {
    position: absolute;
    right: -115px;
    visibility: visible !important;
    display: block !important;
    top: 260px;
    margin-top: -35px;
    z-index: 20;
}

section.valores {
    background: url(../img/versao-web.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding: 50px 0px;
}

section.valores .legend {
    padding-top: 50px;
}

section.valores .legend p {
    font-size: 21px;
    font-weight: 300;
}

section.valores .legend .precos {
    margin-top: 30px;
}

section.valores .legend .precos img {
    height: 75px;
}

section.valores .legend .precos .box {
    background: #FFF;
    border: 1px solid #777777;
    width: 100%;
    float: left;
    padding: 20px 0px;
    height: auto;
    position: relative;
    overflow: hidden;
}

section.valores .legend .precos .box:before {
    content: '';
    width: 100%;
    left: 0px;
    bottom: 0px;
    height: 10px;
    background: #083461cc;
    position: absolute;
    -moz-appearance: none;
    appearance: none;
}

section.valores .legend .precos .box .valor {
    border-bottom: 10px solid #ffffff;
    padding: 3px;
}

section.valores .legend .precos .box .valor h3 {
    font-size: 45px;
    font-weight: bold;
}

section.valores .legend .precos .box .valor h4 {
    font-size: 22px;
    font-weight: normal;
    background:#292d30;
    color:#ffffff;
    padding:7px;
    -moz-border-radius:33px;
    -webkit-border-radius:33px;
    border-radius:33px;
}

section.valores .legend .precos .box .texto {
    height: 120px;
    margin: 15px 0px;
    display: table;
    margin-left: 8.33333333%;
}

section.valores .legend .precos .box .texto p {
    text-align: left;
    vertical-align: middle;
    float: none;
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    margin-top:7px;
}

section.valores .cadastrese a {
    padding: 15px 30px;
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    border: none;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 40px;
    background: #083461cc;
}

section.valores .cadastrese a:hover {
    background: #ffffff;
    color: #083461cc;
}

section.valores .table-novos-valores tbody tr td p{ text-align: left; font-size: 18px; }
section.valores .table-novos-valores tbody tr.sub td p{margin-left: 10px;}

section.valores .table-novos-valores tbody tr td.gold{  }
/*section.valores .table-novos-valores tbody tr td.platinum{background: rgba(204,204,204,0.10)}*/
section.valores .table-novos-valores tbody tr td.diamond{}

section.valores  .table-novos-valores h3 {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
}

section.valores .table-novos-valores h4 {
    font-size: 22px;
    font-weight: normal;
    /*background:#292d30;*/
    color:#000;
    padding:7px;
    -moz-border-radius:33px;
    -webkit-border-radius:33px;
    border-radius:33px;
    text-align: center;
}



section.valores .table-novos-valores tbody tr td p{ text-align: left; font-size: 18px;padding: 4px;margin: 0px; }
section.valores .table-novos-valores tbody tr.sub td p{margin-left: 30px;}

section.valores .table-novos-valores tbody tr td i{
    background: url(../img/check-mark.png) no-repeat center center;
    background-size:  16px;
    width: 16px;
    height: 16px;
    display: table;
    margin:  6px auto;
}

section.valores .table-novos-valores{border: none !important;}
section.valores .table-novos-valores:before{display: none;}
section.valores  .table-novos-valores h3 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

section.valores .table-novos-valores h4 {
    font-size: 22px;
    font-weight: normal;
    padding:7px;
    -moz-border-radius:33px;
    -webkit-border-radius:33px;
    border-radius:33px;
    text-align: center;
}


section.cadastre-se {
    padding: 50px 0px;
}

section.cadastre-se .legend {
    padding-top: 50px;
}

section.cadastre-se .legend p {
    font-size: 21px;
    font-weight: 300;
}

section.cadastre-se .form {
    margin-top: 30px;
}

section.cadastre-se .form button.call-action {
    margin-top: 20px;
}

section.cadastre-se .form .checkbox-field {
    padding-top: 12px;
}

section.contato {
    background: url(../img/versao-web.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding: 50px 0px;
}

section.contato .legend {
    padding-top: 50px;
}

section.contato .legend p {
    font-size: 21px;
    font-weight: 300;
}

section.contato .form {
    margin-top: 30px;
}

section.contato .form button.call-action {
    margin-top: 0px;
}

section.contato .duvidas p {
    font-size: 18px;
    font-weight: 300;
    color: #4b4b4b;
    margin-bottom: 25px;
    line-height: 28px;
}

section.contato .duvidas p strong {
    color: #4b4b4b;
}

section.contato .duvidas p.endereco {
    font-size: 20px;
    font-weight: normal;
    color: #292d30;
}

section.contato .duvidas p.email {
    font-size: 21px;
    font-weight: normal;
    color: #292d30;
}

section.contato .duvidas p.telefone {
    font-size: 36px;
    font-weight: bold;
    color: #083461cc;
}

section.contato .duvidas i {
    float: left;
    margin-right: 15px;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 20px;
    text-align: right;
}

section.contato .duvidas i.icon-email {
    font-size: 16px;
}

section.contato .redes a {
    text-decoration: none;
}

section.contato .redes a i {
    color: #083461cc;
    font-size: 45px;
    margin-right: 5px;
}

footer .blue {
    padding: 15px 0px;
    background: #02101f;
    height: 60px;
}

footer .blue p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
    width: auto;
    display: inline-block;
    min-width: 300px;
}

footer .blue .logo {
    max-height: 40px;
    margin-right: 10px;
    display: inline-block;
    top: -3px;
    position: relative;
}

footer .blue .inter {
    display: inline;
    max-height: 38px;
    width: auto;
    max-width: 110px;
    margin-left: 0px;
    position: relative;
    top: 0px;
}

footer .blue a {
    padding: 15px 30px;
    display: block;
    float: right;
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
    margin: 6px;
    /* font-size: 18px; */
    border: 1px solid #ffffff;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    top: -10px;
}

footer .blue a:hover {
    background: #ffffff;
    color: #083461cc;
}

footer .copy {
    padding: 10px 0px;
}

footer .copy p {
    font-weight: normal;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 2px;
}

footer .copy img {
    display: inline-block;
    max-height: 25px;
    margin-top: 0px;
    width: auto;
}



.backdrop {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.85;
    filter: alpha(opacity =85);
    z-index: 10;
    display: none;
}

.modal-inter {
    max-width: 900px;
    width: 90%;
    height: 90%;
    position: fixed;
    top: 5%;
    background: #FFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    z-index: 11;
    left: 50%;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
    display: none;
}

.modal-inter .header {
    padding: 15px 20px;
    background: #083461cc;
    position: relative;
}

.modal-inter .header a {
    position: absolute;
    right: 20px;
    top: 10px;
}

.modal-inter .header a i {
    color: #FFF;
    font-size: 32px;
}

.modal-inter .header h3 {
    margin: 0px;
    padding: 0px;
    color: #FFF;
}

.modal-inter .content {
    padding: 20px;
    height: 82%;
    height: calc(100% - 56px);
    overflow: auto;
}

.modal-inter .content .termos {
    height: 100%;
    color: #292d30;
    overflow: auto;
    padding-right: 15px;
}

.modal-inter .content .termos::-webkit-scrollbar {
    width: 8px;
}

.modal-inter .content .termos::-webkit-scrollbar-track {
    background: #d2d2d2;
}

.modal-inter .content .termos::-webkit-scrollbar-thumb {
    background: #083461cc;
}

.modal-inter .content .termos span {
    font-size: 13px;
    color: #292d30;
    padding-bottom: 20px;
    float: left;
    width: 100%;
}

.modal-inter .content .termos p {
    font-size: 16px;
    color: #292d30;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}

.modal-inter .content .termos h3 {
    font-size: 18px;
    color: #292d30;
    padding-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: bold;
}

.modal-inter .content .termos ol {
    padding-left: 40px;
}

.modal-inter .content .termos ol li {
    font-size: 16px;
    color: #292d30;
    padding-bottom: 15px;
    float: left;
    width: 100%;
}

.modal-inter .header a.close-modal{
    border: none;
    top: -12px;
    right: 0px;
}
.modal-inter .header a.close-modal:hover{
    background: none;
}


.table-mobile{display: none;}
.table-mobile a{display: table; width: 100%; color: #000;}
.table-mobile a div{height: 120px;}
.table-mobile a .divtexto h3,.table-mobile a .divtexto h4{text-align: left !important; margin-left: 20px;}
.table-mobile a .divtexto{ float: left; width:80%;}
.table-mobile a .icone{float: right; width: 20%; position: relative;}
.table-mobile a .icone div{

    font-size: 26px;
    border: solid 1px #000;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 30px;
    top: 36px;
}
.table-mobile .subrecursos{display: none;}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    header ul.menu-site li a {
        font-size: 13px;
        padding: 0px 5px;
    }

    section.call-two p {
        font-size: 19px;
    }

    section.aplicativo .vantagens .image img {
        left: -130px;
    }

    section.valores .legend .precos .box .valor h3 {
        font-size: 32px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    header ul.menu-site li a {
        font-size: 12px;
        padding: 0px 3px;
    }

    header ul.menu-site li a i {
        font-size: 14px;
    }

    header ul.menu-site li.cadastre a span {
        padding: 10px 10px;
    }

    header .logo {
        padding: 0px;
    }

    header .logo img {
        width: 100%;
        height: auto;
        margin-top: 28px;
    }

    section.call-two p {
        font-size: 16px;
    }

    section.call-two a {
        font-size: 16px;
    }

    section.quem-somos .container p {
        font-size: 20px;
    }

    section.aplicativo .vantagens .image img {
        left: -240px;
    }

    section.recursos .administradora ul li {
        font-size: 14px;
        padding: 15px 0px;
    }

    section.valores .legend .precos .box .texto p {
        font-size: 14px;
        line-height: 24px;
    }

    section.call-first .container .text-call p {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

    header {
        overflow: inherit;
    }

    header button.navbar-toggle {
        position: absolute;
        top: -53px;
        right: -15px;
    }

    header button.navbar-toggle .icon-bar {
        background: #FFF;
    }

    header #navbar {
        display: none;
    }

    #navbar-out {
        position: fixed;
        background: #000;
        height: 100%;
        height: calc(100% - 83px);
        left: -100%;
        display: block;
        top: 82px;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        z-index: 30;
        width: 100%;
        padding: 0px;
    }

    #navbar-out.in {
        left: 0px;
    }

    #navbar-out .nav.navbar-nav {
        margin: 0px;
        float: left;
        width: 100%;
        padding: 0px;
    }

    #navbar-out .nav.navbar-nav > li {
        color: #FFF;
        border-bottom: 1px solid #FFF;  
    }

    #navbar-out .nav.navbar-nav > li.active {
        border-bottom-color: #ffffff;
    }

    #navbar-out .nav.navbar-nav > li a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #navbar-out .nav.navbar-nav > li a,
    #navbar-out .nav.navbar-nav > li a i {
        color: #FFF;
        text-transform: uppercase;
    }

    #navbar-out .nav.navbar-nav > li.cadastre {
        background: #FFF;
    }
    #navbar-out .nav.navbar-nav > li#menu-item-18 {
        background: #FFF;
    }

    header ul.menu-site li:first-child {
        display: none;
    }

    header ul.menu-site li {
        width: 100%;
        /*border*/
        border: none;
        padding: 0px;
        height: 45px;
    }

    header ul.menu-site li a {
        padding: 0px;
        line-height: 45px;
        height: 40px;
        padding: 0px 15px;
    }

    header ul.menu-site li.cadastre {
        background: #FFD;
    }

    header ul.menu-site li.cadastre a span {
        padding: 0px;
        background: none;
        border: none;
    }

    header ul.menu-site li.cadastre:hover a span {
        color: #000;
    }

    section.call-first .container .text-call {
        padding: 50px 0px;
        text-align: center;
    }

    section.call-first .container .text-call > img {
        float: none;
        display: inline-block;
        margin: 0px;
        padding: 0px;
    }

    section.call-first .container .text-call > p {
        width: 100%;
        float: center;
        font-size: 20px;
    }

    section.call-first .container .text-call h3 {
        font-size: 18px;
    }

    section.call-first .container .downloads {
        width: 100%;
        float: left;
        display: block;
        text-align: center;
    }

    section.call-first .container .text-call .downloads a.download-google,
    section.call-first .container .text-call .downloads a.download-apple {
        text-align: left;
        float: none;
        margin: 0px 10px;
        display: inline-block;
    }

    section.call-two p {
        text-align: center;
        font-size: 18px;
    }

    section.call-two a {
        width: 100%;
        text-align: center;
    }

    section.aplicativo .app p {
        font-size: 18px;
    }

    section.quem-somos .container p {
        font-size: 18px;
    }

    section.aplicativo .vantagens .image img {
        position: relative;
        top: auto;
        max-width: 130%;
        height: auto;
        left: 0px; 
    }

    section.aplicativo {
        padding-bottom: 20px;
    }

    section.aplicativo .vantagens a {
        width: 100%;
        text-align: center;
        font-size: 16px;
    }

    section.valores .legend .precos .box {
        margin-bottom: 20px;
    }

    section.valores .cadastrese a,
    section.cadastre-se .form button.call-action {
        width: 100%;
        font-size: 16px;
    }

    section.contato .form button.call-action {
        width: 100%;
        margin-bottom: 30px;
        font-size: 16px;
    }

    footer .blue {
        height: auto;
    }

    footer .blue a {
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }

    footer .blue p {
        min-width: 270px;
    }

    section.recursos .administradora ul li:before,
    section.recursos .administradora ul li:after {
        display: none !important;
    }

    section.recursos .administradora ul li {
        padding: 5px 0px;
        text-align: center !important;
        font-size: 16px;
    }

    section.recursos .administradora .recursos-slider .owl-controls .owl-next,
    section.recursos .administradora .recursos-slider .owl-controls .owl-prev {
        top: 10px;
        right: auto;
        left: 50%;
        background: none;
        padding: 8px;
        height: 40px;
        margin: 0px;
    }

    section.recursos .administradora .recursos-slider .owl-controls .owl-prev {
        margin-left: -40px;
    }

    section.recursos .administradora .recursos-slider .owl-controls .owl-next img,
    section.recursos .administradora .recursos-slider .owl-controls .owl-prev img {
        width: 15px;
        height: auto;
        margin: 0px 10px;
    }

    section.recursos .administradora h4 {
        margin-top: 70px;
        font-size: 30px;
    }

    section.call-first .container .images {
        min-height: 270px;
    }

    section.call-first .container .images img {
        width: 200px;
        top: 20px;
    }

    section.call-first .container .images img.front {
        width: 120px;
        top: 120px;
        right: 150px;
    }

    section.valores .legend .precos .box .valor h3 {
        font-size: 35px;
    }

    section.valores .legend .precos .box .texto p {
        line-height: 22px;
        font-size: 15px;
    }

    h2 {
        font-size: 35px;
    }

    section.contato .duvidas p.telefone {
        font-size: 20px;
    }

    section.contato .duvidas p,
    section.contato .duvidas p.endereco {
        font-size: 16px;
    }

    section.contato .duvidas p.endereco {
        font-size: 14px;
    }

    section.contato .duvidas p.email {
        font-size: 16px;
    }

    section.valores .legend p,
    section.cadastre-se .legend p,
    section.contato .legend p {
        font-size: 18px;
    }

    .table-novos-valores{display: none;}
    .table-mobile{display: table;}

}

@media screen and (min-width: 768px) {
    .navbar-collapse.collapse#navbar-out {
        display: none !important;
    }

    .navbar-collapse.collapse {
        padding: 0px !important;
    }

    header ul.menu-site li.cadastre.active:before {
        display: none;
    }
}

form label.error {
    color: red;
    font-size: 11px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.message-validation {
    text-align: center;
    padding: 0px 15px;
    width: 100%;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    height: auto;
    margin-bottom: 30px;
}

.message-validation.success {
    background: #008a12;
}

.message-validation.error{
    background: #8a0000;
}

.message-validation p {
    color: #FFF;
    font-size: 14px;
    padding: 15px 0px;
    height: auto;
    font-weight: bold;
    margin: 0px;
}


.wpcf7-validation-errors{
    border: none !important;
    background: #8a0000;
    color: #FFF;
}

.wpcf7-mail-sent-ok{
    background: #008a12;
    color: #FFF;
}