.boxparceiros{
  height: 15vh;
  flex-grow: 1;
}
.imgparceiros{
  max-height: 100%;
  min-width: 100%;
  object-fit: scale-down;
  vertical-align: bottom;
}
.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: center;
}
.imgportfolio{
  height: inherit;
}
.portfoliobox {
height: 650px;
width: 500px;
margin: 0 auto;
background-position: top;
background-repeat: no-repeat;
background-size: cover;
background-clip: content-box;
padding-top:5px;
padding-left:5px;
padding-right:5px;
padding-bottom:5px;
}
.portfolioimg1 {
  background-image: url("images/airsoft/awp_airsoft_portfolio_1.jpg");
}
.image111 {
background-image: url("images/1/paths awp.png");
height: 100vh;
background-position: center;
background-size: cover;
}
.parallax110 {
/* The image used */
background-image: url("images/1/chameleon bunker 2.png");
/* Set a specific height */
min-height: 100%;
/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: 55vw 60vh;
}
.parallax111 {
/* The image used */
background-image: url("../images/2/inprovviso_sala1.jpg");
/* Set a specific height */
min-height: 50vh;
/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.imagepizza{
margin: auto;
  }

  .imageementa1{
  margin: auto;
  padding: 1vw;
  background-color: #fff;
  width: 20vw;
  height: auto;
  display: block;
    }
    .imageementa2{
    margin: auto;
    padding: 1vw;
    background-color: #fff;
    width: 40vw;
    height: auto;
    display: block;
      }
  .parallax112 {
  /* The image used */
  background-image: url("../images/2/fundo2.jpg");
  /* Set a specific height */
  height: 67vh;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }
  .parallax112mov {
  /* The image used */
  background-image: url("../images/2/fundo2.jpg");
  /* Set a specific height */
  height: 120vh;
  /* Create the parallax scrolling effect */
  background-size: cover;

  }
.parallax113 {
/* The image used */
background-image: url("images/airsoft/awp_airsoft_portfolio_1.jpg");
/* Set a specific height */
min-height: 350px;
width: 100%;
/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
@media only screen and (max-device-width: 1200px) {
.parallax111 {
display: none;
}
}

.effect {
       cursor: pointer;
     }
.effect:hover {
        animation-duration: 1s;
          animation-iteration-count: infinite;
           animation-name: tada;
    }
     @keyframes tada {
        from {
          transform: scale3d(1, 1, 1);
        }
        10%, 20% {
          transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -3deg);
        }
        30%, 50%, 70%, 90% {
          transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        }
        40%, 60%, 80% {
          transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        }
        to {
          transform: scale3d(1, 1, 1);
        }
}
