@charset "UTF-8";
/* CSS Document */

.faqs {
  /*clear: both;
  list-style: none;
  padding-left: 2%;*/
	counter-reset: inst; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    /*list-style: decimal; /* Keep using default numbering for IE6/7 */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}


  .faqs p{
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .6em;
    margin: .6em 0 .5em 2.5em;
    background: #00AFEC;
    color: #fff;
	line-height: 2.2em;
    text-decoration: none;
    transition: all .3s ease-out;
  }

  .faqs p:hover{
    background: #006799;
  }

  .faqs p:before{
    content: counter(inst);
    counter-increment: inst;
    position: absolute;
    left: -3.5em;
    top: 50%;
    margin-top: -1.5em;
    background: #006799;
    height: 3em;
    width: 3em;
    line-height: 3em;
    text-align: center;
    font-weight: bold;
  }

  .faqs p:after{
    position: absolute;
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;
  }

  .faqs p:hover:after{
    left: -.5em;
    border-left-color: #006799;
  }

.img-wrap{
	text-align: center;
	margin: 0 auto;
}

.faqsimg{
	text-align: center;
  width: 300px;
	margin: 0 auto;
}

.img_edicoes{
  max-width: 375px;
  max-height: 250px;
  overflow: hidden;
  text-align: center;
  margin: auto auto;
  display: inline-block;
}

.img_edicoes img{
  width: 375px;
}

/*
.faqs li {
  margin: 2em 0;
  padding-top: 1em;
  display: block;
  position: relative;
  counter-increment: inst;
}
.faqs li::before {
  content: counter(inst);
  
display: block;
  background-image: linear-gradient(to right, rgba(0,86,148,255), rgba(0,21,62,255));
  color: #fff;
  
  font-size: 1em;
  font-weight: 700;
  font-style: italic;
  text-shadow: 1px 1px rgba(255, 150, 0, 0.5);
  
  font-size: 1.5em;
  text-align: right;
  
  padding-top: 0;
  padding-left: 2.25%;
  left: -5%;
  top: -0.65em;
  height: 30px;
  width: 220px;
  position: relative;
  
  z-index: -1;
}



.item {
  margin: 0 auto;
  padding: 1em;
  position: relative;
  max-width: 40%;
  height: 200px;
  overflow: hidden;
}
.faqsimg{
    width: 300px;
}
.item .img-wrap:before {
  content: '';
  background-image: linear-gradient(to right, rgba(239,239,239,255), rgba(239,239,239,0));
  position: absolute;
  height: 100px;
  right: 0;
  bottom: 0;
  left: 0;
}
.item .img-wrap:after {
  content: '';
  display: block;
  height: 9999px;
}

.img-wrap img {
  width: auto;
  height: auto;
  max-width: 350px;
  vertical-align: middle;
  border: 0;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
  -ms-interpolation-mode: bicubic;
}*/

@media (min-width: 33em) {
  .faqs li:before {
    border-radius: 50%;
    font-size: 1.5em;
    height: 1.35em;
    margin-left: 2.5%;
    padding-left: 0;
    padding-top: 0;
    top: -0.15em;
    width: 1.35em;
    z-index: -1;
  }
}
