/*
@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); } }

html {
  min-height: 100%; }

body {
  min-height: 100%;
  /*background-image: url("../img/bg.jpg");
  background-position: center;
  background: linear-gradient(#030b0f 0%, #302e25 100%);*/
  padding-bottom: 117px;
  background-size: cover;
  background-color: #32394b;
  background: linear-gradient(#2e3038 0%, #363e54 100%); }

@media screen and (max-width: 500px) {
  body {
    height: auto !important; } }

#section-ecossistema {
  margin-top: 85px;
  padding: 42px 0 104px;
  background: linear-gradient(#2e3038 0%, #363e54 100%); }
  @media (max-width: 768px) {
    #section-ecossistema {
      margin-top: 73px;
      padding-bottom: 42px; } }
  #section-ecossistema h2 {
    margin-bottom: 39px; }
  #section-ecossistema ul {
    margin-bottom: 81px; }
    @media (max-width: 768px) {
      #section-ecossistema ul {
        margin-bottom: 30px; } }

#section-atuacao {
  background-color: #252933;
  padding: 60px 0; }
  @media (max-width: 768px) {
    #section-atuacao {
      padding: 30px 0 0; } }
  #section-atuacao h2 {
    margin: 0;
    padding: 20px 0; }
  #section-atuacao .item {
    padding: 0 0 59px 33px;
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    color: #efc793; }
    @media (max-width: 768px) {
      #section-atuacao .item {
        padding: 0 0 29px 43px;
        margin-bottom: 30px; }
        #section-atuacao .item br {
          display: none; } }
    #section-atuacao .item img {
      position: absolute;
      bottom: 0;
      left: 0; }

#section-ajuda {
  background: linear-gradient(#2e3038 0%, #363e54 100%);
  padding: 77px 0 0; }
  #section-ajuda .box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 65px; }
    @media (max-width: 768px) {
      #section-ajuda .box {
        margin-bottom: 0; } }
    #section-ajuda .box strong {
      font-family: Montserrat;
      font-weight: 500;
      font-size: 17px;
      line-height: 36px;
      text-align: center;
      color: #efc793;
      display: block;
      margin-bottom: 35px;
      text-transform: uppercase; }
    #section-ajuda .box p {
      font-weight: 500;
      font-size: 14px;
      line-height: 30px;
      text-align: left;
      color: #efc793;
      margin: 0;
      display: flex;
      justify-content: center;
      margin-bottom: 56px; }
      @media (max-width: 1024px) {
        #section-ajuda .box p {
          margin-bottom: 20px; } }
    #section-ajuda .box .inner {
      position: relative; }
      #section-ajuda .box .inner::before {
        content: "";
        background-image: url("../img/img-seta-padrao.png");
        background-repeat: no-repeat;
        background-position: center center;
        width: 33px;
        height: 33px;
        display: block;
        position: absolute; }
    #section-ajuda .box .item {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
    @media (max-width: 768px) {
      #section-ajuda .box .item {
        margin-bottom: 30px; } }
    #section-ajuda .box .item .img {
      width: 100%;
      position: relative; }
      @media (max-width: 768px) {
        #section-ajuda .box .item .img {
          margin-bottom: 20px; } }
      @media (max-width: 768px) {
        #section-ajuda .box .item .img::before {
          content: "";
          position: absolute;
          right: 0 !important;
          top: 100% !important;
          height: 30px !important;
          width: 160px !important;
          background: #e8c190;
          left: auto !important; } }
      @media (max-width: 768px) {
        #section-ajuda .box .item .img img {
          border-radius: 0 !important; } }
    #section-ajuda .box .item-1 .img::before {
      content: "";
      position: absolute;
      left: 100%;
      top: 0;
      width: 30px;
      height: 160px;
      background: #e8c190; }
    #section-ajuda .box .item-1 img {
      border-radius: 100% 0px 0px 0px; }
    #section-ajuda .box .item-2 img {
      border-radius: 0px 100% 0px 0px; }
    #section-ajuda .box .item-2 .inner::before {
      right: calc(100% + 10px);
      top: 10px; }
    #section-ajuda .box .item-3 .img {
      position: relative; }
      #section-ajuda .box .item-3 .img::before {
        content: "";
        position: absolute;
        right: 0;
        top: 100%;
        height: 30px;
        width: 160px;
        background: #e8c190; }
    #section-ajuda .box .item-3 img {
      border-radius: 0px 100% 0px 0px; }
    #section-ajuda .box .item-4 {
      order: 6; }
      #section-ajuda .box .item-4 .inner::before {
        left: calc(100% + 10px);
        top: 10px;
        rotate: 180deg; }
    #section-ajuda .box .item-5 {
      order: 5; }
      #section-ajuda .box .item-5 .img::before {
        content: "";
        position: absolute;
        right: 100%;
        bottom: 0;
        width: 30px;
        height: 160px;
        background: #e8c190; }
      #section-ajuda .box .item-5 .img img {
        border-radius: 0px 0 100% 0px; }
    #section-ajuda .box .item-6 .inner::before {
      left: calc(100% + 20px);
      top: 10px;
      rotate: 270deg; }

