* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
            margin: 0;
            padding: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

body{
  background: url('../img/bg-agua.png') repeat-x #004a90 0 217px !important;

}

.englobaTudo{
  position:  relative;
}

/*****Topo *****/

.topo-menu{
  width: 100%;
  background: #fff;
}

.topo-menu .container{
  display: flex;
}

.menu-principal{
  margin-left: auto;
}

.lista-menu-principal{
  display: flex;
  height: 100%;
  margin-bottom: 0;
}
.lista-menu-principal .link-menu-principal{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  position: relative;
  min-height: 100%;
  transition: all 0.2s;
  background: #fff;
  border-top: 3px solid #fff;
  color: #636060;
}


.link-menu-principal svg{
  width: 25px;
  height: 25px;
  fill: #636060;
  transition: all 0.2s;
}

.link-menu-principal:hover svg{
  fill: #004A90;
}

.lista-menu-principal .link-menu-principal:hover{
  background: #EEEEEE;
  border-top: 3px solid #FFCD00;
  text-decoration: none;
  color: #004A90;
}

.menu-ativo svg{
  fill: #004A90;
}

.lista-menu-principal .menu-ativo {
  background: #EEEEEE;
  border-top: 3px solid #FFCD00;
  text-decoration: none;
  color: #004A90;
}

.logoRoyaltes{
  margin-top: 53px;
}

.btn-abaixo-assinado{
  background: #ffcd00;
  padding: 10px;
  border: 0px;
  color: #18318f;
  font-size: 18px;
  font-weight: bold;
  margin-top: 68px;
}
.btn-abaixo-assinado:hover{
  background: #b79300;
}

.textoPeticao{
  margin-top: 30px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  text-align: justify;
  font-size: 18px;
  padding: 20px 0;
}

.textoPeticao2{
  margin-top: 50px;
  color: #777;
  font-family: 'Lato', sans-serif;
  text-align: justify;
  font-size: 18px;
  background: #fff;
  padding: 20px 0;
}

.assinePeticao{
  width: 420px !important;
  background: #fff;
  padding-bottom: 18px;
  z-index: 9;
}

.assinePeticao fieldset{
  margin-top: 17px;
}

.txtAdicioneAssinutura{
  color: #004a90;
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #ccc;
  padding-bottom: 16px;
}

.txtAdicioneAssinutura svg{
  width: 89px;
  height: 51px;
}

.txtAdicioneAssinutura span{
  width: 66%;
}

.nav-tabs>li>a{
  display: flex !important;
  align-items: center;
  color: #004a90;
  font-weight: bold;
  font-size: 14px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  background: #004a90 !important;
  color: #ffca18 !important;
}

.nav-tabs>li>a svg{
  width: 30px;
  height: 30px;
  margin-right: 5px
}

.nav-tabs>li>a p{
  margin: 0;
}

.lista-gestor{
  list-style: none;
}

