@font-face {
  font-family: "averta-lightuploaded_file";
  src: url("./fonts/averta_light-webfont.woff2") format("woff2"), url("./fonts/averta_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "averta-bolduploaded_file";
  src: url("./fonts/averta_bold-webfont.woff2") format("woff2"), url("./fonts/averta_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "averta-regular";
  src: url("./fonts/averta-webfont.woff2") format("woff2"), url("./fonts/averta-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroyextrabold";
  src: url("./fonts/gilroy-extrabold-webfont.woff2") format("woff2"), url("./fonts/gilroy-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "./fonts/gilroylight";
  src: url("gilroy-light-webfont.woff2") format("woff2"), url("./fonts/gilroy-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  color: #666;
  padding: 0px;
  margin: 0px;
  font-family: "averta-regular";
  font-size: 15px;
  overflow-x: hidden;
}

#whats a {
  display: block;
  width: 140px;
  height: 43px;
  background-image: url("./assets/whats.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 57px;
  left: 20px;
  color: #fff;
  font-family: "gilroyextrabold";
  padding-left: 30px;
  text-indent: -9999px;
  z-index: 9999;
}

#salas .wrap .left .whats-salas {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
#salas .wrap .left .whats-salas a {
  display: block;
  width: 140px;
  height: 43px;
  background-image: url("./assets/whats.png");
  background-size: cover;
  bottom: 57px;
  left: 20px;
  color: #fff;
  font-family: "gilroyextrabold";
  padding-left: 30px;
  text-indent: -9999px;
  z-index: 9999;
}

#comovoce .inner-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-family: "gilroyextrabold";
  padding: 35px 0px;
  max-width: 1170px;
}
#comovoce .inner-section .wrap {
  max-width: 340px;
  background-image: url("./assets/comovoce/setas.png");
  background-repeat: no-repeat;
  margin: 40% 20px 0px 20px;
  padding-left: 60px;
  background-position: 0px 12px;
}
#comovoce .inner-section .whats-como {
  margin-top: 35px;
  padding-top: 5px;
  display: flex;
  align-items: center;
}
#comovoce .inner-section .whats-como a {
  background-color: #4ae6c1;
  white-space: wrap;
  font-size: 20px;
  color: #006dbf;
  text-decoration: none;
  padding: 5px 5px 5px 5px;
  border-radius: 5px;
  margin: -35px 0px 10px 0px;
}
#comovoce .inner-section img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#comovoce .inner-section .wrapper-img {
  display: flex;
  flex-wrap: nowrap;
}
#comovoce .inner-section .wrapper-img .left {
  flex-basis: 58%;
  background-image: url("./assets/comovoce/left.png");
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#comovoce .inner-section .wrapper-img .left .texto3 {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 85px;
}
#comovoce .inner-section .wrapper-img .right {
  flex-basis: 38%;
}

@media (max-width: 1024px) {
  #comovoce .inner-section .whats-como a {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media (max-width: 800px) {
  #comovoce .inner-section .wrapper-img {
    flex-wrap: wrap;
  }
}
@media (max-width: 800px) {
  #comovoce .inner-section .wrapper-img .left {
    flex-basis: 100%;
  }
}
@media (max-width: 800px) {
  #comovoce .inner-section .wrapper-img .left .texto3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 85px;
  }
}
@media (max-width: 800px) {
  #comovoce .inner-section .wrapper-img .right {
    flex-basis: 100%;
  }
}
#home .whats-home {
  margin-top: 35px;
  padding-top: 5px;
  display: flex;
  align-items: center;
}
#home .whats-home img {
  height: 70px;
  width: 70px;
  max-width: 70px;
  margin-bottom: 50px;
}
#home .whats-home a {
  background-color: #4ae6c1;
  white-space: wrap;
  font-size: 30px;
  font-family: "gilroyextrabold";
  color: #006dbf;
  text-decoration: none;
  padding: 5px 5px 5px 5px;
  border-radius: 5px;
  margin: -35px 0px 10px 0px;
}

