@font-face {
    font-family: 'Avenir Black';
    src: url('fontes/avenir/Avenir-Black.eot');
    src: url('fontes/avenir/Avenir-Black.eot?#iefix') format('embedded-opentype'),
        url('fontes/avenir/Avenir-Black.woff2') format('woff2'),
        url('fontes/avenir/Avenir-Black.woff') format('woff'),
        url('fontes/avenir/Avenir-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family:Verdana, Geneva, sans-serif
    src: url('fontes/gothan/Gotham-Book.eot');
    src: url('fontes/gothan/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('fontes/gothan/Gotham-Book.woff2') format('woff2'),
        url('fontes/gothan/Gotham-Book.woff') format('woff'),
        url('fontes/gothan/Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Bold';
    src: url('fontes/gothan/Gotham-Bold.eot');
    src: url('fontes/gothan/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('fontes/gothan/Gotham-Bold.woff2') format('woff2'),
        url('fontes/gothan/Gotham-Bold.woff') format('woff'),
        url('fontes/gothan/Gotham-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url('fontes/gothan/Gotham-Ultra.eot');
    src: url('fontes/gothan/Gotham-Ultra.eot?#iefix') format('embedded-opentype'),
        url('fontes/gothan/Gotham-Ultra.woff2') format('woff2'),
        url('fontes/gothan/Gotham-Ultra.woff') format('woff'),
        url('fontes/gothan/Gotham-Ultra.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html, body {
	margin:0;
	padding:0;
	appearance: none;
    -moz-appearance: none;
-webkit-appearance: none;
font-family:Verdana, Geneva, sans-serif;
  }

body {
	overflow-x:hidden;
	appearance: none;
    -moz-appearance: none;
-webkit-appearance: none;
height:100%;

	/*background-image:url(images/bg_home.jpg);
	background-repeat:repeat-y;
	background-size: contain;*/
	
}


a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}


* {
 
  list-style: none;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
  }

img {
  vertical-align: top;
  max-width: 100%;
  height: auto; }

p {
	margin:0px;
	padding:0px;
	font-family: 'Metropolis Regular';
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
  text-align:justify;
  
  }



.h100 {
	height:100vh;
}


.wrapper {
	width:96%;
	max-width:1280px;
	position:relative;
	margin:0 auto;
	
}


.sessao {
	width:100%;
	position:relative;
	
}

.padding_260 {
	padding-top:260px;
	padding-bottom:0px;
}


.padding_100 {
	padding-top:100px;
	padding-bottom:0px;
}

.padding_80 {
	padding-top:80px;
	padding-bottom:80px;
}

.fomulario_login {
	width:100%;
	max-width:500px;
	padding:20px;
	background-color:#fff;
	border-radius:7px;
	
}


.campo {
	width:100%;
	height:35px;
	border:1px solid #CCC;
	border-radius:7px;
	padding-left:2%;
	margin-bottom:10px;
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
}

.botao {
	width:100%;
	height:35px;
	border:none;
	border-radius:7px;
	background-color:#134596;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	cursor:pointer;
	margin-bottom:10px;
}

.botao:hover {
	background-color:#266802;
}


.titulo_login {
	font-family:Verdana, Geneva, sans-serif
	color:#000;
	font-size:24px;
	margin-top:10px;
	margin-bottom:10px;
}

.alterar_senha {
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	text-decoration:none;
	text-align:left;
	
}

.alterar_senha:hover {
	color:#999;
}



.topo {
	width:100%;
	position:relative;
	padding-bottom:60px;
}

.logo {
	position:relative;
	width:100%;
	padding:2%;
}


.col_titulos {
	width:200px;
	position:relative;
}


.col_titulos {
	position:relative;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}

.titulos {
	font-family:Verdana, Geneva, sans-serif
	font-weight:bold;
	font-size:17px;
	padding-right:10px;
	font-family:Verdana, Geneva, sans-serif
}

.sub_titulos {
	font-family:Verdana, Geneva, sans-serif
	font-size:17px;
	padding-right:5px;
	font-weight: normal !important;
}



.botao_planilhas {
	width:calc(33.3333333% - 20px);
	height:40px;
	background-color:#000;
	color:#fff !important;
	display:block;
	font-size:16px;
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
	
	border-radius:7px;
	margin-bottom:10px;
	margin-top:10px;
	text-decoration:none !important;
	
}

.botao_planilhas:hover {
	color:#ccc !important;
}







.tabela_boleto {
	font-family:Verdana, Geneva, sans-serif
	font-size:16px;
}


.cx_form_plan {
	position:relative;
	width:100%;
	padding:30px;
	max-width:400px;
	margin:0 auto;
	background-color:#ededed;
	border-radius:10px;
}

.campo_form {
	position:relative;
	width:100%;
	margin-bottom:20px;
		height:35px;
	border:1px solid #CCC;
	border-radius:7px;
	padding-left:2%;
	margin-bottom:10px;
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;

}


.botao_form {
	color:#fff;
	background-color:#000;
	margin:0 auto;
	position:relative;
	width:100%;
	margin-top:10px;
	height:35px;
	border:1px solid #CCC;
	border-radius:7px;
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	cursor: pointer !important;

}

.bg {
	position:relative;
	top:0px;
	width:100%;
	height:240px !important;
		
}


/********************* flex *********************/


.flex{display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex;}
.flex--jcc{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-justify-content:center;}
.flex--jcfs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-justify-content:flex-start;}
.flex--jcfe{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-justify-content:flex-end;}
.flex--jcs{-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;}
.flex--jcsb{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
.flex--jcsa{-ms-flex-pack:distribute;justify-content:space-around;}
.flex--col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-flex-direction:column;}
.flex--col-rev{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}
.flex--row-rev{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;
flex-direction:row-reverse;}
.flex--aic{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-items:center;}
.flex--aifs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}
.flex--aife{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;}
.flex--ais{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}
.flex--aib{-ms-flex-item-align:baseline;align-self:baseline;}
.flex--wrap{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-wrap:wrap;-webkit-flex-wrap:wrap;}
.flex--wrap-rev{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;-webkit-box-flex-wrap:wrap-reverse;}
.flex--acc{-ms-flex-line-pack:center;align-content:center;}
.flex--acfs{-ms-flex-line-pack:start;align-content:flex-start;}
.flex--acfe{-ms-flex-line-pack:end;align-content:flex-end;}
.flex--acs{-ms-flex-line-pack:stretch;align-content:stretch;}
.flex--acsb{-ms-flex-line-pack:justify;align-content:space-between;}
.flex--acsa{-ms-flex-line-pack:distribute;align-content:space-around;}




@media (max-width: 990px) {

.padding_260 {
	padding-top:180px;
	padding-bottom:0px;
}

}



@media (max-width: 768px) {
.botao_planilhas {
	width:calc(33.3333333% - 10px);
	font-size:13px;
	
}

.titulos {
	font-family:Verdana, Geneva, sans-serif
	font-weight:bold;
	font-size:14px;
	padding-right:10px;
}

sub_.titulos {
	font-family:Verdana, Geneva, sans-serif
	font-size:16px;
	padding-right:5px;
}




}

@media (max-width: 600px) {
.botao_planilhas {
	width:100%;
	font-size:14px;
	
}

}



@media (max-width: 500px) {
	
.wrapper {
	width:94%;
}	

.tabela_boleto {
	font-family:Verdana, Geneva, sans-serif
	font-size:14px;
}

}



@media (max-width: 400px) {
	
.wrapper {
	width:90%;
}	

.tabela_boleto {
	font-family:Verdana, Geneva, sans-serif
	font-size:10px;
}

}



