/*--------------------------- TRABALHOS---------------------------------*/


#trabalhos{
    background-color:transparent;
    padding:20px 40px 50px;
    
}

@media only screen and (max-width: 600px) {
  #trabalhos {
      padding:20px 0px 50px;
    
  }
}

.jcarousel-wrapper {
  
    position: relative;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
   
}


/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: auto auto;
    padding: 0;
    justify-content:center;
    
}

.jcarousel li {
    width: 200px;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin:2px;
}

.jcarousel img {
    display: inline-block;
    max-width: 100%;
    max-height: 350px !important;
    margin: 20px 10px 20px;
    box-shadow: 8px 2px 8px 2px rgba(39, 30, 1, 0.37);
    justify-content: center;

    
}
.jcarousel img:hover{
   
    transition: all ease 0.3s;
    opacity:0.8;
 
    
    
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
    display: none;
}

.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
    text-decoration: none;
    color:orange;
  display: none;
}

.jcarousel-control-prev {
    left: -35px;
}

.jcarousel-control-next {
    right: -35px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -55px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
    text-align: center;
    
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 16px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: orange;
    border-radius: 10px;
    text-indent: -9999px;
    border:2px solid orange;
    margin: 2px;
    
}

.jcarousel-pagination a.active {
    background: orange;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}



pre {
    border:1px solid #000;
    overflow-x:auto;
    background: #222;
    color: #fff;
    text-shadow: none;
  }
  
  .wrapper {
      max-width: 900px;
      padding: 20px 5px 40px 5px;
      margin: auto auto;
      justify-content: center;
  }