.precodestaque {
    font-size: 15px;
    font-weight: bold;
  }
  .p-144 {
    padding-top: 144px;
  }
  .sec-app {
    position: fixed;
    background: #083247;
    margin-top: -90px;
    z-index: 1;
    width: 100%;
  }
  .row-blues {
    background: #0d1552;
    margin-top: 5px;
  }
  .app-text {
    color: #fff;
    font-size: 16px;
  }
  .btn-app-mob {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
  }
  .btn-x-app {
    font-size: 25px;
  }
  .app-d-grid {
    display: flex;
    /* align-items: center; */
    justify-content: center;
  }
  .app-d-grid > p,
  .app-d-grid > div {
    flex: 1;
  }
  .instagram {
    border: none !important;
    background: #f09433;
    background: -moz-linear-gradient(
      45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%
    );
    background: -webkit-linear-gradient(
      45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%
    );
    background: linear-gradient(
      45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  }
  .facebook {
    border: none !important;
    background: #3b5998;
    background: -moz-linear-gradient(
      45deg,
      #3b5998 0%,
      #173e92 25%,
      #286fcc 50%,
      #286fcc 75%,
      #286fcc 100%
    );
    background: -webkit-linear-gradient(
      45deg,
      #3b5998 0%,
      #173e92 25%,
      #286fcc 50%,
      #286fcc 75%,
      #286fcc 100%
    );
    background: linear-gradient(
      45deg,
      #3b5998 0%,
      #173e92 25%,
      #286fcc 50%,
      #286fcc 75%,
      #286fcc 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b5998', endColorstr='#286fcc',GradientType=1 );
  }

  .ul-filial li {
    font-size: 16px;
    color: #535353;
    margin-top: 10px;
  }

  .video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
  }
  
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  @media (max-width: 767px) {
    .ul-filial li {
      font-size: 13px !important;
      color: #535353;
      margin-top: 0px !important ;
    }
    .ul-filial {
      margin-top: -27px;
    }
  }