
.gpv_container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gpv_cfix:after{
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.heading_title .grid-title{
  padding: 0 0 15px 0;
}
.GPV_wrapper{
  margin: 20px 0;
}
.GPV_wrapper h2{
  margin: 0!important;
  padding: 0!important;
  font-size: 25px!important;  
  font-weight: 400!important;
  color: #FFF;
  border: none;
}

.gpv_container{
  width: 100%;
  background: #b1bfc6;
  /*font-family: empty;*/
  font-size: 1px;
  padding: 5px!important;
  position: relative;
  margin: 20px 0;
  display: none;
}
.gpv_bg_color{
 background: black;
}
.gpv_container .img-open{
  opacity: 1!important;
}
.gpv_bg_color .grid-thumbnail{
  opacity: 0.20;
}
.gpv_container > *{
  font-family: 'Lato', Calibri, Arial, sans-serif;
  font-size: 18px;
}
.gpv_container .grid-item{
  width: 20%;
  padding: 5px;
  display: inline-block;
  *display: inline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;   
  box-sizing: border-box;    
}
.gpv_container .grid-item .grid-thumbnail{
  position: relative;
}
.gpv_container .grid-item .grid-thumbnail-content{  
  cursor: pointer;
  /*border: 3px solid #607d8b;*/
  border-radius: 4px;
 width: 100%;
}
.gpv_container .grid-item .grid-thumbnail-content img{
  display: inline-table;
  max-width: 100%; 
  height: auto;
  vertical-align: middle;
}

.gpv_container .grid-item .grid-arrow{
  border-bottom: 10px solid;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -15px;
  display:none;
  height: 0;
  position: absolute;
  width: 0;
  z-index: 2;
  left: 34%;
}
.gpv_container .grid-item .grid-arrow{
  border-bottom-color: #cdcdcd;
}

.gpv_container .grid-item .grid-details{
  display:none;
  left: 0;
  margin: 15px 1% 0 1%;
  overflow: hidden;
  position: absolute;
  width: 98%; 
  margin-bottom: 20px;
}

.gpv_container .grid-item .grid-details .grid-close{
  position: absolute;
  width: 30px;
  height: 30px;
  top: 6px;
  right: 6px;
  cursor: pointer;
  z-index: 25;
}
.gpv_container .grid-item .grid-details .grid-close:before,
.gpv_container .grid-item .grid-details .grid-close:after{
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  height: 2px;
  background: #888;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gpv_container .grid-item .grid-details .grid-close:after{
   -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.gpv_container .grid-item .grid-details .grid-close:hover{
  opacity: 0.6;
}

.gpv_container .grid-item .grid-details-content{
  min-height: 100px; 
}
.gpv_container .grid-item .grid_exemplo{
  width: 100%;
  padding: 36px;
}

/***********************************/

.gpv_container .grid_container .fluid-width-video-wrapper{
  padding: 0!important;
}

.gpv_container .gpv-link-btn {
  color: #428bca;
  text-decoration: none!important;
  font-weight: 700;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 6px 12px;
  border: 3px solid #333!important;
  display: inline-block;
  margin: 30px 0 0;
  outline: none;
}
.gpv_container .gpv-link-btn::before {
  content: '\2192';
  display: inline-block;
  margin-right: 10px;
}
.gpv_container .gpv-link-btn:hover{
  opacity: 0.6;
  font-weight: 700;
  font-size: 16px;
  color: #333;
  outline: none;
}

.gpv_container img {
  vertical-align: middle;
  border: none!important;
  height: auto!important;
}
.gpv_container .img-responsive{
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.gpv_container hr {
  margin: 15px 0 15px 0!important;  
  border: 0;
  border-top: 1px solid #eee;
}

.gpv_container p {
  margin: 0 0 10px;
  line-height: 1.6;
}

.gpv_container .row {
  margin-right: -15px;
  margin-left: -15px;
}
.gpv_container .col-md-6{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
}

@media (min-width: 992px) {
  .gpv_container .col-md-6 {
    float: left;
  }  
  .gpv_container .col-md-6 {
    width: 50%;
  }  
}

.gpv_container .row:before,
.gpv_container .row:after{
  display: table;
  content: " ";
}
.gpv_container .row:after{
  clear: both;
}


.animated_gpv {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*******************************************************/
@-webkit-keyframes bounceInDown_gpv {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown_gpv {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown_gpv {
  -webkit-animation-name: bounceInDown_gpv;
  animation-name: bounceInDown_gpv;
}
/*******************************************************/

/*******************************************************/
@-webkit-keyframes fadeIn_gpv {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn_gpv {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn_gpv {
  -webkit-animation-name: fadeIn_gpv;
  animation-name: fadeIn_gpv;
}
/************************************************/

/**************************************/
@-webkit-keyframes zoomIn_gpv {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn_gpv {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn_gpv {
  -webkit-animation-name: zoomIn_gpv;
  animation-name: zoomIn_gpv;
}
/**************************************/

/******************responsive*************************/

@media (max-width: 767px) {
  .GPV_wrapper h2
  {
    font-size: 18px!important;  
  }

}


@media (max-width: 600px) {
  .GPV_wrapper h2
  {
    font-size: 15px!important;  
  }

}
@media (max-width: 499px) {
  .GPV_wrapper h2
  {
    font-size: 13px!important;
  }

}

@media (max-width: 350px) {
  .GPV_wrapper h2
  {
    font-size: 10px!important;  
  }

}


