@media (min-width:768px) {
  .button__rayen {
    min-width: 360px;
  }
}

@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:768px) {
  .header {
    padding: 20px 40px;
  }

  .header .logo {
    width: 180px;
  }

  .header.fixed {
    padding: 12px 38px;
  }
}

@media (min-width:1024px) {
  .header {
    padding: 25px 40px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .header__toggle {
    display: none;
  }

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

  .header.is-active {
    position: absolute;
    background: none;
    z-index: 2;
  }
}

@media (min-width:1200px) {
  .header .logo {
    width: 220px;
  }
}

@media (min-width:1600px) {
  .header .logo {
    width: 240px;
  }
}

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

  section.menu.fixed {
    -ms-flex-align: end;
    align-items: flex-end;
  }

  section.menu .menu-inner {
    font-weight: 700;
    display: none;
  }

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

  section.menu .menu-inner .menu-list li {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 10px;
  }

  section.menu .menu-inner .menu-list li.inicio {
    display: block;
  }

  section.menu .menu-inner .menu-list li span {
    line-height: 1;
  }

  section.menu .menu-inner .menu-list li a {
    line-height: 36px;
    color: #f8ebde;
    padding: 0;
    transition: all .4s ease;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }

  section.menu .menu-inner .menu-list li a .svg {
    width: 16px;
  }

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

  section.menu .menu-inner .menu-list li a:hover svg {
    fill: #232323;
    transition: all .4s ease;
  }

  .fixed section.menu .menu-inner .menu-list li a {
    color: #fff;
  }

  .fixed section.menu .menu-inner .menu-list li a svg {
    fill: #fff;
  }

  section.menu.fixed {
    top: 0;
    padding: 13px 40px;
    background: url(../img/logo.svg) 4% no-repeat;
    background-color: #232323;
    background-size: 50px;
    position: fixed;
    animation: b .5s ease-out;
  }

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

  section.menu.fixed .menu-inner .menu-list li a {
    color: #fff;
    transition: all .4s ease;
  }

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

  section.menu.fixed .menu-inner .menu-list li a:hover svg {
    fill: #121212;
  }
}

@media (min-width:1200px) {
  section.menu .menu-inner .menu-list li a {
    padding: 0 28px!important;
  }

  section.menu .menu-inner .menu-list li a svg {
    width: 20px;
  }
}

@media (min-width:1600px) {
  section.menu .menu-inner .menu-list li {
    font-size: 20px;
  }
}

