@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;900&display=swap');
*{
  font-family:"Montserrat";
}
p{
	color: #474747;
}

a{
	transition: all .6s;
}

img{
	max-width: 100%;
}

 
.topo{
  background: #00244a;
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
}
#header{ 
}

.logo{
	margin: -25px auto 25px auto;
	display: block;
  max-width: 163px;
}
.btn_s{
  background: #005f97;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  padding: 5px 0 0 0;
}
.btn_s:hover{
  background: #fff;
}

.btn_s svg{
  fill: #fff;
  width: 20px;
  height: 20px;
}
.btn_s:hover svg{
  fill: #005f97;
}

/********************** Inicio Menu *******************************/
#menu-toggle {cursor: pointer; display: none; }   

#menu ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
}

#menu ul li{ 
  display: inline-block;
  vertical-align: top;
  height: auto;
  position: relative;
}

#menu ul li a{ 
  font-size: 16px; 
  display: block; 
  height: auto;  
  padding: 0px 5px; 
  line-height: 35px;
  font-weight: 500;
  text-transform: uppercase;
  color: #00244a;
  border-bottom: 3px solid transparent;
  text-decoration: none;
  transition: all .4s;
} 

#menu ul li a:hover{
  color: #005f97;
  border-color: #005f97;
}

#menu ul li a svg{
  fill: #00244a;
  width: 18px;
  height: 18px;
  vertical-align: sub;
  transition: all .4s;
}

#menu ul li a:hover svg g,
#menu ul li a:hover svg{
  fill: #005f97;
}
 
#menu ul li a svg g{
  fill: #00244a;
}

/* Submenu */
#menu li ul {position: absolute; z-index:99999; top: 99%; left:0px; display: none; width:195px; margin-left:0px; padding-top: 1px;}
#menu li ul li { height:auto; width:195px; background:#027f01; }
#menu ul li:hover > ul {display: block; }
#menu li ul li a{height:auto; line-height:20px; padding: 8px 10px; font-size:15px; background: #027f01; border-bottom:1px dotted #fff;}
#menu li ul li a:hover{background: #025601;}
#menu li ul li:last-child a{border-bottom: none;}
#menu li.menu-off > ul{
  display: none !important;
}
@media only screen and (min-width: 1200px) { 
  #menu.nav-fixed {position: fixed; left: 0; top:0; z-index: 199; background: #00244a; width: 100%; padding: 5px 0; 
    text-align: center; margin-top: 0;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.6);
  box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.6);}
  #menu.nav-fixed ul{ display: inline-block !important; margin: 0 auto; float: none !important; text-align: center; }
  #menu.nav-fixed ul li{display: inline-block; vertical-align: top; float: none ;}
  #menu.nav-fixed ul a{line-height: 40px; color: #fff; border:none} 
  #menu.nav-fixed li ul{text-align: left; display: none; top: 34px;}
  #menu.nav-fixed li ul a{ line-height:20px; }  
  #menu.nav-fixed ul li a:hover{
  color: #fff;
  border-color: #fff !important;
}
  #menu.nav-fixed ul li a svg,
  #menu.nav-fixed ul li a:hover svg{ fill: #fff !important; }
  #menu.nav-fixed ul li a svg g{ fill: #fff !important; }
} 
.pull {display: none; background: url(../img/icones/pull.png) no-repeat right top; width: 36px; height: 36px; cursor: pointer;}

@media only screen and (max-width: 1200px) { 
  .pull {cursor: pointer; display: block; float: right; padding: 0 40px 0 0; }
  .bgplb{ background-position: right bottom; }
  #menu {background: #fff; position: fixed; left: -100%; margin-top: 0; top: 35px; z-index: 99999; width: 100%; height:100vh; overflow-x: hidden;transition-property: left; transition-duration: 0.5s; transition-timing-function:  ease-in-out; margin: 0;}
  #menu ul{float: none !important; margin: 0 0; }
  #menu ul li {width: 90%; margin: 0 auto; display: block; float: none; height: auto; border-bottom:1px solid #ddd; padding: 0}
  #menu ul li a {text-align: left; color: #171717; font-size: 1em; height: auto; line-height: 45px; padding: 0 10px; } 
 
  #menu-toggle:checked + #menu { left: 0 !important; }
 
  #header{
    position: sticky;
    top: 35px;
    z-index: 111;
    background: #fff;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.3);
  }  
	.logo{
		margin: 15px 0;
	}
  .logo img{
    height: 80px;
  }
}
 
/* .Atasgov */
.atasgov__item img {
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
  border: 2px solid #fff;

}

.atasgov__item--1.atasgov__item--ativo img,
.atasgov__item--1 a:hover img {
  border-color: #faa634;
}

.atasgov__item--2.atasgov__item--ativo img,
.atasgov__item--2 a:hover img {
  border-color: #73c6a1;
}

.atasgov__item--3.atasgov__item--ativo img,
.atasgov__item--3 a:hover img {
  border-color: #8177b7;
}

.atasgov__item--4.atasgov__item--ativo img,
.atasgov__item--4 a:hover img {
  border-color: #ee3124;
}

.atasgov__item--5.atasgov__item--ativo img,
.atasgov__item--5 a:hover img {
  border-color: #c1d82f;
}

/* .Atasgov */



.icone{
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto 15px auto;
}

	.icone img{vertical-align: middle;position: relative; top: 50%;transform: translateY(-50%);}

@media(min-width:768px){
  .boxe{
    min-height: 325px;
  }
}
.boxe{
  background: #e8e8e8;
  padding: 15px;
}

.col-lg-3:nth-of-type(2n) .boxe{
  background: #f2f2f2;
}

.boxe p{
  margin-bottom: 0;
}

