/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url(../vendor/animacao/source/gh_animation.css);
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1080px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1640px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #3DBEE3 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1ea8cf !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #73CC34 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #5ca429 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #3DBEE3 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #73CC34 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #3DBEE3 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #1ea8cf !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #73CC34 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #5ca429 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #206376;
  background-color: #d8f2f9;
  border-color: #c9edf7;
}
.alert-primary hr {
  border-top-color: #b3e6f4;
}
.alert-primary .alert-link {
  color: #15414e;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #3c6a1b;
  background-color: #e3f5d6;
  border-color: #d8f1c6;
}
.alert-success hr {
  border-top-color: #caecb2;
}
.alert-success .alert-link {
  color: #254111;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline;
}

a, a:focus, a:visited,
button, button:focus, button:visited,
div, div:focus, div:visited,
textarea:focus, textarea:visited,
input:focus, input:visited {
  outline-offset: 0px;
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: 'GothamBold';
  src: url("../fonts/GothamRounded-Bold.woff2") format("woff2"), url("../fonts/GothamRounded-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/GothamRounded-Light.woff2") format("woff2"), url("../fonts/GothamRounded-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
.sprite, .sprite-icon-alarme {
  background-image: url('../img/sprite-sc438fa01e9.png');
  background-repeat: no-repeat;
}

.sprite-icon-alarme {
  background-position: 0 0;
  height: 62px;
  width: 69px;
}

html {
  font-size: 16px;
}

body {
  background-color: #fff;
  color: #000;
  overflow-x: hidden !important;
  font-family: "Lato", sans-serif;
}
body .container {
  padding-left: 16px;
  padding-right: 16px;
}
body .big-title {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 48px;
  color: #000;
  padding-bottom: 40px;
}
@media (max-width: 991.98px) {
  body .big-title {
    font-size: 2.188rem;
    line-height: 43px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  body .big-title {
    font-size: 1.625rem;
    line-height: 34px;
    text-align: center;
  }
}
body .small-title {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 38px;
  color: #000;
}
@media (max-width: 991.98px) {
  body .small-title {
    font-size: 1.563rem;
    line-height: 33px;
  }
}
@media (max-width: 767.98px) {
  body .small-title {
    font-size: 1.25rem;
    line-height: 26px;
  }
}
body .big-paragraph {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 36px;
  color: #000;
}
body .big-paragraph font {
  color: #23BCE3;
}
@media (max-width: 991.98px) {
  body .big-paragraph {
    font-size: 1.25rem;
    line-height: 34px;
  }
}
@media (max-width: 767.98px) {
  body .big-paragraph {
    font-size: 1.125rem;
    line-height: 26px;
    text-align: center;
  }
}
body .small-paragraph {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
body .small-paragraph font {
  color: #23BCE3;
}
@media (max-width: 767.98px) {
  body .small-paragraph {
    text-align: center;
  }
}
body .mask-menu {
  opacity: 0;
}
body.menu-on {
  overflow: hidden;
}
body.menu-on .mask-menu {
  opacity: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 60;
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: .20s ease;
}
@media (max-width: 991.98px) {
  body.menu-on .mask-menu {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  body br {
    display: none;
  }
}

.erroInput {
  border-bottom: 1px solid #d31717 !important;
}

.slick-dots {
  padding: 10px 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots li::first-child {
  margin-left: 0;
}
.slick-dots li::last-child {
  margin-right: 0;
}
.slick-dots li button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  outline: none;
  color: transparent;
  border: none;
  cursor: pointer;
  transition: all .5s ease-out;
  background-color: rgba(255, 255, 255, 0.4);
}
.slick-dots li button:hover {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

div#wrapper {
  position: relative;
  max-width: 1920px;
  margin: auto;
  overflow-x: hidden;
}

div.fale-com-especialista {
  background: #004475;
  position: fixed;
  z-index: 2;
  right: -197px;
  bottom: 5vh;
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
  padding: 12.5px 22px 14.5px 25px;
  transition: all ease .5s;
  cursor: pointer;
}
div.fale-com-especialista:hover {
  right: 0;
}
div.fale-com-especialista img {
  display: inline-block;
  vertical-align: middle;
}
div.fale-com-especialista p {
  display: inline-block;
  padding-left: 14px;
  vertical-align: middle;
  font-size: 0.998rem;
  line-height: 19px;
  color: #fff;
}

a {
  cursor: pointer;
}
a:hover {
  cursor: pointer;
}

.color-text {
  color: #3D3D3D;
}

.text-gb {
  font-family: "GothamBold";
}

.text-gl {
  font-family: "Gotham";
}

.text-ll {
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

.text-lb {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.font-14 {
  font-size: 0.875rem;
}

.font-15 {
  font-size: 0.938rem;
}

.font-16 {
  font-size: 0.998rem;
}

.font-17 {
  font-size: 1.063rem;
}

.font-18 {
  font-size: 1.125rem;
}

.font-20 {
  font-size: 1.25rem;
}

.font-22 {
  font-size: 1.375rem;
}

.font-24 {
  font-size: 1.5rem;
  line-height: 36px;
}
@media (max-width: 767.98px) {
  .font-24 {
    font-size: 1.125rem;
    line-height: 32px;
  }
}

.font-26 {
  font-size: 1.625rem;
}

.font-25 {
  font-size: 1.563rem;
}

.font-28 {
  font-size: 1.75rem;
}

.font-30 {
  font-size: 1.875rem;
}

.font-32 {
  font-size: 2rem;
}

.font-35 {
  font-size: 2.188rem;
}

.font-36 {
  font-size: 2.25rem;
}

.font-40 {
  font-size: 2.5rem;
  line-height: 48px;
}
@media (max-width: 767.98px) {
  .font-40 {
    font-size: 2rem;
    line-height: 40px;
  }
}

.font-43 {
  font-size: 2.688rem;
}

.font-50 {
  font-size: 3.125rem;
}

.font-46 {
  font-size: 2.875rem;
}

.font-62 {
  font-size: 3.875em;
}

.white {
  color: white;
}

.green {
  color: #75CC52;
}

.blue {
  color: #3DBEE3;
}

.blue-strong-2 {
  color: #004475;
}

.strong-blue {
  color: #064570;
}

.light-dark {
  color: #3D3D3D;
}

.light-grey {
  color: #717171;
}

.paragraph-details {
  padding-top: 40px;
  line-height: 36px;
}
@media (max-width: 767.98px) {
  .paragraph-details {
    padding-top: 20px;
  }
}

.wrapper-acessorios {
  display: inline-block;
  max-width: 398px;
  height: auto;
  cursor: pointer;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.wrapper-acessorios:hover div.wrapper-img img {
  transform: scale(1.1);
}
.wrapper-acessorios:hover div.wrapper-text div.wrapper-title {
  width: 100%;
}
.wrapper-acessorios div.wrapper-img {
  overflow: hidden;
}
.wrapper-acessorios div.wrapper-img img {
  transition: all 0.3s ease;
  width: 100%;
  max-width: 398px;
}
.wrapper-acessorios div.wrapper-text {
  width: 85%;
  margin: auto;
  padding-bottom: 20px;
}
.wrapper-acessorios div.wrapper-text div.wrapper-title {
  width: 95%;
  padding: 20px 0 0;
  transition: all 0.3s ease;
  min-height: 80px;
}
.wrapper-acessorios div.wrapper-text div.wrapper-title h3 {
  float: left;
  line-height: 24px;
  width: 90%;
  text-align: left;
  color: #000;
}
.wrapper-acessorios div.wrapper-text div.wrapper-title svg {
  transition: all 0.3s ease;
  float: right;
}
.wrapper-acessorios div.wrapper-text p {
  clear: both;
  padding-top: 10px;
  line-height: 24px;
  min-height: 148px;
  color: #000;
}

.btn-default {
  width: 238px;
  height: 55px;
  max-width: 100%;
  font-size: 0.998rem;
  line-height: 19px;
  font-family: "Lato", sans-serif;
  border: none;
  border-radius: 26px;
  font-weight: 700;
  text-align: center !important;
  padding: 16px 0 18px;
  background-color: #75CC52;
  color: #fff;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
@media screen and (max-width: 1610px) {
  .btn-default {
    width: 225px;
    font-size: 0.938rem;
  }
}
@media screen and (max-width: 1370px) {
  .btn-default {
    width: 180px;
  }
}
.btn-default:hover, .btn-default:focus {
  cursor: pointer;
  background-color: #23BCE3;
}
.btn-default.btn-white-green {
  background-color: white;
  color: #064570;
}
.btn-default.btn-white-green:hover, .btn-default.btn-white-green:focus {
  background-color: #75CC52;
  color: white;
  cursor: pointer;
}
.btn-default.btn-lblue-green {
  background-color: #23BCE3;
  color: white;
}
.btn-default.btn-lblue-green:hover {
  background-color: #75CC52;
  color: white;
}
.btn-default.btn-green-blue:hover, .btn-default.btn-green-blue:focus {
  background-color: #23BCE3;
}
.btn-default.btn-simulacao {
  font-size: 0.813rem;
  height: 30px;
  padding-top: 6px;
}

.input-cemacon {
  width: 100%;
  max-width: 536px;
  border: none;
  border-bottom: 2px solid #B9B9BC;
  color: #000;
  outline: none !important;
  padding: 17px;
  margin-bottom: 57px;
}
.input-cemacon::placeholder {
  /* Most modern browsers support this now. */
  color: #B9B9BC;
}
.input-cemacon:focus {
  background-color: rgba(0, 0, 50, 0.05);
}
.input-cemacon.input-white {
  color: white;
  border-bottom: 1px solid white;
}
.input-cemacon.input-white ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white !important;
}
.input-cemacon.input-white ::-webkit-input-placeholder input {
  color: white !important;
}
.input-cemacon.input-white ::-moz-placeholder {
  /* Firefox 19+ */
  color: white !important;
}
.input-cemacon.input-white ::-moz-placeholder input {
  color: white !important;
}
.input-cemacon.input-white :-ms-input-placeholder {
  /* IE 10+ */
  color: white !important;
}
.input-cemacon.input-white :-ms-input-placeholder input {
  color: white !important;
}
.input-cemacon.input-white :-moz-placeholder {
  /* Firefox 18- */
  color: white !important;
}
.input-cemacon.input-white :-moz-placeholder input {
  color: white !important;
}

.titulo-pagina {
  font-size: 3.875em;
  line-height: 64px;
}
.titulo-pagina.white {
  color: white;
}
@media screen and (max-width: 540px) {
  .titulo-pagina {
    font-size: 2.5rem;
    line-height: 44px;
  }
}

.sub-titulo-pagina {
  font-size: 3.125rem;
  line-height: 50px;
}
@media screen and (max-width: 720px) {
  .sub-titulo-pagina {
    font-size: 1.875rem;
    line-height: 35px;
  }
  .sub-titulo-pagina font {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 540px) {
  .sub-titulo-pagina br {
    display: block !important;
  }
}

.sub-titulo-pagina-interna {
  font-size: 1.25rem;
  line-height: 32px;
}
.sub-titulo-pagina-interna font {
  font-size: 2.25rem;
}
@media screen and (max-width: 720px) {
  .sub-titulo-pagina-interna {
    font-size: 1.125rem;
    line-height: 32px;
  }
  .sub-titulo-pagina-interna font {
    font-size: 1.625rem;
  }
}

.default-start-page {
  width: 100%;
  height: 274px;
  background-color: #73CC34;
  padding-top: 50px;
}
.default-start-page.blue {
  background-color: #3DBEE3;
}
.default-start-page.strong-blue {
  background-color: #004475;
}
.default-start-page h1 {
  margin: 7px 0 15px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.5rem;
  line-height: 37px;
}
@media screen and (max-width: 1610px) {
  .default-start-page h1 {
    font-size: 1.25rem;
  }
}
.default-start-page p {
  line-height: 34px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 1.75rem;
}
@media screen and (max-width: 1610px) {
  .default-start-page p {
    font-size: 1.5rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .default-start-page {
    padding: 50px 0;
  }
  .default-start-page br {
    display: none;
  }
  .default-start-page h1 {
    font-size: 1.5rem;
  }
  .default-start-page p {
    font-size: 1.125rem;
    line-height: 24px;
  }
  .default-start-page img {
    margin-top: 25px;
  }
}
@media screen and (max-width: 720px) {
  .default-start-page {
    padding: 30px 25px 40px 25px;
    height: auto;
  }
}

@media screen and (max-width: 1600px) {
  .default-rounded-section {
    max-width: 1050px !important;
  }
}
@media screen and (max-width: 1400px) {
  .default-rounded-section {
    max-width: 870px !important;
  }
}

section.padrao-produto-section-1 {
  position: relative;
  display: block;
  padding: 106px 0 239px 0;
  background-position: left top;
  background-repeat: no-repeat;
}
section.padrao-produto-section-1 h2 {
  line-height: 38px;
  font-size: 1.875rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #3D3D3D;
}
@media screen and (max-width: 1610px) {
  section.padrao-produto-section-1 h2 {
    font-size: 1.625rem;
    line-height: 34px;
  }
}
section.padrao-produto-section-1 p {
  line-height: 36px;
  margin: 44px 0 70px 0;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #3D3D3D;
  font-size: 1.5rem;
}
@media screen and (max-width: 1610px) {
  section.padrao-produto-section-1 p {
    font-size: 1.25rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 720px) {
  section.padrao-produto-section-1 p {
    font-size: 1.063rem;
    line-height: 29px;
  }
}
@media screen and (max-width: 1080px) {
  section.padrao-produto-section-1 {
    background-position: center;
    background-size: cover;
    padding: 50px 25px;
    margin: 50px 0 50px 0;
    height: auto;
  }
  section.padrao-produto-section-1 h2,
  section.padrao-produto-section-1 p {
    color: white;
  }
  section.padrao-produto-section-1:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
    content: '';
  }
}
@media screen and (max-width: 720px) {
  section.padrao-produto-section-1 {
    margin: 0;
  }
}

section.padrao-produto-section-2 {
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  min-height: 602px;
  padding: 125px 0 155px;
}
@media screen and (max-width: 1080px) {
  section.padrao-produto-section-2 {
    padding: 50px 25px !important;
    height: auto;
    min-height: auto;
    margin: 0 0 !important;
  }
  section.padrao-produto-section-2:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
    content: '';
  }
  section.padrao-produto-section-2 div.background-white {
    display: none;
  }
  section.padrao-produto-section-2 p {
    color: white;
  }
  section.padrao-produto-section-2 div.wrapper-iten {
    margin-top: 40px;
    margin: 25px auto;
    width: 49%;
    display: inline-block;
    text-align: center;
  }
  section.padrao-produto-section-2 div.wrapper-iten div.wrapper-icon {
    margin: auto !important;
  }
}
section.padrao-produto-section-2 p {
  color: white;
  line-height: 36px;
}
section.padrao-produto-section-2#agua-chuva-2 {
  background-image: url("../img/produtos/chuva/chuva2.jpg");
}
section.padrao-produto-section-2#agua-chuva-2 p:last-child {
  margin-top: 36px;
}
section.padrao-produto-section-2#aquecimento-2 {
  background-image: url("../img/produtos/aquecimento/pisininha.jpg");
  background-position: 100% 80%;
  padding: 120px 0 110px;
  margin: 115px 0 0;
}
@media screen and (max-width: 540px) {
  section.padrao-produto-section-2#aquecimento-2 {
    margin: 60px 0 0;
    background-image: none;
    background-color: #3DBEE3;
  }
}
section.padrao-produto-section-2#aquecimento-2 h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.875rem;
  line-height: 38px;
}
@media screen and (max-width: 1610px) {
  section.padrao-produto-section-2#aquecimento-2 h2 {
    font-size: 1.625rem;
    line-height: 34px;
  }
}
section.padrao-produto-section-2#aquecimento-2 p {
  margin: 37px 0 41px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  color: #fff;
  line-height: 36px;
}
@media screen and (max-width: 1610px) {
  section.padrao-produto-section-2#aquecimento-2 p {
    font-size: 1.25rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 1610px) {
  section.padrao-produto-section-2#aquecimento-2 p {
    font-size: 1.063rem;
    line-height: 29px;
  }
}
section.padrao-produto-section-2#residencia-2 {
  background-image: url("../img/produtos/residencias/banner2.jpg");
}
@media screen and (max-width: 1610px) {
  section.padrao-produto-section-2#residencia-2 {
    background-size: contain;
  }
}
@media screen and (max-width: 720px) {
  section.padrao-produto-section-2#residencia-2 {
    background-color: #3DBEE3;
    background-image: none;
  }
}
section.padrao-produto-section-2#residencia-2 p {
  margin: 37px 0 41px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 36px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1610px) {
  section.padrao-produto-section-2#residencia-2 p {
    font-size: 1.25rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 720px) {
  section.padrao-produto-section-2#residencia-2 p {
    font-size: 1.063rem;
    line-height: 29px;
  }
}
section.padrao-produto-section-2#residencia-2 h2 {
  font-size: 1.875rem;
  font-family: "Lato", sans-serif;
  color: #fff;
  font-weight: 700;
  line-height: 38px;
}
@media screen and (max-width: 1610px) {
  section.padrao-produto-section-2#residencia-2 h2 {
    font-size: 1.625rem;
    line-height: 34px;
  }
}
section.padrao-produto-section-2 div.background-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1150px;
  background: #3DBEE3;
  border-bottom-right-radius: 526px;
  border-top-right-radius: 526px;
  height: 100%;
}
@media screen and (max-width: 1610px) {
  section.padrao-produto-section-2 div.background-white {
    max-width: 870px;
  }
}

