form {
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.tabshead {
  display: flex;
  align-items: flex-end;
}

.h_tab {
  padding: 5px;
  color: #ffffff;
  display: flex;
  align-items: center;
  border: 3px solid #0066ff;
  border-radius: 12px;
  margin: 5px;
  font-size: 13px;
  width: 45%;
  background-color: #0066ff;
  height: 25px;
  transition: 0.3s;
}

.tab {
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.textcontainer {
  font-size: 0.7em;
}

.head {
  font-weight: bold;
}

.active {
  background-color: #fff;
  width: 57%;
  font-size: 17px;
  height: 33px;
  color: #264ec9;
  border: 3px solid #264ec9;
  border-radius: 19px;
  padding: 7px;
  transition: 0.3s;
}

.icon {
  margin-right: 12px;
  font-weight: 900;
  font-family: "Montserrat", Sans-serif;
  font-size: 27px;
  text-indent: inherit;
  font-style: italic;
}

.label-float {
  padding: 10px;
  position: relative;
  /* width: 80%; */
  margin: 20px 25px 27px 10px;
}

.label-float > input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #264fc9;
  color: #000;
  width: 100%;
  font-size: 16px;
  position: absolute;
  box-sizing: inherit;
}

.label-float > input:focus {
  outline: none;
  left: 10px;
}

.label-float input::placeholder {
  color: transparent;
}

.group {
  display: flex;
  width: 100%;
}

.group > .label-float {
  width: 80%;
}

.label-float > input:focus + label,
.label-float > input:not(:placeholder-shown) + label {
  outline: none;
  font-size: 0.8em;
  margin-top: -20px;
  font-weight: bold;
  color: #264fc9;
}

.label-float > label {
  position: absolute;
  color: #264fc9;
  transition: 0.3s;
  pointer-events: none;
}

.groupTab > label {
  position: absolute;
  background-color: #fff;
  color: #264fc9;
  font-family: "Montserrat", Sans-serif;
  font-size: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1em;
  top: -13px;
  display: inline-block;
  padding: 0 15px;
  align-self: center;
}

.groupTab {
  position: relative;
  border: 3px solid #264fc9;
  margin: 10px 0;
  padding-top: 10px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

.btoff {
  border: none;
  background-color: #f00;
  border-radius: 6px;
  padding: 14px;
  color: #fff;
  font-size: 1em;
}

.rodape {
  margin-top: 10px;
  padding: 6px;
  color: #000;
  font-size: 0.7em;
  text-align: justify;
}

.hiddentab {
  display: none;
}

.cabecalhoEscolha {
  color: #036e9e !important;
  background-color: #fff;
  margin-bottom: 15px;
  border-radius: 12px;
  padding: 8px 0;
}

.row {
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.labelGroup {
  padding: 5px;
  border-radius: 4px;
  margin: 5px;
  display: flex;
  content: "\2713";
  width: 80%;
}

.radioGroup {
  width: 79%;
}

.radioGroup input[type="radio"] {
  display: none;
  /* Esconde os inputs */
}

.labelGroup > p {
  margin: 0;
  width: 93%;
}

.labelGroup:before {
  border: 1px solid #036e9e;
  background-color: #036e9e;
  content: "\2713";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 16px;
  margin: 0 0.25em 0 0;
  padding: 0;
  vertical-align: top;
  width: 16px;
  border-radius: 4px;
  font-weight: bold;
}

.radioGroup input[type="radio"]:checked + .labelGroup:before {
  background: #036e9e;
  border: 1px solid #036e9e;
  color: #fff;
  content: "\2713";
  text-align: center;
}

.rowCabe > h5 {
  margin: 0px;
}

.rowCabe {
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}

img {
  max-width: 160px;
}

.tab2 > div:nth-child(3) {
  flex-direction: column;
  align-items: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.final {
  background-color: transparent;
  color: #fff !important;
  margin: 0;
}

.final > h5 {
  /* width: 30%; */
  margin: 0;
  margin-right: 25px;
}

.final > label {
  width: 75%;
}

.rowCabeFinal {
  border-top: 1px solid #fff;
}

.rowCabeFinal > h5 {
  margin: 10px 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s !important;
  -webkit-text-fill-color: #000 !important;
  background-color: transparent !important;
  background-image: none !important;
}

.req {
  color: #ff1100;
  font-weight: bold;
}

.cabecalhoEscolha.escolha {
  padding: 8px;
}

.mensagem {
  position: relative !important;
  font-size: 8px !important;
  color: #264fc9 !important;
  font-weight: 700 !important;
  margin-top: 5px;
}

@media (max-width: 330px) {
  .active {
    height: 50px;
  }
  .h_tab {
    height: 40px;
  }
}
