@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  outline: 0;
}

header {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
header .nav {
  max-width: 1140px;
  width: 100%;
}
header .nav p {
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  color: #215b82;
  text-align: right;
  margin-right: 20px;
}
header .nav p strong {
  font-style: italic;
  font-weight: 900;
  font-size: 28px;
}
header .banner {
  background-image: url("../img/banner.jpg");
  background-repeat: no-repeat;
  height: 772px;
  width: 100%;
  background-position: center top;
}
header .form-tabela {
  position: absolute;
  top: 100px;
  right: 10px;
}
header .form-tabela .content-form {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  height: 517px;
  background-color: rgba(55, 107, 142, 0.9411764706);
  padding: 20px;
}
header .form-tabela .content-form h2 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  padding: 0;
  line-height: 1.3em;
}
header .form-tabela .content-form h2 strong {
  font-weight: bold;
}
header .form-tabela .content-form #formulario-table {
  display: flex;
  flex-direction: column;
}
header .form-tabela .content-form #formulario-table input {
  height: 60px;
  width: 100%;
  border: 0;
  margin: 10px 0;
  padding: 0 10px;
  box-sizing: border-box;
}
header .form-tabela .content-form #formulario-table ::-moz-placeholder {
  color: #555555;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  padding: 0 10px;
}
header .form-tabela .content-form #formulario-table ::placeholder {
  color: #555555;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  padding: 0 10px;
}
header .form-tabela .content-form #formulario-table select {
  height: 60px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 10px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #555555;
}
header .form-tabela .content-form #formulario-table .select-box {
  position: relative;
}
header .form-tabela .content-form #formulario-table .select-box .arrow {
  position: absolute;
  right: 20px;
  top: 28px;
}
header .form-tabela .content-form #formulario-table .btn-orange {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  background-color: #ff6c00;
  color: #fff;
  text-transform: uppercase;
}
header .form-tabela .content-form.obrigado {
  align-items: center;
  justify-content: center;
}
header .form-tabela .content-form.obrigado h2 {
  text-align: center;
}

.container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
.container .seguros {
  border-top: 4px solid #215b82;
}
.container .seguros .content-seguros {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: center;
}
.container .seguros .content-seguros .box-seguro {
  margin: 10px 20px;
}

.info .content-info {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  align-items: center;
}
.info .content-info .text {
  display: flex;
  order: 2;
  flex-direction: column;
  padding: 20px;
  max-width: 540px;
}
.info .content-info .text h2 {
  font-family: "Lato", sans-serif;
  color: #575756;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.4em;
}
.info .content-info .text p {
  font-family: "Lato", sans-serif;
  color: #575756;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4em;
  margin: 0;
}
.info .content-info .text a.btn-orange {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  background-color: #ff6c00;
  color: #fff;
  text-transform: uppercase;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin: 20px 0;
}
.info .content-info .img-medicos {
  display: flex;
  order: 1;
}
.info .content-info .img-medicos img {
  max-width: 100%;
}

