@font-face {
  font-family: "Carlito";
  src: url("/files/css/fonts/Carlito-Regular.ttf") format("truetype"), url("fonts/Carlito-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Carlito";
  src: url("/files/css/fonts/Carlito-Bold.ttf") format("truetype"), url("fonts/Carlito-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
}

.invisible {
  display: none;
}

html {
  font-family: "Carlito", sans-serif;
  font-size: 14px;
  background-color: white;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 759px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 759px) {
  html {
    font-size: 11px;
  }
}

body {
  width: 100vw;
  margin: 0 auto;
  overflow-x: hidden;
}
body div#wrapper {
  width: 100vw;
  margin: 0 auto;
}
body div#wrapper header {
  position: fixed;
  width: 100vw;
  margin: 0 auto;
  border-bottom: 4px solid #f2f2f2;
  background-color: #fff;
  z-index: 30000;
}
@media screen and (max-width: 759px) {
  body div#wrapper header div#logo {
    float: none;
    width: 100vw;
    text-align: center;
  }
  body div#wrapper header div#logo img {
    width: 70vw;
    height: auto;
    margin: 10px auto;
  }
}
body div#wrapper div#header-frame {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 759px) {
  body div#wrapper div#header-frame {
    height: auto;
  }
  body div#wrapper div#header-frame div#header-navigation {
    display: flex;
    flex-direction: row;
    width: 90vw;
    margin: 0 auto;
  }
  body div#wrapper div#header-frame div#header-navigation a {
    padding: 15px;
    margin: 5px;
    text-align: center;
    width: 100%;
  }
}
body div#wrapper div#header-frame div#header-navigation {
  width: calc(100vw - 30px);
  max-width: 1250px;
}
body div#wrapper div#container {
  width: 100%;
  padding-top: 150px;
}
@media screen and (max-width: 759px) {
  body div#wrapper div#container {
    padding-top: calc(154px + (100vw - 360px) / 6.5);
  }
}
body div#wrapper div#container main#main div.inside {
  width: 100%;
}
body div#wrapper div#container a.rounded-button {
  padding: 12px 60px;
}

a.rounded-button {
  margin-top: 50px;
  border-radius: 1200px;
  padding: 20px 60px;
  font-weight: 700;
  cursor: pointer;
  margin-right: 20px;
  display: inline-block;
  text-decoration: none;
  font-size: 1rem;
  white-space: nowrap;
}
a.rounded-button.orange-button {
  background-color: #ff8b00;
  border: 3px solid #ff8b00;
  color: white;
}
a.rounded-button.orange-button:hover {
  background-color: white;
  border: 3px solid #ff8b00;
  color: black;
}
a.rounded-button.blue-button {
  background-color: #1d9ecc;
  border: 1px solid #1d9ecc;
  color: white;
}
a.rounded-button.white-button {
  background-color: white;
  color: black;
}
a.rounded-button.black-border {
  border: 2px solid black;
}

h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  font-weight: normal;
}

.orange {
  background-color: #ff8b00;
}

.light-blue {
  background-color: #eff8fb;
}

div#header-frame {
  width: 100%;
  height: 140px;
}
div#header-frame div#logo {
  float: left;
  display: inline-block;
}
div#header-frame div#logo img {
  width: 270px;
  margin-top: 40px;
}
div#header-frame div#header-navigation {
  text-align: right;
}
div.marker-img {
  width: 250px;
}
div.marker-img img {
  width: 100%;
}

