@font-face {
  font-family: 'MyriadPro';
  src: url("../fonts/MyriadProRegular.eot");
  src: url("../fonts/MyriadProRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadProRegular.woff") format("woff"), url("../fonts/MyriadProRegular.ttf") format("truetype"), url("../fonts/MyriadProRegular.svg#Sri-TSCRegular") format("svg");
  font-weight: normal;
  font-style: normal; }


@font-face {
    font-family: 'Gopher-Black';
    src: url('../fonts/Gopher-Black.woff2') format('woff2'),
        url('../fonts/Gopher-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gopher-LightItalic';
    src: url('../fonts/Gopher-LightItalic.woff2') format('woff2'),
        url('../fonts/Gopher-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gopher-Medium';
    src: url('../fonts/Gopher-Medium.woff2') format('woff2'),
        url('../fonts/Gopher-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}




@font-face {
    font-family: 'ITC-Bold';
    src: url('../fonts/itc_avant_garde_gothic_pro-bold-webfont.woff2') format('woff2'),
         url('../fonts/itc_avant_garde_gothic_pro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ITC-Book';
    src: url('../fonts/itc_avant_garde_gothic_pro-book-webfont.woff2') format('woff2'),
         url('../fonts/itc_avant_garde_gothic_pro-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ITC-Medium';
    src: url('../fonts/itc_avant_garde_gothic_pro-medium-webfont.woff2') format('woff2'),
         url('../fonts/itc_avant_garde_gothic_pro-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

 


body {
  font-family: 'MyriadPro', sans-serif; }

.Montserrat {
  font-family: 'Montserrat', sans-serif; }


  .Gopher-Black {
  font-family: 'Gopher-Black', sans-serif; }


  .Gopher-LightItalic {
  font-family: 'Gopher-LightItalic', sans-serif; }


  .Gopher-Medium {
  font-family: 'Gopher-Medium', sans-serif; }





  .ITC-Bold {
  font-family: 'ITC-Bold', sans-serif; }


  .ITC-Book {
  font-family: 'ITC-Book', sans-serif; }


  .ITC-Medium {
  font-family: 'ITC-Medium', sans-serif; }


.cta {
  background-color: #3ADDD9;
  color: #000;
  border-radius: 20px;
  float: left;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  transition: all 0.4s;
  font-family: 'Montserrat', sans-serif; }
  .cta:hover {
    background-color: #fff;
    color: #3ADDD9; }
  .cta.preto {
    background-color: #1d1d1c;
    color: #3ADDD9; }
    .cta.preto:hover {
      background-color: #3ADDD9;
      color: #000; }

#header-back {
  /* background-color: #fff; */
  width: 100%;
  float: left;
  overflow: hidden; }

#header {
  /* background-color: #fff; */
  width: 100%;
  float: left;
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  border-bottom: #fff 2px solid; }
  /* #header .bg1 {
    background-color: #000;
    width: 100%;
    height: 17px;
    float: left;
    overflow: hidden;
    opacity: 0.5; }
    @media (max-width: 1200px) {
      #header .bg1 {
        height: 10px; } }
    @media (max-width: 767px) {
      #header .bg1 {
        height: 5px; } } */
  #header .bg2 {
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    background-color: #f8f9fac2; }
    @media (max-width: 767px) {
      #header .bg2 {
        padding-top: 10px;
        padding-bottom: 9px; } }
    @media (min-width: 1200px) {
      #header .bg2 .container {
        max-width: 1220px; } }
    #header .bg2 #logo {
      width: 100%;
      height: 50px;
      float: left; }
      #header .bg2 #logo img {
        float: left;
        margin-right: 15px; }
        #header .bg2 #logo img:first-child {
          margin-right: 15px; }
    #header .bg2 nav {
      width: 100%;
      float: left; }
      @media (max-width: 1200px) {
        #header .bg2 nav {
          display: none; } }
      #header .bg2 nav ul {
        display: flex;
        justify-content: center;
        width: calc(100% + 50px);
        float: left;
        margin-left: -40px;
        padding-left: 0px;
        margin-bottom: 0px; }
        #header .bg2 nav ul li {
          display: inline;
          list-style: none;
          float: left; }
          #header .bg2 nav ul li a {
            color: #000;
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            float: left;
            padding: 10px 10px;
            transition: all 0.4s; }
            #header .bg2 nav ul li a:hover {
              color: #8D887B;
              text-decoration: none; }
            #header .bg2 nav ul li a.active {
              color: #3ADDD9; }
    #header .bg2 .link {
      height: 30px;
      float: left;
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
      overflow: hidden;
      margin-left: 10px;
      padding: 7px 17px;
      background-color: #1d1d1c;
      border-radius: 20px;
      color: #3ADDD9 !important; }

    #header .bg2 .link-whatsapp {
      background-color: #25d366 !important;
      color: #000 !important;
    }
      @media (max-width: 992px) {
        #header .bg2 .link {
          font-size: 10px;
          padding: 7px 13px;
          margin-left: 5px;
          margin-right: 5px; } }
    @media (max-width: 992px) {
      #header .bg2 .links-header {
        background-color: #fff;
        position: fixed;
        width: 100%;
        z-index: 99;
        bottom: 0px;
        left: 0px;
        float: left;
        padding: 10px; } }

