/* Config */
html, body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: auto;
  height: auto;
  background: #fff;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

html {
  overflow-x: hidden !important;
  width: 100vw;
}

body {
  overflow-x: hidden !important;
  width: 100vw;
}

html {
  background: #fff;
}

* {
  outline: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 0;
  border: none;
}

div, *, a, ul, li, p, h1, h2, h3, h4, h5, h6, div:focus, *:focus, a:focus {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 0;
  border: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

button, a, input {
  -webkit-appearance: none;
}

::-webkit-scrollbar {
  width: 4px;
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #253062;
  border-radius: 125px;
}

/* /Config */
/* Fonts */
@font-face {
  font-family: "mont-regular";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mont-bold";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* /Fonts */
/* Variables */
/* /Variables */
/* Mixins */
/* /Mixins */
/* Style */
div.popup {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  opacity: 0;
  pointer-events: none;
  z-index: 9999999;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
div.popup div.close {
  position: absolute;
  z-index: 99999999;
  right: calc(50vw - 170px);
  top: calc(50vh - 100px);
  cursor: pointer;
}
div.popup div.close span {
  width: 15px;
  height: 3px;
  background: #ccc;
  display: block;
  border-radius: 10px;
}
div.popup div.close span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
div.popup div.close span:last-child {
  -webkit-transform: rotate(-45deg) translate(2px, -2px);
          transform: rotate(-45deg) translate(2px, -2px);
}
div.popup form {
  width: 362px;
  display: block;
  background: #fff;
  -webkit-box-shadow: 7px 7px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 7px 7px 12px rgba(0, 0, 0, 0.05);
  padding: 30px;
  min-height: 236px;
  z-index: 9999999;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  border-radius: 10px;
  position: relative;
}
div.popup form #form-erro, div.popup form #form-send {
  margin-top: 50px;
  font-family: "mont-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #253062;
  text-align: center;
}
@media screen and (min-width: 760px) {
  div.popup form #form-erro, div.popup form #form-send {
    font-size: 16px;
  }
}
div.popup form #form-erro b.green, div.popup form #form-send b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
div.popup form #form-erro b.pink, div.popup form #form-send b.pink {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
div.popup form #form-erro b.blue, div.popup form #form-send b.blue {
  font-family: "mont-bold";
  font-weight: normal;
}
div.popup form #form-erro span, div.popup form #form-send span {
  font-family: "mont-bold";
  color: #e83c6a;
}
div.popup form #form-erro a, div.popup form #form-send a {
  display: inline;
  background: none;
  text-transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "mont-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #253062;
  text-align: center;
  font-family: "mont-bold";
  color: #e83c6a;
}
@media screen and (min-width: 760px) {
  div.popup form #form-erro a, div.popup form #form-send a {
    font-size: 16px;
  }
}
div.popup form #form-erro a b.green, div.popup form #form-send a b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
div.popup form #form-erro a b.pink, div.popup form #form-send a b.pink {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
div.popup form #form-erro a b.blue, div.popup form #form-send a b.blue {
  font-family: "mont-bold";
  font-weight: normal;
}
div.popup form input, div.popup form textarea {
  -webkit-appearance: none;
  display: block;
  width: 302px;
  border: none;
  border: 2px solid #A9ADB2;
  font-family: "mont-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #A9ADB2;
  text-align: left;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  border-radius: 10px;
  padding: 0 20px;
}
@media screen and (min-width: 760px) {
  div.popup form input, div.popup form textarea {
    font-size: 16px;
  }
}
div.popup form input b.green, div.popup form textarea b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
div.popup form input b.pink, div.popup form textarea b.pink {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
div.popup form input b.blue, div.popup form textarea b.blue {
  font-family: "mont-bold";
  font-weight: normal;
}
div.popup form input:hover, div.popup form input:focus, div.popup form textarea:hover, div.popup form textarea:focus {
  color: #253062;
  border-color: #e83c6a;
}
div.popup form input {
  height: 50px;
}
div.popup form textarea {
  resize: none;
  height: 130px;
  padding: 14px 20px;
}
div.popup form input + input, div.popup form input + textarea {
  margin-top: 8px;
}
div.popup form button {
  -webkit-appearance: none;
  background: none;
  border: none;
  font-family: "mont-bold";
  font-weight: normal;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
  text-align: center;
  width: 302px;
  height: 42px;
  height: 50px;
  color: #fff;
  border-radius: 10px;
  background: rgb(255, 14, 79);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 14, 79)), to(rgb(232, 60, 106)));
  background: linear-gradient(180deg, rgb(255, 14, 79) 0%, rgb(232, 60, 106) 100%);
  font-size: 16px;
  -webkit-box-shadow: 0 0 15px rgba(58, 210, 159, 0.7);
          box-shadow: 0 0 15px rgba(58, 210, 159, 0.7);
  cursor: pointer;
  margin-top: 10px;
}
div.popup form button svg {
  margin-right: 12px;
}
div.popup form ::-webkit-input-placeholder {
  font-family: "mont-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #A9ADB2;
  text-align: left;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
div.popup form ::-moz-placeholder {
  font-family: "mont-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #A9ADB2;
  text-align: left;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
div.popup form :-ms-input-placeholder {
  font-family: "mont-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #A9ADB2;
  text-align: left;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
div.popup form ::-ms-input-placeholder {
  font-family: "mont-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #A9ADB2;
  text-align: left;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
div.popup form ::placeholder {
  font-family: "mont-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #A9ADB2;
  text-align: left;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
@media screen and (min-width: 760px) {
  div.popup form ::-webkit-input-placeholder {
    font-size: 16px;
  }
  div.popup form ::-moz-placeholder {
    font-size: 16px;
  }
  div.popup form :-ms-input-placeholder {
    font-size: 16px;
  }
  div.popup form ::-ms-input-placeholder {
    font-size: 16px;
  }
  div.popup form ::placeholder {
    font-size: 16px;
  }
}
div.popup form ::-webkit-input-placeholder b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
div.popup form ::-moz-placeholder b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
div.popup form :-ms-input-placeholder b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
div.popup form ::-ms-input-placeholder b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
div.popup form ::placeholder b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
div.popup form ::-webkit-input-placeholder b.pink {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
div.popup form ::-moz-placeholder b.pink {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
div.popup form :-ms-input-placeholder b.pink {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
div.popup form ::-ms-input-placeholder b.pink {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
div.popup form ::placeholder b.pink {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
div.popup form ::-webkit-input-placeholder b.blue {
  font-family: "mont-bold";
  font-weight: normal;
}
div.popup form ::-moz-placeholder b.blue {
  font-family: "mont-bold";
  font-weight: normal;
}
div.popup form :-ms-input-placeholder b.blue {
  font-family: "mont-bold";
  font-weight: normal;
}
div.popup form ::-ms-input-placeholder b.blue {
  font-family: "mont-bold";
  font-weight: normal;
}
div.popup form ::placeholder b.blue {
  font-family: "mont-bold";
  font-weight: normal;
}
div.popup::after {
  content: "";
  display: block;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh;
  position: fixed;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9.4px);
  -webkit-backdrop-filter: blur(9.4px);
}
div.popup.active {
  opacity: 1;
  pointer-events: all;
}
div.popup.active::after {
  opacity: 1;
}

div.loader {
  width: 100vw;
  height: 100vh;
  background: #253062;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
div.loader svg {
  width: 200px;
  height: auto;
}
div.loader svg .svg-elem-1 {
  stroke-dashoffset: 300.0840148926px;
  stroke-dasharray: 300.0840148926px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 4s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  transition: stroke-dashoffset 4s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}
div.loader svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}
div.loader svg .svg-elem-2 {
  stroke-dashoffset: 89.3478088379px;
  stroke-dasharray: 89.3478088379px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
  transition: stroke-dashoffset 4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
}
div.loader svg.active .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}
div.loader svg .svg-elem-3 {
  stroke-dashoffset: 305.9393920898px;
  stroke-dasharray: 305.9393920898px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
  transition: stroke-dashoffset 4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}
div.loader svg.active .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}
div.loader svg .svg-elem-4 {
  stroke-dashoffset: 569.8084716797px;
  stroke-dasharray: 569.8084716797px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
  transition: stroke-dashoffset 4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
}
div.loader svg.active .svg-elem-4 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

header {
  width: 100vw;
  padding: 6px 25px;
  background: #fff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.18);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.18);
  position: fixed;
  display: block;
  width: 100vw;
  z-index: 9999;
  top: 0;
}
header div.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: calc(100vw - 50px);
  margin: 0 auto;
}
header div.container a svg {
  width: 200px;
}
header div.container a + a {
  -webkit-appearance: none;
  background: none;
  border: none;
  font-family: "mont-bold";
  font-weight: normal;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
  text-align: center;
  width: 302px;
  height: 42px;
  height: 50px;
  color: #fff;
  border-radius: 10px;
  background: rgb(255, 14, 79);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 14, 79)), to(rgb(232, 60, 106)));
  background: linear-gradient(180deg, rgb(255, 14, 79) 0%, rgb(232, 60, 106) 100%);
  font-size: 16px;
  -webkit-box-shadow: 0 0 15px rgba(58, 210, 159, 0.7);
          box-shadow: 0 0 15px rgba(58, 210, 159, 0.7);
  height: 42px;
  padding: 0;
  width: 165px;
  cursor: pointer;
}
header div.container a + a svg {
  margin-right: 12px;
}

section.banner {
  margin-top: 175px;
}
section.banner div.container {
  max-width: 840px;
  margin: 0 auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 559px) {
  section.banner div.container {
    max-width: 302px;
  }
}
@media screen and (min-width: 560px) and (max-width: 759px) {
  section.banner div.container {
    max-width: calc(100vw - 80px);
  }
}
section.banner div.container::after {
  content: "";
  display: block;
  left: calc(-1 * (100vw - 302px) / 2);
  background: #253062;
  height: calc(((100vw - 50px) / 2 + 20px) / 2);
  width: 100vw;
  position: absolute;
  z-index: 0;
  bottom: 0;
}
section.banner div.container h1 {
  font-family: "mont-bold";
  font-weight: normal;
  font-size: 28px;
  line-height: 31px;
  color: #253062;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  font-size: 42px;
}
section.banner div.container h1 b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.banner div.container p {
  font-family: "mont-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #A9ADB2;
  text-align: center;
  margin-top: 5px;
}
@media screen and (min-width: 760px) {
  section.banner div.container p {
    font-size: 16px;
  }
}
section.banner div.container p b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.banner div.container p b.pink {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.banner div.container p b.blue {
  font-family: "mont-bold";
  font-weight: normal;
}
section.banner div.container img {
  margin: 0 auto;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: 15px;
  max-width: 340px;
}
section.banner div.container iframe {
  display: block;
  margin: 0 auto;
  width: 302px;
  border-radius: 10px;
  height: 171px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
}
section.banner div.container a.scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  position: absolute;
  bottom: 171px;
  left: 116px;
}
section.banner div.container a.scroll h5 {
  font-family: "mont-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
}
@media screen and (min-width: 760px) {
  section.banner div.container a.scroll h5 {
    font-size: 16px;
  }
}
section.banner div.container a.scroll h5 b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.banner div.container a.scroll h5 b.pink {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.banner div.container a.scroll h5 b.blue {
  font-family: "mont-bold";
  font-weight: normal;
}

section.about {
  background: #253062;
  padding-top: 45px;
}
section.about div.container {
  max-width: 680px;
  margin: 0 auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 559px) {
  section.about div.container {
    max-width: 302px;
  }
}
@media screen and (min-width: 560px) and (max-width: 759px) {
  section.about div.container {
    max-width: calc(100vw - 80px);
  }
}
section.about div.container::after {
  content: "";
  display: block;
  left: calc(-1 * (100vw - 302px) / 2);
  background: #fff;
  height: 25px;
  width: 100vw;
  position: absolute;
  z-index: 0;
  bottom: 0;
}
section.about div.container h1 {
  font-family: "mont-bold";
  font-weight: normal;
  font-size: 28px;
  line-height: 31px;
  color: #fff;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
section.about div.container h1 b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.about div.container h1 + p {
  padding-top: 30px;
}
section.about div.container h2 {
  font-family: "mont-bold";
  font-weight: normal;
  font-size: 28px;
  line-height: 31px;
  color: #fff;
  text-align: center;
  margin: 50px 0px 25px 0px;
}
section.about div.container h2 b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.about div.container img.campanha {
  max-width: 425px;
  margin: 50px auto;
  display: block;
}
section.about div.container p {
  font-family: "mont-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (min-width: 760px) {
  section.about div.container p {
    font-size: 16px;
  }
}
section.about div.container p b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.about div.container p b.pink {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.about div.container p b.blue {
  font-family: "mont-bold";
  font-weight: normal;
}
section.about div.container p + p::before {
  content: "";
  width: 302px;
  height: 1px;
  background: #A9ADB2;
  opacity: 0.2;
  position: relative;
  margin: 25px 0;
  position: relative;
  display: block;
  top: 0;
  left: calc(-1 * (100vw - 350px) / 2);
  left: 0;
}
section.about div.container h5 {
  font-family: "mont-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  font-family: "mont-bold";
  margin-top: 25px;
}
@media screen and (min-width: 760px) {
  section.about div.container h5 {
    font-size: 16px;
  }
}
section.about div.container h5 b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.about div.container h5 b.pink {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.about div.container h5 b.blue {
  font-family: "mont-bold";
  font-weight: normal;
}
section.about div.container a, section.about div.container button {
  -webkit-appearance: none;
  background: none;
  border: none;
  font-family: "mont-bold";
  font-weight: normal;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
  text-align: center;
  width: 302px;
  height: 42px;
  height: 50px;
  color: #fff;
  border-radius: 10px;
  background: rgb(255, 14, 79);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 14, 79)), to(rgb(232, 60, 106)));
  background: linear-gradient(180deg, rgb(255, 14, 79) 0%, rgb(232, 60, 106) 100%);
  font-size: 16px;
  -webkit-box-shadow: 0 0 15px rgba(58, 210, 159, 0.7);
          box-shadow: 0 0 15px rgba(58, 210, 159, 0.7);
  margin: 0 auto;
  margin-top: 35px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
section.about div.container a svg, section.about div.container button svg {
  margin-right: 12px;
}

section.more-about {
  padding-top: 35px;
}
section.more-about div.container {
  max-width: 680px;
  margin: 0 auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 559px) {
  section.more-about div.container {
    max-width: 302px;
  }
}
@media screen and (min-width: 560px) and (max-width: 759px) {
  section.more-about div.container {
    max-width: calc(100vw - 80px);
  }
}
section.more-about div.container::after {
  content: "";
  display: block;
  margin: 50px auto 40px auto;
  background: #AAE8D3;
  height: 4px;
  width: 131px;
  position: relative;
  z-index: 0;
  bottom: 0;
  border-radius: 10px;
}
section.more-about div.container h2 {
  font-family: "mont-bold";
  font-weight: normal;
  font-size: 28px;
  line-height: 31px;
  color: #253062;
  text-align: center;
  font-size: 16px;
}
section.more-about div.container h2 b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.more-about div.container ul {
  margin-top: 35px;
}
section.more-about div.container ul li {
  border-radius: 10px;
  background: rgba(222, 222, 222, 0.3607843137);
  -webkit-box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.06);
          box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 82px;
}
section.more-about div.container ul li svg {
  width: 47px;
}
section.more-about div.container ul li h4 {
  width: 185px;
  margin-left: 20px;
  font-family: "mont-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #253062;
  text-align: left;
}
@media screen and (min-width: 760px) {
  section.more-about div.container ul li h4 {
    font-size: 16px;
  }
}
section.more-about div.container ul li h4 b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.more-about div.container ul li h4 b.pink {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.more-about div.container ul li h4 b.blue {
  font-family: "mont-bold";
  font-weight: normal;
}
section.more-about div.container ul li + li {
  margin-top: 17px;
}

section.health-services div.container {
  max-width: 840px;
  margin: 0 auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 559px) {
  section.health-services div.container {
    max-width: 302px;
  }
}
@media screen and (min-width: 560px) and (max-width: 759px) {
  section.health-services div.container {
    max-width: calc(100vw - 80px);
  }
}
section.health-services div.container h1 {
  font-family: "mont-bold";
  font-weight: normal;
  font-size: 28px;
  line-height: 31px;
  color: #253062;
  text-align: center;
  max-width: 340px;
  margin: 0 auto;
}
section.health-services div.container h1 b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.health-services div.container h1 + p {
  padding-top: 30px;
}
section.health-services div.container p {
  font-family: "mont-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #253062;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (min-width: 760px) {
  section.health-services div.container p {
    font-size: 16px;
  }
}
section.health-services div.container p b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.health-services div.container p b.pink {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.health-services div.container p b.blue {
  font-family: "mont-bold";
  font-weight: normal;
}
section.health-services div.container p + p::before {
  content: "";
  width: 560px;
  height: 1px;
  background: #A9ADB2;
  background: #7b8da3;
  opacity: 0.2;
  position: relative;
  margin: 25px 0;
  position: relative;
  display: block;
  top: 0;
  left: calc(-1 * (100vw - 350px) / 2);
  left: 0;
}

section.help {
  background: #253062;
  margin-top: 40px;
}
section.help div.container {
  max-width: 680px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding: 40px 0;
}
@media screen and (max-width: 559px) {
  section.help div.container {
    max-width: 302px;
  }
}
@media screen and (min-width: 560px) and (max-width: 759px) {
  section.help div.container {
    max-width: calc(100vw - 80px);
  }
}
section.help div.container h5 {
  font-family: "mont-bold";
  font-weight: normal;
  font-size: 28px;
  line-height: 31px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 23px;
  max-width: 300px;
  margin: 0 auto;
}
section.help div.container h5 b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.help div.container a {
  -webkit-appearance: none;
  background: none;
  border: none;
  font-family: "mont-bold";
  font-weight: normal;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
  text-align: center;
  width: 302px;
  height: 42px;
  height: 50px;
  color: #fff;
  border-radius: 10px;
  background: rgb(255, 14, 79);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 14, 79)), to(rgb(232, 60, 106)));
  background: linear-gradient(180deg, rgb(255, 14, 79) 0%, rgb(232, 60, 106) 100%);
  font-size: 16px;
  -webkit-box-shadow: 0 0 15px rgba(58, 210, 159, 0.7);
          box-shadow: 0 0 15px rgba(58, 210, 159, 0.7);
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;
}
section.help div.container a svg {
  margin-right: 12px;
}

section.about-resources {
  margin-top: 50px;
}
section.about-resources div.container {
  max-width: 1040px;
  margin: 0 auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 559px) {
  section.about-resources div.container {
    max-width: 302px;
  }
}
@media screen and (min-width: 560px) and (max-width: 759px) {
  section.about-resources div.container {
    max-width: calc(100vw - 80px);
  }
}
section.about-resources div.container h1 {
  font-family: "mont-bold";
  font-weight: normal;
  font-size: 28px;
  line-height: 31px;
  color: #253062;
  text-align: center;
  margin: 0 auto;
  font-size: 42px;
  line-height: 1.3 !important;
}
section.about-resources div.container h1 b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.about-resources div.container p {
  font-family: "mont-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #253062;
  text-align: center;
  max-width: 278px;
  margin: 0 auto;
  margin-top: 25px;
}
@media screen and (min-width: 760px) {
  section.about-resources div.container p {
    font-size: 16px;
  }
}
section.about-resources div.container p b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.about-resources div.container p b.pink {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.about-resources div.container p b.blue {
  font-family: "mont-bold";
  font-weight: normal;
}
section.about-resources div.container div.ul {
  position: relative;
  display: block;
}
section.about-resources div.container div.ul::before {
  content: "";
  display: block;
  margin: 34px auto 85px auto;
  background: #F0F1F9;
  height: 1px;
  width: 302px;
  position: relative;
  z-index: 0;
  top: 0;
}
section.about-resources div.container div.ul ul li {
  border-radius: 10px;
  background: #F7F7FB;
  padding: 70px 31px 50px 31px;
  position: relative;
  -webkit-box-shadow: 7px 7px 12px rgba(0, 0, 0, 0.052);
          box-shadow: 7px 7px 12px rgba(0, 0, 0, 0.052);
  display: block;
}
section.about-resources div.container div.ul ul li div.svg {
  background: rgb(255, 14, 79);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 14, 79)), to(rgb(232, 60, 106)));
  background: linear-gradient(180deg, rgb(255, 14, 79) 0%, rgb(232, 60, 106) 100%);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -45px;
  left: 30px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
}
section.about-resources div.container div.ul ul li div.svg h1 {
  color: #fff;
}
section.about-resources div.container div.ul ul li h4 {
  font-family: "mont-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #e83c6a;
  text-align: left;
  font-family: "mont-bold";
  font-size: 22px !important;
  line-height: 30px;
  color: #253062;
}
@media screen and (min-width: 760px) {
  section.about-resources div.container div.ul ul li h4 {
    font-size: 16px;
  }
}
section.about-resources div.container div.ul ul li h4 b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.about-resources div.container div.ul ul li h4 b.pink {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.about-resources div.container div.ul ul li h4 b.blue {
  font-family: "mont-bold";
  font-weight: normal;
}
section.about-resources div.container div.ul ul li p {
  font-family: "mont-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #A9ADB2;
  text-align: left;
  margin-top: 7px;
}
@media screen and (min-width: 760px) {
  section.about-resources div.container div.ul ul li p {
    font-size: 16px;
  }
}
section.about-resources div.container div.ul ul li p b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.about-resources div.container div.ul ul li p b.pink {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.about-resources div.container div.ul ul li p b.blue {
  font-family: "mont-bold";
  font-weight: normal;
}
section.about-resources div.container div.ul ul li a {
  -webkit-appearance: none;
  background: none;
  border: none;
  font-family: "mont-bold";
  font-weight: normal;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
  text-align: center;
  width: 302px;
  height: 42px;
  height: 50px;
  color: #fff;
  border-radius: 10px;
  background: rgb(60, 80, 170);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(60, 80, 170)), to(rgb(37, 48, 98)));
  background: linear-gradient(180deg, rgb(60, 80, 170) 0%, rgb(37, 48, 98) 100%);
  font-size: 10px;
  -webkit-box-shadow: 0 0 15px rgba(3, 129, 255, 0.63);
          box-shadow: 0 0 15px rgba(3, 129, 255, 0.63);
  position: absolute;
  width: 240px;
  left: 30px;
  bottom: -21px;
}
section.about-resources div.container div.ul ul li button {
  -webkit-appearance: none;
  background: none;
  border: none;
  font-family: "mont-bold";
  font-weight: normal;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
  text-align: center;
  width: 302px;
  height: 42px;
  height: 50px;
  color: #fff;
  border-radius: 10px;
  background: rgb(60, 80, 170);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(60, 80, 170)), to(rgb(37, 48, 98)));
  background: linear-gradient(180deg, rgb(60, 80, 170) 0%, rgb(37, 48, 98) 100%);
  font-size: 10px;
  -webkit-box-shadow: 0 0 15px rgba(3, 129, 255, 0.63);
          box-shadow: 0 0 15px rgba(3, 129, 255, 0.63);
  position: absolute;
  width: 240px;
  left: 30px;
  bottom: -21px;
  cursor: pointer;
}
section.about-resources div.container div.ul ul li + li {
  margin-top: 100px;
}
section.about-resources div.container div.ul ul li:nth-child(5) {
  margin-left: 40px;
}
section.about-resources div.container div.ul ul li:nth-child(4), section.about-resources div.container div.ul ul li:nth-child(5) {
  margin-top: 125px;
}

