body {
    font-size: 14px;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
}
div.mainbackground {
    background: url(../img/bg.png) repeat-x #fff center top;
    padding-bottom: 25px;
   
}
/* GERAL HOME */
h2,h3,h4,h5,h6 {
    color: #2F2F2F;
    text-transform: uppercase;
    font-weight: normal;
}
h3,h4,h5,h6 {
    font-weight: bold;
}
h1 {
    font-size: 2em;
    font-family: "Helvetica", Sans-serif;
    font-weight: 600;
}
h2 {
    font-size: 2em;
    font-family: "Helvetica", Sans-serif;
    font-weight: 600;
}
h3 {
    font-size: 1.8em;
    font-family: "Helvetica", Sans-serif;
    font-weight: 600;
}
h4 {
    font-size: 1.6em;
}
h5 {
    font-size: 1.4em;
}
h6 {
    font-size: 1.2em;
}
.text-normal {
    font-weight: normal;
}
a:focus, a:hover {
    color: #1A1A1A;
	text-decoration: underline;
}
a {
    color: inherit;
    -webkit-transition: all 0 ease-in-out 1s;
    -moz-transition: all 0 ease-in-out 1s;
    -o-transition: all 0 ease-in-out 1s;
    transition: all 0 ease-in-out 1s;
    outline: 0;
}
.encerrado .items-list h3,.encerrado .items-list h4,.encerrado .items-list h5, .encerrado .items-list h6,.encerrado .items-list p{
	color: #656565;
}
footer {
    background-color: #1A1A1A;
    color: #f0f0f0;
    width: 100%;
    bottom: 0px;
    font-size: 11px;
}
footer a{
    color: #f0f0f0;
}
footer a:hover{
    color: #ffffff;
}
.bloco.active {
  
  -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  
  animation-name: example;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

}
.showonlymobile {
    display: block;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    0% { box-shadow: 0px 0px 15px rgba(0,0,0,0.4); }
    50% { box-shadow: 0 0 15px rgba(0,0,0,0.1); }
    100% { box-shadow: 0px 0px 15px rgba(0,0,0,0.4); }
}

.container-nav {
    max-width: 1230px;
    margin: 0px auto;
}
/* Standard syntax */
@keyframes example {
    0% { box-shadow: 0px 0px 15px rgba(0,0,0,0.4); }
    50% { box-shadow: 0 0 15px rgba(0,0,0,0.1); }
    100% { box-shadow: 0px 0px 15px rgba(0,0,0,0.4); }
}
.bloco.active {
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu {
    top: 100%;
    left: 0px;
    margin-top: -1px;
}
.dropdown-submenu .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.dropdown-item.hover, .dropdown-item:hover {
    background-color: rgba(21,130,188,0.2);
    color: inherit;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: rgba(21,130,188,1);
    color: #FFF;
}
hr {
    border-color: #ff0004;
}
.items-list a{
    text-decoration: none;
    display: block;
    padding: 10px 10px 0px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:solid 1px #ffffff;
	background: #ffffff;
}
.items-list a:focus,.items-list a:hover {
    text-decoration: none;
	border:solid 1px #f1f1f1;
	background: #fbfbfb;
}
p.resumo {
    margin-top: -8px;
}
p.description {
    color: #666666;
    font-size: 1em;
    margin-top: -0.5em;
    line-height: 1em;
}
p a, div.text-justify a:not(.btn) {
    color: #ff0004;
}
.foto {
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0px auto;
}
.foto.home {
    max-height: 250px;
}
.cartilhas .foto.home {
    max-height: max-content !important;
}

.foto.home img {
    width: 100%;
}
.items-list .data {
    font-size: 0.8em;
    color: #999999;
}

/* FIM GERAL HOME */


/*INICIO ESTILOS DO TOPO*/
#mainNav .navbar-brand {
    text-indent: -1000px;
    overflow: hidden;
    width: 208px;
    height: 90px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../img/logo.png');
}

