.todos{
text-align: justify;
}

#dep1{
    color: #000;
    font-size: 18px;
    font-family: calibri,arial;
    line-height: 23px;
    /* font-style: italic; */
    text-align: center;
    line-height: 21px;
}

#dep11{
    text-align: center;
    color: #000;
    font-family: arial;
    margin-top: 0px;
    font-size: 21px;
    font-style: italic;
}

#dep11 span{
    font-size: 17px;
}
a{
  color: #ffffff;
  text-decoration: none;
}

#slides {
  width: 240px !important;
  overflow: hidden;
  position: relative;
  width: 86%;
  margin-left: 10%;
  height: 170px;
}

#slides ul {
  list-style: none;
  width: 100%;
  height: 180px;
  margin: 0;
  padding: 0;
  position: relative;
}

#slides li {
  width: 100%;
  height: 160px;
  float: left;
  text-align: center;
  position: relative;
  font-family: lato, sans-serif;
}

a#prev, a#next {
  font-size: 29px;
  color: rgba(0, 0, 0, 0.42);
  width: 4%;
  padding: 50px 10px 50px 0px;
  margin-bottom: 0px;
  z-index: 9999;
  position: relative;
  text-align: center;
}

a#prev{  float: left;}
a#next{  float: right;}


a#prev:hover,
a#next:hover {
  color: #000;
  text-shadow: .5px 0px #818181;
  background-color: rgba(0, 0, 0, 0.06);
}

/* Media Query de caixa ate 301px de width */
@media (min-width: 321px) {
  .todos{
    text-align: justify;
  }

  #dep1{
    color: #000;
    font-size: 20px;
    font-family: calibri,arial;
    line-height: 23px;
    /* font-style: italic; */
    text-align: center;
    line-height: 19px;
  }

  #dep11{
    text-align: center;
    color: #000;
    font-family: arial;
    margin-top: 0px;
    font-size: 20px;
    font-style: italic;
  }

  #dep11 span{
    font-size: 17px;
  }
  a{
    color: #ffffff;
    text-decoration: none;
  }

  #slides {
    width: 430px !important;
    overflow: hidden;
    position: relative;
    width: 86%;
    margin-left: 10%;
    height: 170px;
  }

  #slides ul {
    list-style: none;
    width: 100%;
    height: 180px;
    margin: 0;
    padding: 0;
    position: relative;
  }

  #slides li {
    width: 100%;
    height: 160px;
    float: left;
    text-align: center;
    position: relative;
    font-family: lato, sans-serif;
  }

  a#prev, a#next {
    font-size: 28px;
    color: rgba(0, 0, 0, 0.42);
    width: 4%;
    padding: 50px 10px 50px 0px;
    margin-bottom: 0px;
    z-index: 9999;
    position: relative;
    text-align: center;
  }

  a#prev{  float: left;}
  a#next{  float: right;}


  a#prev:hover,
  a#next:hover {
    color: #000;
    text-shadow: .5px 0px #818181;
    background-color: rgba(0, 0, 0, 0.06);
  }
}