/*

SISNEO Template

*/

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.tm-white a {
    color: #fff;
}
/* start h1 group */

h1 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 46px;
}
h1,
h2,
h3,
h4 {
    font-family: 'Oswald', sans-serif;
}
/* end h1 group */

p {
    line-height: 1.6em;
}
/* img */

img {
    max-width: 100%;
    height: auto;
}
/* img */
/* overlay */

.overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    padding-top: 50px;
    /* padding-bottom: 90px; */
}
/* over lay */
/* misc */

.alt-logo {
    display: none;
    position: absolute;
    left: 20px;
    z-index: 0;
    background-color: #fff;
}
ol {
    padding: 0;
    margin: 0 0 12px 25px
}
ol li {
    line-height: 2em
}
/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* inline-block space fix */
    margin-right:-4px;
}
/* start page container */

.container {
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 700px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 900px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}
/* end page container */
/* start preloader */

.preloader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    /*justify-content: center;*/

    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
}
.sk-spinner-rotating-plane.sk-spinner {
    width: 30px;
    height: 30px;
    background-color: #5c98a8;
    margin: 0 auto;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
/* end preloader */
/* start navigation */

.navbar-default {
    background: #fff;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    margin: 0!important;
}
.navbar-default .navbar-brand {
    color: #5c98a8;
    font-size: 30px;
    font-weight: bold;
    height: 70px;
    line-height: 35px;
}
.navbar-default .nav li a {
    color: #666;
    font-size: 13px;
    font-weight: bold;
    height: 70px;
    line-height: 40px;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu a {
    height: 44px !important;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus,
.navbar-default .nav li a.current,
.navbar-default .nav li a.active {
    color: #5c98a8;
}
.navbar-default .navbar-toggle {
    border: none;
    padding-top: 20px;
}
.navbar-default .navbar-toggle .icon-bar {
    background: #5c98a8;
    border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent
}
/* end navigation */
/* start home */

#home {
    background: url('../images/home-bg.jpg') no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: 70px;
    text-align: center;
    width: 100%;
}
#home p {
    font-weight: 400;
    font-style: italic;
    line-height: 2em;
    font-size: 17px;
}
#home img {
    display: inline-block;
    margin-top: 30px;
}
/* end home */
/* start divider */

#divider {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f8f8f8;
}
#divider .fa {
    color: #5c98a8;
    font-size: 60px;
}
#divider h3 {
    font-size: 20px;
}
/* end divider */
/* start modules */

#module1,
#module2 {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f8f8f8;
    margin-top: 25px;
}
#module1 .fa,
#module2 .fa {
    color: #5c98a8;
    font-size: 60px;
}
#module1 h3,
#module2 h3 {
    font-size: 20px;
}
.mod-lab {
    color: #174171;
}
.mod-lab-back {
    background-color: #174171 !important;
}
.mod-mon-back {
    background-color: #006571 !important;
}
.mod-lab-back .col-md-4,
.mod-mon-back .col-md-4 {
    margin-bottom: 25px;
}
.mod-lab-back h4,
.mod-mon-back h4 {
    color: #fff !important;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}
.mod-lab-back ul,
.mod-mon-back ul {
    padding-left: 18px;
}
.mod-lab-back li,
.mod-mon-back li {
    color: #e3e6ea !important;
    font-size: 13px;
    padding-bottom: 9px;
    text-align: left;
}
.mod-mon {
    color: #006571;
}
.box-modulos p {
    color: #333;
}
.box-modulos:hover .templatemo-box {
    border: 1px solid #d4d4d4;
    background: #e6e6e6;
}
/* end modules */
/* start feature */

#feature {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 35px;
}
#feature h4 {
    margin-top: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
#feature p {
    padding-top: 10px;
}
#feature span {
    float: left;
}
#feature .btn {
    margin-bottom: 15px;
    border-radius: 4px;
}
#feature .fa {
    background: #5c98a8;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 20px;
}
#feature .icones-implantacao {
    font-weight: bold;
    float: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
