body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
}
/* inicio da scroll bar */
body::-webkit-scrollbar { 
  width: 13px; 
} 
body::-webkit-scrollbar-thumb { 
  background-color: darkgrey; 
  outline: 1px solid slategrey; 
}
/* fim da scroll bar */
#banner{
	margin-top:0;
}
#banner::after{
  height: 2em;
}
#TextoResp{
  margin:5.5% auto;
	font-size: 3em;
	line-height: 1.4em;
	width: 70%;
}
@media only screen and (max-width: 700px) {/* tablets e menores */
  #TextoResp{
  	font-size: 2.5em;
  	width: 80%;
  }
  .espcFooter{/* espaçamento no footer */
    margin-top: 10%;
    margin-bottom: 10%;
  }
}
@media only screen and (max-width: 320px){/* iphone 5 */
   #TextoResp{
  	font-size: 2.5em;
  	width: 100%;
  }
}
#conteudo{
  margin-top:4%;
  margin-bottom:8%;
}
.justificar {
  text-align: justify ;
}
.seph{
  width:75px;
  height:5px;
  background-color: #424242;
  margin:0 auto;
}
.divisoria{
  width: 100%;
  border-top: 1px solid #eaecef;
}
::selection { 
 background: #000;
 color: #fff;
 text-shadow:none
}
.centralizar{
  margin: 0 auto !important;
}
.modal-rodape { 
  border-top: solid 1px #B6B6B6; 
  margin-top: 12%;
}
@media only screen and (max-width: 700px) {
  .modal-rodape { 
    margin-top: 30%;
  }
}
/*-------------------- DropDown-----------------------------*/
.conteudoDrop { 
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  float:left;
  right: 0;
  transform: translateY(-2em);/*-2em*/
  transition: all 0.5s ease-in-out 0s;
	z-index: 9999;
}

.drop:hover .conteudoDrop {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
	z-index: 9999;
}
/*============FIM DROPDOWN===========*/
/*=================Cadastro==========*/
#msg{
  height: 300px !important;
  resize: none ;
  overflow-y: scroll;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.backcadastro{
 background-color: #FFF;
 width: 80%;
 height: 440px;
 margin: 0 auto;
 margin-bottom:5%;
 padding-top: 10px;
}
.cadC{
 background-color: #FFF;
 width: 80%;
 height: 600px;
 margin: 0 auto;
 margin-bottom:5%;
 padding-top: 10px;
}
/*media query para o fundo do cadastro*/
@media only screen and (max-width: 700px) {
  .backcadastro{
    width: 95%;
  }
}
@media only screen and (max-width:600px){
  .backcadastro{
    height: 875px;
  }
  #msg{
    height: 400px !important;
  }  
}
@media only screen and (max-width: 992px){
  .center-on-medium-and-down{
    text-align: center;
  }
}
/*Estilo login*/
#login-page {
  width: 35%;
  margin-top: 3%;
  margin-bottom: 3%;
}
@media only screen and (max-width: 900px) {/* tablets e menores */
    #login-page {
        width: 60%;
    }
}
@media only screen and (max-width: 700px) {/* tablets e menores */
    #login-page {
        width: 90%;
    }
}
.imgperfil{
  height: 200px;
  width: 200px;
}
.asidecontrole {
  /*height: 100%;*/
  /*min-height: 1050px!important;*/
}
/*espaçamento Li*/
.asidecontrole ul li{
	line-height: 28px;
	margin-bottom: 15px; 	
}
.tipografiaTh{
	font-weight: 500;
}
.text-banners{
    margin-top: 300px;
    font-weight: bold;
    text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.51);
}
.subTituloNav{
	line-height: 0px !important;
	padding-bottom: 9px !important;
}
#capitular:first-letter{
  text-transform:uppercase;
  font-size:70px;
  line-height:70px;
  float:left;
  color: #212121; 
}
/* remover espaço */
.marginBtm0{
  margin-bottom:0;
}
.cardImg{
	padding-right: 60px;
	padding-left: 60px;
	padding-top: 10px;
	width: 3px;
}
.cardInfo{
	cursor: normal;
}
/* padronizar o datatable*/
		select-wrapper{
			display: none !important;
		}/*
		.select-dropdown{
			display: none !important;
		}*/
	.dataTables_length{
		width:auto!important;
		display: none !important;
	}
	input[type="search"]{
		width:auto!important;
	}

/* DataTables Margin Pesquisar - Input Luiz =) */
input:not([type]),input[type=search]:not(.browser-default){margin-left: 15px!important;}

#google_translate_element{
 display: none; 
}
.goog-te-banner-frame {
  display: none !important;
 }
  body {
      position: static !important;
      top: 0 !important;
  }