#section1 {
  /* background: #e4e1de;
  background: -moz-linear-gradient(90deg, #e4e1de 0%, #c0bab1 100%);
  background: -webkit-linear-gradient(90deg, #e4e1de 0%, #c0bab1 100%);
  background: linear-gradient(90deg, #e4e1de 0%, #c0bab1 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4e1de",endColorstr="#c0bab1",GradientType=1);
  width: 100%;
  /* float: left; */
  padding-top: 30px;
  overflow: hidden; }
  @media (max-width: 767px) {
    #section1 {
      padding-top: 10px; } }
  @media (max-width: 992px) {
    #section1 img {
      width: 100%;
      max-width: 460px;
      display: block;
      margin: 20px auto 0px; } }
  #section1 h2 {
    width: 100%;
    float: left;
    padding-top: 15px;
    font-size: 1.9em;
    color: #000;
    line-height: 20px;
    text-align: center; }
    @media (max-width: 1200px) {
      #section1 h2 {
        font-size: 49px;
        line-height: 50px; } }
    @media (max-width: 992px) {
      #section1 h2 {
        font-size: 36px;
        line-height: 43px; } }
    @media (max-width: 767px) {
      #section1 h2 {
        font-size: 32px;
        line-height: 36px; } }
    #section1 h2 span {
      font-weight: 600; }
    #section1 h2 b {
      font-weight: 900; }
      @media (max-width: 767px) {
        #section1 h2 b {
          display: block; } }
  #section1 strong {
    width: 100%;
    float: left;
    color: #5A5242;
    font-size: 17px;
    text-align: center; }
    @media (max-width: 992px) {
      #section1 strong {
        font-size: 21px; } }
    @media (max-width: 767px) {
      #section1 strong {
        font-size: 16px; } }
  #section1 p {
    width: 100%;
    float: left;
    padding-top: 5px;
    font-size: 15px;
    color: #5A5242;
    text-align: center; }
    @media (max-width: 992px) {
      #section1 p {
        font-size: 17px; } }
    @media (max-width: 767px) {
      #section1 p {
        font-size: 14px; } }
  #section1 .tamanho {

    background-size:inherit;
    background-repeat:no-repeat;
    background-position: left top;
    min-height: 618px;

   /* display: flex;
    align-items: flex-end; 
    height: 630px;  */}
    @media (max-width: 767px) {
      #section1 .tamanho {
        height: auto;
        padding-top:180px;
        background-size:100%;
      }
    }
    @media (min-height: 844px) {
      #section1 .tamanho {
        height: auto !important; } 
      .tamanho-imagem {
        height: auto !important; } }
  #section1 .container-banner-principal {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-height: 844px) {
      #section1 .container-banner-principal {
        display: block;
      }
    }


#section2 {
  background-color: #000;
  width: 100%;
  float: left;
  padding-top: 25px;
  padding-bottom: 25px;
  overflow: hidden; }
  #section2 h2 {
    color: #3ADDD9;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 0px; }