#section-lista {
  background-color: #2E3038;
  background-color: #363e54; }
  #section-lista .item {
    margin-bottom: 39px;
    padding-bottom: 100px; }
    #section-lista .item-invert .col-img {
      order: 2; }
      @media (max-width: 768px) {
        #section-lista .item-invert .col-img {
          order: 1; } }
    #section-lista .item-invert .col-texto {
      justify-content: flex-end; }
      @media (max-width: 768px) {
        #section-lista .item-invert .col-texto {
          justify-content: center;
          order: 2; } }
  #section-lista h2 {
    color: #EFC793; }
    @media (max-width: 768px) {
      #section-lista h2 {
        text-align: center; } }
  #section-lista h3 {
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    text-align: left;
    color: #efc793;
    max-width: 500px;
    margin-bottom: 46px; }
    @media (max-width: 768px) {
      #section-lista h3 {
        text-align: center;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px; } }
  #section-lista .col-texto {
    background-image: url("../img/bg-texto.png");
    background-repeat: repeat-x;
    background-position: center;
    display: flex; }
    @media (max-width: 768px) {
      #section-lista .col-texto {
        justify-content: center; } }
    #section-lista .col-texto .inner {
      display: flex;
      flex-direction: column;
      align-content: center;
      justify-content: center;
      background-color: #363e54;
      padding: 0 30px; }
      @media (max-width: 768px) {
        #section-lista .col-texto .inner {
          padding-top: 20px; } }

#section-pilares {
  background: linear-gradient(#333641 0%, #363e54 100%);
  padding: 43px 0 129px; }
  #section-pilares .title {
    display: table;
    margin: 0 auto; }
  #section-pilares h2 {
    color: #d7d1c5;
    margin-bottom: 13px; }
    @media (max-width: 768px) {
      #section-pilares h2 {
        text-align: center; } }
  #section-pilares h3 {
    color: #d7d1c5;
    margin-bottom: 56px;
    font-size: 25px;
    line-height: 35px; }
    @media (max-width: 768px) {
      #section-pilares h3 {
        text-align: center; } }
  #section-pilares .list-items {
    display: table;
    margin: 30px auto; }

#section-descubra {
  padding: 66px;
  background: linear-gradient(90deg, #2e3038 0%, #363e54 100%); }
  @media (max-width: 768px) {
    #section-descubra {
      padding: 30px 15px; } }
  #section-descubra h2 {
    color: #d7d1c5;
    margin-bottom: 13px; }
  #section-descubra h3 {
    color: #d7d1c5;
    margin-bottom: 56px;
    font-size: 25px;
    line-height: 35px; }
  #section-descubra .inner {
    height: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    max-width: 500px;
    justify-content: space-around; }

