body {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

form {
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 2px solid #0f5981;
}

.tabshead {
  display: flex;
  width: 100%;
  align-items: flex-end;
  /* background-color: #fff; */
}

.h_tab {
  background-color: #0f5981;
  padding: 10px 5px 10px 5px;
  color: #fff;
  display: flex;
  width: 50%;
  height: 38px;
  transition: 0.4s;
}

.tab {
  display: flex;
  flex-direction: column;
  border-right: 2px solid #0f5981;
  border-left: 2px solid #0f5981;
  background-color: #fff;
}

.principal {
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.textcontainer {
  font-size: 0.7em;
}

.head {
  font-weight: bold;
  font-style: italic;
  font-size: 1.3em;
  text-transform: uppercase;
}

.active {
  background-color: #fff;
  color: #0f5981;
  height: 45px;
  border-top: 2px solid #0f5981;
  border-right: 2px solid #0f5981;
  border-left: 2px solid #0f5981;
}

.active .icon {
  color: #0f5981;
}

.icon {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: bold;
  font-style: italic;
}

.label-float {
  padding: 10px;
  position: relative;
  margin: 20px 25px 27px 10px;
}

.label-float > input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #0f5981;
  color: #000;
  width: 100%;
  font-size: 16px;
  position: absolute;
  box-sizing: inherit;
}

#card_cvv {
  width: 45%;
}

.label-float > input:focus {
  outline: none;
  left: 10px;
}

.label-float input::placeholder {
  color: transparent;
}

.group {
  display: flex;
  width: 100%;
}

.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: #0f5981;
}

.label-float > label {
  font-style: italic;
  position: absolute;
  color: #0f5981;
  transition: 0.3s;
  pointer-events: none;
  font-weight: bold;
  font-stretch: condensed;
}

.btoff {
  border: none;
  background-color: #ff0000;
  border-radius: 4px;
  padding: 14px;
  color: #fff;
  font-size: 1.1em;
  margin: 10px 5px 0 5px;
  cursor: pointer;
}

.btoff > span,
.btoff > small {
  font-style: italic;
}

.rodape {
  margin-top: 10px;
  padding: 16px 17px;
  color: #fff;
  font-size: 0.8em;
  background-color: #0f5981;
  font-style: italic;
}

.hiddentab {
  display: none;
}

.cabecalhoEscolha {
  color: #036e9e !important;
  background-color: #fff;
  margin-bottom: 5px;
  border-radius: 12px;
  padding: 8px 0;
}

.row {
  display: flex;
  justify-content: space-between;
  color: #036e9e;
  flex-direction: column;
  /* align-items: center; */
}

.plus {
  font-weight: bold;
  font-size: 2em;
  text-align: center;
  color: #000;
}

.itemBeneficios {
  display: flex;
  align-items: center;
  background-color: #ededed;
  padding: 5px;
}

.itemBeneficios img {
  width: 20px;
}

.itemBeneficios span {
  font-weight: bold;
  color: #000;
  font-style: italic;
  margin-left: 12px;
}

.labelGroup {
  border-radius: 4px;
  width: 90%;
  color: #000;
  font-style: italic;
  font-size: 12px;
  padding: 0 10px;
  margin: 0px 10px 20px 10px;
}

input[type="radio" i] {
  margin-right: 10px;
}

.group > .label-float {
  width: 80%;
}

.labelGroup > p {
  margin: 0;
  width: 93%;
}

.valorDiv {
  display: flex;
  justify-content: space-between;
  background-color: #fbdddb;
  font-style: italic;
  width: 100%;
  color: #f10;
  padding: 10px;
  box-sizing: border-box;
  align-self: center;
  align-items: center;
  margin-top: 5
}

.valorDiv .valorDiv {
  padding: 0;
}

.carrinho {
  padding: 0 10px;
  margin: 0px 10px;
}

.carrinho .item {
  border-bottom: 1px solid #036e9e;
  color: #036e9e;
  font-weight: bold;
  font-style: italic;
  margin-top: 22px;
  padding-bottom: 8px;
  font-size: 1.1em;
}

.itemCarrinho label {
  color: #036e9e;
  margin-left: 15px;
  display: block;
}

.itemCarrinho > label:first-child {
  margin-top: 10px;
}

.carrinho div:last-child {
  margin-top: 1px;
  border: none;
}

.carrinho div:last-child h5 {
  background-color: #faaba3;
  padding: 10px;
  margin-top: 0px;
  text-align: end;
  color: #000;
}

.itemCarrinho h5 {
  display: flex;
  justify-content: flex-end;
  background-color: #77777759;
  padding: 5px;
  margin-top: 5px;
}

.valorDiv > span:first-child {
  font-weight: bold;
}
.labelGroup:before {
  border: 1px solid #036e9e;
  background-color: #036e9e;

  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;
}

.rowCabe > h5 {
  margin: 0px;
}

.rowCabe {
  border-bottom: 1px solid #0f5981;
  margin-bottom: 15px;
}

img {
  max-width: 250px;
  padding: 5px;
}

.promocao {
  background-color: #77777759;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  padding: 10px;
  margin: 10px;
}

.promocao > .divImg {
  border: none;
  padding: 10px;
}

.divImg {
  width: 90%;
  border: 2px solid #7777777a;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  background-color: #f7f7f7;
}

.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: #0f5981 !important;
  margin: 0;
}

.escolha > span {
  background-color: #ff1100;
  padding: 5px;
  position: absolute;
  top: 0px;
  color: #fff;
  width: 50%;
  text-align: center;
  font-style: italic;
}

.final > h5 {
  /* width: 30%; */
  margin: 0;
  margin-right: 25px;
}

.final > label {
  width: 75%;
}

.rowCabeFinal {
  border-top: 1px solid #fff;
}

.rowCabeFinal > h5 {
  margin: 10px 0;
  /* border-bottom: 1px solid #0f5981; */
}

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: 28px 8px 0px 8px;
  position: relative;
}

.mensagem {
  position: relative !important;
  font-size: 11px;
  color: #0f5981 !important;
  padding: 0 0px 0px 18px;
}

.g-recaptcha {
  align-self: center;
}

.btoff:last-child {
  margin: 8px 17px;
  font-style: italic;
  padding: 10px;
}