#mainNav.navbar {
    border-bottom: solid 1px rgba(255,255,255,0);
    background-color: rgba(21,209,160,1);
    
    -webkit-transition: all 0 ease-in-out 1s;
    -moz-transition: all 0 ease-in-out 1s;
    -o-transition: all 0 ease-in-out 1s;
    transition: all 0 ease-in-out 1s;
    float: right;
}
#mainNav.navbar-shrink {
    border-bottom: solid 1px rgba(21,130,188,1);
    background-color: rgba(255,255,255,1); /* For browsers that do not support gradients */
    top: 0px;
}

#mainNav.navbar .navbar-nav>li>a, #mainNav.navbar .navbar-nav>li>a {
    background-color: transparent;
    background-image: linear-gradient(40deg, #01AF72 15%, #1884BD 100%);
    border: solid 1px rgba(21,130,188,1);
    border-radius: 25px 25px 25px 25px;
    color: #fff;
    fill: #fff;
    line-height: 1em;
    padding: 10px 20px;
    
    -webkit-transition: all 0 ease-in-out 1s;
    -moz-transition: all 0 ease-in-out 1s;
    -o-transition: all 0 ease-in-out 1s;
    transition: all 0 ease-in-out 1s;
}
#mainNav.navbar .navbar-nav>li>a:focus:hover, #mainNav.navbar .navbar-nav>li>a:hover, #mainNav.navbar-shrink .navbar-nav>li>a:focus:hover, #mainNav.navbar-shrink .navbar-nav>li>a:hover {
    color: rgba(255,255,255,1);
    background-color: #1884BD;
    border: solid 1px rgba(21,130,188,1);
}

#mainNav.navbar .navbar-nav>li>a.ativado, #mainNav.navbar .navbar-nav>li>a.ativado:focus:hover, #mainNav.navbar .navbar-nav>li>a.ativado:hover, #mainNav.navbar-shrink .navbar-nav>li>a.ativado:focus:hover, #mainNav.navbar-shrink .navbar-nav>li>a.ativado:hover {
    border: solid 1px rgba(21,130,188,1);
}

#mainNav.navbar .navbar-nav>li>a.active, #mainNav.navbar .navbar-nav>li>a.active {
    color: rgba(255,255,255,1) !important;
    background-color: rgba(21,130,188,0);
    border: solid 1px rgba(21,130,188,1);
}

#mainNav.navbar .nav-item {
    padding: 5px 5px;
}

#mainNav.navbar .navbar-nav>li>a.destacado, #mainNav.navbar .navbar-nav>li>a.destacado {
    color: rgba(255,255,255,1);
    background-color: rgba(21,130,188,1);
    border: solid 1px rgba(21,130,188,1);
}
#mainNav.navbar .navbar-nav>li>a.destacado:focus:hover, #mainNav.navbar .navbar-nav>li>a.destacado:hover, #mainNav.navbar-shrink .navbar-nav>li>a.destacado:focus:hover, #mainNav.navbar-shrink .navbar-nav>li>a.destacado:hover {
    color: rgba(255,255,255,1);
    background-color: rgba(21,130,188,1);
    border: solid 1px rgba(21,130,188,1);
}
#mainNav form input[type=text] {
    border: solid 0px rgba(21,130,188,1);
    box-shadow: inset 0 0 0 1px #ff0004, 0 0 0 0.2rem rgba(21,130,188,0);
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
	
}
#mainNav form input[type=text]:focus {
    box-shadow: inset 0 0 0 1px #ff0004, 0 0 0 0.2rem rgba(116,0,0,.5);
}
.loadingrefreshs:not(select) {
    display: none;
    opacity: 0;
    -webkit-transition: all 0 ease-in-out 1s;
    -moz-transition: all 0 ease-in-out 1s;
    -o-transition: all 0 ease-in-out 1s;
    transition: all 0 ease-in-out 1s;
}
.loadingrefreshs:not(select).ativo {
    display: inline-block;
    opacity: 1;
}
@media (min-width: 979px) {
    li.dropdown-submenu:hover > ul.dropdown-menu {
        display: block;
    }
    li.dropdown-submenu>li>a {
        pointer-events: none;
    }
}
/*
.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown > .dropdown-toggle:active {
    //Without this, clicking will make it sticky
    pointer-events: none;
}

*/

/*@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}*/