@media (max-width: 767px) {
  #home .whats-home a {
    font-size: 15px !important;
    max-width: 117px;
  }
}
@media (max-width: 767px) {
  #whats a {
    background-image: url("./assets/whats-m.png");
    background-size: contain;
    width: 45px;
    padding-left: 0px;
  }
}
.inner-section {
  width: calc(100% - 40px);
  max-width: 1600px;
  margin: auto;
  padding: 20px;
}

header {
  width: 100%;
  height: 60px;
  background-color: #2267a0;
  opacity: 0.9;
}
header .inner-section {
  padding: 0px 20px;
}

#header {
  padding-top: 7px;
  position: relative;
}

.is-sticky {
  z-index: 999999;
  position: relative;
  width: 100%;
}
.is-sticky header {
  position: fixed;
  background-color: #2267a0;
  opacity: 0.9;
  padding-top: 0px;
}

.sticky-wrapper {
  z-index: 99999;
  position: absolute;
  width: 100%;
}
.sticky-wrapper .inner-section {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.sticky-wrapper .logo {
  z-index: 1;
}
.sticky-wrapper .logo img {
  max-width: 190px;
  height: auto;
}
.sticky-wrapper .nav {
  text-align: right;
  height: 70px;
  line-height: 70px;
  font-size: 13px;
  width: 100%;
}
.sticky-wrapper .nav a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .sticky-wrapper .nav {
    flex-basis: 100%;
    position: absolute;
  }
}
.menu {
  margin: 0 30px 0 0;
}
.menu a {
  clear: right;
  text-decoration: none;
  color: gray;
  margin: 0 6px;
  line-height: 70px;
  font-family: "gilroyextrabold";
}

@media (max-widt: 767px) {
  h2 {
    font-size: 36px;
  }
}
label {
  margin: 0 40px 0 0;
  font-size: 26px;
  line-height: 70px;
  display: none;
  width: 26px;
  float: right;
}

#toggle {
  display: none;
}

@media only screen and (max-width: 1024px) {
  label {
    display: block;
    cursor: pointer;
    color: #fff;
  }
  .menu {
    text-align: center;
    width: 90%;
    display: none;
    background: #1d679f;
    font-family: "gilroyextrabold";
  }
  .menu a {
    display: block;
    border-bottom: 1px solid #eaeaeb;
    margin: 0;
    font-size: 30px;
  }
  #toggle:checked + .menu {
    display: block;
  }
}
main {
  width: 100%;
}

#home {
  background-image: url("./assets/topo/bg.png");
  background-size: cover;
  height: 100vh;
  background-position: center;
  color: #fff;
}
#home .inner-section {
  display: flex;
  align-items: flex-end;
  height: 100%;
  justify-content: end;
}
#home .inner-section .wrap {
  flex-basis: 60%;
  margin-bottom: 160px;
}
#home .texto {
  font-size: 88px;
  font-family: "gilroyextrabold";
}
#home .texto2 {
  font-size: 40px;
  font-family: "averta-lightuploaded_file";
  margin-bottom: 110px;
}
#home .texto3 {
  font-size: 33px;
  line-height: 33px;
  font-family: "averta-lightuploaded_file";
}

@media (max-width: 767px) {
  #home .inner-section {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  #home .inner-section .wrap {
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  #home .texto {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #home .texto2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #home .texto3 {
    font-size: 22px;
  }
}
span {
  color: #4ae6c1;
}

