@font-face {
  font-family: opensans;
  src: url("../fonts/opensans/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: opensans;
  src: url("../fonts/opensans/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: opensans;
  src: url("../fonts/opensans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: opensans;
  src: url("../fonts/opensans/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: opensans;
  src: url("../fonts/opensans/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: montserrat;
  src: url("../fonts/montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: montserrat;
  src: url("../fonts/montserrat/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: montserrat;
  src: url("../fonts/montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: montserrat;
  src: url("../fonts/montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: montserrat;
  src: url("../fonts/montserrat/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@keyframes circle_animate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(3600deg);
  }
}
input[type=submit], input[type=radio], input[type=checkbox] {
  cursor: pointer;
}

* {
  outline: none !important;
}

select,
input,
textarea {
  -webkit-appearance: none;
}

*[data-load=on] {
  color: transparent !important;
  pointer-events: none;
  position: sticky;
  filter: opacity(0.9);
  transition: all 0.3s;
}
*[data-load=on]:before {
  content: "";
  position: absolute;
  background: url(../img/loading.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: 50%;
  transform: translate(-50%, -50%);
  animation-name: rotate_load;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
*[data-load=on]:after {
  content: "Carregando";
  position: absolute;
  color: white;
  font-family: ubuntu;
  font-size: 10px;
  top: calc(50% + 10px);
  left: 50%;
  transform: translate(-50%, -50%);
  animation-name: text_load;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

@keyframes rotate_load {
  100% {
    transform: translate(-50%, -50%) rotate(1080deg);
  }
}
@keyframes text_load {
  0% {
    content: "Carregando";
  }
  25% {
    content: "Carregando.";
  }
  50% {
    content: "Carregando..";
  }
  75% {
    content: "Carregando...";
  }
  100% {
    content: "Carregando";
  }
}
header {
  background: white;
}
header[campanha=true] > div > div.user_content {
  display: none;
}
header[campanha=true] > div > div.campanha_content {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
header > div {
  width: 1200px;
  height: 125px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header > div a.logo {
  display: block;
  width: 225px;
  height: 75px;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
header > div > div.user_content {
  width: 700px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
header > div > div.user_content .user {
  position: relative;
  width: 400px;
  padding: 6px 0 0 76px;
}
header > div > div.user_content .user .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
}
header > div > div.user_content .user .text h2 {
  font-family: montserrat;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #4B4B4B;
  margin: 0;
}
header > div > div.user_content .user .text p {
  font-family: montserrat;
  font-size: 14px;
  line-height: 16px;
  color: #4B4B4B;
  margin: 0;
}
header > div > div.user_content a.whatsapp {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 42px;
  border: 2px solid #0E7007;
  border-radius: 50px;
  font-family: montserrat;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #0A7B0A;
}
header > div > div.user_content a.whatsapp svg {
  margin: 4px 10px 0 0;
}
header > div > div.campanha_content {
  width: 460px;
  display: none;
  justify-content: space-between;
  align-items: center;
}
header > div > div.campanha_content > div {
  max-width: 50%;
}
header > div > div.campanha_content > div h2 {
  font-family: montserrat;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #005066;
  margin: 0;
}
header > div > div.campanha_content > div p {
  font-family: montserrat;
  font-size: 14px;
  line-height: 16px;
  color: #4B4B4B;
  margin: 0;
}
@media (max-width: 1250px) {
  header > div {
    width: 100%;
    padding: 0 35px;
  }
}
@media (min-width: 1001px) {
  header > div > div.user_content .user .text {
    background: #ffffff !important;
  }
  header > div > div.user_content .user .text span {
    background: #ffffff !important;
  }
}
@media (max-width: 1000px) {
  header > div > div.user_content {
    width: 300px;
  }
  header > div > div.user_content .user {
    padding: 0;
    width: initial;
  }
  header > div > div.user_content .user:hover .text {
    opacity: 1;
    pointer-events: all;
    bottom: -14px;
  }
  header > div > div.user_content .user .image {
    position: relative;
  }
  header > div > div.user_content .user .text {
    position: absolute;
    z-index: 5;
    width: 230px;
    min-height: 100px;
    background: #005066;
    border-radius: 8px;
    padding: 20px 23px 10px;
    right: -50px;
    bottom: 0;
    transform: translate(0, 100%);
    opacity: 0;
    transition: all 0.2s;
    pointer-events: none;
  }
  header > div > div.user_content .user .text span {
    content: "";
    position: absolute;
    right: 60px;
    top: 2px;
    width: 20px;
    height: 20px;
    background: #005066;
    transform: skew(0deg, 50deg) rotate(110deg);
  }
  header > div > div.user_content .user .text h2 {
    color: white;
    z-index: 1;
    position: relative;
  }
  header > div > div.user_content .user .text p {
    color: white;
    z-index: 1;
    position: relative;
  }
  header > div > div.campanha_content {
    width: 310px;
    text-align: right;
  }
  header > div > div.campanha_content > div {
    width: 100%;
    max-width: none;
  }
  header > div > div.campanha_content > div:first-of-type {
    margin: 0 0 10px;
  }
}
@media (max-width: 650px) {
  header > div {
    padding: 0 25px;
    height: 100px;
  }
  header > div a.logo {
    width: 145px;
    height: 50px;
    margin: 5px 0 0;
  }
  header > div > div.user_content {
    width: 105px;
  }
  header > div > div.user_content .user .image {
    width: 39px;
    height: 39px;
  }
  header > div > div.user_content .user .text {
    right: -55px;
  }
  header > div > div.user_content a.whatsapp {
    position: relative;
    width: 32px;
    height: 32px;
    border: none;
    overflow: hidden;
    color: transparent;
    border-radius: 0;
  }
  header > div > div.user_content a.whatsapp svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    margin: 0;
  }
  header > div > div.campanha_content {
    width: 140px;
  }
  header > div > div.campanha_content > div:first-of-type {
    margin: 0 0 5px;
  }
  header > div > div.campanha_content > div h2 {
    font-size: 12px;
    line-height: 14px;
  }
  header > div > div.campanha_content > div p {
    font-size: 9px;
    line-height: 12px;
  }
}

footer {
  background: #005066;
}
footer[campanha=true] .content {
  display: none;
}
footer .content {
  width: 1200px;
  height: 195px;
  padding: 20px 0 0;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
footer .content .user {
  position: relative;
  width: 400px;
  padding: 5px 0 0 93px;
}
footer .content .user .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
}
footer .content .user .text h2 {
  font-family: montserrat;
  font-weight: bold;
  font-size: 17px;
  line-height: 19px;
  color: white;
  margin: 0;
}
footer .content .user .text p {
  font-family: montserrat;
  font-size: 17px;
  line-height: 19px;
  color: white;
  margin: 0;
}
footer .content .user .text p.nome {
  margin: 0 0 3px;
}
footer .content a.whatsapp {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 2px solid white;
  border-radius: 50px;
  width: 280px;
  height: 56px;
  font-family: montserrat;
  font-weight: bold;
  font-size: 18px;
  color: white;
}
footer .content a.whatsapp svg {
  width: 20px;
  height: auto;
  margin: 0 15px 0 0;
}
footer .content .indicador {
  width: 265px;
}
footer .content .indicador h3 {
  font-family: montserrat;
  font-weight: bold;
  font-size: 17px;
  line-height: 19px;
  color: white;
  margin: 0;
}
footer .content .indicador p {
  font-family: montserrat;
  font-size: 17px;
  line-height: 19px;
  color: white;
  margin: 0;
}
footer .ileva {
  background: white;
  height: 65px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
footer .ileva a.logo {
  width: 65px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1250px) {
  footer .content {
    width: 100%;
    padding: 20px 35px 0;
  }
  footer .content .indicador {
    width: 210px;
  }
}
@media (max-width: 950px) {
  footer .content {
    height: auto;
    flex-direction: column;
    padding: 55px 0 59px;
  }
  footer .content .user {
    margin: 0 0 55px;
  }
  footer .content a.whatsapp {
    margin: 0 0 40px;
  }
  footer .content .indicador {
    text-align: center;
  }
  footer .ileva {
    height: 90px;
  }
}
@media (max-width: 650px) {
  footer .content .user {
    width: 360px;
  }
  footer .content .user .text h2 {
    font-size: 15px;
  }
  footer .content .user .text p {
    font-size: 15px;
  }
}

section.home_banner {
  position: relative;
  background-position: center;
  background-size: cover;
  background-color: #005066;
}
@media (max-width: 992px) {
  section.home_banner {
    background-position: 75% 50%;
  }
}
section.home_banner > div {
  width: 1200px;
  height: 445px;
  margin: 0 auto;
  padding: 130px 0 0;
  position: relative;
  z-index: 1;
}
section.home_banner > div h1 {
  max-width: 710px;
  font-family: opensans;
  font-weight: bold;
  font-size: 40px;
  line-height: 42px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
}
section.home_banner > div p {
  max-width: 710px;
  font-family: opensans;
  font-size: 20px;
  line-height: 22px;
  color: #FFFFFF;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1250px) {
  section.home_banner > div {
    width: 100%;
    padding: 130px 35px 0;
  }
}
@media (max-width: 1000px) {
  section.home_banner > div {
    padding: 100px 35px 0;
    height: 380px;
  }
  section.home_banner > div h1 {
    margin: 0 auto 20px;
    text-align: center;
    font-size: 36px;
    line-height: 38px;
  }
  section.home_banner > div p {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 650px) {
  section.home_banner > div {
    padding: 65px 25px 0;
    height: 310px;
  }
  section.home_banner > div h1 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 auto 15px;
  }
  section.home_banner > div p {
    font-size: 14px;
    line-height: 18px;
  }
}
section.home_form div {
  position: relative;
  z-index: 1;
}
section.home_form[passo="1"] .title > div {
  justify-content: flex-end;
}
section.home_form[passo="1"] .title > div .passo span:before {
  content: "1";
}
section.home_form[passo="1"] form#passo_1 {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.home_form[passo="2"] .title button.voltar {
  display: block;
}
section.home_form[passo="2"] .title .passo span:before {
  content: "2";
}
section.home_form[passo="2"] form#passo_2 {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.home_form[passo="3"] .title button.voltar {
  display: block;
}
section.home_form[passo="3"] .title .passo span:before {
  content: "3";
}
section.home_form[passo="3"] form#passo_3 {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.home_form > div {
  width: 1200px;
  border-radius: 15px;
  margin: -100px auto 0;
  padding: 35px 32px 40px;
  box-shadow: 0 3px 60px rgba(0, 0, 0, 0.16);
  background: white;
}
section.home_form > div .title {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 26px;
}
section.home_form > div .title h2 {
  max-width: 430px;
  font-family: opensans;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  color: #000000;
  margin: 0;
}
section.home_form > div .title > div {
  width: 240px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
section.home_form > div .title > div button.voltar {
  display: none;
  position: relative;
  background: #D2D2D2;
  border: none;
  border-radius: 4px;
  overflow: hidden;
  width: 92px;
  height: 25px;
  font-family: opensans;
  font-size: 13px;
  color: #000000;
  padding: 0 0 0 27px;
}
section.home_form > div .title > div button.voltar span {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 27px;
  height: 100%;
  background: #005066;
}
section.home_form > div .title > div .passo {
  font-family: opensans;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #005066;
  margin: 0;
}
section.home_form > div form#passo_1 {
  display: none;
  justify-content: space-between;
  align-items: center;
}
section.home_form > div form#passo_1 .item {
  position: relative;
  font-family: opensans;
  font-size: 14px;
  color: #000000;
  width: 310px;
}
section.home_form > div form#passo_1 .item input {
  width: 100%;
  border: none;
  outline: none;
  height: 50px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-appearance: none;
  padding: 15px 22px 0;
  border-radius: 6px;
  background: #E8E8E8;
  font-weight: 600;
  text-shadow: 0 0 0 black;
}
section.home_form > div form#passo_1 .item input::placeholder {
  color: transparent;
}
section.home_form > div form#passo_1 .item input:required:invalid + label:before {
  content: "*";
}
section.home_form > div form#passo_1 .item input:focus + label, section.home_form > div form#passo_1 .item input:not(:placeholder-shown) + label {
  font-size: 0.8em;
  top: 14px;
}
section.home_form > div form#passo_1 .item label {
  pointer-events: none;
  position: absolute;
  left: 22px;
  top: 50%;
  line-height: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  margin: 0;
}
section.home_form > div form#passo_1 .item label, section.home_form > div form#passo_1 .item input {
  font-weight: 600;
}
section.home_form > div form#passo_1 button {
  height: 50px;
  border: none;
  border-radius: 6px;
  background: #005066;
  color: white;
  font-family: opensans;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  width: 175px;
  z-index: 1;
}
section.home_form > div form#passo_2 {
  display: none;
  justify-content: space-between;
  align-items: center;
}
section.home_form > div form#passo_2 .checkbox {
  width: 325px;
  padding: 0 20px 0 0;
  margin: 0;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.home_form > div form#passo_2 .checkbox h3 {
  width: 100%;
  font-family: opensans;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin: 0 0 10px;
}
section.home_form > div form#passo_2 .checkbox > div input {
  display: none;
}
section.home_form > div form#passo_2 .checkbox > div input:checked + label:before {
  background-image: url(./../img/checked.svg);
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
}
section.home_form > div form#passo_2 .checkbox > div label {
  position: relative;
  padding: 0 0 0 36px;
  font-family: opensans;
  font-size: 15px;
  color: #000000;
}
section.home_form > div form#passo_2 .checkbox > div label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border: 1px solid #707070;
  border-radius: 50%;
}
section.home_form > div form#passo_2 .item_input {
  position: relative;
  font-family: opensans;
  font-size: 14px;
  color: #000000;
  width: 175px;
}
section.home_form > div form#passo_2 .item_input input {
  width: 100%;
  border: none;
  outline: none;
  height: 50px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-appearance: none;
  padding: 15px 22px 0;
  border-radius: 6px;
  background: #E8E8E8;
  font-weight: 600;
  text-shadow: 0 0 0 black;
}
section.home_form > div form#passo_2 .item_input input::placeholder {
  color: transparent;
}
section.home_form > div form#passo_2 .item_input input:required:invalid + label:before {
  content: "*";
}
section.home_form > div form#passo_2 .item_input input:focus + label, section.home_form > div form#passo_2 .item_input input:not(:placeholder-shown) + label {
  font-size: 0.8em;
  top: 14px;
}
section.home_form > div form#passo_2 .item_input label {
  pointer-events: none;
  position: absolute;
  left: 22px;
  top: 50%;
  line-height: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  margin: 0;
}
section.home_form > div form#passo_2 .item_input input {
  text-transform: uppercase;
  font-weight: 100;
}
section.home_form > div form#passo_2 .item_input label {
  font-weight: normal;
}
section.home_form > div form#passo_2 .item {
  position: relative;
  font-family: opensans;
  font-size: 14px;
  color: #000000;
}
section.home_form > div form#passo_2 .item select {
  width: 100%;
  border: none;
  outline: none;
  height: 50px;
  padding: 0 22px;
  border-radius: 6px;
  background-color: #E8E8E8;
  background-image: url(./../img/select.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
}
section.home_form > div form#passo_2 .item.item_1 {
  width: 185px;
}
section.home_form > div form#passo_2 .item.item_2 {
  width: 185px;
}
section.home_form > div form#passo_2 .item.item_3 {
  width: 185px;
}
section.home_form > div form#passo_2 button {
  height: 50px;
  border: none;
  border-radius: 6px;
  background: #005066;
  color: white;
  font-family: opensans;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  width: 175px;
}
section.home_form > div form#passo_3 {
  display: none;
  justify-content: space-between;
  align-items: center;
}
section.home_form > div form#passo_3 .item {
  position: relative;
  font-family: opensans;
  font-size: 14px;
  color: #000000;
  width: 440px;
}
section.home_form > div form#passo_3 .item select {
  width: 100%;
  border: none;
  outline: none;
  height: 50px;
  padding: 0 22px;
  border-radius: 6px;
  background-color: #E8E8E8;
  background-image: url(./../img/select.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
}
section.home_form > div form#passo_3 button {
  height: 50px;
  border: none;
  border-radius: 6px;
  background: #005066;
  color: white;
  font-family: opensans;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  width: 230px;
}
@media (max-width: 1250px) {
  section.home_form > div {
    width: 1000px;
    padding: 35px 20px 40px;
  }
  section.home_form > div form#passo_1 .item {
    width: 250px;
  }
  section.home_form > div form#passo_2 .checkbox {
    width: 280px;
    padding: 0 5px 0 0;
  }
  section.home_form > div form#passo_2 .item.item_1 {
    width: 150px;
  }
  section.home_form > div form#passo_2 .item.item_2 {
    width: 150px;
  }
  section.home_form > div form#passo_2 .item.item_3 {
    width: 150px;
  }
  section.home_form > div form#passo_2 button {
    width: 150px;
  }
  section.home_form > div form#passo_3 .item {
    width: 350px;
  }
}
@media (max-width: 1000px) {
  section.home_form > div {
    width: 650px;
    padding: 35px 20px 30px;
  }
  section.home_form > div .title h2 {
    max-width: 370px;
    font-size: 19px;
    line-height: 23px;
  }
  section.home_form > div .title > div {
    width: 215px;
    height: 25px;
  }
  section.home_form > div .title > div .passo {
    font-size: 18px;
    line-height: 23px;
  }
  section.home_form > div form#passo_1 .item {
    width: 300px;
    margin: 0 0 10px;
  }
  section.home_form > div form#passo_1 button {
    width: 300px;
    margin: 0 0 10px;
  }
  section.home_form > div form#passo_2 .checkbox {
    margin: 0 0 10px;
  }
  section.home_form > div form#passo_2 .item {
    margin: 0 0 10px;
    width: 300px !important;
  }
  section.home_form > div form#passo_2 .item_input {
    margin: 0 0 10px;
    width: 300px;
  }
  section.home_form > div form#passo_2 button {
    margin: 0 0 10px;
    width: 300px !important;
  }
  section.home_form > div form#passo_3 .item {
    width: 300px;
    margin: 0 0 10px;
  }
  section.home_form > div form#passo_3 button {
    margin: 0 auto 10px;
  }
}
@media (max-width: 650px) {
  section.home_form > div {
    width: 80%;
    padding: 20px 20px 20px;
    margin: -75px auto 0;
  }
}
@media (max-width: 650px) and (max-width: 400px) {
  section.home_form > div {
    width: 90%;
  }
}
@media (max-width: 650px) {
  section.home_form > div .title {
    margin: 0 0 15px;
  }
  section.home_form > div .title h2 {
    max-width: none;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 100%;
    margin: 0 0 13px;
  }
  section.home_form > div .title > div {
    width: 100%;
  }
  section.home_form > div .title > div .passo {
    font-size: 20px;
  }
  section.home_form > div form#passo_1 .item {
    width: 100%;
  }
  section.home_form > div form#passo_1 button {
    width: 100%;
  }
  section.home_form > div form#passo_2 .checkbox {
    width: 100%;
  }
  section.home_form > div form#passo_2 .item {
    width: 100% !important;
  }
  section.home_form > div form#passo_2 .item_input {
    width: 100% !important;
  }
  section.home_form > div form#passo_2 button {
    width: 100% !important;
  }
  section.home_form > div form#passo_3 .item {
    width: 100%;
  }
  section.home_form > div form#passo_3 button {
    width: 100%;
  }
}
section.home_info > div {
  width: 1200px;
  margin: 0 auto;
  padding: 120px 0 35px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 600px;
}
section.home_info > div .left {
  width: 415px;
}
section.home_info > div .left h2 {
  font-family: opensans;
  font-weight: bold;
  font-size: 36px;
  line-height: 38px;
  color: #005066;
  text-transform: uppercase;
  margin: 0 0 15px;
}
section.home_info > div .left p {
  font-family: opensans;
  font-size: 18px;
  line-height: 20px;
  color: #464646;
  margin: 0 0 22px;
}
section.home_info > div .left .image {
  width: 100%;
  height: 100%;
  max-width: 415px;
  max-height: 255px;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}