div.mod_article {
  clear: both;
  font-size: 1.5rem;
  clear: both;
  width: 100%;
  margin: 0 auto;
}
div.mod_article a {
  color: black;
}
div.mod_article a:hover {
  color: #1d9ecc;
}
div.mod_article::selection {
  color: white;
  background-color: #ff8b00;
}
div.mod_article div.article-frame {
  width: 100vw;
}
div.mod_article.intro {
  display: inherit;
  background-image: url("backs/intro.png");
  background-color: white;
  background-position: right 8vw center;
  background-position-y: 20px;
  background-repeat: no-repeat;
  background-size: min(677px, 42vw);
  height: min(660px, 45vw);
}
@media screen and (max-width: 1024px) {
  div.mod_article.intro {
    height: 50vw;
    background-size: 42vw;
  }
}
@media screen and (min-width: 1280px) {
  div.mod_article.intro {
    padding-left: calc(49vw - 640px);
    width: calc(98vw - (49vw - 620px));
    background-position: right center;
  }
}
@media screen and (max-width: 759px) {
  div.mod_article.intro {
    height: initial;
    padding-bottom: 40px;
  }
}
div.mod_article.intro div.content-text {
  height: min(600px, 45vw);
  width: min(620px, 38vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 15px;
}
@media screen and (max-width: 1024px) {
  div.mod_article.intro div.content-text {
    height: 45vw;
  }
}
@media screen and (max-width: 759px) {
  div.mod_article.intro div.content-text {
    height: initial;
  }
}
div.mod_article.examples {
  display: inherit;
  background-color: #eff8fb;
}
div.mod_article.examples::selection {
  background-color: #2f99bc;
  color: white;
}
div.mod_article.examples div.article-frame {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 60px;
}
@media screen and (max-width: 759px) {
  div.mod_article.examples div.article-frame {
    flex-direction: column;
    padding-bottom: 0;
  }
}
div.mod_article.examples h2 {
  text-align: center;
  padding: 44px 0;
  font-size: 2.2rem;
}
@media screen and (max-width: 759px) {
  div.mod_article.examples h2 {
    padding: 15px 0;
  }
}
div.mod_article.examples h3 {
  padding: 25px 0;
}
@media screen and (max-width: 759px) {
  div.mod_article.examples h3 {
    padding: 0;
  }
}
div.mod_article.examples div.content-text {
  width: 20vw;
  max-width: 260px;
  font-size: 1.5rem;
  padding: 0 15px;
}
@media screen and (max-width: 759px) {
  div.mod_article.examples div.content-text {
    margin-bottom: 15px;
    padding: 0;
  }
}
div.mod_article.examples div.content-text div.rte {
  text-align: center;
}
@media screen and (max-width: 759px) {
  div.mod_article.examples div.content-text div.rte {
    text-align: left;
  }
}
div.mod_article.examples div.content-text figure {
  text-align: center;
}
div.mod_article.examples div.content-text figure img {
  height: auto;
  width: auto;
}
@media screen and (max-width: 759px) {
  div.mod_article.examples div.content-text figure img {
    float: left;
    margin-top: 15px;
    width: 30vw;
    max-width: 80px;
  }
}
@media screen and (max-width: 759px) and (max-width: 759px) {
  div.mod_article.examples div.content-text figure img {
    margin-top: 0;
    padding-right: 10px;
  }
}
@media screen and (max-width: 759px) {
  div.mod_article.examples div.content-text {
    width: 100%;
    max-width: 100%;
  }
}
div.mod_article.screenshots {
  display: inherit;
  background-color: white;
  padding: 0 10px;
}
@media screen and (max-width: 759px) {
  div.mod_article.screenshots {
    padding: 0;
  }
}
div.mod_article.screenshots h2 {
  text-align: left;
  padding: 44px 0;
  font-size: 2.2rem;
  max-width: 1265px;
  margin: 0 auto;
}
@media screen and (max-width: 759px) {
  div.mod_article.screenshots h2 {
    padding: 15px 12px;
  }
}
div.mod_article.screenshots h3 {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0;
}
div.mod_article.screenshots img {
  width: 93%;
  height: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 4rem;
}
div.mod_article.screenshots div.content-text {
  width: 95vw;
  max-width: 1240px;
  display: block;
  margin: 0 auto 3rem auto;
  clear: both;
}
@media screen and (max-width: 759px) {
  div.mod_article.screenshots div.content-text div.rte {
    padding-left: 15px;
  }
}
div.mod_article.screenshots div.content-text figure {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  div.mod_article.screenshots div.content-text figure {
    width: 50%;
  }
}
div.mod_article.screenshots div.content-text a.rounded-button {
  margin-top: 0;
}
div.mod_article.screenshots div.content-text.media--right figure {
  float: right;
  margin-left: 10%;
}
div.mod_article.screenshots div.content-text.media--left figure {
  float: left;
  margin-right: 10%;
}
div.mod_article.featurelist {
  display: inherit;
  background-color: #ff8b00;
  color: white;
}
div.mod_article.featurelist::selection {
  background-color: white;
  color: #ff8b00;
}
div.mod_article.featurelist div.article-frame {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
}
div.mod_article.featurelist h2 {
  text-align: left;
  padding: 44px 0;
  font-size: 2.2rem;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 759px) {
  div.mod_article.featurelist h2 {
    padding: 15px 0;
  }
}
div.mod_article.featurelist h3 {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0;
}
div.mod_article.featurelist div.content-text {
  width: 49%;
  max-width: 630px;
  display: inline-block;
  margin: 0 auto 3rem auto;
  clear: both;
}
@media screen and (max-width: 759px) {
  div.mod_article.featurelist div.content-text {
    width: 96%;
  }
}
div.mod_article.featurelist div.content-text.media--left figure {
  float: left;
  width: 15%;
  padding-top: 8px;
}
div.mod_article.featurelist div.content-text.media--left figure img {
  width: 100%;
  max-width: 80px;
  height: auto;
}
div.mod_article.featurelist div.content-text.media--left p {
  padding: 0 6vw 0 100px;
}
div.mod_article.partner-map {
  background-color: white;
  color: black;
}
div.mod_article.partner-map div.article-frame {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
}
div.mod_article.partner-map h2 {
  text-align: left;
  padding: 44px 0;
  font-size: 2.2rem;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 759px) {
  div.mod_article.partner-map h2 {
    padding: 15px 0;
  }
}
div.mod_article.news {
  display: inherit;
  background-color: #eff8fb;
  padding-bottom: 30px;
  width: 100vw;
  margin: 0;
}
div.mod_article.news div.article-frame {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  width: calc(100vw - 60px);
  gap: 15px;
}
@media screen and (max-width: 759px) {
  div.mod_article.news div.article-frame {
    padding: 0;
    width: 100vw;
    flex-direction: column;
    gap: 0;
  }
}
div.mod_article.news h2 {
  text-align: left;
  padding: 44px 0;
  font-size: 2.2rem;
  width: 100%;
  max-width: 1280px;
  margin-bottom: 0;
}
@media screen and (max-width: 759px) {
  div.mod_article.news h2 {
    padding: 15px 0 0 15px;
    width: calc(100% - 30px);
  }
}
div.mod_article.news h3 {
  padding: 30px 0;
  font-weight: normal;
}
@media screen and (max-width: 759px) {
  div.mod_article.news h3 {
    padding: 10px 0;
  }
}
div.mod_article.news div.content-text {
  width: 31.5%;
  font-size: 1.5rem;
  background-color: white;
  border-radius: 30px;
}
@media screen and (max-width: 759px) {
  div.mod_article.news div.content-text {
    width: 90%;
    margin: 0 auto 15px auto;
  }
}
div.mod_article.news div.content-text figure {
  width: 100%;
}
div.mod_article.news div.content-text figure img {
  width: 100%;
  height: auto;
}
div.mod_article.news div.content-text div.rte {
  padding: 0 7% 7% 7%;
}
@media screen and (max-width: 759px) {
  div.mod_article.news div.content-text div.rte {
    padding: 10px 10px 20px 10px;
  }
}
div.mod_article.news div.content-text div.rte a {
  border-radius: 1200px;
  padding: 20px 60px;
  font-weight: 700;
  cursor: pointer;
  margin: 2rem auto 0 auto;
  display: block;
  text-decoration: none;
  font-size: 1rem;
  white-space: nowrap;
  background-color: #ff8b00;
  border: 1px solid #ff8b00;
  color: white;
  width: fit-content;
}
div.mod_article.request {
  display: inherit;
  background-color: white;
  padding-left: 25px;
}
div.mod_article.request div.article-frame {
  margin: 0 auto;
  max-width: 1280px;
  width: inherit;
}
@media screen and (max-width: 759px) {
  div.mod_article.request {
    padding-left: 0;
  }
}
div.mod_article.request h2 {
  text-align: left;
  padding: 44px 0;
  font-size: 2.2rem;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 759px) {
  div.mod_article.request h2 {
    padding: 15px 0 15px 15px;
    width: calc(100vw - 30px);
    margin: 0;
  }
}
@media screen and (max-width: 759px) {
  div.mod_article.request div.formbody {
    width: calc(100vw - 25px);
    margin: 0 auto;
  }
}
div.mod_article.request div.ce_form {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 50px auto;
}
div.mod_article.request div.ce_form h2 {
  margin: 0;
  width: 90%;
}
div.mod_article.request div.ce_form fieldset {
  border: none;
  width: 49%;
  float: left;
}
@media screen and (max-width: 759px) {
  div.mod_article.request div.ce_form fieldset {
    width: 100%;
  }
}
div.mod_article.request div.ce_form fieldset.radio_container {
  width: 100%;
}
div.mod_article.request div.ce_form fieldset.radio_container label {
  margin-right: 3%;
}
div.mod_article.request div.ce_form fieldset div.widget-text input[type=text], div.mod_article.request div.ce_form fieldset div.widget-text input[type=email] {
  width: calc(100% - 60px);
  background-color: #eff8fb;
  border-radius: 8px;
  border: none;
  font-size: 1.3rem;
  padding: 15px;
}
@media screen and (max-width: 759px) {
  div.mod_article.request div.ce_form fieldset div.widget-text input[type=text], div.mod_article.request div.ce_form fieldset div.widget-text input[type=email] {
    width: calc(100% - 45px);
  }
}
div.mod_article.request div.ce_form fieldset div.widget-text label {
  font-size: 1rem;
}
div.mod_article.request div.ce_form fieldset div.widget-text label span.mandatory {
  display: none;
}
div.mod_article.request div.ce_form div.widget-submit {
  clear: both;
  text-align: center;
}
div.mod_article.request div.ce_form div.widget-submit button {
  margin-top: 50px;
  border-radius: 1200px;
  padding: 20px 60px;
  font-weight: 700;
  cursor: pointer;
  margin-right: 20px;
  display: inline-block;
  text-decoration: none;
  font-size: 1rem;
  background-color: #ff8b00;
  border: 1px solid #ff8b00;
  color: white;
}
@media screen and (max-width: 759px) {
  div.mod_article.request div.ce_form div.widget-submit button {
    margin-top: 10px;
  }
}
div.mod_article.disclaimer {
  display: inherit;
  background-color: #e6e6e6;
  padding-bottom: 30px;
}
div.mod_article.disclaimer div.article-frame {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
div.mod_article.disclaimer h2 {
  text-align: left;
  padding: 44px 0 20px 0;
  font-size: 1.2rem;
  width: 100%;
  max-width: 1280px;
  margin-bottom: 0;
}
@media screen and (max-width: 759px) {
  div.mod_article.disclaimer h2 {
    padding: 15px 0;
  }
}
div.mod_article.disclaimer div.content-text {
  width: 32.5%;
  font-size: 1rem;
}
div.mod_article.disclaimer div.content-text:first-of-type {
  padding-left: 10px;
}
div.mod_article.disclaimer div.content-text div.rte {
  padding: 0 7% 20% 7%;
}
@media screen and (max-width: 759px) {
  div.mod_article.disclaimer div.content-text div.rte {
    padding: 0;
  }
}

div#partner-map {
  height: 70vh;
  width: 100vw;
  display: block;
  background-color: white;
}
@media screen and (max-width: 759px) {
  div#partner-map {
    height: 35vh;
  }
}