section.padrao-produto-section-3 {
  display: block;
  position: relative;
  padding: 130px 0 120px;
}
section.padrao-produto-section-3 div.wrapper-icon {
  margin: 90px 0 30px;
}
section.padrao-produto-section-3 h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  color: #3DBEE3;
}
@media screen and (max-width: 1610px) {
  section.padrao-produto-section-3 h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 720px) {
  section.padrao-produto-section-3 h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 540px) {
  section.padrao-produto-section-3 h2 br {
    display: block !important;
  }
}
section.padrao-produto-section-3 h2 font {
  font-size: 1.563rem;
}
@media screen and (max-width: 1610px) {
  section.padrao-produto-section-3 h2 font {
    font-size: 1.312rem;
  }
}
@media screen and (max-width: 720px) {
  section.padrao-produto-section-3 h2 font {
    font-size: 1.063rem;
  }
}
section.padrao-produto-section-3 h3 {
  font-family: "Lato", sans-serif;
  font-size: 1.375rem;
  color: #3DBEE3;
  font-weight: 700;
  line-height: 50px;
}
@media screen and (max-width: 1610px) {
  section.padrao-produto-section-3 h3 {
    font-size: 1.125rem;
    line-height: 46px;
  }
}
section.padrao-produto-section-3 p {
  margin: 30px auto 82px;
  line-height: 28px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 1.063rem;
}
@media screen and (max-width: 1610px) {
  section.padrao-produto-section-3 p {
    font-size: 0.938rem;
  }
}
@media screen and (max-width: 720px) {
  section.padrao-produto-section-3 {
    padding: 50px 25px;
  }
  section.padrao-produto-section-3 button {
    margin-top: 50px;
  }
  section.padrao-produto-section-3 div.wrapper-icon {
    margin: 35px auto 10px;
  }
  section.padrao-produto-section-3 p {
    margin: 0 auto 15px;
  }
}

section.projetos {
  width: 100%;
  min-height: 565px;
  height: auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 720px) {
  section.projetos .slider-projetos {
    margin-top: 30px;
  }
}
section.projetos img {
  max-width: 100%;
}
section.projetos div.wrapper-text {
  margin-top: 37px;
}
section.projetos div.wrapper-text h2 {
  line-height: 34px;
  margin-right: 70px;
  vertical-align: bottom;
}
section.projetos div.wrapper-text p {
  line-height: 28px;
  margin: 40px 0 66px;
  font-size: 1.125rem;
}
@media screen and (max-width: 1610px) {
  section.projetos div.wrapper-text p {
    margin: 40px 0;
    font-size: 16px;
    line-height: 26px;
  }
}
section.projetos div.wrapper-text .slick-arrows button {
  cursor: pointer;
  background: none;
  border: none;
}
section.projetos div.wrapper-text .slick-arrows button:first-child {
  margin-bottom: 20px;
}
section.projetos div.wrapper-text .slick-arrows button:first-child #prev-arrow-svg {
  transition: all 0.3s ease-out;
}
section.projetos div.wrapper-text .slick-arrows button:first-child:hover #prev-arrow-svg {
  transform: translate(-3px);
}
section.projetos div.wrapper-text .slick-arrows button:last-child #next-arrow-svg {
  transition: all 0.3s ease-out;
}
section.projetos div.wrapper-text .slick-arrows button:last-child:hover #next-arrow-svg {
  transform: translate(3px);
}
section.projetos div.wrapper-text .arrows-page-projects button {
  cursor: pointer;
  background: none;
  border: none;
}
section.projetos div.wrapper-text .arrows-page-projects button:first-child {
  margin-bottom: 20px;
}
section.projetos div.wrapper-text .arrows-page-projects button:first-child #prev-arrow-svg {
  transition: all 0.3s ease-out;
}
section.projetos div.wrapper-text .arrows-page-projects button:first-child:hover #prev-arrow-svg {
  transform: translate(-3px);
}
section.projetos div.wrapper-text .arrows-page-projects button:last-child #next-arrow-svg {
  transition: all 0.3s ease-out;
}
section.projetos div.wrapper-text .arrows-page-projects button:last-child:hover #next-arrow-svg {
  transform: translate(3px);
}
section.projetos .total-projetos {
  color: #8BD8EF;
}
section.projetos div#progress-bar {
  width: 100%;
  max-width: 122px;
  height: 4px;
  background: #8BD8EF;
  position: relative;
  margin: 10px 0 0;
}
section.projetos div#progress-bar div#progresso {
  background: white;
  width: 0%;
  height: 100%;
  transition: width 0.3s ease-out;
}
section.projetos div.wrapper-blue-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 916px;
  background: #004475;
  border-bottom-right-radius: 526px;
  border-top-right-radius: 526px;
  height: 100%;
  max-height: 461px;
}
section.projetos div.wrapper-strong-blue-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 916px;
  background: #064570;
  border-bottom-right-radius: 526px;
  border-top-right-radius: 526px;
  height: 100%;
  max-height: 461px;
}
section.projetos div.wrapper-slider {
  width: 100%;
  max-width: 1286px;
  min-height: 532px;
  height: auto;
  position: absolute;
  left: -12%;
  top: 58px;
  margin-left: 50%;
}
@media screen and (max-width: 1610px) {
  section.projetos div.wrapper-slider {
    top: 41px;
  }
}
section.projetos div.wrapper-slider a.wrapper-projeto {
  margin-right: 12px;
  border-radius: 23px;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all .5s ease;
}
section.projetos div.wrapper-slider a.wrapper-projeto:hover {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
}
section.projetos div.wrapper-slider a.wrapper-projeto h3.title {
  height: 108px;
  width: 80%;
  color: #004475;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 24px;
  padding: 33px 40px 0;
}
@media screen and (max-width: 720px) {
  section.projetos div.wrapper-slider a.wrapper-projeto h3.title {
    width: 100%;
    height: auto;
    font-size: 0.998rem;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 1080px) {
  section.projetos {
    background: #3DBEE3;
    padding: 50px 25px;
  }
  section.projetos p {
    margin: 25px 0;
    line-height: 25px;
  }
  section.projetos div.wrapper-slider {
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
    display: block;
    margin: auto !important;
    display: block;
  }
}
@media screen and (max-width: 540px) {
  section.projetos {
    padding: 0 25px;
  }
}

section.projetos-right div.wrapper-strong-blue-background {
  left: inherit;
  right: 0;
  border-bottom-left-radius: 526px;
  border-top-left-radius: 526px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
section.projetos-right div.wrapper-slider {
  right: -12%;
  left: inherit;
  margin-right: 50%;
  margin-left: 0;
}
section.projetos-right div.wrapper-projeto {
  margin-left: 12px;
}
section.projetos-right div.wrapper-text h2 {
  margin-right: 0;
  margin-left: 70px;
  text-align: right;
  font-size: 1.625rem;
}
@media screen and (max-width: 1610px) {
  section.projetos-right div.wrapper-text h2 {
    font-size: 1.5rem;
    margin-left: 50px;
  }
}

.margin-t-60 {
  margin-top: 60px;
}

@media screen and (max-width: 720px) {
  br {
    display: none !important;
  }
}

@media screen and (max-width: 1370px) {
  #screen-1366 {
    display: none;
  }
}

.big-screen {
  width: 100%;
  position: relative;
  padding-top: 44px;
  z-index: 100;
}
@media (max-width: 1199.98px) {
  .big-screen {
    display: none;
  }
}
.big-screen div.wrapper-logo {
  width: 211px;
}
.big-screen div.wrapper-logo img {
  max-width: 100%;
}
@media screen and (max-width: 1640px) {
  .big-screen div.wrapper-logo {
    width: 200px;
    padding-top: 5px;
  }
}
.big-screen div.linha-topo {
  margin-bottom: 15px;
  text-align: right;
}
.big-screen div.linha-topo p {
  color: #75CC52;
  font-size: 0.875rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 22px;
}
@media screen and (max-width: 1610px) {
  .big-screen div.linha-topo p {
    font-size: 0.813rem;
  }
}
.big-screen nav.nav-menu li {
  margin: 0 20px 0 0;
  padding-bottom: 20px;
  position: relative;
  line-height: 46px;
}
.big-screen nav.nav-menu li:after {
  position: absolute;
  top: 0;
  width: 0;
  transition: width 0.3s ease-out;
  display: block;
  content: '';
  height: 7px;
  top: -40px;
  background-color: #75CC52;
}
.big-screen nav.nav-menu li:hover:after {
  display: block;
  width: 100%;
}
.big-screen nav.nav-menu li:hover.li-btn:after {
  display: none;
}
.big-screen nav.nav-menu li.ativo:after {
  display: block;
  width: 100%;
}
.big-screen nav.nav-menu li.ativo.li-btn:after {
  display: none;
}
.big-screen nav.nav-menu li a {
  font-family: "GothamBold";
  color: #064570;
  font-size: 0.938rem;
}
@media screen and (max-width: 1640px) {
  .big-screen nav.nav-menu li a {
    font-size: 0.938rem;
  }
}
@media screen and (max-width: 1610px) {
  .big-screen nav.nav-menu li {
    margin: 0 17px 0 0;
  }
}
@media screen and (max-width: 1370px) {
  .big-screen nav.nav-menu li {
    margin: 0 14px 0 0;
  }
}
.big-screen nav.nav-menu li.li-btn {
  margin: 0 20px;
}
@media screen and (max-width: 1370px) {
  .big-screen nav.nav-menu li.li-btn {
    margin: 0 15px;
  }
}
@media screen and (max-width: 1300px) {
  .big-screen nav.nav-menu li.li-btn .btn-default {
    width: 200px;
  }
}
.big-screen nav.nav-menu li.submenu-hover {
  position: relative;
  line-height: 46px;
}
.big-screen nav.nav-menu li.submenu-hover div.submenu {
  position: absolute;
  display: none;
  /*width: 100%;*/
  width: 794px;
  left: -148px;
  top: 67px;
  z-index: 1;
  background-color: #e3e3e3;
}
.big-screen nav.nav-menu li.submenu-hover div.submenu div.wrapper-icon {
  background-color: #00305f;
  padding: 46px 32px;
  height: 100%;
  width: 20%;
  float: left;
}
.big-screen nav.nav-menu li.submenu-hover div.submenu div.wrapper-icon img {
  max-width: 100%;
}
.big-screen nav.nav-menu li.submenu-hover div.submenu div.wrapper-links {
  width: 80%;
  float: left;
  padding: 0px;
  padding-top: 5px;
}
.big-screen nav.nav-menu li.submenu-hover div.submenu div.wrapper-links ul li {
  padding: 0 30px;
  margin-right: 0;
}
.big-screen nav.nav-menu li.submenu-hover div.submenu div.wrapper-links ul li:after {
  display: none !important;
}
.big-screen nav.nav-menu li.submenu-hover div.submenu div.wrapper-links ul li a {
  font-size: 0.998rem;
  line-height: 20px;
  font-family: "Gotham";
  color: #064570;
  margin-bottom: 15px;
}
.big-screen nav.nav-menu li.submenu-hover div.submenu div.wrapper-links ul li:hover {
  background-color: #23BCE3;
}
.big-screen nav.nav-menu li.submenu-hover div.submenu div.wrapper-links ul li:hover:after {
  display: none;
}
.big-screen nav.nav-menu li.submenu-hover div.submenu div.wrapper-links ul li:hover a {
  color: #fff;
  font-family: "GothamBold";
}
.big-screen nav.nav-menu li.submenu-hover div.submenu div.wrapper-links a {
  font-size: 0.998rem;
  line-height: 20px;
  font-family: "Gotham";
  color: #064570;
  margin-bottom: 15px;
}
.big-screen nav.nav-menu li.submenu-hover:hover div.submenu {
  display: block;
}
.big-screen nav.nav-menu .wrapper-socials {
  vertical-align: top;
  padding-top: 14px;
  display: inline-block;
}
.big-screen nav.nav-menu .wrapper-socials a {
  cursor: pointer;
}
.big-screen nav.nav-menu .wrapper-socials a.svg-instagram {
  padding-top: 2px;
}

div.wrapper-dropdown {
  height: 400px;
  width: 93%;
  position: absolute;
  top: unset;
  display: none;
  right: 0;
}
@media screen and (max-width: 1550px) {
  div.wrapper-dropdown {
    width: 100%;
  }
}
div.wrapper-dropdown p {
  color: black;
  font-size: 1.5rem;
}
div.wrapper-dropdown div.wrapper-background {
  background-color: white;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
div.wrapper-dropdown div.wrapper-all-dropdown {
  position: relative;
  height: 100%;
  padding-left: 122px;
}
@media screen and (max-width: 1550px) {
  div.wrapper-dropdown div.wrapper-all-dropdown {
    padding-left: 40px;
  }
}
div.wrapper-dropdown div.wrapper-menu {
  float: right;
  position: relative;
  display: block;
  z-index: 321321;
  width: 100%;
}
div.wrapper-dropdown div.wrapper-menu ul {
  display: inline-block;
  padding-top: 92px;
}
div.wrapper-dropdown div.wrapper-menu ul:first-child {
  margin-right: 165px;
  padding-left: 21px;
}
div.wrapper-dropdown div.wrapper-menu ul li {
  display: block;
  font-size: 1.25rem;
  line-height: 24px;
  margin-bottom: 20px;
  color: black;
  transition: all 0.4s;
}
div.wrapper-dropdown div.wrapper-menu ul li:hover {
  transition: all 0.4s;
  color: #3DBEE3;
}
div.wrapper-dropdown div.wrapper-menu.wrapper-menu-industria ul {
  margin-right: 40px;
}
div.wrapper-dropdown div.wrapper-menu.wrapper-menu-industria ul:last-child {
  margin-right: 0;
}
div.wrapper-dropdown p.description-sub-menu {
  padding-top: 92px;
  position: relative;
  float: left;
}
@media screen and (max-width: 1400px) {
  div.wrapper-dropdown p.description-sub-menu {
    font-size: 1.25rem;
  }
}
div.wrapper-dropdown li {
  font-size: 1.25rem;
}

.header-mobile {
  display: none;
  width: 100%;
  height: 72px;
  position: relative;
  background-color: white;
  border-bottom: 1px solid white;
}
@media (max-width: 1199.98px) {
  .header-mobile {
    display: block;
  }
}
.header-mobile nav.menu-header {
  z-index: 100;
  display: none;
}
@media (max-width: 1199.98px) {
  .header-mobile nav.menu-header {
    display: block;
  }
}
.header-mobile nav.menu-header div.menu-mobile-btn {
  float: right;
  margin-right: 25px;
  margin-top: 20px;
  transition: all 0.5s;
}
.header-mobile nav.menu-header div.menu-mobile-btn span {
  width: 35px;
  height: 3px;
  background-color: #004475;
  margin: 2px 0 6px;
  display: block;
  transition: all 0.3s ease;
}
.header-mobile nav.menu-header div.menu-mobile-btn span:first-child {
  width: 25px;
}
.header-mobile nav.menu-mobile div.logo {
  float: left;
  margin-top: 20px;
  padding-left: 5%;
}
.header-mobile nav.menu-mobile div.logo svg {
  width: 187px;
  fill: #004475 !important;
}
.header-mobile nav.menu-mobile div.wrapper-menu-list {
  position: absolute;
  right: -100%;
  top: 100%;
  width: 100%;
  max-width: 500px;
  transition: all 0.5s cubic-bezier(0.55, 0.29, 0.46, 1);
  background-color: #75CC52;
  z-index: 9999;
  padding-top: 25px;
}
.header-mobile nav.menu-mobile div.wrapper-menu-list ul {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 15px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.header-mobile nav.menu-mobile div.wrapper-menu-list ul li {
  float: left;
  clear: both;
  position: relative;
  margin-bottom: 20px;
}
.header-mobile nav.menu-mobile div.wrapper-menu-list ul li p {
  color: white;
  font-size: 0.998rem;
  font-family: "GothamBold";
}
.header-mobile nav.menu-mobile div.wrapper-sub-menu {
  position: absolute;
  right: -100%;
  top: 100%;
  width: 90%;
  max-width: 500px;
  transition: all 0.5s cubic-bezier(0.55, 0.29, 0.46, 1);
  background-color: #064570;
  padding-top: 25px;
  height: auto;
  z-index: 999999;
  display: block;
}
.header-mobile nav.menu-mobile div.wrapper-sub-menu p {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.header-mobile nav.menu-mobile div.wrapper-sub-menu svg {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.header-mobile nav.menu-mobile div.wrapper-sub-menu .voltar-menu {
  position: absolute;
  top: -20px;
  left: -30px;
}
.header-mobile nav.menu-mobile div.wrapper-sub-menu.sub-menu-aberto {
  right: 0;
}
.header-mobile nav.menu-mobile div.wrapper-sub-menu.sub-menu-geral ul {
  width: 100%;
  float: left;
  padding-bottom: 10px;
}
.header-mobile nav.menu-mobile div.wrapper-sub-menu.sub-menu-geral ul li {
  display: block;
  padding-left: 25px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 0.938rem;
  font-family: "GothamBold";
  line-height: 22px;
}

.menu-open {
  overflow: hidden;
}
.menu-open div.wrapper-menu-list {
  z-index: 100;
  transition: all 0.5s cubic-bezier(0.55, 0.29, 0.46, 1);
  right: 0 !important;
  background-color: #061C27;
  z-index: 1;
}
.menu-open span {
  width: 35px;
  height: 3px;
  background-color: #fff;
  margin: 0 !important;
  display: block;
  transition: all 0.3s ease;
}
.menu-open span:first-child {
  width: 35px !important;
  transform: rotate(45deg);
}
.menu-open span:last-child {
  opacity: 0;
}
.menu-open span:nth-child(2) {
  transform: translate(-1px, -3px) rotate(-45deg);
}

div.banner-home section#banner-covid-19 {
  background-repeat: no-repeat;
  background-image: url("../img/home/banner/banner-covid19-ok.png");
  width: 100%;
  height: 960px;
  background-size: contain;
  background-color: #efefee;
}
@media screen and (max-width: 1370px) {
  div.banner-home section#banner-covid-19 {
    height: 740px;
  }
}
@media (max-width: 991.98px) {
  div.banner-home section#banner-covid-19 {
    background-size: cover;
    height: 300px;
    background-position: -125px 0;
  }
}
div.banner-home section#banner-1 {
  background-repeat: no-repeat;
  background-image: url("../img/home/banner/banner-1.png");
  width: 100%;
  height: 960px;
  background-size: contain;
}
@media screen and (max-width: 1370px) {
  div.banner-home section#banner-1 {
    height: 740px;
  }
}
@media (max-width: 991.98px) {
  div.banner-home section#banner-1 {
    background-size: cover;
    height: 300px;
    background-position: -125px 0;
  }
  div.banner-home section#banner-1 .btn-default {
    width: 215px;
  }
}
div.banner-home section#banner-1 .btn-home {
  padding-top: 36%;
  padding-left: 18%;
}
@media screen and (max-width: 1370px) {
  div.banner-home section#banner-1 .btn-home {
    padding-left: 2%;
    padding-top: 54%;
  }
}
div.banner-home section#banner-2 {
  background-repeat: no-repeat;
  background-image: url("../img/home/banner/banner-2.jpg");
  background-position: center top;
  width: 100%;
  height: 960px;
}
@media screen and (max-width: 1370px) {
  div.banner-home section#banner-2 {
    background-size: contain;
    height: 740px;
  }
}
@media (max-width: 991.98px) {
  div.banner-home section#banner-2 {
    background-size: cover;
    height: 300px;
    background-position: -130px 0;
  }
  div.banner-home section#banner-2 .btn-default {
    width: 215px;
  }
}
div.banner-home section#banner-2 .btn-home {
  padding-top: 36%;
  padding-left: 13%;
}
@media screen and (max-width: 1370px) {
  div.banner-home section#banner-2 .btn-home {
    padding-top: 52%;
    padding-left: 2%;
  }
}
div.banner-home section#banner-3 {
  background-repeat: no-repeat;
  background-image: url("../img/home/banner/banner3.jpg");
  background-position: center top;
  width: 100%;
  height: 960px;
}
@media screen and (max-width: 1370px) {
  div.banner-home section#banner-3 {
    background-size: contain;
    height: 740px;
  }
}
div.banner-home section#banner-3 .btn-home {
  padding-top: 42%;
  padding-left: 13%;
}
@media screen and (max-width: 1370px) {
  div.banner-home section#banner-3 .btn-home {
    padding-top: 37%;
    padding-left: 18%;
  }
}
@media screen and (max-width: 540px) {
  div.banner-home section#banner-3 .btn-home {
    padding-left: 2%;
    padding-top: 60%;
  }
}
@media (max-width: 991.98px) {
  div.banner-home section#banner-3 {
    background-size: cover;
    height: 300px;
    background-position: -130px 0;
  }
  div.banner-home section#banner-3 .btn-default {
    width: 215px;
  }
}
div.banner-home .slick-next, div.banner-home .slick-prev {
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  top: 45%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: none;
  outline: 0;
  position: absolute;
  z-index: 100;
  background-color: transparent;
  transition: all 0.5s linear;
}
@media screen and (max-width: 540px) {
  div.banner-home .slick-next, div.banner-home .slick-prev {
    display: none !important;
  }
}
div.banner-home .slick-prev {
  left: 190px;
  width: 35px;
  height: 60px;
  background-image: url("../img/home/banner/left.png");
  background-repeat: no-repeat;
}
div.banner-home .slick-prev:hover {
  opacity: 0.60;
  transition: all 0.5s linear;
}
@media screen and (max-width: 1370px) {
  div.banner-home .slick-prev {
    left: 160px;
  }
}
div.banner-home .slick-next {
  right: 230px;
  width: 35px;
  height: 60px;
  background-image: url("../img/home/banner/right.png");
  background-repeat: no-repeat;
}
div.banner-home .slick-next:hover {
  opacity: 0.60;
  transition: all 0.5s linear;
}
@media screen and (max-width: 1370px) {
  div.banner-home .slick-next {
    right: 160px;
  }
}

