/*RESPONSIVE*/
@media (max-width: 1750px) {
  :root {
    --regular-text: 1rem;
  }
  html, body {
    font-size: 18px;
  }
  figure.img-box {
    height: 650px;
    min-height: 650px;
  }
  figure.img-box-mini {
    height: 350px;
  }
}
@media (max-width: 1600px) {
  html, body {
    font-size: 16px;
  }
  .banner-hero .logo {
    width: 250px;
  }
}
@media (max-width: 1199px) {
  :root {
    --regular-text: 1rem;
    --medium-text: 1.5rem;
    --big-text: 2.2rem;
    --extra-text: 2.2rem;
  }
  .hide-lg {
    display: none !important;
  }
  .margin-top-lg {
    margin-top: 6rem;
  }
  .align-center-lg {
    text-align: center !important;
  }
  .align-left-lg {
    text-align: left !important;
  }
}
@media (max-width: 991px) {
  html, body {
    font-size: 16px;
  }
  .hide-md {
    display: none !important;
  }
  .margin-top-md {
    margin-top: 3rem;
  }
  .align-center-md {
    text-align: center !important;
  }
  .align-left-md {
    text-align: left !important;
  }
  .nopad-md {
    padding: 0;
  }
  section {
    margin-bottom: 5rem;
  }
  section.section-focus {
    padding-top: 5rem;
  }
  section.section-focus .bottom-bar {
    height: 5rem;
  }
  .container {
    margin-bottom: 5rem;
  }
  .row {
    margin-bottom: 5rem;
  }
  .el-margin {
    margin-top: 3em;
  }
  .col-pad {
    padding: 0 10%;
  }
  .col-pad-full {
    padding: 3rem;
  }
  .col-pad-top {
    padding-top: 2rem;
  }
  .col-pad-left {
    padding-left: 0;
  }
  .separator {
    margin-top: 5rem;
  }
  .separator-section {
    margin-bottom: 5rem;
  }
  .row.bg-gray-reverse {
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  :root {
    --medium-text: 1.25rem;
    --big-text: 2.2rem;
    --extra-text: 2.2rem;
  }
  .hide-xs {
    display: none !important;
  }
  .margin-top-md, .margin-top-xs {
    margin-top: 3rem;
  }
  .align-center-xs {
    text-align: center !important;
  }
  .align-left-xs {
    text-align: left !important;
  }
  .nopad-xs {
    padding: 0;
  }
  .m-bottom {
    margin-bottom: 3rem;
  }
  .container-main {
    padding: 0;
  }
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1.5rem;
  }
  figure.img-box {
    height: 350px;
    min-height: 350px;
  }
  figure.img-box-mini {
    height: 350px;
  }
  figure.img-big {
    height: 450px;
    min-height: 450px;
  }
  figure.img-hero {
    min-height: 600px;
  }
  .box-intro {
    padding: 3rem 10%;
  }
  .box-intro div {
    padding-left: 3rem;
  }
  .box-intro h2 {
    font-size: var(--medium-text);
  }
  .footer-container {
    padding: 5rem 1rem;
  }
  .logo-footer {
    width: 160px;
  }
  .pileum {
    max-width: none;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    float: none;
    height: auto;
  }
  .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 15px;
  }
  .btn-more {
    display: block;
  }
}