.container-full {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.cta {
  background-image: url("../img/cta.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 510px;
}
.cta .content-cta {
  max-width: 1140px;
  width: 100%;
  padding-top: 40px;
  border-top: 4px solid #ff6c00;
  margin: 0 auto;
  min-height: 506px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.cta .content-cta h2 {
  text-align: center;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  margin: 0;
}
.cta .content-cta .box-precos {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cta .content-cta .box-precos .card-seguro {
  display: flex;
  flex-direction: column;
  max-width: 160px;
  width: 100%;
  margin-right: 20px;
  align-items: center;
  margin-bottom: 20px;
}
.cta .content-cta .box-precos .card-seguro:last-of-type {
  margin-right: 0;
}
.cta .content-cta .box-precos .card-seguro span {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-style: 16px;
}
.cta .content-cta .box-precos .card-seguro p {
  margin: 0;
  font-family: "Lato", sans-serif;
  color: #fff;
  font-style: 16px;
}
.cta .content-cta .box-precos .card-seguro p strong {
  font-size: 25px;
}

footer .container-footer {
  padding: 10px;
  box-sizing: border-box;
  max-width: 1140px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .container-footer .logo {
  max-width: 170px;
  margin: 20px 0;
}
footer .container-footer .canal-vendas {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
footer .container-footer .canal-vendas p {
  font-style: normal;
  font-weight: 500;
  margin: 0;
  color: #555555;
  font-family: "Lato", sans-serif;
  font-size: 18px;
}
footer .container-footer .canal-vendas p strong {
  font-weight: bold;
  font-style: italic;
}
footer .container-footer .localizacao {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
footer .container-footer .localizacao p {
  font-style: normal;
  font-weight: 500;
  margin: 0;
  color: #555555;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  text-align: center;
}
footer .container-footer .localizacao p strong {
  font-weight: bold;
  font-style: italic;
}
footer .direitos {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #555555;
}
footer .direitos p {
  color: #5b5b5f;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  margin: 20px 0;
}

@media (min-width: 992px) {
  .info .content-info {
    flex-direction: row;
    margin: 80px 0;
  }
  .info .content-info .text {
    order: 1;
  }
  .info .content-info .text .btn-orange {
    max-width: 220px;
  }
  footer .container-footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }
  footer .container-footer .canal-vendas {
    margin-left: 120px;
  }
  footer .container-footer .localizacao p {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .cta .content-cta .box-precos {
    margin: 60px 0;
  }
  header .form-tabela {
    display: flex;
    max-width: 1140px;
    width: 100%;
    right: unset;
    justify-content: flex-end;
  }
}
/* =============== Novo Layout ============== */
html {
  font-size: 87%;
}
@media (min-width: 1024px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Lato", sans-serif;
}

ul {
  list-style: none;
  padding-left: 0;
}

.header__pre {
  padding-block: 0.5rem;
  width: 100%;
  background: #282829;
  /* breakpoint 1024px */
}
@media (min-width: 1024px) {
  .header__pre {
    background: linear-gradient(300deg, #282829 60%, #f29a34 60%);
  }
}
.header__container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* breakpoint 1024px */
}
@media (min-width: 1024px) {
  .header__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.header__container .social {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  gap: 6px;
  margin: 0;
}
.header__container .social__item a {
  display: block;
  padding: 2px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #282829;
  background: #f29a34;
  border-radius: 4px;
}
.header__welcome {
  text-align: right;
}
.header__welcome strong, .header__welcome a {
  text-decoration: none;
  color: #f29a34;
}

.hero {
  border-bottom: 8px solid #f29a34;
}
.hero__container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: 16px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  /* breakpoint 1024px */
}
@media (min-width: 1024px) {
  .hero__container {
    flex-direction: row;
    align-items: center;
  }
}
.hero__logo {
  margin: 0 auto;
  padding-top: 1.75rem;
  order: 1;
  flex: 1 1 100%;
  /* breakpoint 1024px */
}
@media (min-width: 1024px) {
  .hero__logo {
    order: unset;
  }
}
.hero__logo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 180px;
}
.hero__image {
  flex: 1 1 50%;
}
.hero__image img {
  display: block;
  width: 100%;
  height: auto;
}
.hero__description h1 {
  font-size: 1.75rem;
  text-transform: uppercase;
  font-weight: 200;
  text-align: center;
  /* breakpoint 1024px */
}
@media (min-width: 1024px) {
  .hero__description h1 {
    font-size: 2.25rem;
  }
}
.hero__description h1 strong, .hero__description h1 a {
  text-decoration: none;
  font-weight: 800;
  color: orange;
}
.hero__description h1 a p {
  margin: 0;
  text-transform: none;
  font-size: 1rem;
  font-weight: normal;
  color: #282829;
}

.action {
  background: #fbfbfb;
  border-bottom: 8px solid #f29a34;
}
.action__container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: 16px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 24px;
  padding-top: 1.5rem;
  /* breakpoint 1024px */
}
@media (min-width: 1024px) {
  .action__container {
    flex-direction: row;
    gap: 72px;
  }
}
.action__form {
  flex: 1 1 25%;
  background: #282829;
  padding: 0.75rem;
  height: 100%;
  /* breakpoint 1024px */
}
@media (min-width: 1024px) {
  .action__form {
    align-self: center;
  }
}
.action__form h2 {
  font-weight: 200;
  text-align: center;
  color: #fbfbfb;
}
.action__form h2 strong {
  text-transform: uppercase;
  font-weight: 800;
  color: #f29a34;
}
.action__form form input,
.action__form form select {
  display: block;
  width: 100%;
  height: 36px;
  padding: 0.75rem;
  margin-bottom: 0.5rem;
  box-sizing: border-box;
  border: 0;
  -webkit-appearance: none;
  -appearance: none;
}
.action__form form input::-moz-placeholder, .action__form form select::-moz-placeholder {
  font-size: 0.95rem;
  color: #282829;
}
.action__form form input::placeholder,
.action__form form select::placeholder {
  font-size: 0.95rem;
  color: #282829;
}
.action__form form .select-box {
  position: relative;
}
.action__form form .select-box::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border: 1px solid #565656;
  border-left-color: transparent;
  border-top-color: transparent;
  overflow: hidden;
  position: absolute;
  top: 45%;
  right: 10px;
  z-index: 1;
  transform: translateY(-50%) rotate(45deg);
}
.action__form form input[type=submit] {
  width: auto;
  height: 36px;
  margin-left: auto;
  text-transform: uppercase;
  font-weight: bold;
  color: #fbfbfb;
  background: #f29a34;
  cursor: pointer;
}
.action__content {
  flex: 1 1 30%;
  font-size: 1rem;
  /* breakpoint 1024px */
}
@media (min-width: 1024px) {
  .action__content {
    align-self: center;
  }
}
.action__content h3 {
  text-transform: uppercase;
  font-weight: 800;
  color: #f29a34;
  margin-top: 3rem;
}
.action__image {
  flex: 1 1 30%;
  overflow: hidden;
}
.action__image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 350px;
  margin: 0 auto;
}

.plann {
  padding: 2rem 0;
  background: #282829;
}
.plann__container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: 16px;
  max-width: 1300px;
}
.plann__header {
  color: #fbfbfb;
  text-align: center;
}
.plann__header h2 {
  margin-bottom: 4rem;
}
.plann__content .plann__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  /* Desktop */
}
.plann__content .plann__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fbfbfb;
}
.plann__content .plann__item img {
  margin-bottom: 0.75rem;
}
.plann__content .plann__item p {
  margin: 0;
}
.plann__footer {
  padding-top: 3rem;
  text-align: center;
}
.plann__footer h2 {
  width: 100%;
  max-width: 250px;
  margin: 0 auto 24px;
  text-transform: uppercase;
  color: #f29a34;
  /* breakpoint 1024px */
}
@media (min-width: 1024px) {
  .plann__footer h2 {
    max-width: unset;
  }
}
.plann__footer h2 span, .plann__footer h2 a {
  color: #f29a34;
  text-decoration: none;
  font-size: 2rem;
}
.plann__footer small {
  color: #fbfbfb;
}