.btn {
  /*
    width: 185px;
    height: 32px;
    */
  border-radius: 16px;
  background: #d7d1c5;
  border: 1px solid #ece6db;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.03em;
  line-height: 29.05px;
  text-align: center;
  color: #343a4c;
  margin: 20px auto;
  display: flex;
  display: table;
  align-items: center;
  justify-content: center;
  padding: 0;
  min-width: 185px;
  max-width: 100%;
  padding: 0 15px; }
  .btn:hover {
    background-color: #EFC793;
    color: #343a4c; }
  .btn.grt-cookie-button {
    margin: 0; }
  .btn.btn-fale-conosco {
    font-weight: normal;
    font-size: 24.21px;
    letter-spacing: -0.03em;
    line-height: 29.05px;
    text-align: left;
    color: #fdd29a;
    width: 299.39px;
    height: 48.09px;
    background: transparent;
    border: 1.34px solid #d7d1c5;
    border-radius: 48px;
    text-align: center;
    display: flex;
    margin: 0; }
  .btn svg {
    margin-left: 17px; }

.section-134 {
  float: none;
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: top center !important;
  background-size: cover;
  /*background-image: url("../img/bg-lp.png");*/
  width: 100%;
  overflow: hidden; }
  .section-134 .bg-section-134 {
    height: auto;
    position: relative;
    background: transparent;
    float: none;
    padding-top: 31px;
    padding: 0px 0 40px; }
    .section-134 .bg-section-134:before {
      display: none;
      content: " ";
      display: none;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      opacity: 0.75;
      background-repeat: no-repeat;
      background-position: 50% 0;
      background-size: cover; }
    .section-134 .bg-section-134 img {
      margin: 0 auto;
      display: block;
      max-width: 100%; }
    .section-134 .bg-section-134 .lista-itens {
      font-weight: normal;
      font-size: 20px;
      line-height: 38px;
      text-align: left;
      color: #f9f9f9;
      font-size: 28px;
      letter-spacing: 0.04em;
      line-height: 38px;
      text-align: right;
      color: #fff;
      text-align: right;
      display: block;
      font-family: Montserrat;
      font-weight: 500;
      font-size: 25px;
      letter-spacing: -0.02em;
      line-height: 36px;
      text-align: right;
      color: #0a4202;
      margin-bottom: 35px; }

.btn-saiba-mais-emp2 {
  border-radius: 0;
  display: initial !important;
  margin-top: 17px;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  background-color: #7c331f;
  transition: all 0.4s; }
  .btn-saiba-mais-emp2:hover {
    background: #532215 !important;
    color: white !important;
    font-weight: bold !important; }
  .btn-saiba-mais-emp2 i {
    margin-left: 10px; }

.content-bg-section-134 {
  padding: 50px 0 150px;
  position: relative; }

.content-bg-section-134 b {
  font-family: "Figtree", sans-serif;
  font-size: 25px;
  letter-spacing: 0.04em;
  line-height: 38px;
  text-align: right;
  color: #0a4202;
  display: block; }
  .content-bg-section-134 b a {
    display: inline-block; }
    .content-bg-section-134 b a img {
      margin: 0 !important;
      display: inline-block; }

@media screen and (max-width: 568px) {
  .content-bg-section-134 b {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px; } }

@media screen and (max-width: 568px) {
  .content-bg-section-134 b a {
    margin: 0 auto;
    display: table; } }

.h1-content-bg-section-134 {
  font-weight: 100;
  font-size: 59px;
  line-height: 58px;
  text-align: left;
  color: #f9f9f9;
  float: none;
  font-weight: 500;
  font-size: 44px;
  letter-spacing: -0.02em;
  line-height: 46px;
  text-align: right;
  color: #fff;
  margin-bottom: 30px; }
  .h1-content-bg-section-134 strong {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 44px;
    letter-spacing: -0.02em;
    line-height: 46px;
    text-align: right;
    color: #0a4202;
    text-transform: uppercase; }

.itens-adicionais {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 32px;
  text-align: left;
  color: #fff;
  position: relative;
  padding: 53px 15px 50px; }

.texto-destaque {
  font-weight: normal;
  font-size: 64px;
  line-height: 79px;
  text-align: center;
  color: #f9f9f9;
  display: table;
  border: 3px solid #9c5353;
  margin: 0 auto;
  padding: 10px 20px; }

#formulario .inner-formulario {
  max-width: 530px;
  float: right;
  padding: 20px;
  /*background: rgba(187, 97, 37, 0.63);*/
  filter: drop-shadow(7px 7px 10px rgba(0, 0, 0, 0.27)); }
  #formulario .inner-formulario > span {
    font-weight: normal;
    font-size: 19px;
    letter-spacing: -0.02em;
    line-height: 50px;
    color: #fff;
    margin: 13px 0 49px;
    display: block;
    text-align: center; }
  #formulario .inner-formulario .data {
    font-weight: normal;
    font-size: 35px;
    letter-spacing: -0.02em;
    line-height: 35px;
    text-align: center;
    color: #fff;
    display: block;
    text-align: center; }
  #formulario .inner-formulario > b {
    font-weight: normal;
    font-size: 19px;
    letter-spacing: -0.02em;
    line-height: 20px;
    color: #fff;
    margin: 13px 0 49px;
    display: block;
    text-align: center;
    margin-bottom: 20px; }

