#section-banners-principais {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  width: 100%;
  float: left;
  overflow: hidden; }
  #section-banners-principais .bg {
    background: #000000;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(42%, rgba(0, 0, 0, 0.3654236695)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3654236695) 42%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3654236695) 42%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#593f34",endColorstr="#593f34",GradientType=1);
    width: 100%;
    height: 100vh;
    float: left;
    overflow: hidden;
    padding-top: 18%; }
    @media (max-width: 1199px) {
      #section-banners-principais .bg {
        padding-top: 26%; } }
    @media (max-width: 992px) {
      #section-banners-principais .bg {
        padding-top: 47%; } }
    @media (max-width: 767px) {
      #section-banners-principais .bg {
        padding-top: 60%; } }
    #section-banners-principais .bg h1 {
      color: #fff;
      text-align: center;
      font-weight: lighter;
      font-size: 47px; }
      @media (max-width: 1199px) {
        #section-banners-principais .bg h1 {
          font-size: 41px; } }
      @media (max-width: 767px) {
        #section-banners-principais .bg h1 {
          font-size: 25px; } }
      #section-banners-principais .bg h1 strong {
        width: 100%;
        float: left;
        font-weight: 900; }
        @media (max-width: 767px) {
          #section-banners-principais .bg h1 strong {
            font-size: 30px; } }
    #section-banners-principais .bg .box-btn {
      width: 100%;
      float: left;
      overflow: hidden; }
      #section-banners-principais .bg .box-btn a {
        background-color: #eebe50;
        border-color: #eebe50;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: block;
        margin: 0px auto;
        padding: 10px 20px;
        margin-top: 35px;
        font-weight: bold;
        font-size: 24px;
        color: #000000; }
        #section-banners-principais .bg .box-btn a:hover {
          background-color: #000000;
          border-color: #000000;
          color: #eebe50; }
    #section-banners-principais .bg img {
      display: block;
      margin: 70px auto 0px; }
      @media (max-width: 1199px) {
        #section-banners-principais .bg img {
          margin-top: 40px; } }
      @media (max-width: 767px) {
        #section-banners-principais .bg img {
          margin-top: 20px;
          width: 200px; } }

#section-galerias-home {
  background: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, white), to(#f2e7cb));
  background: -o-linear-gradient(left, white 30%, #f2e7cb 100%);
  background: linear-gradient(90deg, white 30%, #f2e7cb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f2e7cb",GradientType=1);
  width: 100%;
  float: left;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 60px; }
  #section-galerias-home h2 {
    text-align: center;
    font-size: 33px;
    color: #000000;
    font-weight: 900;
    padding-bottom: 30px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      #section-galerias-home h2 {
        padding-bottom: 13px; } }

#section-destaque-home {
  background-image: url("../../img/bg1.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  float: left;
  overflow: hidden; }
  #section-destaque-home .mascara {
    background: black;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.38)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$cor2000",endColorstr="$cor2000",GradientType=1);
    width: 100%;
    min-height: 334px;
    float: left;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 60px; }
    @media (max-width: 767px) {
      #section-destaque-home .mascara {
        padding-top: 60px;
        padding-bottom: 40px; } }
    #section-destaque-home .mascara h2 {
      color: #eebe50;
      font-weight: bold;
      font-size: 50px;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        #section-destaque-home .mascara h2 {
          text-align: center;
          font-size: 30px; } }
    #section-destaque-home .mascara p {
      color: #eebe50;
      font-weight: bold;
      font-size: 20px; }
      @media (max-width: 767px) {
        #section-destaque-home .mascara p {
          text-align: center;
          font-size: 17px;
          padding-top: 10px; } }
    #section-destaque-home .mascara a {
      background-color: #eebe50;
      border-color: #eebe50;
      float: right;
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 50px;
      font-weight: bold;
      font-size: 17px;
      color: #000000; }
      @media (max-width: 767px) {
        #section-destaque-home .mascara a {
          width: 100%;
          margin-top: 30px;
          margin-bottom: 30px; } }
      #section-destaque-home .mascara a:hover {
        background-color: #000000;
        border-color: #000000;
        color: #eebe50; }