@import url("https://fonts.cdnfonts.com/css/gotham");
body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

* {
  transition: all 0.3s ease-out;
}

.header {
  background-image: url(../img/bg-topo.jpg);
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100vw;
  padding: 50px 0px 0px 0px;
}
.header .logo {
  padding: 0px;
}
.header .logo img {
  margin-bottom: 50px;
}
.header h1 {
  margin-bottom: 50px;
  padding: 0px;
  font-size: 38px;
  font-weight: bold;
  color: #0c448d;
  font-family: "Gotham Light", sans-serif;
}
.header h1 strong {
  font-family: "Gotham Black", sans-serif;
  font-size: 34px;
}
.header h1 wbr {
  display: block !important;
}
.header form {
  position: relative;
  z-index: 100;
  margin-top: 50px;
  padding: 30px;
  background-color: #103565;
  font-size: 24px;
  color: #fff;
}
.header form h2 {
  font-size: 30px;
}
.header form p {
  font-size: 18px;
}
.header form input,
.header form select {
  border-radius: 0px;
  margin-bottom: 15px;
  color: #12a3da;
  border: 1px solid #12a3da;
  background-color: transparent;
}
.header form input::-moz-placeholder, .header form select::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #12a3da;
  opacity: 1;
  /* Firefox */
}
.header form input::placeholder,
.header form select::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #12a3da;
  opacity: 1;
  /* Firefox */
}
.header form input:-ms-input-placeholder,
.header form select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #12a3da;
}
.header form input::-ms-input-placeholder,
.header form select::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #12a3da;
}
.header form input option,
.header form select option {
  margin: 40px;
  background: #093336;
  color: #fff;
  text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
  border-radius: 0px;
}
.header form .form-check {
  font-size: 13px;
  display: grid;
  grid-template-columns: 10px 1fr;
  align-items: center;
}
.header form .h-captcha {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.header form button {
  margin-top: 30px;
  border: 0px;
  width: 100%;
  background-color: #12a3da;
  text-align: center;
  padding: 20px 0px;
  color: #fff;
}
.header form button:hover {
  background-color: #103565;
}
.header .whats {
  margin-bottom: 50px;
}
.header .whats img {
  max-width: 100%;
  width: 80%;
}
.header .avisos {
  display: flex;
  align-items: start;
  justify-content: flex-end;
  padding-bottom: 30px;
  flex-direction: column;
  row-gap: 30px;
}
.header .avisos i {
  width: 30px;
  height: 30px;
  color: #12a3da;
  border: 1px solid #12a3da;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .avisos p {
  margin: 0px;
  margin-left: 10px;
  font-size: 12px;
  color: #000;
}
.header .avisos p strong {
  color: #0c448d;
}
.header .avisos .item {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 30px 1fr;
}

.cuidamos {
  background-image: url(../img/bg-azul.jpg);
  background-position: center center;
  background-size: cover;
  padding: 100px 0px;
}
.cuidamos h2 {
  text-align: center;
  font-size: 30px;
  color: #ffffff;
}
.cuidamos ul {
  margin: 50px 0px;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-direction: column;
  row-gap: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.cuidamos ul li {
  background-color: #ffffff;
  padding: 30px;
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  position: relative;
}
.cuidamos ul li h2 {
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  color: #0c448d;
  text-align: left;
}
.cuidamos ul li p {
  color: #000000;
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  line-height: 18px;
}

.planos ul {
  background-color: #17434d;
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: center;
  justify-content: space-around;
}
.planos ul li {
  height: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.planos ul li img {
  max-width: 100%;
}
.planos ul li:nth-child(odd) {
  background-color: #093336;
}

.porque {
  padding: 100px 0px;
}
.porque .titulo {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 50px;
}
.porque .titulo h2 {
  text-align: center;
  font-size: 30px;
  color: #0c448d;
  padding: 0px 30%;
  margin-bottom: 30px;
}
.porque .titulo p {
  padding: 0px 10%;
  color: #000000;
}
.porque .conteudo h2 {
  text-align: left;
  font-size: 16px;
  color: #000000;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
}
.porque .conteudo p {
  padding: 0px;
  color: #000000;
}
.porque .imagem {
  padding-top: 100px;
  text-align: center;
  margin-bottom: -100px;
}

.agende {
  padding-top: 150px;
  margin-top: -100px;
  text-align: right;
  background-image: url(../img/bg-azul.jpg);
  background-position: center center;
  background-size: cover;
}
.agende .titulo {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  margin-bottom: 50px;
  align-items: center;
}
.agende .titulo h2 {
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px;
}
.agende .titulo a {
  margin-top: 30px;
  border: 0px;
  background-color: #12a3da;
  text-align: center;
  padding: 10px 0px;
  color: #fff;
  text-decoration: none !important;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  padding: 20px 70px;
}
.agende .titulo a:hover {
  background-color: #0c448d;
}
.agende .whats {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -100px;
}
.agende .whats a {
  padding: 0;
  background-color: transparent;
}
.agende .whats a:hover {
  background-color: transparent;
}
.agende .whats img {
  max-width: 100%;
  width: 80%;
}

footer {
  background-color: #cfe1e5;
  padding: 100px 0px 0px 0px;
  color: #000;
}
footer img {
  opacity: 0.3;
  width: 180px;
}
footer p {
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.whatsapp {
  position: fixed;
  right: 30px;
  bottom: 30px;
}

@media (max-width: 990px) {
  .header {
    background-size: cover !important;
    padding: 30px 0px;
    height: 100%;
  }
  .header .whats {
    margin-bottom: 25px !important;
  }
  .header .whats img {
    width: 50% !important;
  }
  .header h1 {
    margin-bottom: 25px !important;
    font-size: 18px !important;
  }
  .header h1 strong {
    font-size: 26px;
  }
  .header .avisos {
    padding: 0px 0px 0px 0px;
    position: static;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 0px;
    margin-top: 30px;
    row-gap: 15px;
  }
  .header .avisos p {
    margin: 0px;
  }
  .header .avisos .item {
    text-align: left;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .header form h2 {
    font-size: 20px;
  }
  .header form p small {
    font-size: 12px;
  }
  .header form button {
    font-size: 20px;
  }
  .cuidamos {
    padding: 50px 0px;
  }
  .cuidamos h2 {
    font-size: 22px !important;
  }
  .cuidamos ul {
    padding: 0px;
    grid-template-columns: 1fr;
  }
  .cuidamos ul li {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .porque {
    padding: 50px 0px;
  }
  .porque .titulo h2 {
    padding: 0px;
  }
  .porque .titulo p {
    padding: 0px;
  }
  .porque .imagem {
    padding-top: 30px;
  }
  .agende {
    margin-top: 0px;
    padding-top: 100px;
  }
  .titulo h2 {
    font-size: 22px !important;
  }
  footer {
    text-align: center;
  }
  .header {
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/bg-topo-mobile.jpg);
  }
  .header .container .row .col-md-4 {
    align-items: unset;
    justify-content: unset;
  }
  .header .logo {
    padding: 0px;
    width: 200px;
  }
  .header .logo img {
    padding: 0px;
    width: 100%;
  }
  .header h1 {
    padding: 0px;
    width: 45%;
  }
}/*# sourceMappingURL=style.css.map */