#salas {
  width: 100%;
  color: #fff;
  background-image: url("./assets/salas/bg.png");
  background-size: cover;
  background-position: center;
  padding-bottom: 70px;
}
#salas .wrap {
  display: flex;
  max-width: 1200px;
  margin: auto;
  padding-top: 50px;
  position: relative;
  flex-wrap: wrap;
}
#salas .wrap img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#salas .wrap .title {
  flex-basis: 100%;
  font-family: "averta-lightuploaded_file";
  background-image: url(./assets/materiais/seta.png);
  background-repeat: no-repeat;
  background-position: 15px 17px;
  font-size: 32px;
  padding: 10px 10px 10px 51px;
  background-color: #006dbf;
  max-width: 480px;
  margin-bottom: 30px;
}
#salas .wrap .subtitle {
  flex-basis: 100%;
  font-family: "gilroyextrabold";
  font-size: 32px;
  color: #006dbf;
}
#salas .wrap .text {
  flex-basis: 100%;
}
#salas .wrap .text p {
  color: #5b5a5a;
  max-width: 480px;
  margin-bottom: 40px;
}
#salas .wrap .left {
  flex-basis: 40%;
  margin-left: 5%;
  z-index: 1;
}
#salas .wrap .right {
  flex-basis: calc(50% + 40px);
  margin-right: 5%;
  align-items: flex-end;
  z-index: 0;
  margin-left: -40px;
  display: flex;
}
#salas .wrap .right .azul {
  background-color: #006dbf;
  color: #fff;
  background-image: url(./assets/salas/azul-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding: 180px 70px 35px 70px;
  max-width: 640px;
}

@media (max-width: 767px) {
  #salas .wrap .left {
    flex-basis: 100%;
    margin-left: 0%;
  }
}
@media (max-width: 767px) {
  #salas .wrap .right {
    flex-basis: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  #salas .wrap .right .azul {
    max-width: 100%;
  }
}
#jornadadopaciente {
  width: 100%;
  background: #dbf6fe;
}
#jornadadopaciente .inner-section {
  text-align: center;
}
#jornadadopaciente img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
#jornadadopaciente h2 {
  font-size: 50px;
  font-family: "gilroyextrabold";
  color: #006dbf;
}

@media (max-widt: 767px) {
  #jornadadopaciente h2 {
    font-size: 36px;
  }
}
.sofa .inner-section .sofa {
  max-width: 100%;
  height: auto;
  margin-top: -120px;
  padding-bottom: 40px;
}

#comunica {
  background-image: url("./assets/quatro/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 800px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 80px;
}
#comunica h2 {
  font-size: 65px;
  line-height: 65px;
  font-family: "gilroyextrabold";
  color: #fff;
  max-width: 1580px;
  margin: 0px auto;
  padding: 0px 20px;
  max-width: 1170px;
}

@media (max-widt: 767px) {
  #comunica h2 {
    font-size: 36px;
  }
}
#vantagens {
  background-image: url("./assets/cinco/bg.png");
  background-size: cover;
  background-position: center;
}
#vantagens h2 {
  font-size: 50px;
  color: #006dbf;
  font-family: "gilroyextrabold";
  text-align: center;
  background: #4ae6c1;
  padding: 25px 0px;
}
#vantagens .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 980px;
  margin: auto;
  align-items: center;
}
#vantagens .wrap .box {
  flex-basis: 100%;
  padding: 30px;
  margin: 10px;
  color: #fff;
  font-family: "gilroyextrabold";
  text-align: center;
  padding: 77px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-family: "averta-bolduploaded_file";
  background-size: cover;
  border-radius: 15px;
}
#vantagens .wrap .box.impar {
  background-image: url("./assets/porque/impar.png");
  background-position: center;
  background-repeat: no-repeat;
}
#vantagens .wrap .box.par {
  background-image: url("./assets/porque/par.png");
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-widt: 767px) {
  #vantagens h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  #vantagens .wrap .box {
    padding: 30px 15px;
    font-size: 14px;
    margin: 5px 0px;
  }
}
#materiais {
  margin-top: 70px;
  padding-bottom: 70px;
}
#materiais img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#materiais .wrapper {
  margin: auto;
  display: flex;
  max-width: 1100px;
  justify-content: space-between;
}
#materiais .wrapper .left {
  flex-basis: 60%;
  max-width: 550px;
}
#materiais .wrapper .left .text {
  background-color: #4ae6c1;
  color: #006dbf;
  font-family: "gilroyextrabold";
  font-size: 42px;
  padding: 30px 40px;
}
#materiais .wrapper .left ul {
  margin-left: -43px;
  margin-top: 40px;
}
#materiais .wrapper .left ul li {
  background-image: url("./assets/materiais/seta.png");
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 35px;
  font-size: 22px;
  line-height: 27px;
  list-style: none;
  margin: 13px 0px;
}
#materiais .wrapper .right {
  height: 100%;
  flex-basis: 35%;
}
#materiais .wrapper .right img {
  box-shadow: -20px -20px #4ae6c1;
  margin-top: 20px;
}