form.form-padrao .form-group > div.mt-3 {
  margin: 0 auto !important; }

.form-padrao .msg {
  font-size: 25px;
  text-align: center;
  display: block;
  color: #fff;
  display: block;
  margin: 21px 0 21px;
  font-weight: 400;
  font-size: 27px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 27px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff; }

.form-padrao .form-group.row {
  display: flex;
  align-items: center;
  margin-bottom: 0; }

.form-padrao .form-group > div {
  padding: 0 8px; }

.form-padrao .form-group__recaptcha {
  align-items: center; }

.form-padrao .col-select {
  position: relative;
  width: 100%;
  height: 100%; }
  .form-padrao .col-select::before {
    position: absolute;
    display: block;
    content: "";
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #212121;
    margin: -3px 7px 0 0; }
  .form-padrao .col-select select {
    appearance: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    background: #fff;
    border-radius: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #ced4da; }
    .form-padrao .col-select select:invalid {
      color: #6c757d; }
    .form-padrao .col-select select option {
      color: #6c757d; }
      .form-padrao .col-select select option[value=""][disabled] {
        display: none; }

.form-padrao button {
  margin: 0 auto;
  height: 30px;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: none; }

.form-padrao .btn-enviar {
  align-items: center;
  background: none;
  color: inherit;
  border: 1px solid #3cc360;
  background-color: #3cc360;
  text-align: center;
  cursor: pointer;
  outline: inherit;
  padding: 17px 9px;
  font-weight: 100;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  overflow: hidden;
  margin: 0 auto !important;
  border: none;
  height: 76px;
  color: #fff;
  width: calc(100% - 54px);
  float: right; }
  .form-padrao .btn-enviar svg {
    margin-left: 10px; }
  .form-padrao .btn-enviar:hover {
    background-color: #0b85ba; }

.form-padrao .btn-padrao i {
  color: #fff;
  margin-left: 13px; }

.form-padrao .btn-padrao:hover i {
  color: #fff; }

#section-itens {
  padding: 39px 0; }
  #section-itens #lista-itens {
    align-content: center;
    align-items: center;
    justify-content: center;
    max-width: 1070px;
    margin: 0 auto; }
    #section-itens #lista-itens .item {
      display: flex;
      align-content: center;
      align-items: center;
      padding: 0 24px 12px; }
      #section-itens #lista-itens .item .img img {
        max-width: 50px;
        width: 100%; }
      #section-itens #lista-itens .item .nome {
        font-weight: normal;
        font-size: 13px;
        line-height: 15px;
        text-align: left;
        color: #724949;
        padding-left: 14px;
        max-width: 120px; }
  #section-itens h3 {
    font-weight: normal;
    font-size: 22px;
    text-align: center;
    color: #707070;
    margin-bottom: 43px; }

#assinatura {
  padding: 0 0;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  flex-direction: column;
  pointer-events: none;
  /*padding-bottom: 117px;*/
  background-size: cover; }
  #assinatura .barra {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    /*background-color: #85764F;
  
background-image: url("../img/barra-rodape.png");
    background-position: center center;
background-size: cover;
*/
    justify-content: space-around;
    background-repeat: no-repeat;
    align-items: center;
    /*height: 54px;*/
    padding: 20px;
    text-align: center; }
    #assinatura .barra > div {
      width: 33.33%;
      width: 100%;
      color: #f2eae6;
      font-size: 15px;
      font-weight: normal;
      font-size: 35px;
      text-align: center; }
  #assinatura .defesa {
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding: 10px 10px;
    background-color: #e18292; }
  #assinatura img {
    margin: 0 60px;
    display: block; }