.item-gestor{
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-gestor .fa{
  margin-right: 10px;
}

.item-gestor a{
  color: #4a4d51;
  font-size: 14px;
  border: 2px solid #ccc;
  border-radius: 8px;
  padding: 3px 10px;
  margin-left: 10px;
  text-align: center;
  display: flex;
  align-items: center;
}

.item-gestor a svg{
  width: 15px;
  height: 15px;
  margin-left: 5px;
  fill: #4a4e52;
}

.item-gestor:hover svg{
  fill: #fff;
}

.item-gestor:hover a{
  color: #fff;
  background: #3f6392;
  border: 2px solid #3f6392;
  text-decoration: none;
}

.item-gestor:hover{
  background: #fce59f;
  color: #3f6392;

}

.item-gestor-destaque svg{
  fill: #fff;
}

.item-gestor-destaque a{
  color: #fff;
  background: #3f6392;
  border: 2px solid #3f6392;
  text-decoration: none;
}

.item-gestor-destaque{
  background: #fce59f;
  color: #3f6392;

}
.assinePeticao select{
  display: block;
  width: 100%;
  font-family: 'Lato', sans-serif;
  color: #5a5a5a !important;
  font-size: 18px;
  border-radius: 5px;
  border:none;
  background: #ececec;
  padding:5px 10px;
  margin-bottom: 10px;
}

.assinePeticao input[type="text"]{
  display: block;
  width: 100%;
  font-family: 'Lato', sans-serif !important;
  color: #5a5a5a !important;
  font-size: 18px;
  border-radius: 5px;
  border:none;
  background: #ececec;
  padding:5px 10px;
  margin-bottom: 15px;
  font-weight: normal
}

.assinePeticao input[type="email"]{
  display: block;
  width: 100%;
  font-family: 'Lato', sans-serif !important;
  color: #5a5a5a !important;
  font-size: 18px;
  border-radius: 5px;
  border:none;
  background: #ececec;
  padding:5px 10px;
  margin-bottom: 15px;
  font-weight: normal
}

.assinePeticao input[type="submit"]{
  display: block;
  width: 100%;
  font-family: 'Lato', sans-serif !important;
  color: #5a5a5a !important;
  font-size: 18px;
  border-radius: 5px;
  border:none;
  background: #ffc917;
  padding:5px 10px;
  margin-bottom: 15px;
  font-weight: normal;
  text-transform: uppercase;
}

.assinePeticao input[type="submit"]:hover{
  color: #fff !important;
  background: #004a90;

}

.divulguePeticaoForm{
  margin-top: 10px;
  align-items:  center;
  justify-content: center;
  display: flex;
}

.divulguePeticaoForm p{
  display: block;
  text-align: center;
  color: #5a5a5a;
  font-size: 18px;
  margin: 0px 15px 0 0;
}

.divulguePeticaoForm a{
  border-radius: 5px;
  font-size: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;

}

.divulguePeticaoForm .facebook{
  padding:5px 11px;
  background: #3B5997;
  color: #fff;

}

.divulguePeticaoForm .twitter{
  padding:5px 7px;
  background: #00ACF0;
  color: #fff;
  margin-left: 10px;
}


.alerta-municipio{
  background: #fecc00;
  width: 100%;
  margin-top:  50px;
  cursor:  pointer;
}

.alerta-municipio:hover{
  text-decoration: none;
}

.alerta-municipio p{
  color: #5a5a5a;
  font-size: 16px;
  display: block;
  background: #fff;
  border: 2px solid #004a90;
  padding: 11px;
  text-align: center;
  margin: 10px 0;
  position: relative;
  text-transform: uppercase
}

.fa-arrow-down{
  position: absolute;
  right:  20px;
  font-size: 30px !important;
  color:  #004a90;
  top:  5px;
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}


@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
 40% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}


.ajudeDivMenor{
  background: #fecc00;
  margin: 20px auto 20px auto;
  display: block;
  padding: 10px;
  width: 100%;
}

.ajudeDivMenorBranco{
  background: #fff;
  border: 2px solid #004a90;
  padding: 11px;
  text-align: center;
}

.ajudeDivMenorBranco p{
  color: #5a5a5a;
  font-size: 16px;
  display: inline-block;
  margin:0 !important;
}

.ajudeDivMenorBranco a{
  border: 1px solid #004a90;
  color: #004a90;
  border-radius: 50px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;

}

.ajudeDivMenorBranco .facebook{
  padding:5px 9px;
  margin-left: 12px;
  margin-right: 7px;
}

.ajudeDivMenorBranco .twitter{
  padding:5px 7px;
}

.rodape figure{
  display: block;
  text-align:  center;
  margin-top: 25px;
}

.rodape p{
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  text-align: center;
  margin: 10px 0 25px 0;
}

.obrigatorio{
  color: #a94442;
  font-size: 14px;
}

#cpf_valida{
  display: block;
}

.boxSucesso{
  background: #fecc00;
  display: block;
  padding:10px;
}

#sucesso{
  background: #fff;
  border: 2px solid #004a90;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  color: #5a5a5a !important;
  padding: 10px;
  text-align: center;
}

