.home_conteudo{
  width: 100%;
  padding: 40px 0;
}
.home_slider{
  max-width: 1150px;
  margin: 0 auto;
  overflow: hidden;
}
.home_slider .item{
  padding: 0 10px;
}
.home_slider .item .item_conteudo{
  position: relative;
  text-align: center;
  font-size: 18px;
  color: #777777;
  font-style: italic;
}
.home_slider .item .item_conteudo spam{
  font-weight: 400;
  font-size: 18px;
  color: #777777;
}
.home_slider .item .item_conteudo a img{
  max-width: 98%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.home_atalhos_mobile{
  display: none;
  margin-top: 60px;
  margin-bottom: 60px;
}
.home_atalhos_mobile .linha1{
  width: 100%;
  height: 480px;
  background: url('../img/bg_home_representantes_mobile.png') center no-repeat #2E6398;
}
.home_atalhos_mobile .linha1 p{
  font-size: 22px;
  width: 260px;
  padding-top: 120px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  font-style: italic;
  font-weight: 400;
}
.home_atalhos_mobile .linha2{
  background: #EFEFED;
  padding: 60px 0;
}
.home_atalhos_mobile .linha2 p{
  text-align: center;
  max-width: 95%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
  color: #3DB8FB;
  padding-bottom: 30px;
}
.home_atalhos_mobile .linha2 .formulario{
  float: inherit;
  max-width: 95%;
  margin: 0 auto 0 auto;
}
.home_atalhos_mobile .linha2 .formulario select{
  max-width: 95%;
}
.home_atalhos{
  margin-top: 80px;
  margin-bottom: 80px;
  width: 100%;
  height: 549px;
  background: url('../img/bg_home_representantes.jpg') center no-repeat;
}
.atalho_representantes{
  width: 1150px;
  margin: 0 auto;
  max-width: 95%;
  position: relative;
}
.coluna1{
  width: 575px;
  max-width: 50%;
  float: left;
}
.coluna1 p{
  float: right;
  width: 260px;
  padding: 190px 20px 0 20px;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  color: #3DB8FB;
}
.formulario{
  float: right;
  position: relative;
  margin-top: 20px;
  margin-right: 20px;
  width: 420px;
  border: none;
  height: 42px;
  border-radius: 21px;
  background: #ffffff;
  -webkit-box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.1);
  box-shadow: inset 3px 3px 3px 0px rgba(0,0,0,0.1);
}
.formulario select{
  top: 0;
  left: 10px;
  position: absolute;
  width: 400px;
  height: 100%;
  box-sizing: border-box;
  padding: 0 10px 0 20px;
  border: none;
  background: none;
  color: #aaaaaa;
  outline: none;
  font-size: 15px;
  font-style: italic;
}
.coluna2{
  width: 575px;
  max-width: 50%;
  float: right;
}
.coluna2 p{
  padding: 160px 20px 0 20px;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  width: 280px;
}
.home_conteudos{
  width: 1150px;
  margin: 0 auto;
  max-width: 95%;
  position: relative;
}
.conteudo1{
  float: left;
  width: 50%;
}
.conteudo1 .titulo{
  font-weight: 700;
  font-size: 22px;
  color: #132A90;
  margin-bottom: 15px;
}
.conteudo1 iframe{
  max-width: 95%;
}
.conteudo1 p{
  margin-top: 50px;
  font-size: 22px;
  text-align: center;
  padding: 0 20px;
  color: #132A90;
}
.conteudo1 a{
  display: block;
  width: 230px;
  margin: 50px auto;
}
.conteudo1 .selo_natureza{
  display: block;
  width: 386px;
  max-width: 100%;
  margin: 0 auto 0 auto;
}
.conteudo1 .selo_natureza img{
  max-width: 95%;
  display: block;
  margin: 0 auto;
}
.conteudo2{
  float: right;
  background: #ffffff;
  width: 50%;
}
.conteudo2 iframe{
  margin-bottom: 30px;
  max-width: 95%;
  float: right;
}
@media screen and (max-width: 960px){
  .home_atalhos{
    display: none;
  }
  .home_atalhos_mobile{
    display: block;
  }
  .conteudo1, .conteudo2{
    float: inherit;
    width: 100%;
  }
  .conteudo1 .titulo{
    text-align: center;
  }
  .conteudo1 iframe{
    display: block;
    margin: 0 auto;
  }
  .conteudo1 .selo_natureza{
    margin-bottom: 70px;
  }
  .conteudo2 iframe{
    display: block;
    margin: 0 auto 30px auto;
    float: inherit;
  }
}