@media (max-width: 768px) {
  #assinatura .barra {
    display: block; }
    #assinatura .barra > div {
      width: 100%; }
      #assinatura .barra > div:first-child {
        /*display: none*/ } }

@media (max-width: 568px) {
  body {
    display: block !important;
    padding-bottom: 0; }
  #assinatura {
    position: relative;
    margin-top: 20px; } }

.cookiealert.show {
  z-index: 1002; }

#flutuante-whatsapp {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1005; }

#box-whatsapp {
  z-index: 1003; }

.swal-text a .icon {
  display: table;
  margin: 20px auto 0;
  font-size: 40px;
  color: rgba(0, 0, 0, 0.64); }

.swal-text a:hover {
  text-decoration: none; }

@media (max-width: 480px) {
  #header {
    z-index: 1001 !important;
    box-shadow: none;
    height: auto; }
    #header .bg img {
      max-width: 251px; }
  #cta button {
    padding: 10px;
    height: auto; } }

@media (max-width: 768px) {
  #assinatura img {
    margin: 0 auto;
    display: block; }
  #header .menu-principal-alinha {
    align-items: center; }
  .box-destaque .box-esq img {
    margin: 10px auto 20px;
    display: block; }
  #cta button {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    width: 100%;
    margin-top: 10px; }
    #cta button svg {
      margin-left: 10px; }
  #video .container {
    padding: 0;
    max-width: 100%; }
  #galeria {
    padding: 20px 0; }
  #flutuante-whatsapp {
    display: block; } }

@media screen and (max-width: 1200px) {
  .section-134 {
    background-size: cover; } }

@media screen and (max-width: 768px) {
  .section-134 .bg-section-134 {
    height: auto; }
  .section-134 .content-bg-section-134 br {
    display: none; }
  .section-134 .content-bg-section-134 .h1-content-bg-section-134 {
    font-size: 28px;
    line-height: 34px; }
  .section-134 .content-bg-section-134 img {
    margin: 0 auto 30px;
    padding-top: 30px;
    max-width: 80%; }
  .section-134 .content-bg-section-134 .lista-itens {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px; }
  .h1-content-bg-section-134 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px; }
  .itens-adicionais {
    display: none; }
  .texto-destaque {
    font-size: 30px;
    line-height: 30px; }
  #formulario .inner-formulario {
    margin: 0 auto;
    float: none; }
  .form-padrao .btn-enviar {
    float: none;
    width: 100%;
    margin-top: 10px; }
  #section-itens h3 br {
    display: none; }
  #section-unidade {
    padding: 0; }
    #section-unidade .lista-itens-mobile {
      display: block; }
    #section-unidade .box-rotulos {
      display: block; }
      #section-unidade .box-rotulos .container {
        padding: 0 !important;
        max-width: 100%; }
    #section-unidade .rotulos {
      display: block; }
      #section-unidade .rotulos .item-rotulo.item-rotulo__unidade {
        min-width: 100%; }
        #section-unidade .rotulos .item-rotulo.item-rotulo__unidade b {
          font-size: 20px;
          line-height: 20px; }
      #section-unidade .rotulos .item-rotulo.item-rotulo__apto {
        margin: 0 0 0 0; }
        #section-unidade .rotulos .item-rotulo.item-rotulo__apto b {
          font-size: 20px;
          line-height: 20px; }
        #section-unidade .rotulos .item-rotulo.item-rotulo__apto p {
          font-size: 14px;
          line-height: 16px; }
          #section-unidade .rotulos .item-rotulo.item-rotulo__apto p br {
            display: none; }
  #section-destaque {
    margin: 0;
    padding: 10px 0; }
  .box-destaque {
    display: block; }
    .box-destaque .box-esq {
      max-width: none; }
      .box-destaque .box-esq p {
        color: #353431;
        margin: 0;
        font-size: 16px !important;
        line-height: 20px !important;
        padding-bottom: 20px; }
    .box-destaque .box-dir .item-img span {
      font-size: 16px;
      line-height: 16px; }
  #section-galeria .box-galeria .item-galeria {
    width: 33.33%; }
    #section-galeria .box-galeria .item-galeria a img {
      height: 213px; }
  #section-detalhe .colunas .item-coluna {
    display: block;
    width: 100%; }
  #cta {
    display: block; }
    #cta .container {
      padding: 0 !important;
      max-width: 100%; } }

