@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html, body {
	min-height: 100%;
	height: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	background: #EDEDED;
}

.wrapper {
	width: 980px;
	margin: 0 auto;
}

header {
  display: inline-block;
  width: 100%;
}

.main-header {
  display: inline-block;
	width: 100%;
	height: 110px;
	background-image: url(../img/fundo-topo.png);
	background-size: 100% auto;
}

.main-header .login {
	float: right;
	width: 365px;
}

.main-header .login .header {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.main-header .login .logged .header {
	margin-top: 25px;
    margin-bottom: 10px;
}

.main-header .login .header i {
	float: left;
	font-size: 18px;
}

.main-header .login .header span {
	float: left;
	color: #DF142F;
	font-weight: bold;
	margin-left: 5px;
}

.main-header .login .header span b {
	color: #333;
}

.main-header .login .unidade {
    float: left;
    width: 100%;
    margin-left: 5px;
    font-size: 15px;
    margin-top: 5px;
}

.main-header .login a.button {
    float: left;
    margin-top: 5px;
    margin-left: 5px;
}

.main-header .login form {
	float: left;
	width: 100%;
}

.main-header .login form .form-line {
	float: left;
	width: 130px;
	margin-right: 20px;
}

.main-header .login form .form-line label {
	float: left;
	width: 100%;
	color: #565656;
	font-weight: bold;
	font-size: 13px;
  margin: 3px 0;
}
.main-header .login form .form-line input {
	float: left;
	width: 100%;
	border: solid 1px #C9C2C4;
	font-size: 14px;
	padding: 3px 5px;
}

.main-header .login form .submit {
  float: left;
  background: #DF142F;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 3px 10px;
  margin-top: 20px;
  cursor: pointer;
}

.main-header .login-carregando {
	float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    display: none;
}

header nav {
  display: inline-block;
	width: 100%;
	height: 45px;
	background: #333336;
	border-bottom: solid 1px #4a4a4c;
}

header nav ul {
  float: left;
  width: 100%;
  display: flex;
  list-style: none;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}

header nav ul li {
  display: block;
  position: relative;
  float: left;
}


header nav ul li.dot {
  color: #fff;
  font-size: 50px;
  height: 46px;
  margin: 0 6px;
  display: inline-block;
  line-height: 16px;
}

header nav ul li.logo {
  position: relative;
  width: 250px;
  transition: .3s;
}

header nav ul li.logo img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -100px;
  z-index: 2;
  width: 192px;
  transition: width .3s;
}

header nav ul li a {
  float: left;
  color: #fff;
  width: 100%;
  height: 45px;
  font-size: 14px;
  line-height: 45px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

header nav.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9000;
}

header nav.fixed .logo {
  width: 150px;
}

header nav.fixed .logo img {
  top: 5px;
  width: 80px;
}

section.slide,
section.slide-mobile {
  float: left;
  width: 100%;
  position: relative;
}

section.slide .prev,
section.slide-mobile .prev,
section.slide .next,
section.slide-mobile .next {
  position: absolute;
  top: 46%;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, .3);
  background-size: 13px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

section.slide .prev,
section.slide-mobile .prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 15px;
}

section.slide .next,
section.slide-mobile .next {
  right: 15px;
}

section.slide img,
section.slide-mobile img {
  float: left;
  width: 100%;
  outline: none;
}

section.slide {
  display: block;
}

section.slide-mobile {
  display: none;
}

section.home-content {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}

section.home-content h1 {
  float: left;
  font-size: 20px;
}

section.home-content h1 b {
  color: #DE001F;
}

section.home-content a.ver-mais {
  float: right;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  margin-top: 18px;
}

section.home-content a.ver-mais i {
  color: #DE001F;
  padding-right: 2px;
}