.section-form {
  background: #FFFFFF;
  border-radius:30px;
  border: 2px solid #000;
 
  width: 100%;
  float: left;
  padding: 30px;
  overflow: hidden; 
  margin-top:30px;
  margin-bottom:30px;
  }
  @media (max-width: 992px) {
    .section-form {
      padding-top: 15px; } }
  .section-form .box-embed {
    width: 100%;
    float: left;
    overflow: hidden;
    padding-right: 40px;
    border-radius: 0px; }
    @media (max-width: 1200px) {
      .section-form .box-embed {
        padding-right: 0px;
        margin-left: 0px; } }
    .section-form .box-embed > a {
      background-position: center center;
      background-size: cover;
      width: 100%;
      float: left;
      overflow: hidden; }
      .section-form .box-embed > a .mask {
        width: 100%;
        float: left;
        padding-top: 33%;
        padding-bottom: 33%; }
        @media (max-width: 1200px) {
          .section-form .box-embed > a .mask {
            padding-top: 38%;
            padding-bottom: 38%; } }
        @media (max-width: 992px) {
          .section-form .box-embed > a .mask {
            padding-top: 20%;
            padding-bottom: 20%; } }
    .section-form .box-embed .embed-responsive-4by3::before {
      padding-top: 110%; }
      @media (max-width: 1400px) {
        .section-form .box-embed .embed-responsive-4by3::before {
          padding-top: 110%; } }
      @media (max-width: 1200px) {
        .section-form .box-embed .embed-responsive-4by3::before {
          padding-top: 53%; } }
  .section-form .login-box {
    width: 100%;
    float: left;
    overflow: hidden;
    max-width: 470px;
    padding-top: 0px;
    padding-bottom: 0px; }
    .section-form .login-box h2 {
      width: 100%;
      float: left;
      color: #5A5242;
      font-weight: 900;
      text-align: center;
      font-size: 19px; }
      @media (max-width: 992px) {
        .section-form .login-box h2 {
          font-size: 26px; } }
      @media (max-width: 767px) {
        .section-form .login-box h2 {
          font-size: 23px; } }
    .section-form .login-box h3 {
      width: 100%;
      float: left;
      color: #000;
      font-weight: 600;
      text-align: center;
      font-size: 1.8em;
      margin-bottom: 20px; }
      @media (max-width: 992px) {
        .section-form .login-box h3 {
          /*font-size: 18px;
          line-height: 27px;
          margin-bottom: 25px;*/ } }
      @media (max-width: 767px) {
        .section-form .login-box h3 {
          /*font-size: 14px;
          line-height: 24px;
          margin-bottom: 20px;*/ } }
    @media (max-width: 1200px) {
      .section-form .login-box {
        padding: 11px;
        max-width: initial; } }
    @media (max-width: 992px) {
      .section-form .login-box {
        padding: 30px 0px 40px; } }
    @media (max-width: 767px) {
      .section-form .login-box {
        padding: 37px 0px 50px; } }
    .section-form .login-box .cta {
      width: 100%;
      border-radius: 25px;
      padding: 7px 20px;
      font-size: 12px;
      margin-top: 7px;}
    .section-form .login-box .btn-group {
      width: 100%;
      float: left;
      margin-bottom: 20px; }
      .section-form .login-box .btn-group .btn-type-form {
        width: 50%;
        background-color: #232323;
        border: 1px solid #fff;
        color: #fff;
        padding-top: 5px;
        padding-bottom: 5px; }
        .section-form .login-box .btn-group .btn-type-form.active {
          background-color: #fff;
          color: #232323; }
        .section-form .login-box .btn-group .btn-type-form input {
          display: none; }
    .section-form .login-box .form-group {
      margin-top: 0px;
      color: #fff; }
      .section-form .login-box .form-group .col-form-label {
        width: 100%;
        padding: 0px;
        font-size: 13px; }
      .section-form .login-box .form-group label {
        font-size: 14px; }
    .section-form .login-box .form-check.data {
      float: left;
      margin-top: 20px; }
      .section-form .login-box .form-check.data .form-check-input {
        float: left; }
      .section-form .login-box .form-check.data .form-check-label {
        float: left;
        color: #fff;
        font-size: 14px;
        padding-top: 2px;
        padding-left: 3px; }
    .section-form .login-box .user-box {
      position: relative;
     height: 44px;}
      .section-form .login-box .user-box i {
        float: left;
        margin-left: -22px;
        margin-top: 16px;
        color: #fff; }
      .section-form .login-box .user-box.active {
        margin-top: 10px; }
        .section-form .login-box .user-box.active label {
          top: -17px;
          left: 0;
          color: #fff;
          font-size: 12px; }
      .section-form .login-box .user-box input,
      .section-form .login-box .user-box select,
      .section-form .login-box .user-box textarea {
        width: 100%;
        height: 35px;
        padding: 8px 0;
        font-size: 15px;
        color: #fff;
        margin-bottom: 20px;
        border: none;
        padding-left: 15px;
        border-radius: 25px;
        background-color: #DEDCD7;
        outline: none;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); }
        @media (max-width: 992px) {
          .section-form .login-box .user-box input,
          .section-form .login-box .user-box select,
          .section-form .login-box .user-box textarea {
            margin-bottom: 15px; } }
      .section-form .login-box .user-box textarea {
        height: 50px; }
      .section-form .login-box .user-box label {
        position: absolute;
        top: 0;
        left: 0;
        padding: 8px 0;
        font-size: 15px;
        color: #fff;
        pointer-events: none;
        transition: .5s; }
      .section-form .login-box .user-box input:focus ~ label,
      .section-form .login-box .user-box input:valid ~ label,
      .section-form .login-box .user-box select:focus ~ label,
      .section-form .login-box .user-box select:valid ~ label,
      .section-form .login-box .user-box textarea:focus ~ label,
      .section-form .login-box .user-box textarea:valid ~ label {
        top: -17px;
        left: 0;
        color: #444;
        font-size: 12px; }
      .section-form .login-box .user-box .btn-primary {
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 14px;
        margin-top: 10px; }
      .section-form .login-box .user-box .exibe-visita {
        background-color: #444;
        padding: 12px;
        margin-bottom: 20px; }
        .section-form .login-box .user-box .exibe-visita input,
        .section-form .login-box .user-box .exibe-visita select,
        .section-form .login-box .user-box .exibe-visita textarea {
          margin-bottom: 0px;
          float: left;
          background: none; }

#section3 {
  background-color: #211915;
  width: 100%;
  float: left;
  overflow: hidden; }
  @media (max-width: 992px) {
    #section3 {
      padding-top: 33px;
      padding-bottom: 40px; } }
  #section3 p {
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    line-height: 33px;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px; }
    @media (max-width: 1200px) {
      #section3 p {
        font-size: 16px;
        line-height: 27px;
        padding-bottom: 0px; } }
    @media (max-width: 992px) {
      #section3 p {
        font-size: 15px;
        line-height: 23px;
        padding-left: 10px;
        padding-right: 10px; } }
  @media (max-width: 767px) {
    #section3 img {
      display: block;
      margin-top: 30px; } }