/*FIM ESTILOS DO TOPO*/

/*TOPO*/
header.masthead {
    position: relative;
    width: 100%;
    color: #fff;
    background: rgb(116 0 0);;
    background-size: cover;
    height: auto;
    padding-top: 115px;
    min-height: 14.8vw;
    width: 100vw;
    height: 14.8vw;
    background-image: url(../img/background-pagina-inicial-1.png);
    background-position: center;
    padding-top: 0px;
    padding-bottom: 0px;
}
header.masthead.home { 
    height: auto;
    /*height: 625px;*/
}
header.masthead .container{
    position: relative;
}

/*INICIO CARTAO*/
header.masthead .fundo {
    /*background-image: url(../img/background-pagina-inicial-1.png);*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    min-height: 510px;
    display: none;
}
/*FIM CARTAO*/

header.masthead .header-content {
    padding-top: 300px;
    padding-bottom: 30px;
}
header.masthead .header-content h1, header.masthead .header-content p {
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}
header.masthead .header-content h1 {
    color: #FFFFFF;
    padding-bottom: 0.8em;
    line-height: 1em;
    font-size: 1.8em;
}
header.masthead .header-content p {
    color: #FFFFFF;
    font-size: 1.2em;
    line-height: 1.2em;
}

header.masthead  a.btn {
    color: rgba(255,255,255,1);
    background-color: rgba(21,130,188,1);
    border: solid 1px rgba(21,130,188,0);
    padding: 10px 20px 10px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    
    -webkit-transition: all 0 ease-in-out 1s;
    -moz-transition: all 0 ease-in-out 1s;
    -o-transition: all 0 ease-in-out 1s;
    transition: all 0 ease-in-out 1s;
}

header.masthead  a.btn:focus:hover, header.masthead  a.btn:hover {
    color: rgba(21,130,188,1);
    background-color: rgba(255,255,255,1);
    border: solid 1px rgba(255,255,255,0);
}


@media (min-width: 320px) {
}
@media (min-width: 768px) {
	#mainNav.navbar .nav-item {
		padding: 5px 5px;
	}
}
@media (min-width: 992px) {
    header.masthead .header-content {
        padding-top: 167px;
        padding-bottom: 80px;
    }
    header.masthead .conteudo.banner{
        width: 547px;
        height: 363px;
        margin-bottom: -200px;
    }   
    header.masthead .header-content h1 {
        font-size: 2.4em;
    }
    #mainNav.navbar-shrink {
        top: -85px;
    }
    .showonlymobile {
        display: none;
    }
}
/*@media (max-width: 992px) {
    header.masthead { 
        //height: 425px;
        height: auto;
        padding-top: 200px;
        padding-bottom: 20px;
    }
}*/
/*FIM TOP*/

#convenios img.logo {
    width: 100%;
    height: auto;
}
.bg-primary{
    background:#ff0004;
    background:-webkit-linear-gradient(#ff0004,#166c98);
    background:linear-gradient(#ff0004,#166c98);
    color: #FFFFFF;
}
.bg-primary h2,.bg-primary h6{
    color: #FFFFFF;
}
.bg-primary h6{
    font-size: 1em;
    text-align: center;
}
.bg-primary a {
    color: #FFFFFF;
}


.bg-secondary{
    background: #FFFFFF;
    background:-webkit-linear-gradient(#FFFFFF,#FFFFFF);
    background:linear-gradient(#FFFFFF,#FFFFFF);
    color: #ff0004;
	border: solid 2px #ff0004;
}
.bg-secondary a {
    color: #ff0004;
}
#rodape {
}
#rodape ul {
    margin: 0px;
    padding: 0px;
}
#rodape ul li {
    list-style: none;
}
#rodape ul li a {
    background:transparent;
    display: block;
    padding: 5px 10px 5px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#rodape ul li a:hover {
    background:#FFFFFF;
    color:#ff0004;
    text-decoration: none;
}
section.cta .cta-content h2{font-size:3em;max-width:600px;margin-top:0;margin-bottom:25px;color:#fff; text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);}
section.cta .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.2)}
ul,ol {
    list-style-position: inside;
}

