.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #061727;
  color: #fff;
  padding: 40px;
  z-index: 9999;
  overflow: hidden;
  font-size: 1.5em;
  visibility: hidden;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
  transform: translateX(100%);
  font-weight: bold;
  text-transform: uppercase; }
  .mobile-menu.menu-active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0); }
  .mobile-menu .mobile-logo {
    max-height: 90px; }
  .mobile-menu .btn-close {
    font-size: 2em; }
  .mobile-menu .cart-row {
    margin-top: 1em; }
    .mobile-menu .cart-row .cart-count {
      background: var(--main);
      color: #fff;
      border-radius: 50%;
      text-align: center;
      width: 2em;
      display: inline-block;
      vertical-align: middle;
      line-height: 2;
      font-size: .75em;
      margin-left: .5em; }
  .mobile-menu ul li {
    margin-top: 40px; }
    .mobile-menu ul li.active {
      color: var(--main); }
  .mobile-menu form {
    border: 1px solid #ccc;
    border-radius: 3em;
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .83333333em;
    margin-top: 1em; }
    .mobile-menu form input {
      border: none;
      outline: none;
      width: 100%; }
    .mobile-menu form button {
      margin-left: 1em; }

@media screen and (max-width: 1600px) {
  #servicios-page .services .col-xl-8 {
    flex: 0 0 100%;
    max-width: 100%; }
  #servicios-page .services .relative {
    width: 100%;
    margin: auto !important; }

  #contacto-page .main .col-xl-8 {
    flex: 0 0 100%;
    max-width: 100%; }
  #contacto-page .main .relative {
    width: 100%;
    margin: auto !important; } }
@media screen and (max-width: 1366px) {
  #contacto-page .main h1 {
    font-size: 4.5em; }
  #contacto-page .main .content-html {
    padding: 80px 40px; } }
@media screen and (max-width: 1200px) {
  #home .works h1 {
    font-size: 6em; }
  #home .works .a-1 {
    max-width: 100%;
    width: 100%;
    margin-left: auto; }
  #home .clients h1 {
    font-size: 4em; }

  #servicios-page .top h1, #contacto-page .top h1, #nosotros-page .top h1 {
    font-size: 9em; }

  #servicios-page .services .content-html {
    padding: 40px 60px; }

  #contacto-page .form {
    padding: 120px 0; }
    #contacto-page .form h1 {
      font-size: 4.5em; } }
@media screen and (max-width: 992px) {
  #home .clients h1 {
    font-size: 3em; }
  #home .about h1 {
    transform: none; }
  #home .about img {
    max-width: 100%;
    width: auto;
    margin: 40px auto; }

  #servicios-page .top h1, #contacto-page .top h1, #nosotros-page .top h1 {
    font-size: 7.5em; }

  #contacto-page .main h2 {
    margin: 1em;
    text-align: center; }
  #contacto-page .main .content-html {
    padding: 20px 40px;
    font-size: 1.5em; }

  #contacto-page .form h1 {
    font-size: 3em; } }
@media screen and (max-width: 768px) {
  #home .main h1 {
    font-size: 3em; }
  #home .works {
    padding: 80px 0; }
    #home .works h1 {
      font-size: 4em; }
    #home .works .grid {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr 1fr;
      grid-template-areas: "a-1 a-1" "a-2 a-3" "a-4 a-5" "a-6 a-7"; }
  #home .clients .clients-slider {
    padding: 0 20px 20px; }
    #home .clients .clients-slider .content-html {
      margin: 20px auto; }
    #home .clients .clients-slider::before {
      right: 0; }
  #home .clients h1 {
    transform: none; }

  #servicios-page .top h1, #contacto-page .top h1, #nosotros-page .top h1 {
    font-size: 4.5em; }

  #servicios-page .services h2 {
    margin: 40px;
    text-align: center; }
  #servicios-page .services .content-html {
    padding: 20px; }
  #servicios-page .icons {
    padding: 60px; }

  #contacto-page .map {
    padding-bottom: 75%;
    height: auto; }

  #home .about h1 {
    font-size: 3em; } }
@media screen and (max-width: 576px) {
  body {
    font-size: 15px; }

  .container {
    padding-left: 15px;
    padding-right: 15px; }

  #servicios-page .top h1, #contacto-page .top h1, #nosotros-page .top h1 {
    font-size: 3em; }
  #servicios-page .top h2, #contacto-page .top h2, #nosotros-page .top h2 {
    font-size: 1.5em; }

  #contacto-page .main h1 {
    font-size: 3em; }
  #contacto-page .main h2 {
    margin: 1em;
    text-align: center; }
  #contacto-page .main .content-html {
    padding: 20px;
    font-size: 1.25em; }
  #contacto-page .map {
    padding-bottom: 100%;
    height: auto; } }

/*# sourceMappingURL=responsive.css.map */
