/* =========================== RESPONSIVO ============================== */
/* cores */
/* Normal desktop :992px. */
@media (min-width: 992px) {
  .fullscreen_block {
    text-align: left;
    width: 100%;
    max-height: 100vh;
    padding: 20px 0px 60px 0px;
  }
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-default {
    text-align: left;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
  body {
    overflow: visible;
  }
  .wrapper {
    height: auto;
    padding-top: 20px;
  }
  .sub-tag.sub-tag-contact {
    bottom: 30px;
    left: calc(-100px);
  }
  .sub-tag.sub-tag-core {
    bottom: 30px;
    left: calc(-50px);
  }
  .grid .grid-item .caption .caption-text {
    padding-top: 20px;
  }
  .grid .grid-item .caption .caption-text h1 {
    font-size: 18px;
  }
  .footer {
    position: static;
    display: block;
    width: 100%;
    padding: 15px 0;
    height: auto;
    line-height: normal;
  }
  .footer ul.nav {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer ul.nav .nav-link {
    font-size: 14px;
    font-weight: bold;
  }
  .fullscreen_block {
    text-align: left;
    width: 100%;
    padding: 20px 20px 60px 13px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: portrait) {
  .grid-sizer,
  .grid-item {
    width: 50%;
  }
  .wrapper {
    height: auto;
    padding-top: 20px;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .wrapper .flex-item {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .wrapper .flex-item h6 a {
    font-size: 18px;
  }
  .wrapper .flex-item ul li {
    float: left;
    width: 33.33%;
  }
  .wrapper .flex-item ul li a {
    font-size: 12px;
  }
}
