@charset "UTF-8";
/*
@import "../colors";
@import "../variables";
@import "../fonts";
@import "../mixins";
@import "../sprites";
*/
:root {
  --metade: calc((1320px / 2) - 30px); }
  @media (min-width: 1440px) {
    :root {
      --metade: calc((120px / 2) - 30px); } }

body {
  position: relative;
  max-width: 100%; }

#section-topo img {
  width: 100%; }

h2 {
  font-weight: bold;
  font-size: 57px;
  letter-spacing: -0.02em;
  line-height: 61px;
  text-align: center;
  color: #767676;
  text-transform: uppercase; }
  @media (max-width: 568px) {
    h2 {
      font-size: 25px !important;
      line-height: 30px !important; } }

#section-beneficios {
  padding: 46px 0; }
  @media (max-width: 568px) {
    #section-beneficios {
      padding: 46px 0 0; } }
  #section-beneficios h2 {
    margin-bottom: 35px; }
  #section-beneficios .link-video {
    position: relative;
    display: block;
    margin: 0 0 38px 0; }
    @media (max-width: 1024px) {
      #section-beneficios .link-video {
        width: 100%;
        margin: 0 0 40px; }
        #section-beneficios .link-video img {
          width: 100%; } }
    #section-beneficios .link-video::before {
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.48);
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1; }
    #section-beneficios .link-video svg {
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -66.5px 0 0 -66.5px;
      z-index: 2;
      transition: all 0.4s; }
    #section-beneficios .link-video:hover svg {
      margin: -100px 0 0 -100px;
      width: 200px;
      height: 200px; }

#section-indicacoes h2 strong {
  color: #0153A5;
  font-weight: bold; }

#section-indicacoes p {
  font-size: 25px;
  letter-spacing: -0.02em;
  line-height: 48px;
  text-align: center;
  color: #767676;
  font-weight: bold; }
  @media (max-width: 568px) {
    #section-indicacoes p {
      font-size: 18px;
      line-height: 20px; } }