@media (min-width:768px) {
  .footer {
    padding: 40px;
    background: url(../img/footer_ipad.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 40vh;
  }

  .footer h2 {
    font-size: 32px;
    margin-bottom: 60px;
  }

  .footer p {
    font-size: 20px;
  }

  .footer .button__rayen {
    margin-top: 60px;
    font-size: 22px;
  }
}

@media (min-width:1024px) {
  .footer {
    padding: 60px;
    background: url(../img/footer.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .footer h2 {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .footer .button__rayen {
    margin-top: 80px;
  }
}

@media (min-width:1200px) {
  .footer {
    padding: 80px;
    background: url(../img/footer_desk.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (min-width:1600px) {
  .footer {
    padding: 100px;
  }

  .footer h2 {
    font-size: 42px;
  }

  .footer p {
    font-size: 24px;
  }

  .footer .button__rayen {
    margin-top: 100px;
  }
}

@media (min-width:768px) {
  .hero {
    padding: 40px;
    background: url(../img/hero_ipad.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
  }

  .hero p {
    font-size: 20px;
  }

  .hero_tagline h2 {
    font-size: 48px;
    margin-bottom: 15px;
  }

  .hero.gracias {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero.gracias .hero_title {
    padding: 20px;
  }

  .hero_about .button__rayen {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

@media (min-width:1024px) {
  .hero {
    padding: 60px;
    background: url(../img/hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hero.gracias .hero_title {
    background: unset;
  }

  .hero_tagline {
    margin-bottom: 0;
    margin-top: 15%;
    width: 100%;
  }

  .hero_tagline h2 {
    font-size: 62px;
  }
}

@media (min-width:1200px) {
  .hero {
    padding: 80px;
    background: url(../img/hero_desk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }

  .hero_tagline {
    margin-top: 5%;
  }

  .hero_tagline h2 {
    font-size: 72px;
  }

  .hero p {
    font-size: 22px;
  }

  .hero_about .button__rayen {
    margin-bottom: 30px;
  }
}

@media (min-width:1600px) {
  .hero {
    padding: 100px 10%;
  }

  .hero p {
    font-size: 24px;
  }

  .hero_tagline h2 {
    font-size: 80px;
    margin-bottom: 20px;
  }
}

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

  .contact h2 {
    font-size: 32px;
    margin-bottom: 60px;
  }

  .contact p {
    font-size: 20px;
  }

  .contact .button__rayen {
    margin-top: 60px;
    font-size: 22px;
  }
}

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

  .contact h2 {
    font-size: 36px;
  }

  .contact .button__rayen {
    margin-top: 80px;
  }
}

@media (min-width:1200px) {
  .contact {
    padding: 80px;
  }

  .contact p {
    font-size: 22px;
  }
}

@media (min-width:1600px) {
  .contact {
    padding: 100px;
  }

  .contact h2 {
    margin-bottom: 80px;
    font-size: 42px;
  }

  .contact p {
    font-size: 24px;
  }

  .contact .button__rayen {
    margin-top: 100px;
  }
}

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

  .advice h2 {
    font-size: 32px;
    margin-bottom: 60px;
  }

  .advice_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    column-gap: 40px;
  }

  .advice_list li figure figcaption h3 {
    font-size: 22px;
  }

  .advice_list li figure figcaption p {
    font-size: 20px;
  }

  .advice .button__rayen {
    margin-top: 40px;
    font-size: 22px;
  }
}

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

  .advice h2 {
    margin-bottom: 80px;
    font-size: 36px;
  }

  .advice_list {
    column-gap: 60px;
  }

  .advice_list li {
    height: 100%;
  }

  .advice_list li figure {
    height: 100%;
    column-gap: 30px;
    -ms-grid-columns: 1fr 4fr;
    grid-template-columns: 1fr 4fr;
    -ms-flex-align: center;
    align-items: center;
  }

  .advice .button__rayen {
    margin-top: 60px;
  }
}

@media (min-width:1200px) {
  .advice {
    padding: 80px;
  }

  .advice_list li figure {
    column-gap: 20px;
  }

  .advice_list li figure figcaption h3 {
    font-size: 24px;
  }

  .advice_list li figure figcaption p {
    font-size: 22px;
  }

  .advice_list li figure svg {
    max-width: 100px;
  }
}

@media (min-width:1600px) {
  .advice {
    padding: 100px;
  }

  .advice h2 {
    margin-bottom: 100px;
    font-size: 42px;
  }

  .advice_list li figure {
    column-gap: 20px;
  }

  .advice_list li figure figcaption h3 {
    font-size: 26px;
  }

  .advice_list li figure figcaption p {
    font-size: 24px;
  }

  .advice_list li figure svg {
    max-width: 120px;
  }

  .advice .button__rayen {
    margin-top: 80px;
  }
}

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

  .benefits h2 {
    font-size: 32px;
    margin-bottom: 60px;
  }

  .benefits_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    column-gap: 30px;
  }

  .benefits .button__rayen {
    margin-top: 60px;
    font-size: 22px;
  }

  .benefits p {
    font-size: 20px;
  }
}

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

  .benefits h2 {
    margin-bottom: 80px;
    font-size: 36px;
  }

  .benefits_list {
    text-align: left;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
  }

  .benefits_list li figure {
    column-gap: 40px;
  }

  .benefits .button__rayen {
    margin-top: 80px;
  }
}

@media (min-width:1200px) {
  .benefits {
    padding: 80px;
  }

  .benefits p {
    font-size: 22px;
  }
}

@media (min-width:1600px) {
  .benefits {
    padding: 100px;
  }

  .benefits h2 {
    margin-bottom: 100px;
    font-size: 42px;
  }

  .benefits p {
    font-size: 24px;
  }

  .benefits .button__rayen {
    margin-top: 100px;
  }
}

@media (min-width:768px) {
  .clients {
    padding: 40px;
    background: url(../img/clients_ipad.jpg);
    background-size: cover;
    background-position: 100% 0;
    background-repeat: no-repeat;
  }

  .clients h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .clients p {
    padding: 0 20px;
  }

  .clients .button__rayen {
    margin-top: 40px;
    font-size: 22px;
  }
}

@media (min-width:1024px) {
  .clients {
    padding: 60px;
    background: url(../img/clients.jpg);
    background-size: cover;
    background-position: 100% 0;
    background-repeat: no-repeat;
  }

  .clients h2 {
    margin-bottom: 40px;
    font-size: 36px;
  }

  .clients .stars {
    max-width: 15%;
    margin-bottom: 50px;
  }

  .clients p {
    padding: 0 25px;
  }

  .clients .button__rayen {
    margin-top: 80px;
  }
}

@media (min-width:1200px) {
  .clients {
    padding: 80px;
    background: url(../img/clients_desk.jpg);
    background-size: cover;
    background-position: 100% 0;
    background-repeat: no-repeat;
  }

  .clients p {
    padding: 0 10%;
    font-size: 24px;
    background: url(../img/tic1.svg),url(../img/tic2.svg);
    background-position: 5% 0,95% 100%;
    background-size: 30px;
    background-repeat: no-repeat;
  }
}

@media (min-width:1600px) {
  .clients {
    padding: 100px;
  }

  .clients h2 {
    margin-bottom: 100px;
    font-size: 42px;
  }

  .clients p {
    font-size: 26px;
    background: url(../img/tic1.svg),url(../img/tic2.svg);
    background-position: 5% 0,95% 100%;
    background-size: 40px;
    background-repeat: no-repeat;
  }

  .clients .button__rayen {
    margin-top: 100px;
  }
}

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

  .location h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .location p {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .location_map_description_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    -ms-grid-rows: unset;
    grid-template-rows: unset;
  }

  .location_map_description_list li:first-child {
    border-bottom: unset;
    padding-bottom: 0;
  }

  .location_map_description_list li h4 {
    font-size: 20px;
  }
}

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

  .location h2 {
    font-size: 36px;
  }

  .location p {
    margin-bottom: 60px;
  }

  .location_map {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.5fr 2fr;
    grid-template-columns: 1.5fr 2fr;
    -ms-flex-align: start;
    align-items: start;
    column-gap: 40px;
  }

  .location_map_description h3 {
    text-align: left;
    margin-bottom: 60px;
  }

  .location_map_description_list {
    -ms-grid-columns: unset;
    grid-template-columns: unset;
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2,1fr);
    row-gap: 20px;
  }

  .location_map_description_list li {
    background: url(../img/location.svg) 0 no-repeat;
    background-size: 35px;
  }

  .location_map_description_list li:first-child {
    border-bottom: 2px solid #fff;
    padding-bottom: 30px;
    background: url(../img/location.svg) left 20% no-repeat;
    background-size: 35px;
  }
}

@media (min-width:1200px) {
  .location {
    padding: 80px;
  }

  .location h2 {
    margin-bottom: 30px;
  }

  .location p {
    font-size: 22px;
    margin-bottom: 80px;
  }

  .location_map {
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
    column-gap: 80px;
  }

  .location_map_description h3 {
    margin-bottom: 100px;
    font-size: 28px;
  }

  .location_map_description_list {
    row-gap: 40px;
  }

  .location_map_description_list li {
    background: url(../img/location.svg) 0 no-repeat;
    background-size: 35px;
  }

  .location_map_description_list li:first-child {
    border-bottom: 2px solid #fff;
    padding-bottom: 50px;
    background: url(../img/location.svg) left 10% no-repeat;
    background-size: 35px;
  }
}

@media (min-width:1600px) {
  .location {
    padding: 100px;
  }

  .location h2 {
    font-size: 42px;
  }

  .location p {
    font-size: 24px;
  }
}

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

  .faq h2 {
    font-size: 32px;
  }

  .faq_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    column-gap: 20px;
  }

  .faq .button__rayen {
    margin-top: 60px;
    font-size: 22px;
  }
}

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

  .faq h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 80px;
  }

  .faq_list li {
    padding: 10px 10px 10px 70px;
    background: #232323 url(../img/question.svg) 3% no-repeat;
    background-size: 35px;
  }

  .faq .button__rayen {
    margin-top: 80px;
  }
}

