@media screen and (max-width: 1750px) {
  html, body {
    font-size: 18px;
  }
}
@media screen and (max-width: 1450px) {
  :root {
    --little-text: 0.75rem;
    --medium-text: 2rem;
    --large-text: 2.25rem;
    --big-text: 2.75rem;
    --extra-text: 6rem;
  }
  html, body {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {}
@media screen and (max-width: 991px) {
  .hide-md {
    display: none !important;
  }
  .row > .col, .row > [class*=col-] {
    margin-bottom: var(--big-space);
  }
  .row > .col:last-of-type, .row > [class*=col-]:last-of-type {
    margin-bottom: 0 !important;
  }
  footer .row > .col, footer .row > [class*=col-] {
    margin-bottom: var(--regular-space);
  }
  footer .row > .col:last-of-type, footer .row > [class*=col-]:last-of-type {
    margin-bottom: 0 !important;
  }
  .hide-desktop {
    display: block !important;
  }
  .btn.hide-desktop {
    display: inline-block !important;
  }
  .align-center-md {
    text-align: center !important;
  }
  .align-left-md {
    text-align: left !important;
  }
  section.section-first-page {
    padding-top: 10rem;
  }
  .container.container-mini {
    width: 90%;
  }
  .img-hero-inside {
    left: -50%;
    width: 150%;
  }
  .box-logo {
    width: 50%;
    height: 150px;
  }
  .box-logo:nth-child(5n) {
    border-right: 1px solid var(--black-color);
  }
  .box-logo:nth-child(2n) {
    border-right: 0;
  }
  .map-text {
    opacity: 1;
    border-top: none;
  }
  .map-text span.text-ballon {
    font-size: var(--regular-text);
  }
}
@media screen and (max-width: 767px) {
  :root {
    --little-text: 0.75rem;
    --medium-text: 1.25rem;
    --large-text: 1.55rem;
    --big-text: 1.75rem;
    --extra-text: 4.5rem;
    --medium-space: 2rem;
    --big-space: 3rem;
    --extra-space: 4rem;
  }
  .hide-sm {
    display: none !important;
  }
  .align-center-sm {
    text-align: center !important;
  }
  .align-left-sm {
    text-align: left !important;
  }
	.row-numbers span {
		margin-top: -0.5rem;
	}
	.banner-hero h1 {
		font-size: 3rem;
	}
}
@media screen and (max-width: 575px) {
  .hide-xs {
    display: none !important;
  }
  .align-center-xs {
    text-align: center !important;
  }
  .align-left-xs {
    text-align: left !important;
  }
  .hide-desktop-xs {
    display: block !important;
  }
}