/*********************************************************************************************************
 *********************************************************************************************************
 *                        PROJECT 
 ********************************************************************************************************* 
 *********************************************************************************************************/
section.press-itens .separator {  margin-bottom: 15px; }
section.press-itens div.scroll-down-icon {  background-color: #7d8189;  background-size: contain;  height: 35px;  -webkit-mask: url(../../images/arrow-up.png) no-repeat center;  mask: url(../../images/arrow-up.png) no-repeat center;  -webkit-mask-size: contain;  mask-size: contain;  -webkit-transform: rotate(180deg);  width: 35px; }
section.press-itens {  min-height: calc(100vh - 241px);  margin: 0px auto; margin-top: 50px; }
section.press-itens .row { margin-bottom: 30px; }
section.press-itens h1.title {  font-family: 'Museo Sans', sans-serif;  font-size: 34px;  font-weight: 300;  margin-bottom: 30px auto;  text-align: center;  text-transform: uppercase; }
section.press-itens div.item { margin-bottom: 15px;  position: relative; }
section.press-itens div.item img.display {  position: relative; z-index: 0; max-width: 100%; }
section.press-itens div.item .box { width: 85%; margin: 0 auto; margin-top: -48px; background: #f1f2f4; position: relative; z-index: 2; padding: 20px; text-align: center; font-size: 12px; }
section.press-itens div.item .box .seta { position: inherit;  display: block; }
section.press-itens div.item .box p { position: inherit; display: block;  margin-top: 15px; font-size: 18px; }
section.press-itens div.item .box a { position: inherit; display: block; margin-top: 10px; width: 20%; margin: 0 auto; margin-top: 15px; background: #7b828a; padding: 13px; color: #FFF; text-align: center; text-transform: uppercase; }

/*********************************************************************************************************
 *********************************************************************************************************
 *                        RESPONSIVE 
 ********************************************************************************************************* 
 *********************************************************************************************************/
@media only screen and (max-width: 1024px) {
  section.press-itens .row { }
  section.press-itens div.item img.display {  width: 100%; }
  section.press-itens div.item .box a { width: 40%;  }

}
@media only screen and (max-width: 768px) {
  section.press-itens .row {  }
}
@media only screen and (max-width: 480px) {
  section.press-itens .row {  }
}