section#home-section-2 {
  position: relative;
  display: block;
}
@media screen and (max-width: 540px) {
  section#home-section-2 {
    background: #FCFCFC;
    padding: 65px 0;
  }
}
section#home-section-2 div.wrapper-sistemas-cemacon {
  position: relative;
  display: block;
  max-width: 1338px;
  min-height: 300px;
  margin: auto;
  background: #FCFCFC;
  margin-top: -131px;
  padding-top: 50px;
}
@media (max-width: 991.98px) {
  section#home-section-2 div.wrapper-sistemas-cemacon {
    margin-top: 0;
    padding-top: 0;
  }
}
section#home-section-2 div.wrapper-sistemas-cemacon h2 {
  text-align: center;
  color: #004475;
  font-size: 2.5rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 48px;
}
@media (max-width: 991.98px) {
  section#home-section-2 div.wrapper-sistemas-cemacon h2 {
    font-size: 1.875rem;
    line-height: 38px;
    margin-bottom: 15px;
  }
}
section#home-section-2 div.wrapper-sistemas-cemacon h3 {
  text-align: center;
  color: #3DBEE3;
  font-size: 2rem;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  line-height: 48px;
}
@media (max-width: 991.98px) {
  section#home-section-2 div.wrapper-sistemas-cemacon h3 {
    font-size: 1.375rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 1080px) {
  section#home-section-2 div.wrapper-sistemas-cemacon {
    transform: translateY(0);
  }
}
section#home-section-2 div.wrapper-sistemas-cemacon div.complete-bar-new {
  border-bottom: 7px solid #F1F1F1;
}
@media (max-width: 991.98px) {
  section#home-section-2 div.wrapper-sistemas-cemacon div.complete-bar-new {
    border: none;
  }
}
section#home-section-2 div.wrapper-sistemas-cemacon div.wrapper-sistema {
  /*max-width: 395px;*/
  width: 33%;
  padding: 48px 55px 40px 61px;
  position: relative;
  min-height: 304px;
}
@media (max-width: 991.98px) {
  section#home-section-2 div.wrapper-sistemas-cemacon div.wrapper-sistema {
    width: 100%;
  }
}
section#home-section-2 div.wrapper-sistemas-cemacon div.wrapper-sistema #btn-desktop {
  display: block;
}
@media (max-width: 991.98px) {
  section#home-section-2 div.wrapper-sistemas-cemacon div.wrapper-sistema #btn-desktop {
    display: none;
  }
}
section#home-section-2 div.wrapper-sistemas-cemacon div.wrapper-sistema #btn-mobile {
  display: none;
}
@media (max-width: 991.98px) {
  section#home-section-2 div.wrapper-sistemas-cemacon div.wrapper-sistema #btn-mobile {
    display: block;
    margin-top: 40px;
  }
}
section#home-section-2 div.wrapper-sistemas-cemacon div.wrapper-sistema h2 {
  font-family: "Gotham";
  font-size: 1.5rem;
  color: #23BCE3;
  margin-top: 0;
  text-align: left;
}
section#home-section-2 div.wrapper-sistemas-cemacon div.wrapper-sistema h2 font {
  font-family: "GothamBold";
}
@media (max-width: 991.98px) {
  section#home-section-2 div.wrapper-sistemas-cemacon div.wrapper-sistema h2 {
    text-align: center;
  }
}
section#home-section-2 div.wrapper-sistemas-cemacon div.wrapper-sistema p {
  color: #717171;
  line-height: 28px;
  max-width: 312px;
  margin: 30px 0;
}
@media screen and (max-width: 540px) {
  section#home-section-2 div.wrapper-sistemas-cemacon div.wrapper-sistema p {
    margin: 20px 0;
  }
}
@media (max-width: 991.98px) {
  section#home-section-2 div.wrapper-sistemas-cemacon div.wrapper-sistema p {
    margin: 20px 0 0 0;
  }
}
section#home-section-2 div.wrapper-sistemas-cemacon div.wrapper-sistema button {
  max-width: 150px;
  padding: 10px 0;
}
section#home-section-2 div.wrapper-sistemas-cemacon div.wrapper-sistema div.complete-bar {
  background-color: #F1F1F1;
  width: 101%;
  height: 7px;
  transition: all 0.3s ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 540px) {
  section#home-section-2 div.wrapper-sistemas-cemacon div.wrapper-sistema div.complete-bar {
    background-color: white;
  }
}
section#home-section-2 div.wrapper-sistemas-cemacon div.wrapper-sistema:hover div.complete-bar {
  background-color: #23BCE3;
  width: 101%;
  left: 0 !important;
  margin: 0;
  display: block;
  right: 100%;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1080px) {
  section#home-section-2 div.wrapper-sistemas-cemacon div.wrapper-sistema {
    width: 100%;
    padding: 50px 25px;
    height: auto;
    min-height: 304px;
    text-align: center;
    display: block;
    margin: 15px auto;
  }
  section#home-section-2 div.wrapper-sistemas-cemacon div.wrapper-sistema p {
    width: 100%;
    max-width: unset;
  }
}
@media screen and (max-width: 540px) {
  section#home-section-2 div.wrapper-sistemas-cemacon div.wrapper-sistema {
    margin: 0px auto;
    padding: 0 25px 60px;
    min-height: unset;
  }
  section#home-section-2 div.wrapper-sistemas-cemacon div.wrapper-sistema:last-child {
    padding: 0 25px 0;
  }
  section#home-section-2 div.wrapper-sistemas-cemacon div.wrapper-sistema div.complete-bar {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  section#home-section-2 div.wrapper-sistemas-cemacon div.wrapper-sistema {
    padding: 40px 25px 0;
  }
  section#home-section-2 div.wrapper-sistemas-cemacon div.wrapper-sistema:last-child {
    padding: 40px 25px 0;
  }
}

section#home-section-3 {
  display: block;
  position: relative;
  padding: 0 0 205px;
}
section#home-section-3 h2 {
  margin: 69px 0 20px;
}
@media (max-width: 1199.98px) {
  section#home-section-3 {
    padding: 80px 0;
  }
  section#home-section-3 h2 {
    margin: 0 auto 40px;
  }
}
@media (max-width: 991.98px) {
  section#home-section-3 {
    padding: 65px 0;
  }
  section#home-section-3 h2 br {
    display: block !important;
  }
}
section#home-section-3 div.wrapper-beneficio {
  width: 100%;
  max-width: 356px;
  margin-top: 76px;
}
@media screen and (max-width: 540px) {
  section#home-section-3 div.wrapper-beneficio {
    margin-top: 40px;
  }
}
section#home-section-3 div.wrapper-beneficio div.wrapper-svg {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  border: 9px solid #F8F8F8;
  position: relative;
  display: block;
  margin: auto;
}
section#home-section-3 div.wrapper-beneficio div.wrapper-svg img {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
section#home-section-3 div.wrapper-beneficio h3 {
  margin: 30px 0;
}
@media screen and (max-width: 540px) {
  section#home-section-3 div.wrapper-beneficio h3 {
    margin: 30px auto 20px;
  }
}
section#home-section-3 div.wrapper-beneficio p {
  line-height: 28px;
}
@media screen and (max-width: 540px) {
  section#home-section-3 div.wrapper-beneficio p {
    padding: 0 40px;
  }
}
section#home-section-3 button {
  margin-top: 60px;
  width: 100%;
  max-width: 260px;
  height: 55px;
}
@media screen and (max-width: 540px) {
  section#home-section-3 button {
    margin-top: 40px;
  }
}

section#home-section-4 {
  position: relative;
  display: block;
}
@media screen and (max-width: 1080px) {
  section#home-section-4 {
    background-color: #FCFCFC;
    padding: 60px 0 60px;
  }
}
@media screen and (max-width: 540px) {
  section#home-section-4 video {
    display: none;
  }
}
section#home-section-4 div.wrapper-general {
  display: block;
  position: relative;
  width: 100%;
  height: 804px;
}
section#home-section-4 div.wrapper-general .wrapper-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.4s ease-out;
  background-image: url("../img/financie-energia-solar/solicite-orcamento.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}
section#home-section-4 div.wrapper-general .wrapper-video.video-ativo {
  transition: opacity 0.4s ease-out;
  opacity: 1;
}
section#home-section-4 div.wrapper-general .wrapper-video video {
  width: 100%;
  height: 100%;
  object-fit: fill;
  max-height: 808px;
}
section#home-section-4 div.wrapper-general div.wrapper-grey-background {
  height: 100%;
  position: relative;
}
section#home-section-4 div.wrapper-general div.wrapper-grey-background div.grey-background {
  height: 100%;
  width: 100%;
  max-width: 968px;
  left: 0;
  top: 0;
  /*background-image: url('../img/home/mask-1.png');*/
  /*background-repeat: no-repeat;*/
  /*background-position: left -8px;*/
  /*background-size: 100%;*/
  position: absolute;
  background: #F8F8F8;
  border-bottom-right-radius: 526px;
  border-top-right-radius: 526px;
}
@media screen and (max-width: 1610px) {
  section#home-section-4 div.wrapper-general div.wrapper-grey-background div.grey-background {
    max-width: 800px;
  }
}
section#home-section-4 div.wrapper-general div.wrapper-grey-background div.wrapper-text {
  height: 100%;
  position: relative;
  z-index: 1;
  display: block;
}
section#home-section-4 div.wrapper-general div.wrapper-grey-background div.wrapper-text h3 {
  margin-top: 60px;
}
section#home-section-4 div.wrapper-general div.wrapper-grey-background div.wrapper-text p {
  line-height: 24px;
}
section#home-section-4 div.wrapper-general div.wrapper-grey-background div.wrapper-text button.rounded-button {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background-color: #3DBEE3;
  border: none;
  position: relative;
  transition: background-color 0.3s ease-out;
  cursor: pointer;
}
section#home-section-4 div.wrapper-general div.wrapper-grey-background div.wrapper-text button.rounded-button:hover {
  background-color: #13caff;
}
section#home-section-4 div.wrapper-general div.wrapper-grey-background div.wrapper-text button.rounded-button svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}
section#home-section-4 div.wrapper-general div.play-icon {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 50%;
  left: 410px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: block;
  max-width: 200px;
  opacity: 1;
  visibility: visible;
}
section#home-section-4 div.wrapper-general div.play-icon:hover {
  opacity: 1 !important;
  visibility: visible !important;
}
@keyframes exploding {
  0% {
    width: 115px;
    height: 115px;
    opacity: 0;
  }
  20% {
    width: 115px;
    height: 115px;
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    width: 170px;
    height: 170px;
    opacity: 0;
  }
}
section#home-section-4 div.wrapper-general div.play-icon div.wrapper-play {
  position: relative;
  width: 200px;
  height: 200px;
}
section#home-section-4 div.wrapper-general div.play-icon div.wrapper-play div.round-circle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  border-radius: 50%;
  border: 1px solid white;
  background: transparent;
  width: 115px;
  height: 115px;
  animation: exploding 2.2s infinite;
  /*animation-direction: alternate-reverse;*/
}
section#home-section-4 div.wrapper-general div.play-icon div.wrapper-play div.wrapper-play-pause-circle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  border-radius: 50%;
  background-color: white;
  width: 105px;
  height: 105px;
}
@media screen and (max-width: 540px) {
  section#home-section-4 p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
section#home-section-4 div.wrapper-general-mobile {
  background-color: #FCFCFC;
  padding: 0px 27px 0;
}
section#home-section-4 div.wrapper-general-mobile h3 {
  margin: 41px auto 20px;
}
section#home-section-4 div.wrapper-general-mobile p {
  line-height: 24px;
}