.products {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.products .product {
  float: left;
  width: calc(25% - 20px);
  margin: 5px 13px;
  background: #fff;
}

.products .product:nth-child(4n+0) {
  margin-right: 0;
}
.products .product:nth-child(4n+1) {
  margin-left: 0;
}

.products .product a:not(.button) {
  float: left;
  width: 94%;
  margin: 3%;
  text-decoration: none;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
}

.products .product span {
  float: left;
  width: 100%;
  color: #5D5C5C;
  text-align: center;
}

.products .product span.title {
  font-weight: bold;
  margin-top: 10px;
  font-size: 15px;
}

.products .product span.subtitle {
  margin-top: 3px;
  font-size: 14px;
}

.products .product img {
  float: left;
  width: 100%;
}

.button {
  color: #fff;
  font-size: 13px;
  padding: 5px 10px;
  font-weight: bold;
  border-radius: 2px;
  text-decoration: none;
  border: solid 1px #A81D28;
  background: linear-gradient(to bottom, #D7303C, #AC1E29);
}

.products .product a.button {
  float: left;
  margin-left: calc(50% - 55px);
  margin-bottom: 10px;
}

.tidings {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.tidings .news {
  float: left;
  width: calc(25% - 20px);
  margin: 5px 13px;
}

.tidings .news:nth-child(4n+0) {
  margin-right: 0;
}
.tidings .news:nth-child(4n+1) {
  margin-left: 0;
}

.tidings .news a:not(.leia-mais) {
  float: left;
  width: 100%;
  text-decoration: none;
}

.tidings .news span {
  float: left;
  width: 100%;
  color: #5D5C5C;
}

.tidings .news span.title {
  font-weight: bold;
  margin-top: 10px;
  font-size: 16px;
  color: #DE001F;
}

.tidings .news span.date,
.tidings .news span.resume {
  margin-top: 5px;
  font-size: 14px;
}

.tidings .news img {
  float: left;
  width: 100%;
}

.tidings .news a.leia-mais {
  color: #DE001F;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}

footer {
  float: left;
  width: 100%;
  background-image: url('../img/detalhe-footer.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #DFD2DB;
  padding-top: 38px;
}

footer.logado {
  padding-top: 38px;
  /*	position: absolute;
  bottom: 0;*/
}

footer .partners {
  float: left;
  width: 25%;
  position: relative;
}

footer .partners .slide {
  float: left;
  width: 70%;
  margin-left: 15%;
}
footer .partners .slide img {
  float: left;
  width: 90%;
  margin-left: 2.5%;
}

footer .partners .slick-prev,
footer .partners .slick-next {
  position: absolute;
  top: 58%;
  height: 20px;
  width: 20px;
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  content: ' ';
}

footer .partners .slick-prev {
  background-image: url(../img/seta-esq.png);
  left: 0;
}

footer .partners .slick-next {
  right: 5%;
  background-image: url(../img/seta-dir.png);
}

footer .networks {
  float: left;
  width: 18%;
  height: 100%;
  padding-left: 4%;
}

footer .networks a {
  float: left;
  width: 100%;
  text-decoration: none;
  color: #fff;
  margin: 5px 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
}

footer .networks a i {
  float: left;
  color: #fff;
  width: 25px;
  height: 25px;
  background: #DE001F;
  text-align: center;
  line-height: 25px;
  border-radius: 3px;
  margin-right: 10px;
}

footer .divider {
  float: left;
  width: 2px;
  background-color: #fff;
  height: 170px;
  margin-top: 30px;
  margin-bottom: 30px;
}

footer .addresses {
  float: left;
  width: 48%;
  height: 100%;
  padding-left: 4%;
}

footer .addresses .address {
  float: left;
  width: 49%;
  margin: 0 .5%;
  margin-bottom: 20px;
}

footer .addresses .address span {
  float: left;
  width: 100%;
  font-size: 13px;
  color: #333;
}

footer .addresses .address span.title {
  float: left;
  width: 100%;
  font-weight: bold;
}

footer .addresses,
footer .networks,
footer .partners {
  margin-bottom: 30px;
}

footer h2 {
  color: #fff;
  font-size: 17px;
  float: left;
  width: 100%;
}

footer .footer-nav {
  float: left;
  width: 100%;
  height: 50px;
  background: #333336;
}

footer .footer-nav ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 50px;
}

footer .footer-nav ul li {
  float: left;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 13px;
  margin: 0 5px;
  font-weight: bold;
}

footer .footer-nav ul li a {
  text-decoration: none;
  color: #cdcdcd;
}

footer .footer-nav .web-by {
  float: right;
  color: #cdcdcd;
  font-size: 13px;
  height: 50px;
  line-height: 50px;
}

footer .footer-nav .web-by a {
  color: #cdcdcd;
  text-decoration: none;
  font-weight: bold;
}

footer .footer-nav .web-by a:hover {
  text-decoration: underline;
}

.internal {
  float: left;
  width: 100%;
  padding-bottom: 40px;
}

.internal h1 {
  float: left;
  width: 100%;
}

.e404 {
  float: left;
  width: 96%;
  padding: 80px 0;
}

.e404 h1.title {
  float: left;
  width: 100%;
  text-align: center;
  color: #777;
  font-size: 150px;
  margin: 0;
}

.e404 span.description {
  float: left;
  width: 100%;
  text-align: center;
  color: #999;
  font-size: 18px;
  margin: 0;
}

.view-file {
  color: #333;
  text-decoration: none;
}

.item-full {
  float: left;
  width: 100%;
}

.item-full img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.menu-mobile, .login-button, .menu-button {
  display: none;
}

.status-rejeitado {
  text-decoration: underline;
  cursor: help;
}

.internal h3 {
  margin-bottom: 5px;
  float: left;
  width: 100%;
}

.internal.fixed {
  padding-top: 40px;
}

.pointer {
  cursor: pointer;
}
