.fx{
    -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;
}
.barra{
  /*height: 170px;*/
  background: url("../img/topo.jpg") repeat-x;
}
body,
.dib{
    font-size: 14px;
}

body{
  background: url("../img/fundo.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

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

.in{
  max-width: 1200px;
}



.topo .in{
  padding-top: 50px;
  padding-bottom: 50px;
  color: white;
  text-align: center;
}

.topo .in h1{
  font-size: 35px;
}


.topo .logo_emp img {
    width: 240px;
}
.site .logos{
  padding-top: 100px;
  text-align: center;
  
}
.logos .in .info{
  padding-top:100px;
  padding-bottom:200px;
    text-align: center;
    color: #00853e;
}
.logos .in h1{
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
}

.logos .in h2{
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
    padding: 10px 0px;
}

.logos{
  padding-top: 40px;
}

.el{
  text-align: center;
  padding: 20px 50px;
}

.img_logo img{
  height: 40px
}

.img_logo{
  padding: 15px;
  background: rgba(255,255,255,0.5);
  display: inline-block;
}

.botao_caixa{
  padding-top: 20px;
}

.botao{
  display: inline-block;
  font-size: 0px;
  text-align: center;
  border: 1px solid #92C862;
}

.seta,
.texto{
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  background: rgba(255,255,255,0.6);
  vertical-align: top;
}

.seta{
  width: 30px;
  border-right: 1px solid #92C862;
}

.seta img{
  width: 30px;
}

.texto{
  padding: 0px 30px;
  color: #92C862;
  font-weight: 600;
}


.botao:hover > div{
  background: white;
}