section#home-section-5 {
  padding: 195px 0 0;
}
@media (max-width: 1199.98px) {
  section#home-section-5 {
    padding: 80px 0;
  }
}
@media (max-width: 991.98px) {
  section#home-section-5 {
    padding: 65px 0;
  }
}
section#home-section-5 h3 {
  line-height: 40px;
  margin: 40px 0;
  display: block;
  font-size: 1.563rem;
  font-family: "Gotham";
  color: #3D3D3D;
}
@media screen and (max-width: 1610px) {
  section#home-section-5 h3 {
    font-size: 1.312rem;
  }
}
section#home-section-5 h3 .bold {
  font-family: "GothamBold" !important;
}
@media screen and (max-width: 540px) {
  section#home-section-5 h3 {
    width: 315px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.25rem !important;
    line-height: 27px !important;
  }
}
@media screen and (max-width: 540px) {
  section#home-section-5 h3 {
    margin: 40px 0 20px;
  }
}
section#home-section-5 p {
  line-height: 28px;
  font-size: 1.125rem;
  color: #75CC52;
  font-family: "Gotham";
}
@media screen and (max-width: 1610px) {
  section#home-section-5 p {
    font-size: 0.938rem;
  }
}
@media screen and (max-width: 540px) {
  section#home-section-5 p {
    width: 315px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.063rem !important;
    line-height: 28px !important;
    margin-bottom: 50px;
  }
}
section#home-section-5 img {
  margin-bottom: 70px;
}
@media screen and (max-width: 540px) {
  section#home-section-5 img {
    margin-bottom: 50px;
  }
}
section#home-section-5 h2.sub-titulo-pagina {
  color: #75CC52;
}
@media screen and (max-width: 1610px) {
  section#home-section-5 h2.sub-titulo-pagina {
    font-size: 2.375rem;
  }
}
section#home-section-5 h2.sub-titulo-pagina .font-financie {
  font-size: 1.563rem;
}
@media screen and (max-width: 1610px) {
  section#home-section-5 h2.sub-titulo-pagina .font-financie {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 540px) {
  section#home-section-5 h2 {
    width: 200px;
    max-width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 720px) {
  section#home-section-5 h2 font {
    display: block;
  }
}

section#home-section-6 {
  background-image: url("../img/home/teste.jpg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
  padding: 105px 0 113px;
  display: block;
  position: relative;
}
@media screen and (max-width: 720px) {
  section#home-section-6 {
    padding: 80px 0;
  }
}
section#home-section-6 div.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #064570;
  opacity: 0.5;
}
@media screen and (max-width: 540px) {
  section#home-section-6 h2 {
    width: 194px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }
}
section#home-section-6 p {
  line-height: 45px;
  margin: 40px 0 60px;
}
@media screen and (max-width: 540px) {
  section#home-section-6 p {
    font-size: 1.5rem;
    line-height: 30px;
    margin-bottom: 30px;
  }
}

section#home-section-7 {
  padding: 150px 0 200px 0;
}
@media screen and (max-width: 540px) {
  section#home-section-7 .sub-titulo-pagina br {
    display: none !important;
  }
}
@media screen and (max-width: 540px) {
  section#home-section-7 button.btn-lblue-green {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1080px) {
  section#home-section-7 {
    padding: 100px 0;
  }
}
@media screen and (max-width: 720px) {
  section#home-section-7 {
    padding: 40px 0;
  }
}
section#home-section-7 h2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 540px) {
  section#home-section-7 h2 {
    width: 234px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 720px) {
  section#home-section-7 font {
    display: block;
  }
}
section#home-section-7 div.wrapper-blog {
  width: 100%;
  display: block;
  margin: auto;
  max-width: 1364px;
}
section#home-section-7 div.wrapper-blog div.wrapper-post {
  height: 432px;
  position: relative;
  width: 100%;
  max-width: 398px;
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-right: 80px;
  margin-bottom: 90px;
  overflow: hidden;
}
section#home-section-7 div.wrapper-blog div.wrapper-post:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1199.98px) {
  section#home-section-7 div.wrapper-blog div.wrapper-post:nth-child(3n) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 540px) {
  section#home-section-7 div.wrapper-blog div.wrapper-post:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1199.98px) {
  section#home-section-7 div.wrapper-blog div.wrapper-post:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1400px) {
  section#home-section-7 div.wrapper-blog div.wrapper-post {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1300px) {
  section#home-section-7 div.wrapper-blog div.wrapper-post {
    margin-right: 20px;
    max-width: 300px;
  }
}
@media screen and (max-width: 540px) {
  section#home-section-7 div.wrapper-blog div.wrapper-post {
    margin-bottom: 53px;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
section#home-section-7 div.wrapper-blog div.wrapper-post div.img-post {
  position: relative;
  display: block;
  overflow: hidden;
}
section#home-section-7 div.wrapper-blog div.wrapper-post div.img-post img {
  object-fit: cover;
  width: 100%;
  height: 266px;
  transition: transform 0.6s ease-out;
}
section#home-section-7 div.wrapper-blog div.wrapper-post div.wrapper-text {
  top: 16px;
  left: 30px;
  display: block;
  position: relative;
  bottom: 0;
  width: calc(100% - 60px);
  min-height: 130px;
  background: white;
}
section#home-section-7 div.wrapper-blog div.wrapper-post div.wrapper-text h3 {
  margin-bottom: 18px;
  line-height: 24px;
}
section#home-section-7 div.wrapper-blog div.wrapper-post div.wrapper-text svg {
  transition: transform 0.2s ease-out;
}
section#home-section-7 div.wrapper-blog div.wrapper-post div.wrapper-text div.wrapper-footer-post {
  margin-top: 11px;
  position: absolute;
  bottom: 8px;
  width: 100%;
}
section#home-section-7 div.wrapper-blog div.wrapper-post div.wrapper-text div.wrapper-footer-post a {
  color: #B9B9BC;
  font-size: 0.938rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
section#home-section-7 div.wrapper-blog div.wrapper-post div.wrapper-text div.wrapper-footer-post img {
  width: 40px;
}
section#home-section-7 div.wrapper-blog div.wrapper-post:hover div.img-post img {
  transform: scale(1.15) rotate(4deg);
}
section#home-section-7 div.wrapper-blog div.wrapper-post:hover svg {
  transform: translateX(10px);
}

section#home-section-8 {
  display: block;
  position: relative;
  padding-bottom: 290px;
}
@media (max-width: 1199.98px) {
  section#home-section-8 {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 540px) {
  section#home-section-8 {
    padding: 40px 0 80px;
  }
}
@media screen and (max-width: 1370px) {
  section#home-section-8 {
    padding: 0 0 80px;
  }
}
section#home-section-8 div.element-brand {
  position: absolute;
  bottom: 230px;
  left: 53px;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  section#home-section-8 div.element-brand img {
    width: 400px;
  }
}
section#home-section-8 h2.sub-titulo-pagina {
  color: #75CC52;
  font-size: 1.563rem;
  font-family: "Lato", sans-serif;
  font-weight: 700 !important;
  line-height: 25px;
  text-transform: uppercase;
  margin-top: 45px;
}
@media screen and (max-width: 1370px) {
  section#home-section-8 h2.sub-titulo-pagina {
    font-size: 1.25rem;
    line-height: 20px;
  }
}
section#home-section-8 h3 {
  color: #75CC52;
  font-size: 3.125rem;
  font-family: "Lato", sans-serif;
  font-weight: 700 !important;
  line-height: 50px;
}
@media screen and (max-width: 1370px) {
  section#home-section-8 h3 {
    line-height: 40px;
    font-size: 2.5rem;
  }
}
section#home-section-8 form {
  margin-top: 57px;
  position: relative;
}
section#home-section-8 form div.audio-capture {
  position: absolute;
  bottom: 8px;
  right: 0;
  width: 50px;
  height: 30px;
}
section#home-section-8 form div.audio-capture img {
  width: 20px;
}
section#home-section-8 form input {
  margin-bottom: 30px;
  font-size: 0.998rem;
  padding: 17px;
}
section#home-section-8 button {
  max-width: 180px;
}

section#about-section-1 {
  height: 650px;
  width: 100%;
  background-image: url("../img/about/banner-1.png");
  background-repeat: no-repeat;
  background-position: right top;
  padding: 120px 0;
}
section#about-section-1 h2 {
  margin: 0 0 60px 0px;
  line-height: 38px;
}
@media screen and (max-width: 1080px) {
  section#about-section-1 h2 {
    text-align: center;
  }
}
section#about-section-1 p {
  line-height: 34px;
}
@media screen and (max-width: 1080px) {
  section#about-section-1 p {
    text-align: center;
  }
}
@media screen and (max-width: 1080px) {
  section#about-section-1 {
    height: auto;
    background-image: none;
    padding: 50px 25px;
  }
}
@media screen and (max-width: 1440px) {
  section#about-section-1 {
    background-position: 590px top;
  }
}

section#about-section-2 {
  padding: 157px 0 0 0;
  height: 801px;
  display: block;
  position: relative;
  background-image: url("../img/about/fotovoltaico.jpg");
}
@media (max-width: 767.98px) {
  section#about-section-2 {
    background-size: cover;
  }
}
section#about-section-2 div.background-white {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 1150px;
  background: #F8F8F8;
  border-bottom-left-radius: 526px;
  border-top-left-radius: 526px;
  height: 100%;
  width: 100%;
}
section#about-section-2 div.wrapper-general {
  width: 100%;
  max-width: 675px;
}
@media screen and (max-width: 1080px) {
  section#about-section-2 div.wrapper-general {
    max-width: 100%;
  }
}
section#about-section-2 h2 {
  margin: 0 0 35px 0;
}
section#about-section-2 p {
  line-height: 28px;
}
section#about-section-2 ul {
  margin-right: 90px;
}
section#about-section-2 ul div.wrapper-iten {
  margin-top: 40px;
}
section#about-section-2 ul div.wrapper-iten div.wrapper-icon {
  margin-right: 20px;
}
@media (max-width: 991.98px) {
  section#about-section-2 ul div.wrapper-iten p {
    width: 85%;
    margin: auto;
  }
}
@media (max-width: 767.98px) {
  section#about-section-2 ul div.wrapper-iten p {
    font-size: 14px;
  }
}
section#about-section-2 ul:last-child {
  margin-right: 0;
}
section#about-section-2 button {
  margin-top: 75px;
  max-width: 176px;
  padding: 15px 0;
}
@media screen and (max-width: 1400px) {
  section#about-section-2 ul {
    margin-right: 30px;
  }
  section#about-section-2 ul:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1080px) {
  section#about-section-2 {
    padding: 50px 25px;
    height: auto;
  }
  section#about-section-2 h2 {
    color: white;
  }
  section#about-section-2:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
    content: '';
  }
}
@media screen and (max-width: 1080px) and (max-width: 767.98px) {
  section#about-section-2:before {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1080px) {
  section#about-section-2 div.background-white {
    display: none;
  }
  section#about-section-2 p {
    color: white;
  }
  section#about-section-2 ul {
    margin: 0 auto;
    display: block !important;
  }
  section#about-section-2 ul div.wrapper-iten {
    margin-top: 40px;
    margin: 25px auto;
    width: 49%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
  }
  section#about-section-2 ul div.wrapper-iten div.wrapper-icon {
    margin: auto !important;
  }
}

section#about-section-3 {
  padding: 151px 0 0 0;
  height: 794px;
  display: block;
  position: relative;
  background-image: url("../img/about/concreto.jpg");
  background-repeat: no-repeat;
  background-position: 140% center;
}
@media (max-width: 1199.98px) {
  section#about-section-3 {
    background-image: none;
  }
}
section#about-section-3 div.background-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1126px;
  background: #F8F8F8;
  border-bottom-right-radius: 526px;
  border-top-right-radius: 526px;
  height: 100%;
}
section#about-section-3 p {
  line-height: 28px;
}
section#about-section-3 ul {
  margin-right: 109px;
}
section#about-section-3 ul div.wrapper-iten {
  margin-top: 40px;
}
section#about-section-3 ul div.wrapper-iten div.wrapper-icon {
  margin-right: 20px;
}
@media (max-width: 991.98px) {
  section#about-section-3 ul div.wrapper-iten p {
    width: 85%;
    margin: auto;
  }
}
section#about-section-3 ul:last-child {
  margin-right: 0;
}
section#about-section-3 button {
  margin-top: 75px;
  max-width: 176px;
  padding: 15px 0;
}
@media screen and (max-width: 1400px) {
  section#about-section-3 ul {
    margin-right: 30px;
  }
  section#about-section-3 ul:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1080px) {
  section#about-section-3 {
    padding: 50px 25px;
    height: auto;
    background-color: #F8F8F8;
  }
  section#about-section-3 h2 {
    margin: 0 0 35px 0;
  }
  section#about-section-3 div.background-white {
    display: none;
  }
  section#about-section-3 p {
    color: black;
  }
  section#about-section-3 button {
    margin-top: 25px;
  }
  section#about-section-3 ul {
    margin: 0 auto;
    display: block !important;
  }
  section#about-section-3 ul div.wrapper-iten {
    margin-top: 40px;
    margin: 25px auto;
    width: 49%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
  }
  section#about-section-3 ul div.wrapper-iten div.wrapper-icon {
    margin: auto !important;
  }
}

section#about-lead {
  position: relative;
  display: block;
  background-image: url("../img/about/economizar.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  height: 682px;
  padding-top: 120px;
}
@media screen and (max-width: 1610px) {
  section#about-lead {
    background-position: -170px 0;
  }
}
@media screen and (max-width: 540px) {
  section#about-lead br {
    display: block !important;
  }
}
section#about-lead h2 {
  line-height: 40px;
  font-size: 3.125rem;
  color: #75CC52;
}
@media screen and (max-width: 1610px) {
  section#about-lead h2 {
    font-size: 2.188rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 540px) {
  section#about-lead h2 {
    font-size: 1.875rem;
    line-height: 30px;
  }
}
section#about-lead h2 span {
  font-size: 1.563rem;
}
@media screen and (max-width: 1610px) {
  section#about-lead h2 span {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 540px) {
  section#about-lead h2 span {
    font-size: 1.063rem;
  }
}
section#about-lead input {
  border-bottom: 2px  solid #B9B9BC;
  color: #B9B9BC;
  margin: 35px 0 0 0;
}
section#about-lead button {
  margin: 66px 0 0;
  max-width: 175px;
}
section#about-lead div.wrapper-form {
  max-width: 536px;
  width: 100%;
}
@media screen and (max-width: 1610px) {
  section#about-lead div.wrapper-form {
    width: 100% !important;
    padding-right: 80px;
  }
}
@media screen and (max-width: 540px) {
  section#about-lead div.wrapper-form {
    padding-right: 0;
  }
}
@media screen and (max-width: 1080px) {
  section#about-lead {
    height: auto;
    padding: 50px 25px;
    text-align: center !important;
    background-image: none;
  }
}

@media screen and (max-width: 540px) {
  #page-suporte .btn-default {
    width: 100%;
    font-size: 1.063rem;
  }
}

section#suport-section-1 {
  height: 650px;
  width: 100%;
  background-image: url("../img/suporte/tire-duvidas.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  padding: 95px 0;
}
@media screen and (max-width: 1588px) {
  section#suport-section-1 {
    background-position: 60% top;
  }
}
@media screen and (max-width: 1610px) {
  section#suport-section-1 {
    background-position: 40% top;
  }
}
@media screen and (max-width: 540px) {
  section#suport-section-1 {
    height: auto;
    background-image: none;
    padding: 65px 0;
  }
}
section#suport-section-1 h2 {
  margin: 0 0 60px 0px;
  line-height: 38px;
  font-size: 1.5rem;
  color: #3D3D3D;
}
@media screen and (max-width: 540px) {
  section#suport-section-1 h2 {
    font-size: 1.25rem;
    line-height: 34px;
    margin: 0 0 30px 0px;
  }
  section#suport-section-1 h2 br {
    display: block !important;
  }
}
section#suport-section-1 div#wrapper-take-your-doubts {
  position: relative;
  width: 100%;
}
section#suport-section-1 div#wrapper-take-your-doubts div.doubt {
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
  padding-left: 52px;
  background: url("../img/suporte/arrow.svg") top left no-repeat;
  color: #3D3D3D;
  height: 28px;
}
@media screen and (max-width: 540px) {
  section#suport-section-1 div#wrapper-take-your-doubts div.doubt {
    font-size: 0.875rem;
  }
}