section.contact {
  margin-top: 60px;
}
section.contact div.container {
  max-width: 680px;
  margin: 0 auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 559px) {
  section.contact div.container {
    max-width: 302px;
  }
}
@media screen and (min-width: 560px) and (max-width: 759px) {
  section.contact div.container {
    max-width: calc(100vw - 80px);
  }
}
section.contact div.container div.image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
section.contact div.container div.image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(232, 60, 106);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 60, 106, 0)), color-stop(51%, rgba(232, 60, 106, 0.4976365546)), to(rgb(232, 60, 106)));
  background: linear-gradient(180deg, rgba(232, 60, 106, 0) 0%, rgba(232, 60, 106, 0.4976365546) 51%, rgb(232, 60, 106) 100%);
  display: block;
  left: 0;
  top: 0;
}
section.contact div.container div.image img {
  display: block;
  position: relative;
  border-radius: 10px;
  width: 100%;
  height: auto;
}
section.contact div.container div.image div.text {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 33px;
  z-index: 1;
}
section.contact div.container div.image div.text h2 {
  font-family: "mont-bold";
  font-weight: normal;
  font-size: 28px;
  line-height: 31px;
  color: #fff;
  text-align: center;
}
section.contact div.container div.image div.text h2 b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.contact div.container div.image div.text h2 + p {
  font-family: "mont-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
  margin-top: 5px;
}
@media screen and (min-width: 760px) {
  section.contact div.container div.image div.text h2 + p {
    font-size: 16px;
  }
}
section.contact div.container div.image div.text h2 + p b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.contact div.container div.image div.text h2 + p b.pink {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.contact div.container div.image div.text h2 + p b.blue {
  font-family: "mont-bold";
  font-weight: normal;
}
section.contact div.container a {
  -webkit-appearance: none;
  background: none;
  border: none;
  font-family: "mont-bold";
  font-weight: normal;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
  text-align: center;
  width: 302px;
  height: 42px;
  height: 50px;
  color: #fff;
  border-radius: 10px;
  background: rgb(255, 14, 79);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 14, 79)), to(rgb(232, 60, 106)));
  background: linear-gradient(180deg, rgb(255, 14, 79) 0%, rgb(232, 60, 106) 100%);
  font-size: 16px;
  -webkit-box-shadow: 0 0 15px rgba(58, 210, 159, 0.7);
          box-shadow: 0 0 15px rgba(58, 210, 159, 0.7);
  margin-top: 30px;
}
section.contact div.container a svg {
  margin-right: 12px;
}
section.contact div.container a + p {
  font-family: "mont-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #253062;
  text-align: center;
  margin: 30px 0;
}
@media screen and (min-width: 760px) {
  section.contact div.container a + p {
    font-size: 16px;
  }
}
section.contact div.container a + p b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.contact div.container a + p b.pink {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.contact div.container a + p b.blue {
  font-family: "mont-bold";
  font-weight: normal;
}
section.contact div.container form {
  display: block;
}
section.contact div.container form #form-erro, section.contact div.container form #form-send {
  font-family: "mont-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #253062;
  text-align: center;
}
@media screen and (min-width: 760px) {
  section.contact div.container form #form-erro, section.contact div.container form #form-send {
    font-size: 16px;
  }
}
section.contact div.container form #form-erro b.green, section.contact div.container form #form-send b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.contact div.container form #form-erro b.pink, section.contact div.container form #form-send b.pink {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.contact div.container form #form-erro b.blue, section.contact div.container form #form-send b.blue {
  font-family: "mont-bold";
  font-weight: normal;
}
section.contact div.container form #form-erro span, section.contact div.container form #form-send span {
  font-family: "mont-bold";
  color: #e83c6a;
}
section.contact div.container form #form-erro a, section.contact div.container form #form-send a {
  display: inline;
  background: none;
  text-transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "mont-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #253062;
  text-align: center;
  font-family: "mont-bold";
  color: #e83c6a;
}
@media screen and (min-width: 760px) {
  section.contact div.container form #form-erro a, section.contact div.container form #form-send a {
    font-size: 16px;
  }
}
section.contact div.container form #form-erro a b.green, section.contact div.container form #form-send a b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.contact div.container form #form-erro a b.pink, section.contact div.container form #form-send a b.pink {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.contact div.container form #form-erro a b.blue, section.contact div.container form #form-send a b.blue {
  font-family: "mont-bold";
  font-weight: normal;
}
section.contact div.container form input, section.contact div.container form textarea {
  -webkit-appearance: none;
  display: block;
  width: 302px;
  border: none;
  border: 2px solid #A9ADB2;
  font-family: "mont-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #A9ADB2;
  text-align: left;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  border-radius: 10px;
  padding: 0 20px;
}
@media screen and (min-width: 760px) {
  section.contact div.container form input, section.contact div.container form textarea {
    font-size: 16px;
  }
}
section.contact div.container form input b.green, section.contact div.container form textarea b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.contact div.container form input b.pink, section.contact div.container form textarea b.pink {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.contact div.container form input b.blue, section.contact div.container form textarea b.blue {
  font-family: "mont-bold";
  font-weight: normal;
}
section.contact div.container form input:hover, section.contact div.container form input:focus, section.contact div.container form textarea:hover, section.contact div.container form textarea:focus {
  color: #253062;
  border-color: #e83c6a;
}
section.contact div.container form input {
  height: 50px;
}
section.contact div.container form textarea {
  resize: none;
  height: 130px;
  padding: 14px 20px;
}
section.contact div.container form input + input, section.contact div.container form input + textarea {
  margin-top: 8px;
}
section.contact div.container form button {
  -webkit-appearance: none;
  background: none;
  border: none;
  font-family: "mont-bold";
  font-weight: normal;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
  text-align: center;
  width: 302px;
  height: 42px;
  height: 50px;
  color: #fff;
  border-radius: 10px;
  background: rgb(255, 14, 79);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 14, 79)), to(rgb(232, 60, 106)));
  background: linear-gradient(180deg, rgb(255, 14, 79) 0%, rgb(232, 60, 106) 100%);
  font-size: 16px;
  -webkit-box-shadow: 0 0 15px rgba(58, 210, 159, 0.7);
          box-shadow: 0 0 15px rgba(58, 210, 159, 0.7);
  cursor: pointer;
  margin-top: 10px;
}
section.contact div.container form button svg {
  margin-right: 12px;
}
section.contact div.container form ::-webkit-input-placeholder {
  font-family: "mont-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #A9ADB2;
  text-align: left;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.contact div.container form ::-moz-placeholder {
  font-family: "mont-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #A9ADB2;
  text-align: left;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.contact div.container form :-ms-input-placeholder {
  font-family: "mont-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #A9ADB2;
  text-align: left;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.contact div.container form ::-ms-input-placeholder {
  font-family: "mont-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #A9ADB2;
  text-align: left;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section.contact div.container form ::placeholder {
  font-family: "mont-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #A9ADB2;
  text-align: left;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
@media screen and (min-width: 760px) {
  section.contact div.container form ::-webkit-input-placeholder {
    font-size: 16px;
  }
  section.contact div.container form ::-moz-placeholder {
    font-size: 16px;
  }
  section.contact div.container form :-ms-input-placeholder {
    font-size: 16px;
  }
  section.contact div.container form ::-ms-input-placeholder {
    font-size: 16px;
  }
  section.contact div.container form ::placeholder {
    font-size: 16px;
  }
}
section.contact div.container form ::-webkit-input-placeholder b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.contact div.container form ::-moz-placeholder b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.contact div.container form :-ms-input-placeholder b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.contact div.container form ::-ms-input-placeholder b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.contact div.container form ::placeholder b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.contact div.container form ::-webkit-input-placeholder b.pink {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.contact div.container form ::-moz-placeholder b.pink {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.contact div.container form :-ms-input-placeholder b.pink {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.contact div.container form ::-ms-input-placeholder b.pink {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.contact div.container form ::placeholder b.pink {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.contact div.container form ::-webkit-input-placeholder b.blue {
  font-family: "mont-bold";
  font-weight: normal;
}
section.contact div.container form ::-moz-placeholder b.blue {
  font-family: "mont-bold";
  font-weight: normal;
}
section.contact div.container form :-ms-input-placeholder b.blue {
  font-family: "mont-bold";
  font-weight: normal;
}
section.contact div.container form ::-ms-input-placeholder b.blue {
  font-family: "mont-bold";
  font-weight: normal;
}
section.contact div.container form ::placeholder b.blue {
  font-family: "mont-bold";
  font-weight: normal;
}

section.social-media {
  margin-top: 50px;
}
section.social-media div.container {
  max-width: 680px;
  margin: 0 auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 559px) {
  section.social-media div.container {
    max-width: 302px;
  }
}
@media screen and (min-width: 560px) and (max-width: 759px) {
  section.social-media div.container {
    max-width: calc(100vw - 80px);
  }
}
section.social-media div.container h1 {
  font-family: "mont-bold";
  font-weight: normal;
  font-size: 28px;
  line-height: 31px;
  color: #253062;
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
}
section.social-media div.container h1 b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.social-media div.container h4 {
  font-family: "mont-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #253062;
  text-align: center;
  font-family: "mont-bold";
  font-weight: normal;
  font-size: 16px;
  margin-top: 40px;
}
@media screen and (min-width: 760px) {
  section.social-media div.container h4 {
    font-size: 16px;
  }
}
section.social-media div.container h4 b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.social-media div.container h4 b.pink {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
section.social-media div.container h4 b.blue {
  font-family: "mont-bold";
  font-weight: normal;
}
section.social-media div.container div.instagram ul.slick-dots, section.social-media div.container div.facebook ul.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: 8px;
}
section.social-media div.container div.instagram ul.slick-dots li button, section.social-media div.container div.facebook ul.slick-dots li button {
  font-size: 0;
  width: 8px;
  height: 8px;
  background: green;
  border-radius: 50%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  background: #B5BBDF;
  cursor: pointer;
  opacity: 0.5;
}
section.social-media div.container div.instagram ul.slick-dots li.slick-active button, section.social-media div.container div.facebook ul.slick-dots li.slick-active button {
  opacity: 1;
}
section.social-media div.container div.instagram ul.slick-dots li + li, section.social-media div.container div.facebook ul.slick-dots li + li {
  margin-left: 10px;
}
section.social-media div.container div.instagram {
  width: 100vw;
  left: calc(-1 * (100vw - 302px) / 2);
  margin-top: 15px;
  cursor: pointer;
}
section.social-media div.container div.instagram a img {
  width: calc((100vw - 100px) / 2);
  height: calc((100vw - 100px) / 2);
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  margin: 0 5px;
}
section.social-media div.container div.facebook {
  width: 100vw;
  left: calc(-1 * (100vw - 302px) / 2);
  margin-top: 15px;
  cursor: pointer;
}
section.social-media div.container div.facebook div.video {
  width: calc(100vw - 90px);
  height: calc((100vw - 90px) * 0.5625);
  border-radius: 10px;
  overflow: hidden;
}
section.social-media div.container div.facebook div.video img {
  width: calc(100vw - 90px);
  height: calc((100vw - 90px) * 0.5625);
  border-radius: 10px;
  margin: 0 5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

footer.footer {
  margin-top: 50px;
  overflow: hidden;
}
footer.footer p.disclaimer {
  font-family: "mont-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #253062;
  text-align: center;
  color: #567aa8;
  margin-top: 50px;
}
@media screen and (min-width: 760px) {
  footer.footer p.disclaimer {
    font-size: 16px;
  }
}
footer.footer p.disclaimer b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
footer.footer p.disclaimer b.pink {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
footer.footer p.disclaimer b.blue {
  font-family: "mont-bold";
  font-weight: normal;
}
footer.footer img.footer-disclaimer {
  margin-top: 50px;
  max-width: 250px;
}
footer.footer img {
  display: block;
  margin: 0 auto;
  max-width: 340px;
}
footer.footer div.container {
  padding: 30px 25px 80px 25px;
  background: #253062;
  display: block;
}
footer.footer div.container a:not(ul li a):not(.logo) {
  margin: 0 auto;
  -webkit-appearance: none;
  background: none;
  border: none;
  font-family: "mont-bold";
  font-weight: normal;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
  text-align: center;
  width: 302px;
  height: 42px;
  height: 50px;
  color: #fff;
  border-radius: 10px;
  background: rgb(255, 14, 79);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 14, 79)), to(rgb(232, 60, 106)));
  background: linear-gradient(180deg, rgb(255, 14, 79) 0%, rgb(232, 60, 106) 100%);
  font-size: 16px;
  -webkit-box-shadow: 0 0 15px rgba(58, 210, 159, 0.7);
          box-shadow: 0 0 15px rgba(58, 210, 159, 0.7);
}
footer.footer div.container a:not(ul li a):not(.logo) svg {
  margin-right: 12px;
}
footer.footer div.container div.buttons a + a {
  margin-top: 12px;
  margin-right: 25px;
}
footer.footer div.container div.buttons a.ver-material {
  margin-left: 25px;
}
footer.footer div.container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
footer.footer div.container ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "mont-regular";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  font-family: "mont-bold";
  font-weight: normal;
  font-size: 16px;
  text-decoration: underline;
}
@media screen and (min-width: 760px) {
  footer.footer div.container ul li a {
    font-size: 16px;
  }
}
footer.footer div.container ul li a b.green {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
footer.footer div.container ul li a b.pink {
  font-family: "mont-bold";
  font-weight: normal;
  color: #e83c6a;
}
footer.footer div.container ul li a b.blue {
  font-family: "mont-bold";
  font-weight: normal;
}
footer.footer div.container ul li a svg {
  margin-right: 8px;
}
footer.footer div.container ul li + li {
  margin-left: 40px;
}
footer.footer div.container a.logo {
  display: block;
  margin: 0 auto;
  margin-top: 60px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
}
footer.footer div.container a.logo svg {
  width: 250px;
}

/* /Style */
/* Responsive */
@media screen and (min-width: 760px) {
  header div.container {
    max-width: 840px;
  }
}
@media screen and (min-width: 560px) and (max-width: 759px) {
  header div.container {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 360px) {
  header div.container a svg {
    width: 105px;
  }
}
@media screen and (max-width: 360px) {
  header div.container a + a {
    padding: 0 12px;
  }
}

@media screen and (min-width: 760px) {
  section.banner div.container::after {
    left: calc(-1 * (100vw - 840px) / 2);
    height: 200px;
  }
}
@media screen and (min-width: 560px) and (max-width: 759px) {
  section.banner div.container::after {
    left: -40px;
    height: calc((100vw - 80px) * 0.28);
  }
}
@media screen and (max-width: 559px) {
  section.banner div.container img {
    max-width: 302px;
  }
}
@media screen and (min-width: 760px) {
  section.banner div.container iframe {
    width: 680px;
    height: 400px;
  }
}
@media screen and (min-width: 560px) and (max-width: 759px) {
  section.banner div.container iframe {
    width: calc(100vw - 80px);
    height: calc((100vw - 80px) * 0.56);
  }
}
@media screen and (min-width: 560px) and (max-width: 759px) {
  section.banner div.container a.scroll {
    width: 70px;
    left: calc((100vw - 80px) / 2 - 35px);
    bottom: calc((100vw - 50px) / 2 + 20px);
  }
}
@media screen and (min-width: 760px) {
  section.banner div.container a.scroll {
    width: 70px;
    left: 395px;
    bottom: 400px;
  }
}

@media screen and (min-width: 760px) {
  section.about div.container::after {
    left: calc(-1 * (100vw - 680px) / 2);
  }
}
@media screen and (min-width: 560px) and (max-width: 759px) {
  section.about div.container::after {
    left: -40px;
  }
}
@media screen and (min-width: 760px) {
  section.about div.container h1 {
    max-width: none;
  }
}
@media screen and (min-width: 760px) {
  section.about div.container p {
    width: 460px;
    max-width: 460px;
  }
}
@media screen and (min-width: 560px) and (max-width: 759px) {
  section.about div.container p {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 760px) {
  section.about div.container p + p::before {
    width: 680px;
    left: -140px;
  }
}
@media screen and (min-width: 560px) and (max-width: 759px) {
  section.about div.container p + p::before {
    width: calc(100vw - 80px);
    left: -40px;
  }
}
@media screen and (min-width: 760px) {
  section.about div.container a {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 560px) and (max-width: 759px) {
  section.about div.container a {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 760px) {
  section.more-about div.container ul {
    width: 680px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 17px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 17px;
    -ms-grid-rows: auto 17px auto;
        grid-template-areas: "a1 a2" "a3 a4";
  }
}
@media screen and (min-width: 560px) and (max-width: 759px) {
  section.more-about div.container ul li {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 760px) {
  section.more-about div.container ul li:nth-child(3) {
    grid-area: a4;
  }
}
@media screen and (min-width: 760px) {
  section.more-about div.container ul li:nth-child(4) {
    grid-area: a3;
  }
}
section.more-about div.container ul li + li {
  margin-top: 17px;
}
@media screen and (min-width: 760px) {
  section.more-about div.container ul li + li {
    margin: 0;
  }
}

@media screen and (min-width: 760px) {
  section.health-services div.container h1 {
    max-width: 840px;
  }
}
@media screen and (min-width: 760px) {
  section.health-services div.container p {
    max-width: 560px;
  }
}

@media screen and (min-width: 560px) and (max-width: 759px) {
  section.help div.container a {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 760px) {
  section.help div.container a {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 760px) {
  section.about-resources div.container h1 {
    max-width: 560px;
  }
}
@media screen and (min-width: 760px) {
  section.about-resources div.container p {
    max-width: 400px;
  }
}
@media screen and (min-width: 760px) {
  section.about-resources div.container div.ul ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 560px) and (max-width: 759px) {
  section.about-resources div.container div.ul ul li {
    max-width: 360px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 760px) {
  section.about-resources div.container div.ul ul li {
    max-width: 310px;
  }
}
@media screen and (min-width: 760px) {
  section.about-resources div.container div.ul ul li:nth-child(2) {
    margin-left: 40px;
  }
}
@media screen and (min-width: 760px) {
  section.about-resources div.container div.ul ul li:nth-child(3) {
    margin-left: 40px;
  }
}
@media screen and (min-width: 760px) {
  section.about-resources div.container div.ul ul li:nth-child(3) div.svg {
    left: 115px;
  }
}
@media screen and (min-width: 560px) and (max-width: 759px) {
  section.about-resources div.container div.ul ul li h4 {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 560px) and (max-width: 759px) {
  section.about-resources div.container div.ul ul li button {
    width: 300px;
  }
}
@media screen and (min-width: 760px) {
  section.about-resources div.container div.ul ul li button {
    max-width: 240px;
  }
}
@media screen and (min-width: 760px) {
  section.about-resources div.container div.ul ul li + li {
    margin: 0;
  }
}

@media screen and (min-width: 760px) {
  section.contact {
    margin-top: 80px;
  }
}
@media screen and (min-width: 760px) {
  section.contact div.container {
    max-width: 840px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
        grid-template-areas: "a1 form" "a a";
  }
}
@media screen and (min-width: 560px) and (max-width: 759px) {
  section.contact div.container div.image {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 760px) {
  section.contact div.container div.image {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    grid-area: a1;
  }
}
@media screen and (min-width: 760px) {
  section.contact div.container div.image img {
    max-width: 400px;
    width: 400px;
    height: 420px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media screen and (min-width: 560px) and (max-width: 759px) {
  section.contact div.container a {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 760px) {
  section.contact div.container a {
    max-width: 320px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    grid-area: a;
  }
}
@media screen and (min-width: 760px) {
  section.contact div.container a + p {
    grid-area: a3;
    display: none;
  }
}
@media screen and (min-width: 760px) {
  section.more-about div.container ul li:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  section.more-about div.container ul li:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  section.contact div.container div.image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  section.contact div.container > div.image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  section.contact div.container a {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  section.contact div.container a + p {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media screen and (min-width: 560px) and (max-width: 759px) {
  section.contact div.container form {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 760px) {
  section.contact div.container form {
    max-width: 400px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 760px) {
  section.contact div.container form input, section.contact div.container form textarea, section.contact div.container form button {
    width: 400px;
  }
}

@media screen and (min-width: 760px) {
  section.social-media div.container {
    max-width: 840px;
  }
}
@media screen and (min-width: 560px) and (max-width: 759px) {
  section.social-media div.container div.instagram {
    left: -40px;
  }
}
@media screen and (min-width: 760px) {
  section.social-media div.container div.instagram {
    width: 840px;
    left: -10px;
  }
}
@media screen and (min-width: 760px) {
  section.social-media div.container div.instagram a img {
    width: 273.3333333333px;
    height: 273.3333333333px;
  }
}
@media screen and (min-width: 560px) and (max-width: 759px) {
  section.social-media div.container div.facebook {
    left: -40px;
  }
}
@media screen and (min-width: 760px) {
  section.social-media div.container div.facebook {
    width: 840px;
    left: -10px;
  }
}
@media screen and (min-width: 760px) {
  section.social-media div.container div.facebook div.video {
    width: 273.3333333333px;
    height: 153.75px;
    margin: 0;
  }
}
@media screen and (min-width: 560px) and (max-width: 759px) {
  section.social-media div.container div.facebook div.video {
    width: calc((100vw - 100px) / 2);
    height: calc((100vw - 100px) / 2 * 0.5625);
  }
}
@media screen and (min-width: 760px) {
  section.social-media div.container div.facebook div.video img {
    width: 273.3333333333px;
    height: 153.75px;
  }
}
@media screen and (min-width: 560px) and (max-width: 759px) {
  section.social-media div.container div.facebook div.video img {
    width: calc((100vw - 100px) / 2);
    height: calc((100vw - 100px) / 2 * 0.5625);
  }
}

@media screen and (max-width: 559px) {
  footer.footer img {
    max-width: 302px;
  }
}
@media screen and (min-width: 760px) {
  footer.footer div.container a:not(ul li a):not(.logo) {
    max-width: 400px;
    margin: 0;
  }
}
@media screen and (min-width: 560px) and (max-width: 759px) {
  footer.footer div.container a:not(ul li a):not(.logo) {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 760px) {
  footer.footer div.container div.buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 760px) {
  footer.footer div.container div.buttons a + a.scroll-ideia {
    margin: 0;
    margin-left: 15px;
  }
}

/* /Responsive */