@media (min-width:1200px) {
  .faq {
    padding: 80px;
  }

  .faq h2 {
    margin-bottom: 80px;
  }

  .faq_list {
    column-gap: 40px;
    row-gap: 40px;
  }

  .faq_list li {
    padding: 15px 15px 15px 90px;
    background: #232323 url(../img/question.svg) 5% no-repeat;
    background-size: 40px;
  }

  .faq_list li h3,
  .faq_list li p {
    font-size: 22px;
  }
}

@media (min-width:1600px) {
  .faq {
    padding: 100px;
  }

  .faq h2 {
    font-size: 42px;
    margin-bottom: 100px;
  }

  .faq_list li {
    padding: 15px 15px 15px 110px;
    background: #232323 url(../img/question.svg) 5% no-repeat;
    background-size: 40px;
  }

  .faq .button__rayen {
    margin-top: 100px;
  }
}

@media (min-width:768px) {
  .experience {
    padding: 40px;
    background: url(../img/experience_ipad.jpg);
    background-size: cover;
    background-position: 100% 0;
    background-repeat: no-repeat;
  }

  .experience h2 {
    font-size: 32px;
    margin-bottom: 60px;
  }

  .experience_list {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5,1fr);
  }

  .experience_list li:nth-child(3) {
    grid-column: 3/5;
    grid-row: 1/3;
  }

  .experience .button__rayen {
    margin-top: 40px;
    font-size: 22px;
  }
}

@media (min-width:1024px) {
  .experience {
    padding: 60px;
    background: url(../img/experience.jpg);
    background-size: cover;
    background-position: 100% 0;
    background-repeat: no-repeat;
  }

  .experience h2 {
    margin-bottom: 80px;
    font-size: 36px;
  }

  .experience .button__rayen {
    margin-top: 60px;
  }
}

@media (min-width:1200px) {
  .experience {
    padding: 80px;
    background: url(../img/experience_desk.jpg);
    background-size: cover;
    background-position: 100% 0;
    background-repeat: no-repeat;
  }
}

@media (min-width:1600px) {
  .experience {
    padding: 100px;
  }

  .experience h2 {
    margin-bottom: 100px;
    font-size: 42px;
  }

  .experience .button__rayen {
    margin-top: 80px;
  }
}