@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "poppins", sans-serif;
}

header {
  width: 100%;
  height: 80vh;
  background-color: #FF5733;
  flex-wrap: wrap;
  text-align: center;
}
header .presentation {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #edeaef;
}
header .presentation h2 {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin-bottom: 2rem;
}
header .presentation p {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
header .presentation a {
  text-decoration: none;
  color: #edeaef;
}
header .presentation a ion-icon {
  font-size: 5rem;
  margin-top: 2rem;
  animation: pop 1s ease-in-out infinite;
}
@keyframes pop {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.simFrota {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #06121e;
  padding: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.simFrota .container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.simFrota .container .cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2rem;
  padding: 3rem;
  width: 300px;
  background-color: #edeaef;
  border-radius: 20px;
  margin: 10px;
}
.simFrota .container .cards input[type=range] {
  color: #FF5733;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  cursor: pointer;
}
.simFrota .container .cards input[type=range]::-webkit-slider-runnable-track {
  background: #06121e;
  height: 0.3rem;
}
.simFrota .container .cards input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  margin-top: -6px;
  background-color: #FF5733;
  border-radius: 50%;
  height: 1rem;
  width: 1rem;
}
.simFrota .container .cards ion-icon {
  font-size: 1.2rem;
  background-color: #FF5733;
  color: #fff;
  border-radius: 50%;
}
.simFrota .container .cards ion-icon:hover {
  background-color: #ffa500;
  cursor: pointer;
}
.simFrota button {
  margin-top: 50px;
  padding: 10px;
  width: 120px;
  height: 50px;
  border: none;
  border-radius: 30px;
  background-color: #FF5733;
  color: #edeaef;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.1s ease-in-out;
}
.simFrota button:hover {
  background-color: #ffa500;
}

.result {
  width: 100%;
  height: 0;
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #FF5733;
  transition: all 1s ease-in-out;
}
.result .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #edeaef;
}
.result .container h2 {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 25px;
}
.result .container label {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}
.result .container label span {
  margin-right: 5px;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.result .container .elements {
  gap: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  font-weight: 300;
  flex-wrap: wrap;
}
.result .container .elements .itens {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 300px;
}
.result .container .elements .itens img {
  width: 100px;
  height: 100px;
  margin-right: 10px;
}
.result .contact {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  color: #edeaef;
  font-size: 20px;
  /* 
  button:hover {
      background-color: $secondary-normal;
  }
  */
}
.result .contact button {
  margin-top: 50px;
  padding: 10px;
  width: 170px;
  height: 60px;
  border: none;
  border-radius: 30px;
  background-color: #06121e;
  font-size: 18px;
  color: #edeaef;
}

.active {
  height: auto;
}

.cadastro {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #FF5733;
  padding: 20px;
}
.cadastro .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 600px;
  background-color: #edeaef;
  border-radius: 30px;
  padding: 20px;
}
.cadastro .container form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #edeaef;
  border-radius: 20px;
  margin: 10px;
  color: #06121e;
  font-weight: 600;
}
.cadastro .container form .itens {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #edeaef;
  border-radius: 20px;
  margin: 10px;
}
.cadastro .container form .itens input {
  width: 300px;
  height: 50px;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid;
  margin-top: 10px;
}
.cadastro .container form .itens input::-moz-placeholder {
  color: #06121e;
}
.cadastro .container form .itens input::placeholder {
  color: #06121e;
}
.cadastro .container form .itens select {
  width: 300px;
  height: 50px;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid;
  margin-top: 10px;
  color: #06121e;
}
.cadastro .container form .itens textarea {
  width: 300px;
  height: 100px;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid;
  margin-top: 10px;
}
.cadastro .container form button {
  padding: 5px;
  width: 120px;
  height: 50px;
  border: none;
  border-radius: 30px;
  background-color: #FF5733;
  font-size: 18px;
  color: #edeaef;
}
.cadastro .container h2 {
  text-align: center;
}

footer {
  width: 100%;
  color: #06121e;
}
footer .footer-content {
  background-color: #06121e;
  display: flex;
  justify-content: space-around;
  padding: 3rem 3.5rem;
}
footer .footer-content #footer-contacts {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
footer .footer-content #footer-contacts h1 {
  margin-bottom: 0.7rem;
}
footer .footer-content #footer-contacts .footer-email {
  display: flex;
  padding-top: 15px;
  gap: 0.5rem;
}
footer .footer-content #footer-contacts .footer-email .fa-envelope {
  font-size: 27px;
  color: #FF5733;
}
footer .footer-content #footer-contacts .footer-email p {
  color: #FF5733;
}
footer .footer-content #footer-contacts .footer-email p:hover {
  color: #ffa500;
}
footer .footer-content #footer-social-media {
  display: flex;
  gap: 2rem;
  margin-top: 1.5rem;
}
footer .footer-content #footer-social-media .footer-link {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
}
footer .footer-content #footer-social-media .footer-link i {
  color: #FF5733;
}
footer .footer-content #footer-social-media .footer-link i:hover {
  color: #ffa500;
}
footer .footer-content .footer-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
  color: #fff;
}
footer .footer-content .footer-list h3 {
  font-size: 27px;
  color: #FF5733;
}
footer .footer-content .footer-list .footer-link {
  color: #fff;
}
footer .footer-content .footer-list .footer-link:hover {
  color: #FF5733;
}
footer .footer-content .footer-logo img {
  max-width: 200px;
}

@media screen and (max-width: 768px) {
  .footer-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
  }
  .footer-content #footer-contacts {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-content .footer-logo {
    display: none;
  }
}
@media screen and (max-width: 478px) {
  .footer-content .footer-logo {
    display: none;
  }
}/*# sourceMappingURL=plano1.css.map */