/*==========  Desktop First  ========== */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .bacg {
    background-position: center center;
    background-size: cover;
    height: 100vh;
    width: 100%;
  }
  header {
    width: 100%;
  }
  .img_card img {
    width: 100%;
  }
  .title_card {
    position: absolute;
    top: 51px;
    right: 83px;
  }
  .slider {
    width: 100%;
  }
  iframe {
    width: 100%;
    height: 348px;
    margin-bottom: 40px;
  }
  .foot_item {
    font-size: 14px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .bacg {
    background-position: center center;
    background-size: cover;
    height: 100vh;
    width: 100%;
  }
  header {
    width: 100%;
  }
  .img_card img {
    width: 100%;
  }
  .title_card {
    position: absolute;
    top: 51px;
    right: 83px;
  }
  .slider {
    width: 100%;
  }
  iframe {
    width: 100%;
    height: 348px;
    margin-bottom: 40px;
  }
  .foot_item {
    font-size: 14px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .bacg {
    background-position: center center;
    background-size: cover;
    height: 100vh;
    width: 100%;
  }
  header {
    width: 100%;
  }
  .cards {
    display: block;
  }
  .img_card img {
    width: 100%;
    margin-bottom: 20px;
  }
  .title_card {
    position: absolute;
    top: 51px;
    right: 83px;
  }
  .slider {
    margin-bottom: 300px;
    width: 766px;
  }
  iframe {
    margin-top: 40px;
    width: 100%;
    height: 371px;
    margin-bottom: 40px;
  }
  .footer_info {
    display: block;
  }
  .foot_item {
    font-size: 14px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .bacg {
    background-position: center center;
    background-size: cover;
    height: 100vh;
    width: 100%;
  }
  header {
    width: 100%;
  }
  .cards {
    display: block;
  }
  .img_card img {
    width: 100%;
    margin-bottom: 20px;
  }
  .title_card {
    position: absolute;
    top: 51px;
    right: 83px;
  }
  .slider {
    margin-bottom: 300px;
    width: 100%;
  }
  iframe {
    margin-top: 40px;
    width: 100%;
    height: 371px;
    margin-bottom: 40px;
  }
  .footer_info {
    display: block;
  }
  .foot_item {
    font-size: 14px;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .bacg {
    background-position: center center;
    background-size: cover;
    height: 100vh;
    width: 100%;
  }
  header {
    width: 100%;
  }
  .cards {
    display: block;
  }
  .img_card img {
    width: 100%;
    margin-bottom: 20px;
  }
  .title_card {
    position: absolute;
    top: 51px;
    right: 83px;
  }
  .slider {
    margin-bottom: 300px;
    width: 100%;
  }
  iframe {
    margin-top: 40px;
    width: 100%;
    height: 371px;
    margin-bottom: 40px;
  }
  .footer_info {
    display: block;
  }
  .foot_item {
    font-size: 14px;
  }
}
/*==========  Mobile First  ========== */
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {

}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /* */
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /* */
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /* */
}

/*# sourceMappingURL=adaptive.css.map */