section.secondary {
    padding-top: 0px;
}
.enquente-item {
    border-radius: 10px;
    padding: 10px;
    background-color: #f9f9f9;
    border: solid 1px #ededed;
    box-sizing: border-box;
    width: 100%;
    display: block;
    color: #999999;
}
.enquente-item:hover, .enquente-item:active , .enquente-item.active {
    background-color: #FFFFFF;
    color: #ff0004;
    text-decoration: none;
    border: solid 1px #d8d8d8;
}
.enquente-item.active {
    border: solid 1px #ff0004;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
}
.enquente-item i.fa-check-square-o {
    display: none;
}
.enquente-item i.fa-square-o {
    display: inline-block;
}
.enquente-item.active i.fa-check-square-o {
    display: inline-block;
}
.enquente-item.active i.fa-square-o {
    display: none;
}
.enquente-item img {
    max-width: 128px;
    width: 100%;
}
.bloco {
    border-radius: 10px;
    padding: 10px;
    background-color: #f7f7f7;
    border: solid 1px #ededed;
}
.bloco.file {
    min-height: 150px;
}
.bloco .confirm {
    display: none;
    position: absolute;
    top: -10px;
    right: 10px;
    color: #009729;
    background: #FFF;
    padding: 10px;
    font-size: 30px;
    border: solid 1px #b8cdb4;
    border-radius: 100px;
}
.bloco.respondida {
    background-color: #edf2ec;
    border: solid 1px #b8cdb4;
}
.bloco.respondida .confirm {
    display: block;
}
.bloco.file a:not(.btn-primary) {
    color: #333333;
    text-decoration: none;
    text-align: left;
    display: block;
}
.bloco.file table a:not(.btn-primary) {
    text-align: inherit;
}
.bloco .service-heading a {
    text-align: center;
}
.bloco.file ul {
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.bloco.file li:first-child {
    border-top: solid 0px #ededed;
}
.bloco.file li {
    border-top: solid 1px #ededed;
    list-style: none;
    padding: 2px;
    margin: 2px;
}
.bloco.file a:hover {
    color: #cc9900;
    text-decoration: none;
}
.bloco.file a:hover .text-muted {
    color: #ebc165 !important;
    text-decoration: none;
}
.ln-top {
    border-top: solid 1px #ededed;
}
.linetable {
    border-top: solid 1px #f1f1f1;
    padding-top: 20px;
}
input[type='submit'] {
    cursor: pointer;
}
div#alertaMsg{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
}

div#alertaMsg div{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -1;
}

div#alertaMsg .overflow{
    overflow: auto;
    max-height: 300px;
    display: block;
}
div#alertaMsg p{
    width: 300px;
    background-color:#fff;
    color: #333;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -170px;
    margin-top: -150px;
    text-align: center;
    border: 2px solid #e8e8e8;
    padding: 20px 15px;
    border-radius: 30px;
}

div#alertaMsg p img{
    margin-bottom: 10px;
}