div.leaflet-popup-content img {
  width: 100%;
  height: auto;
}

div.leaflet-pane {
  font-size: 0.8rem;
}

div.leaflet-control-attribution {
  font-size: 0.6rem;
  color: black;
}

img.leaflet-marker-icon {
  filter: invert(1);
}

div.marker-status {
  padding-top: 1rem;
  text-align: right;
}
div.marker-status img {
  height: 1.5rem;
  width: auto;
}

div.marker-title {
  font-weight: bold;
  margin-bottom: 0.5em;
}

div.mod_newsreader {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 2vw;
}
div.mod_newsreader h2 {
  font-size: 2.2rem;
  padding: 44px 0;
}
div.mod_newsreader div h1 {
  font-size: 2.2rem;
  font-weight: normal;
  padding: 4vw 0;
}
div.mod_newsreader div p.info {
  display: none;
}
div.mod_newsreader div div.content-text figure, div.mod_newsreader div div.ce_text figure {
  width: 30%;
  margin-right: 3vw;
  float: left;
}
@media screen and (max-width: 759px) {
  div.mod_newsreader div div.content-text figure, div.mod_newsreader div div.ce_text figure {
    width: 100%;
    float: none;
  }
}
div.mod_newsreader div div.content-text figure img, div.mod_newsreader div div.ce_text figure img {
  width: 94%;
  height: auto;
}
div.mod_newsreader div div.content-text p, div.mod_newsreader div div.ce_text p {
  margin-right: 4vw;
  font-size: 1.5rem;
  margin-bottom: 1em;
}
div.mod_newsreader p.back a {
  border-radius: 1200px;
  padding: 20px 60px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 2rem;
  margin-right: 4vw;
  margin-bottom: 4vw;
  float: right;
  display: block;
  text-decoration: none;
  font-size: 1rem;
  white-space: nowrap;
  background-color: #ff8b00;
  border: 1px solid #ff8b00;
  color: white;
  width: fit-content;
}
@media screen and (max-width: 759px) {
  div.mod_newsreader p.back a {
    float: inherit;
    margin: 2rem auto 2rem auto;
  }
}