#section-mosaico {
  position: relative; }
  @media (max-width: 768px) {
    #section-mosaico {
      padding: 0 0; } }
  #section-mosaico svg.youtube {
    display: block;
    margin: 0 0 30px -10px;
    cursor: pointer; }
    @media (max-width: 568px) {
      #section-mosaico svg.youtube {
        width: 100%; } }
  #section-mosaico .box-video__bg {
    background-repeat: no-repeat;
    background-size: cover;
    height: 774px;
    position: relative; }
    #section-mosaico .box-video__bg > div {
      width: 50%;
      position: relative; }
  #section-mosaico .box-video__left {
    justify-content: flex-end; }
    #section-mosaico .box-video__left .indicacao {
      position: absolute;
      right: 0;
      top: 53px;
      width: auto; }
      @media (max-width: 768px) {
        #section-mosaico .box-video__left .indicacao {
          width: 40% !important;
          top: 20px !important; } }
  #section-mosaico .box-video__right {
    justify-content: flex-start; }
    #section-mosaico .box-video__right .indicacao {
      position: absolute;
      left: 0;
      top: 53px;
      width: auto; }
      @media (max-width: 768px) {
        #section-mosaico .box-video__right .indicacao {
          width: 50% !important;
          top: 20px !important; } }
  #section-mosaico .col-lg-6 {
    align-items: center;
    display: flex; }
    @media (max-width: 768px) {
      #section-mosaico .col-lg-6 {
        padding: 15px 0;
        margin: 0 1px;
        align-items: center !important;
        justify-content: center !important; } }
  #section-mosaico .box-video__bg {
    text-align: center;
    position: relative; }
    #section-mosaico .box-video__bg::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(#0060bf 0%, #062146 100%);
      opacity: 0.84; }
    #section-mosaico .box-video__bg h3 {
      font-weight: bold;
      font-size: 33px;
      letter-spacing: -0.02em;
      line-height: 35px;
      text-align: center;
      color: #fff;
      text-shadow: 0 0 15px rgba(255, 255, 255, 0.5), 0 0 10px rgba(0, 0, 0, 0.5); }
    #section-mosaico .box-video__bg strong {
      font-weight: bold;
      font-size: 21px;
      text-align: center;
      color: #fff;
      text-shadow: 0 0 15px rgba(255, 255, 255, 0.5), 0 0 10px rgba(0, 0, 0, 0.5); }
    @media (max-width: 768px) {
      #section-mosaico .box-video__bg {
        height: auto;
        padding: 40px 0; } }
  #section-mosaico img {
    max-width: 100%;
    display: block;
    width: 50%;
    margin: 0 auto; }
    @media (max-width: 768px) {
      #section-mosaico img {
        width: 100%; } }
  #section-mosaico .row {
    align-items: revert;
    justify-content: flex-end; }
    #section-mosaico .row.second {
      flex-direction: row-reverse; }
      #section-mosaico .row.second span {
        padding-right: 40px !important; }
        @media (max-width: 768px) {
          #section-mosaico .row.second span {
            padding: 0 15px; } }
  #section-mosaico h3 {
    font-weight: bold;
    font-size: 36px;
    text-align: left;
    color: #fff;
    margin: 22px 0;
    display: block; }
  #section-mosaico span {
    /*
        background-color: rgba(18, 18, 18, 0.75);
        position: absolute;
        right: 50%;
        width: 50%;
        
        height: 100%;*/
    top: 0;
    font-weight: 900;
    font-size: 35px;
    line-height: 40px;
    text-align: left;
    text-align: right;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding-right: 70px;
    /*
        justify-content: center;
        display: flex;
        flex-direction: column;
        */
    padding: 0 44px;
    display: block; }
    @media (max-width: 768px) {
      #section-mosaico span {
        font-size: 30px;
        line-height: 35px;
        padding-right: 40px;
        width: 100%; }
        #section-mosaico span br {
          display: none; } }
    @media (max-width: 568px) {
      #section-mosaico span {
        width: 100%;
        left: 0;
        padding: 0 20px;
        text-align: center;
        font-size: 19px;
        line-height: 20px; }
        #section-mosaico span button {
          padding: 4px;
          margin: 10px 0; }
        #section-mosaico span br {
          display: none; } }
    #section-mosaico span p {
      font-weight: 500;
      font-size: 14px;
      line-height: 26px;
      text-align: left;
      max-width: 534px;
      margin-bottom: 40px; }
      @media (max-width: 768px) {
        #section-mosaico span p {
          line-height: 25px;
          margin-top: 20px; } }
    #section-mosaico span strong {
      max-width: 534px;
      display: block;
      font-weight: 900;
      font-size: 18px;
      letter-spacing: -0.02em;
      line-height: 36px;
      text-align: left;
      color: #505050; }
  #section-mosaico button {
    display: inline; }
  @media (max-width: 768px) {
    #section-mosaico .btn-padrao {
      display: block; } }

#section-quem-indicar {
  height: 879px;
  display: flex;
  align-items: center; }
  @media (max-width: 768px) {
    #section-quem-indicar {
      height: auto;
      padding: 40px 0; } }
  #section-quem-indicar h3 {
    font-weight: normal;
    font-size: 60px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600; }
    @media (max-width: 768px) {
      #section-quem-indicar h3 {
        font-size: 25px;
        line-height: 30px; } }
  #section-quem-indicar p {
    font-weight: 500;
    font-size: 21px;
    text-align: center;
    color: #fff;
    max-width: 896px;
    margin: 71px auto 170px; }
    @media (max-width: 768px) {
      #section-quem-indicar p {
        margin: 20px 0; } }
  #section-quem-indicar a {
    margin: 0 auto;
    display: table; }

