* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: open sans, sans-serif;
}
label {
  position: relative;
  overflow: hidden;
}
label span {
  font-size: 1rem;
}
body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition: 1500ms ease-out;
}
#animation-setinha {
  width: 150px;
  height: 150px;
  /* background-color: red; */
}
#plan-hidden {
  display: none;
}
.container-general {
  height: 100vh;
  width: 100%;
}
.logo {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo a {
  display: flex;
  justify-content: center;
  height: 100%;
  padding: 0.5rem;
}
.logo img {
  object-fit: contain;
  width: 60%;
}
.container {
  z-index: 9;
  margin: 8rem auto;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: transparent;
}
.container-question-mobinho {
  /* background-color: red; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.question {
  background-color: #eeeeee;
  padding: 2rem 1rem 1rem;
  width: 90%;
  min-height: 160px;
  max-width: 40rem;
  border-radius: 1rem;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.question::after {
  position: absolute;
  left: 12rem;
  bottom: -3rem;
  content: "";
  height: 3rem;
  width: 2rem;
  background: linear-gradient(120deg, #eee 50%, #fff 50%);
}
.question h2 {
  width: 100%;
  padding: 0 0.5rem;
  font-size: 1rem;
  text-align: start;
  font-weight: 500;
  color: #242b6b;
  /* background-color: red; */
}
.doubt-vehicle-cellphone-container {
  width: 100%;
  height: 100%;
  padding: 0 0.5rem;
  display: flex;
  justify-content: start;
  align-items: flex-end;
}
.doubt-vehicle-cellphone {
  border: none;
  font-size: 0.8rem;
  color: #535353;
  font-weight: bolder;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
}
#doubt-vehicle-cellphone-pop-up {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 20;
  padding: 1rem;
}
.doubt-vehicle-cellphone-text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 1rem;
  height: 50%;
  max-height: 30rem;
  width: 100%;
  max-width: 30rem;
  padding: 3rem 1rem 1rem;
  background-color: #fff;
  min-height: 20rem;
}

.icons {
  /* background-color: red; */
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* flex-direction: column; */
  margin-bottom: 1rem;
}
.icon {
  height: 4rem;
  border: 1px solid #242b6b;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  cursor: pointer;
  margin-right: 1rem;
  font-size: 1rem;
  flex: 1;
  color: #242b6b;
}
.icon:first-child {
  background-color: #242b6b;
  color: #fff;
  border-top-left-radius: 10px;
}
.icon:last-child {
  margin-right: 0;
  border-top-right-radius: 10px;
}

.doubt-vehicle-cellphone-text h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.doubt-vehicle-cellphone-text p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
#result {
  overflow-y: scroll;
  background-color: #f0f0f0;
  padding: 1.5rem;
  height: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#result::-webkit-scrollbar {
  width: 18px;
}

#result::-webkit-scrollbar-thumb {
  background-color: #242b6b;
}

.btn-back {
  /* background-color: green; */
  position: absolute;
  top: -2rem;
  right: -1rem;
  cursor: pointer;
  border-radius: 50%;
  border: none;
  width: 3rem;
  height: 3rem;
  background-color: #242b6b;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease-in-out;
}
.btn-back:hover {
  background-color: #1daf4c;
}
.fa-angle-double-left,
.doubt-vehicle-cellphone-text .fa-times {
  color: #fff;
  font-size: 1.8rem;
  margin-right: 0.1rem;
  margin-top: 0.1rem;
}
.question input {
  display: none;
}
#animation-mobinho {
  position: absolute;
  bottom: -22rem;
  height: 20rem;
}
.btn-begin {
  border-radius: 10rem;
  margin-top: 2rem;
  height: 3rem;
  background-color: #242b6b;
  width: 80%;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  border: none;
  transition: background-color 0.2s ease-in-out;
}
.btn-begin:hover {
  background-color: #1daf4c;
}
.radio-answers-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.5rem;
  width: 100%;
  /* background-color: red; */
}
.radio-answer {
  margin-top: 1rem;
  display: flex;
  align-self: center;
  width: 100%;
  height: 3rem;
}
.radio-answer label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  cursor: pointer;
  border-radius: 1rem;
  z-index: 2;
}

.radio-answer input:checked + label {
  background-color: purple;
}

input:checked + label {
  color: #fff;
}

label:before {
  z-index: -1;
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 200%;
  background-size: contain;
  background: linear-gradient(
    to bottom,
    white 0,
    white 3rem,
    #27325c 3.2rem,
    #27325c 8rem
  );
  transition: background-position 0.3s ease-out;
}

input:checked + label:before {
  background-position: 0 -3rem;
}

.btn {
  margin-top: 2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 40rem;
}

.btn button {
  background-color: #1daf4c;
  flex: 1;
  height: 3rem;
  border: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
}

.btn button:hover {
  background-color: #27325c;
  color: #fff;
}

.btn button:nth-child(1) {
  margin-right: 1rem;
  margin-left: 3.5rem;
}

.btn button:nth-child(2) {
  margin-left: 1rem;
  margin-right: 3.5rem;
}

#btn-disabled {
  visibility: hidden;
}

/* CSS PLANOS */
#show-plans-and-title {
  display: none;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  background-color: #fff;
}

