.m-navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 900;
  width: 100%;
  height: 80px;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  font-family: 'Noto Sans JP', sans-serif;
}

.m-navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-primary-button {
  padding: 0px 30px;
  background-color: #27509b;
  font-family: 'Noto Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 48px;
  font-weight: 700;
  text-shadow: none;
}

.m-primary-button.logo-padding {
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #27509b;
  font-family: 'Noto Sans JP', sans-serif;
}

.m-primary-button.white-button {
  background-color: #fff;
  color: #27509b;
}

.m-primary-button.secondary-button {
  background-color: #ffe600;
  color: #27509b;
}

.body {
  font-size: 12px;
}

.m-navbar-item {
  padding-right: 20px;
  padding-left: 20px;
  color: #27509b;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
}

.m-hero {
  position: relative;
  width: 100%;
  height: 800px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.m-hero-wrapper {
  position: absolute;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 200px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 14px;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}

.m-hero-promo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 520px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 28px;
  line-height: 38px;
  text-align: right;
  text-shadow: none;
}

.m-promo-text {
  font-size: 24px;
  line-height: 34px;
  font-style: italic;
}

.m-hero-michelin-text {
  font-family: Michelin, sans-serif;
  color: #ffe600;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

.m-promo-logo {
  width: 200px;
  padding-bottom: 20px;
}

.m-hero-scroll {
  position: absolute;
  left: 50%;
  top: auto;
  right: 0%;
  bottom: -25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  padding-top: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px solid #fff;
  border-radius: 360px;
  background-color: #27509b;
  color: #ffe600;
  text-align: center;
}

.m-icon {
  width: 80px;
  padding: 20px 10px;
  font-family: Be, sans-serif;
  font-size: 10px;
}

.m-section {
  width: 100%;
  height: auto;
  font-family: 'Noto Sans JP', sans-serif;
  color: #181a31;
  font-size: 16px;
  line-height: 26px;
}

.m-section.footer {
  position: relative;
  background-color: #f5f5f5;
  color: #27509b;
}

.m-section-wrapper {
  width: 100%;
  height: auto;
  max-width: 1366px;
  min-height: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 50px;
}

.m-section-wrapper.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 440px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.m-section-wrapper.call-to-action {
  min-height: auto;
  padding-top: 0px;
  text-align: center;
}

.m-h1-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Michelin, sans-serif;
  color: #27509b;
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
}

.m-h1-title.section-title {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
}

.m-h2-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Michelin, sans-serif;
  color: #27509b;
  font-size: 21px;
  line-height: 31px;
}

.m-h2-title.section-title {
  max-width: 960px;
  margin: 20px auto;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
}

.m-card-li {
  position: relative;
  width: 100%;
  height: 260px;
  max-width: 1180px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  border-radius: 0px;
  background-color: #27509b;
}

.m-card-li.first-card {
  margin-top: 0px;
}

.m-layout-col {
  position: static;
}

.m-layout-col.vertical-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.m-bib-pse {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 328px;
}

.m-bib-pse.left {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.m-col-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.m-card-paragraph {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}

.m-h3-title {
  margin-top: 0px;
  font-family: Michelin, sans-serif;
  color: #ffe600;
  font-weight: 600;
}

.m-ui-bullet-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  line-height: 80px;
  text-align: center;
}

.m-element-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block {
  width: 80px;
  height: 80px;
  border-radius: 360px;
  background-color: #fff;
  font-family: Michelin, sans-serif;
  color: #27509b;
  font-weight: 700;
}

.m-card-wrapper {
  padding-top: 80px;
  padding-bottom: 40px;
}

.m-footer-legals {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 100px;
  padding-bottom: 40px;
  padding-left: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #181a31;
  font-size: 12px;
  line-height: 35px;
}

.m-footer-link {
  padding-right: 10px;
  padding-left: 10px;
  color: #181a31;
  text-decoration: none;
}

.m-social-item-wrapper {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}

.m-social-icons {
  width: 16px;
  margin-top: 20px;
  margin-right: 40px;
  margin-left: 0px;
  font-family: Be, sans-serif;
  line-height: 20px;
}

.hero-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/caja-seca-background.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.m-cta-wrapper {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  font-size: 32px;
  line-height: 52px;
}

