.breakpoint {
  position: fixed;
  bottom: 30px;
  left: 0;
  padding: 0 10px;
  height: 20px;
  z-index: 99999;
  color: white;
  background-color: yellow;
}

@media (min-width: 767px) {
  .breakpoint {
    background-color: orange;
  }
}

@media (min-width: 992px) {
  .breakpoint {
    background-color: red;
  }
}

@media (min-width: 1200px) {
  .breakpoint {
    background-color: blue;
  }
}

.breakpoint p::before {
  content: "xs";
}

@media (min-width: 767px) {
  .breakpoint p::before {
    content: "sm";
  }
}

@media (min-width: 992px) {
  .breakpoint p::before {
    content: "md";
  }
}

@media (min-width: 1200px) {
  .breakpoint p::before {
    content: "lg";
  }
}

.cropCI {
  position: relative;
  height: inherit !important;
}

.cropCI ul {
  height: inherit !important;
}

.cropCI ul li {
  height: inherit !important;
}

.cropCI ul li .contImgCarrossel .linhaTexto .cont-container {
  width: 100% !important;
  padding-left: 6% !important;
  padding-right: 6% !important;
  right: 0% !important;
}

@media (min-width: 992px) {
  .cropCI ul li .contImgCarrossel .linhaTexto .cont-container {
    width: initial;
    padding-left: 0% !important;
    right: 2% !important;
  }
}

header.paginaHome .linhaCrop {
  height: inherit !important;
}

.contCarouselInfinito {
  height: inherit !important;
}

.infoAuth {
  position: relative;
  width: 100%;
  text-align: right;
  background-color: #3e93c3;
  padding: 4px 16px;
}

.infoAuth p {
  font-size: 1.7em;
  font-family: "Titillium Web", sans-serif;
  color: white !important;
}

.link__default:link,
.link__default:visited {
  text-decoration: underline;
  transition: all 0.4s;
}

.capaImagem {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(90, 170, 208, 0.7);
  display: block;
}

@media (min-width: 767px) {
  .capaImagem {
    display: none;
  }
}

form button {
  background-color: #002e5e;
  display: block;
  margin: auto;
  font-family: "Titillium Web", sans-serif;
  font-size: 2.011em;
  font-weight: 600;
  color: white;
  line-height: 44px;
  border-radius: 5px;
  text-align: center;
  border: none;
  width: inherit;
}

form input[type=password],
form input[type=email],
form input[type=text] {
  position: relative;
  display: table;
  float: left;
  width: 100%;
  height: 42px !important;
  font-size: 1.5em !important;
  font-weight: normal;
  padding: 13px 10px 7px !important;
  border-radius: 8px;
}

form ul.parsley-errors-list {
  margin: 0;
  padding: 0;
}

form ul.parsley-errors-list li {
  list-style: none;
  color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  background-color: #cd0000;
  display: inline-block;
  padding: 1px 10px;
  border-radius: 25px;
  margin-top: 2px;
}

.has-float-label {
  display: block;
  position: relative;
}

.has-float-label label,
.has-float-label > span {
  position: absolute;
  left: 0;
  top: 4px;
  cursor: text;
  font-size: 90%;
  opacity: 1;
  transition: all 0.2s;
  padding-left: 11px;
  color: #002f5f;
  font-weight: 400;
}

.has-float-label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.has-float-label input,
.has-float-label select,
.has-float-label textarea {
  height: 53px;
  padding-top: 1em;
  margin-bottom: 2px;
  border: 0;
  border-radius: 0;
  padding-left: 10px;
  border: 1px solid #224b74;
  color: #002f5f;
  transition: all 0.3s;
  background-color: #ffffff;
  font-size: 1.798em;
}

.has-float-label input::-webkit-input-placeholder,
.has-float-label select::-webkit-input-placeholder,
.has-float-label textarea::-webkit-input-placeholder {
  opacity: 0;
  color: #4a4a4a;
  transition: all 0.2s;
}

.has-float-label input:-ms-input-placeholder,
.has-float-label select:-ms-input-placeholder,
.has-float-label textarea:-ms-input-placeholder {
  opacity: 0;
  color: #4a4a4a;
  transition: all 0.2s;
}

