body {
  background-color: rgba(155, 155, 155, 0);
  background-repeat: no-repeat;
  background-size: cover; 
  background-attachment: fixed;
}

h2 {
  font-family: Lato;
}

.azul {
  color: #254367;
}

.cinza {
  color: #ededed;
  background-color: rgba(142, 141, 141, 0.9);
  padding: 2%;
  height:auto;
  display: flex;
  margin-bottom: 2%;
}

p {
  font-family: Lato;
  line-height: 1.79;
  letter-spacing: normal;
}

.titulosobre {
  display: block;
  font-size: 24px;
  font-family: Lato;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: normal;
  text-align: justify;
  color: #ededed;
}

.textocorpo {
  display: block;
  font-family: Lato;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: normal;
  text-align: justify;
}

.textocorposize {
  font-size: 18px;
}

.margem-sobre {
  margin-left: 8.5%;
  margin-right: 8.5%;
  height: 100vh;
}

.fundo {
  margin-top: -20px;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  background-color: #ffffff;
  position: relative;
  top: 0;
  bottom: 1000 px;
}

.div-master {
  margin-top: 50px;
  background: #000;
  text-align: center;
  padding: 40px 3px;
  width: 65%;
  margin: 0 auto;
  overflow-x: overlay;
  overflow-y: hidden;
}

.item-c {
  float: left;
  width: 152px;
  height: 270px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #000;
}
.carrossel {
  height: 10px;
  width: max-content;
  background-color: #ededed;
}
.item-c:hover {
  float: left;
  width: 228px;
  margin-top: -40px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
}
.caption {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  margin-top: -54px;
  padding: 14px 4px;
  position: relative;
  font-size: 12px;
  font-family: verdana;
  text-align: center;
  width: 100%;
}
.item-c:hover .caption {
  display: block;
}

#master {
  color: #fff;
}
.div-master::-webkit-scrollbar {
  width: 1em;
  height: 10px;
}

.div-master::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #191919;
  border-radius: 9px;
}

.div-master::-webkit-scrollbar-thumb {
  background-color: #191919;
  outline: 1px solid #363536;
  border-radius: 9px;
}
.title {
  color: #aaaaaa;
}
.item-c img {
  width: 95%;
  border: 8px solid #000;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.show-it {
  opacity: 9.9 !important;
}
.play {
  background-image: url(http://www.iconsdb.com/icons/download/black/video-play-512.gif);
  height: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -140px;
  /*   z-index: 9999; */
  position: relative;
  margin-bottom: 148px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.item-c:hover .play {
  opacity: 9.9;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  margin-top: -216px;
  height: 70px;
}
.before {
  float: left;
  color: #fff;
  margin-top: 138px;
  position: absolute;
  left: 50px;
  padding: 20px;
  font-size: 30px;
}
.after {
  float: right;
  color: #fff;
  margin-top: -63px;
  position: absolute;
  left: 88%;
  padding: 20px;
  font-size: 30px;
}
.arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ccc;
  cursor: pointer;
}
.arrow-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ccc;
  cursor: pointer;
}
.carousel-wrap{
  background-color: #ffffff
}

.item {
  width: 300px;
  height: 300px
}

@media screen and (max-width:700px) {
  .margem-sobre {
    height: auto;
  }
}