/*Reset*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap");
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  font-family: "Toyota-regular", "Nunito", sans-serif;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  border-radius: 0;
}

/* colores */
/* tipografias */
@font-face {
  font-family: "Toyota-regular";
  src: url(/fonts/ToyotaType-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Toyota-book";
  src: url(/fonts/ToyotaType-Book.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Toyota-light";
  src: url(/fonts/ToyotaType-Light.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Toyota-bold";
  src: url(/fonts/ToyotaType-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Toyota-semibold";
  src: url(/fonts/ToyotaType-Semibold.ttf) format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
/* Style Desktop */
body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-image: url(/img/backbroud-home2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 60%;
}

.container {
  width: 90vw;
  margin: 2rem;
  font-family: "Toyota-regular", "Nunito", sans-serif;
  margin: 0 !important;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  border: solid 2px rgba(255, 255, 255, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container > .row {
  width: 100%;
}

h2 {
  font-family: "Toyota-semibold", "Nunito", sans-serif;
  font-size: 1.5em;
  color: #ffffff;
}

label {
  font-size: 0.8rem;
  color: #ffffff;
}

img {
  padding-top: 2rem;
  padding-bottom: 3rem;
  max-width: 50%;
}

p {
  padding: 1rem 0;
  font-size: 0.8rem;
}

a {
  color: #eb0a1e;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.bt-toyota {
  background: #eb0a1e;
  color: #ffffff;
  text-decoration: none;
  font-family: "Toyota-semibold";
  text-transform: uppercase;
  border: none;
}
.bt-toyota:hover {
  color: #eb0a1e;
  background-color: #ffffff;
}

.redirect, #contador {
  color: #ffffff;
  font-weight: bold;
  padding: 2em;
  text-align: center;
}

.text-danger {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 2em 0;
  color: #ffffff !important;
  border: 2px solid;
  background: #eb0a1e;
  padding: 1rem;
}
.text-danger.verifica {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 2em 0;
  color: #ffffff !important;
  border: 2px solid;
  background: #eb0a1e;
  padding: 1rem;
}

.text-success {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 2em 0;
  color: #ffffff !important;
  border: 2px solid;
  background: #198754;
  padding: 1rem;
}

footer {
  z-index: 0;
  position: fixed;
  bottom: 0;
  padding: 1rem;
}
footer.copyright {
  color: #ffffff;
  font-size: 0.8rem;
  text-transform: uppercase;
}
footer.copyright a {
  color: #ffffff;
  text-decoration: none;
}
footer.copyright a:hover {
  color: #eb0a1e;
}/*# sourceMappingURL=style.css.map */