/* PORTFOLIO */
body.portfolioPagina{background-color: #ffffff;}
header{position: initial; border-bottom: solid 1px #dedede;}
    header nav li.logo{margin: 0 50px 0 15px;}
    header nav ul li{color: #333333;}
    header nav ul li a:active, header nav ul li a:visited, header nav ul li a:link{color: #333333;}
    header nav ul li a:hover{border-bottom: solid 2px #333333;}
    header nav ul li a.ativo{border-bottom: solid 2px #0696b7;}
footer{background-color: #ffffff;padding: 5px 0 3px 0; border-top: solid 1px #dedede;}
    footer .copyright small{color: #333333;}

.portfolio{padding: 0 0 38px 0;}
	.portfolio .filmesLista{margin: 40px 0 20px 0;}

/* ---- button ---- */

.button {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  display: inline-block;
  padding: 10px 15px;
  margin-bottom: 10px;
  border: none;
  color: #333;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.5s ease;
  text-transform: uppercase;
  background-color: transparent;
  border-bottom: solid 2px #0696b7;
}

.button:hover {
  background-color: #0696b7;
  color: #ffffff;
  border-bottom: solid 2px #333333;
}

.button:active,
.button.is-checked {
  background-color: #0696b7;
  border-bottom: solid 2px #333333;
}

.button.is-checked {
  color: #ffffff;
}

.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

.button-group {
  /* text-align: center; */
  margin: 0 auto;
}

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  /* float: left; */
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.button-group .button:first-child {}
.button-group .button:last-child {}

/* ---- isotope ---- */

.grid {
  display: block;
  min-height: 360px;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

.element-item {
  position: relative;
  float: left;
  width: 25%;
  /* height: 100%; */
  margin: 0;
}

.element-item > * {
  margin: 0;
  padding: 0;
}

.element-item img {
  width: 100%;
}

.element-item a::before {
  content:'';
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0.5);
  display: block;
  z-index: 2;
  position: absolute;
  transition: all 0.5s ease;
 }

.element-item a:hover::before {
  z-index: 1;
 }

.element-item a:active,
.element-item a:visited,
.element-item a:link{display: block;position: relative;}

.element-item a:hover {
 
}

.element-item a img {
  width: 100%;
  margin: 0 auto;
}

.element-item a .info {
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 50%;
  text-align: center;
  z-index: 1;
  display: block;
  width: 100%;
}

.element-item a .info:hover {
  z-index: 3;
}

.element-item a .info svg {
  width: 50px;
}

.element-item a .info svg path {
  fill: #ffffff;
}

.element-item a .info h1 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
}

.element-item iframe {
  width: 100%;
}

/* 640 */
._640 header{border-bottom: solid 1px #dedede;height: 70px;position: fixed;background-color: #ffffff;top: 0;z-index: 10;}
    ._640 header nav{display: block;}
        ._640 header nav ul li{display: none;}
        ._640 header nav ul li.logo{display: block;margin: 0 auto;}
            ._640 header nav li.logo h1{top: 0; text-align: center;}
                ._640 header nav li.logo h1 a{padding: 0;}
                    ._640 header nav li.logo h1 a svg{height: 50px;}

._640 #menu-toggle{top: 1.5%;}
    ._640 #menu-toggle span{background-color: #0696b7;}

._640 .portfolio{padding: 70px 0 30px 0;}
  ._640 .element-item a .info{z-index: 3;}

._640 .element-item{width: 100% !important;float: none;}

._640 .grid{min-height: 100%;}