div#alertaMsg p a{
    border: 1px solid #e8e8e8;
    padding: 3px 15px;
    font-weight: bold;
	text-decoration: none;
	color: #333;
}
.alerta {
    background-color: #fff8da !important;
    border: solid 1px #e6dbaf !important;
    padding: 20px;
    box-sizing: border-box;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
form .erro {
	background-color: #FFE8E9 !important;
	border: solid 1px #D6A9A9 !important;
}
fieldset {
    border: solid 1px #F2F2F2;
    padding: 10px;
    margin: 0px;
}
fieldset legend {
    font-size: 1em;
    color: #999;
    width: auto;
    padding: 5px;
}
#transparencia i {
    color: #ffffff;
}
#transparencia i.fa-circle {
    color: #ff0004;
}
.text-primary {
    color: #ff0004 !important;
}
.table {
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.table tbody tr:nth-child(odd) td {
    background-color: rgba(255,255,255,0.4);
}
.table tbody tr:nth-child(odd) td {
    background-color: rgba(255,255,255,0.8);
}


.table tbody tr th {
    background-color: rgba(21,130,188,0.8);
    color: #FFF;
}

.table thead th {
    background-color: rgba(21,130,188,1);
    color: #FFF;
}

.table th, .table td{
    border-left: 1px solid #e9ecef;
    border-top: 1px solid #e9ecef;
    vertical-align: middle;
}
.table th:first-child, .table td:first-child{
    border-left: 1px solid transparent;
}

.required {
    color: #b6363a;
    padding-left: 5px;
}
.btn-primary, .btn-primary:visited,.btn-primary:link{
    color:#fff;background-color:#ff0004;border-color:#e80002;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    cursor: pointer;
    
}
.btn-primary:hover{color:#fff;background-color:#e80002;border-color:#e80002;text-decoration: none;}
.btn-primary.focus,.btn-primary:focus{border-color:#e80002; box-shadow: inset 0 0 0 .2rem rgba(116,0,0,.5);}
.btn-primary.disabled,.btn-primary:disabled{background-color:#918686;border-color:#918686; cursor: none;}
.btn-primary:not([disabled]):not(.disabled).active,.btn-primary:not([disabled]):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#e80002;border-color:#e80002;box-shadow: inset 0 0 0 .2rem rgba(116,0,0,.5)}

input.form-control:not([type=submit]):focus, textarea.form-control:focus, select.form-control:focus{box-shadow: inset 0 0 0 1px #b6b6b6,0 0 0 .2rem rgba(116,0,0,.25);border: 1px solid #ff0004;;outline:0}


.btn-secondary, .btn-secondary:visited,.btn-secondary:link{
    color:#ff0004;background-color:#ffffff;border-color:#ff0004;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    cursor: pointer;
    
}
.btn-secondary:hover{color:#ffffff;background-color:#e80002;border-color:#e80002;text-decoration: none;}
.btn-secondary.focus,.btn-secondary:focus{border-color:#e80002; color:#ffffff; box-shadow: inset 0 0 0 .2rem rgba(116,0,0,.5);}
.btn-secondary.disabled,.btn-secondary:disabled{background-color:#918686;border-color:#918686; cursor: none;}
.btn-secondary:not([disabled]):not(.disabled).active,.btn-secondary:not([disabled]):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#e80002;border-color:#e80002;box-shadow: inset 0 0 0 .2rem rgba(116,0,0,.5)}



/*FORMS */
select.form-control option:disabled {
    color: #999999;
}
input[type=checkbox], input[type=radio] {
    float: left;
    margin-right: 10px;
    width: 1.2em;
    height: 1.2em;
}
.radio-inline {
    margin-top: .5rem;
}
label.titulo {
    font-size: 0.8em;
    color: #999999;
    margin-bottom: 0px;
}

left, .left {
    text-align: left;
}

.paginacao {
    padding: 10px 0px 10px 0px;
    margin: 0px;
}
.contador {
    padding: 10px;
}
.tabs {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.15);
    
    padding: 20px 15px 20px 15px;
    background-color: #FFF;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
section.features {
    padding: 45px 0px;
}
section#links {
    border-top: solid 1px #efefef;
}
.animated {
    -webkit-transition: all 0 ease-in-out 1s;
    -moz-transition: all 0 ease-in-out 1s;
    -o-transition: all 0 ease-in-out 1s;
    transition: all 0 ease-in-out 1s;
    display: block;
}
.animated.hide {
	display: none;
}
#atualizacoes a.action {
    margin: -50px 0px 0px 0px;
    background-color: #FFFFFF;
    display: block;
    width: auto;
    padding: 5px 10px 5px 10px;
    position: absolute;
    right: 0px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
}
#atualizacoes.hide a.action .fa-angle-up {
    display: block;
}
#atualizacoes.hide a.action .fa-angle-down {
    display: none;
}
#atualizacoes a.action .fa-angle-up {
    display: none;
}
#atualizacoes a.action .fa-angle-down {
    display: block;
}
#atualizacoes {
    position: fixed;
    bottom: -140px;
    opacity: 1;
    right: 0px;
    width: 260px;
    float: none;
    box-sizing: border-box;
    padding: 20px !important;
    margin: 0px !important;
    background-color: #FFFFFF;
    font-size: 0.8em;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    height: 160px;
}
#atualizacoes.hide {
  -webkit-animation: desapear 0.5s ease-out 0s 1 both;
  -moz-animation:    desapear 0.5s ease-out 0s 1 both;
  -o-animation:      desapear 0.5s ease-out 0s 1 both;
  animation:         desapear 0.5s ease-out 0s 1 both;
}
#atualizacoes a.item {
    display: block;
    height: 100px;
    overflow: hidden;
}