@media (max-width: 767px) {
  .section-134 .bg-section-134 img {
    width: 65%;
    margin-top: 1em;
    margin-left: 0; }
  .form-padrao .form-group.row.bt {
    width: auto; }
    .form-padrao .form-group.row.bt button {
      margin-top: 7px !important; }
  #section-status-obra .container-andamento {
    width: 100%; }
  #section-status-obra .reg-estagio-obra .reg-grafico-estagio {
    margin-bottom: 7px;
    margin-bottom: 21px; } }

@media screen and (max-width: 1024px) {
  .h1-content-bg-section-134 {
    font-size: 40px;
    line-height: 40px; }
  #formulario .inner-formulario > span {
    margin: 15px 0;
    line-height: 20px; }
  .form-padrao .msg {
    margin: 10px 0;
    line-height: 26px; }
    .form-padrao .msg br {
      display: none; }
  .form-padrao .form-group.row.bt {
    display: block;
    width: 100%;
    margin-right: -15px;
    margin-left: -15px; }
    .form-padrao .form-group.row.bt > div {
      width: 100%;
      max-width: 100%; }
      .form-padrao .form-group.row.bt > div button {
        float: none;
        margin-top: 20px; }
  #section-destaque {
    margin-top: -50px; }
  #section-sobre span {
    margin-left: 0; }
  #cta button {
    width: auto;
    height: auto;
    display: block;
    max-width: 100%;
    white-space: inherit;
    text-align: center; } }

@media screen and (max-width: 600px) {
  #section-itens #lista-itens .item {
    display: block;
    text-align: center; }
    #section-itens #lista-itens .item .nome {
      text-align: center;
      padding: 0;
      max-width: 100%; } }

@media (max-width: 600px) {
  .box-destaque .box-esq {
    text-align: center; }
    .box-destaque .box-esq p {
      padding-bottom: 30px; }
  #section-ficha h2 {
    font-size: 20px; } }

@media screen and (max-width: 480px) {
  #section-tour h2 {
    font-size: 25px;
    line-height: 25px; }
  #section-tour .box-tour iframe {
    max-height: 300px !important; }
  #section-galeria .box-galeria .item-galeria {
    width: 50%; }
    #section-galeria .box-galeria .item-galeria a img {
      height: 200px; }
  #section-detalhe .colunas .item-coluna.texto .box-icones .item-icone {
    display: block;
    width: 100%; } }

@media screen and (max-width: 1920px) {
  #header .bg img {
    max-width: 251px; } }

@media screen and (max-width: 1439px) {
  #section-detalhe .colunas .item-coluna {
    align-items: initial; }
  #header {
    height: auto; }
    #header .bg img,
    #header.fixed .bg img {
      max-width: 150px; }
  .section-134 .bg-section-134 {
    padding-top: 20px; }
  #assinatura {
    padding: 0 0; } }

.form-control {
  height: 60px; }

/*# sourceMappingURL=lancamento-lago.css.map */
.box-topo {
  position: relative;
  display: flex;
  align-self: baseline;
  justify-content: flex-end; }
  .box-topo .selo {
    position: absolute;
    left: 15px;
    top: 17px;
    width: 214px; }
  .box-topo .ramo {
    /*position: absolute;*/
    margin-right: -40px;
    margin-top: -60px;
    width: 317px;
    display: none;
    transform: scaleX(-1); }

@media screen and (max-width: 768px) {
  .box-topo {
    overflow-x: clip; }
    .box-topo .ramo {
      display: block;
      width: 60%; }
    .box-topo .selo {
      width: 30%; }
  .section-134 .bg-section-134 .lista-itens em {
    display: block !important;
    text-align: center !important; }
  #formulario {
    margin-top: 30px; }
  body {
    padding-bottom: 0 !important; }
  .content-bg-section-134 {
    padding: 0 !important; }
  #assinatura .barra > div {
    font-size: 21px; } }

