.home_slider .item{
  padding: 0 10px;
}
.home_slider .item .item_conteudo{
  position: relative;
  text-align: center;
}
.home_slider .item .item_conteudo spam{
  font-weight: 700;
  color: #3E3F94;
}
.home_linha{
  width: 100%;
  height: 2px;
  background: #FED323;
}
.pagina_atalhos{
  background-color: #eeeeee;
}
.home_atalhos{
  width: 1150px;
  max-width: 95%;
  margin: 50px auto 0 auto;
}
.atalhos_texto{
  float: left;
  width: 50%;
  height: 350px;
}
.atalhos_texto p{
  padding: 0 20px 20px 0;
  font-size: 20px;
  line-height: 36px;
  text-align: justify;
  color: #555555;
}
.atalhos_texto .atalhos_titulo{
  padding: 50px 20px 10px 0;
  font-size: 30px;
  font-weight: 900;
  color: #3E3F94;
}
.banner_catalogo{
  float: right;
  width: 50%;
  height: 350px;
  text-align: right;
}
.banner_catalogo p{
  padding-top: 20px;
}
.banner_catalogo img{
  height: 250px;
}
.banner_catalogo a{
  padding: 20px 20px;
  background: #00A0E3;
  color: #ffffff;
  font-weight: 700;
  border-radius: 5px;
  margin-right: 12px;
  text-decoration: none;
}
@media screen and (max-width: 960px){
  .atalhos_texto{
    float: inherit;
    position: relative;
    margin: 0 auto;
    padding-top: 0px;
    width: 100%;
    height: inherit;
    max-width: 100%;
    text-align: center;
  }
  .atalhos_texto p{
    padding: 0;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    color: #555555;
  }
  .atalhos_texto .atalhos_titulo{
    padding: 30px 0 10px 0;
    font-size: 26px;
    text-align: center;
  }
  .banner_catalogo{
    float: inherit;
    width: 100%;
    position: relative;
    margin: 0 auto 0 auto;
    margin-top: 25px;
    text-align: center;
  }
  .banner_catalogo p{
    padding-top: 20px;
  }
  .banner_catalogo img{
    height: auto;
    max-height: 250px;
    max-width: 100%;
  }
  .banner_catalogo a{
    padding: 20px;
    margin: 0 auto;
    background: #00A0E3;
    color: #ffffff;
    font-weight: 700;
    border-radius: 5px;
    margin-right: inherit;
    text-decoration: none;
  }
  .mapa{
    width: 50%;
  }
  .texto{
    margin-top: 0;
    margin-left: 0;
    width: 50%;
  }
  .atalho_representantes .texto{
    font-size: 15px;
    padding-left: 10px;
  }
  .atalho_representantes .texto .titulo{
    font-size: 24px;
  }
  .atalho_catalogo{
    float: inherit;
    margin: 70px auto 0 auto;
    max-width: 95%
  }
}
@media screen and (max-width: 350px){
  .banner_catalogo a{
    padding: 20px 10px;
    font-size: 15px;
  }
}