@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
body {
  font-size: 100%; }

.topo {
  float: left;
  width: 100%;
  background-repeat: repeat;
  background-position: center center; }
.topo .logo {
  display: flex;
  justify-content: center; }
.topo .textTopo {
  float: left;
  width: 100%; }
.topo .textTopo .facebookTopo {
  float: left;
  border-radius: 100%;
  background-color: #A7A8A9;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: all 0.5s ease-in-out; }
.topo .textTopo .facebookTopo i {
  float: left;
  padding: 8px 9px 9px 10px;
  color: #DDDDDF; }
.topo .textTopo .facebookTopo:hover {
  transition: all 0.5s ease-in-out;
  background-color: #C81F27; }
.topo .textTopo p {
  float: left;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  color: #808184; }

.iconResponsive {
  float: left;
  position: absolute;
  top: 12px;
  cursor: pointer;
  display: block;
  right: 12px;
  border: 2px solid #C81F27;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  background-color: #DCDCDE;
  transition: all 0.5s linear; }
.iconResponsive i {
  float: left;
  padding: 16px 9px 9px 16px;
  color: #CE1F28;
  transition: all 0.5s linear; }
.iconResponsive:hover {
  background-color: #C81F27;
  transition: all 0.5s linear; }
.iconResponsive:hover i {
  color: #fff;
  transition: all 0.5s linear; }

.navegation {
  float: left;
  width: 0%;
  background-color: #CE1F28;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 999;
  height: 0%;
  transition: all 1s ease-in-out; }
.navegation ul {
  list-style: none;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0; }
.navegation ul li {
  float: left;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  margin: 18px 0 0 0;
  cursor: pointer; }
.navegation ul li a {
  float: left;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  margin: 18px 0 0 0; }

.navegationactive {
  float: left;
  width: 100%;
  background-color: #CE1F28;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100%;
  transition: all 1s ease-in-out; }
.navegationactive ul {
  list-style: none;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0; }
.navegationactive ul li {
  float: left;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  margin: 18px 0 0 0;
  cursor: pointer; }
.navegationactive ul li a {
  float: left;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  margin: 18px 0 0 0; }

.sair {
  position: absolute;
  left: 311px;
  font-weight: bold;
  width: 17px !important; }

.rodape {
  float: left;
  width: 100%;
  background-color: #c81f27; }
.rodape .titleContato {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  color: #fff; }
.rodape .descontato {
  float: left;
  width: 100%;
  margin: 13px 0 0 0; }
.rodape .descontato .map {
  font-size: 1.5rem;
  color: #fff;
  float: left;
  margin: 11px 0 0 0; }
.rodape .descontato .namestreet {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  color: #fff;
  float: left;
  margin: 7px 0 0 11px; }
.rodape .siganos {
  float: left;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  color: #FFFFFF;
  margin: 19px 0 0 0; }
.rodape .iconface {
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  color: #C81F27;
  background-color: #fff;
  cursor: pointer;
  margin: 6px 0 22px 0; }
.rodape .iconface i {
  padding: 14px 0 0 17px; }

.direitos {
  float: left;
  width: 100%;
  background-color: #B81B22; }
.direitos p {
  float: left;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.7rem;
  color: #fff;
  margin: 10px 0 5px 0;
  text-align: center; }

.img-responsive-2 {
  max-width: 100%;
  margin: 0 0 28px 0; }

@media (min-width: 75em) {
  .iconResponsive {
    display: none; }

  .sair {
    display: none !important; }

  .topo {
    float: left;
    width: 100%;
    background-repeat: repeat;
    background-position: center center; }
  .topo .textTopo {
    float: left;
    width: 100%; }
  .topo .textTopo .facebookTopo {
    float: right;
    border-radius: 100%;
    background-color: #A7A8A9;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    margin: 47px 0 0 0; }
  .topo .textTopo .facebookTopo i {
    float: left;
    padding: 8px 9px 9px 10px;
    color: #DDDDDF; }
  .topo .textTopo .facebookTopo:hover {
    transition: all 0.5s ease-in-out;
    background-color: #C81F27; }
  .topo .textTopo p {
    float: right;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    text-align: right;
    margin: 0 0 0 0; }

  .navegation {
    float: left;
    width: 100%;
    background-color: transparent;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 999;
    height: auto;
    transition: all 1s ease-in-out; }
  .navegation ul {
    list-style: none;
    float: left;
    width: 93%;
    margin: 0 0 28px 0;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: #F7F7F7;
    background: -webkit-linear-gradient(#F7F7F7, #E2E2E2);
    background: -o-linear-gradient(#F7F7F7, #E2E2E2);
    background: -moz-linear-gradient(#F7F7F7, #E2E2E2);
    background: linear-gradient(#F7F7F7, #E2E2E2); }
  .navegation ul li {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    border-right: 1px solid rgba(103, 103, 103, 0.09);
    text-decoration: none;
    margin: 0;
    display: flex;
    align-items: center;
    height: 46px;
    cursor: pointer;
    transition: all 0.5s ease-in-out; }
  .navegation ul li a {
    float: left;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: bold;
    color: #676767;
    text-align: center;
    text-decoration: none;
    margin: 18px 0 18px 0;
    transition: all 0.5s ease-in-out; }
  .navegation ul li:hover {
    background-color: #B81B22;
    transition: all 0.5s ease-in-out; }
  .navegation ul li:hover a {
    color: #fff;
    transition: all 0.5s ease-in-out; }

  .active2 {
    background-color: #B81B22;
    transition: all 0.5s ease-in-out; }
  .active2 a {
    color: #fff !important;
    transition: all 0.5s ease-in-out; }

  .rodape .siganos {
    float: left;
    width: 100%;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem;
    color: #FFFFFF;
    margin: 19px 0 0 0; }

  .rodape .iconface {
    float: right;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem;
    color: #C81F27;
    background-color: #fff;
    cursor: pointer;
    margin: 6px 0 22px 0; } }