section.home_info > div .right {
  width: 685px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.home_info > div .right .item {
  position: relative;
  width: 300px;
  padding: 0 0 0 80px;
  margin: 0 0 50px;
}
section.home_info > div .right .item .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-color: #005066;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}
section.home_info > div .right .item h3 {
  font-family: opensans;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  margin: 0 0 8px;
}
section.home_info > div .right .item p {
  font-family: opensans;
  font-size: 14px;
  line-height: 20px;
  color: #464646;
  margin: 0;
}
@media (max-width: 1250px) {
  section.home_info > div {
    width: 100%;
    padding: 120px 35px 35px;
  }
  section.home_info > div .right {
    width: 640px;
  }
}
@media (max-width: 1150px) {
  section.home_info > div {
    max-width: 900px;
  }
  section.home_info > div .right {
    width: 300px;
  }
  section.home_info > div .right .item {
    width: 100%;
  }
}
@media (max-width: 900px) {
  section.home_info > div {
    justify-content: center;
    padding: 90px 35px 35px;
  }
  section.home_info > div .left {
    margin: 0 0 60px;
  }
  section.home_info > div .left h2 {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
  }
  section.home_info > div .left p {
    text-align: center;
  }
  section.home_info > div .left .image {
    height: 255px;
  }
  section.home_info > div .right {
    width: 630px;
  }
  section.home_info > div .right .item {
    width: 300px;
  }
}
@media (max-width: 650px) {
  section.home_info > div {
    padding: 85px 0 10px;
    width: 310px;
  }
  section.home_info > div .left h2 {
    font-size: 22px;
    line-height: 24px;
  }
  section.home_info > div .left .image {
    height: 190px;
  }
}

section.planos_info {
  background: #005066;
}
section.planos_info > div {
  width: 1200px;
  margin: 0 auto;
}
section.planos_info > div .title {
  position: relative;
  padding: 68px 0 35px;
}
section.planos_info > div .title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: white;
  opacity: 0.32;
}
section.planos_info > div .title * {
  font-family: opensans;
  font-weight: normal;
  font-size: 26px;
  line-height: 28px;
  color: white;
  text-align: center;
  max-width: 835px;
  margin: 0 auto;
}
section.planos_info > div .title * b {
  font-weight: bold;
}
section.planos_info > div .dados {
  padding: 40px 0 60px;
}
@media (max-width: 576.9px) {
  section.planos_info > div .dados {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 577px) {
  section.planos_info > div .dados {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  section.planos_info > div .dados {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1201px) {
  section.planos_info > div .dados {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
section.planos_info > div .dados div.column {
  display: inline;
  width: auto;
}
@media (max-width: 1200.9px) {
  section.planos_info > div .dados div.column {
    display: block;
    padding-bottom: 20px;
  }
}
section.planos_info > div .dados div.column .item {
  width: 100%;
  display: inline;
}
@media (max-width: 1200.9px) {
  section.planos_info > div .dados div.column .item {
    display: block;
  }
}
section.planos_info > div .dados div.column .item h3 {
  font-family: opensans;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: white;
  margin: 0;
}
section.planos_info > div .dados div.column .item .fipe {
  display: flex;
  gap: 7px;
}
@media (max-width: 650px) {
  section.planos_info > div .dados div.column .item .fipe {
    flex-direction: column;
    gap: 0;
  }
}
section.planos_info > div .dados div.column .item p {
  font-family: opensans;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  color: white;
  margin: 0;
}
section.planos_info > div article.msg-padrao {
  padding-bottom: 40px;
}
section.planos_info > div article.msg-padrao span {
  display: block;
  font-family: opensans;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: white;
  text-align: center;
}
@media (min-width: 992px) {
  section.planos_info > div article.msg-padrao span {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1250px) {
  section.planos_info > div {
    width: 100%;
    padding: 0 35px;
  }
}
@media (max-width: 1000px) {
  section.planos_info > div .dados {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media (max-width: 650px) {
  section.planos_info > div {
    padding: 0 25px;
  }
  section.planos_info > div .title {
    padding: 15px 0;
  }
  section.planos_info > div .title * {
    font-size: 16px;
    line-height: 22px;
  }
  section.planos_info > div .dados {
    padding: 15px 0 0;
  }
}
section.planos_content {
  position: relative;
  padding: 0 0 120px;
}
section.planos_content > span {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 320px;
  background: #005066;
}
section.planos_content div.dots {
  width: 100%;
  padding: 0 50px;
  display: block;
}
section.planos_content div.dots ul li {
  width: auto;
  height: auto;
  margin: 0 7px;
}
section.planos_content div.dots ul li button {
  width: 45px;
  height: 8px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
section.planos_content div.dots ul li button:before {
  display: none;
}
section.planos_content div.dots ul li.slick-active button {
  background: white;
}
section.planos_content > div.carrossel-slick {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 1480px) {
  section.planos_content > div.carrossel-slick .slick-list {
    padding-right: 150px;
  }
}
@media (min-width: 1550px) {
  section.planos_content > div.carrossel-slick .slick-list {
    padding-right: 200px;
  }
}
@media (min-width: 1650px) {
  section.planos_content > div.carrossel-slick .slick-list {
    padding-right: 250px;
  }
}
@media (min-width: 1700px) {
  section.planos_content > div.carrossel-slick .slick-list {
    padding-right: 300px;
  }
}
@media (min-width: 1800px) {
  section.planos_content > div.carrossel-slick .slick-list {
    padding-right: 350px;
  }
}
@media (min-width: 2000px) {
  section.planos_content > div.carrossel-slick .slick-list {
    padding-right: 400px;
  }
}
@media (min-width: 2150px) {
  section.planos_content > div.carrossel-slick .slick-list {
    padding-right: 450px;
  }
}
@media (min-width: 2300px) {
  section.planos_content > div.carrossel-slick .slick-list {
    padding-right: 500px;
  }
}
section.planos_content > div.carrossel-slick .slick-track {
  min-width: 1800px !important;
  padding-left: calc((100vw - 1200px) / 2 - 15px);
}
section.planos_content > div.carrossel-slick div.contain-item-slick {
  width: 380px !important;
}
@media (max-width: 1000.9px) {
  section.planos_content > div.carrossel-slick div.contain-item-slick {
    width: 400px !important;
  }
}
@media (min-width: 1001px) {
  section.planos_content > div.carrossel-slick div.contain-item-slick {
    max-width: 380px !important;
  }
}
section.planos_content > div.carrossel-slick div.contain-item-slick.slick-slide {
  padding: 30px 15px 10px;
}
section.planos_content > div.carrossel-slick div.contain-item-slick .plano {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 15px 0px;
  border-radius: 20px;
  background: white;
  padding: 30px 40px 32px;
}
@media (min-width: 1000px) {
  section.planos_content > div.carrossel-slick div.contain-item-slick .plano {
    max-width: 350px !important;
  }
}
section.planos_content > div.carrossel-slick div.contain-item-slick .plano .plano_header {
  position: relative;
  border-bottom: 1px solid #D8D8D8;
  padding: 0 0 60px;
  margin: 0 0 23px;
  min-height: 215px;
}
section.planos_content > div.carrossel-slick div.contain-item-slick .plano .plano_header h2 {
  font-family: opensans;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  text-align: center;
  margin: 0 0 5px;
}
section.planos_content > div.carrossel-slick div.contain-item-slick .plano .plano_header h3 {
  font-family: opensans;
  font-weight: bold;
  font-size: 22px;
  line-height: 25px;
  color: #00A870;
  text-align: center;
  margin: 0 0 15px;
}
section.planos_content > div.carrossel-slick div.contain-item-slick .plano .plano_header .depreciacao {
  margin-bottom: 0;
  color: #ff0000;
  font-size: 20px;
  text-decoration: line-through;
}
section.planos_content > div.carrossel-slick div.contain-item-slick .plano .plano_header p {
  font-family: opensans;
  font-size: 14px;
  line-height: 16px;
  color: #787878;
  text-align: center;
  margin: 0;
}
section.planos_content > div.carrossel-slick div.contain-item-slick .plano .plano_header a {
  position: absolute;
  bottom: 21px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 33px;
  border-radius: 50px;
  background: #000000;
  font-family: opensans;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
}
section.planos_content > div.carrossel-slick div.contain-item-slick .plano .info {
  margin: 0 0 27px;
}
section.planos_content > div.carrossel-slick div.contain-item-slick .plano .info h4 {
  font-family: opensans;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #4D4D4D;
  margin: 0;
}
section.planos_content > div.carrossel-slick div.contain-item-slick .plano .info > div {
  position: relative;
  font-family: opensans;
  font-size: 14px;
  line-height: 16px;
  color: #4D4D4D;
  border-bottom: 1px solid #D8D8D8;
  padding: 12px 25px 10px 0;
}
section.planos_content > div.carrossel-slick div.contain-item-slick .plano .info > div:last-of-type {
  border-bottom: none;
}
section.planos_content > div.carrossel-slick div.contain-item-slick .plano .info > div:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
section.planos_content > div.carrossel-slick div.contain-item-slick .plano .info > div[active=true]:before {
  background-image: url(./../img/active.svg);
}
section.planos_content > div.carrossel-slick div.contain-item-slick .plano .info > div[active=false]:before {
  background-image: url(./../img/no_active.svg);
}
section.planos_content > div.carrossel-slick div.contain-item-slick .plano > a {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #000000;
  color: white;
  border-radius: 50px;
  font-family: opensans;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media (min-width: 1000px) {
  section.planos_content > div.carrossel-slick div.contain-item-slick .plano > a {
    font-size: 12px;
  }
}
@media (min-width: 1251px) {
  section.planos_content > div.carrossel-slick div.contain-item-slick .plano > a {
    font-size: 15px;
  }
}
@media (max-width: 1250.9px) {
  section.planos_content > div.carrossel-slick div.contain-item-slick.slick-slide {
    padding: 20px 10px 10px !important;
  }
  section.planos_content > div.carrossel-slick div.contain-item-slick .plano {
    width: 100%;
    padding: 30px 33px 32px;
  }
}
@media (max-width: 999.9px) {
  section.planos_content {
    padding: 0 0 85px;
  }
  section.planos_content > span {
    height: 680px;
  }
  section.planos_content > div.carrossel-slick {
    padding-top: 20px;
  }
  section.planos_content > div.carrossel-slick div.contain-item-slick.slick-slide {
    padding: 0 15px;
  }
  section.planos_content > div.carrossel-slick div.contain-item-slick .plano {
    width: 380px;
    padding: 30px 40px 32px;
    margin: 0 auto 35px;
  }
}
@media (max-width: 500.9px) {
  section.planos_content {
    padding: 0 0 25px;
  }
  section.planos_content > div.carrossel-slick {
    padding-top: 12px;
  }
  section.planos_content > div.carrossel-slick div.contain-item-slick.slick-slide {
    padding: 0 8px;
  }
  section.planos_content > div.carrossel-slick div.contain-item-slick .plano {
    width: 100%;
    max-width: 285px;
    padding: 30px 20px 32px;
    box-shadow: rgba(50, 50, 105, 0.3) 0px 2px 5px 0px, rgba(0, 0, 0, 0.08) 0px 1px 1px 0px;
  }
}

section.cadastro-realizado .title {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  background: #005066;
}
section.cadastro-realizado .title > div {
  max-width: 1200px;
  padding: 30px 35px 20px;
}
section.cadastro-realizado .title > div h1 {
  font-family: opensans;
  font-weight: normal;
  font-size: 26px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 0;
  text-align: center;
}
section.cadastro-realizado .message {
  padding: 83px 35px 160px;
}
section.cadastro-realizado .message svg {
  margin: 0 auto 37px;
  display: block;
}
section.cadastro-realizado .message > div {
  max-width: 590px;
  margin: 0 auto;
}
section.cadastro-realizado .message > div * {
  font-family: opensans;
  font-size: 18px;
  line-height: 22px;
  color: #464646;
  margin: 0;
  text-align: center;
}
@media (max-width: 650px) {
  section.cadastro-realizado .title > div {
    padding: 30px 25px 20px;
  }
  section.cadastro-realizado .title > div h1 {
    font-size: 20px;
    line-height: 24px;
  }
  section.cadastro-realizado .message {
    padding: 50px 25px 100px;
  }
  section.cadastro-realizado .message svg {
    margin: 0 auto 30px;
    height: auto;
    width: 100px;
  }
  section.cadastro-realizado .message > div * {
    font-size: 15px;
    line-height: 20px;
  }
}

@keyframes horizontal_animate {
  0% {
    transform: translateX(-20px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(-20px);
  }
}
@keyframes vertical_animate {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(-20px);
  }
}
body {
  overflow: scroll;
}

section.content_404 {
  padding: 100px 0 70px;
}
section.content_404 svg {
  width: 160px;
  height: auto;
  display: block;
  margin: 0 auto 5px;
}
section.content_404 svg * {
  fill: #000000;
}
section.content_404 p {
  font-size: 25px;
  font-weight: 300;
  color: #000000;
  text-align: center;
  margin: 0;
}
@media (max-width: 600px) {
  section.content_404 {
    padding: 50px 0;
  }
  section.content_404 svg {
    width: 120px;
  }
  section.content_404 p {
    font-size: 20px;
  }
}

/*# sourceMappingURL=principal.css.map */