.has-float-label input::-ms-input-placeholder,
.has-float-label select::-ms-input-placeholder,
.has-float-label textarea::-ms-input-placeholder {
  opacity: 0;
  color: #4a4a4a;
  transition: all 0.2s;
}

.has-float-label input::placeholder,
.has-float-label select::placeholder,
.has-float-label textarea::placeholder {
  opacity: 0;
  color: #4a4a4a;
  transition: all 0.2s;
}

.has-float-label input:placeholder-shown:not(:focus)::-webkit-input-placeholder,
.has-float-label select:placeholder-shown:not(:focus)::-webkit-input-placeholder,
.has-float-label textarea:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}

.has-float-label input:placeholder-shown:not(:focus):-ms-input-placeholder,
.has-float-label select:placeholder-shown:not(:focus):-ms-input-placeholder,
.has-float-label textarea:placeholder-shown:not(:focus):-ms-input-placeholder {
  opacity: 0;
}

.has-float-label input:placeholder-shown:not(:focus)::-ms-input-placeholder,
.has-float-label select:placeholder-shown:not(:focus)::-ms-input-placeholder,
.has-float-label textarea:placeholder-shown:not(:focus)::-ms-input-placeholder {
  opacity: 0;
}

.has-float-label input:placeholder-shown:not(:focus)::placeholder,
.has-float-label select:placeholder-shown:not(:focus)::placeholder,
.has-float-label textarea:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}

.has-float-label input:placeholder-shown:not(:focus) + *,
.has-float-label select:placeholder-shown:not(:focus) + *,
.has-float-label textarea:placeholder-shown:not(:focus) + * {
  font-size: 120%;
  opacity: 1;
  font-size: 1.798em;
  top: 0.4em;
}

.has-float-label input:focus,
.has-float-label select:focus,
.has-float-label textarea:focus {
  outline: none;
  border: 1px solid #224b74;
  background-color: #dcdcdc !important;
}

.has-float-label textarea {
  height: auto !important;
  padding-top: 1.5em;
}

.has-float-label select {
  padding-right: 1em;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.5em bottom 1em;
  background-size: 8px 10px;
}

input,
select,
textarea {
  width: 100%;
  background-color: #fff;
}

input.image-selected {
  background-color: #fff;
  border: 1px solid #224b74;
  width: 100%;
  height: 53px;
  padding-left: 15px;
}

.input-group {
  display: table;
  width: 100%;
}

.input-group-50 {
  display: table;
  width: 50%;
}

.input-group > .input-group-btn {
  width: 30%;
}

@-webkit-keyframes autofill {
  to {
    background: #ffffff;
    border: 1px solid #224b74;
  }
}

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #002f5f;
  font-weight: 400;
}

.select2-results__option {
  color: #002f5f;
}

.select2-results__option:before {
  background-color: #002f5f;
}

label .normal a:link,
label .normal a:visited {
  font-size: 1em;
}

input[type=checkbox] {
  -webkit-appearance: inherit;
  -moz-appearance: inherit;
  appearance: inherit;
}

.squaredFour {
  width: auto;
  position: relative;
  margin: 20px auto;
}

.squaredFour label {
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: #fcfff4;
  border-radius: 4px;
  border: 1px solid #002f5f;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.squaredFour label:after {
  content: "";
  width: 11px;
  height: 7px;
  position: absolute;
  top: 7px;
  left: 6px;
  border: 3px solid #002f5f;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.squaredFour label:hover::after {
  opacity: 0.5;
}

.squaredFour input[type=checkbox] {
  visibility: hidden;
}

.squaredFour input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.squaredFour span {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 40px;
}

.squaredFour span a:link,
.squaredFour span a:visited {
  font-size: 1em;
}

.termos .squaredFour span.normal {
  width: calc(100% - 22px);
}

.termos .squaredFour span {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 40px;
}

.termos .squaredFour span a:link,
.termos .squaredFour span a:visited {
  font-size: 1em;
}

#status {
  display: none;
  font-size: 2em;
  color: #cd0000;
  text-align: center;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
}

.hide {
  display: none;
}

.clear {
  clear: both;
}

