/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #6f6f72;
}

.center {
  margin: 0 auto;
  float: none;
}

.block-wrap {
  width: 100%;
  float: left;
}

#top-section {
  background: url(../assets/head-bg.png) no-repeat center bottom;
  background-size: cover;
  color: #ffffff;
  padding-bottom: 220px;
}

.page-title.fspan {
  padding-top: 100px;
}

#logo {
  text-align: center;
  padding: 60px 0px;
}

#logo-footer {
  text-align: center;
  padding: 20px 0px;
}

#navbar {
  padding: 60px 0px;
}

.navbar-brand,
.navbar-nav > li > a {
  color: white;
}
.navbar-brand,
.navbar-nav > li > a:hover,
a:focus {
  color: #23527c;
}

.section-title {
  font-size: 36px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: -0.3px;
  text-align: center;
  color: #1e2122;
}
.section-subtitle {
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #525252;
}

.primary-button {
  border-radius: 60px;
  background-color: #00a8e2;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16);
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  width: 100%;
  max-width: 255px;
  float: left;
  text-align: center;
  text-transform: uppercase;
  border: none;
}
.primary-button:hover,
.primary-button:active,
.primary-button:focus,
.secondary-button:hover,
.secondary-button:active,
.secondary-button:focus {
  outline: none;
  text-decoration: none;
}
.secondary-button {
  max-width: 172px;
  width: 100%;
  line-height: 48px;
  border-radius: 60px;
  background-color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  text-align: left;
  color: #00a8e2;
  float: left;
  text-align: center;
  text-transform: uppercase;
  margin-top: 42px;
}
.fspan {
  width: 100%;
  float: left;
}
.page-title {
  font-size: 48px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.5px;
  text-align: left;
  color: #ffffff;
}
.page-subtitle {
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

#mc_embed_signup_scroll > div,
form#mc-embedded-subscribe-form,
#mc_embed_signup_scroll {
  width: 100%;
  float: left;
}

.form-wrap {
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16);
  padding: 60px 30px;
  width: 100%;
  float: left;
}
.form-heading h2 {
  font-size: 32px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.26;
  letter-spacing: -0.4px;
  text-align: left;
  color: #1e2122;
  margin: 0 auto;
}
.form-heading h3 {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #525252;
  margin: 24px auto 24px;
}
#details h2.section-title.fspan {
  margin-bottom: 48px;
}
div#details {
  padding-top: 118px;
}
label.label-icon {
  width: 44px;
  height: 26px;
  background-color: transparent;
  text-align: center;
  line-height: 22px;
  position: relative;
  z-index: 2;
  margin-right: -36px;
  margin-top: 12px;
  margin-bottom: 12px;
  float: left;
}
.mc-field-group {
  margin: 9px 0px;
}
.testimonial-image {
  width: 96px;
  float: left;
}
form input::placeholder {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #999999;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}
.client-slide-wrapper {
  display: flex;
  justify-content: space-between;
}
label.error {
  color: #000;
  font-weight: normal;
  font-size: 12px;
}
input.form-input {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-left: 48px;
  border-radius: 60px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  height: 48px;
  float: left;
  margin-left: -8px;
  color: #000;
}
input.form-check-input {
  width: 30px;
}
.privacy-policy-container {
  margin-left: 8px;
  margin-bottom: 8px;
}
.checkbox-field-group {
  display: flex;
}
.privacy-policy-text {
  margin-left: 8px;
  width: 100%;
  font-size: 16px;
  color: #525252;
}
#video-bottom {
  padding-bottom: 72px;
}
#clients {
  padding: 72px 0px;
}
#form-bottom {
  padding-bottom: 96px;
}
.copyright {
  margin-bottom: 18px;
}
#separator {
  padding-top: 72px;
  text-align: center;
  width: 100%;
  float: left;
  padding-bottom: 24px;
}
#footer-wrap {
  padding-top: 36px;
  padding-bottom: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
footer#footer {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

footer#footer a {
  font-weight: bold;
  color: #ffffff;
}
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 4px;
}
.swiper-pagination-bullet-active {
  background: #1e2122 !important;
}
#testimonial-swiper-navi {
  width: 100%;
  float: left;
}
#testimonial-swiper-navi .swiper-btn {
  margin-top: -330px;
}

