/*  CRISLEY 21/12/2016 */

.popup{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400;
    overflow: hidden;
  }
  
  .popup .popup-conteudo{
    position: relative;
    /*top: 100px;*/
    /* width: 85%; */
    width: 46%;
    height: 100%;
    margin: 0px auto;
    /* background-color: #fff; */ 
  }
  
  .popup .popup-conteudo img{
    /* width: 100%; */
    height: 100%;
  }
  
  .popup .fechar{
    background: url(../images/close.png);
    display: block;
    width: 32px;
    height: 32px;
    z-index: 999;
    right: 0;
    position: absolute;
  }
  
  .popup .fechar:hover{
    cursor: pointer;
  }
  @media screen and (max-width: 478px) {
    .popup{
      top: 80px;
    }
    .popup .popup-conteudo{
      width: 100% !important;
    }
    .popup .popup-conteudo img{
      width: 100% !important;
      height: auto !important;
    }
  }

  header nav .links .menu a {
    font-size: 12px;
  }

  #features.index a {
    width: 20% !important;
    padding: 40px 15px 20px 15px;
  }
  #features.index a h2 {
    padding-left: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  /* = RESPONSIVIDADE ============================================================ */
@media screen and (max-width: 1024px) {

  #features.index a {
    width: 100% !important;
  }
  #features.index a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

}