@media (max-width: 767px) {
  #materiais .wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #materiais .wrapper .left {
    flex-basis: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #materiais .wrapper .right {
    flex-basis: 100%;
    justify-content: center;
    display: flex;
  }
}
#instalacao {
  background: #006dbf;
  color: #fff;
}
#instalacao h2 {
  color: #fff;
  font-size: 50px;
  font-family: "gilroyextrabold";
  max-width: 750px;
}
#instalacao .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#instalacao .box-instalar {
  margin: 20px;
  flex-basis: 30%;
  background-position: top center;
  background-repeat: no-repeat;
}
#instalacao .box-instalar:first-child {
  background-image: url("./assets/instalar/01.png");
}
#instalacao .box-instalar:nth-child(2) {
  background-image: url("./assets/instalar/02.png");
}
#instalacao .box-instalar:nth-child(3) {
  background-image: url("./assets/instalar/03.png");
}
#instalacao .box-instalar .tv {
  background-size: cover;
  height: 330px;
  width: 320px;
  font-family: "gilroyextrabold";
  line-height: 23px;
  color: #003960;
  font-size: 23px;
  margin-bottom: 50px;
  margin: auto;
}
#instalacao .box-instalar .tv p {
  padding-top: 170px;
  max-width: 200px;
  margin: auto;
  text-align: center;
}
#instalacao .box-instalar .text {
  background: #0677cc;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 20px;
  height: 105px;
  align-items: center;
  display: flex;
}

@media (max-widt: 767px) {
  #instalacao h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  #instalacao .box-instalar {
    flex-basis: 100%;
    text-align: center;
    justify-content: center;
  }
}
#somos {
  width: 100%;
  background-image: url("./assets/somos/bg.png");
  background-repeat: repeat-x;
  height: 667px;
  padding-bottom: 70px;
}
#somos .wrapper {
  max-width: 1050px;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#somos .wrapper .left {
  flex-basis: 50%;
  background-image: url("./assets/somos/doc.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  width: 560px;
  height: 667px;
}
#somos .wrapper .right {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #006dbf;
  justify-content: center;
}
#somos .wrapper .right .wrap {
  max-width: 375px;
}
#somos .wrapper .right h2 {
  font-size: 50px;
  font-family: "gilroyextrabold";
  flex-basis: 100%;
  color: #006dbf;
  margin-bottom: 20px;
  line-height: 50px;
  margin-top: -20px;
}
#somos .wrapper .right p {
  font-family: "./fonts/gilroylight";
  font-size: 36px;
  margin: 0px;
  flex-basis: 100%;
  line-height: 35px;
}

@media (max-width: 767px) {
  #somos {
    height: auto;
    background-color: #4ae6c1;
  }
}
@media (max-width: 767px) {
  #somos .wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  #somos .wrapper .left {
    flex-basis: 100%;
    width: 400px;
    height: 405px;
  }
}
@media (max-width: 767px) {
  #somos .wrapper .right {
    flex-basis: 100%;
  }
}
@media (max-widt: 767px) {
  #somos .wrapper .right h2 {
    font-size: 36px;
  }
}
footer {
  background-image: url(./assets/bg-footer.png);
  height: 165px;
  background: #fff;
  color: #4f4f4f;
}
footer .inner-section {
  width: calc(100% - 40px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 125px;
  flex-wrap: wrap;
}
footer .left {
  flex-basis: 50%;
}
footer .right {
  font-size: 10px;
  flex-basis: 50%;
  text-align: right;
}
footer .terms {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
}
footer .terms a {
  font-size: 11px;
  color: #000;
  margin: 0px 2px;
}

@media (max-width: 767px) {
  footer .inner-section {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer .left {
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  footer .right {
    flex-basis: 100%;
    text-align: center;
  }
}
#banner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 850px;
  position: relative;
}
#banner .back {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
}
#banner .back .gradi {
  background-image: url("./assets/gradi-banner.png");
  width: 100%;
  height: 100%;
  background-position: bottom center;
  background-repeat: repeat-x;
  z-index: 3;
  top: 0px;
  left: 0px;
  position: absolute;
}
#banner .back video {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 2;
  top: 0px;
  left: 0px;
  position: absolute;
}
#banner .img-banner {
  max-height: 680px;
  max-width: 680px;
  z-index: 4;
  display: flex;
  align-items: center;
}
#banner .img-banner img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 570px;
}