#section-fazer-parte {
  padding: 66px 0; }
  #section-fazer-parte h2 {
    font-weight: bold;
    font-size: 57px;
    letter-spacing: -0.02em;
    line-height: 61px;
    text-align: center;
    color: #0153a5;
    text-transform: uppercase; }
  #section-fazer-parte p {
    font-weight: normal;
    font-size: 25px;
    letter-spacing: -0.02em;
    line-height: 48px;
    text-align: center;
    color: #767676; }
    @media (max-width: 768px) {
      #section-fazer-parte p {
        font-size: 18px;
        line-height: 24px; } }
  #section-fazer-parte .boxes {
    display: flex;
    padding: 109px 0 62px; }
    @media (max-width: 768px) {
      #section-fazer-parte .boxes {
        padding: 20px;
        display: block; } }
    #section-fazer-parte .boxes .box img {
      width: 100%; }
      @media (max-width: 768px) {
        #section-fazer-parte .boxes .box img {
          margin-bottom: 20px; } }
  #section-fazer-parte a {
    display: table;
    margin: 0 auto; }

.iti {
  width: 100%; }

#section-formulario {
  background: #f7f7f7;
  padding: 60px 0 68px; }
  #section-formulario h2 {
    color: #0153a5; }
  #section-formulario p {
    font-weight: normal;
    font-size: 25px;
    letter-spacing: -0.02em;
    line-height: 48px;
    text-align: center;
    color: #767676; }
  #section-formulario .form-control {
    padding: 20px 30px;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    border: 1px solid #909090; }
    #section-formulario .form-control::placeholder {
      color: #c3c3c3; }
  #section-formulario .iti input {
    padding-left: 50px; }
  #section-formulario .custom-select {
    appearance: none;
    padding-right: 2em; }
    #section-formulario .custom-select:invalid {
      color: gray; }
    #section-formulario .custom-select [disabled] {
      color: gray; }
  #section-formulario form {
    max-width: 880px;
    margin: 0 auto; }
  #section-formulario .btn-add-amigo {
    background: #0793ac;
    border-color: transparent;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 377px;
    margin: 0 auto; }
    #section-formulario .btn-add-amigo:hover {
      background-color: #073AAC; }
    #section-formulario .btn-add-amigo strong {
      font-size: 40px;
      margin-right: 10px; }
  #section-formulario .btn-enviar {
    background-color: #073AAC;
    width: 286px;
    max-width: 100%; }
    @media (max-width: 768px) {
      #section-formulario .btn-enviar {
        margin-top: 20px; } }
  #section-formulario #box-amigos .item-amigo {
    background: #E62121;
    padding: 10px 20px;
    border-radius: 4px;
    margin-bottom: 15px; }
    #section-formulario #box-amigos .item-amigo label {
      font-family: Gotham;
      font-weight: normal;
      font-size: 15px;
      line-height: 26px;
      text-align: left;
      color: #fff; }

#section-perguntas-frequentes {
  background-color: #073AAC;
  padding: 68px 0 53px; }
  #section-perguntas-frequentes h3 {
    font-weight: normal;
    font-size: 35px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    margin-bottom: 54px; }
  #section-perguntas-frequentes .accordion-item {
    background-color: transparent;
    border: 0; }
    #section-perguntas-frequentes .accordion-item .accordion-button {
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #fff;
      padding: 0 20px;
      color: #fff;
      font-weight: 600; }
      #section-perguntas-frequentes .accordion-item .accordion-button::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16' viewBox='0 0 19 16'><path id='Polígono_1' data-name='Polígono 1' d='M9.5,0,19,16H0Z' fill='%23ffffff'/%3e%3c/svg%3e"); }
    #section-perguntas-frequentes .accordion-item .accordion-collapse {
      display: none; }
    #section-perguntas-frequentes .accordion-item .accordion-body {
      color: #fff;
      line-height: 23px;
      padding-top: 28px;
      padding-bottom: 28px; }
      #section-perguntas-frequentes .accordion-item .accordion-body a {
        text-decoration: underline; }
    #section-perguntas-frequentes .accordion-item.ativo .accordion-button::after {
      transform: rotate(0deg); }

