/* ==========================================================================
   responsive.css (subconjunto en uso)
   Generado a partir de css/responsive.css conservando UNICAMENTE las reglas cuyos
   selectores existen realmente en index.html (verificado contra el DOM
   renderizado en 320/375/768/1024/1366/1920 px). Se preserva el texto
   original de las declaraciones, el orden de cascada y el anidamiento de
   @media.  El archivo original completo queda en el respaldo del proyecto
   por si se agrega markup nuevo del template Webster.
   ========================================================================== */

@media (max-width: 1200px) {
  h2 {
    font-size: 28px;
  }
  h4 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .container {
    width: 94%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .container {
    width:96%;
  }
}
@media(max-width:992px) {
  h2 {
    font-size: 25px;
    line-height: 35px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 17px;
  }
  header.one-page {
    position: relative;
    background: #323232;
  }
  .navbar {
    margin-bottom: 0;
  }
  .navbar .navbar-brand {
    padding:0;
  }
  .navbar .navbar-brand img {
    height: 28px;
  }
  .navbar .navbar-brand {
    padding: 15px 0;
  }
  .footer p {
    font-size: 13px;
  }
  .navbar {
    border-radius: 0;
  }
}
@media(max-width:767px) {
  h2 {
    font-size: 26px;
  }
  .page-section-pt {
    padding: 0px 0 0;
  }
  .footer-widget {
    text-align: left;
  }
  .owl-carousel .owl-dots {
    bottom: -15px;
  }
}
@media(max-width:600px) {
  h3 {
    font-size: 22px;
  }
  .section-title p {
    font-size: 16px;
    font-size: 12px !important;
  }
  .owl-carousel .owl-dots {
    bottom: 20px;
  }
}
@media(max-width:479px) {
  h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .owl-carousel .owl-dots {
    bottom:  0px;
  }
}
