*{margin:0;padding:0;border-sizing:border-box;}
*{margin:0;padding:0;border:0;outline:none;list-style:none;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;}

/*! CSS Used fontfaces */
@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('fonts/League_Gothic-webfont.eot');
	src: url('fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/League_Gothic-webfont.woff') format('woff'),
	url('fonts/League_Gothic-webfont.ttf') format('truetype'),
	url('fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family:'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot#iefix') format('embedded-opentype'),
	url('fonts/icomoon.ttf') format('truetype'),
	url('fonts/icomoon.woff') format('woff'),
	url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight:normal;
	font-style:normal;
}

html::-webkit-scrollbar-track-piece {
    width: 6px;
    height: 5px;
    margin: 1px;
    padding: 0px;
    background: rgba(255, 255, 255, 0.298039);
}
html::-webkit-scrollbar-thumb {
    z-index: 9999;
    background-clip: content-box;
    width: 5px;
    background-color: rgba(0, 0, 0, 0.4);
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-radius: 12px;
    margin: 1px !important;
}
html::-webkit-scrollbar-corner {
    background: rgba(255, 255, 255, 0.298039);
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
}
html::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}
html {
    font-size: 16px;
}
body {
    background: #212851;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 0 auto;
    width: 100%;
}
a{text-decoration:none;cursor:pointer;}
		
/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, section, aside, footer, address {  
	display: block;  
} 
.wrapper {
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 20px 3vw;
    display: block;
    position: relative;
    float: left;
}
.logo {
    padding: 20px;
    width: 95%;
}
h1 {
    text-transform: uppercase;
    color: #fff;
    font-family: LeagueGothicRegular;
    font-size: 30px;
    font-weight: lighter;
    text-shadow: 0px 2px 0px #000;
    margin: 30px 0 0 0;
}
h2 {
	text-transform: uppercase;
	color: #61d2fe;
	font-family: LeagueGothicRegular;
	font-size: 24px;
	font-weight: lighter;
	text-shadow: 0px 2px 0px #000;
	margin: 15px 0 15px 20px;
	text-align: left;
}
p.texto-site {
    color: #fff;
    margin: 12px 0 30px 0;
    font-size: 14px;
    text-shadow: 0 -2px 0 #000;
    line-height: 20px;
    display: block;
    float: left;
    width: 100%;
    font-weight: 400;
}
.hr {
    display: block;
    border: none;
    width: 100%;
    height: 2px;
    background: url(images/divider.png);
    margin: 10px 0;
    clear: both;
}
.clear {
	clear: both;
}
ul.blockfooter.noborder{text-align:left;padding:0 12px;display:block;float:left;width:100%;}
section.bloco-atendimento {
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;
}
section.bloco-atendimento li.link-footer-atendimento{display:block;float:left;width:100%;padding-bottom:25px;}
section.bloco-atendimento .contato-footer-icone{display:block;float:left;width:18%;}
section.bloco-atendimento .contato-footer-icone span {
    display: block;
    float: left;
    font-family: 'icomoon';
    color: #fff;
    font-size: 35px;
}
section.bloco-atendimento .contato-footer-icone span.icone-atendimento-footer:before {
    content: "\e901";
    background: #fff;
    color: #212851;
    border-radius: 100%;
}
section.bloco-atendimento .contato-footer-icone span.icone-whats-footer:before{content:"\e907";}
section.bloco-atendimento .contato-footer-icone span.icone-email-footer:before{content:"\e902";}
section.bloco-atendimento .contato-footer-icone span.icone-horario-footer:before{content:"\e906";}
.contato-footer-texto {
    display: block;
    float: left;
    width: 82%;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
}
span.contato-footer-txt{display:block;}
span.contato-footer-txt-nr{font-size:15px;display:block;font-weight:bold;}





