.alert {
  border-radius: 5px;
  width: 90%;
  margin: 10px auto 0;
  padding: 10px;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.798em;
  line-height: 1.2em;
}

.alert ul {
  margin: 0;
  padding: 0;
}

.alert ul li {
  list-style: none;
  font-family: "Titillium Web", sans-serif;
  line-height: 1.2em;
}

.alert a:link,
.alert a:visited {
  text-decoration: underline;
  font-weight: bold;
}

.alert-danger {
  border: 3px solid #cd0000;
  color: #cd0000;
}

.alert-danger li {
  color: #cd0000;
}

.alert-success {
  border: 3px solid green;
  color: green;
}

.alert-success li {
  color: green;
}

.relative {
  position: relative;
}

.selectES select {
  background-color: #ffffff;
  color: #002f5f;
  padding: 7px 10px;
  width: 100%;
  font-size: 18px;
  border: 1px solid #002f5f;
  border-radius: 8px;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  outline: none;
  font-family: "Titillium Web", sans-serif;
}

.selectES::before {
  content: "";
  position: absolute;
  top: 0;
  right: 12px;
  width: 42px;
  height: 42px;
  text-align: center;
  font-size: 28px;
  line-height: 45px;
  color: rgba(0, 47, 95, 0.5);
  background-color: transparent;
  pointer-events: none;
  border-left: 1px solid #002f5f;
  background-image: url("/imgs/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: 10px center;
}

.selectES select option {
  padding: 30px;
}

.selectES__ed {
  position: relative;
}

.selectES__ed select {
  background-color: #ffffff;
  color: #002f5f;
  padding: 7px 10px;
  width: 100%;
  font-size: 18px;
  border: 1px solid #002f5f;
  border-radius: 8px;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  outline: none;
  font-family: "Titillium Web", sans-serif;
}

.selectES__ed::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 2px;
  width: 42px;
  height: 42px;
  text-align: center;
  font-size: 28px;
  line-height: 45px;
  color: rgba(0, 47, 95, 0.5);
  background-color: transparent;
  pointer-events: none;
  border-left: 1px solid #002f5f;
  background-image: url("/imgs/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: 10px center;
}

.selectES__ed select option {
  padding: 30px;
}

.dadosContatacao .selectES::before {
  display: none;
}

.carregando-label {
  position: absolute;
  top: -22px;
  left: 0;
  z-index: 10;
  font-size: 14px;
  font-weight: 600;
  color: red;
}

.aviso-form {
  position: relative;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: red;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.objblink {
  transition: all 0.6s ease-in-out;
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: blink;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-direction: normal;
  -moz-animation-duration: 0.6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-name: blink;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-direction: normal;
  -o-animation-duration: 0.6s;
  -o-animation-iteration-count: infinite;
  -o-animation-name: blink;
  -o-animation-timing-function: ease-in-out;
  animation-direction: normal;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-name: blink;
  animation-timing-function: ease-in-out;
}

.opacity50 {
  opacity: 0.5;
}

.justify {
  text-align: justify;
}

.termo p {
  font-family: Arial !important;
  line-height: 1.3em !important;
  font-size: 14px !important;
}

.termo ol {
  padding-left: 30px;
}

.termo ol li {
  color: #002f5f;
  font-weight: normal;
  font-family: Arial;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.3em;
}

.termo ol li ul {
  margin: 15px 0;
  padding: 0 0 0 15px;
}

.termo ol li ul li {
  list-style: none;
  font-size: inherit;
  line-height: 1.2em !important;
}

.termo ol em strong {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.nofloat {
  float: none !important;
}

.btn-vermelho:link,
.btn-vermelho:visited,
button.btn-azul,
button.btn-verde,
input[type=submit],
.btn-verde:link,
.btn-verde:visited {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 10px;
  margin: 0 10px;
  color: white;
  font-family: "Titillium Web", sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.6em;
}

button.btn-verde,
input[type=submit],
.btn-verde:link,
.btn-verde:visited {
  background-color: green;
  transition: all 0.4s;
  border-width: 0;
  border: none;
  line-height: 1.2em;
  display: inline-block;
  width: auto;
}

button.btn-verde:hover,
input[type=submit]:hover,
.btn-verde:link:hover,
.btn-verde:visited:hover {
  background-color: #006500;
}

.btn-vermelho:link,
.btn-vermelho:visited {
  background-color: red;
  transition: all 0.4s;
}

.btn-vermelho:link:hover,
.btn-vermelho:visited:hover {
  background-color: #7e0101;
}

.btn-azul:link,
.btn-azul:visited {
  background-color: #002f5f;
  transition: all 0.4s;
}

.btn-azul:link:hover,
.btn-azul:visited:hover {
  background-color: #2c78a4;
}

.swal-footer {
  text-align: center;
}

.swalbutton--azul1 {
  background-color: #002f5f;
}

.swalbutton--azul2 {
  background-color: #2c78a4;
}

.swalbutton--azul1__blocked {
  background-color: #002f5f;
  display: block;
  width: 200px;
}

.swalbutton--azul2__blocked {
  background-color: #2c78a4;
  display: block;
  width: 200px;
}

.logado2 {
  position: relative;
}

.logado2 .nomeUsuario,
.logado2 .minhaConta {
  display: block;
  color: #ffffff;
}

.dropbtn {
  position: relative;
  background: transparent;
  border: none;
  color: white;
  display: block;
}

.dropbtn .touchable {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: block;
  cursor: pointer;
  background-color: #fff;
  opacity: 0;
}

.dropbtn .nomeUsuario {
  font-size: 1.3em;
  margin-bottom: 2px;
}

.dropbtn .minhaConta {
  font-size: 1.2em;
  text-align: center;
}

.dropbtn span {
  display: block;
}

.dropdown-content {
  display: none;
  background: #ffffff;
  border: 1px solid #002e5e;
  border-top: none;
  position: absolute;
  padding: 18px 0px 0;
  width: 160px;
  right: 0;
  top: 75px;
}

.dropdown-content a:link,
.dropdown-content a:visited {
  display: block;
  text-align: center;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.7em;
  color: #002e5e !important;
  margin: 0 0 18px;
  float: none;
  text-align: right;
  width: 100%;
  padding-right: 16px;
  transition: all 0.4s;
}

.dropdown-content a:link:hover,
.dropdown-content a:visited:hover {
  padding-right: 26px;
}

.dropdown-content:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #002e5e;
  position: absolute;
  top: -5px;
  right: 34px;
  z-index: -1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.dropdown-content:hover {
  display: block;
}

.show {
  display: block;
}

.logado {
  position: relative;
}

.logado .nomeUsuario,
.logado .minhaConta {
  display: block;
  color: #ffffff;
}

.espacamento {
  position: relative;
  height: 80px;
  display: block;
}

.escolhaplano hr {
  width: 94%;
  margin: 5px auto;
  border: none;
  height: 1px;
  background-color: #999;
}

.escolhaplano a:link,
.escolhaplano a:visited {
  font-family: serif;
  font-weight: 700;
  text-decoration: underline;
  font-weight: bold;
  font-family: inherit;
  transition: all 0.4s;
  color: inherit;
}

.escolhaplano a:link:hover,
.escolhaplano a:visited:hover {
  color: #2c78a4;
}

.vermelho {
  color: red;
}

.recuo {
  padding-left: 30px;
  display: block;
}

section.sectionInterna a {
  font-size: 1em;
}

#termosHolder .escolhaplano .contTabelaPlanos.desktop .planos {
  padding-top: 0;
}

#termosHolder .escolhaplano .contTabelaPlanos.desktop .planos:before {
  display: none;
}

#termosHolder .escolhaplano .contTabelaPlanos.desktop .planos .preco {
  margin: 5px 0;
}