section#suport-section-2 {
  height: 724px;
  width: 100%;
  background-image: url("../img/suporte/saiba-mais.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  padding: 175px 0 0 0;
  margin: 140px 0 140px 0;
}
@media screen and (max-width: 1634px) {
  section#suport-section-2 {
    background-position: 36vw top;
  }
}
@media screen and (max-width: 1330px) {
  section#suport-section-2 {
    background-position: 40vw top;
  }
}
@media screen and (max-width: 540px) {
  section#suport-section-2 {
    height: auto;
    padding: 65px 0;
    margin: 0;
    background-color: #F8F8F8;
    background-image: none;
  }
}
section#suport-section-2 h2 {
  font-size: 2.5rem;
  line-height: 48px;
  color: #3D3D3D;
}
section#suport-section-2 p {
  width: 346px;
  color: #3D3D3D;
  margin: 40px 0 60px 0;
  line-height: 36px;
  font-size: 1.5rem;
}
@media screen and (max-width: 540px) {
  section#suport-section-2 p {
    width: 100%;
  }
}
@media screen and (max-width: 1610px) {
  section#suport-section-2 p {
    font-size: 1.25rem;
    line-height: 32px;
  }
}

section#acessorios-pedras-decorativas {
  background-image: url("../img/produtos/acessorios/pedras-decorativas-e-revestimentos.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  height: 613px;
  margin-bottom: 160px;
}
@media screen and (max-width: 1610px) {
  section#acessorios-pedras-decorativas {
    background-position: -250px top;
  }
}
section#acessorios-pedras-decorativas h2 {
  width: 438px;
  line-height: 48px;
  font-size: 2.5rem;
  margin-top: 100px;
}
@media screen and (max-width: 1610px) {
  section#acessorios-pedras-decorativas h2 {
    font-size: 2.188rem;
    line-height: 43px;
    width: 100%;
    padding-right: 50px;
  }
}
@media (max-width: 1199.98px) {
  section#acessorios-pedras-decorativas h2 {
    width: 100%;
  }
}
section#acessorios-pedras-decorativas p {
  width: 516px;
  margin: 60px 0 60px 0;
  line-height: 36px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1610px) {
  section#acessorios-pedras-decorativas p {
    font-size: 1.25rem;
    line-height: 32px;
    width: 100%;
    padding-right: 130px;
  }
}
@media (max-width: 767.98px) {
  section#acessorios-pedras-decorativas {
    background: url("../img/produtos/acessorios/pedras-decorativas-e-revestimentos-mobile.jpg") no-repeat right center;
    background-position: right top;
    background-size: cover;
  }
}

section#acessorios-produtos-quimicos {
  background-image: url("../img/produtos/acessorios/produtos-quimicos-2.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  height: 604px;
  margin-bottom: 160px;
}
@media screen and (max-width: 1610px) {
  section#acessorios-produtos-quimicos {
    background-position: 600px top;
  }
}
section#acessorios-produtos-quimicos h2 {
  font-size: 2.5rem;
  line-height: 48px;
  color: #3D3D3D;
  width: 438px;
  margin-top: 50px;
}
@media screen and (max-width: 1610px) {
  section#acessorios-produtos-quimicos h2 {
    font-size: 2.188rem;
    line-height: 43px;
    width: 100%;
    padding-right: 50px;
  }
}
section#acessorios-produtos-quimicos p {
  font-size: 1.5rem;
  color: #3D3D3D;
  line-height: 36px;
  margin: 60px 0;
  width: 536px;
}
@media screen and (max-width: 1610px) {
  section#acessorios-produtos-quimicos p {
    font-size: 1.25rem;
    line-height: 32px;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  section#acessorios-produtos-quimicos {
    background: url("../img/produtos/acessorios/produtos-quimicos-2-mobile.jpg") no-repeat right center;
    background-position: right top;
    background-size: cover;
  }
}

section#moveis-para-voce {
  background-image: url("../img/produtos/acessorios/moveis-para-voces-2.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  height: 604px;
  margin-bottom: 160px;
}
@media screen and (max-width: 1610px) {
  section#moveis-para-voce {
    background-position: -225px top;
  }
}
section#moveis-para-voce h2 {
  width: 438px;
  line-height: 48px;
  font-size: 2.5rem;
  color: #3D3D3D;
  margin-top: 100px;
}
@media screen and (max-width: 1610px) {
  section#moveis-para-voce h2 {
    font-size: 2.188rem;
    line-height: 43px;
    width: 100%;
  }
}
section#moveis-para-voce p {
  width: 506px;
  margin: 60px 0 60px 0;
  line-height: 36px;
  font-size: 1.5rem;
  color: #3D3D3D;
}
@media screen and (max-width: 1610px) {
  section#moveis-para-voce p {
    font-size: 1.25rem;
    line-height: 32px;
    width: 100%;
    padding-right: 140px;
  }
}
@media (max-width: 767.98px) {
  section#moveis-para-voce {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  section#moveis-para-voce h2 {
    display: block;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
    font-size: 1.25rem;
  }
  section#moveis-para-voce p {
    display: block;
    width: 100%;
    max-width: 400px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    font-size: 0.998rem;
    line-height: 1.25rem;
  }
}

section#acessorios {
  background-image: url("../img/produtos/acessorios/banner-1-acessorios.jpg");
  width: 100%;
  height: 650px;
  background-position: center top;
  background-repeat: no-repeat;
  margin-bottom: 130px;
}
@media screen and (max-width: 1610px) {
  section#acessorios {
    background-position: -275px 0px;
  }
}
section#acessorios h2 {
  font-size: 1.875rem;
  line-height: 38px;
  margin-top: 80px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1610px) {
  section#acessorios h2 {
    font-size: 1.687rem;
    line-height: 35px;
    padding-right: 50px;
  }
}
section#acessorios p {
  font-size: 1.5rem;
  line-height: 36px;
  width: 454px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1610px) {
  section#acessorios p {
    width: 100%;
    font-size: 1.25rem;
    line-height: 32px;
    padding-right: 70px;
  }
}
section#acessorios p span {
  color: #3DBEE3;
}

section#finance-section-1 {
  height: 650px;
  width: 100%;
  background-image: url("../img/financie-energia-solar/banner-financiamento.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  padding: 95px 0;
}
@media screen and (max-width: 1610px) {
  section#finance-section-1 {
    background-position: 38% top;
  }
}
@media screen and (max-width: 540px) {
  section#finance-section-1 {
    height: auto;
    background-image: none;
    padding: 65px 0;
  }
}
section#finance-section-1 h2 {
  margin: 0 0 60px 0px;
  line-height: 38px;
  width: 382px;
  font-size: 1.5rem;
  color: #000;
}
@media screen and (max-width: 1610px) {
  section#finance-section-1 h2 {
    font-size: 1.375rem;
    line-height: 34px;
  }
}
@media screen and (max-width: 540px) {
  section#finance-section-1 h2 {
    width: 100%;
    margin: 0 0 30px 0px;
  }
}
section#finance-section-1 p {
  width: 374px;
  line-height: 32px;
  font-size: 1.5rem;
  color: #3D3D3D;
}
@media screen and (max-width: 1610px) {
  section#finance-section-1 p {
    font-size: 1.25rem;
    line-height: 34px;
  }
}
@media screen and (max-width: 540px) {
  section#finance-section-1 p {
    width: 100%;
  }
}

section#finance-section-2 {
  position: relative;
  height: 177px;
  width: 100%;
  background-color: #F8F8F8;
  padding: 63px 0;
}
@media screen and (max-width: 540px) {
  section#finance-section-2 {
    height: auto;
    padding: 60px 0 30px 0;
  }
}
section#finance-section-2 div#banks {
  text-align: left;
}
@media screen and (max-width: 540px) {
  section#finance-section-2 div#banks {
    text-align: center;
  }
}
section#finance-section-2 div#banks ul {
  text-align: left;
}
@media screen and (max-width: 540px) {
  section#finance-section-2 div#banks ul {
    text-align: center;
  }
}
section#finance-section-2 div#banks ul li {
  display: inline-block;
  margin-right: 116px;
  height: 51px;
}
@media screen and (max-width: 1610px) {
  section#finance-section-2 div#banks ul li {
    margin-right: 65px;
  }
}
@media screen and (max-width: 540px) {
  section#finance-section-2 div#banks ul li {
    margin: 0 30px 30px 30px;
  }
}
section#finance-section-2 div#banks ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 540px) {
  section#finance-section-2 div#banks ul li:last-child {
    margin-right: 30px;
  }
}
section#finance-section-2 div#banks ul li.banrisul {
  width: 158px;
  background: url("../img/financie-energia-solar/empresas/banrisul.png") top center no-repeat;
}
section#finance-section-2 div#banks ul li.banco-do-brasil {
  width: 178px;
  background: url("../img/financie-energia-solar/empresas/bb.png") top center no-repeat;
}
section#finance-section-2 div#banks ul li.unicred {
  width: 178px;
  background: url("../img/financie-energia-solar/empresas/unicred.png") top center no-repeat;
}
section#finance-section-2 div#banks ul li.sicredi {
  width: 158px;
  background: url("../img/financie-energia-solar/empresas/sicredi.png") top center no-repeat;
}
section#finance-section-2 div#banks ul li.bndes {
  width: 158px;
  background: url("../img/financie-energia-solar/empresas/bndes.png") top center no-repeat;
}

section#finance-section-3 {
  position: relative;
  padding: 160px 0;
}
@media screen and (max-width: 1610px) {
  section#finance-section-3 {
    padding: 100px 0;
  }
}
@media screen and (max-width: 540px) {
  section#finance-section-3 {
    padding: 65px 0;
  }
}
section#finance-section-3 h2 {
  line-height: 40px;
}
section#finance-section-3 h2.font-25 {
  font-size: 1.563rem;
}
@media screen and (max-width: 540px) {
  section#finance-section-3 h2.font-25 {
    font-size: 1.25rem;
  }
}
section#finance-section-3 h2.font-36 {
  font-size: 2.25rem;
}
@media screen and (max-width: 540px) {
  section#finance-section-3 h2.font-36 {
    font-size: 1.875rem;
  }
}
section#finance-section-3 div.why-solar-energy {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 100px auto 0 auto;
  max-width: 400px;
}
@media screen and (max-width: 1610px) {
  section#finance-section-3 div.why-solar-energy {
    width: 100%;
    padding: 0 50px;
  }
}
@media screen and (max-width: 540px) {
  section#finance-section-3 div.why-solar-energy {
    margin: 60px auto 0;
  }
}
section#finance-section-3 div.why-solar-energy div.image {
  position: relative;
  width: 140px;
  height: 140px;
  border: 10px solid #F8F8F8;
  border-radius: 100%;
  text-align: center;
  padding: 22px 0 0 0;
  margin: auto;
}
section#finance-section-3 div.why-solar-energy h3 {
  margin: 30px 0 30px 0;
  line-height: 30px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1610px) {
  section#finance-section-3 div.why-solar-energy h3 {
    font-size: 1.312rem;
  }
}
section#finance-section-3 div.why-solar-energy p {
  line-height: 28px;
  font-size: 1.25rem;
}
@media screen and (max-width: 1610px) {
  section#finance-section-3 div.why-solar-energy p {
    font-size: 1.063rem;
  }
}

section#finance-section-4 {
  position: relative;
  width: 100%;
  height: 701px;
  background: url("../img/financie-energia-solar/solicite-orcamento.jpg") top center no-repeat;
  padding: 120px 0 0 0;
}
@media screen and (max-width: 1610px) {
  section#finance-section-4 {
    height: 670px;
  }
}
@media screen and (max-width: 540px) {
  section#finance-section-4 {
    height: auto;
    padding: 65px 0;
    background-image: none;
    background-color: #F8F8F8;
  }
}
@media screen and (max-width: 540px) {
  section#finance-section-4 .btn-default {
    width: 100%;
  }
}
section#finance-section-4 h2 {
  max-width: 570px;
  line-height: 46px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #75CC52;
  font-size: 2.25rem;
  line-height: 46px;
}
@media screen and (max-width: 540px) {
  section#finance-section-4 h2 {
    width: 100%;
    font-size: 1.875rem;
    line-height: 40px;
  }
}
section#finance-section-4 p {
  max-width: 516px;
  margin: 40px 0 50px 0;
  line-height: 36px;
  font-size: 1.5rem;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 540px) {
  section#finance-section-4 p {
    width: 100%;
    font-size: 1.25rem;
    line-height: 32px;
  }
}

@media screen and (max-width: 540px) {
  #page-energia-fotovoltaica .projetos {
    padding: 65px 15px 65px 20px;
  }
}

section#energia-fotovoltaica {
  background: url("../img/energia-fotovoltaica/banner1.jpg") no-repeat center top;
  padding: 100px 0 272px;
}
@media screen and (max-width: 720px) {
  section#energia-fotovoltaica {
    padding: 50px 0 70px;
  }
}
section#energia-fotovoltaica h2 {
  color: #004475;
  line-height: 48px;
  font-size: 2.5rem;
  line-height: 48px;
  color: #004475;
}
@media screen and (max-width: 1610px) {
  section#energia-fotovoltaica h2 {
    font-size: 2.25rem;
    line-height: 44px;
  }
}
@media screen and (max-width: 720px) {
  section#energia-fotovoltaica h2 {
    font-size: 1.75rem;
    line-height: 36px;
  }
}
section#energia-fotovoltaica h3 {
  margin: 55px 0 50px;
  font-size: 2rem;
  line-height: 48px;
  color: #3DBEE3;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1610px) {
  section#energia-fotovoltaica h3 {
    font-size: 1.625rem;
    line-height: 42px;
  }
}
@media screen and (max-width: 720px) {
  section#energia-fotovoltaica h3 {
    font-size: 1.375rem;
    line-height: 38px;
    margin: 30px 0;
  }
}
section#energia-fotovoltaica p {
  line-height: 36px;
  margin: 0 0 55px;
  font-size: 1.5rem;
  color: #3D3D3D;
}
@media screen and (max-width: 1610px) {
  section#energia-fotovoltaica p {
    font-size: 1.125rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 720px) {
  section#energia-fotovoltaica .btn-mob-center {
    text-align: center;
  }
}

section#produza-energia {
  background-image: url("../img/energia-fotovoltaica/banner2.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  padding: 180px 0 155px;
  position: relative;
}
section#produza-energia .mask-mobile {
  width: 100%;
  height: 697px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 540px) {
  section#produza-energia .mask-mobile {
    display: block;
    height: 100%;
  }
}
@media screen and (max-width: 540px) {
  section#produza-energia #info-mobile {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 720px) {
  section#produza-energia {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1610px) {
  section#produza-energia {
    background-position: -370px top;
  }
}
@media screen and (max-width: 1610px) {
  section#produza-energia .padding-xl {
    margin-right: 70px;
  }
}
@media screen and (max-width: 720px) {
  section#produza-energia .padding-xl {
    margin-right: 0;
  }
}
section#produza-energia h2 {
  line-height: 48px;
  font-size: 2.5rem;
  color: #3D3D3D;
}
@media screen and (max-width: 1610px) {
  section#produza-energia h2 {
    font-size: 2.25rem;
    line-height: 44px;
  }
}
@media screen and (max-width: 720px) {
  section#produza-energia h2 {
    font-size: 1.75rem;
    line-height: 36px;
  }
}
@media (max-width: 991.98px) {
  section#produza-energia h2 {
    color: #fff;
  }
}
section#produza-energia p {
  line-height: 36px;
  margin: 55px 0 105px;
  font-size: 1.5rem;
  color: #3D3D3D;
}
@media screen and (max-width: 1610px) {
  section#produza-energia p {
    font-size: 1.125rem;
    line-height: 30px;
  }
}
@media (max-width: 991.98px) {
  section#produza-energia p {
    color: #fff;
    margin: 30px 0 50px;
  }
}
section#produza-energia .btn-mob-center {
  text-align: center;
}