#testimonial-swiper-navi .swiper-pagination {
  width: 100%;
  float: left;
  margin-top: -56px;
}

#testimonial-swiper-navi .swiper-button-prev {
  margin-left: -45px;
}
#testimonial-swiper-navi .swiper-button-next {
  margin-right: -45px;
}
#client-wrap {
  width: 100%;
  float: left;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 18px 30px 0 rgba(0, 0, 0, 0.14);
  padding: 50px 60px;
}
#clients .swiper-pagination {
  width: 100%;
  float: left;
  position: absolute;
  bottom: 0px;
  margin-left: -75px;
}
#clients .swiper-btn {
  margin-top: 10px !important;
}
#clients .swiper-button-prev {
  margin-left: -15px;
}
#clients .swiper-button-next {
  margin-right: -15px;
}
#clients h2.section-title {
  margin-bottom: 34px;
}
.swiper-btn {
  width: 60px !important;
  height: 60px !important;
  border-radius: 30px;
  background-color: #ff8200;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.16);
  border: solid 4px #ffffff;
  background-image: none !important;
  line-height: 47px;
  text-align: center;
  font-size: 40px;
  color: #ffffff;
}
body {
  background: url("../assets/landing-bg.png") no-repeat center center;
  background-size: cover;
}
body.thankyou {
  background: url("../assets/bottom-bg.png") no-repeat center center;
  background-size: cover;
}
body.thankyou #top-section {
  background: url(../assets/header-ty.png) no-repeat center bottom;
  background-size: cover;
}
body.thankyou #below {
  background: transparent;
}
input.form-input:hover,
input.form-input:focus {
  outline: none;
}
#btn-jump {
  cursor: pointer;
}
#below {
  background: url("../assets/bottom-bg.png") no-repeat center top;
  background-size: cover;
}
.submit-wrap {
  text-align: center;
  margin-top: 24px;
}
input#mc-embedded-subscribe {
  margin: 0 auto;
  float: none;
}
#center-separator {
  padding: 83px 0 24px;
}
h3.section-subtitle.fspan {
  padding: 12px 0 48px;
  margin: 0 auto;
}
.first-item {
  margin-bottom: 48px !important;
}
h2.section-title.fspan {
  margin: 0 auto;
}
.video-container {
  padding-bottom: 72px;
}
#description .section-title {
  padding-top: 48px;
  padding-bottom: 12px;
}
.item-image img {
  border-radius: 102px;
  margin: 0 auto;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16);
  border: solid 9px #ffffff;
}

span.item-image {
  text-align: center;
  float: left;
  width: 100%;
}

section.page-details {
  text-align: center;
  padding-bottom: 96px;
}
#testimonial-swiper {
  padding: 58px 0 36px;
  margin-bottom: 36px;
}
#testimonial-swiper .swiper-slide {
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 18px 30px 0 rgba(0, 0, 0, 0.14);
  padding-top: 48px;
  padding-bottom: 48px;
}
.slide-heading,
.slide-text {
  padding-left: 45px;
  padding-right: 45px;
}

.slide-text {
  min-height: 160px;
  width: 100%;
  float: left;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #999999;
  margin-top: 16px;
}
.testimonial-details {
  width: calc(100% - 96px);
  float: left;
}

.slide-heading {
  width: 100%;
  float: left;
}
h5.testimonial-name {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
  padding-left: 15px;
}

span.testimonial-job {
  padding-left: 15px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #999999;
}