@media (max-width: 767px) {
  #banner {
    height: 600px;
  }
}
#bottom-banner {
  width: 100%;
  color: #fff;
  background: #8ac640;
}

#challenges {
  width: 100%;
  background: linear-gradient(to bottom, #8ac640 0%, #aea436 100%);
}
#challenges .inner-section {
  opacity: 0;
  transition: 1s;
  padding-top: 200px;
}

#benefits {
  background: linear-gradient(to bottom, #aea436 0%, #e86e25 100%);
  width: 100%;
}
#benefits .text1, #benefits .text2, #benefits .text3, #benefits .text4, #benefits .text5 {
  display: none;
}
#benefits .show {
  display: block;
}
#benefits .wrapper-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#benefits .wrapper-benefits .box {
  flex-basis: 25%;
  margin: 1%;
  border-radius: 24px;
  margin-bottom: 30px;
  min-height: 260px;
  color: #fff;
  padding: 25px;
  font-size: 22px;
  display: flex;
  align-items: center;
  text-align: center;
}

@media (max-width: 767px) {
  #benefits .wrapper-benefits .box {
    flex-basis: 96%;
  }
}
#howitworks {
  background: linear-gradient(to bottom, #e86e25 0%, #fa942e 100%);
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
#howitworks h1 {
  font-size: 70px;
  line-height: 65px;
  margin-top: 0px;
}
#howitworks .wrapper {
  display: flex;
  flex-wrap: nowrap;
}
#howitworks .wrapper .left, #howitworks .wrapper .right {
  flex-basis: 50%;
}
#howitworks .wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#howitworks .wrapper .box-time {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  border-left: solid 4px #fff;
  padding-top: 35px;
}
#howitworks .wrapper .box-time:first-child {
  padding-top: 0px;
}
#howitworks .wrapper .box-time:first-child .title {
  margin-top: -28px;
}
#howitworks .wrapper .box-time .line {
  position: absolute;
  border-left: solid 4px #f78f2c;
  margin-left: -4px;
  display: block;
  width: 5px;
  height: 310px;
  margin-top: 15px;
}

@media (max-width: 767px) {
  #howitworks .wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  #howitworks .wrapper .left {
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  #howitworks .wrapper .right {
    flex-basis: 100%;
  }
}
#image-leaf {
  position: relative;
  padding-bottom: 20px;
}
#image-leaf h2 {
  color: #fff;
  font-size: 50px;
}
#image-leaf video {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: -5;
}

@media (max-width: 767px) {
  #image-leaf h2 {
    font-size: 36px;
  }
}
#somos h2 {
  color: #5a6473;
  font-size: 50px;
}
#somos h1 {
  color: #85ad52;
  font-size: 55px;
  text-transform: uppercase;
  text-align: center;
}
#somos form {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#somos form .group1 {
  flex-basis: 49%;
  margin: 0px 1% 0px 0px;
}
#somos form .group2 {
  flex-basis: 49%;
  margin: 0px 0px 0px 1%;
}
#somos form .group3 {
  flex-basis: 100%;
  margin-top: 40px;
}