#atualizacoes {
  -webkit-animation: apear 0.5s ease-out 0s 1 both;
  -moz-animation:    apear 0.5s ease-out 0s 1 both;
  -o-animation:      apear 0.5s ease-out 0s 1 both;
  animation:         apear 0.5s ease-out 0s 1 both;
}
@keyframes apear {
  0%   { bottom: -150px; opacity: 1;}
  100% { bottom: 0px; opacity: 1}
}
@keyframes desapear {
  0% { bottom: 0px; opacity: 1}
  100%   { bottom: -150px; opacity: 1;}
}

.galerias h5.tittle {
    display: block;
    font-size: 1em;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0px;
}

.galerias img.foto {
    width: 100%;
    height: auto;
}
div#mapa {
    height: 150px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
div#mapa .mapInfo * {
    color: #ff0004;
}
div#mapa a[href^="http://maps.google.com/maps"]{display:none !important}

div#mapa .gmnoprint a,div#mapa .gmnoprint span {
    display:none;
}
div#mapa .gmnoprint div {
    background:none !important;
}
section#mapabase div#mapa {
    height: 350px;
}
section#mapabase {
    padding: 0px;
    border-top: solid 1px #efefef
}
ul#setores {
    margin: 0px;
    padding: 0px;
}
ul#setores li {
    list-style: none;
    float: center;
    display: block;
}



ul#setores a {
    color: #FFFFFF;
    background-color: #ff0004;
    padding: 10px 0px 10px 0px;
    margin: 0px;
    width: 100%;
    text-align: center;
    box-sizing: content-box;
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
}

ul#setores a {
    color: #FFFFFF;
    text-decoration: none;
    border: solid 1px #ff0004;
}
ul#setores a:hover {
    text-decoration: none;
    color: #ff0004;
    background-color: #FFFFFF;
}
ul#setores a:active, ul#setores a.active {
    text-decoration: none;
    color: #ff0004;
    background-color: #FFFFFF;
}
ul#setores a .titulo {
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}
ul#setores a .description {
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
    display: block;
}
.sliderUpDown {
    overflow-y: hidden;
    max-height: 600px; /* approximate max height */

    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.sliderUpDown.closed {
    max-height: 0;
}
table.calendario td a {
    position: relative;
}
table.calendario .realcada {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: block;
    min-width: 20px;
    min-height: 20px;
    background: #ffd200;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #575757;
    font-size: 9px;
    text-align: center;
    padding: 3px;
}
ul.legenda li {
    list-style: none;
    color: #575757;
    list-style-position: inside;
}
ul.legenda {
    margin-left: 0px;
    padding-left: 0px;
}
ul.legenda li span{
    display: block;
    width: 10px;
    height: 10px;
    float: left;
    vertical-align: middle;
    background: #575757;
    margin: 5px 8px 0px 0px;
    padding: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
ul.legenda li.realcada span{
    background: #ff0004;
}
ul.legenda.agenda li.realcada span{
    background: #ffd200;
}
li.padrao a {
    color: #575757;
}
table.calendario li.realcada a,ul li.realcada a {
    color: #ff0004;
}
ul.semicone {
    list-style: none;
}
ul.categorias_detalhamento {
    padding: 0px;
    margin-top: 0px;
    display: block;
}
ul.categorias_detalhamento li {
    display: inline;
    padding: 0px;
    margin: 0px;
}
ul.categorias_detalhamento li:not(:first-child):before {
     content: ", ";
}


/* Censo */

.steps {
    margin-bottom: 33px;
}
.steps ul {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    list-style: none;
    padding-left: 0;
}
.steps li,
.steps li.current {
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    position: relative;
    padding-bottom: 3px;
    padding-right: 63px;
}
.steps li:last-child {
    padding-right: 0;
}
.steps li .current-info {
    display: none;
}
.steps li::before {
    position: absolute;
    content: "";
    background: #e5e5e5;
    width: 168px;
    height: 6px;
    top: 20%;
    left: 47%;
}
.steps li:last-child::before {
    content: none;
}
.steps li.current::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    background: #ccc;
    top: 100%;
    left: 25%;
}
.steps li a {
    text-decoration: none;
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
}
.steps li a .title {
    text-align: center;
}
.steps li a .title span {
    display: block;
    font-size: 16px;
}
.steps li a .title .step-icon { 
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #ccc;
    margin: 0 auto;
    position: relative;
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    color: #fff;
    font-size: 20px;
}
.steps li a .step-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.steps li.current a .step-icon,
.steps li.current a:active .step-icon,
.steps .done::before,
.steps li.done a .step-icon,
.steps li.done a:active .step-icon {
    //background: #6eba2a;
    background: #ff0004;
}
.steps li.current a .step-icon,
.steps li.current a:active .step-icon {
    box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
}
.steps li a .step-number {
    color: #666;
    font-weight: 400;
    padding: 17px 0 8px;
}
.steps li a .step-text {
    color: #333;
    font-weight: 600;
    padding-bottom: 8px;
}

#divisorlogin {
    margin-top: 0.6em !important;
    margin-bottom: 0.6em !important;
    margin-left: -50px !important;
    margin-right: -50px !important;
}