.testimonial-image img {
  border-radius: 96px;
}
.page-quote {
  font-size: 42px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: -0.4px;
  text-align: center;
  color: #00a8e2;
  padding: 0px 0px 96px;
}
.testimonial-title {
  margin-top: 28px;
  background: url("../assets/quote-bg.png") no-repeat center bottom;
  background-size: contain;
  padding-top: 108px;
  padding-bottom: 20px;
}
h4.item-title {
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.09;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

.item-image .primary {
  display: block;
}

.item-image .secondary {
  display: none;
}

.item-image:hover .primary {
  display: none;
}

.item-image:hover .secondary {
  display: block;
}

h5.item-description {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #525252;
  padding-bottom: 36px;
  min-height: 180px;
}

.social-buttons {
  padding: 18px 0px;
}

@media (min-width: 769px) {
  .navbar-nav {
    float: right;
    margin: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  h5.item-description {
    min-height: 180px;
  }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
  .testimonial-title {
    background-size: contain !important;
  }
}
@media screen and (max-width: 768px) {
  .item-image .primary {
    display: block !important;
  }

  .item-image .secondary {
    display: none !important;
  }
  .video-container img {
    max-width: 100%;
    height: auto;
  }
  #testimonial-swiper-navi .swiper-pagination {
    width: calc(100% - 30px);
  }

  #center-separator {
    padding: 24px 0 12px;
  }

  section#advantages {
    width: 100%;
    float: left;
    overflow: hidden;
    padding-bottom: 0px;
  }
  .swiper-btn {
    display: block;
    width: 36px !important;
    height: 36px !important;
    font-size: 30px;
    line-height: 28px;
    border: 2px solid #fff;
  }
  #advantages-swiper-navi .swiper-btn {
    top: -290px;
  }
  #testimonial-swiper .swiper-slide {
    opacity: 0;
    transition: opacity 0.4s ease-in;
  }
  #testimonial-swiper .slide-text {
    padding: 0 15px;
  }
  #testimonial-swiper .swiper-slide-active {
    opacity: 1;
    transition: opacity 0.4s ease-in;
  }
  #testimonial-swiper {
    padding-left: 15px;
    padding-right: 15px;
  }
  #testimonial-swiper .swiper-slide {
    box-shadow: 5px 15px 10px 0px rgba(0, 0, 0, 0.14);
  }
  .swiper-btn i.fa {
    margin-top: -8px;
  }
  #testimonial-swiper-navi .swiper-button-prev {
    margin-left: 0px;
  }
  #testimonial-swiper-navi .swiper-button-next {
    margin-right: 0px;
  }
  #advantages-swiper-navi .swiper-btn.swiper-button-prev {
    margin-left: -10px;
  }

  #advantages-swiper-navi .swiper-btn.swiper-button-next {
    margin-right: -10px;
  }

  #advantages-swiper-navi {
    width: 100%;
    float: left;
    position: relative;
    min-height: 24px;
  }
  #advantages-swiper-navi .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
  }

  #logo,
  #logo-footer {
    padding: 18px 0px;
  }

  #navbar {
    text-align: center;
    padding: 18px 0px;
  }
  #navbar > img {
    margin-bottom: 20px;
  }

  h2.section-title.fspan {
    margin-bottom: 0px;
  }

  h3.section-subtitle.fspan {
    padding: 12px 0 24px;
    margin: 0 auto;
  }

  div#details {
    padding-top: 24px;
  }

  h4.item-title.fspan {
    font-size: 18px;
  }

  h5.item-description.fspan {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    padding-bottom: 0px;
    min-height: auto;
  }

  section.page-details {
    padding-bottom: 48px;
  }

  #footer-wrap {
    padding-top: 58px;
    padding-bottom: 48px;
  }

  .slide-heading,
  .slide-text {
    padding: 0px;
  }

  h5.testimonial-name,
  .testimonial-job {
    padding: 0px !important;
  }

  .testimonial-details {
    padding-left: 15px;
  }

  .slide-text {
    font-size: 14px;
  }

  .page-quote {
    font-size: 38px;
    padding: 82px 0 82px;
  }
  .testimonial-title {
    padding-top: 112px;
    background-size: 60%;
    background-position: center top;
    padding-bottom: 20px;
    font-size: 28px;
  }
  .page-title.fspan {
    padding-top: 24px;
    margin-top: 0px;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: -1.2px;
    text-align: center;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-title {
    font-size: 30px;
    margin-bottom: 0px;
  }
  .section-subtitle {
    font-size: 18px;
  }
  #description .section-title {
    padding-top: 24px;
    padding-bottom: 12px;
  }
  h2.page-subtitle.fspan {
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-wrap {
    padding: 36px 15px;
  }

  .form-heading h2 {
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: -0.2px;
    text-align: left;
    color: #1e2122;
  }

  .form-heading h3 {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #525252;
    margin-top: 18px;
  }

  .video-button {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 24px;
  }

  .secondary-button {
    margin: 24px auto 48px;
    width: 100%;
    float: none;
    max-width: 172px;
    height: 48px;
    padding: 12px 40px;
    line-height: 96px;
  }

  label.label-icon {
    margin-top: 12px;
    margin-bottom: 0px;
  }
  .submit-wrap {
    margin-top: 12px;
  }

  .primary-button {
    max-width: 100%;
  }
  #top-section {
    background: url(../assets/head-bg.png) no-repeat center top;
    background-size: 260%;
    padding-bottom: 120px;
  }
  body.thankyou #top-section {
    background: url(../assets/header-ty.png) no-repeat center bottom;
    padding-bottom: 220px;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  #clients .swiper-button-prev {
    margin-left: 0px;
    top: 70px;
  }
  #clients .swiper-button-next {
    margin-right: 0px;
    top: 70px;
  }
  div#client-swiper-nav {
    width: 100%;
    float: left;
    top: 0px;
  }
  #client-wrap {
    padding: 50px 35px;
  }
  #clients .swiper-pagination {
    margin-left: 0px;
    width: 100%;
    position: relative;
    margin-top: 12px;
  }

  #clients .swiper-pagination .swiper-pagination-bullet {
    background: #ffffff;
  }

  #clients .swiper-pagination .swiper-pagination-bullet-active {
    background: #ffffff !important;
  }
  #client-swiper .swiper-slide {
    width: 50%;
  }
  #below {
    background: url(../assets/bottom-bg.png) no-repeat 58% 60px;
    background-size: 360%;
  }
  .client-image {
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
  }

  .slide-logo img {
    max-width: 100%;
    float: none;
    height: auto;
  }
  #clients {
    padding: 72px 0px 24px;
  }
  iframe {
    height: 192px;
  }
}
/* #bg-container{
    width:100%;
    float: left;
    background-color:#edf5f7;
}
#bottom-section #bg-container{
    background-color:#ffffff;
}

#bg-image{
    min-height:684px;
    background:url('../img/header-image.png') no-repeat center center;
    background-size:cover;
    background-color:#242830;
    position:absolute;
    width:100%;
    float:left;
}

#bg-image-bottom{
    min-height:588px;
    background:url('../img/bg-prof-saude-footer.png') no-repeat center center;
    background-size:cover;
    background-color:#00a6cf;
    position:absolute;
    width:100%;
    float:left;
}
.bottomtext, .bottomform{
    min-height:588px;
}
#top-logo {
    padding: 36px 0px;
}

.title-section{
    color:#ffffff;
}

h4.pre-title {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.43;
    letter-spacing: 1px;
    text-align: left;
    color: #00a6cf;
    float:left;
    width:100%;
    padding-left: 28px;
}
.bottomtext .pre-title{
    color:#ffffff;
    font-size:14px;
}
.bottomtext .pre-title:after{
    background:#ffffff;
}
#main-info .col-md-5 {
    height: 100%;
    float: left;
    position: relative;
}

div#info-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
h4.pre-title:after, h2.section-title:after{
    content: '';
    width: 80px;
    height: 2px;
    float: left;
    background: #00a6cf;
    position: absolute;
    left: 43px;
    top: 40px;
}
#main-info .col-md-5 h2.section-title:after{
    top:80px;
}
#main-info .col-md-5 h2.section-title {
    margin-left: 42px;
}
#main-info .col-md-5 p{
    padding-left:56px;
    margin-top:30px;
}
h2.section-title{
  font-size: 45px;
  line-height: 1.07;
  text-align: left;
  color: #181919;
}

h1.main-title, h2.main-bottom-title {
    font-size: 34px;
    line-height: 1.24;
    text-align: left;
    color: #ffffff;
    padding-left:50px;
    padding-right:50px;
    margin-top:20px;
    float:left;
}

h3.after-title {
    line-height: 1.33;
    text-align: left;
    font-size: 18px;
    margin-top:33px;
}

.floater-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform: translateY(0%);
}

.top-form-section {
    color: #181919;
    padding: 34px 36px;
    width: calc(100% - 100px);
    float: left;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.14);
    margin: 0px 50px;
}

span.hilit {
    color: #00a6cf;
}

.bottom-form-section {
    color: #181919;
    padding: 34px 36px;
    width: calc(100% - 100px);
    float: left;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.14);
    margin: 0px 50px;
}

.content-wrap {
    height: 100%;
}

h2.form-title {
    font-size: 24px;
    line-height: 1.5;
    text-align: left;
    color: #181919;
}

.bottomform h2.form-title, .bottomform span.form-title-after{
    color: rgba(0, 0, 0, 0.87);
}

span.form-title-after {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 1.2px;
    text-align: left;
    color: rgba(255, 255, 255, 0.87);
    text-transform: uppercase;
    margin:0px;
}

#mc_embed_signup {
    margin-top: 26px;
}

form select {
    color: #999999;
    padding-left: 16px;
    padding-top: 19px;
}

form input, form select {
    border-radius: 4px;
    background-color: #ffffff;
    border: none;
    width: 100%;
    float: left;
    height: 60px;
    margin-bottom:12px;
    border-radius: 4px;
    border: solid 1px rgba(181, 182, 182, 0.5);
}

form label {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.14;
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
    text-transform: uppercase;
    margin-bottom: -13px;
    position: absolute;
    padding: 4px 16px;
    left:0px;
}

.mc-field-group {
    position: relative;
    width: 100%;
    float: left;
}
form input {
    padding: 30px 16px 14px;
    color:#000000;
}
form input::placeholder{
    color: #999999;
}
h2.secondary-info-title{
    font-size: 45px;
    line-height: 1.07;
    text-align: center;
    color: #181919;
}
h3.secondary-info-subtitle{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
    color: #6f6f72;
}

#mc-embedded-subscribe {
    background-color: #00a6cf;
    color: #ffffff;
    padding: 12px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.14;
    text-align: center;
    margin-top:12px;
}

#top-section {
    z-index: 2;
    position: relative;
}

#main-info {
    width: 100%;
    float: left;
    background-color: #edf5f7;
    padding-top: 104px;
    padding-bottom: 120px;
    overflow: hidden;
    position: relative;
}
.section-name {
    position: absolute;
    float: right;
    right: -50%;
    overflow: hidden;
    opacity: 0.08;
    font-family: Roboto;
    font-size: 160px;
    font-weight: bold;
    font-stretch: condensed;
    letter-spacing: 4.8px;
    text-align: left;
    color: #181919;
}

h2.main-info-title {
    font-size: 42px;
    line-height: 1.14;
    text-align: left;
    color: #000000;
}

h3.main-info-after-title {
    font-size: 18px;
    line-height: 1.67;
    text-align: left;
    color: #6f6f72;
    margin-bottom:42px;
}

li.main-list-item {
    font-size: 18px;
    line-height: 1.67;
    text-align: left;
    color: rgba(111, 111, 114, 0.87);
    list-style-type: none;
}

ul.main-list {
    padding-left: 0px;
}
.line {
    border-bottom: 1px dashed #000000;
}

.circle {
    width: 42px;
    height: 42px;
    border-radius: 42px;
    background: transparent;
    border: 1px dashed #ffffff;
    float: right;
    right: 0px;
    padding: 5px;
}

.circle-inner {
    width: 29px;
    height: 29px;
    float: left;
    background: #ffffff;
    border-radius: 20px;
}
.col-md-8.center {
    float: none;
    margin: 0 auto;
    position: relative;
}
.center {
    float: none;
    margin: 0 auto;
}
.advantage-container{
    padding-top:54px;
    padding-bottom:118px;
}
.pointer-left span {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #6f6f72;
}

.pointer-left h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    text-align: left;
    color: #000000;
}
.pointer-left {
    max-width: 220px;
    float: left;
}
.rev .pointer-left, .rev .pointer-right {
    float: right;
}

.rev .line, .rev .circle {
    float: right;
}
.pointer-group.first {
    margin-top: 150px;
}
.pointer-group.first .pointer-right{
    width:37%;
}
.pointer-group.second .pointer-right {
    margin-right: 10px;
    width: 51%;
}
#fourth-info .col-md-4 {
    text-align: center;
    margin-top: 76px;
}
#fourth-info #secondary-inner{
    text-align:center;
}
#fourth-info{
    padding:100px 0 125px;
    overflow:hidden;
    position:relative;
    width:100%;
    float:left;
}
#fourth-info .section-name, #third-info .section-name {
    width: 100%;
    text-align: center;
    left: 0px;
    text-transform: uppercase;
}
#third-info{
    width:100%;
    float:left;
    position:relative;
    overflow:hidden;
    padding:115px 0;
    background-color: #edf5f7;
}

#secondary-info{
    position:relative;
    overflow:hidden;
}
h2.special-info-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: 1.6px;
    text-align: center;
    color: #00a6cf;
}
#secondary-info .section-name {
    right: -10%;
    bottom: -109px;
    width: 100%;
    text-align: center;
    left: 0px;
    text-transform: uppercase;
}
.testimonial-image {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 42px;
    padding-bottom: 11px;
}
.testimonial-text {
    font-size: 34px;
    font-style: italic;
    line-height: 1.24;
    text-align: center;
    color: #181919;
}

.testimonial-name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #181919;
}

.testimonial-job {
    font-size: 14px;
    font-style: italic;
    line-height: 1.14;
    text-align: center;
    color: #8a8a8a; 
}
.testimonial-group{
    padding-top:77px;
    background:url("../img/quote.png") no-repeat center top;
    margin-top:50px;

}
.pointer-group.fourth .pointer-right {
    margin-right: 10px;
    width: 42%;
}
.pointer-group.fourth {
    margin-top: -58px;
}
.pointer-group.second {
    margin-top: 89px;
    margin-bottom: 120px;
}

.pointer-group.third {
    margin-top: 71px;
}
.pointer-right {
    max-width: calc(100% - 220px);
    float: left;
    width: 100%;
}

.pointer-group {
    width: 100%;
    float: left;
}

.line {
    max-width: calc(100% - 52px);
    float: left;
    margin-top: 22px;
    width: 100%;
}
.pointers {
    width: 100%;
    float: left;
    position: absolute;
    height: 100%;
    top: 0px;
    padding-top: 54px;
}
#secondary-info {
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 80px 0 88px;
}

#footer{
    width:100%;
    float:left;
}
.footer-inner {
    padding-top: 84px;
    padding-bottom: 84px;
}

span.copy-info {
    padding-top: 16px;
    padding-bottom: 14px;
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 2.14;
    text-align: right;
    color: #6f6f72;
}
.item-wrap{
    background-size:cover !important;
    margin-top: 65px;
}
.item-en{
    background:url('../img/img-english@2x.png') no-repeat center center;
}
.item-de{
    background:url('../img/img-german@2x.png') no-repeat center center;
}
.item-fr{
    background:url('../img/img-french@2x.png') no-repeat center center;
}
.item-es{
    background:url('../img/img-spanish@2x.png') no-repeat center center;
}
.lang-desc {
    position: absolute;
    bottom: 0px;
    padding: 18px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    color: #ffffff;
}

img.flag {
    margin-right: 8px;
}
.item-001 .image{
    background:url('../img/job-enfermeiros@2x.png') no-repeat center center;
}
.item-002 .image{
    background:url('../img/job-medicos@2x.png') no-repeat center center;
}
.item-003 .image{
    background:url('../img/job-veterinarios@2x.png') no-repeat center center;
}
.item-004 .image{
    background:url('../img/job-dentistas@2x.png') no-repeat center center;
}
.item-005 .image{
    background:url('../img/job-fisioterapeutas@2x.png') no-repeat center center;
}
.item-006 .image{
    background:url('../img/job-tecnicos-saude@2x.png') no-repeat center center;
}
.who-wrap{
    border-radius:120px;
}
.who-wrap .image{
    background-size:cover !important;
    border-radius:120px;
    height: 100%;
    box-shadow: 6px 8px 0px #00a6cf;
    position:relative;
}
span.who-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    text-align: center;
    color: #ffffff;
    width: 100%;
    float: left;
    top: 50%;
    position: absolute;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
}
h5.section-heading-text {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.67;
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
}

.first-item-line {
    margin-bottom: 36px;
    margin-top:12px;
}

.row.first-item-line .col-md-3, 
.row.second-item-line .col-md-3 {
    margin-left: 30px;
}

.row.first-item-line .col-md-3:nth-child(1), .row.second-item-line .col-md-3:nth-child(1){
    margin-left:0px;
}
label.error {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 13px;
    color: #000000;
    text-transform: none;
}
.bottomform label.error {
    color:#000000;
}
input {
    width: 100%;
    float: left;
}
span.cert-info {
    text-align: right;
    width: 100%;
    float: right;
}

img.cert {
    margin-left: 20px;
}
.desktop{
    display:block;
}
.mobile{
    display:none;
}
span.oldpr {
    text-decoration: line-through;
}
@media (min-width: 1200px){
    .container {
        width: 1200px;
    }
}
@media screen and (min-width:769px) and (max-width:1199px){
    .col-md-6.center.advantage-container {
        float: left;
    }
    
    .col-md-12.pointers {
        width: 50%;
        float: left;
        position: relative;
    }
    
    .col-md-12.pointers > .row > .col-md-6 {
        width: 100%;
    }
    .pointer-group {
        position: relative;
        float: left;
        width: 100%;
        margin-top: 0px !important;
        margin-bottom: 18px;
    }
    .advantage-container img{
        width:100%;
    }
    .advantage-container{
        padding-bottom:24px;
    }
    .pointer-right {
        display: none !important;
    }

    .pointer-left {
        float: left;
        max-width: 100% !important;
        padding-left: 30px;
    }
    .pointer-left::before{
        content:"";
        width:24px;
        height:24px;
        background:url(../img/check-icon-circle@2x.png) no-repeat;
        background-size:contain;
        float: left;
        margin-left:-30px;
        margin-top: 8px;
    }
    .pointer-group.second{
        margin-bottom:18px;
    }
}
@media screen and (max-width:768px){
    span.cert-info {
        text-align: left;
        width: 100%;
        float: left;
        margin-left:-15px;
    }
    img.cert {
        margin-right: 20px;
        margin-left:0px;
    }
    .top-form-section {
        width: 100%;
        float: left;
        margin-left: 0px;
        padding: 30px 60px;
    }
    
    .col-md-7.headform {
        background:#242830;
    }
    .col-md-12.footer-inner{
        padding-left: 30px;
        padding-right: 30px;
    }
    .bottom-form-section {
        width: 100%;
        float: left;
        margin: 0 auto;
        padding: 30px 60px;
    }
    #top-logo {
        padding-left: 15px;
        padding-right: 15px;
    }
    .floater-wrap {
        padding-top:46px;
        padding-bottom:46px;
        width: 100%;
        float: left;
        position: relative;
        top: 0px;
        transform: none;
    }
    h4.pre-title{
        position:relative;
    }
    h4.pre-title:after {
        left: 30px;
        top: 24px;
    }
    div#info-wrapper{
        position:relative;
        float:none;
        width:100%;
        top:0px;
        transform:none;
        padding-top:36px;
        max-width:410px;
        margin:0 auto;
    }
    .desktop{
        display:none;
    }
    .mobile{
        display:block;
        width:100%;
        float:left;
    }
    .bottomtext, .bottomform{
        min-height:inherit;
    }
    li.char{
        font-size:22px;
    }
    span.extra{
        font-size:24px;
    }
    div#info-wrapper {
        max-width: 100%;
        float: left;
        padding-top:0px;
    }
    #main-info .col-md-5 h2.section-title, #main-info .col-md-5 p{
        margin-left:0px;
        padding-left:0px;
    }
    .col-md-12.pointers {
        position: relative;
        float: left;
    }

    .pointer-group {
        position: relative;
        float: left;
        width: 100%;
        margin-top: 0px !important;
        margin-bottom: 18px;
    }
    .advantage-container img{
        width:100%;
    }
    .advantage-container{
        padding-bottom:24px;
    }
    .pointer-right {
        display: none !important;
    }

    .pointer-left {
        float: left;
        max-width: 100% !important;
        padding-left: 30px;
    }
    .pointer-left::before{
        content:"";
        width:24px;
        height:24px;
        background:url(../img/check-icon-circle@2x.png) no-repeat;
        background-size:contain;
        float: left;
        margin-left:-30px;
        margin-top: 8px;
    }
    .pointer-group.second{
        margin-bottom:18px;
    }
    .footer-inner .col-md-6 {
        max-width: 50%;
        float: left;
        width: 100%;
    }

}
@media screen and (max-width:500px){
    h2.section-title{
        position:relative;
    }
    h2.section-title:after{
        left: 0px;
        bottom: 0px;
        margin-top: -40px;
    }
    .testimonial-text {
        font-size: 26px;
        font-style: italic;
        line-height: 1.15;
        text-align: center;
        color: #181919;
    }

    .testimonial-group {
        margin-top: 0px;
    }

    #fourth-info .col-md-4 {
        max-width: 33.33333%;
        float: left;
        text-align: center;
    }

    #fourth-info .col-md-4 img {
        width: auto;
        height: 55px;
        vertical-align: text-bottom;
    }

    #third-info{
        padding:70px 0;
    }
    .footer-inner .col-md-6 {
        max-width: 100%;
        float: left;
        width: 100%;
    }
    #pre-header{
        font-size: 13px;
        line-height: 1.38;
        text-align: center;
        color: #ffffff; 
    }
    h4.pre-title {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.43;
        letter-spacing: 1px;
        text-align: left;
        color: #ffffff;
        padding-left: 0px;
    }

    h4.pre-title:after {
        top: 20px;
        left: 0px;
    }

    h1.main-title {
        padding-left: 0px;
        font-size: 34px;
        line-height: 1.24;
        text-align: left;
        color: #ffffff;
    }

    h3.subtitle {
        font-size: 24px;
        line-height: 1.33;
        text-align: left;
        color: #ffffff;
        padding-left: 0px;
    }

    h2.form-title {
        margin-top: 0px;
    }

    .top-form-section {
        padding: 22px 24px;
    }
    form input{
        font-size:16px;
    }
    #main-info{
        padding-top:60px;
    }
    div#info-wrapper{
        padding-top:0px;

    }
    .col-md-7.mobile {
        float: left;
        width: 100%;
    }
    h2.section-title {
        font-family: Roboto;
        font-size: 32px;
        line-height: 1.5;
        text-align: left;
        color: #181919;
        margin-left: 0px !important;
    }
    #main-info .col-md-5 p {
        font-size: 16px;
        line-height: 1.5;
        text-align: left;
        padding-left: 0px !important;
    }
    #main-inner img{
        width:100%;
    }
    h2.secondary-info-title {
        font-size: 28px;
        line-height: 1.13;
        text-align: center;
        color: #000000;
    }
    h3.secondary-info-subtitle {
        font-size: 18px;
        font-weight: 300;
        line-height: 1.33;
        text-align: center;
        color: #6f6f72;
    }
    li.char{
        font-size:18px;
    }
    ul.characteristics{
        padding-top:24px;
    }
    .extra{
      font-size: 18px !important;
    }
    #secondary-info{
        padding:66px 0;
    }
    #fourth-info h2.secondary-info-title{
        font-size:32px;
    }
    #fourth-info{
        padding:66px 0;
    }
    #fourth-info #secondary-inner{
        margin-bottom:0px;
    }
    #fourth-info .col-md-4{
        margin-top:30px;
    }
    #bottom-section h4.pre-title:after{
        top: 22px;
        left: 0px;
    }
    h2.main-bottom-title{
        font-size: 34px;
        line-height: 1.24;
        text-align: left;
        color: #ffffff;
        padding-left:0px;
    }
    .bottom-form-section{
        margin-top:0px;
        padding: 22px 24px;
    }
    div#footer-logo {
        text-align: center;
    }
    #footer-logo img{
        width:109px;
        height:auto;
    }
    span.cert-info {
        margin: 0 auto;
        float: left;
        text-align: center;
    }

    span.copy-info {
        text-align: center;
        padding-top:16px;
    }
    .col-md-12.footer-inner{
        padding-bottom:20px;
    }
}
*/