#termosHolder .squaredFour label {
  left: 50%;
  margin-left: -12px;
}

#termosHolder .squaredFour input[type=radio]:checked + label:after {
  opacity: 1;
}

#termosHolder .bgazul {
  transition: all 0.6s;
  background-color: #58a8cf;
}

.box-alert {
  background-color: red;
  color: white;
  text-align: center;
}

.box-alert p {
  font-size: 1.5em !important;
  color: white !important;
  padding: 4px 0;
  text-align: center;
}

.box-alert a:link,
.box-alert a:visited {
  font-size: 1.5em;
  color: red;
  border: 1px solid red;
  background-color: #fff;
  border-radius: 4px;
  padding: 2px 12px 2px;
  margin-bottom: 6px;
  display: inline-block;
  transition: all 0.4s;
}

.box-alert a:link:hover,
.box-alert a:visited:hover {
  color: white;
  border: 1px solid white;
  background-color: red;
}

.holderMeusSeguros .alert {
  width: 100%;
  margin: 0 auto 20px;
}

.relative {
  position: relative;
}

.parceiro-logo {
  max-width: 350px !important;
  width: auto;
  height: auto !important;
}

section.leidoestagio input:checked ~ .resposta {
  max-height: 600em;
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #3689b6;
  text-align: center;
  z-index: 9000;
  padding: 15px;
}