#section4 {
  background-color: #494132;
  width: 100%;
  float: left;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden; }
  #section4 h2 {
    width: 100%;
    float: left;
    color: #3ADDD9;
    font-size: 30px;
    font-weight: bolder;
    text-align: center; }
  #section4 p {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 10px; }
    @media (max-width: 992px) {
      #section4 p {
        padding-left: 0px;
        padding-right: 0px; } }

#section5 {
  background-color: #fff;
  width: 100%;
  float: left;
  padding-top: 80px;
  padding-bottom: 60px;
  overflow: hidden; }
  #section5 .card {
    background-color: #fff;
    text-align: center; }
  #section5 img {
    width: 100%;
    float: left; }
  #section5 h2 {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding-top: 35px;
    margin-bottom: 5px; }
    @media (max-width: 1200px) {
      #section5 h2 {
        font-size: 15px;
        padding-top: 18px; } }
  #section5 h3 {
    font-size: 26px;
    font-weight: 600;
  }
  #section5 .card h3 {
    font-size: 0.7em;
    font-weight: 600;
  }
  #section5 strong {
    width: 100%;
    float: left;
    font-size: 15px;
    margin-bottom: 10px; }
    @media (max-width: 1200px) {
      #section5 strong {
        font-size: 13px; } }
  #section5 p {
    width: 100%;
    float: left;
    font-size: 14px;
    padding: 20px; }
  #section5 .centralizar-titulo {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 32px; }
    @media (max-width: 600px) {
      #section5 .centralizar-titulo {
        align-items: center;
        flex-direction: column;
      }
    }

