*{
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.anim {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.noeffect{
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

input,
textarea,
body{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

body,
.dib{
  font-size: 14px;
}

body{
  background: #818181;
}

.site{
  display: block;
  position: relative;
}

.lp_in{
  position:relative;
  max-width: 1000px;
  padding: 20px 110px 20px 60px;
}

.logo{
  background: white;
  padding: 30px 0px;
}

.logo img{
  height: 60px;
}

.menu,
.texto{
  background: #eee;
}

.rp .lp_in,
.menu .lp_in,
.texto .lp_in{
  padding-left: 130px;
  max-width: 1000px;
}

.lp_in ul{
  position: relative;
  display: block;
  font-size: 0px;
}

.menu ul li{
  font-size: 14px;
  display: inline-block;
  margin-right: 50px;
  padding-top: 20px;
}

.menu ul li a{
  display: block;
  font-size: 17px;
  line-height: 20px;
  color: #444;
}

.menu ul li a span{
  color: #999;
}

h1{
  font-size: 28px;
  font-weight: 300;
  padding-top: 40px;
}

h2{
  font-size: 28px;
  font-weight: 900;
  padding-bottom: 20px;
}

.txt{
  line-height: 30px;
  font-size: 17px;
  padding-bottom: 50px;
}

.rp li{
  font-size: 16px;
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  color: white;
  line-height: 25px;
}

.rp li em{
  color: #bbb;
}

.rp{
  padding: 20px 0px;
}

.menu ul li a:hover{
  color: #ED1C24;
}

.hide{
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 0;
  top: 0;
}

.facebook{
  display: block;
  opacity:1;
  -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter:alpha(opacity=100);
  -moz-opacity:1;
  -khtml-opacity:1;
}

.facebook:hover{

  opacity:0.5;
  -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity:0.5;
}

.facebook img{
  width: 16px;
}

.facebook span,
.facebook em{
  display: inline-block;
  vertical-align: middle;
}

.facebook span{
  padding-right: 10px;
  text-transform: uppercase;
  color: white;
}

a.facebook,
a.facebook em{
  text-transform: uppercase;
  color: black;
}
.logo .premio_artesanato{
    position: absolute;
    right: 10px;
    height: 120px;
    top: 25px;
}