.cookie-consent__message {
  color: white;
  font-size: 16px;
}

.cookie-consent__agree {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 10px;
  background-color: transparent;
  border-radius: 5px;
  border: 2px solid #002e5e;
  color: white;
  padding: 4px 12px;
}

footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  background-image: url("/imgs/menu-bg.png");
  background-repeat: repeat;
}

footer .footer__logosholder {
  padding: 10px 0 40px 0;
  border-bottom: none;
  display: block;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 767px) {
  footer .footer__logosholder {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
    margin: 0;
  }
}

footer .footer__logosholder a:link,
footer .footer__logosholder a:visited,
footer .footer__logosholder a:hover {
  margin: 10px;
  order: 0;
  flex: 0 1 auto;
  align-self: center;
}

footer .footer__logosholder img {
  margin: 10px auto;
  text-align: center;
}

@media (min-width: 767px) {
  footer .footer__logosholder img {
    margin: 0;
  }
}

footer .footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: flex-start;
}

footer .footer__menu li {
  color: white;
  order: 0;
  flex: 0 1 auto;
  align-self: center;
  display: block;
  margin: 5px 20px;
}

footer .footer__menu li a:link,
footer .footer__menu li a:visited {
  position: relative;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.8em;
  font-weight: normal;
  display: inline-block;
  text-decoration: none;
  line-height: 1.65em;
  color: white;
}

footer .footer__menu li a:link:after,
footer .footer__menu li a:visited:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0%;
  height: 1px;
  border-bottom: 1px solid #ffffff;
  transition: all 100ms ease-out;
}

footer .footer__menu li a:link:hover:after,
footer .footer__menu li a:visited:hover:after {
  width: 100%;
  transition: all 100ms ease-out;
}

footer .footer-menu {
  height: auto !important;
  min-height: auto !important;
  padding-bottom: 50px;
}

footer .footer-menu__featured {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 15px;
  margin: 0 0 20px;
}

@media (min-width: 767px) {
  footer .footer-menu__featured {
    margin: 40px 0 20px;
    flex-direction: row;
    justify-content: space-between;
  }
}

footer .footer-menu__featured a:link,
footer .footer-menu__featured a:visited {
  border: 2px solid white !important;
  background-color: #053b73;
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 8px 16px;
  transition: all 0.4s;
  display: block;
  margin-bottom: 20px;
}

footer .footer-menu__featured a:link:last-of-type,
footer .footer-menu__featured a:visited:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 767px) {
  footer .footer-menu__featured a:link,
  footer .footer-menu__featured a:visited {
    font-size: 17px;
    display: inline-block;
    margin-bottom: 0;
  }
}

footer .footer-menu__featured a:link:hover,
footer .footer-menu__featured a:visited:hover {
  background-color: #2383c5;
}

button.btnCheck {
  background-color: #002e5e;
  display: inline-block;
  float: left;
  border: none;
  color: white;
  font-family: "Titillium Web", sans-serif;
  font-size: 2.011em;
  font-weight: 600;
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
  width: 19%;
  margin-left: 1%;
  cursor: pointer;
}

input.radio__normal {
  appearance: radio;
  -moz-appearance: radio;
  -webkit-appearance: radio;
  width: 25px;
}

button.contratar {
  border: none !important;
}

.radio__normal--label {
  color: #002f5f;
  font-size: 1.798em;
  font-weight: normal;
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 10px;
}

.vantagens {
  margin-bottom: 40px;
}