#feature .link-to-icon {
    background: none;
    color: #333;
}
#feature .icon-fluxo {
    background: none;
    color: #fff;
    margin-right: 5px;
    width: auto;
    height: auto;
    line-height: normal;
    font-size: 20px;
    vertical-align: middle;
}
#feature .botoes-adesao {
    padding: 12px 24px;
}
#feature .botoes-adesao a {
    width: 100%;
}
.agree-terms {
    font-size: 20px;
}
#agree {
    width: 18px;
    height: 18px;
}
.confirmar-adesao {
    height: 50px;
    transition: all 0.3s ease;
}
#feature .col-md-6 {
    padding-right: 10px;
    padding-left: 10px;
}
.etapas-processo {
    background: #efefef;
}
.etapas-processo h4 a {
    color: #333;
}
#feature .botao-fluxo {
    height: 45px;
    margin-top: 8px;
    margin-bottom: 0;
    background-color: #5c98a8;
    border-color: #5c98a8;
}
#feature .botao-fluxo:hover {
    background-color: #418a9b;
}
#feature.pagina-impressao {
    margin-top: 0;
    padding: 40px;
    font-size: 16px;
    text-align: justify;
}
/* end feature */
/* start feature1 */

#feature1 {
    padding-top: 60px;
    padding-bottom: 60px;
}
#feature1 p {
    padding-top: 10px;
}
#feature1 span {
    float: left;
}
#feature1 .fa {
    background: #5c98a8;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 20px;
}
.adesao {
    color: #000;
    background: #f8f8f8;
    padding-bottom: 0px !important;
}
.adesao h2 {
    color: #5c98a8;
    margin-bottom: 30px;
}
.adesao h3 {
    color: #333;
    text-align: center;
}
.adesao h4 {
    font-size: 17px;
}
.shadow-card {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 50px;
    padding-bottom: 40px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
/* end feature1 */
/* start feature2 */

#feature2 {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f8f8f8;
}
#feature2 p {
    padding-top: 10px;
}
#feature2 span {
    float: left;
}
#feature2 .fa {
    background: #5c98a8;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 20px;
}
/* end feature2 */
/* start form */
#feature.formulario-adesao {
    margin-top: 0;
    padding-top: 25px !important;
}
.box-formulario {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
}
form .shadow-card {
    background: #f7f7f7;
    padding-top: 40px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.23);
}
.form-secao-ativa {
    background: #fff !important;
}
.form-secao-ativa legend {
    color: #5c98a8;
}
.form-control {
    color:#000;
}
.shadow-card label {
    color:#333;
}
.campo-descricao-imprimir {
    margin-bottom: 0;
}
/* end form */
/* start pricing */

#pricing {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
#pricing h2 {
    padding-bottom: 60px;
}
#pricing .pricing {
    background: #fff;
}
#pricing .active {
    position: relative;
    bottom: 20px;
}
#pricing .pricing .pricing-title {
    background: #5c98a8;
    color: #fff;
    font-weight: bold;
    padding: 30px;
}
#pricing .pricing .pricing-title p {
    font-size: 20px;
}
#pricing .pricing ul {
    padding: 0;
    margin: 0;
}
#pricing .pricing ul li {
    display: block;
    list-style: none;
    padding: 16px;
}
#pricing .pricing .btn {
    background: transparent;
    border: 1px solid #5c98a8;
    border-radius: 0px;
    color: #5c98a8;
    font-weight: bold;
    padding-right: 40px;
    padding-left: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}
#pricing .pricing .btn:hover {
    background: #5c98a8;
    color: #fff;
}
/* end pricing */
/* start download */

#download {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f8f8f8;
}
#download h2 {
    padding-bottom: 20px;
}
#download p {
    font-size: 20px;
}
#download .btn, .confirmar-adesao {
    border-radius: 0px;
    font-weight: bold;
    margin-top: 20px;
    padding: 10px 40px 10px 40px;
}
#download.secao-confirmar {
    padding-top: 30px;
}
.secao-confirmar .confirmar-adesao {
    font-size: 16px;
}
/* end download */
/* start contact */

#contact {
    background: url('../images/contact-bg.jpg') no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: 70px;
}
#contact .overlay {
    padding-bottom: 110px;
}
#contact h2 {
    padding-bottom: 10px;
}
#contact address {
    padding-top: 20px;
}
#contact address .fa {
    background: #428a9b;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 6px;
    margin-right: 10px;
}
#contact .contact-form {
    padding-top: 40px;
}
#contact .form-control {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 20px;
}
#contact input {
    height: 50px;
}
#contact input[type="submit"] {
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease;
}
#contact .campo-estados {
    color: #555;
}
.contact-topic {
    font-size: 18px;
}
/* end contact */
/* start footer */

footer {
    background: #fff;
    font-weight: 400;
    text-align: center;
    padding: 20px;
}
/* end footer */
/* start modal */

.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eceeef;
}
.modal-title,
.close {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}
.close {
    opacity: .5;
    font-size: 25px;
}
/* end modal */

