/*EMPIEZAN LOS MEDIAS QUERIES*/

/* ancho pantalla pequeña */
html {
  font-size: 12px; }

.menu-container {
  font-size: 12px;
}
.nav-item {
  margin-top: 8px;
}

.navbar-light .navbar-brand {
  margin-right: 20px;
}
.navbar-light .navbar-toggler {
  background-image: none;
  border: none;
}

.image-back {
  position: absolute;
  top: 0;
}
.sobre {
  position: relative;
}
.right-side {
  width: 100%;
}
.col-fix {
  max-width: 100vw;
}
.container-faqs {
  width: 100%;
}

#referal-box {
  width: 100%;
}

#client-box {
  width: 100%;
}

.apply-box2 {
  width: 100%;
}

.articles-header {
  margin: 20px;
  padding: 22px;
}
.box-article {
}


/* ancho pantalla chica  mobile*/
@media (max-width: 576px) {

  .center-only-mobile {
    text-align: center;
  }

  .bold-only-mobile {
    font-family: "Poppins-Bold" !important; 
  }

  /*.box-grey {
    width: 194px;
    margin: 10px;
    padding: 10px;
  }*/

  .foot-col {
    min-width: 100px;
    margin: 0 20px;
  }
  #our-story2 {
    padding: 30px;
    min-width: 90vw;
  }
  .faqs-header {
    height: 40px;
  }
  .rectangle-bus-cen {
    height: 186px;
  }
  #box-with-shadow2 {
    width: 85vw;
    margin: 10px 20px;
    padding: 0px 30px 20px;
  }
  #box-with-shadow {
    width: 85vw;
    margin: 10px 20px;
    padding: 0px 30px 20px;
  }
  .apply-box1 {
    width: 85vw; }

  .articles-header {
    margin: 44px;
  }
  .box-article {
  }
}

/* ancho pantalla mediana */
@media (min-width: 577px) {
  /* used in about us pages */
  #about-us-back1 {
    background-image: url("../images/About_us.jpg");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat, no-repeat;
  }
  .art-head-img {
    margin-left: 4.5rem;
  }

}

/* ancho pantalla mediana */
@media (max-width: 768px) {
  html {
    font-size: 14px; }

  .article-container {
    width: 100%;
  }
  .article-content {
    width: 100%;
  }

}

/* ancho pantalla mediana */
@media (max-width: 992px) {

  .apply-box2 {
    width: 850px;
  }

}

/* ancho pantalla mediana */
@media (min-width: 1001px) {
  html {
    font-size: 16px; }
  .container-faqs {
    width: 1000px;
  }
}


/* ancho pantalla grande */
@media (min-width: 1200px) {
  .container {
      width: 1620px;
      max-width: 100%;
  }
  #main-menu {
    clear: inherit; 
  }

  .navbar-light .navbar-brand {
    margin-right: 50px;
  }

  .image-back {
    position: relative;
  }
  .sobre {
    position: absolute;
    top: 0;
  }
  .right-side {
    width: 50%;
  }
  #referal-box {
    width: 70%;
  }
  #client-box {
    width: 50%;
  }
  .col-fix {
    max-width: 40vw;
  }

  .apply-box2 {
    width: 850px;
  }

  .articles-header {
    width: 1000px;
  }
  .box-article {
    width: 1200px;
  }
  .article-content {
    width: 1620px;
    max-width: 100%;
  }

}

/* ancho pantalla extra grande */
@media (min-width: 1250px) {
  .menu-container {
    font-size: inherit;
  }
  .nav-item {
    margin-top: 5px;
  }

}
/* ancho pantalla extra grande */
@media (min-width: 2000px) {
  html {
    font-size: 20px; }
}
/* ancho pantalla extra grande */
@media (min-width: 3000px) {
  html {
    font-size: 30px; }
}



:root {
  --page-height: calc(100% - var(--menu-height));
}