#section6 {
  background-color: #1d1d1c;
  width: 100%;
  float: left;
  padding-top: 80px;
  padding-bottom: 100px;
  overflow: hidden; }
  @media (max-width: 992px) {
    #section6 {
      padding-top: 80px;
      padding-bottom: 60px; } }
  #section6 h2 {
    width: 100%;
    float: left;
    font-size: 1.5em;
    font-weight: normal;
    color: #3ADDD9;
    text-align: center; }
    @media (max-width: 767px) {
      #section6 h2 {
        font-size: 17px;
        padding-bottom: 15px; } }
  #section6 .box-empreendimento {
    width: 100%;
    float: left;
    padding: 20px 5px;
    border-radius: 10px; }
    @media (max-width: 992px) {
      #section6 .box-empreendimento {
        padding: 10px 20px; } }
    @media (max-width: 767px) {
      #section6 .box-empreendimento {
        margin-bottom: 20px; } }
    #section6 .box-empreendimento .logo {
      height: 90px;
      margin-bottom: 20px; }
      @media (max-width: 992px) {
        #section6 .box-empreendimento .logo {
          height: 70px; } }
    #section6 .box-empreendimento .img {
      width: 100%;
      float: left;
      border-radius: 10px; }
    #section6 .box-empreendimento h3 {
      width: 100%;
      float: left;
      overflow: hidden;
      color: #3ADDD9;
      font-size: 1em;
      line-height: 24px;
      padding-top: 20px;
      text-align: center;}
      @media (max-width: 1200px) {
        #section6 .box-empreendimento h3 {
          font-size: 16px;
          line-height: 22px; } }
      @media (max-width: 992px) {
        #section6 .box-empreendimento h3 {
          font-size: 15px;
          line-height: 20px; } }
    #section6 .box-empreendimento strong {
      width: 100%;
      float: left;
      overflow: hidden;
      color: #fff;
      font-size: 0.9em;
      text-align: center;
      font-weight: bold; }
      @media (max-width: 1200px) {
        #section6 .box-empreendimento strong {
          font-size: 15px; } }
      @media (max-width: 992px) {
        #section6 .box-empreendimento strong {
          font-size: 12px; } }
    #section6 .box-empreendimento p {
      width: 100%;
      min-height: 130px;
      float: left;
      padding-top: 10px;
      overflow: hidden;
      color: #fff;
      font-size: 0.7em;
      text-align: center; }
      @media (max-width: 1200px) {
        #section6 .box-empreendimento p {
          font-size: 12px; } }
      @media (max-width: 992px) {
        #section6 .box-empreendimento p {
          min-height: 150px; } }
  #section6 h4 {
    width: 100%;
    color: #3ADDD9;
    display: block;
    margin: 40px auto 0px;
    text-align: center; 
    font-size: 1em;}
    @media (max-width: 767px) {
      #section6 h4 {
        margin: 0px auto 0px; } }
    #section6 h4 span {
      width: 100%;
      /* float: left; */
      padding-bottom: 5px;
      text-align: center;
      font-weight: 600; }
      @media (max-width: 767px) {
        #section6 h4 span {
          font-size: 18px;
          padding-bottom: 10px; } }
    #section6 h4 strong {
      width: 100%;
      float: left;
      text-align: center;
      font-weight: 900; }
      @media (max-width: 767px) {
        #section6 h4 strong {
          font-size: 19px; } }

.section-extra {
  background-color: #3ADDD9;
  padding:20px;
  text-align: center;}
  .section-extra h2 {
    font-size: 1.3em;
    font-weight: bold; }
  .section-extra .cta {
    background-color: #1D1D1C;
    color: #3ADDD9;
    border-radius: 20px;
    float: left;
    padding: 5px 13px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.4s;
    font-family: 'Montserrat', sans-serif;
  }

