@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@600;800&family=Roboto:wght@300;400;700&display=swap");
.size-sm {
  font-size: 12px;
}

.seccondary {
  color: grey;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
}

body {
  font-size: 14px;
}

html, body {
  height: 100%;
  margin: 0;
}

.dn {
  display: none;
}

.small {
  font-size: 12px;
}

.full-screen {
  background-color: #f6f6f8;
  background-color: #f3f6f9;
  min-height: 100%;
}

.empty-state {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  color: #b5b5c3;
  font-size: 50px;
}
.empty-state .message {
  display: block;
  font-size: 14px;
}
.empty-state.xl {
  font-size: 90px;
}
.empty-state.xl .message {
  font-size: 18px;
}

.container-sm {
  width: 90%;
  max-width: 650px;
}

.box-sm {
  padding: 0 1em;
  max-width: 300px;
  font-size: 16px;
}
.box-sm span {
  font-size: 12px;
}

.message {
  display: flex;
  align-items: center;
}
.message span {
  margin-left: 1em;
}

.alert-message {
  background-color: #fff9fb;
  color: #ef476f;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.f {
  display: flex;
}

.f-v {
  flex-direction: column;
}

.f-j-c {
  justify-content: center;
}

.f-j-sb {
  justify-content: space-between;
}

.f-j-se {
  justify-content: space-evenly;
}

.f-a-c {
  align-items: center;
}

.f-wrap {
  flex-wrap: wrap;
}

.min-w-250 {
  min-width: 250px;
}

.mh-100 {
  min-height: 100%;
}

.w-100 {
  width: 100%;
}

.ml-1 {
  margin-left: 0.5em;
}

.ml-2 {
  margin-left: 1em;
}

.mt-1 {
  margin-top: 0.5em;
}

.mt-2 {
  margin-top: 1em;
}

.mb-1 {
  margin-bottom: 0.5em;
}

.mb-2 {
  margin-bottom: 1em;
}

.mb-4 {
  margin-bottom: 2em;
}

.p-4 {
  padding: 2em;
}

.py-4 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.pb-1 {
  padding-bottom: 0.5em;
}

.pb-2 {
  padding-bottom: 1em;
}

.pb-6 {
  padding-bottom: 3em;
}

.btn {
  padding: 1em 2em;
  border-radius: 4px;
  background-color: #F8B133;
  color: white;
  font-weight: bold;
  font-size: 13px;
}

html, body {
  margin: 0;
  height: 100%;
  color: grey;
  scroll-behavior: smooth;
}

.header {
  font-family: "Open Sans", sans-serif;
  color: #212121;
  font-weight: 800;
}

section {
  padding: 4em 2em;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.container-md {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}

.container-sm {
  width: 75%;
  max-width: 620px;
  margin: 0 auto;
}

.full-page {
  height: 100%;
  width: 100%;
}

header {
  background-color: #fff;
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100px;
  transition: height 0.25s ease;
}
header .container {
  height: 100%;
}
header img.top-logo {
  height: 25px;
  transition: height 0.25s ease;
}
header.stick-on {
  -webkit-box-shadow: 5px 5px 15px -16px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 15px -16px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 15px -16px rgba(0, 0, 0, 0.75);
  height: 90px;
  padding-top: 25px;
}
header.stick-on img.top-logo {
  height: 22px;
}

#cabecera h1 {
  text-align: center;
  font-size: 52px;
  margin-bottom: 0.5em;
  line-height: 1.3;
}
#cabecera h1 .sub {
  font-size: 32px;
  display: block;
  font-weight: 500;
}
#cabecera .cta {
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cabecera .cta .btn {
  margin: 0.25em;
}

.lean {
  font-weight: 100;
  text-align: center;
  font-size: 16px;
  padding: 0 1em;
  max-width: 400px;
  line-height: 1.4;
  margin-bottom: 2em;
}

.lean-top {
  font-size: 16px;
  color: #F8B133;
  text-align: center;
  font-weight: bold;
}

.bg-color {
  background-color: rgba(248, 177, 51, 0.05);
}

#strengths {
  text-align: center;
}

.strength {
  margin: 6em auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.strength > div {
  padding: 1em;
}
.strength .text {
  min-width: 250px;
  font-size: 16px;
  font-weight: 100;
}
.strength .text h3 {
  font-size: 26px;
  margin-bottom: 0.5em;
  line-height: 1.1;
}
.strength .text.left {
  text-align: left;
}
.strength .text.right {
  text-align: right;
}
.strength .img {
  padding-left: 2em;
}
.strength .img img {
  max-width: 100%;
  max-height: 200px;
}
.strength .img .qr {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 165px;
  height: 165px;
}

.f1 {
  flex: 1;
}

.f2 {
  flex: 2;
}

.beautify {
  border-radius: 4px;
  -webkit-box-shadow: 5px 5px 25px -20px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 25px -20px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 25px -20px rgba(0, 0, 0, 0.75);
}

.text {
  font-size: 16px;
  font-weight: 100;
}

#apply {
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 15px -16px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 15px -16px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 15px -16px rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  margin: 8em auto;
  border: 1em solid #ffd166;
  font-weight: 100;
  text-align: center;
  font-size: 16px;
  padding: 3em;
  color: #212121;
}
#apply p {
  margin-bottom: 1em;
  text-align: left;
}

.tiers {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.tiers div {
  padding: 0.5em;
}
.tiers > div {
  height: 100%;
  min-width: 200px;
  max-width: 100%;
  padding: 1em;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

h2 {
  display: block;
  width: 100%;
  font-size: 32px;
  text-align: center;
  padding-bottom: 0.25em;
  border-bottom: 0.1em solid;
  margin-bottom: 1em;
}

a.mail {
  margin: 2em auto;
  font-weight: bold;
  color: #118ab2;
  font-size: 22px;
}

@media (max-width: 600px) {
  .no-mbl {
    display: none;
  }

  header img.top-logo {
    height: 22px;
  }

  .bg-image .box {
    font-size: 22px !important;
  }

  #apply {
    padding: 1.5em;
    border: 0.5em solid #ffd166;
  }

  h2.header {
    font-size: 20px;
  }

  #cabecera h1 {
    font-size: 46px;
  }
  #cabecera .cta {
    width: 250px;
  }
}
.bg-image {
  width: 100%;
  min-height: 100%;
}
.bg-image .box {
  text-align: center;
  display: block;
  max-width: 500px;
  width: 80%;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 1px;
  padding: 1em;
  border: 0.05em solid;
}

.image-1 {
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.85)), url("../img/bg2-compressor.webp") center fixed;
  color: #212121;
  background-size: cover;
}

.image-2 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url("../img/bg.jpeg") no-repeat center center fixed;
  color: #eee;
}

footer {
  text-align: center;
  width: 100%;
  padding: 1em;
  background-color: white;
}
footer li {
  display: inline-block;
  margin: 1em;
  list-style: none;
}
footer a {
  color: #F8B133;
}
footer a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=el-menu.css.map */