.centralizaContador{
  width: 600px;
  margin:0 auto;
  background: #fff;
  border:5px solid #fecc00;
}

.LogoContador{
  width: 600px;
  margin:40px auto;
  text-align: center
}

#recargado{
  color:#fff;
  font-size:64px;
  width: 100%;
  text-align: center;
  font-family: 'Lato', sans-serif;
  color: #5a5a5a;
}

.centralizaContador p{
  color: #004a90;
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}



.topo-modal{
  background: #004a90;
}

.btn-fechar{
  padding: 5px 10px;
  background: #fecc00;
  color: #004a90;
  border: 0px;
}
.btn-fechar:hover{
  padding: 5px 10px;
  background: #e4b801;
  color: #fff;
  border: 0px;
}

.btn-salvar{
  padding: 5px 10px;
  background: #004a90;
  color: #fff;
  border: 0px;
}
.btn-salvar:hover{
  padding: 5px 10px;
  background: #0f79de;
  color: #fff;
  border: 0px;
}

.close-abaixo-assinado{
    color: #fff;
    top: 14px;
    position: absolute;
    right: 15px;
}

.logoCnm{
  margin: 10px 0;
}

/******* Mapa ***************/
.box-loading{
  display: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 9;
}
.img-loading{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#mapa{
  background: rgba(0,0,0, 0.2);
  border-radius: 9px;
  color: #fff;
  position: relative;
}
.conteudo-mapa{
  background: #004a90
}


.conteudo-mapa .logoRoyaltes{
  display: flex;
  justify-content: center;
  margin: 0;
}

  .names {
    fill: none;
    stroke: #fff;
    stroke-linejoin: round;
  }

/* Tooltip CSS */
.d3-tip {
  line-height: 1.5;
  font-weight: 400;
  font-family:"avenir next", Arial, sans-serif;
  /* background: rgba(0, 0, 0, 0.6); */
  background: #f5f5f5;;
  /* color: #FFA500; */
  border-radius: 1px;
  pointer-events: none;
  padding: 15px 25px;
}

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 8px;
  width: 100%;
  line-height: 1.5;
  /* color: rgba(0, 0, 0, 0.6); */
  position: absolute;
  pointer-events: none;
}

/* Northward tooltips */
.d3-tip.n:after {
  content: "\25BC";
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
  text-align: center;
}

/* Eastward tooltips */
.d3-tip.e:after {
  content: "\25C0";
  margin: -4px 0 0 0;
  top: 50%;
  left: -8px;
}

/* Southward tooltips */
.d3-tip.s:after {
  content: "\25B2";
  margin: 0 0 1px 0;
  top: -8px;
  left: 0;
  text-align: center;
}

/* Westward tooltips */
.d3-tip.w:after {
  content: "\25B6";
  margin: -4px 0 0 -1px;
  top: 50%;
  left: 100%;
}

.legend text{
  fill: #fff;
}

/*  text{
pointer-events:none;
}*/

.details{
  /* color:white; */
}

.box-legenda-mapa{
  position: absolute;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-transform: uppercase;
  width: 240px;
  bottom: 5px;
  justify-content: flex-start;
  padding: 11px;
  border-radius: 4px
}
  .box-legenda-mapa p{
    margin: 0;
    color: #fff;
    width: 250px;
    text-align: left;
  }

  .item-legenda-mapa{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }

  .item-legenda-mapa span{
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 5px;
  }

  /* .legenda-prefeito span{
    background: #3c763d;
  }

  .legenda-assinaturas span{
    background: #c1c1c1;
  }

    .legenda-sem-assinaturas span{
    background: #f8f8f8;
  } */

  .topo-mapa{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0;
  }

  .logo-mapa{
    color: #fff;
    font-size: 22px;
    margin: 0 15px;
    text-transform: uppercase;
    text-align: center;
  }

  .logo-mapa p{
    margin-bottom: 0;
  }

  .icon-loading {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
  }