#section7 {
  background-color: #fff;
  width: 100%;
  float: left;
  padding-top: 80px;
  padding-bottom: 50px;
  overflow: hidden; }
  #section7 h2 {
    width: 100%;
    float: left;
    font-size: 26px;
    padding-bottom: 20px;
    color: #000;
    text-align: center;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      #section7 h2 {
        font-size: 18px;
        padding-bottom: 10px; } }
  #section7 #box-exclusividades {
    width: 100%;
    float: left; }
    #section7 #box-exclusividades .reg-exclusividades {
      width: 16.66%;
      float: left;
      padding-left: 7px;
      padding-right: 7px; }
      @media (max-width: 992px) {
        #section7 #box-exclusividades .reg-exclusividades {
          width: 33.333%; } }
      @media (max-width: 767px) {
        #section7 #box-exclusividades .reg-exclusividades {
          width: 50%; } }
      #section7 #box-exclusividades .reg-exclusividades .img {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-color: #333;
        width: 204px;
        height: 204px;
        float: left;
        overflow: hidden;
        position: relative;
        border-radius: 100%; }
        @media (max-width: 767px) {
          #section7 #box-exclusividades .reg-exclusividades .img {
           /* height: 185px;*/ } }
        #section7 #box-exclusividades .reg-exclusividades .img h3 {
          background-color: rgba(0, 0, 0, 0.2);
          width: 100%;
          position: absolute;
          bottom: 0px;
          left: 0px;
          font-weight: 900;
          color: #fff;
          font-size: 17px;
          text-transform: uppercase;
          margin: 0px;
          padding: 10px; }
          @media (max-width: 1200px) {
            #section7 #box-exclusividades .reg-exclusividades .img h3 {
              font-size: 14px;
              padding: 8px; } }
      #section7 #box-exclusividades .reg-exclusividades .texto {
        width: 100%;
        float: left;
        padding-top: 10px;
        overflow: hidden; }
        @media (max-width: 992px) {
          #section7 #box-exclusividades .reg-exclusividades .texto {
            height: 120px; } }
        @media (max-width: 767px) {
          #section7 #box-exclusividades .reg-exclusividades .texto {
            height: 145px; } }
        #section7 #box-exclusividades .reg-exclusividades .texto p {
          font-size: 11px;
          font-weight: 600; }

#sectionperguntas {
  background-color: #fff;
  width: 100%;
  float: left;
  padding-top: 80px;
  padding-bottom: 60px;
  overflow: hidden;}
  #sectionperguntas h2 {
    font-size: 26px;
  }
  #sectionperguntas button {
    background-color: #fff;
    border: 0;
    border-bottom: #000 2px solid;
    width: 100%;
    text-align: initial;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    padding-bottom: 11px; }
  #sectionperguntas .panel {
    margin-top: 15px;
  }
  #sectionperguntas .panel {
    display: none;
  }

#footer .bg1 {
  background-color: #000;
  width: 100%;
  float: left;
  padding-top: 30px;
  /* padding-bottom: 30px; */
  overflow: hidden; }
  #footer .bg1 strong {
    width: 100%;
    float: left;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 15px; }
    @media (max-width: 767px) {
      #footer .bg1 strong {
        padding-top: 20px; } }
  #footer .bg1 img.logo-vci {
    width: 270px; }
  #footer .bg1 span {
    width: 100%;
    float: left;
    color: #fff;
    padding-top: 15px;
    font-size: 13px; }
#footer .bg2 {
  background-color: #000;
  width: 100%;
  float: left;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden; }
  @media (max-width: 767px) {
    #footer .bg2 {
      padding-bottom: 70px; } }
  #footer .bg2 p {
    font-size: 10px;
    color: #ccc;
    text-align: center;
    line-height: 15px; }
  #footer .bg2 a {
    display: block;
    color: #fff;
    margin-top: 20px; }

 @media (max-width: 767px) {
    #section6 p{

      text-align: center;
    }

  }


    #section6 .slick-dots {
    width: fit-content;
    display: block;
    margin: 0px auto;
    padding-left: 0px; 
    margin-top:30px;}
    #section6 .slick-dots li {
      float: left;
      display: inline;
      padding-left: 2px;
      padding-right: 2px;
      border-radius: 50%; }
      @media (max-width: 767px) {
        #section6 .slick-dots li {
          height: 5px;
          margin-bottom: 5px; } }
      #section6 .slick-dots li.slick-active button {
        background-color: #3ADDD9; }
        @media (max-width: 767px) {
          #section6 .slick-dots li.slick-active button {
            height: 5px; } }
      #section6 .slick-dots li button {
        background-color: #FFFFFF;
        width: 15px;
        height: 15px;
        float: left;
        overflow: hidden;
        border: 0px;
        text-indent: -9999px;
        border-radius: 50%;
        transition: all 0.4s; }
        @media (max-width: 767px) {
          #section6 .slick-dots li button {
            padding: 0px !important;
            border-radius: 0px;
            width: 15px !important;
            height: 3px; } }


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