.text-break {
    word-break: break-all !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}



.bt-chat {    
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
}
.bt-chat .relative {    
    width: 100%;
    outline: none;
    height: 100%;
    position: relative;  
} 
.bt-chat a {
    display: block;
    font-size: 20px;
    padding: 0px;
    background-color: #45C553;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: rgba(0, 0, 0, .15) 0 3pt 12pt;
    box-shadow: 0 0 0 #FFF;
    opacity: 0;
    -webkit-transition: opacity .1s linear, font-size .1s linear;
    transition: opacity .1s linear, font-size .1s linear;
    margin: 10px;
    width: 60px;
    height: 60px;
    overflow: hidden;
}
.bt-chat a.wabutton {
    font-size: 40px;
    animation: pulse-green 2s infinite;
}
.bt-chat a i {
	color: #FFFFFF;
}
.bt-chat.autorize a {
    opacity: 1;
}
.social-links {    
    position: absolute;
    right: 0px;
    margin-right: 85px;
    top: 0px;
}
.social-links a {    
    width: 50px;
    height: 50px;
    font-size: 33px;
}
.social-links a.instagram {
    animation: pulse-orange 2s infinite;
    background: -moz-linear-gradient(45deg, #333333 0%,#333333 100%); 
    background: -webkit-linear-gradient(45deg, #333333 0%,#333333 100%); 
    background: linear-gradient(45deg, #333333 0%,#333333 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=1 );
}
.social-links a:hover.instagram {  
    color: #fff;
    background: #b6a984; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}


.badge-capctha{
   
    color: #fff;
   
}  
.g-recaptcha {
    min-height: 78px;
}
@-webkit-keyframes pulse-green {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(90, 255, 112, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(90, 255, 112, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(90, 255, 112, 0);
  }
}
@keyframes pulse-green {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(90, 255, 112, 0.4);
    box-shadow: 0 0 0 0 rgba(90, 255, 112, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 15px rgba(90, 255, 112, 0);
      box-shadow: 0 0 0 13px rgba(90, 255, 112, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(90, 255, 112, 0);
      box-shadow: 0 0 0 0 rgba(90, 255, 112, 0);
  }
}

@-webkit-keyframes pulse-orange {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(240, 148, 51, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(240, 148, 51, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(240, 148, 51, 0);
  }
}
@keyframes pulse-orange {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(240, 148, 51, 0.4);
    box-shadow: 0 0 0 0 rgba(240, 148, 51, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 15px rgba(240, 148, 51, 0);
      box-shadow: 0 0 0 13px rgba(240, 148, 51, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(240, 148, 51, 0);
      box-shadow: 0 0 0 0 rgba(240, 148, 51, 0);
  }
}
.disableCaret{
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
     user-select: none;       
  }