
/* HEADER */ 
header ol, ul {
  list-style: none;
}
header li {
  display: inline-block;
  padding: 5px 0 20px;
  vertical-align: middle;
}

header ul li a {

  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: color 0.1s, background-color 0.1s;
}
header ul li a {
  position: relative;
  display: block;
  padding: 12px 0;
  margin: 0 5px;
  letter-spacing: 1px;    
  line-height: 16px;
  font-weight: 900;
  text-transform: uppercase;
  transition: color 0.1s,background-color 0.1s,padding 0.2s ease-in;
  color: #fff;
}
header ul li ::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #F42147;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: color 0.1s,transform 0.2s ease-out;
}

header ul li :hover::before {
  transform-origin: left top;
  transform: scale(1, 1);

}
header a:hover, a:focus, a:active {
  color: #fff;
  text-decoration: none;
}

header  {  
  padding-top: 35px;  
  float: left;
  width: 100%;
  background-color: #7D2738;
  border-bottom: 178px solid #7D2738;
  margin-bottom: 30px;

}

header  ul {

  list-style: none;

}

header  ul li a{

  border: 0;
  font-size: 10px !important;
  line-height: 1.42857143 !important;
  letter-spacing: 4px;
  border-radius: 0;
  font-family: Montserrat, sans-serif;


}
/* HEADER */ 


body {
  overflow-x: hidden;
  font: 400 15px Lato, sans-serif;
  line-height: 1.8;
  color: #000000;
  background-color: #F3F3F3
}

.cbp-spmenu {
    background: #731225 !important;
    position: fixed;
}

.cbp-spmenu a:hover {
    background: #000 !important;
    color: #fff;
}

.banner {
  float: left;
  width: 100%;
  margin-top: -175px;
  z-index:2;
  position: relative;
}



footer {
  padding-top: 45px;
  float: left;
  width: 100%;
  background-color: #5a5a5a;
  padding-bottom: 45px;



}

.localiza ul {
  list-style-type: none;
}

.localiza ul li {   

  display: inline-block;

}

.localiza ul li:first-of-type {
  width: 12%;
}

.localiza ul li:last-of-type {
  width: 84%;
}

.localiza ul li.tell {
  width: 80%;

}

.localiza ul li.tell span {
  position: relative;
  top: -16px;
  font-size: 24px;
}

.info p {      
  width: 150px;
  font-size: 13px;
  font:Lato, sans-serif;    
  margin-bottom: 30px;
  position: relative;
  color: #fff;

}

footer .info span {
  font-size: 14px;
  color: #fff;
  font: Lato, sans-serif;
  display: initial;
  width: 85%;
  text-align: left;
  position: relative;
  margin-left: 13%;
}
img.img-responsive.logo-footer {
  display: block;
}

.info img {    
  margin-top: 0px;
  margin-left:0px;
  position: absolute;

} 

.info .tell span{
  margin-left: 21%;
  font-size: 25px;
  font-weight: 700;
}

.row.quebra {
  padding-bottom: 25px;
  padding-top: 25px;
}

.input{
  background-color:  #5a5a5a;

}

.social ul li{
  float: right;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  right: 75% 


}

footer .glyphicon{
  color: #fff;

}

.banner img{   
  width: 100%

}

#news input {
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  border-left: 1px solid #fff;

}
input.form-control {
  color:#FFF !important;
}

.fa{
  font-size:18px;
  color:#fff;
}


#news button {
  background: transparent;
}







ul,ol{
  list-style: none;
  margin: 0;
  padding: 0;
}

#showRightPush{
  position: absolute;
  right: 10px;
  top: 0px;
  color: #ffffff;
  display: none;
  margin: 0 10px;
  text-transform: uppercase;
  line-height: 27px;
  border-radius: 0;
  font-family: 'museo_sans900';
  font-size: 1.1em;
  text-shadow: 1px 1px 2px #00000094;
  border-bottom: 3px solid transparent;
  height: 41px;
  border-bottom: 4px solid transparent;
}

body.cbp-spmenu-push-toleft a#showRightPush i:after, 
body.cbp-spmenu-push-toleft a#showRightPush i:before {
  box-shadow: none;
}
body.cbp-spmenu-push-toleft a#showRightPush i:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body.cbp-spmenu-push-toleft a#showRightPush i:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#showRightPush i{
  border: 4px solid #fff;
  display: block;
  background: #772435;
  height: 56px;
  width: 56px;
  border-radius: 100% !important;
  margin: 0;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.30);
  position: relative;
}

#showRightPush i:after, 
#showRightPush i:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -15px;
  border-radius: 50px;
  box-shadow: 0px -8px 0 #fff, 0px 8px 0 #fff;
}

.fundo_transparent {
  display: none;
  position: fixed !important;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  top: 0;
  left: 0;
  z-index: 999999;
  cursor: pointer;
}
.cbp-spmenu-right.cbp-spmenu-open {
  z-index: 9999999;
}