@media (min-width:1024px) {
  .whatsapp-button {
    width: 62px;
    height: 62px;
    bottom: 42px;
    right: 42px;
    left: auto;
  }
}

@media (min-width:1200px) {
  .come-in {
    transform: translateY(250px);
    animation: a .8s ease forwards;
  }

  .come-in:nth-child(odd) {
    animation-duration: .6s;
  }

  .already-visible {
    transform: translateY(0);
    animation: none;
  }
}

@media (min-width:1024px) {
  .header {
    padding: 16px 40px;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
  }

  .header__toggle {
    display: none;
  }

  .header .logo {
    z-index: 2;
    width: 140px;
  }

  .gracias .header .logo {
    display: block;
  }

  .header.fixed {
    position: absolute;
  }

  .header.is-active {
    position: absolute;
    z-index: 3;
  }
}

@media (min-width:1200px) {
  .header {
    padding-left: 60px;
  }
}

@media (min-width:1600px) {
  .header {
    padding-left: 80px;
  }
}

@media (min-width:1024px) {
  section.menu {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    opacity: 1;
    background: transparent;
    padding: 28px 40px 0;
    height: auto;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  section.menu .menu-inner {
    display: -ms-flexbox;
    display: flex;
  }

  section.menu .menu-inner .menu-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  section.menu .menu-inner .menu-list li {
    margin: 0;
    padding: 0 10px;
  }

  section.menu .menu-inner .menu-list li a {
    font-size: 16px;
    padding: 0;
  }

  section.menu .menu-inner .menu-list li a:hover {
    color: #f58220;
  }

  section.menu .menu-inner .menu-list li a:hover .icon {
    fill: #1c1c28;
  }

  section.menu.fixed {
    top: 0;
    padding: 13px 40px;
    background: #fff url(../img/logo.svg) no-repeat 20px;
    background-position-x: 40px;
    background-size: 100px;
    position: fixed;
    animation: b .5s ease-out;
  }
}

@media (min-width:1200px) {
  section.menu {
    padding-right: 60px;
  }

  section.menu.fixed {
    padding: 13px 60px;
    background-position-x: 60px;
  }
}

@media (min-width:1600px) {
  section.menu {
    padding-right: 80px;
  }

  section.menu.fixed {
    padding: 13px 80px;
    background-position-x: 80px;
  }
}

@media (min-width:768px) {
  .hero {
    background-size: cover;
    min-height: unset;
    padding: 140px 40px 40px;
  }

  .hero form input {
    margin-top: 20px;
  }

  .hero.bottom {
    background-position: bottom;
  }
}

@media (min-width:1024px) {
  .hero {
    height: 85vh;
    background-image: url(../img/hero.jpg);
    background-position: bottom;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero_title {
    text-align: center;
    margin-bottom: 18vh;
  }

  .hero_title h2 {
    padding: 0;
  }

  .hero .border {
    margin: 28px auto;
  }

  .hero form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hero form .content {
    padding: 0 12px 0 0;
    -ms-flex: 25% 0 1;
    flex: 25% 0 1;
  }

  .hero form .content input {
    margin: 0;
  }

  .hero form .content label {
    margin-bottom: 16px;
    display: block;
  }

  .hero form .button {
    margin: 0;
  }

  .hero.bottom {
    background-image: linear-gradient(0deg,rgba(0,0,0,.7) 70%,rgba(0,0,0,.3) 90%),url(../img/bg-form.jpg);
    padding: 60px 0;
    -ms-flex-pack: center;
    justify-content: center;
    height: 65vh;
  }

  .gracias .hero {
    padding-top: 108px;
  }
}

@media (min-width:1200px) {
  .hero {
    padding-bottom: 60px;
  }

  .hero form .content {
    padding-right: 20px;
  }
}

@media (min-width:1440px) {
  .hero {
    background-image: url(../img/hero-h.jpg);
    height: 75vh;
  }

  .hero_title h1 {
    font-size: 52px;
  }

  .hero_title h2 {
    font-size: 38px;
  }

  .hero form {
    width: 1180px;
  }

  .hero.bottom {
    background-image: linear-gradient(0deg,rgba(0,0,0,.7) 70%,rgba(0,0,0,.3) 90%),url(../img/bg-form-h.jpg);
  }
}

@media (min-width:768px) {
  .location {
    height: 25vh;
    padding: 40px;
  }
}

@media (min-width:1024px) {
  .location {
    padding: 0 40px;
    height: 25vh;
  }
}

@media (min-width:1200px) {
  .location {
    max-width: 1420px;
    margin: 0 auto;
  }
}

@media (min-width:768px) {
  .bullets {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    padding: 30px;
  }
}

@media (min-width:1024px) {
  .bullets {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    padding: 4%;
  }

  .bullets li {
    margin: 0;
    justify-self: center;
  }
}

@media (min-width:1200px) {
  .bullets li img {
    margin-right: 20px;
    width: 30px;
  }

  .bullets li img:first-child {
    height: 30px;
    width: auto;
  }
}

@media (min-width:1600px) {
  .bullets {
    font-size: 18px;
  }
}

@media (min-width:768px) {
  .column {
    padding: 0 40px 40px;
  }

  .column .description {
    margin: 0;
  }

  .column .description h2 {
    font-size: 32px;
  }

  .column .description p {
    font-size: 18px;
  }

  .column .items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
  }

  .column .items li,
  .column img {
    margin: 0;
  }

  .column.two {
    padding: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
    max-width: 860px;
    margin: 0 auto;
  }

  .column.twist .description {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

@media (min-width:1024px) {
  .column {
    padding: 0 60px 60px;
  }

  .column .items {
    gap: 30px;
  }

  .column.two {
    padding: 0 0 60px;
  }
}

@media (min-width:1200px) {
  .column {
    padding: 40px 0 100px;
    max-width: 1160px;
    margin: 0 auto;
  }

  .column .description h2 {
    font-size: 42px;
  }

  .column .description .border {
    margin-bottom: 40px;
  }

  .column.two {
    max-width: 1160px;
  }
}

@media (min-width:768px) {
  .weare h3 {
    margin: 40px;
  }

  .weare h3.subtitle {
    text-align: center;
  }

  .weare h3.subtitle+p {
    text-align: center;
    margin-bottom: 40px;
  }

  .weare .gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    margin: 0 40px 40px;
  }

  .weare .gallery li {
    margin: 0;
  }
}

@media (min-width:1024px) {
  .weare {
    padding-bottom: 60px;
  }

  .weare h3 {
    max-width: 890px;
    margin: 0 auto 40px;
  }

  .weare .gallery {
    max-width: 890px;
    gap: 20px;
    margin: 0 auto;
  }
}

@media (min-width:1200px) {
  .weare {
    padding-bottom: 60px;
  }

  .weare h3 {
    font-size: 26px;
    max-width: 1160px;
    margin: 0 auto 40px;
  }

  .weare .gallery {
    max-width: 1160px;
    gap: 20px;
    margin: 0 auto;
  }
}

@media (min-width:768px) {
  .cost {
    background-image: url(../img/bg-cost.jpg);
    min-height: 30vh;
  }

  .cost article {
    text-align: center;
    max-width: 75vw;
  }
}

@media (min-width:1024px) {
  .cost {
    background-position: 50%;
  }

  .cost article {
    padding: 80px 0;
    max-width: 6 5vw;
  }

  .cost h2 {
    margin-bottom: 12px;
  }

  .cost h3 {
    margin-bottom: 30px;
    max-width: 680px;
  }
}

@media (min-width:1440px) {
  .cost {
    min-height: 40vh;
    background-image: url(../img/bg-cost-h.jpg);
  }

  .cost article {
    padding: 100px 0;
  }
}

@media (min-width:768px) {
  .contacto,
  .contacto form {
    padding: 40px;
  }
}

@media (min-width:1024px) {
  .contacto {
    padding: 60px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    gap: 60px;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1160px;
    margin: 0 auto;
  }

  .contacto form {
    margin: 0;
  }

  .contacto iframe {
    height: 100%;
  }
}

@media (min-width:1200px) {
  .contacto {
    gap: 80px;
  }

  .contacto form {
    padding: 60px;
  }

  .contacto form h2 {
    font-size: 32px;
  }
}

@media (min-width:1440px) {
  .contacto {
    max-width: 1480px;
  }

  .contacto form h2 {
    font-size: 32px;
  }
}