@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  * {
    border-width: 1px;
  }
}

/* ANCHOR Phones, 320px and up */
@media (min-width: 320px) {}

/* ANCHOR Phones, 576px and up */
@media (max-width: 576px) {
    [id^="lightbox-"] .content > .title {
        display: none;
    }

    .brand-banner img {
        display:none;
    }

    .banner-text-right {
        left: 20px;
        position: absolute;
        bottom: 0px;
        font-size: 1rem;
        text-align: left;
    }
}

@media (min-width: 576px) {
  .nav-icons {
    display: flex;
  }

  .card-info {
    max-width: 50%;
  }

  .menu-slide {
    width: 500px;
  }

  #home_slide img {
    height: 100%;
  }

  .card-img:nth-child(3) {
    display: flex !important;
  }

  .box-hs3:nth-child(2) {
    margin: 0 -1px;
  }

  .box-hs3-img img {
    height: 350px;
  }

  /* .card-info{
    opacity: 0;
  } */

}

/* ANCHOR  Tablets, 768px and up */
@media (min-width: 768px) {
  .card-info {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  .project-container {
    height: 750px;
  }

  .tittle-home {
    margin: 0 auto 60px auto;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
  }

  .contact-wrap-01 .box-container {
    max-width: 600px;
  }

  .box-hs3 h4 {
    font-size: 1em;
  }

}

/* ANCHOR Desktops, 992px and up */
@media (min-width: 992px) {
  .menu-list {
    display: block;
  }

    .brand-logo img {
        margin-left: 30px;
        width: 150px;
        height: auto;
    }

    .first-footer-section p {
        max-width: 170px;
    }

}


@media (max-width: 991px) {

    #projects {
        width: 95%;
    }

        #projects div {
            margin: 5px 5px;
        }

    .pyme-logo img {
        display:none;
    }

    .first-footer-section p {
        max-width: 95%;
    }

    [id^="lightbox-"] .content > .title {
        opacity: 1;
        transform: translateY(50%);
        background-color: rgba(0, 0, 0, 0.8);
        font-size: 0.7rem;
        opacity:0;
    }

    [id^="lightbox-"] .content > a.close {
        opacity: 1;
        transform: scale(1, 1);
        background-color: rgba(0, 0, 0, 0.8);
    }
}

    /* ANCHOR Desktops, 1200px and up */
    @media (min-width: 1200px) {
    }