section#maneira-sustentavel {
  padding: 20px 0 130px;
  display: block;
  position: relative;
}
@media screen and (max-width: 1610px) {
  section#maneira-sustentavel {
    padding: 20px 50px 130px;
  }
}
@media (max-width: 991.98px) {
  section#maneira-sustentavel {
    padding-top: 50px;
    padding-bottom: 70px;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  section#maneira-sustentavel .text-center {
    text-align: left !important;
  }
}
section#maneira-sustentavel h2 {
  margin: 0 0 0px;
  font-size: 2.688rem;
  line-height: 48px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #004475;
  text-align: center;
}
section#maneira-sustentavel h2 font {
  font-size: 28px;
  line-height: 48px;
}
@media screen and (max-width: 1610px) {
  section#maneira-sustentavel h2 font {
    font-size: 17px !important;
    line-height: 37px;
  }
}
@media screen and (max-width: 1610px) {
  section#maneira-sustentavel h2 {
    font-size: 1.75rem !important;
    line-height: 36px !important;
  }
}
@media screen and (max-width: 1610px) {
  section#maneira-sustentavel h2 {
    font-size: 2.375rem;
    line-height: 43px;
  }
  section#maneira-sustentavel h2 font {
    font-size: 23px;
    line-height: 28px;
  }
}
@media screen and (max-width: 720px) {
  section#maneira-sustentavel img {
    padding-top: 50px;
    padding-bottom: 10px;
  }
}
section#maneira-sustentavel h3 {
  line-height: 48px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #3DBEE3;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 720px) {
  section#maneira-sustentavel h3 {
    font-size: 1.375rem;
    line-height: 42px;
  }
}
section#maneira-sustentavel div.row {
  margin-top: 100px;
}
@media (max-width: 991.98px) {
  section#maneira-sustentavel div.row {
    margin-top: 0;
  }
}
section#maneira-sustentavel p {
  line-height: 24px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 1.063rem;
  color: #3D3D3D;
}

section#fotovoltaico-funcional {
  position: relative;
  width: 100%;
  height: 1101px;
  background-image: url("../img/home/bg-sistema-fotovoltaico.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  display: block;
  position: relative;
  padding: 193px 0;
  background-color: #F1F1F1;
  background-size: contain;
}
@media screen and (max-width: 1610px) {
  section#fotovoltaico-funcional {
    padding: 120px 0;
    height: 900px;
  }
}
@media screen and (max-width: 720px) {
  section#fotovoltaico-funcional {
    background-image: none;
    height: auto;
    padding: 60px 0;
  }
}
section#fotovoltaico-funcional h2 {
  margin: 0 0 60px;
  line-height: 48px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #004475;
  font-size: 2.5rem;
}
@media screen and (max-width: 1610px) {
  section#fotovoltaico-funcional h2 {
    font-size: 2.188rem;
    line-height: 43px;
  }
}
@media screen and (max-width: 720px) {
  section#fotovoltaico-funcional h2 {
    font-size: 1.75rem;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
section#fotovoltaico-funcional h3 {
  margin: 40px 0 40px;
  line-height: 48px;
  font-size: 2rem;
  color: #3DBEE3;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 1610px) {
  section#fotovoltaico-funcional h3 {
    font-size: 1.625rem;
    line-height: 42px;
  }
}
@media screen and (max-width: 720px) {
  section#fotovoltaico-funcional h3 {
    margin: 30px 0 30px;
    font-size: 1.5rem;
    line-height: 32px;
  }
}
section#fotovoltaico-funcional p {
  line-height: 36px;
  font-size: 1.5rem;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  color: #3D3D3D;
}
@media screen and (max-width: 1610px) {
  section#fotovoltaico-funcional p {
    font-size: 1.125rem;
    line-height: 30px;
  }
}

section#vale-investir {
  padding: 180px 0 215px;
  position: relative;
  background-image: url("../img/energia-fotovoltaica/banner4.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
@media screen and (max-width: 720px) {
  section#vale-investir {
    background-position: -200px top !important;
    background-size: cover;
    padding: 60px 0 100px;
  }
}
@media screen and (max-width: 1610px) {
  section#vale-investir {
    background-position: -300px top;
  }
}
@media screen and (max-width: 540px) {
  section#vale-investir {
    padding: 65px 0;
  }
}
section#vale-investir .mask-mobile {
  width: 100%;
  height: 697px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 540px) {
  section#vale-investir .mask-mobile {
    display: block;
    height: 100%;
  }
}
@media screen and (max-width: 540px) {
  section#vale-investir #info-mobile {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    text-align: center;
  }
}
section#vale-investir h2 {
  line-height: 48px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #004475;
  font-size: 2.5rem;
}
@media screen and (max-width: 1610px) {
  section#vale-investir h2 {
    font-size: 1.875rem;
    line-height: 38px;
  }
}
@media screen and (max-width: 720px) {
  section#vale-investir h2 {
    color: #fff;
    font-size: 1.75rem;
    line-height: 36px;
  }
}
@media screen and (max-width: 540px) {
  section#vale-investir h2 {
    font-size: 1.563rem;
    line-height: 33px;
  }
}
section#vale-investir h3 {
  margin: 55px 0 55px;
  line-height: 48px;
  font-size: 2rem;
  color: #3DBEE3;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1610px) {
  section#vale-investir h3 {
    font-size: 1.625rem;
    line-height: 42px;
  }
}
@media screen and (max-width: 720px) {
  section#vale-investir h3 {
    color: #fff;
    font-size: 1.5rem;
    line-height: 32px;
    margin: 30px 0 30px;
  }
}
@media screen and (max-width: 540px) {
  section#vale-investir h3 {
    font-size: 1.25rem;
    line-height: 28px;
  }
}
section#vale-investir p {
  line-height: 36px;
  margin-bottom: 80px;
  font-size: 1.5rem;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  color: #3D3D3D;
}
@media screen and (max-width: 1610px) {
  section#vale-investir p {
    font-size: 1.125rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 720px) {
  section#vale-investir p {
    color: #fff;
  }
}
@media screen and (max-width: 540px) {
  section#vale-investir p {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 720px) {
  section#vale-investir .btn-mob-center {
    text-align: center;
  }
}

section#custo-beneficio {
  display: block;
  position: relative;
  padding: 150px 0;
  background-image: url("../img/energia-fotovoltaica/banner5.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
@media screen and (max-width: 1610px) {
  section#custo-beneficio {
    padding: 100px 0;
  }
}
@media screen and (max-width: 720px) {
  section#custo-beneficio {
    padding: 60px 0;
  }
}
section#custo-beneficio h2 {
  margin: 0 0 45px;
  line-height: 48px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #004475;
  font-size: 2.5rem;
}
@media screen and (max-width: 1610px) {
  section#custo-beneficio h2 {
    font-size: 2.188rem;
    line-height: 43px;
  }
}
@media screen and (max-width: 720px) {
  section#custo-beneficio h2 {
    font-size: 1.75rem;
    line-height: 36px;
    margin: 0 0 30px;
  }
}
section#custo-beneficio h3 {
  margin: 65px 0 30px;
  line-height: 48px;
  font-size: 2rem;
  color: #3DBEE3;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1610px) {
  section#custo-beneficio h3 {
    font-size: 1.625rem;
    line-height: 42px;
  }
}
@media screen and (max-width: 720px) {
  section#custo-beneficio h3 {
    font-size: 1.5rem;
    line-height: 32px;
    margin: 40px 0 30px;
  }
}
section#custo-beneficio p {
  line-height: 36px;
  font-size: 1.5rem;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  color: #3D3D3D;
}
@media screen and (max-width: 1610px) {
  section#custo-beneficio p {
    font-size: 1.125rem;
    line-height: 30px;
  }
}

section#sistemas-isolados {
  padding: 215px 0;
  display: block;
  position: relative;
  background-image: url("../img/energia-fotovoltaica/banner6.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1610px) {
  section#sistemas-isolados {
    padding: 150px 0;
  }
}
@media screen and (max-width: 720px) {
  section#sistemas-isolados {
    padding: 60px 0;
    background-position: -368px top;
  }
}
section#sistemas-isolados h2 {
  line-height: 48px;
  width: 458px;
  line-height: 48px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 2.5rem;
}
@media screen and (max-width: 1610px) {
  section#sistemas-isolados h2 {
    font-size: 2.188rem;
    line-height: 43px;
  }
}
@media screen and (max-width: 720px) {
  section#sistemas-isolados h2 {
    font-size: 1.75rem;
    line-height: 36px;
    width: 100%;
  }
}
section#sistemas-isolados p {
  line-height: 36px;
  margin: 55px 0 80px;
  font-size: 1.5rem;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  color: #fff;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1610px) {
  section#sistemas-isolados p {
    font-size: 1.125rem;
    line-height: 30px;
    margin: 30px 0 50px;
  }
}
section#sistemas-isolados .mask-mobile {
  width: 100%;
  height: 697px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 540px) {
  section#sistemas-isolados .mask-mobile {
    display: block;
    height: 100%;
  }
}
@media screen and (max-width: 540px) {
  section#sistemas-isolados #info-mobile {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    text-align: center;
  }
}
section#sistemas-isolados .btn-mob-center {
  text-align: center;
}

section#tipos-de-sistemas {
  background-image: url("../img/energia-fotovoltaica/banner7.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  display: block;
  position: relative;
  padding: 147px 0 154px;
  width: 100%;
}
@media screen and (max-width: 1610px) {
  section#tipos-de-sistemas {
    background-position: 625px center;
  }
}
@media screen and (max-width: 720px) {
  section#tipos-de-sistemas {
    background-image: none;
    padding: 60px 0;
    text-align: center;
  }
}
section#tipos-de-sistemas h2 {
  margin-bottom: 10px;
  font-size: 2.875rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #004475;
}
@media screen and (max-width: 1610px) {
  section#tipos-de-sistemas h2 {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 720px) {
  section#tipos-de-sistemas h2 {
    font-size: 1.75rem;
    line-height: 36px;
  }
}
section#tipos-de-sistemas h2 .uppercase {
  text-transform: uppercase;
  font-size: 1.563rem;
}
@media screen and (max-width: 1610px) {
  section#tipos-de-sistemas h2 .uppercase {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 720px) {
  section#tipos-de-sistemas h2 .uppercase {
    font-size: 1.75rem;
    text-transform: none;
  }
}
section#tipos-de-sistemas h3 {
  margin: 0 0 20px;
  line-height: 32px;
  color: #004475;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
}
@media screen and (max-width: 1610px) {
  section#tipos-de-sistemas h3 {
    font-size: 1.25rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 720px) {
  section#tipos-de-sistemas h3 {
    margin: 0 0 5px;
  }
}
section#tipos-de-sistemas p {
  line-height: 28px;
  font-size: 1.063rem;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 1610px) {
  section#tipos-de-sistemas p {
    font-size: 0.875rem;
    line-height: 26px;
  }
}
section#tipos-de-sistemas div.tipo-servico {
  margin-top: 58px;
}
@media screen and (max-width: 720px) {
  section#tipos-de-sistemas div.tipo-servico {
    margin-top: 35px;
  }
}
@media screen and (max-width: 720px) {
  section#tipos-de-sistemas div.tipo-servico img {
    margin-bottom: 10px;
  }
}

section#como-funciona-o-sistema {
  display: block;
  position: relative;
  height: calc(841px + 39px);
}
@media screen and (max-width: 720px) {
  section#como-funciona-o-sistema {
    height: auto;
  }
}
section#como-funciona-o-sistema div.wrapper-background {
  background-image: url("../img/energia-fotovoltaica/banner8.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 1600px) {
  section#como-funciona-o-sistema div.wrapper-background {
    background-size: 55%;
  }
}
@media screen and (max-width: 720px) {
  section#como-funciona-o-sistema div.wrapper-background {
    background-color: #F8F8F8;
    background-image: none;
  }
}
@media screen and (max-width: 1080px) {
  section#como-funciona-o-sistema {
    padding: 100px 0;
    background-color: #F8F8F8;
  }
}
@media screen and (max-width: 720px) {
  section#como-funciona-o-sistema {
    padding: 60px 0 0 0;
  }
}
section#como-funciona-o-sistema div.background-white {
  background-color: #F8F8F8;
  max-width: 1603px;
  position: absolute;
  left: 0;
  bottom: 39px;
  width: 100%;
  max-width: 1150px;
  background: #F8F8F8;
  border-bottom-right-radius: 526px;
  border-top-right-radius: 526px;
  height: 100%;
  width: 100%;
  max-height: 841px;
}
@media screen and (max-width: 1080px) {
  section#como-funciona-o-sistema div.background-white {
    display: none;
  }
}
section#como-funciona-o-sistema h2 {
  line-height: 31px;
  margin: 65px 0  65px;
  position: relative;
  display: block;
  font-size: 2.875rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #004475;
}
section#como-funciona-o-sistema h2 span {
  font-size: 1.625rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1610px) {
  section#como-funciona-o-sistema h2 span {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 720px) {
  section#como-funciona-o-sistema h2 span {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1610px) {
  section#como-funciona-o-sistema h2 {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 1080px) {
  section#como-funciona-o-sistema h2 {
    margin: 40px 0 50px;
  }
}
@media screen and (max-width: 720px) {
  section#como-funciona-o-sistema h2 {
    font-size: 2.375rem;
    margin: 0 0 50px;
  }
  section#como-funciona-o-sistema h2 br {
    display: block !important;
  }
}
section#como-funciona-o-sistema div.wrapper-texto {
  margin: 0 0 30px;
  position: relative;
  display: block;
}
section#como-funciona-o-sistema div.wrapper-texto p {
  width: 90%;
  max-width: 445px;
  vertical-align: top;
  line-height: 30px;
  font-size: 1.125rem;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #004475;
}
@media screen and (max-width: 1080px) {
  section#como-funciona-o-sistema div.wrapper-texto p {
    font-size: 0.938rem;
  }
}
section#como-funciona-o-sistema div.wrapper-texto p.numero {
  width: 10px;
  color: #004475;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 1.312rem;
}
@media screen and (max-width: 1080px) {
  section#como-funciona-o-sistema div.wrapper-texto p.numero {
    font-size: 1.125rem;
  }
}

section#solicite-orcamento-fotovoltaico {
  margin-bottom: 40px;
}
@media screen and (max-width: 720px) {
  section#solicite-orcamento-fotovoltaico {
    margin-bottom: 0;
    padding-bottom: 60px;
    text-align: center;
    background: #F8F8F8;
  }
}
section#solicite-orcamento-fotovoltaico div.wrapper-orcamento {
  width: 86%;
  height: 123px;
  padding: 41px 0 0 86px;
  border-radius: 512px 0 0 512px;
  background-color: #F8F8F8;
}
@media screen and (max-width: 720px) {
  section#solicite-orcamento-fotovoltaico div.wrapper-orcamento {
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 0 25px;
  }
}
section#solicite-orcamento-fotovoltaico div.wrapper-orcamento h2 {
  margin-right: 48px;
}
@media screen and (max-width: 720px) {
  section#solicite-orcamento-fotovoltaico div.wrapper-orcamento h2 {
    margin-right: 0;
    text-align: center;
    padding: 40px 0 20px;
  }
}
@media screen and (max-width: 720px) {
  section#solicite-orcamento-fotovoltaico .btn-mob-center {
    text-align: center;
  }
}

section#eficiencia-energetica {
  position: relative;
  display: block;
  background-image: url("../img/energia-fotovoltaica/banner-analise.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 852px;
}
@media screen and (max-width: 1610px) {
  section#eficiencia-energetica {
    background-position: -275px bottom;
  }
}
@media screen and (max-width: 720px) {
  section#eficiencia-energetica {
    background-image: none;
    height: auto;
    padding-bottom: 60px;
  }
}
section#eficiencia-energetica div.wrapper-form {
  width: 100%;
  max-width: 536px;
}
@media screen and (max-width: 720px) {
  section#eficiencia-energetica div.wrapper-form {
    width: 100%;
  }
}
section#eficiencia-energetica div.wrapper-form div.btn-right {
  float: right;
}
section#eficiencia-energetica h2 {
  margin: 149px 0 0 0;
  font-size: 3.125rem;
  font-family: "Lato", sans-serif;
  color: #004475;
}
@media screen and (max-width: 1610px) {
  section#eficiencia-energetica h2 {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 720px) {
  section#eficiencia-energetica h2 {
    font-size: 1.875rem;
    margin-top: 60px;
  }
}
@media screen and (max-width: 720px) {
  section#eficiencia-energetica h2 br {
    display: block !important;
  }
}
section#eficiencia-energetica h2 span {
  font-size: 1.563rem;
}
@media screen and (max-width: 1610px) {
  section#eficiencia-energetica h2 span {
    font-size: 1.312rem;
  }
}
@media screen and (max-width: 720px) {
  section#eficiencia-energetica h2 span {
    font-size: 1.188rem;
  }
}
section#eficiencia-energetica p {
  width: 536px;
  line-height: 30px;
  margin: 35px 0 56px 0;
  font-size: 1.188rem;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  line-height: 30px;
}
@media screen and (max-width: 1610px) {
  section#eficiencia-energetica p {
    font-size: 0.998rem;
  }
}
@media screen and (max-width: 720px) {
  section#eficiencia-energetica p {
    width: 100%;
  }
}
section#eficiencia-energetica .btn-right {
  float: right;
}
@media screen and (max-width: 720px) {
  section#eficiencia-energetica .btn-right {
    float: none;
  }
}
section#eficiencia-energetica .btn-mob-center {
  text-align: center;
}