div.mod_newslist {
  background-color: #eff8fb;
  padding-bottom: 30px;
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  gap: 3%;
}
@media screen and (max-width: 759px) {
  div.mod_newslist {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }
}
div.mod_newslist div {
  width: 30%;
  background-color: white;
  max-width: 400px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media screen and (max-width: 759px) {
  div.mod_newslist div {
    width: 100%;
    text-align: center;
    margin-bottom: 4vw;
  }
}
div.mod_newslist div p.info {
  display: none;
}
div.mod_newslist div:first-of-type {
  margin-left: 3%;
}
@media screen and (max-width: 759px) {
  div.mod_newslist div:first-of-type {
    margin-left: 0;
  }
}
div.mod_newslist div:last-of-type {
  margin-right: 3%;
}
@media screen and (max-width: 759px) {
  div.mod_newslist div:last-of-type {
    margin-left: 0;
  }
}
div.mod_newslist div figure img {
  width: 100%;
  height: auto;
}
div.mod_newslist div div.ce_text {
  width: 90%;
}
div.mod_newslist div h2 a {
  text-align: left;
  font-size: 1.7rem;
  padding: 30px 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  margin-left: 3%;
  color: black;
  text-decoration: none;
}
@media screen and (max-width: 759px) {
  div.mod_newslist div h2 a {
    padding: 15px 0 0 15px;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 759px) {
  div.mod_newslist {
    padding: 0;
    width: 100vw;
    flex-direction: column;
    gap: 0;
  }
}
div.mod_newslist div.content-text {
  width: 31.5%;
  font-size: 1.5rem;
  background-color: white;
  border-radius: 30px;
}
@media screen and (max-width: 759px) {
  div.mod_newslist div.content-text {
    width: 90%;
    margin: 0 auto 15px auto;
  }
}
div.mod_newslist div.content-text figure {
  width: 100%;
}
div.mod_newslist div.content-text figure img {
  width: 100%;
  height: auto;
}
div.mod_newslist p.more a {
  border-radius: 1200px;
  padding: 20px 60px;
  font-weight: 700;
  cursor: pointer;
  margin: 2rem auto 0 auto;
  display: block;
  text-decoration: none;
  font-size: 1rem;
  white-space: nowrap;
  background-color: #ff8b00;
  border: 3px solid #ff8b00;
  color: white;
  width: fit-content;
  margin-bottom: 4vw;
}
div.mod_newslist p.more a:hover {
  background-color: white;
  border: 3px solid #ff8b00;
  color: black;
}

footer {
  width: 100vw;
  background-color: #1d9ecc;
  padding: 2vw 0 3vw 2vw;
  clear: both;
  margin-top: 2vw;
  text-align: left;
}
footer div.inside {
  width: 100%;
  display: flex;
  flex-direction: row;
  max-width: 1280px;
  margin: 0 auto;
}
footer div.inside div {
  width: 33%;
}
footer div.inside div div {
  width: 100%;
}
footer div.inside div h2 {
  font-size: 11pt;
  color: white;
  margin: 0;
}
footer div.inside div p {
  width: 100%;
  font-size: 11pt;
  color: white;
}
footer div.inside div p a {
  color: white;
}
footer div.inside div:nth-of-type(3) p, footer div.inside div:nth-of-type(3) h2 {
  padding-right: 2vw;
}

a#homebutton {
  display: block;
  width: 40%;
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 759px) {
  a#homebutton {
    width: 100%;
    height: 100px;
  }
}

div.simple-page {
  padding: 2vw 4vw;
  width: 85vw;
  max-width: 1285px;
}
div.simple-page div.article-frame {
  width: inherit;
  max-width: 1280px;
}

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