@media screen and ( max-width: 991px) {
    .templatemo-box {
        margin-bottom: 30px;
    }
    #pricing .active {
        bottom: 0;
    }
    .pricing {
        margin-bottom: 20px;
    }
    #feature img,
    #download img {
        margin-top: 30px;
    }
    #feature1 img {
        margin-bottom: 30px;
    }
}
@media screen and ( max-width: 767px) {
    .navbar-default .nav li a {
        height: auto;
        line-height: 2em;
    }
    #feature,
    #pricing,
    #download {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    #contact .overlay {
        padding-top: 40px;
    }
    #map {
        display: none !important;
    }
    #mapa-mobile {
        display: block !important;
    }
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 750px;
    }
}
/* start media 360 */

@media screen and ( max-width: 360px) {
    .pricing {
        padding-bottom: 40px;
    }
}
/* end media 360 */
/* start mapa brasil */

#mapa-mobile {
    display: none;
}
.active {
    display: inherit;
}
div#map {
    display: block;
    margin: 0;
    padding: 0;
}
.map-tooltip {
    padding: 5px;
}
.map-tooltip .header {
    margin-top: 0;
    margin-bottom: 0;
}
.map-tooltip .description {
    font-size: 15px;
    margin-bottom: 0;
}
.mapa-legenda {
    padding-left: 20%;
}
#feature .mapa-legenda-list-item .fa {
    background: #fff;
    margin-right: 0;
    font-size: 20px;
    width: 32px;
    height: 35px;
}
#feature .mapa-legenda-list-item span {
    float: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #020f20;
}
#jqvmap1_ac, #jqvmap1_al, #jqvmap1_ap, #jqvmap1_am, #jqvmap1_ba, #jqvmap1_ce, #jqvmap1_df, #jqvmap1_es, #jqvmap1_go, #jqvmap1_ma, #jqvmap1_mt, #jqvmap1_ms, #jqvmap1_mg, #jqvmap1_pa, #jqvmap1_pb, #jqvmap1_pr, #jqvmap1_pe, #jqvmap1_pi, #jqvmap1_rj, #jqvmap1_rn, #jqvmap1_rs, #jqvmap1_ro, #jqvmap1_rr, #jqvmap1_sc, #jqvmap1_sp, #jqvmap1_se, #jqvmap1_to {
    stroke:#ffffff;
    fill: #020f20;
}
#jqvmap1_ac:hover, #jqvmap1_al:hover, #jqvmap1_ap:hover, #jqvmap1_am:hover, #jqvmap1_ba:hover, #jqvmap1_ce:hover, #jqvmap1_df:hover, #jqvmap1_es:hover, #jqvmap1_go:hover, #jqvmap1_ma:hover, #jqvmap1_mt:hover, #jqvmap1_ms:hover, #jqvmap1_mg:hover, #jqvmap1_pa:hover, #jqvmap1_pb:hover, #jqvmap1_pr:hover, #jqvmap1_pe:hover, #jqvmap1_pi:hover, #jqvmap1_rj:hover, #jqvmap1_rn:hover, #jqvmap1_rs:hover, #jqvmap1_ro:hover, #jqvmap1_rr:hover, #jqvmap1_sc:hover, #jqvmap1_sp:hover, #jqvmap1_se:hover, #jqvmap1_to:hover {
    opacity: 0.8;
}
/* Em Adesão */
/* #jqvmap1_ce, #jqvmap1_go, #jqvmap1_ma, #jqvmap1_mg, #jqvmap1_pa, #jqvmap1_pb, #jqvmap1_pe, #jqvmap1_se {
    fill: #ed3433;
} */
/* Em Implantação */
/* #jqvmap1_ma {
    fill: #fcb814;
} */

/* Instalados */
#jqvmap1_go, #jqvmap1_es, #jqvmap1_pi {
    fill: #379b69;
}

/* Implantados */
#jqvmap1_mg, #jqvmap1_pe, #jqvmap1_se, #jqvmap1_pa, #jqvmap1_mt, #jqvmap1_am, #jqvmap1_df, #jqvmap1_ma, #jqvmap1_rn {
    fill: #23e685;
}
/* Cancelados */
#jqvmap1_ap, #jqvmap1_ac, #jqvmap1_ce, #jqvmap1_pb, #jqvmap1_ro, #jqvmap1_ba, #jqvmap1_to, #jqvmap1_rj {
    fill: #929292;
}
/* end mapa brasil */
/* misc */

footer {
    background: #020f20;
    color: #fff;
}
.logos-footer {
    margin-top: 25px;
}