@media screen and (max-width: 991px) {
  .m-hero {
    height: 680px;
    background-position: 50% 50%;
  }

  .m-hero-wrapper {
    padding-right: 50px;
    padding-left: 50px;
  }

  .m-hero-promo-wrapper {
    max-width: 460px;
  }

  .m-promo-text {
    font-size: 18px;
    line-height: 28px;
  }

  .m-hero-michelin-text {
    font-size: 18px;
    line-height: 28px;
  }

  .m-promo-logo {
    width: 140px;
  }

  .m-section-wrapper.footer {
    min-height: 320px;
    padding-bottom: 40px;
  }

  .m-h1-title.section-title {
    font-size: 21px;
    line-height: 31px;
  }

  .m-h2-title.section-title {
    font-size: 21px;
    line-height: 31px;
  }

  .m-card-li {
    padding-right: 20px;
    padding-left: 20px;
  }

  .m-bib-pse {
    width: 220px;
  }

  .m-bib-pse.left {
    width: 220px;
  }

  .m-card-paragraph {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .m-h3-title {
    font-size: 18px;
    line-height: 28px;
  }

  .m-card-wrapper {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .m-footer-legals {
    padding-right: 40px;
    padding-left: 40px;
  }

  .m-social-item-wrapper {
    font-size: 12px;
  }

  .m-social-icons {
    width: 14px;
    margin-right: 25px;
  }

  .hero-background {
    background-position: 50% 100%;
  }
}

@media screen and (max-width: 767px) {
  .m-navbar-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .m-primary-button.logo-padding {
    margin-right: auto;
    margin-left: auto;
    background-color: #ffe600;
    color: #27509b;
  }

  .m-primary-button.white-button {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .m-navbar-item {
    display: none;
  }

  .m-hero {
    position: relative;
    height: auto;
    padding-bottom: 0px;
  }

  .m-hero-wrapper {
    position: static;
    height: auto;
    padding: 20px;
    background-color: #27509b;
  }

  .m-hero-promo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-shadow: none;
  }

  .m-promo-logo {
    margin-right: auto;
    margin-left: 0px;
  }

  .m-hero-scroll {
    bottom: -25px;
  }

  .m-icon {
    width: 60px;
  }

  .m-section-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .m-h1-title.section-title {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 28px;
  }

  .m-h2-title.section-title {
    margin-top: 10px;
    font-size: 18px;
    line-height: 28px;
  }

  .m-card-li {
    height: auto;
  }

  .m-card-li.first-card {
    height: auto;
  }

  .m-layout-col {
    margin-bottom: 40px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  }

  .m-layout-col.vertical-align {
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-bottom-style: none;
  }

  .m-layout-col.vertical-align.reverse {
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    border-bottom-style: solid;
  }

  .m-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .m-bib-pse {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .m-col-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .m-h3-title {
    margin-right: auto;
    margin-left: auto;
  }

  .m-ui-bullet-wrapper {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .m-footer-legals {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero-background {
    position: static;
    height: 220px;
  }

  .m-cta-wrapper {
    font-size: 24px;
    line-height: 44px;
  }
}

@media screen and (max-width: 479px) {
  .m-promo-logo {
    margin-right: auto;
    margin-left: auto;
  }

  .m-section-wrapper.footer {
    min-height: auto;
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-h1-title.section-title {
    padding-right: 0px;
    padding-left: 0px;
  }

  .m-card-li {
    margin-top: 40px;
  }

  .m-layout-col.vertical-align {
    padding-right: 0px;
    padding-left: 0px;
  }

  .m-ui-bullet-wrapper {
    font-size: 18px;
  }

  .m-element-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .m-footer-legals {
    position: relative;
    padding-top: 20px;
    padding-bottom: 0px;
    text-align: center;
  }

  .m-social-item-wrapper {
    text-align: center;
  }

  .m-social-icons {
    margin-right: 10px;
    margin-left: 10px;
  }

  .m-michelin-logo {
    width: 120px;
  }
}

@font-face {
  font-family: 'Be';
  src: url('../fonts/Be-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Michelin';
  src: url('../fonts/Michelin-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Michelin';
  src: url('../fonts/Michelin-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Michelin';
  src: url('../fonts/Michelin-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Michelin';
  src: url('../fonts/Michelin-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Michelin';
  src: url('../fonts/Michelin-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}