#title-selection {
  display: flex;
  margin-top: 4rem;
  padding: 1.5rem;
  align-self: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.title-plans {
  /* background-color: red; */
  position: relative;
}
.btn-back-to-first-question {
  z-index: 10;
  position: absolute;
  bottom: -6rem;
  right: -0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border: none;
  background-color: #242b6b;
  color: #fff;
  border-radius: 10rem;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.btn-back-to-first-question:hover {
  background-color: #fff;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
}
.btn-back-to-first-question:hover i {
  color: #242b6b !important;
}
.title-plans h1 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  color: #242b6b;
}
#show-plans {
  display: flex;
  position: relative;
  max-width: 1400px;
  /* background-color: blue; */
}

.container-plans {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding-bottom: 2rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#plans {
  margin: 2rem 1rem 0;
  width: 18rem;
  height: 45rem;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 1px 5px 15px #c9c9c9;
}
#plans h2 {
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
}
#p,
h3,
small {
  color: #242b6b;
}

.plan-discount {
  border-radius: 0.5rem;
  width: 90%;
  padding: 0.5rem;
  background-color: #c10000;
  color: #fff;
  text-align: center;
}
.plans-header {
  background-color: #1daf4c;
  height: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plans-header h2 {
  font-size: 1.5rem;
  font-weight: 500;
}
.plans-body {
  padding: 1rem 0;
  height: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.feature {
  flex: 1;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.feature p {
  font-size: 0.9rem;
  flex: 2;
  text-align: start;
}
.feature i {
  width: 3rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
}
.doubt {
  color: blue;
  cursor: pointer;
  border-radius: 0.5rem;
  margin-right: 0.4rem;
}
.doubt:hover {
  color: #242b6b;
  background-color: rgba(0, 0, 0, 0.05);
}
.fa-check {
  color: #1daf4c;
}
.fa-times {
  color: #c10000;
}
.call-to-action-create-account {
  margin-top: 2rem;
  /* background-color: red; */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.call-to-action-create-account h3 {
  font-size: 1.5rem;
  padding: 0 2rem;
  text-align: center;
  font-weight: bolder;
  color: #1daf4c;
}
.plans-footer {
  border-top: 1px solid #e2e2e2;
  height: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.title-footer {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.title-footer h3 {
  font-size: 1.5rem;
}
.title-footer small {
  font-size: 0.8rem;
}
.btn-footer {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-footer a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  background-color: #242b6b;
  border: 1px solid #242b6b;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  color: #fff;
}
.btn-footer a:hover {
  background-color: transparent;
  color: #242b6b;
}

/* MODAL */
#modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
}
.modal-content {
  position: relative;
  background-color: #fff;
  height: auto;
  margin: 0 2rem;
  padding: 2rem 2rem 3rem;
  max-width: 35rem;
  border-radius: 1rem;
}
.modal-content h3 {
  font-size: 1.5rem;
}
.modal-content p {
  margin-top: 1rem;
  font-size: 1rem;
}
.close-modal {
  cursor: pointer;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  top: -1rem;
  right: -1rem;
  background-color: #242b6b;
}
.close-modal i {
  color: #fff;
}

/* detalhes dos planos em cards no final da página */
.details-bg-full-screen {
  background-color: #242b6b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 3rem;
}
.details-bg-full-screen h2 {
  margin: 3rem 0 2rem;
  color: #fff;
}
#container-details-plans {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  background-color: transparent;
  max-width: 1200px;
}
.details-plans {
  z-index: 1;
  border-radius: 1rem;
  background-color: #fff;
  margin: 1rem 0.5rem;
  padding: 1rem 1rem;
  min-height: 12rem;
  width: 100%;
  max-width: calc(1200px / 3 - 2rem);
}
.details-plans h3 {
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 600px) {
  .radio-answers-container {
    justify-content: space-between;
  }
  .doubt-vehicle-cellphone-text .btn-back {
    right: -1rem;
    top: -1rem;
  }
  .radio-answer {
    flex: 1;
    position: relative;
  }
  .radio-answer:nth-child(1) {
    margin-right: 1rem;
    /* margin-left: 2rem; */
  }
  .radio-answer:nth-child(2) {
    margin-left: 1rem;
    /* margin-right: 2rem; */
  }
  .btn-back {
    right: -1.5rem;
    top: -1rem;
  }
  .question h2 {
    text-align: center;
  }
}

@media only screen and (min-width: 980px) {
  #plans {
    margin: 2rem 0.3rem 0;
    width: 18rem;
  }
  .title-footer small {
    font-size: 0.8rem;
  }
  .title-footer h3 {
    font-size: 1.8rem;
  }
  .feature p {
    font-size: 1rem;
  }
  .question h2 {
    font-size: 1rem;
  }
  .btn-begin {
    font-size: 1.2rem;
  }
  .btn-back-to-first-question {
    bottom: -1.2rem;
    right: -3.5rem;
  }
  .container {
    min-height: 10vh;
    flex-direction: row;
  }
  #animation-mobinho {
    position: absolute;
    height: 15rem;
    left: -13rem;
    bottom: 64%;
    transform: translateY(50%);
  }
  .question::after {
    left: -3rem;
    top: 2.5rem;
    content: "";
    height: 2rem;
    width: 3rem;
    background: linear-gradient(146deg, #fff 50%, #eee 50%);
  }
  .container-question-mobinho {
    order: 2;
    height: 20rem;
    width: 100%;
    max-width: 35rem;
    /* align-items: flex-start; */
    justify-content: flex-start;
  }
  .question {
    max-width: none;
    width: 90%;
  }
  #title-selection {
    margin-top: 2rem;
  }
  .title-plans h1 {
    font-size: 1.4rem;
  }
  #plans:last-child {
    margin-right: 0;
  }
}
