/* ROBOTO  */
/* roboto-100 */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: local("Roboto Thin"), local("Roboto-Thin"), url("../assets/fonts/roboto/Roboto-Thin.ttf");
}
/* roboto-300 */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("../assets/fonts/roboto/Roboto-Light.ttf");
}
/* roboto-300italic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url("../assets/fonts/roboto/Roboto-LightItalic.ttf");
}
/* roboto-100italic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url("../assets/fonts/roboto/Roboto-ThinItalic.ttf");
}
/* roboto-regular */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("../assets/fonts/roboto/Roboto-Regular.ttf");
}
/* roboto-italic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url("../assets/fonts/roboto/Roboto-Italic.ttf");
}
/* roboto-500 */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../assets/fonts/roboto/Roboto-Medium.ttf");
}
/* roboto-500italic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("../assets/fonts/roboto/Roboto-MediumItalic.ttf");
}
/* roboto-700 */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../assets/fonts/roboto/Roboto-Bold.ttf");
}
/* roboto-700italic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("../assets/fonts/roboto/Roboto-BoldItalic.ttf");
}
/* roboto-900italic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url("../assets/fonts/roboto/Roboto-BlackItalic.ttf");
}
/* roboto-900 */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Black"), local("Roboto-Black"), url("../assets/fonts/roboto/Roboto-Black.ttf");
}
/* ROBOTO CONDENSED */
/* Light */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), url("../assets/fonts/roboto/RobotoCondensed-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Condensed Light Italic"), local("RobotoCondensed-LightItalic"), url("../assets/fonts/roboto/RobotoCondensed-LightItalic.ttf") format("truetype");
}
/* Normal */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed Regular"), local("RobotoCondensed-Regular"), url("../assets/fonts/roboto/RobotoCondensed-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Condensed Italic"), local("RobotoCondensed-Italic"), url("../assets/fonts/roboto/RobotoCondensed-Italic.ttf") format("truetype");
}
/* Bold */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("../assets/fonts/roboto/RobotoCondensed-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 700;
  src: local("Roboto Condensed Bold Italic"), local("RobotoCondensed-BoldItalic"), url("../assets/fonts/roboto/RobotoCondensed-BoldItalic.ttf") format("truetype");
}
/* CINZEL */
@font-face {
  font-family: "Cinzel-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/cinzel/Cinzel-Regular.otf");
}
@font-face {
  font-family: "Cinzel-Bold";
  font-style: bold;
  font-weight: 700;
  src: url("../assets/fonts/cinzel/Cinzel-Bold.otf");
}
@font-face {
  font-family: "Cinzel-Black";
  font-style: black;
  font-weight: 900;
  src: url("../assets/fonts/cinzel/Cinzel-Black.otf");
}
/* EFFLORESCE */
@font-face {
  font-family: "effloresce";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/effloresce/effloresce.ttf");
}
@font-face {
  font-family: "effloresce";
  font-style: bold;
  font-weight: 700;
  src: url("../assets/fonts/effloresce/effloresce_bd.ttf");
}
body .m-landing {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  background: #eadec6;
  overflow: hidden;
}
body .m-landing div {
  box-sizing: border-box;
}
body .m-landing .header {
  height: 96px;
  background-color: #261523;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 56px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
@media only screen and (max-width: 880px) {
  body .m-landing .header {
    display: none;
  }
}
body .m-landing .header .header__left,
body .m-landing .header .header__right .header-menu {
  display: flex;
  align-items: center;
}
body .m-landing .header .header-logo__gears {
  margin: 0 16px;
}
body .m-landing .header .header-logo__text {
  font-family: "effloresce", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #e3c06d;
}
@media only screen and (max-width: 1024px) {
  body .m-landing .header .header-logo__text {
    display: none;
  }
}
body .m-landing .lang-select {
  position: relative;
}
body .m-landing .lang-select .lang-select__selected {
  display: flex;
  align-items: center;
  margin-left: 24px;
  cursor: pointer;
}
body .m-landing .lang-select .lang-select__text {
  margin-left: 24px;
  font-size: 16px;
  line-height: 170%;
  color: #f14515;
  text-transform: uppercase;
}
body .m-landing .lang-select .lang-select__button {
  margin-left: 9px;
  transition: all 0.4s;
}
body .m-landing .lang-select .lang-select__button.open {
  transform: rotate(180deg);
  transition: all 0.4s;
}
body .m-landing .lang-select .lang-select__options {
  display: none;
  background-color: #ffffff;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 24px;
  width: 205px;
  position: absolute;
  top: 36px;
}
body .m-landing .lang-select .lang-select__options a {
  display: block;
  text-decoration: none;
  color: #261523;
  font-size: 16px;
  line-height: 32px;
  text-transform: capitalize;
}
body .m-landing .lang-select .lang-select__options a:hover {
  font-weight: bold;
  color: #f14515;
}
body .m-landing .header-menu__item {
  margin: 0 24px;
  font-family: "effloresce", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #e3c06d;
  text-decoration: none;
  cursor: pointer;
}
body .m-landing .header-menu__item:hover {
  color: #f14515;
}
@media only screen and (max-width: 1200px) {
  body .m-landing .header-menu__item {
    margin: 0 12px;
  }
}
body .m-landing .header-menu__button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  margin-left: 24px;
  width: 187px;
  height: 38px;
  display: flex;
  background-image: url(../assets/img/btn_login.png);
  justify-content: center;
  align-items: center;
  font-family: "effloresce", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #301006;
  text-decoration: none;
  cursor: pointer;
}
body .m-landing .header-menu__button:hover {
  filter: drop-shadow(0px 0px 5px rgba(250, 231, 189, 0.6));
}
@media only screen and (max-width: 1200px) {
  body .m-landing .header-menu__button {
    margin-left: 12px;
  }
}
body .m-landing .header-mobile {
  display: none;
}
@media only screen and (max-width: 880px) {
  body .m-landing .header-mobile {
    height: 64px;
    background-color: #261523;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 999;
  }
  body .m-landing .header-mobile .header-mobile__left {
    display: flex;
    align-items: center;
  }
  body .m-landing .header-mobile .header-mobile__right {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-right: 16px;
  }
  body .m-landing .header-mobile .header-logo__gears {
    margin: 0 16px;
  }
  body .m-landing .header-mobile .header-mobile__button {
    cursor: pointer;
  }
  body .m-landing .header-mobile .header-mobile__close-button {
    display: none;
    cursor: pointer;
  }
  body .m-landing .header-mobile .header-mobile-menu {
    display: none;
  }
  body .m-landing .header-mobile .header-mobile-menu .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    position: absolute;
    padding-bottom: 70px;
    top: 64px;
    left: 0;
    width: 100%;
    background-color: #261523;
    height: 100vh;
  }
}
body .m-landing .main {
  display: block;
  width: 100%;
  margin-top: 96px;
  background-image: url(../assets/img/bg_lines.png);
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100vh - 96px);
}
@media only screen and (max-width: 880px) {
  body .m-landing .main {
    margin-top: 64px;
    height: calc(100vh - 64px);
  }
}
body .m-landing .main .feature-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
body .m-landing .main .feature-card .image {
  position: relative;
  height: 168px;
  width: 168px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .m-landing .main .feature-card .image img {
  width: 100%;
}
body .m-landing .main .feature-card .card {
  width: 269px;
  max-width: 269px;
  background: #dcbc76;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  position: relative;
  margin: 16px;
  margin-top: -84px;
  padding: 84px 16px 28px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
}
body .m-landing .main .feature-card .card .title {
  color: #36231d;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #480300;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  margin-top: 24px;
  text-align: center;
}
body .m-landing .main .feature-card .card .subtitle {
  color: #36231d;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
  font-weight: 500;
}
body .m-landing .main .feature-card .card .text {
  color: #36231d;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-top: 12px;
  font-weight: 500;
}
body .m-landing .main .presentacion {
  background-image: url(../assets/img/bg_rays.png), url(../assets/img/bg_gradient_top.png);
  background-repeat: none;
  background-blend-mode: screen;
  background-position: top, top;
  padding-bottom: 60px;
}
body .m-landing .main .presentacion .wrapper {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  padding: 56px 0 16px 0;
  position: relative;
}
@media only screen and (max-width: 640px) {
  body .m-landing .main .presentacion .wrapper {
    padding: 74px 0 16px 0;
  }
}
body .m-landing .main .presentacion .wrapper .title {
  color: #480300;
  font-family: "effloresce", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 72px;
  line-height: 80px;
  margin: 16px 0px;
  max-width: 780px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  body .m-landing .main .presentacion .wrapper .title {
    max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  body .m-landing .main .presentacion .wrapper .title {
    font-size: 40px;
    line-height: 48px;
  }
}
body .m-landing .main .presentacion .wrapper .subtitle {
  color: #36231d;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  margin: 16px 0px;
  max-width: 780px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  body .m-landing .main .presentacion .wrapper .subtitle {
    max-width: 560px;
  }
}
@media only screen and (max-width: 960px) {
  body .m-landing .main .presentacion .wrapper .subtitle {
    max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  body .m-landing .main .presentacion .wrapper .subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}
body .m-landing .main .presentacion .wrapper .cta {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  background: #f14515;
  border-radius: 8px;
  font-family: "effloresce", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  display: inline-flex;
  margin: 32px 0px 16px 0px;
  padding: 24px 36px;
  position: relative;
  z-index: 1;
}
body .m-landing .main .presentacion .wrapper .cta:hover {
  background: #20121e;
  color: #f14515;
  transition: all 0.15s ease-in-out;
}
@media only screen and (max-width: 640px) {
  body .m-landing .main .presentacion .wrapper .cta {
    font-size: 16px;
    line-height: 19px;
  }
}
body .m-landing .main .presentacion .wrapper .note {
  color: #36231d;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  body .m-landing .main .presentacion .wrapper .note {
    max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  body .m-landing .main .presentacion .wrapper .note {
    font-size: 12px;
  }
}
body .m-landing .main .presentacion .wrapper .character-image {
  position: absolute;
  z-index: 0;
  top: 190px;
  right: -120px;
}
@media only screen and (max-width: 960px) {
  body .m-landing .main .presentacion .wrapper .character-image {
    display: none;
  }
}
body .m-landing .main .presentacion .wrapper .wheels {
  position: absolute;
  z-index: 0;
  top: 600px;
  right: -180px;
}
@media only screen and (max-width: 1200px) {
  body .m-landing .main .presentacion .wrapper .wheels {
    display: none;
  }
}
body .m-landing .main .presentacion .wrapper .features {
  position: relative;
  z-index: 1;
  margin-top: 84px;
}
@media only screen and (max-width: 640px) {
  body .m-landing .main .presentacion .wrapper .features {
    margin-top: 54px;
  }
}
body .m-landing .main .presentacion .wrapper .features .features__wrapper {
  background: #ffffff;
  border-radius: 24px 24px 0px 0px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  body .m-landing .main .presentacion .wrapper .features .features__wrapper {
    flex-direction: column;
  }
}
body .m-landing .main .presentacion .wrapper .features .features__wrapper .features__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  max-width: 50%;
}
@media only screen and (max-width: 960px) {
  body .m-landing .main .presentacion .wrapper .features .features__wrapper .features__item {
    max-width: 100%;
    width: 100%;
    flex-direction: column;
  }
}
body .m-landing .main .presentacion .wrapper .features .features__wrapper .features__item:first-child {
  border-right: 1px solid rgba(54, 35, 29, 0.16);
}
@media only screen and (max-width: 960px) {
  body .m-landing .main .presentacion .wrapper .features .features__wrapper .features__item:first-child {
    border-right: none;
    border-bottom: 1px solid rgba(54, 35, 29, 0.16);
  }
}
body .m-landing .main .presentacion .wrapper .features .features__wrapper .features__item .item__data {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 24px;
}
body .m-landing .main .presentacion .wrapper .features .features__wrapper .features__item .item__data span:first-child {
  color: #e74215;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
}
body .m-landing .main .presentacion .wrapper .features .features__wrapper .features__item .item__data span:first-child span {
  font-size: 24px;
  line-height: 28px;
}
body .m-landing .main .presentacion .wrapper .features .features__wrapper .features__item .item__data span {
  color: #e74215;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
}
body .m-landing .main .presentacion .wrapper .features .features__wrapper .features__item .item__text {
  color: #36231d;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 960px) {
  body .m-landing .main .presentacion .wrapper .features .features__wrapper .features__item .item__text {
    margin-top: 8px;
    text-align: center;
  }
}
body .m-landing .main .presentacion .wrapper .features .features__video {
  position: relative;
}
body .m-landing .main .presentacion .wrapper .features .features__video:before {
  content: url(../assets/img/play.png);
  display: block;
  height: 48px;
  width: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
body .m-landing .main .presentacion .wrapper .features .features__video .video__thumbnail {
  width: 100%;
  cursor: pointer;
}
body .m-landing .main .descripcion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
}
body .m-landing .main .descripcion .descripcion__intro {
  max-width: 754px;
  width: 90%;
  margin-bottom: 144px;
}
@media only screen and (max-width: 960px) {
  body .m-landing .main .descripcion .descripcion__intro {
    margin-bottom: 0;
  }
}
body .m-landing .main .descripcion .descripcion__intro .title {
  color: #480300;
  font-family: "effloresce", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  margin-bottom: 16px;
}
@media only screen and (max-width: 640px) {
  body .m-landing .main .descripcion .descripcion__intro .title {
    font-size: 40px;
    line-height: 48px;
  }
}
body .m-landing .main .descripcion .descripcion__intro .text {
  color: #36231d;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  body .m-landing .main .descripcion .descripcion__intro .text {
    font-size: 18px;
    line-height: 24px;
  }
}
body .m-landing .main .descripcion .descripcion__item {
  display: flex;
  width: 1200px;
  max-width: 90%;
}
body .m-landing .main .descripcion .descripcion__item--first {
  align-items: center;
  margin-bottom: 95px;
}
@media only screen and (max-width: 960px) {
  body .m-landing .main .descripcion .descripcion__item--first {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 960px) {
  body .m-landing .main .descripcion .descripcion__item {
    flex-direction: column-reverse;
    width: 100%;
  }
  body .m-landing .main .descripcion .descripcion__item--first {
    flex-direction: column;
  }
}
body .m-landing .main .descripcion .descripcion__item .descripcion__item-image .descripcion__item-image-casos {
  max-width: 660px;
}
@media only screen and (max-width: 960px) {
  body .m-landing .main .descripcion .descripcion__item .descripcion__item-image {
    flex-direction: column;
    width: 100%;
    text-align: center;
    margin-top: 80px;
    max-width: 100%;
  }
  body .m-landing .main .descripcion .descripcion__item .descripcion__item-image img {
    max-width: 100%;
    width: 100%;
  }
}
body .m-landing .main .descripcion .descripcion__item .descripcion__item-text {
  max-width: 453px;
}
@media only screen and (max-width: 960px) {
  body .m-landing .main .descripcion .descripcion__item .descripcion__item-text {
    max-width: 100%;
    width: 100%;
  }
}
body .m-landing .main .descripcion .descripcion__item .descripcion__item-text .title {
  color: #480300;
  font-family: "effloresce", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 640px) {
  body .m-landing .main .descripcion .descripcion__item .descripcion__item-text .title {
    font-size: 32px;
    line-height: 40px;
  }
}
body .m-landing .main .descripcion .descripcion__item .descripcion__item-text .text {
  color: #36231d;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}
body .m-landing .main .opiniones {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #eadec6;
  padding: 80px 0;
}
body .m-landing .main .opiniones .opiniones__title {
  color: #480300;
  font-family: "effloresce", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 64px;
  width: 1144px;
  max-width: 90%;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  body .m-landing .main .opiniones .opiniones__title {
    font-size: 40px;
    line-height: 48px;
  }
}
body .m-landing .main .opiniones .opiniones__slider {
  width: calc(269px * 3 + 64px);
  margin-top: 44px;
}
@media only screen and (max-width: 960px) {
  body .m-landing .main .opiniones .opiniones__slider {
    width: calc(269px * 2 + 64px);
  }
}
@media only screen and (max-width: 640px) {
  body .m-landing .main .opiniones .opiniones__slider {
    width: calc(269px + 64px);
  }
}
body .m-landing .main .opiniones .opiniones__slider .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
body .m-landing .main .opiniones .opiniones__slider .item .image {
  position: relative;
  height: 168px;
  width: 168px;
  background-image: url(../assets/img/card_wheel.png);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .m-landing .main .opiniones .opiniones__slider .item .image img {
  height: 114px;
  width: 114px;
  border-radius: 50%;
}
body .m-landing .main .opiniones .opiniones__slider .item .card {
  width: 269px;
  max-width: 269px;
  min-height: 375px;
  background: #dcbc76;
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  position: relative;
  margin: 16px;
  margin-top: -84px;
  padding: 84px 16px 43px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
body .m-landing .main .opiniones .opiniones__slider .item .card .title {
  color: #36231d;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #480300;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  margin-top: 24px;
  text-align: center;
}
body .m-landing .main .opiniones .opiniones__slider .item .card .subtitle {
  color: #36231d;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
  font-weight: 500;
}
body .m-landing .main .opiniones .opiniones__slider .item .card .text {
  color: #36231d;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-top: 12px;
  font-weight: 500;
}
body .m-landing .main .opiniones .opiniones__slider .slick-dots li {
  width: 16px;
  height: 16px;
}
body .m-landing .main .opiniones .opiniones__slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #36231d;
  border-radius: 50%;
  opacity: 1;
}
body .m-landing .main .opiniones .opiniones__slider .slick-dots li.slick-active button:before {
  background-color: #dd5e0f;
  opacity: 1;
}
body .m-landing .main .que-ofrece {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
}
body .m-landing .main .que-ofrece .que-ofrece__title {
  color: #480300;
  font-family: "effloresce", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 40px;
  width: 1144px;
  max-width: 90%;
  text-align: center;
}
body .m-landing .main .que-ofrece .que-ofrece__title span {
  white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  body .m-landing .main .que-ofrece .que-ofrece__title {
    font-size: 40px;
    line-height: 48px;
  }
}
body .m-landing .main .que-ofrece .que-ofrece__image {
  position: relative;
  width: 1144px;
  max-width: 90%;
}
body .m-landing .main .que-ofrece .que-ofrece__image:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(0deg, rgba(80, 68, 44, 0.56) 1.72%, rgba(236, 229, 214, 0) 47.47%);
  border-radius: 0px 0px 16px 16px;
}
body .m-landing .main .que-ofrece .que-ofrece__image .mac-bar {
  width: 100%;
  max-width: 1144px;
}
body .m-landing .main .que-ofrece .que-ofrece__image .image {
  width: 100%;
  max-width: 1144px;
  border-radius: 0px 0px 16px 16px;
}
body .m-landing .main .que-ofrece .feature-card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -180px;
}
@media only screen and (max-width: 640px) {
  body .m-landing .main .que-ofrece .feature-card-list {
    margin-top: 0;
  }
  body .m-landing .main .que-ofrece .feature-card-list .feature-card {
    margin-top: 36px;
  }
}
body .m-landing .main .experiencias {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 200px 0 0 0;
  background-image: url(../assets/img/bg_experiencias_top.png);
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: -140px;
}
@media only screen and (max-width: 960px) {
  body .m-landing .main .experiencias {
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 640px) {
  body .m-landing .main .experiencias {
    padding: 150px 0 0 0;
  }
}
body .m-landing .main .experiencias .experiencias__title {
  color: #480300;
  font-family: "effloresce", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 64px;
  color: #fdf8ee;
  margin-bottom: 40px;
  width: 754px;
  max-width: 90%;
  text-align: center;
}
@media only screen and (max-width: 880px) {
  body .m-landing .main .experiencias .experiencias__title {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 640px) {
  body .m-landing .main .experiencias .experiencias__title {
    font-size: 40px;
    line-height: 48px;
  }
}
body .m-landing .main .experiencias .experiencias__list {
  width: 754px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 90%;
}
@media only screen and (max-width: 880px) {
  body .m-landing .main .experiencias .experiencias__list {
    align-items: center;
  }
}
body .m-landing .main .experiencias .experiencias__list .list-item {
  display: flex;
  margin-bottom: 36px;
}
body .m-landing .main .experiencias .experiencias__list .list-item .image {
  width: 72px;
  margin-right: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 880px) {
  body .m-landing .main .experiencias .experiencias__list .list-item .image {
    display: none;
  }
}
body .m-landing .main .experiencias .experiencias__list .list-item .text-wrapper {
  width: 90%;
  margin: 0 auto;
}
body .m-landing .main .experiencias .experiencias__list .list-item .text-wrapper .title {
  color: #36231d;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #dd5e0f;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 880px) {
  body .m-landing .main .experiencias .experiencias__list .list-item .text-wrapper .title {
    text-align: center;
    width: 90%;
    margin: 8px auto;
  }
}
body .m-landing .main .experiencias .experiencias__list .list-item .text-wrapper .text {
  color: #36231d;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #fdf8ee;
  font-size: 16px;
  line-height: 19px;
}
@media only screen and (max-width: 880px) {
  body .m-landing .main .experiencias .experiencias__list .list-item .text-wrapper .text {
    text-align: center;
    width: 90%;
    margin: 8px auto;
  }
}
body .m-landing .main .titulos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../assets/img/bg_titulos_top.png);
  background-position-x: center;
  background-position-y: -200px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 80px;
}
@media only screen and (max-width: 960px) {
  body .m-landing .main .titulos {
    background-size: auto 100%;
  }
}
body .m-landing .main .titulos .divider {
  max-width: 90%;
  margin: 160px auto;
}
@media only screen and (max-width: 640px) {
  body .m-landing .main .titulos .divider {
    margin: 140px auto 92px;
  }
}
body .m-landing .main .titulos .titulos__title {
  color: #480300;
  font-family: "effloresce", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 64px;
  color: #fdf8ee;
  margin-bottom: 40px;
  width: 754px;
  max-width: 90%;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  body .m-landing .main .titulos .titulos__title {
    font-size: 40px;
    line-height: 48px;
  }
}
body .m-landing .main .titulos .feature-card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 70px;
}
body .m-landing .main .titulos .feature-card-list .feature-card .card {
  padding-bottom: 55px;
}
@media only screen and (max-width: 640px) {
  body .m-landing .main .titulos .feature-card-list {
    margin-top: 0;
  }
  body .m-landing .main .titulos .feature-card-list .feature-card {
    margin-top: 36px;
  }
}
body .m-landing .main .bottom-background-wrapper {
  background-image: url(../assets/img/bg_gradient_bottom.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-blend-mode: screen;
  background-size: 100% 90%;
}
body .m-landing .main .apps {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
}
body .m-landing .main .apps .divider {
  max-width: 90%;
  margin: 160px auto;
}
body .m-landing .main .apps .apps__title {
  color: #480300;
  font-family: "effloresce", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 16px;
  max-width: 90%;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  body .m-landing .main .apps .apps__title {
    font-size: 40px;
    line-height: 48px;
  }
}
body .m-landing .main .apps .apps__description {
  color: #36231d;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  width: 754px;
  max-width: 90%;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  body .m-landing .main .apps .apps__description {
    font-size: 18px;
    line-height: 24px;
  }
}
body .m-landing .main .apps .apps__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
body .m-landing .main .apps .apps__buttons img {
  margin: 8px;
  cursor: pointer;
}
body .m-landing .main .contacto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 112px;
}
body .m-landing .main .contacto .contacto__title {
  color: #480300;
  font-family: "effloresce", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 16px;
  max-width: 90%;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  body .m-landing .main .contacto .contacto__title {
    font-size: 40px;
    line-height: 48px;
  }
}
body .m-landing .main .contacto .contacto__description {
  color: #36231d;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  width: 754px;
  text-align: center;
  max-width: 90%;
}
body .m-landing .main .contacto .contacto__form {
  width: 754px;
  max-width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(38, 21, 35, 0.9);
  backdrop-filter: blur(16px);
  border-radius: 16px;
  padding: 64px 40px;
  margin-top: 48px;
}
@media only screen and (max-width: 880px) {
  body .m-landing .main .contacto .contacto__form {
    padding: 56px 24px;
  }
}
@media only screen and (max-width: 640px) {
  body .m-landing .main .contacto .contacto__form {
    padding: 48px 8px;
  }
}
body .m-landing .main .contacto .contacto__form .title {
  color: #480300;
  font-family: "effloresce", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 8px;
  text-align: center;
}
body .m-landing .main .contacto .contacto__form .description {
  color: #36231d;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 16px;
  text-align: center;
}
body .m-landing .main .contacto .contacto__form form {
  display: flex;
  margin-top: 36px;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}
body .m-landing .main .contacto .contacto__form form .input-wrapper {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  box-sizing: border-box;
  padding-right: 16px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 640px) {
  body .m-landing .main .contacto .contacto__form form .input-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
body .m-landing .main .contacto .contacto__form form .input-wrapper.right {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  padding-right: 0;
}
@media only screen and (max-width: 640px) {
  body .m-landing .main .contacto .contacto__form form .input-wrapper.right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body .m-landing .main .contacto .contacto__form form .input-wrapper.zipcode {
  flex: 0 0 18%;
  max-width: 18%;
  box-sizing: border-box;
  padding-right: 16px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 640px) {
  body .m-landing .main .contacto .contacto__form form .input-wrapper.zipcode {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
body .m-landing .main .contacto .contacto__form form .input-wrapper.city {
  flex: 0 0 40.3333333333%;
  max-width: 40.3333333333%;
  box-sizing: border-box;
  padding-right: 16px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 640px) {
  body .m-landing .main .contacto .contacto__form form .input-wrapper.city {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
body .m-landing .main .contacto .contacto__form form .input-wrapper.city.alone {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  box-sizing: border-box;
  padding-right: 16px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 640px) {
  body .m-landing .main .contacto .contacto__form form .input-wrapper.city.alone {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
body .m-landing .main .contacto .contacto__form form .textarea-wrapper {
  flex: 0 0 100% !important;
  max-width: 100%;
  margin-bottom: 1rem;
  width: 100%;
  padding-right: 0;
}
body .m-landing .main .contacto .contacto__form form input[type=text],
body .m-landing .main .contacto .contacto__form form textarea {
  font-family: "Roboto", sans-serif;
  color: #515759;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  background: #fff;
  border: 0.0625rem solid #c4c4c4;
  border-radius: 8px;
  min-height: 4rem;
  padding: 1rem 1.5rem;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  resize: none;
}
body .m-landing .main .contacto .contacto__form form .select-wrapper {
  position: relative;
}
body .m-landing .main .contacto .contacto__form form .select-wrapper:before {
  content: url(../assets/img/select_chevron.png);
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 24px;
}
body .m-landing .main .contacto .contacto__form form .select-wrapper select {
  font-family: "Roboto", sans-serif;
  color: #515759;
  font-size: 16px;
  line-height: 24px;
  background: #fff;
  border: 0.0625rem solid #c4c4c4;
  border-radius: 8px;
  min-height: 64px;
  padding: 1rem 1.5rem;
  max-width: 100%;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
body .m-landing .main .contacto .contacto__form form .checkbox-wrapper {
  flex: 0 0 100% !important;
  margin: 8px 0;
  align-items: center;
  position: relative;
}
body .m-landing .main .contacto .contacto__form form .checkbox-wrapper label {
  cursor: pointer;
}
body .m-landing .main .contacto .contacto__form form .checkbox-wrapper label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
body .m-landing .main .contacto .contacto__form form .checkbox-wrapper span {
  margin-left: 30px;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  display: block;
}
body .m-landing .main .contacto .contacto__form form .checkbox-wrapper span a {
  color: #ffffff;
}
body .m-landing .main .contacto .contacto__form form .checkbox-wrapper span:before {
  content: " ";
  position: absolute;
  top: 0.125rem;
  left: 0;
  height: 1.125rem;
  width: 1.125rem;
  border: 0.0625rem solid #f14515;
  border-radius: 0.3125rem;
  transition: all 0.25s;
  border: 0.0625rem solid #c4c4c4 !important;
  border-radius: 0.125rem !important;
}
body .m-landing .main .contacto .contacto__form form .checkbox-wrapper span:after {
  content: " ";
  position: absolute;
  display: none;
  left: 0.375rem;
  top: 0.3125rem;
  width: 0.3125rem;
  height: 0.625rem;
  border: solid #261523;
  border-width: 0 0.125rem 0.125rem 0;
  transform: rotate(45deg);
}
body .m-landing .main .contacto .contacto__form form .checkbox-wrapper input:checked ~ span:after {
  display: block;
}
body .m-landing .main .contacto .contacto__form form .checkbox-wrapper input:checked ~ span:before {
  background-color: #f14515;
}
body .m-landing .main .contacto .contacto__form form .button-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 640px) {
  body .m-landing .main .contacto .contacto__form form .button-wrapper {
    justify-content: center;
  }
}
body .m-landing .main .contacto .contacto__form form .button-wrapper .form-button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  background: #f14515;
  border-radius: 8px;
  font-family: "effloresce", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  display: inline-flex;
  margin: 32px 0px 16px 0px;
  padding: 24px 36px;
}
body .m-landing .main .contacto .contacto__form form .button-wrapper .form-button:hover {
  background: #20121e;
  color: #f14515;
  transition: all 0.15s ease-in-out;
}
body .m-landing .main .footer {
  min-height: 176px;
  background-color: #261523;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 45px 56px;
  width: 100vw;
  color: #ffffff;
}
@media only screen and (max-width: 640px) {
  body .m-landing .main .footer {
    padding: 24px;
  }
}
body .m-landing .main .footer a {
  text-decoration: none;
  color: #ffffff;
}
body .m-landing .main .footer a:hover {
  color: #f14515;
}
body .m-landing .main .footer > div:last-child div:first-child .footer-privacy-link {
  border-right: solid 2px #ffffff;
  line-height: 14px;
  height: 14px;
  padding: 0 8px;
}
body .m-landing .main .footer > div:last-child div:first-child .footer-privacy-link:last-child {
  border-right: none;
}
@media only screen and (max-width: 960px) {
  body .m-landing .main .footer > div:last-child div:first-child {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 36px;
  }
  body .m-landing .main .footer > div:last-child div:first-child .footer-privacy-link {
    border-right: none;
    margin-bottom: 24px;
  }
}
body .m-landing .main .footer .footer__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  body .m-landing .main .footer .footer__row {
    flex-direction: column;
    align-items: flex-start;
  }
}
body .m-landing .main .footer .footer__row .footer__left {
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 960px) {
  body .m-landing .main .footer .footer__row .footer__left {
    margin-bottom: 24px;
  }
}
body .m-landing .main .footer .footer__row .footer__right {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  body .m-landing .main .footer .footer__row .footer__right {
    margin-bottom: 24px;
  }
}
body .m-landing .main .footer .footer__row .footer-logo__img {
  height: 30px;
}
body .m-landing .main .footer .footer__row .footer-logo__text {
  font-family: "effloresce", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
  margin-left: 8px;
  color: #f14515;
}
body .m-landing .main .footer .footer__row .lang-select {
  position: relative;
}
@media only screen and (max-width: 640px) {
  body .m-landing .main .footer .footer__row .lang-select {
    margin-left: 0;
  }
}
body .m-landing .main .footer .footer__row .lang-select .lang-select__text {
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  body .m-landing .main .footer .footer__row .lang-select .lang-select__text {
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  body .m-landing .main .footer .footer__row .lang-select .lang-select__selected {
    margin-left: 0;
  }
}
body .m-landing .main .footer .footer__row .lang-select .lang-select__options {
  top: -280px;
  right: -16px;
}
body .m-landing .main .footer .footer__row .lang-select .lang-select__options a {
  color: #261523;
}
body .m-landing .main .footer .footer__row .lang-select .lang-select__options a:hover {
  color: #f14515;
}
@media only screen and (max-width: 640px) {
  body .m-landing .main .footer .footer__row .lang-select .lang-select__options {
    left: 0;
  }
}
body .m-landing .main .footer .footer__row .footer-copyright {
  margin-right: 48px;
}

.no-scroll {
  overflow: hidden;
}

/* COOKIE WARNING */
.cookie-warning {
  position: absolute;
  width: 100vw;
  z-index: 10;
  background: #22151f;
  bottom: 0;
  top: inherit;
  min-height: 64px;
  padding: 16px 0;
  display: none;
}
.cookie-warning .cookie-warning__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 56px;
}
@media only screen and (max-width: 960px) {
  .cookie-warning .cookie-warning__wrapper {
    margin: 0 24px;
  }
}
.cookie-warning .cookie_warning__right {
  display: flex;
  align-items: center;
}
.cookie-warning a {
  color: #ffffff;
}
.cookie-warning a:hover {
  color: #f14515;
}
.cookie-warning .cookie-warning__text {
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  font-size: 16px;
  margin-right: 16px;
}
.cookie-warning .cookie-warning__link {
  font-weight: bold;
  margin-right: 8px;
  font-size: 14px;
}
.cookie-warning .cookie-warning__button {
  padding: 8px 16px;
  min-height: 32px;
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cookie-warning .cookie-warning__button.orange {
  background: #f14515;
  color: #ffffff;
}
.cookie-warning .cookie-warning__button.white {
  margin-left: 8px;
  background: #ffffff;
  color: #36231d;
}

/* END MSGBOX */
.lpd-centered {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  min-height: 100%;
  min-width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.lpd-content {
  max-width: 90%;
  margin: 0 auto;
  font-weight: normal;
  color: #4f4f4f;
  font-size: 16px;
  line-height: 22px;
}
.lpd-content .lpd-content-title {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
.lpd-content .lpd-content-subtitle {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
}
.lpd-content h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.lpd-content .lpd-content-separator {
  height: 1px;
  background-color: grey;
  margin-top: 40px;
  margin-bottom: 40px;
}
.lpd-content .lpd-privacy-anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
.lpd-content .lpd-table {
  width: 100%;
  border: 1px solid #fc6414;
  border-spacing: 8px;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 18px;
}
.lpd-content .lpd-table th {
  padding: 12px;
}
.lpd-content .lpd-table tr:nth-child(even) {
  background-color: #fde9d9;
}
.lpd-content .lpd-table td:first-child {
  font-weight: bold;
  white-space: nowrap;
}
.lpd-content .lpd-table td:nth-child(2) {
  text-align: center;
}
.lpd-content .lpd-table td {
  padding: 8px 16px;
}
.lpd-content .lpd-table__header {
  background-color: #fc6414;
  color: white;
}
.lpd-content ul li,
.lpd-content ol li {
  margin: 16px 0;
}

.lpd-content--margin-top {
  margin-top: 20px;
}

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