@media (max-widt: 767px) {
  #somos h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  #somos h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  #somos form .group1 {
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  #somos form .group2 {
    flex-basis: 100%;
  }
}
#solucao {
  color: #0064a6;
  width: 100%;
  background-color: #fff;
  padding-bottom: 70px;
}
#solucao p.text {
  font-size: 22px;
  color: #0064a6;
  margin: auto;
  max-width: 900px;
  margin-bottom: 140px;
}
#solucao h2 {
  color: #0064a6;
  font-size: 50px;
  font-family: "gilroyextrabold";
  text-align: center;
  margin-bottom: 50px;
}
#solucao .wrap {
  max-width: 1050px;
  margin: auto;
}
#solucao .boxes {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
}
#solucao .boxes .box {
  flex-basis: calc(50% - 40px);
  margin: 10px;
  height: 150px;
  border-radius: 20px;
  position: relative;
  max-width: 480px;
  width: 100%;
}
#solucao .boxes .box:first-child .um {
  background-image: url("./assets/solucao/01.png");
}
#solucao .boxes .box:nth-child(2) .um {
  background-image: url("./assets/solucao/03.png");
}
#solucao .boxes .box:nth-child(3) .um {
  background-image: url("./assets/solucao/02.png");
}
#solucao .boxes .box:nth-child(4) .um {
  background-image: url("./assets/solucao/06.png");
}
#solucao .boxes .box:nth-child(5) .um {
  background-image: url("./assets/solucao/05.png");
}
#solucao .boxes .box:nth-child(6) .um {
  background-image: url("./assets/solucao/04.png");
}
#solucao .boxes .box .content {
  background-color: #3b88bb;
  position: relative;
  z-index: 20;
  margin-left: 125px;
  border-radius: 20px;
  height: 110px;
  color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#solucao .boxes .box .content .group .title {
  flex-basis: 100%;
  font-family: "averta-bolduploaded_file";
}
#solucao .boxes .box .content .group .text {
  flex-basis: 100%;
  line-height: 16px;
}
#solucao .boxes .box .um {
  position: absolute;
  top: 0px;
  z-index: 3;
  content: "";
  display: block;
  width: 100px;
  background-color: #4ae6c1;
  height: 150px;
  border-radius: 12px;
  width: 200px;
  background-repeat: no-repeat;
  background-position: 21px 35px;
}

@media (max-width: 767px) {
  #solucao {
    padding-top: 70px;
  }
}
@media (max-widt: 767px) {
  #solucao h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  #solucao .boxes .box {
    flex-basis: 100%;
  }
}
#pacotes {
  background-color: #006dbf;
}
#pacotes h2 {
  font-size: 50px;
  color: #fff;
  font-family: "gilroyextrabold";
  text-align: center;
  margin-bottom: 25px;
}
#pacotes .apartir {
  background: #42a5f5;
  color: #fff;
  font-size: 30px;
  margin: auto;
  max-width: 451px;
  padding: 5px 10px;
  text-align: center;
}
#pacotes .planos {
  display: flex;
  justify-content: space-around;
  max-width: 1170px;
  margin: auto;
  margin-top: 50px;
  flex-wrap: wrap;
}
#pacotes .planos .wrap {
  margin: 35px 14px;
  background: #fff;
  max-width: 220px;
  padding: 70px 70px 30px 70px;
  border-radius: 15px;
}
#pacotes .planos .wrap .saiba {
  background: #42a5f5;
  border-radius: 10px;
}
#pacotes .planos .wrap .saiba a {
  padding: 20px;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 20px;
  text-decoration: none;
}
#pacotes .planos .wrap ul {
  margin-left: -45px;
}
#pacotes .planos .wrap ul li {
  padding-left: 25px;
  margin: 5px;
  list-style: none;
  background-image: url(./assets/pacotes/check.png);
  background-repeat: no-repeat;
  background-position: left top;
  color: #9ea1a3;
  line-height: 25px;
}
#pacotes .planos .wrap .box {
  position: relative;
}
#pacotes .planos .wrap .box.bronze {
  position: relative;
}
#pacotes .planos .wrap .box.bronze .selo {
  display: block;
  width: 75px;
  height: 98px;
  background-image: url(./assets/pacotes/bronze.png);
  position: absolute;
  top: -90px;
  right: -88px;
}
#pacotes .planos .wrap .box.prata {
  position: relative;
}
#pacotes .planos .wrap .box.prata .selo {
  display: block;
  width: 75px;
  height: 98px;
  background-image: url(./assets/pacotes/prata.png);
  position: absolute;
  top: -90px;
  right: -88px;
}
#pacotes .planos .wrap .box.ouro {
  position: relative;
}
#pacotes .planos .wrap .box.ouro .selo {
  display: block;
  width: 75px;
  height: 98px;
  background-image: url(./assets/pacotes/ouro.png);
  position: absolute;
  top: -90px;
  right: -88px;
}
#pacotes .planos .wrap .plano {
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
}
#pacotes .planos .wrap .pontos {
  font-size: 19px;
  text-align: center;
  font-family: "averta-lightuploaded_file";
}
#pacotes .planos .wrap .valor {
  font-family: "averta-lightuploaded_file";
  color: #8184e6;
  font-size: 45px;
  position: relative;
  margin-bottom: 15px;
}
#pacotes .planos .wrap .valor span {
  position: absolute;
  right: 22px;
  bottom: -6px;
  color: #202020;
  z-index: 2;
  font-size: 14px;
}