/*NOVO*/
.topo {
  align-items: flex-end;
  justify-content: space-between; }
  .topo h2 {
    font-weight: normal;
    font-size: 50px;
    line-height: 60px;
    text-align: right;
    color: #fff;
    text-transform: uppercase;
    padding-right: 30px; }

.section-134 .bg-section-134 .lista-itens {
  font-weight: 500;
  font-size: 31px;
  letter-spacing: 0.03em;
  line-height: 45px;
  text-align: left;
  color: #fff;
  margin-top: 100px; }
  @media (max-width: 1024px) {
    .section-134 .bg-section-134 .lista-itens {
      margin-top: 50px; } }
  @media (max-width: 568pxpx) {
    .section-134 .bg-section-134 .lista-itens {
      font-size: 25px;
      line-height: 30px; } }

@media screen and (max-width: 768px) {
  .topo {
    display: block !important; }
    .topo img {
      margin: 30px auto 0 !important; }
    .topo h2 {
      font-size: 35px !important;
      line-height: 50px !important;
      text-align: center;
      /*margin-top: 40px;*/
      padding: 0;
      text-align: center !important;
      display: block; }
      .topo h2 br {
        display: none; }
      .topo h2 strong {
        font-size: 40px !important;
        line-height: 50px !important;
        text-align: center;
        margin-top: 40px;
        padding: 0;
        text-align: center; }
  .section-134 .bg-section-134 .lista-itens {
    text-align: center;
    font-size: 35px;
    line-height: 45px; }
  .mobile-block {
    display: block !important; } }

#formulario {
  /*background: rgba(72, 90, 75, 0.63);
  box-shadow: 0px 15px 36px rgba(0, 0, 0, 0.62);
  padding: 30px 11px 30px;
  max-width: 550px;
  float: right;
  */
  padding: 30px 0; }
  #formulario .fa {
    font: normal normal normal 14px/1 FontAwesome; }
  #formulario .col-select {
    position: relative; }
    #formulario .col-select::before {
      position: absolute;
      display: block;
      content: "";
      right: 0;
      top: 50%;
      width: 0;
      height: 0;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 7px solid #000;
      margin: -3px 7px 0 0; }
    #formulario .col-select select {
      border-radius: 0.25rem; }

/*
#formulario * {
  font-family: 'Montserrat';
}
*/
@media (max-width: 992px) {
  #formulario {
    float: none;
    max-width: 100%; } }

@media (max-width: 768px) {
  #formulario {
    padding: 10px 0; } }

@media (max-width: 568px) {
  #formulario {
    padding: 25px 0; } }

form.form-padrao {
  padding: 0 10px; }
  form.form-padrao .msg {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #fff;
    display: block;
    margin: 0 auto 20px;
    afont-weight: bold;
    font-size: 22px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #fff; }

.hide {
  display: none !important; }

.form-control {
  height: 40px; }

#formulario .inner-formulario {
  border: 1px solid #fff; }

.inner-bg-section-134 {
  padding-right: 50px;
  padding-left: 100px; }
  @media (max-width: 568px) {
    .inner-bg-section-134 {
      padding: 0 20px !important; } }

@media (max-width: 768px) {
  .inner-bg-section-134 {
    padding-right: 0;
    padding-left: 50px; }
  .align-items-end {
    display: block; } }

@media (max-width: 768px) {
  .section-134 {
    padding: 30px 0; } }

.section-134 h2 {
  color: #d7d1c5;
  margin-bottom: 13px; }
  @media (max-width: 768px) {
    .section-134 h2 {
      text-align: center; } }

.section-134 h3 {
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  text-align: left;
  color: #d7d1c5;
  margin-bottom: 47px; }
  @media (max-width: 768px) {
    .section-134 h3 {
      text-align: center;
      margin-bottom: 30px; } }

.section-134 ul {
  margin-bottom: 100px; }
  @media (max-width: 768px) {
    .section-134 ul {
      margin-bottom: 30px; } }

.section-134 h4 {
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  text-align: left;
  color: #d7d1c5; }
  @media (max-width: 768px) {
    .section-134 h4 {
      text-align: center; } }

.content-bg-section-134 {
  padding: 0; }

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