section#agua-chuva-2 {
  position: relative;
  height: 1072px;
  padding: 222px 0;
  background: url("../img/produtos/chuva/ilustra-chuva.jpg") no-repeat right center;
}
section#agua-chuva-2 h2 {
  color: #004475;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 75px;
}
section#agua-chuva-2 ul li {
  margin-bottom: 24px;
}
section#agua-chuva-2 ul li div.margin-r {
  margin-right: 20px;
}
@media screen and (max-width: 1638px) {
  section#agua-chuva-2 {
    background-size: 70vw;
  }
}
@media screen and (max-width: 1080px) {
  section#agua-chuva-2 {
    padding: 40px 0 40px 0;
    background: none;
    height: auto;
  }
}

section#agua-chuva-3 {
  position: relative;
  height: 1040px;
  padding: 243px 0 0 0;
  background: url("../img/produtos/chuva/banner-chuva.jpg") no-repeat top center;
}
section#agua-chuva-3 p {
  line-height: 38px;
}
section#agua-chuva-3 p:first-child {
  margin-bottom: 110px;
}

@media screen and (max-width: 540px) {
  #page-aquecimento-de-piscinas .btn-default {
    width: 100%;
  }
  #page-aquecimento-de-piscinas .projetos {
    padding: 65px 15px 65px 20px;
  }
}

section#aquecimento-piscinas {
  width: 100%;
  height: 697px;
  background-position: -100px top;
  background-image: url("../img/produtos/aquecimento/banner1.jpg");
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 1610px) {
  section#aquecimento-piscinas {
    background-position: -370px top;
  }
}
@media screen and (max-width: 540px) {
  section#aquecimento-piscinas {
    height: 530px;
  }
}
section#aquecimento-piscinas .mask-mobile {
  width: 100%;
  height: 697px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 540px) {
  section#aquecimento-piscinas .mask-mobile {
    display: block;
    height: 530px;
  }
}
@media screen and (max-width: 540px) {
  section#aquecimento-piscinas #info-mobile {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 530px;
    text-align: center;
  }
}
section#aquecimento-piscinas h2 {
  font-size: 1.875rem;
  color: #3D3D3D;
  line-height: 38px;
  margin-top: 136px;
  margin-bottom: 69px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 540px) {
  section#aquecimento-piscinas h2 {
    color: #fff;
    margin-top: 65px;
    margin-bottom: 30px;
  }
}
section#aquecimento-piscinas p {
  font-size: 1.5rem;
  line-height: 36px;
  color: #3D3D3D;
  margin-bottom: 90px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 1610px) {
  section#aquecimento-piscinas p {
    font-size: 1.125rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 540px) {
  section#aquecimento-piscinas p {
    color: #fff;
    margin-bottom: 65px;
  }
}

section#aquecimento-investimento {
  width: 100%;
  height: 601px;
  background-image: url("../img/produtos/aquecimento/bg-investimentos.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
  display: block;
}
@media screen and (max-width: 540px) {
  section#aquecimento-investimento {
    height: auto;
    background-image: none;
    text-align: center;
    padding-bottom: 65px;
  }
}
section#aquecimento-investimento h2 {
  font-size: 1.875rem;
  color: #fff;
  line-height: 38px;
  margin-top: 121px;
  margin-bottom: 50px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 540px) {
  section#aquecimento-investimento h2 {
    margin-top: 65px;
    margin-bottom: 30px;
  }
}
section#aquecimento-investimento p {
  font-size: 1.5rem;
  line-height: 36px;
  color: #fff;
  margin-bottom: 40px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 540px) {
  section#aquecimento-investimento p {
    font-size: 1.125rem;
    line-height: 30px;
  }
}
section#aquecimento-investimento div.background-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1150px;
  background: #3DBEE3;
  border-bottom-right-radius: 526px;
  border-top-right-radius: 526px;
  height: 100%;
}
@media screen and (max-width: 1610px) {
  section#aquecimento-investimento div.background-white {
    max-width: 870px;
  }
}
@media screen and (max-width: 540px) {
  section#aquecimento-investimento div.background-white {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
}

section.projetos div.wrapper-slider {
  height: auto;
  min-height: auto;
}

@media screen and (max-width: 540px) {
  #page-aquecimento-de-residencias .btn-default {
    width: 100%;
  }
}

section#bg-residencia-2 {
  width: 100%;
  height: 601px;
  background-image: url("../img/produtos/residencias/banner2.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
}
@media screen and (max-width: 540px) {
  section#bg-residencia-2 {
    height: auto;
    background-image: none;
    padding-bottom: 65px;
  }
}
section#bg-residencia-2 h2 {
  line-height: 38px;
  font-size: 1.875rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #fff;
  margin-top: 115px;
}
@media screen and (max-width: 1610px) {
  section#bg-residencia-2 h2 {
    font-size: 1.625rem;
    line-height: 34px;
  }
}
@media screen and (max-width: 540px) {
  section#bg-residencia-2 h2 {
    margin-top: 65px;
  }
}
section#bg-residencia-2 p {
  line-height: 36px;
  margin: 44px 0 70px 0;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 1.5rem;
}
@media screen and (max-width: 1610px) {
  section#bg-residencia-2 p {
    font-size: 1.25rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 720px) {
  section#bg-residencia-2 p {
    font-size: 1.063rem;
    line-height: 29px;
  }
}
section#bg-residencia-2 div.background-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1150px;
  background: #3DBEE3;
  border-bottom-right-radius: 526px;
  border-top-right-radius: 526px;
  height: 100%;
}
@media screen and (max-width: 1610px) {
  section#bg-residencia-2 div.background-white {
    max-width: 870px;
  }
}
@media screen and (max-width: 540px) {
  section#bg-residencia-2 div.background-white {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
}

section#bg-residencia {
  width: 100%;
  height: 651px;
  background-image: url("../img/produtos/residencias/banner1.jpg");
  background-position: -100px top;
  background-repeat: no-repeat;
  margin-bottom: 130px;
  position: relative;
}
@media screen and (max-width: 1610px) {
  section#bg-residencia {
    background-position: -360px top;
  }
}
@media screen and (max-width: 540px) {
  section#bg-residencia {
    height: 560px;
    background-size: cover;
    margin-bottom: 0;
  }
}
section#bg-residencia .mask-mobile {
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 540px) {
  section#bg-residencia .mask-mobile {
    display: block;
    height: 560px;
  }
}
@media screen and (max-width: 540px) {
  section#bg-residencia #info-mobile {
    position: absolute;
    height: 560px;
    text-align: center;
  }
}
section#bg-residencia h2 {
  line-height: 38px;
  font-size: 1.875rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #3D3D3D;
  margin-top: 115px;
}
@media screen and (max-width: 1610px) {
  section#bg-residencia h2 {
    font-size: 1.625rem;
    line-height: 34px;
  }
}
@media screen and (max-width: 540px) {
  section#bg-residencia h2 {
    color: #fff;
    margin-top: 65px;
  }
}
section#bg-residencia p {
  line-height: 36px;
  margin: 44px 0 70px 0;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #3D3D3D;
  font-size: 1.5rem;
}
@media screen and (max-width: 1610px) {
  section#bg-residencia p {
    font-size: 1.25rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 720px) {
  section#bg-residencia p {
    font-size: 1.063rem;
    line-height: 29px;
  }
}
@media screen and (max-width: 540px) {
  section#bg-residencia p {
    color: #fff;
  }
}

section#contact {
  display: block;
  position: relative;
  width: 100%;
  height: 927px;
  background-image: url("../img/contact/woman-2.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  padding: 130px 0 33px;
}
@media screen and (max-width: 1610px) {
  section#contact {
    background-size: contain;
    padding: 60px 0 0;
    height: 765px;
  }
}
@media screen and (max-width: 540px) {
  section#contact {
    height: auto;
    background-image: none;
    padding: 65px 0;
  }
}
section#contact h2 {
  margin-bottom: 50px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #75CC52;
  line-height: 40px;
  font-size: 3.125rem;
}
@media screen and (max-width: 1610px) {
  section#contact h2 {
    font-size: 2.188rem;
    line-height: 30px;
    margin-bottom: 35px;
  }
  section#contact h2 br {
    display: block !important;
  }
}
@media screen and (max-width: 540px) {
  section#contact h2 {
    font-size: 1.875rem;
  }
}
section#contact h2 font {
  font-size: 1.563rem;
}
@media screen and (max-width: 1610px) {
  section#contact h2 font {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 540px) {
  section#contact h2 font {
    font-size: 0.875rem;
  }
}
section#contact form {
  position: relative;
}
section#contact form div.audio-capture {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 30px;
}
section#contact form input {
  margin-bottom: 30px;
  font-size: 0.998rem;
  padding: 17px;
}
@media screen and (max-width: 1610px) {
  section#contact form input {
    margin-bottom: 20px;
  }
}
section#contact button {
  max-width: 180px;
  margin-bottom: 150px;
  margin-top: 55px;
}
@media (max-width: 1199.98px) {
  section#contact button {
    margin-bottom: 65px;
  }
}
@media (max-width: 767.98px) {
  section#contact button {
    margin-bottom: 45px;
  }
}
section#contact p {
  line-height: 29px;
  margin-right: 34px;
  display: inline-block;
  position: absolute;
  bottom: 33px;
  right: 150px;
  width: 250px;
}
@media (max-width: 991.98px) {
  section#contact p {
    position: static;
    bottom: auto;
    right: auto;
    width: auto;
    margin-right: 0;
  }
}
section#contact div.wrapper-icons {
  display: inline-block;
  position: absolute;
  bottom: 33px;
  right: 8px;
  width: 130px;
}
@media (max-width: 991.98px) {
  section#contact div.wrapper-icons {
    position: static;
    bottom: auto;
    right: auto;
    width: auto;
    display: block;
    margin-bottom: 33px;
  }
}
section#contact div.wrapper-icons img {
  margin-right: 21px;
}
@media (max-width: 991.98px) {
  section#contact div.wrapper-icons img {
    margin-top: 20px;
  }
}

section#map {
  position: relative;
  width: 100%;
  height: 481px;
}
section#map div.info-map {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #73CC34;
  color: #fff;
  padding: 23px 0;
  width: 752px;
  border-radius: 112px 0 0 112px;
}
@media screen and (max-width: 1440px) {
  section#map div.info-map {
    width: 40vw;
  }
}
@media (max-width: 1199.98px) {
  section#map div.info-map {
    width: 50vw;
  }
}
@media (max-width: 767.98px) {
  section#map div.info-map {
    display: none;
  }
}
section#map div.info-map div.wrapper-text {
  width: 292px;
  margin-left: 9.5vw;
  max-width: 100%;
}
@media (max-width: 1199.98px) {
  section#map div.info-map div.wrapper-text {
    margin-left: 20vw;
  }
}
@media (max-width: 991.98px) {
  section#map div.info-map div.wrapper-text {
    margin-left: 6.5vw;
  }
}
section#map div.info-map div.wrapper-text h3 {
  line-height: 29px;
}
section#map div.info-map div.wrapper-text p {
  line-height: 24px;
  padding-top: 20px;
}

#page-contact section#contact {
  padding-bottom: 0;
}

section#blog-home {
  padding: 151px 0 45px;
}
section#blog-home h2 {
  line-height: 50px;
  letter-spacing: 1px;
  color: #004475;
}
section#blog-home div.wrapper-post {
  height: 405px;
  position: relative;
  width: 100%;
  max-width: 398px;
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-right: 19px;
  margin-bottom: 23px;
  overflow: hidden;
}
section#blog-home div.wrapper-post:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1199.98px) {
  section#blog-home div.wrapper-post:nth-child(3n) {
    margin-right: 20px;
  }
}
@media (max-width: 1199.98px) {
  section#blog-home div.wrapper-post:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1400px) {
  section#blog-home div.wrapper-post {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1300px) {
  section#blog-home div.wrapper-post {
    margin-right: 20px;
    max-width: 300px;
  }
}
@media screen and (max-width: 540px) {
  section#blog-home div.wrapper-post {
    margin-bottom: 53px;
  }
}
section#blog-home div.wrapper-post div.img-post {
  position: relative;
  display: block;
}
section#blog-home div.wrapper-post div.img-post img {
  object-fit: cover;
  width: 100%;
  height: 266px;
  transition: transform 0.6s ease-out;
}
section#blog-home div.wrapper-post div.wrapper-text {
  padding: 30px 30px 18px;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 145px;
  background: white;
}
section#blog-home div.wrapper-post div.wrapper-text h3 {
  margin-bottom: 18px;
  line-height: 24px;
}
section#blog-home div.wrapper-post div.wrapper-text svg {
  transition: transform 0.2s ease-out;
}
section#blog-home div.wrapper-post div.wrapper-text div.wrapper-footer-post {
  margin-top: 11px;
}
section#blog-home div.wrapper-post div.wrapper-text div.wrapper-footer-post img {
  border-radius: 50%;
}
section#blog-home div.wrapper-post:hover div.img-post img {
  transform: scale(1.15) rotate(4deg);
}
section#blog-home div.wrapper-post:hover svg {
  transform: translateX(10px);
}
section#blog-home div.wrapper-categories {
  padding-bottom: 60px;
}
section#blog-home div.wrapper-categories ul {
  padding-top: 40px;
}
section#blog-home div.wrapper-categories ul li {
  list-style-image: url("../img/svg/right-arrow.svg");
  list-style-position: inside;
}
section#blog-home div.wrapper-categories ul li a {
  padding-left: 20px;
  color: #3D3D3D;
  line-height: 40px;
  letter-spacing: 1px;
  transition: color .3s ease;
}
section#blog-home div.wrapper-categories ul li a:hover {
  color: #23BCE3;
}
section#blog-home div.wrapper-last-posts div.wrapper-post {
  margin-top: 40px;
  height: 151px;
  box-shadow: none;
  border-bottom: 1px solid #B9B9BC;
}
section#blog-home div.wrapper-last-posts div.wrapper-post div.img-post {
  display: inline-block;
}
section#blog-home div.wrapper-last-posts div.wrapper-post div.img-post img {
  object-fit: cover;
  width: 166px;
  height: 111px;
  transform: none !important;
}
section#blog-home div.wrapper-last-posts div.wrapper-post div.wrapper-text {
  padding: 0 0 0 20px;
  display: inline-block;
}

section#projetos-page {
  background-image: url("../img/projetos/banner1-projetos.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  width: 100%;
  height: 652px;
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 1610px) {
  section#projetos-page {
    background-position: -352px 0;
  }
}
@media screen and (max-width: 540px) {
  section#projetos-page {
    height: auto;
    margin-bottom: 65px;
  }
}
@media (max-width: 1199.98px) {
  section#projetos-page {
    background-image: none;
    margin-top: 0;
  }
  section#projetos-page #peca-orcamento {
    margin: 0 auto;
  }
}
section#projetos-page h2 {
  width: 427px;
  max-width: 100%;
  line-height: 38px;
  color: #000;
  padding-bottom: 50px;
  font-size: 1.875rem;
  margin-top: 84px;
}
@media screen and (max-width: 1610px) {
  section#projetos-page h2 {
    width: 100%;
    font-size: 1.5rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 540px) {
  section#projetos-page h2 {
    margin-top: 65px;
    text-align: center;
  }
}
section#projetos-page p {
  width: 427px;
  max-width: 100%;
  line-height: 36px;
  color: #000;
  padding-bottom: 50px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1610px) {
  section#projetos-page p {
    width: 90%;
    font-size: 1.125rem;
    line-height: 30px;
  }
}
section#projetos-page p font {
  color: #23BCE3;
}
@media screen and (max-width: 540px) {
  section#projetos-page p {
    width: 100%;
    text-align: center;
  }
}

section.projetos {
  margin-bottom: 160px;
}
section.projetos .slick-list {
  margin-bottom: 15px;
}
@media screen and (max-width: 540px) {
  section.projetos .slick-list {
    margin-bottom: 0;
  }
}
@media (max-width: 1199.98px) {
  section.projetos h2 br {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  section.projetos {
    margin-bottom: 0;
    padding: 65px 15px 0 20px;
  }
}

section.last-slick {
  margin-bottom: 160px;
}
@media (max-width: 1199.98px) {
  section.last-slick {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 540px) {
  section.last-slick {
    margin-bottom: 0;
  }
}

@media (max-width: 1199.98px) {
  section.projetos-right div.wrapper-slider {
    right: 0;
  }
}

.pesquisa {
  font-size: 18px;
  line-height: 1.1em;
  font-weight: 300;
  padding-top: 1em;
  padding-bottom: 4.5em;
}
.pesquisa .input-pesquisa {
  font-size: inherit;
  line-height: inherit;
  border-radius: 3.5em;
  border: none;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  display: inline-block;
  margin-bottom: 25px;
  padding: 23px 25px;
  min-width: 460px;
}
.pesquisa .paragrafo {
  font-size: 16px;
  padding-left: 25px;
}

section#projetos-details {
  padding: 130px 0 160px;
}
section#projetos-details h2 {
  line-height: 48px;
}
section#projetos-details h2.title-imgs {
  padding: 100px 0 60px;
}
section#projetos-details p {
  padding-top: 40px;
  line-height: 36px;
}
@media (max-width: 1199.98px) {
  section#projetos-details button {
    position: relative;
    margin-top: 40px;
  }
}
section#projetos-details .icones-social-share {
  width: 30px;
  max-height: 30px;
}
section#projetos-details .titulo-compartilhar {
  font-weight: bold;
  color: #004475;
}
section#projetos-details .social-share {
  padding-bottom: 3em;
}
section#projetos-details img {
  max-width: 100%;
}
section#projetos-details div.wrapper-imgs {
  padding-top: 1em;
}
@media (max-width: 1199.98px) {
  section#projetos-details div.wrapper-imgs {
    position: relative;
    left: 0;
  }
}
section#projetos-details div.wrapper-imgs .grid-container {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 16px;
}
section#projetos-details div.wrapper-imgs li {
  display: inline-block;
  padding: 0;
  width: 100%;
  max-width: 150px;
}
section#projetos-details div.wrapper-imgs li .thumbnail {
  width: 100%;
  cursor: pointer;
}
section#projetos-details + .projetos {
  margin-top: 0;
  padding-bottom: 356px;
}
@media (max-width: 1199.98px) {
  section#projetos-details + .projetos {
    padding-bottom: 60px;
  }
}

