@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body, html {
  scroll-behavior: smooth;
}

#app {
  overflow: hidden;
}

#typ {
  overflow: auto !important;
}

a {
  text-decoration: unset;
}

* {
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  font-family: "Roboto", sans-serif;
}

nav {
  background-color: #0166c4;
  width: 100%;
  z-index: 1;
}
nav .logos {
  height: 4vh;
  margin: 1vh 2vw;
}

#text-content {
  text-align: center;
}
#text-content #text-container {
  padding: 10vh 5vw;
  text-align: left;
}
#text-content h4 {
  line-height: 1.5em;
  font-weight: 300;
  color: #444;
}
#text-content p {
  color: #000;
  font-weight: 300;
}
#text-content p b {
  font-weight: 500;
}

form {
  text-align: left;
}

.form-group {
  margin: 2% 0;
}

#form-area {
  background: #f0f0f0;
}

footer {
  display: flex;
  align-items: center;
  background-color: #313131;
}
footer span {
  font-weight: 300;
  padding: 2%;
  color: #222;
  font-size: 0.8em;
}
footer a {
  color: #222;
  font-weight: 300;
  padding: 1%;
  text-decoration: unset;
  font-size: 0.8em;
}

#go-back {
  width: 20%;
  text-align: center;
  margin: 0 auto;
}

#resultado {
  text-align: center;
}

.select-flip {
  color: #ffffff;
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-decoration: unset;
  font-weight: 600;
}

#emea {
  color: #0070f2;
}

.select-flip:hover {
  opacity: 1;
  transition: linear 0.2s;
}

@media only screen and (max-width: 800px) {
  .col-4, .col-6, .col-8 {
    width: 100% !important;
  }
  .col-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #logo-footer {
    width: 40% !important;
  }
}/*# sourceMappingURL=style.css.map */