.footer {
  padding: 2rem 0;
}
.footer__container {
  display: flex;
  justify-content: center;
  background: linear-gradient(300deg, #f29a34 33%, #fff 30%, #fff 67%, #f29a34 43%);
  /* breakpoint 1024px */
}
@media (min-width: 1024px) {
  .footer__container {
    background: linear-gradient(300deg, #f29a34 43%, #fff 40%, #fff 57%, #f29a34 43%);
  }
}
.footer__logo img {
  width: 100px;
}
.footer .right {
  text-align: center;
  font-weight: 600;
  padding: 0.75rem;
  color: #999999;
}

.whatsapp {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 5% 5% 0;
}
.whatsapp img {
  display: block;
  width: 100%;
  max-width: 60px;
  height: auto;
  /* Desktop */
}
@media (min-width: 1024px) {
  .whatsapp img {
    max-width: 100px;
  }
}

/* Página de obrigado */
.thanks .hero__container {
  flex-direction: column;
}
.thanks .hero__logo {
  order: unset;
  padding: 4rem 0 0;
}
.thanks .hero__image {
  order: 3;
}
.thanks .hero__image img {
  max-height: 300px;
}
.thanks .hero__description {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 4rem;
}
.thanks .hero__description h1 {
  max-width: 760px;
}
.thanks .hero__description .back {
  padding: 0.75rem 2rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  background: orange;
  color: #fff;
}
.thanks .action, .thanks .plann {
  display: none;
}/*# sourceMappingURL=style.css.map */