section#acessorios-categoria {
  padding: 130px 0;
}
@media (max-width: 991.98px) {
  section#acessorios-categoria {
    padding: 60px 0;
  }
}
section#acessorios-categoria h3 {
  color: #23BCE3;
}
section#acessorios-categoria h2.title-imgs {
  padding: 100px 0 60px;
}
section#acessorios-categoria p {
  min-height: 80px;
}
section#acessorios-categoria button {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1199.98px) {
  section#acessorios-categoria button {
    position: relative;
    margin-top: 40px;
  }
}
section#acessorios-categoria img {
  width: 100%;
}
section#acessorios-categoria ul {
  margin-top: 100px;
  text-align: justify;
}
@media screen and (max-width: 1635px) {
  section#acessorios-categoria ul {
    text-align: center;
  }
}
section#acessorios-categoria ul li {
  display: inline-block;
  margin: 0 24px 92px;
}

section#acessorios-details {
  padding: 130px 0;
}
@media (max-width: 991.98px) {
  section#acessorios-details {
    padding: 50px 0;
  }
}
section#acessorios-details h2.title-imgs {
  padding: 100px 0 60px;
}
section#acessorios-details p {
  padding-top: 40px;
  line-height: 36px;
}
section#acessorios-details button {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1199.98px) {
  section#acessorios-details button {
    position: relative;
    margin-top: 40px;
  }
}
section#acessorios-details img {
  max-width: 100%;
}
section#acessorios-details div.wrapper-imgs {
  position: absolute;
  left: 16px;
  bottom: 0;
}
@media (max-width: 1199.98px) {
  section#acessorios-details div.wrapper-imgs {
    position: relative;
    left: 0;
  }
}
section#acessorios-details div.wrapper-imgs .grid-container {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 16px;
}
section#acessorios-details div.wrapper-imgs li {
  display: inline-block;
  padding: 0;
  width: 100%;
  max-width: 150px;
}
section#acessorios-details div.wrapper-imgs li .thumbnail {
  width: 100%;
  cursor: pointer;
}
section#acessorios-details + .acessorios {
  margin-top: 0;
  padding-bottom: 356px;
}
@media (max-width: 1199.98px) {
  section#acessorios-details + .acessorios {
    padding-bottom: 60px;
  }
}

section#mais-acessorios {
  padding: 30px 0 240px;
}
@media (max-width: 991.98px) {
  section#mais-acessorios {
    padding: 50px 0;
  }
}
section#mais-acessorios h2 {
  line-height: 48px;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #B9B9BC;
}
@media (max-width: 991.98px) {
  section#mais-acessorios h2 {
    padding-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  section#mais-acessorios h2 {
    text-align: center;
    font-size: 1.875rem;
    padding-bottom: 0;
    border-bottom: none;
  }
}
section#mais-acessorios ul {
  padding-top: 100px;
}
@media (max-width: 991.98px) {
  section#mais-acessorios ul {
    padding-top: 50px;
  }
}
@media (max-width: 767.98px) {
  section#mais-acessorios ul {
    padding-top: 0;
  }
}
section#mais-acessorios ul li {
  display: inline-block;
  margin-right: 6.2%;
  width: 28%;
  max-width: 398px;
}
section#mais-acessorios ul li:last-child {
  margin-right: 0;
}
@media (max-width: 991.98px) {
  section#mais-acessorios ul li {
    margin-right: 5%;
    width: 45%;
  }
  section#mais-acessorios ul li:nth-child(2) {
    margin-right: 0;
  }
  section#mais-acessorios ul li:last-child {
    margin: 50px auto 0;
  }
}
@media (max-width: 767.98px) {
  section#mais-acessorios ul li {
    width: auto;
    max-width: 100%;
    margin: 30px auto 0;
  }
}

section#simulacao {
  padding: 120px 0;
}
section#simulacao div.box-simulacao {
  border-radius: 69px;
  background-color: #B9B9BC;
  padding: 70px;
}

section#bg-simulacao {
  background-image: url("../img/simulacao/banner-simulacao.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 650px;
}
section#bg-simulacao h2 {
  font-family: "Lato", sans-serif;
  font-size: 1.875rem;
  color: #3D3D3D;
  line-height: 38px;
  padding-top: 141px;
  font-weight: 700;
}
section#bg-simulacao p {
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  color: #3D3D3D;
  line-height: 36px;
  padding-top: 80px;
  font-weight: 300;
}

footer div.wrapper-footer {
  background-color: #73CC34;
  width: 100%;
}
@media screen and (max-width: 540px) {
  footer div.wrapper-footer h2 {
    font-size: 1.25rem;
    line-height: 50px;
  }
}
footer div.wrapper-footer div.wrapper-general-footer {
  padding: 72px 0;
  max-width: 1365px;
  width: 100%;
  margin: auto;
  display: block;
}
@media screen and (max-width: 1610px) {
  footer div.wrapper-footer div.wrapper-general-footer {
    width: 100%;
    padding: 72px 40px;
  }
}
@media screen and (max-width: 540px) {
  footer div.wrapper-footer div.wrapper-loctions {
    width: 316px;
    max-width: 100%;
    margin: 15px auto 0;
  }
}
@media (max-width: 991.98px) {
  footer div.wrapper-footer div.wrapper-loctions {
    width: 100%;
  }
}
footer div.wrapper-footer div.wrapper-loctions p {
  line-height: 24px;
}
footer div.wrapper-footer div.wrapper img.logo-footer {
  margin-bottom: 60px;
}
@media screen and (max-width: 1080px) {
  footer div.wrapper-footer div.wrapper img.logo-footer {
    margin: 0 auto 60px auto;
  }
}
@media screen and (max-width: 540px) {
  footer div.wrapper-footer div.wrapper img.logo-footer {
    margin-bottom: 0;
  }
}
footer div.wrapper-footer div.wrapper ul {
  margin-top: 30px;
}
footer div.wrapper-footer div.wrapper ul a {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 0.998rem;
}
footer div.wrapper-footer div.wrapper ul a:hover {
  text-decoration: underline;
}
@media (max-width: 1199.98px) {
  footer div.wrapper-footer div.wrapper ul a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1610px) {
  footer div.wrapper-footer div.wrapper ul a {
    font-size: 0.938rem;
  }
}
footer div.wrapper-footer div.wrapper-right {
  width: 100%;
  max-width: 400px;
}
@media (max-width: 1199.98px) {
  footer div.wrapper-footer div.wrapper-right {
    max-width: 250px;
  }
}
@media (max-width: 991.98px) {
  footer div.wrapper-footer div.wrapper-right {
    margin-right: auto;
    margin-left: auto;
  }
}
footer div.wrapper-footer div.wrapper-right p {
  line-height: 26px;
  margin: 30px 0 44px;
}
@media screen and (max-width: 540px) {
  footer div.wrapper-footer div.wrapper-right p {
    font-size: 0.998rem;
    margin: 20px auto 30px;
    width: 220px;
    max-width: 100%;
  }
}
footer div.wrapper-footer div.wrapper-right form {
  position: relative;
}
@media screen and (max-width: 720px) {
  footer div.wrapper-footer div.wrapper-right form {
    width: 50%;
    margin: auto;
  }
}
footer div.wrapper-footer div.wrapper-right div.wrapper-arrow {
  background-image: url("../img/footer/right-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
  width: 24px;
  height: 17px;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
@media screen and (max-width: 540px) {
  footer div.wrapper-footer div.wrapper-right div.wrapper-arrow {
    display: none;
  }
}
footer div.wrapper-footer div.wrapper-right input {
  background: transparent;
  max-width: 400px;
}
@media (max-width: 991.98px) {
  footer div.wrapper-footer div.wrapper-right input {
    margin-right: auto;
    margin-left: auto;
  }
}
footer div.wrapper-footer div.wrapper-right input::placeholder {
  color: white !important;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 1.063rem;
  line-height: 24px;
}
footer div.wrapper-bottom-footer {
  background: #5BC12B;
  width: 100%;
  height: 68px;
  padding-top: 23px;
}
footer div.wrapper-bottom-footer .wrapper-rights {
  max-width: 1365px;
  width: 100%;
  margin: auto;
  display: block;
}
@media screen and (max-width: 1610px) {
  footer div.wrapper-bottom-footer .wrapper-rights {
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 1370px) {
  footer div.wrapper-bottom-footer .wrapper-rights {
    padding: 0 15px;
  }
}
@media screen and (max-width: 720px) {
  footer div.wrapper-bottom-footer {
    height: auto !important;
    padding: 22px 0 !important;
  }
}

.title-error {
  margin: 130px auto 0;
  display: block;
  text-align: center;
  font-size: 3.225rem;
  line-height: 3.525rem;
}

.error-description {
  margin: 30px auto 15px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.error-link-helper {
  display: block;
  text-align: center;
  margin: 0 auto 130px;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

@media screen and (max-width: 540px) {
  #page-piscinas-de-concreto .btn-default {
    width: 100%;
    font-size: 1.063rem;
  }
  #page-piscinas-de-concreto .projetos {
    padding: 65px 15px 65px 20px;
  }
}

section#piscina-concreto {
  width: 100%;
  height: 697px;
  background-position: -100px top;
  background-image: url("../img/piscinas-de-concreto/banner-piscina.jpg");
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 1610px) {
  section#piscina-concreto {
    background-position: -370px top;
  }
}
@media screen and (max-width: 540px) {
  section#piscina-concreto {
    height: 500px;
  }
}
section#piscina-concreto .mask-mobile {
  width: 100%;
  height: 697px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 540px) {
  section#piscina-concreto .mask-mobile {
    display: block;
    height: 500px;
  }
}
@media screen and (max-width: 540px) {
  section#piscina-concreto #info-mobile {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 500px;
    text-align: center;
  }
}
section#piscina-concreto h2 {
  font-size: 1.875rem;
  color: #3D3D3D;
  line-height: 38px;
  margin-top: 136px;
  margin-bottom: 69px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 540px) {
  section#piscina-concreto h2 {
    color: #fff;
    margin-top: 65px;
    margin-bottom: 30px;
  }
}
section#piscina-concreto p {
  font-size: 1.5rem;
  line-height: 36px;
  color: #3D3D3D;
  margin-bottom: 90px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 1610px) {
  section#piscina-concreto p {
    font-size: 1.125rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 540px) {
  section#piscina-concreto p {
    color: #fff;
    margin-bottom: 50px;
  }
}

section#bg-40-anos {
  width: 100%;
  height: 601px;
  background-image: url("../img/piscinas-de-concreto/bg-piscina-section-2.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
  display: block;
}
@media screen and (max-width: 540px) {
  section#bg-40-anos {
    height: auto;
    background-image: none;
    padding-bottom: 65px;
  }
}
section#bg-40-anos h2 {
  font-size: 1.875rem;
  color: #fff;
  line-height: 38px;
  margin-top: 121px;
  margin-bottom: 50px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 540px) {
  section#bg-40-anos h2 {
    margin-top: 65px;
    margin-bottom: 30px;
  }
}
section#bg-40-anos p {
  font-size: 1.5rem;
  line-height: 36px;
  color: #fff;
  margin-bottom: 40px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
section#bg-40-anos div.background-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1150px;
  background: #3DBEE3;
  border-bottom-right-radius: 526px;
  border-top-right-radius: 526px;
  height: 100%;
}
@media screen and (max-width: 1610px) {
  section#bg-40-anos div.background-white {
    max-width: 870px;
  }
}
@media screen and (max-width: 540px) {
  section#bg-40-anos div.background-white {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
}

@media screen and (max-width: 540px) {
  #page-eletroposto .btn-default {
    width: 100%;
    font-size: 1.125rem;
  }
}

section#eletroposto-section-1 {
  width: 100%;
  height: 697px;
  background-position: -100px top;
  background-image: url("../img/eletroposto/bg-eletroposto.jpg");
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 1610px) {
  section#eletroposto-section-1 {
    background-position: -370px top;
  }
}
@media screen and (max-width: 540px) {
  section#eletroposto-section-1 {
    height: 530px;
    background-size: cover;
  }
}
section#eletroposto-section-1 .mask-mobile {
  width: 100%;
  height: 697px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 540px) {
  section#eletroposto-section-1 .mask-mobile {
    display: block;
    height: 530px;
  }
}
@media screen and (max-width: 540px) {
  section#eletroposto-section-1 #info-mobile {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 530px;
    text-align: center;
  }
}
section#eletroposto-section-1 h2 {
  font-size: 1.875rem;
  color: #3D3D3D;
  line-height: 38px;
  margin-top: 136px;
  margin-bottom: 69px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 540px) {
  section#eletroposto-section-1 h2 {
    color: #fff;
    margin-top: 80px;
  }
}
section#eletroposto-section-1 p {
  font-size: 1.5rem;
  line-height: 36px;
  color: #3D3D3D;
  margin-bottom: 90px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 1610px) {
  section#eletroposto-section-1 p {
    font-size: 1.125rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 540px) {
  section#eletroposto-section-1 p {
    color: #fff;
  }
}

section#bg-eletroposto-section-2 {
  width: 100%;
  height: 601px;
  background-image: url("../img/eletroposto/bg-eletroposto-2.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
  display: block;
}
@media screen and (max-width: 540px) {
  section#bg-eletroposto-section-2 {
    height: auto;
    padding-bottom: 65px;
    text-align: center;
  }
}
section#bg-eletroposto-section-2 h2 {
  font-size: 1.875rem;
  color: #fff;
  line-height: 38px;
  margin-top: 121px;
  margin-bottom: 50px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 540px) {
  section#bg-eletroposto-section-2 h2 {
    margin-top: 65px;
    margin-bottom: 30px;
  }
}
section#bg-eletroposto-section-2 p {
  font-size: 1.5rem;
  line-height: 36px;
  color: #fff;
  margin-bottom: 40px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
section#bg-eletroposto-section-2 div.background-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1150px;
  background: #004475;
  border-bottom-right-radius: 526px;
  border-top-right-radius: 526px;
  height: 100%;
}
@media screen and (max-width: 1610px) {
  section#bg-eletroposto-section-2 div.background-white {
    max-width: 870px;
  }
}
@media screen and (max-width: 540px) {
  section#bg-eletroposto-section-2 div.background-white {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
}

.modal#orcamento-gerais {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 30px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 115;
}
.modal#orcamento-gerais.show {
  display: block;
}
.modal#orcamento-gerais .modal-dialog {
  padding: 45px 30px;
  background-color: #fff;
  width: 90vw;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 1370px) {
  .modal#orcamento-gerais .modal-dialog {
    padding: 20px;
  }
}
.modal#orcamento-gerais .modal-dialog .title {
  text-align: left;
  color: #004475;
  font-size: 2rem;
  line-height: 42px;
}
@media screen and (max-width: 1610px) {
  .modal#orcamento-gerais .modal-dialog .title {
    font-size: 1.75rem;
    line-height: 38px;
  }
}
@media screen and (max-width: 1370px) {
  .modal#orcamento-gerais .modal-dialog .title {
    font-size: 1.125rem;
  }
}
.modal#orcamento-gerais .modal-dialog .description {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #004475;
  font-size: 1.125rem;
  line-height: 28px;
  text-align: left;
}
@media screen and (max-width: 1370px) {
  .modal#orcamento-gerais .modal-dialog .description {
    font-size: 0.938rem;
    line-height: 21px;
  }
}
.modal#orcamento-gerais .modal-dialog .close-menu {
  float: right;
  cursor: pointer;
}
.modal#orcamento-gerais .modal-dialog .input-cemacon {
  margin-bottom: 20px !important;
}
.modal#orcamento-gerais .modal-dialog button {
  margin-top: 40px !important;
}

/*# sourceMappingURL=main.css.map */