@media (max-widt: 767px) {
  #pacotes h2 {
    font-size: 36px;
  }
}
footer {
  background-image: url(./assets/bg-footer.png);
  height: 165px;
  background: #fff;
  text-align: center;
  padding-bottom: 85px;
  font-size: 19px;
}
footer .inner-section {
  width: calc(100% - 40px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 125px;
  flex-wrap: wrap;
  padding: 35px 20px;
  max-width: 1170px;
}
footer .endereco {
  padding-top: 115px;
  flex-basis: 33%;
  background-image: url("./assets/rodape/endereco.png");
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}
footer .telefone {
  padding-top: 115px;
  color: #000;
  background-image: url("./assets/rodape/fone.png");
  background-position: top center;
  background-repeat: no-repeat;
  flex-basis: 33%;
  padding-bottom: 30px;
}
footer .email {
  padding-top: 115px;
  background-position: top center;
  background-image: url("./assets/rodape/mail.png");
  background-repeat: no-repeat;
  flex-basis: 33%;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
footer .email a {
  font-size: 11px;
  color: #000;
  margin: 0px 2px;
  text-decoration: none;
}

@media (max-width: 767px) {
  footer .inner-section {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer .endereco {
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  footer .telefone {
    flex-basis: 100%;
    text-align: center;
  }
}
#dizem {
  color: #0064a6;
  background: #006dbf;
  width: 100%;
  padding-bottom: 70px;
}
#dizem img {
  width: 100px;
  padding: 20px;
  height: auto;
}
#dizem p.text {
  font-size: 22px;
  color: #0064a6;
  margin: auto;
  max-width: 900px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  background: f3f4f4;
}
#dizem h2 {
  color: #0064a6;
  font-size: 50px;
  font-family: "gilroyextrabold";
  text-align: center;
  margin-bottom: 50px;
  background: #4ae6c1;
}
#dizem .wrap {
  max-width: 1020px;
  margin: auto;
}
#dizem .boxes {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
}
#dizem .boxes .box {
  border: solid 2px #4ae6c1;
  flex-basis: 100%;
  margin: 10px;
  border-radius: 20px;
  position: relative;
  width: 100%;
  max-width: 600px;
  display: flex;
  background: #207fc7;
  align-items: center;
}
#dizem .boxes .box .content {
  position: relative;
  border-radius: 20px;
  color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#dizem .boxes .box .content .group .title {
  flex-basis: 100%;
}
#dizem .boxes .box .content .group .text {
  flex-basis: 100%;
  line-height: 16px;
  margin-top: 10px;
}
#dizem .boxes .box .um {
  display: block;
  width: 150px;
  border-radius: 12px;
  width: 200px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

@media (max-width: 1024px) {
  #dizem {
    padding-top: 70px;
  }
}
@media (max-width: 1024px) {
  #dizem img {
    width: 60px;
  }
}
@media (max-widt: 767px) {
  #dizem h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  #dizem .boxes .box {
    flex-basis: 100%;
  }
}/*# sourceMappingURL=style5.css.map */