.nav-tabs{
  display: block ;
}
.nav-item{
  vertical-align: top;
  display: inline-block;
}
.nav-tabs .nav-link{
  background: #102c66;
  margin: 5px;
  border: none;
  color: #fff;
  font-size: 12px;
  border-radius: 10px;
  padding: 10px 25px;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover{
  background: #093ba2;
  color: #fff;
}

@media(min-width:992px){
  .table-responsive{
    overflow-x: hidden;
  }
}
/* width */
.scrollbars{
  touch-action: pan-right ;
  border:1px solid #f2f2f2;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  padding: 5px;
}
 
.scrollbars img{
  max-width: inherit;
  display: table;
  touch-action: pan-right ;
  max-height: 1900px;
}
.table-responsive::-webkit-scrollbar ,
.scrollbars::-webkit-scrollbar {
  width: 10px;
  border-radius: 5px;
}
.table-responsive::-webkit-scrollbar-track ,
.scrollbars::-webkit-scrollbar-track {
  background: #e8e8e8;
  padding: 2px;
  border-radius: 5px;
}
.table-responsive::-webkit-scrollbar-thumb ,
.scrollbars::-webkit-scrollbar-thumb {
  background-color: #102c66;  
  border-radius: 5px;
}

.tit{
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #102c66;
}

@media(max-width:992px){
  .tit{
    font-size: 26px;
  }
} 

@media(max-width:600px){
  .tit{
    font-size: 20px;
  }
} 

.table{
  font-size: 14px;
  /* width: max-content; */
  /*min-width: max-content;*/
}

@media (max-width: 991px) {
  .table{
    min-width: max-content;
  }
}



.table th{
  text-align: center;
}

@media(min-width:768px){
  .contato_home{
    background: url(../img/bg_contato.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
  }
}

  .contato_home{
    background-color: #193565;
  }

#form .form-group label{
  font-weight: 500;
  color: #fff;
}

 #form .form-control{
 	border:1px solid #ccc;
  min-height: 45px;
 }

 #form a{
  color: #a6f1ff;
 }
 #form a:hover{
  color: #57e2fb;
 }

 #form .btn{
 	background: #102c66;
 	color: #fff;
 	margin-top: 20px;
  height: 45px;
 	border: none;
  text-transform: uppercase;
  font-weight: 500;
 	cursor: pointer;
 }

  #form .btn:hover{
  	background: #093ba2;
  }

 .captcha{
 	float: left;
  background: #fff;
  border-radius: 5px;
 	border:1px solid #ccc;
 	margin-right: 10px;
 	padding: 9px 5px 9px 10px;
 }

 #captcha{
 	width: 180px;
 	float: left !important;
 }
 
input#termos-privacidade{
  margin: 0 10px 0 0; width: 15px; height: 15px;
}

#footer{
	padding: 30px 0 0 0;
	background: #0e245d;
	color: #fff;
}

#footer address,
#footer p{
	color: #fff;
}
	
.rodape{
	margin-top: 15px;
	border-top: 1px solid #00a1de;
	padding: 5px 0;
  font-size: 14px;
}

.fancybox-type-iframe .fancybox-inner {
  height: 450px !important;
}

.barratopo{display:none} 

 
@media(max-height: 295px){
 #menu{
 	 overflow-y: scroll;
 }
}

@media only screen and (max-width: 1200px) { 
 
  .barratopo{position:fixed; display: block; left: 0; top: 0; padding: 0; font-size:14px; width: 100%; height: 35px;
   z-index:99999; background: #00244a; }
  .barratopo span {color: #fff; padding: 0 10px; float: left;}
  .barratopo span img{margin: 0px 5px 0 0px;}
 
 
} 

.wa img { max-width: 30px; margin-top: 4px; vertical-align: middle;}
.wa {color: #fff; display: block;}
.wa:hover {background: #41a79d;}

.wa {position: fixed; right: 40px; width: 50px; height: 50px; bottom: 30px; padding: 5px; vertical-align: middle; text-align: center;
border-radius: 50%; background: #0ba360; z-index: 1000; z-index: 2000;}
.wa::after,
.wa::before{content: ''; position: absolute; opacity: 0; border: 4px solid #0ba360; left: -10px; top: -10px; right: -10px; bottom: -10px; -webkit-border-radius: 50%; animation: WaveWhatsApp 1.5s ease infinite;}
.wa::after{animation-delay: .5s;}
@keyframes WaveWhatsApp {0%{ transform: scale(0.5); } 50%{ opacity: 1; } 100%{ transform: scale(1.2); opacity: 0; }}


 
#privacy-policy {
    width: 85%;
    max-width: 808px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    background-color: #fff !important;
    border-radius: 5px;
    position: fixed;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    z-index: 9999999999;
    padding: 20px 20px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: fadeIn 1.3s 5s forwards;
    -moz-animation: fadeIn 1.3s 5s forwards;
    animation: fadeIn 1.3s 5s forwards;
    font-size: 13px; 
}

#privacy-policy h5 {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
}

#privacy-policy article {
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px);
}

#privacy-policy button {
    width: 112px;
    height: 44px;
    border-radius: 5px;
    background-color: #00244a;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
}

#privacy-policy a {
  text-decoration: underline;
}

@media  (max-width: 767px) {
    #privacy-policy {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #privacy-policy article {
        width: 100%;
    }

    #privacy-policy button {
        width: 100%;
    }
}

  .alertRetorno{
    position: fixed;
      top: 0;
      z-index: 9999999999;
      background: rgba(0,0,0,0.5);
      width: 100%;
      height: 100%;
  }

  .fundoRetorno{
      margin: auto;
      top: 40%;
      position: relative;
      text-align: center;
      background: #fff;
      max-width: 308px;
      padding: 45px;
      border-radius: 7px;
  }

  .fechaalerta{
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer;
  }