.formulario {
  /*background: $cor-principal;*/
  padding: 30px 11px 0;
  max-width: 487px;
  margin: 0 auto; }
  .formulario .form-control {
    padding: 20px 10px;
    border: 0;
    color: #fff; }
  .formulario button {
    width: 100% !important;
    display: block;
    background-color: #16AF33 !important; }
  .formulario ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */ }
  .formulario.formulario__topo .form-control {
    background-color: rgba(8, 75, 142, 0.6); }
  @media (max-width: 768px) {
    .formulario {
      padding: 10px 0; } }
  @media (max-width: 568px) {
    .formulario {
      padding: 25px 0; } }
  .formulario h6 {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-align: center; }

#flutuante-whatsapp {
  cursor: pointer; }

form.form-padrao {
  padding: 0 25px; }
  @media (max-width: 568px) {
    form.form-padrao {
      padding: 0; } }
  form.form-padrao .msg {
    margin-bottom: 22px;
    display: block;
    font-family: Montserrat;
    font-weight: normal;
    font-size: 27px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #084b8e;
    font-weight: 700;
    line-height: 32px; }
    @media (max-width: 568px) {
      form.form-padrao .msg {
        font-size: 20px;
        line-height: 25px; } }
  form.form-padrao .form-group > div.mt-3 {
    margin: 0 auto !important; }
    form.form-padrao .form-group > div.mt-3 button {
      margin: 0 auto;
      border: none;
      height: 76px;
      width: calc(100% - 40px);
      float: right; }
  @media (max-width: 1024px) {
    form.form-padrao .row.form-group.bt {
      display: block !important; }
      form.form-padrao .row.form-group.bt .col-6 {
        width: 100%;
        margin-top: 10px !important; }
        form.form-padrao .row.form-group.bt .col-6 button {
          width: 100% !important;
          float: none !important;
          margin-top: 10px !important; } }

#rodape-fixo {
  background: #0793AC;
  background: linear-gradient(90deg, #073AAC 0%, #073AAC 51%, #073AAC 51%, #073AAC 100%);
  color: #fff;
  display: flex;
  align-items: center;
  z-index: 2;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 26.74px;
  text-align: left;
  color: #fff; }
  #rodape-fixo .social {
    background-color: #073AAC; }
    #rodape-fixo .social .btn-padrao {
      border-radius: 0;
      border: none; }
  #rodape-fixo img {
    width: 162px;
    transition: all 0.4s;
    height: auto; }
  #rodape-fixo .lista {
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      #rodape-fixo .lista {
        display: none; } }
    #rodape-fixo .lista > div {
      width: 25%;
      align-self: stretch;
      display: flex;
      align-items: center; }
      #rodape-fixo .lista > div.whatsapp {
        cursor: pointer;
        font-weight: normal;
        font-size: 13px;
        letter-spacing: -0.06em;
        line-height: 20px;
        color: #fff; }
        #rodape-fixo .lista > div.whatsapp i {
          font-size: 35px;
          margin-right: 10px; }
        #rodape-fixo .lista > div.whatsapp strong {
          font-weight: bold;
          font-size: 17px;
          letter-spacing: -0.06em;
          color: #fff;
          display: block; }
  #rodape-fixo.fixed img {
    /*width: 100px*/ }

.slick-slider {
  margin-bottom: 0; }

.slick-dots {
  z-index: 2;
  bottom: 0; }
  .slick-dots li button:before {
    opacity: 1;
    background-color: #fff;
    color: transparent; }
  .slick-dots li.slick-active button::before {
    background-color: #073AAC !important; }

#footer {
  margin-bottom: 68px; }
  @media (max-width: 768px) {
    #footer {
      margin: 0; } }

#flutuante-whatsapp {
  display: none; }

/*# sourceMappingURL=home.css.map */
