/*!
 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  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: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.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%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.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;
    min-width: 0;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .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;
    min-width: 0;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .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;
    min-width: 0;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .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;
    min-width: 0;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .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; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !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; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !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; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !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; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !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; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !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; } }

.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-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-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; } }

/********

    CSS RESETss

*********/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  outline: none; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

ul {
  list-style: none; }

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

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1400px;
    width: 100%; } }

.yes-mobile {
  display: none; }

.slick-dots li {
  border: solid 1px #fff; }

.slick-dots li button:before {
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: ""; }

.slick-dots li:hover button:before {
  width: 16px;
  height: 16px;
  color: #fff;
  opacity: 1;
  background: #fff;
  border: solid 1px transparent;
  top: 1px;
  left: 1px; }

.slick-dots li.slick-active button:before {
  width: 16px;
  height: 16px;
  color: #fff;
  opacity: 1;
  background: #fff;
  border: solid 1px transparent;
  top: 1px;
  left: 1px; }

.container p {
  color: #666;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px; }

.title {
  color: #0f4876;
  font-family: 'Prompt', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 58px; }

.title.big {
  font-size: 56px; }

.title.prefix {
  padding: 20px 0 0 29px;
  background: url(../assets/images/logo-efeito.png) left top no-repeat;
  background-size: auto 50px;
  margin-top: -30px;
}

/* .title.prefix.gg {
  background: url("../assets/images/prefix-big.png") left center no-repeat; } */

.plus li {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  padding: 0 0 0 20px;
  margin-bottom: 20px; }

.plus li::before {
  content: "+";
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
  color: #da291c;
  position: absolute;
  left: 0; }

.list li {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  padding: 0 0 0 20px;
  margin-bottom: 10px; }

.list li::before {
  content: ".";
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
  color: #da291c;
  position: absolute;
  left: 0;
  top: -4px; }

.btn-line a {
  display: inline-block;
  color: #da291c;
  font-size: 14px;
  font-weight: 700;
  line-height: 58px;
  text-transform: uppercase;
  border: solid #da291c 1px;
  padding: 0 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.btn-line a:hover {
  background: #da291c;
  color: #fff; }

@media screen and (max-width: 767px) {
  .title {
    font-size: 30px; }
  .title.big {
    font-size: 30px; } }

header {
  height: 110px;
  border-bottom: solid 1px #f4f4f4;
  box-sizing: border-box;
  margin-bottom: 50px;
  width: 100%;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 900; }

header #toggleMenu {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 30px;
  top: 19px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none; }

header #toggleMenu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #da291c;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

header #toggleMenu span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

header #toggleMenu span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

header #toggleMenu span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

header #toggleMenu.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px; }

header #toggleMenu.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }

header #toggleMenu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 22px;
  left: 8px; }

header .logo {
  float: left;
  padding: 30px 0; }

  header .logo img{
    height: 40px;
  }

header nav {
  float: right; }

  header nav ul{
    display: inline-block;
  }

header nav ul li {
  display: inline-block;
  position: relative;
  margin: 0;
  vertical-align: middle;
  text-align: center;
  padding: 0; }

  header nav ul li .sub-menu li{
    text-align: left;
  }

header nav ul li a {
  color: #3d3935;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.14px;
  padding: 45px 10px;
  transition: all .4s ease;
  display: block;
  height: 110px;
  box-sizing: border-box;
  border-bottom: 2px transparent solid;
  background: linear-gradient(to top, #e9e9ea 0%, rgba(233, 233, 234, 0) 0%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

header nav ul li a:hover, header nav ul li a:focus, header nav ul li a.active,
header nav ul li.current_page_item a {
  color: #da291c;
  background: linear-gradient(to top, #e9e9ea 0%, rgba(233, 233, 234, 0) 100%);
  border-bottom: 2px #da291c solid; }

  header nav ul .sub-menu li a:hover, header nav ul .sub-menu li a:focus, header nav ul .sub-menu li a.active, header nav ul .sub-menu li.current_page_item a{
    background: transparent;
    color: #fff;
  }

header nav ul li.current_page_item .sub-menu li a{
  background: #f4f4f4;
  border-bottom: none;
  color: #3D3935;
  }
.menu-item-23 a{
  line-height: 1.2;
  padding-top: 38px;
  text-align: left;
}
header nav ul li.lang a {
  border: 0;
  background: transparent;
  padding-right: 5px;
  position: relative;
  cursor: pointer; }

header nav ul li.lang a .text {
  position: relative;
  display: block;
  width: 30px; }

header nav ul li.lang a .text::before {
  content: "PT"; }

header nav ul li.lang a.en .text {
  position: relative; }

header nav ul li.lang a.en .text::before {
  content: "EN"; }

header nav ul li.lang a.en .chave::before {
  top: 10px; }

header nav ul li.lang a .chave {
  position: absolute;
  right: 0;
  top: 45px;
  border-radius: 5px;
  display: block;
  width: 10px;
  height: 18px;
  border: solid 1px #000; }

header nav ul li.lang a .chave::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 1px;
  left: 1px;
  background: #000;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.migalha-de-pao li {
  display: inline-block;
  color: #3d3935;
  font-size: 14px;
  font-weight: 400;
  line-height: 58px; }

.migalha-de-pao li a {
  color: #3d3935; }

.migalha-de-pao li a:hover {
  color: #da291c; }

.btn-menu {
  display: block;
  width: 50px;
  height: 50px;
  background: #FFD7D7;
  position: absolute;
  border-radius: 50%;
  right: 0;
  top: -15px; }

#toggleMenu {
  width: 20px;
  height: 28px;
  position: absolute;
  right: 15px;
  top: 17px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#toggleMenu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #da291c;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#toggleMenu span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#toggleMenu span:nth-child(2) {
  top: 6px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#toggleMenu span:nth-child(3) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#toggleMenu.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 3px; }

#toggleMenu.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }

#toggleMenu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 13px;
  left: 3px; }

@media (max-width: 1200px) {
  header {
    height: 60px; }
  header .container {
    width: 90% !important;
    max-width: 100% !important; }
  header .logo {
    padding: 15px 0; }
  header .logo img {
    width: 150px;
    max-width: 50%;
    height: auto;
    margin-top: 3px; }
  header #toggleMenu {
    display: block; }
  header nav {
    display: none;
    width: 100%;
    position: fixed;
    top: 60px;
    left: 0;
    background: #fff;
    padding-bottom: 0px; }
  header nav ul li {
    display: block; }
  header nav ul li.lang {
    display: inline-block; }
  header nav ul li.lang a .chave {
    top: 15px; }
  header nav ul li a {
    padding: 15px 20px;
    height: 50px; } }

footer {
  padding: 40px 0;
  border-top: 1px solid #e1e1e1;
  /* background: url("../assets/images/bg-footer.jpg") center right no-repeat; */
  background-position-x: -200px;
  margin-bottom: 40px;
}

#cookie-law-info-bar{
  padding: 40px!important;
}
footer .meio {
  padding: 60px 0; }

footer .bottom {
  color: #666;
  font-weight: 400;
  line-height: 24px; }

footer .bottom p {
  font-size: 13px; }

footer .bottom a{
  color: #666;
  line-height: 24px;
  text-decoration: underline;
  font-weight: bold;
}

footer .agencia {
  text-align: right; }

footer .agencia a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1; }

footer .agencia a:hover {
  opacity: .4; }

footer .end, footer .tel {
  color: #3d3935;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  padding: 0 0 0 40px;
  margin-bottom: 15px;
  cursor: pointer; }

  footer .end a{
    color: #3d3935;
  }

footer .end {
  background: url("../assets/images/ico-geo.png") center left no-repeat; }

footer .tel {
  background: url("../assets/images/ico-tel.png") center left no-repeat;
  padding: 10px 0 10px 40px; }

footer .tel a {
  color: #3d3935;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

footer .tel a:hover {
  color: #da291c; }

footer ul {
  display: inline-block; }

footer ul.menu-footer li {
  margin-right: 40px; }

footer ul.redes li a {
  font-size: 20px;
  padding: 0 5px;
  color: #9e9e9e; }

footer ul li {
  display: inline-block; }

footer ul li a {
  color: #666;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.14px;
  display: block;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

footer ul li a:hover, footer ul li a:focus {
  color: #da291c; }

@media screen and (max-width: 1590px) {
  footer {
    background-position-x: -280px; } }

@media screen and (max-width: 1490px) {
  footer {
    background-position-x: -300px; } }

@media screen and (max-width: 1448px) {
  footer {
    background-position-x: -400px; } }

@media screen and (max-width: 1290px) {
  footer ul.redes {
    margin-top: 30px; }
  footer .meio img {
    width: 49%; } }

@media screen and (max-width: 1200px) {
  footer ul.menu-footer li {
    margin-bottom: 15px; } }

@media screen and (max-width: 992px) {
  .home_slideshow .item-slide {
    background-size: auto;
    padding: 90px 30px;
    min-height: 530px;
}
  header .logo img {
    width: 50%;
    max-width: 50%;
    height: auto;
    margin-top: 3px; }
  footer .yes-mobile {
    display: block;
    margin-bottom: 10px; }
  footer .meio .end {
    margin-top: 40px; }
  footer .agencia {
    text-align: center;
    margin-top: 10px; }
  footer .bottom {
    text-align: center; }
  footer .no-mobile {
    display: none; } }

@media screen and (max-width: 767px) {
  footer .meio img {
    width: 100%;
    margin-bottom: 5px; } }

@media screen and (max-width: 600px) {
  footer {
    background: transparent; }
  footer .top {
    background-position-x: 85%; }
  footer ul.menu-footer {
    width: 100%; }
  footer ul.menu-footer li {
    display: block; } }

.overlay-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 900; }

.modal {
  z-index: 990;
  top: 20%;
  left: 50%;
  position: fixed;
  transform: translateX(-50%);
  background: #fff;
  width: 100%;
  max-width: 800px;
  box-sizing: border-box;
  padding: 70px 40px;
  text-align: center; }

.modal .close {
  width: 35px;
  height: 35px;
  color: #fff;
  background: #da291c;
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 35px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.modal .close:hover {
  background: #000; }

.modal .icone {
  margin: 40px 0 0 0; }

.modal .icone img {
  width: 60px; }

.modal .info {
  margin-top: 30px;
  color: #007bff;
  font-size: 34px;
  font-weight: bold; }

.modal .btn {
  margin-top: 40px; }

.modal .btn a {
  display: inline-block;
  color: #fff;
  padding: 20px 40px;
  text-transform: uppercase;
  background: #007bff;
  font-weight: bold; }

.home .dots-container {
  width: 100%;
  position: relative;
  top: -100px; }

.home .dots-container .myDots {
  left: 470px;
  position: relative; }

.home_slideshow {
  margin-top: 108px;
  width: 100%;
  overflow: hidden;
  margin-bottom: -28px; }

.home_slideshow .slick-dots {
  bottom: -20px;
  text-align: left; }

.home_slideshow .item-slide {
  position: relative;
  height: 753px;
  background-position: top center; }

.home_slideshow .item-slide .container {
  position: relative; }

.home_slideshow .item-slide .container .info {
  z-index: 90;
  max-width: 520px;
  left: 470px;
  top: 180px;
  position: relative; }

/* .home_slideshow .item-slide .container .info::before {
  position: absolute;
  top: -35px;
  left: -50px;
  width: 90px;
  height: 90px;
  content: "";
  background: url("../assets/images/quad.png"); } */


.home_slideshow .item-slide .container .info h2 {
  color: #fff;
  font-size: 43px;
  font-weight: normal;
  line-height: 43px;
  letter-spacing: 1.4px;
  position: relative;
  font-family: 'Prompt', sans-serif;
  width: 85%;
  z-index: 10; }

.home_slideshow .item-slide .container .info p {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.5px;
  margin: 25px 0; }

.home_slideshow .item-slide .container .info .btn-slide a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 58px;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  border: solid 1px #fff;
  padding: 0 50px;
  transition: all .5s;
  background: transparent; }

.home_slideshow .item-slide .container .info .btn-slide a:hover {
  background:#b82217;
  border: solid 1px #b82217;
  color: #fff }

.home_slideshow .item-slide .bg-slide {
  position: relative;
  top: 0;
  left: 0;
  text-align: center; }

.home .bg-home {
  padding-top: 150px;
  background: url("../assets/images/bg-home.jpg") top center no-repeat;
  overflow: hidden;
  width: 100%; }

.home .bg-home .milhoes {
  text-align: right;
  padding-top: 15px; }

.home .slide-obras {
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 80px; }

.home .slide-obras .slick-prev {
  left: 170px;
  background: url("../assets/images/prev.png") center no-repeat;
  z-index: 800;
  width: 35px;
  height: 65px; }

.home .slide-obras .slick-prev::before {
  display: none; }

.home .slide-obras .slick-next {
  right: 170px;
  background: url("../assets/images/next.png") center no-repeat;
  z-index: 800;
  width: 35px;
  height: 65px; }

.home .slide-obras .slick-next::before {
  display: none; }

.slide-obras .item-obras {
  position: relative;
  overflow: hidden;
  padding: 0 7px;
  box-sizing: border-box;
  width: 500px;
   }


.slide-obras .item-obras a {
  background: #fff;
  position: relative;
  display: block;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

 .slide-obras .item-obras a .line {
  border: solid 1px #da291c;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  opacity: 0;
  z-index: 90;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.slide-obras .item-obras .info {
  position: absolute;
  bottom: 30px;
  z-index: 50;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.slide-obras .item-obras .info .text {
  border-left: 10px #da291c solid;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff; }

.slide-obras .item-obras .info .text h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 32px; }

.slide-obras .item-obras .info .text p {
  font-size: 16px;
  color: #fff;
  font-weight: 400; }

.slide-obras .item-obras .info .more {
  padding-left: 30px;
  margin-top: 12px;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.slide-obras .item-obras .info .more span, .slide-obras .item-obras .info .more img {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  opacity: 1; }

.slide-obras .item-obras img.thumb {
  width: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: .1; }

 .slide-obras .item-obras.slick-active {
  padding: 0 7px;
  margin: 0; }

 .slide-obras .item-obras.slick-active .info {
  opacity: 1; }

 .slide-obras .item-obras.slick-active:hover .thumb {
  opacity: .5; }


 .slide-obras .item-obras:hover .thumb {
  opacity: .5; }

 .slide-obras .item-obras.slick-active:hover .line {
  opacity: 1; }

 .slide-obras .item-obras.slick-active:hover .more {
  height: 20px; }

 .slide-obras .item-obras.slick-active:hover a {
  background-color: #da291c; }

  .slide-obras .item-obras:hover a {
    background-color: #da291c; }

 .slide-obras .item-obras.slick-active img.thumb {
  opacity: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.home_quemsomos {
  background: url("../assets/images/guinho1.png") no-repeat;
  background-position-x: -190px;
  min-height: 1000px;
  background-size: 50%;
  margin-bottom: -250px; }

.home_quemsomos .info {
  width: 510px;
  float: right;
  margin: 130px 180px 0 0; }

.home_quemsomos .info h2 {
  margin-bottom: 30px; }

.home_quemsomos .info p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 50px; }

.home_servicos {
  background: url("../assets/images/operario1.png") no-repeat;
  background-position-x: 130%;
  background-size: 50%;
  min-height: 1000px;
  padding-top: 100px; }

.home_servicos .box-clientes {
  text-align: center;}

.home_servicos .box-clientes h2 {
  display: inline-block; }

  .clientes-secao.home_servicos{
    padding: 100px 0;
    height: auto;
    background-image: none;
    min-height: 0;
  }

 .mais-clientes a {
  color: #da291c;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

 .mais-clientes a:hover {
  color: #666; }

.home_servicos .slide-clientes {
  max-width: 1120px;
  margin: 0 auto 60px; }

.home_servicos .slide-clientes .slick-dots li:hover button:before {
  width: 16px;
  height: 16px;
  color: #da291c;
  opacity: 1;
  background: #da291c;
  border: solid 1px transparent;
  top: 1px;
  left: 1px; }

.home_servicos .slide-clientes .slick-dots {
  bottom: -20px; }

.home_servicos .slide-clientes .slick-dots li {
  border: solid 1px #da291c; }

.home_servicos .slide-clientes .slick-dots li.slick-active button:before {
  color: #da291c;
  background: #da291c; }

.home_servicos .info {
  width: 700px;
  margin-left: 210px;
  margin-top: 10px; }

.home_servicos .info h2 {
  margin-bottom: 50px; }

.home_servicos .info .left, .home_servicos .info .right {
  float: left;
  width: 50%;
  box-sizing: border-box; }

.home_servicos .info .right {
  background: url("../assets/images/sombra.png") left top repeat-y; }

.home_servicos .info .right .menu-item {
  padding: 30px 30px 30px 40px; }

.home_servicos .info .btn-line {
  padding: 30px 0 0 10%; }

.home_servicos .info .btn-line a {
  width: 100%;
  text-align: center; }

.home_servicos .info .menu-item {
  display: block;
  overflow: hidden;
  height: 130px!important;
  box-sizing: border-box;
  width: 100%;
  padding: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.home_servicos .info .menu-item .icone {
  float: left;
  margin-right: 30px; }

.home_servicos .info .menu-item .label {
  text-transform: uppercase;
  color: #3d3935;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.home_servicos .info .menu-item .label b {
  display: block;
  font-size: 20px;
  font-weight: 700; }

.home_servicos .info .menu-item .icone .default {
  filter: brightness(1); }

.home_servicos .info .menu-item:hover {
  background: #da291c; }

.home_servicos .info .menu-item:hover .label {
  color: #fff; }

.home_servicos .info .menu-item:hover .icone .default {
  filter: brightness(10); }

.home_servicos .hover {
  display: none; }

  .page-template-template-clientes .page-institucional_destaque{
    margin-bottom: 10px;
  }

  .btn-voltar{
    text-align: center;
    margin: 30px auto 50px;
  }

.page-template-template-portfolio .menu-portfolio .menu-service .menu-item{
  height: auto;
  width: 12.5%;
  text-align: center;
}
.page-template-template-portfolio .menu-portfolio .menu-service .menu-item .icone{
  float: none;
  display: block;
  margin: 0 auto;
}
.page-template-template-portfolio .menu-portfolio .menu-item .label b {
  font-size: 12px;
}
.page-template-template-portfolio .menu-portfolio .menu-item .label {
  width: 100%;
}
@media screen and (max-height: 768px) {
  .home_slideshow .item-slide {
    height: 560px;
    background-position: bottom center;
    background-size: cover; }
  .home_slideshow .slick-dots {
    bottom: -50px; }
  .home_slideshow .item-slide .container .info {
    top: 120px; } }

@media screen and (max-width: 1614px) {
  .home .slide-obras .slick-prev {
    left: 7px;
    height: 90px;
    width: 60px;
    display: block; }
  .home .slide-obras .slick-next {
    right: 7px;
    height: 90px;
    width: 60px;
    display: block; } }

@media screen and (max-width: 1450px) {
  .home .slide-obras .slick-prev {
    left: 7px;
    height: 60px;
    width: 60px;
    background-color: #fff;
    display: block;
    background-size: 20px;
    background-position-x: 16px; }
  .home .slide-obras .slick-next {
    right: 7px;
    height: 60px;
    width: 60px;
    background-color: #fff;
    display: block;
    background-size: 20px;
    background-position-x: 24px; }
  .home_quemsomos {
    margin-bottom: -360px; }
  .home_servicos .info {
    margin-left: 50px; } }

@media screen and (max-width: 1450px) {
  .home .slide-obras .slick-prev {
    left: 0px; }
  .home .slide-obras .slick-next {
    right: 0px; } }

@media screen and (max-width: 1200px) {
  .home_slideshow {
    margin-top: 60px; }
  .home_quemsomos {
    background-position-x: -317px; }
  .home_servicos {
    background-position-x: 150%; } }

@media screen and (max-width: 1024px) {
  .home_slideshow .dots-container .myDots {
    left: 0px; }
  .home_slideshow .slick-dots {
    bottom: -30px; }
  .home_slideshow .item-slide {
    height: auto;
    padding: 90px 0; }
  .home_slideshow .item-slide .container .info {
    top: 0;
    left: 0; }
  .home_quemsomos {
    margin-bottom: 60px; }
  .home_quemsomos, .home_servicos {
    background: transparent; }
  .home_quemsomos .yes-mobile, .home_servicos .yes-mobile {
    display: block;
    text-align: center;
    margin-bottom: 30px; }
  .home_quemsomos .info, .home_servicos .info {
    margin: 0 auto;
    float: none;
    width: 100%;
    max-width: 800px; } }

@media screen and (max-width: 992px) {
  .home .milhoes {
    display: none; }
  .home_slideshow {
    margin-top: 60px; }
  .home_servicos .box-clientes {
    margin-top: 50px; } }

@media screen and (max-width: 768px) {
  .home_quemsomos {
    margin-bottom: -90px; }
  .home_servicos .info .left, .home_servicos .info .right {
    float: none;
    background: transparent;
    width: 100%; }
  .home_servicos .info .left br, .home_servicos .info .right br {
    display: none; }
  .home_servicos .info .menu-item {
    background: url("../assets/images/bg-s-mobile.jpg") bottom;
    background-repeat: repeat-x; }
  .home_servicos .info .menu-item .label {
    position: relative;
    top: 20px; }
  .home_servicos .info .btn-line {
    padding-left: 0; } }

@media screen and (max-width: 767px) {
  .home_slideshow .item-slide .container .info h2 {
    font-size: 30px;
    line-height: 36px; } }

@media screen and (max-width: 490px) {
  .home .slide-obras .slick-next {
    right: 7px; }
  .home .slide-obras .slick-prev {
    left: 7px; }
  .home_slideshow .slick-dots {
    bottom: -40px;
    text-align: center; }
  .home_slideshow .item-slide {
    background-size: auto;
    padding: 90px 30px; }
  .home_slideshow .item-slide .container .info h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px; }
  .home_slideshow .item-slide .container .info::before {
    width: 54px;
    height: 54px;
    top: -22px;
    left: -32px; }
  .home_slideshow .item-slide .container .info .btn-slide a {
    text-align: center;
    line-height: 20px;
    padding: 15px;
    width: 100%; }
  .home_servicos .info .left br, .home_servicos .info .right br {
    display: none; }
  .home_servicos .info .menu-item {
    height: auto;
    text-align: center;
    transition: none; }
  .home_servicos .info .menu-item .icone {
    float: none;
    display: block;
    margin: 0 0 15px; }
  .home_servicos .info .menu-item .label {
    position: relative;
    top: 0px; }
  .home_servicos .info .btn-line {
    padding-left: 0; } }
.page-institucional_destaque{
  overflow: hidden;
}
.page-institucional_destaque {
  margin-top: 108px;
  /* background: url("../assets/images/bg-quemsomos-destaque.jpg") top center no-repeat; */
  min-height: 896px;
  margin-bottom: -1px; }

.page-institucional_destaque .player {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer; }

.page-institucional_destaque .player:hover {
  opacity: .6; }

.page-institucional_destaque .player:hover img {
  transform: scale(1.1); }

.page-institucional_destaque .player img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.page-institucional_destaque h1 {
  color: #0f4876;
  font-family: 'Prompt', sans-serif;
  font-size: 110px;
  margin-bottom: 50px; }

.page-institucional_destaque h1 span {
  font-family: 'Prompt', sans-serif;
  color: #3d3935;
  font-size: 56px;
  position: relative;
  top: 10px; }

.page-institucional_destaque .info {
  padding-right: 60px; }

.page-institucional_destaque .info p {
  margin-bottom: 30px; }

.page-institucional_missao {
  background: url("../assets/images/bg-missao.jpg") top center no-repeat;
  min-height: 1192px;
  box-sizing: border-box;
  padding: 100px 0;
  margin-bottom: -2px; }

.page-institucional_missao .item-missao {
  margin-bottom: 85px; }

.page-institucional_missao .item-missao h2 {
  padding: 7px 0 0 25px;
    background-size: auto 40px;
  margin-bottom: 15px; }

.page-institucional_missao p {
  margin-bottom: 30px; }

.page-institucional_politica {
  box-sizing: border-box;
  padding: 150px 0 100px;
  min-height: 1180px;
  background: url("../assets/images/bg-politica.jpg") top center no-repeat; }

  .page-institucional_politica .title.prefix,
  .page-institucional_premios .title.prefix,
  .page-institucional_certificados .title.prefix,
  .etica .title.prefix,
  .clientes-secao.home_servicos .title.prefix{
    padding: 7px 0 0 25px;
    background-size: auto 40px;
  }

.page-institucional_politica h2, .page-institucional_politica h5, .page-institucional_politica p {
  margin-bottom: 30px; }

.page-institucional_politica .info-left {
  padding-right: 110px; }

.page-institucional_politica .info-left li {
  color: #666; }

.page-institucional_politica .info-right h2, .page-institucional_politica .info-right h5, .page-institucional_politica .info-right p, .page-institucional_politica .info-right li {
  color: #fff; }

.page-institucional_premios {
  box-sizing: border-box;
  padding: 150px 0 75px;
  background: url("../assets/images/bg-premios.jpg") top center no-repeat; }

.page-institucional_premios h2 {
  margin-bottom: 100px; }

.page-institucional_premios .info {
  padding-right: 80px;
  padding-bottom: 100px;
  color: #666; }

.page-institucional_premios .info .logo-premio {
  display: block;
  height: 150px; }

.page-institucional_premios .info h4 {
  font-size: 18px;
  margin-bottom: 8px;
  line-height: 24px; }

.page-institucional_premios .info p {
  font-size: 14px;
  line-height: 18px; }

.page-institucional_certificados {
  box-sizing: border-box;
  padding: 150px 0 59px;
  min-height: 1097px;
  background: url("../assets/images/bg-certificados.jpg") top center no-repeat; }

.page-institucional_certificados h2 {
  margin-bottom: 40px; }

.page-institucional_certificados h4 {
  color: #666;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 5px; }

.page-institucional_certificados .thumb {
  text-align: center; }

.page-institucional_certificados .item-certificado {
  margin-top: 50px; }

@media screen and (max-width: 1400px) {
  .page-institucional_missao, .page-institucional_premios, .page-institucional_politica, .page-institucional_certificados {
    background-size: cover; } }

@media screen and (max-width: 1200px) {
  .page-institucional_destaque {
    padding-bottom: 90px;
    margin-top: 60px; }
  .page-institucional_destaque .player {
    width: 80%;
    margin: 30px auto;
    display: block; }
  .page-institucional_missao {
    background: #F3F3F3; }
  .page-institucional_politica {
    background: #3A3833;
    padding: 80px 0; }
  .page-institucional_politica .info-left {
    margin-bottom: 80px; }
  .page-institucional_politica .info-left * {
    color: #fff; }
  .page-institucional_politica .info-left li {
    color: #fff; }
  .page-institucional_premios {
    padding: 80px 0; } }

@media screen and (max-width: 960px) {
  .page-institucional .title {
    line-height: 32px; }
  .page-institucional_destaque {
    margin-top: 60px; }
  .page-institucional_destaque .info {
    padding-right: 0; }
  .page-institucional_destaque h1 {
    font-size: 56px; }
  .page-institucional_destaque h1 span {
    font-size: 46px; }
  .page-institucional_certificados {
    background: #F3F3F3; }
  .page-institucional_certificados .item-certificado {
    text-align: center;
    margin-bottom: 80px; }
  .page-institucional_certificados .thumb {
    margin-bottom: 20px; }
  .page-institucional_premios .info {
    margin-bottom: 50px;
    padding: 0;
    text-align: center; }
  .page-institucional_premios .info p {
    text-align: center; }
  .page-institucional_politica .info-left {
    padding-right: 0px; } }

.page-servicos .bg-servico {
  margin-top: 108px; }

.page-servicos .bg-servico {
  background: url("../assets/images/bg-servicos.jpg") top center no-repeat; }

.page-servicos h1 {
  font-weight: 700;
  font-size: 80px;
  margin: 40px 0 80px;
  color: #0f4876;
    font-family: 'Prompt', sans-serif; }

 .menu-service {
  overflow: hidden; }

 .menu-service .hover {
  display: none; }

 .menu-service .menu-item {
  overflow: hidden;
  height: 76px;
  box-sizing: border-box;
  padding: 20px 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  float: left;
  width: 16.5%;
  border-bottom: 2px transparent solid;
  cursor: pointer; }

 .menu-item .icone {
  float: left;
  margin-right: 10px;
  width: 45px;
  position: relative;
  height: 60px; }

 .menu-item .icone img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }

 .menu-item .label {
  text-transform: uppercase;
  color: #3d3935;
  font-size: 12px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  float: left;
  width: calc(100% - 80px); }

 .menu-item .label b {
  display: block;
  font-size: 16px;
  font-weight: 700; }

  .menu-service button{
    border: none;
    text-align: left;
    background: transparent;
  }

  .menu-portfolio{
    margin-bottom: 25px;
  }

 .menu-service .menu-item:hover,  .menu-service .menu-item.active, .page-servicos .menu-service .menu-item:focus, .page-servicos .menu-service .menu-item.active {
  background: linear-gradient(to top, #e9e9ea 0%, rgba(233, 233, 234, 0) 100%);
  border-bottom: 2px #da291c solid; }

 .menu-service .menu-item:hover .hover, .page-servicos .menu-service .menu-item:focus .hover, .page-servicos .menu-service .menu-item.active .hover {
  display: block; }

.page-servicos .main-slides {
  position: relative;
  height: 495px;
  margin-top: 60px; }

.page-servicos .main-slides h2 {
  font-size: 32px;
  font-weight: 700;
  color: #da291c;
    font-family: 'Prompt', sans-serif;
  margin-bottom: 30px; }

.page-servicos .main-slides .item-slide {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.page-servicos .main-slides .item-slide img {
  width: 45%; }

.page-servicos .main-slides .item-slide.active {
  display: block; }

.page-servicos .main-slides .item-slide img {
  position: absolute;
  left: 0; }

.page-servicos .main-slides .item-slide .container {
  position: relative; }

.page-servicos .main-slides .item-slide .container .info {
  max-width: 670px;
  float: right;
  margin-right: 60px;
  margin-top: 50px; }

.page-servicos .main-slides .item-slide .container .info h2 {
  font-size: 32px;
  font-weight: 700;
  color: #da291c;
  margin-bottom: 30px; }

.page-servicos .main-slides .item-slide .container .info p {
  margin-bottom: 30px; }

.page-servicos_buscamos {
  padding: 150px 0 0;
  overflow: hidden; }

.page-servicos_buscamos .info {
  max-width: 500px; }

.page-servicos_buscamos h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #666;
  margin: 70px 0 50px; }

.page-servicos_buscamos .ilustra {
  position: relative;
  top: 20px; }

@media screen and (max-width: 1600px) {
  .page-servicos .main-slides .item-slide .container .info {
    max-width: 500px;
    margin-top: 0; } }

@media screen and (max-width: 1280px) {
  .page-servicos .menu-item .label b {
    font-size: 16px; } }

@media screen and (max-width: 1200px) {
  .page-servicos .bg-servico {
    background-size: cover;
    margin-top: 60px; }
  .page-servicos .menu-item {
    height: auto; }
  .page-servicos .menu-item .icone {
    margin: 0 auto;
    float: none;
    width: 60px;
    display: block;
    display: none; }
  .page-servicos .menu-item .label {
    float: none; }
  .page-servicos .main-slides {
    height: 990px; }
  .page-servicos .main-slides .item-slide img {
    position: relative;
    width: 85%;
    margin: 0 auto 60px;
    display: block; }
  .page-servicos .main-slides .item-slide .container .info {
    max-width: 100%;
    margin-top: 0; } }

@media screen and (max-width: 992px) {
  .page-servicos h1 {
    font-size: 50px;
    margin-bottom: 40px; }
  .page-servicos .no-mobile {
    display: none; }
  .page-servicos .yes-mobile {
    display: block; }
  .page-servicos .menu-item {
    height: auto;
    width: 20%; }
  .page-servicos .menu-item .icone {
    margin: 0 auto;
    float: none;
    width: 60px;
    display: block; }
  .page-servicos .menu-item .label {
    display: none;
    float: none; }
  .page-servicos .main-slides {
    height: 960px; }
  .page-servicos .main-slides .item-slide .container .info {
    margin-right: 0; } }

@media screen and (max-width: 590px) {
  .page-servicos .menu-item {
    padding: 10px; }
  .page-servicos .menu-item .icone {
    width: 100%;
    text-align: center;
    width: 40px;
    margin: 20px auto 0;
    max-height: 50px; }
  .page-servicos .menu-item .icone img {
    max-width: 40px;
    width: 80%; } }

@media screen and (max-width: 460px) {
  .page-servicos .main-slides {
    height: 1100px; } }

.page-tecnologia .bg-tecnologia {
  background: url("../assets/images/bg-tecnologia.jpg") bottom center no-repeat; }

.page-tecnologia .main-slides {
  position: relative;
  height: 780px;
  margin-top: 30px; }

.page-tecnologia .main-slides .item-slide {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.page-tecnologia .main-slides .item-slide.active {
  display: block; }

.page-tecnologia .main-slides .item-slide img {
  position: absolute;
  left: 0; }

.page-tecnologia .main-slides .item-slide .info {
  max-width: 660px;
  float: right;
  margin-right: 60px;
  margin-top: 0; }

.page-tecnologia .main-slides .item-slide .info h2 {
  font-size: 32px;
  font-weight: 700;
  color: #da291c;
    font-family: 'Prompt', sans-serif;
  margin-bottom: 30px; }

.page-tecnologia .main-slides .item-slide .info p {
  margin-bottom: 15px; font-size: 15px; }

  .page-tecnologia .main-slides .item-slide .info p:first-of-type{
    width: 93%;
  }

.page-tecnologia .bg-slide {
  padding-top: 108px;
  position: relative;
  width: 100%; }

.page-tecnologia .bg-slide .content {
  position: relative;
  z-index: 50; }

.page-tecnologia .bg-slide .bg-dinamico {
  position: absolute;
  height: 1200px;
  width: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position-x: 50%; }

.page-tecnologia .bg-slide .bg-dinamico.bg1 {
  background-image: url("../assets/images/tecnologia-pre-construcao.png"); }

.page-tecnologia .bg-slide .bg-dinamico.bg2 {
  background-image: url("../assets/images/tecnologia-tilt-up.png"); }

.page-tecnologia .bg-slide .bg-dinamico.bg3 {
  background-image: url("../assets/images/tecnologia-design-build.png"); }

.page-tecnologia .bg-slide .bg-dinamico.bg4 {
  background-image: url("../assets/images/tecnologia-fast-track.png"); }

.page-tecnologia .bg-slide .bg-dinamico.bg5 {
  background-image: url("../assets/images/tecnologia-gestao.png"); }

.page-tecnologia h1 {
  font-weight: 700;
  font-size: 56px;
  margin: 40px 0 80px;
  color: #0f4876;
    font-family: 'Prompt', sans-serif; }

.page-tecnologia .menu-tech {
  overflow: hidden; }

.page-tecnologia .menu-tech .hover {
  display: block; }

.page-tecnologia .menu-item {
  overflow: hidden;
  height: 98px;
  box-sizing: border-box;
  padding: 20px;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-left: 4px transparent solid;
  cursor: pointer; }

.page-tecnologia .menu-item .icone {
  float: left;
  margin-right: 20px;
  width: 55px;
  position: relative;
  height: 60px; }

.page-tecnologia .menu-item .icone img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.page-tecnologia .menu-item .icone img.hover {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.page-tecnologia .menu-item:hover .icone img, .page-tecnologia .menu-item.active .icone img {
  opacity: 0; }

.page-tecnologia .menu-item:hover .icone img.hover, .page-tecnologia .menu-item.active .icone img.hover {
  opacity: 1; }

.page-tecnologia .menu-item .label {
  text-transform: uppercase;
  color: #3d3935;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 18px 0;
  font-size: 20px;
  font-weight: 700;
  display: inline-block; }

.page-tecnologia .menu-item:hover, .page-tecnologia .menu-item.active {
  background-image: linear-gradient(to right, #e9e9ea 0%, rgba(233, 233, 234, 0) 100%);
  border-left: 4px #da291c solid; }

.page-tecnologia_bottom {
  overflow: hidden; }

.page-tecnologia_bottom .info {
  max-width: 500px;
  margin-top: 50px; }

.page-tecnologia_bottom .info p {
  margin-bottom: 30px;
  font-size: 19px;
  font-weight: 600;
  line-height: 28px;
  color: #666; }

.page-tecnologia_bottom h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #666;
  margin: 70px 0 50px; }

.page-tecnologia_bottom .ilustra {
  position: relative;
  top: 20px; }

.bg-gradient {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 97%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: linear-gradient(to bottom, transparent 10%, black 100%);
}

.bg-gradient.portfolio {
  left: 0;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .page-tecnologia .menu-item .label {
    font-size: 16px; } }

@media screen and (max-width: 1200px) {
  .page-tecnologia .bg-slide {
    padding-top: 60px; }
  .page-tecnologia .menu-item {
    height: 50px;
    padding: 15px 20px; }
  .page-tecnologia .menu-item .icone {
    width: 25px; }
  .page-tecnologia .menu-item .label {
    font-size: 12px;
    padding: 6px 0; }
  .page-tecnologia .main-slides .item-slide .info {
    max-width: 100%;
    margin-top: 40px; }
  .page-tecnologia_bottom .info {
    max-width: 100%; }
  .page-tecnologia_bottom .ilustra {
    width: 100%; } }

@media screen and (max-width: 992px) {
  .page-tecnologia .page-tecnologia .bg-slide {
    margin-top: 60px; }
  .page-tecnologia .main-slides .item-slide .info {
    margin-right: 0; }
  .page-tecnologia h1 {
    font-size: 50px; } }

@media screen and (max-width: 520px) {
  .page-tecnologia .bg-slide .bg-dinamico {
    display: none !important; }
  .page-tecnologia .main-slides {
    height: 750px; } }

@media screen and (max-width: 390px) {
  .page-tecnologia .main-slides {
    height: 950px; } }

.page-portfolio .bg-portfolio {
  margin-top: 108px;
  background: url("../assets/images/bg-portfolio.jpg") bottom center no-repeat;
  background-size: cover;
  padding-bottom: 80px; }

.page-portfolio_destaque {
  height: 680px;
  background-size: cover;
  box-sizing: border-box;
  padding: 15px 30px;
  position: relative;
  background-position: center;
  margin-bottom: 80px; }

.page-portfolio_destaque .bg {
  background: #da291c;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0; }

.page-portfolio_destaque .content-box {
  padding: 15px 30px;
  z-index: 50;
  height: 100%; }

.page-portfolio_destaque .play {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.page-portfolio_destaque .play a {
  color: #fff;
  display: block;
  background: transparent;
  height: 100%;
  box-sizing: border-box;
  padding-top: 250px; }

.page-portfolio_destaque .play a:hover::before {
  opacity: .3; }

.page-portfolio_destaque .play a:hover img {
  transform: scale(1.1); }

.page-portfolio_destaque .play a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #da291c;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.page-portfolio_destaque .play a img {
  margin-top: 15px;
  position: relative;
  z-index: 50;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.page-portfolio_destaque .play span {
  position: relative;
  z-index: 50;
  display: block; }

.page-portfolio_destaque .info {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 50; }

.page-portfolio_destaque .info h1 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  line-height: 58px; }

.page-portfolio_destaque .info p.local {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding-left: 33px; }

.page-portfolio_destaque .migalha-de-pao {
  z-index: 50;
  position: relative; }

.page-portfolio_destaque .migalha-de-pao li, .page-portfolio_destaque .migalha-de-pao a {
  color: #fff; }

.page-portfolio_ficha .content {
  padding: 0 60px; }

.page-portfolio_ficha .content .descricao {
  margin-bottom: 50px; }

.page-portfolio_ficha .content .descricao p {
  font-size: 16px;
  line-height: 24px; }

.page-portfolio_ficha .content .dados {
  color: #666; }

.page-portfolio_ficha .content .dados h4 {
  margin-bottom: 10px; }

.page-portfolio_ficha .content .dados p {
  margin-bottom: 5px; }

.page-portfolio_ficha .slide-portfolio {
  padding: 0 60px 0 30px; }

.page-portfolio_ficha .slide-portfolio .slick-dots li:hover button:before {
  width: 16px;
  height: 16px;
  color: #da291c;
  opacity: 1;
  background: #da291c;
  border: solid 1px transparent;
  top: 1px;
  left: 1px; }

.page-portfolio_ficha .slide-portfolio .slick-dots {
  bottom: -40px; }

.page-portfolio_ficha .slide-portfolio .slick-dots li {
  border: solid 1px #da291c; }

.page-portfolio_ficha .slide-portfolio .slick-dots li.slick-active button:before {
  color: #da291c;
  background: #da291c; }

.page-portfolio_ficha .slide-portfolio .slick-prev {
  left: -60px;
  background: url("../assets/images/prev.png") center no-repeat;
  z-index: 800;
  width: 35px;
  height: 65px; }

.page-portfolio_ficha .slide-portfolio .slick-prev::before {
  display: none; }

.page-portfolio_ficha .slide-portfolio .slick-next {
  right: -60px;
  background: url("../assets/images/next.png") center no-repeat;
  z-index: 800;
  width: 35px;
  height: 65px; }

.page-portfolio_ficha .slide-portfolio .slick-next::before {
  display: none; }

.page-portfolio_ficha .slide-portfolio img {
  width: 100%; }

@media screen and (max-height: 768px) {
  .page-portfolio_destaque {
    height: 500px; }
  .page-portfolio_destaque .play a {
    padding-top: 150px; } }

@media screen and (max-width: 1200px) {
  .page-portfolio .bg-portfolio {
    margin-top: 60px; }
  .page-portfolio_ficha .content {
    padding: 0; }
  .page-portfolio_ficha .slide-portfolio {
    margin-top: 100px;
    padding: 0; } }

@media screen and (max-width: 992px) {
  .page-portfolio_destaque {
    height: 400px; }
  .page-portfolio_destaque .play a {
    padding-top: 100px; }
  .page-portfolio_destaque .info h1 {
    font-size: 30px;
    line-height: 34px; }
  .page-portfolio_destaque .info p.local {
    font-size: 16px; }
  .page-portfolio .slide-portfolio {
    padding: 0; }
  .page-portfolio .slide-portfolio .slick-prev {
    left: 0px;
    background: #fff url("../assets/images/prev.png") left center no-repeat;
    z-index: 800;
    width: 30px;
    height: 50px;
    background-size: 15px; }
  .page-portfolio .slide-portfolio .slick-prev::before {
    display: none; }
  .page-portfolio .slide-portfolio .slick-next {
    right: 0px;
    background: #fff url("../assets/images/next.png") right center no-repeat;
    z-index: 800;
    width: 30px;
    height: 50px;
    background-size: 15px; }
  .page-portfolio .slide-portfolio .slick-next::before {
    display: none; }
  .page-portfolio .slide-portfolio img {
    width: 100%; } }

@media screen and (max-width: 440px) {
  .page-portfolio_destaque {
    padding: 0; }
  .page-portfolio_destaque .play a {
    padding-top: 140px; }
  .page-portfolio_destaque .play img {
    width: 60px; }
  .page-portfolio_destaque .info h1 {
    font-size: 24px; }
  .page-portfolio_destaque .content-box {
    padding: 15px 10px; } }

.page-template-template-sustentabilidade h1 {
  color: #0f4876;
  font-family: 'Prompt', sans-serif;
  font-size: 56px;
  font-weight: 700;
  margin: 40px 0 60px; }

.page-template-template-sustentabilidade p {
  margin-bottom: 30px;
  padding-right: 30px; }

.page-template-template-sustentabilidade .bg-sustentabilidade {
  background: url("../assets/images/bg-s.jpg") bottom center no-repeat;
  background-size: cover;
  margin-top: 108px; }

.page-template-template-sustentabilidade .ilustra {
  padding: 0 80px 0 40px; }

.page-template-template-sustentabilidade .ilustra img {
  position: relative;
  top: -150px; }

@media screen and (max-width: 1200px) {
  .page-template-template-sustentabilidade .bg-sustentabilidade {
    margin-top: 58px; }
  .page-template-template-sustentabilidade .no-mobile {
    display: none; }
  .page-template-template-sustentabilidade .bg-sustentabilidade {
    padding-bottom: 100px;
    background-size: cover; }
  .page-template-template-sustentabilidade .yes-mobile {
    text-align: right;
    display: block;
    position: relative;
    top: -60px;
    margin-bottom: -200px; }
  .page-template-template-sustentabilidade .yes-mobile img {
    width: 30%; } }

@media screen and (max-width: 992px) {
  .page-template-template-sustentabilidade h1 {
    font-size: 40px; }
  .page-template-template-sustentabilidade p {
    padding-right: 0; } }

@media screen and (max-width: 768px) {
  .page-template-template-sustentabilidade .yes-mobile {
    text-align: center;
    display: block;
    position: relative;
    top: -60px;
    margin-bottom: -60px; }
  .page-template-template-sustentabilidade .yes-mobile img {
    width: 60%; } }

@media screen and (max-width: 420px) {
  .page-template-template-sustentabilidade .selos img {
    width: 100%; }
  .page-template-template-sustentabilidade h1 {
    font-size: 30px; } }

.bg-esg {
  margin-top: 108px;
  margin-bottom: 30px;
}

.bg-esg h1.title span {
  margin-top: 108px;
  color: #da291c;
}

.bg-esg .cards-esg {
  color: #da291c;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-direction: column;
  max-width: 485px;
}

.bg-esg .cards-esg .item {
  border: 1px solid #e3e3e3;
  padding: 20px 20px 20px 0;
  border-radius: 5px;
  max-width: 485px;
}

.bg-esg .cards-esg .item .conteudo {
  border-left: 10px #da291c solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.bg-esg .cards-esg .item h3 {
  color: #3d3935;
  font-size: 20px;
  font-weight: 400;
  padding-left: 30px;
  letter-spacing: .05em;
}

.bg-esg .cards-esg .item p {
  padding-left: 20px;
}

.bg-esg .cards-esg .item .btn-line a {
  display: inline;
  padding: 15px 30px;
}

.bg-esg .conteudo-geral {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  margin-top: 70px;
}

.bg-esg .conteudo-frase {
  position: relative;
}

.bg-esg .conteudo-frase h2 {
  font-size: 45px;
  text-align: end;
  max-width: 570px;
  margin: 0 30px 0 auto;
  color: #0f4876;
}

.bg-esg .conteudo-frase h2::after {
  content: '';
  height: 80px;
  display: block;
  background-size: cover;
  width: 80px;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  right: 0;
  background-image: url(https://libercon.eng.br/wp-content/themes/libercon/assets/images/icon-esg-libercon.png);
}

@media screen and (max-width: 1110px) {
  .bg-esg .conteudo-frase h2 {
    max-width: 430px;
  }

  .bg-esg .cards-esg .item p {
    padding-left: 10px;
  }
}

@media screen and (max-width: 991px) {
  .bg-esg .conteudo-geral {
    display: block;
  }

  .bg-esg .conteudo-frase h2 {
    margin: 130px 0 0 0;
    text-align: start;
    max-width: 100%;
  }

  .bg-esg .conteudo-frase h2::after {
    left: -20px;
  }
}

@media screen and (max-width: 767px) {
  .bg-esg .cards-esg {
    margin-top: 60px;
    flex-direction: column;
  }

  .bg-esg .cards-esg .item {
    max-width: 100% !important;
    width: 100% !important;
  }

  .bg-esg .cards-esg .item .conteudo {
    flex-direction: column;
    align-items: start;
  }

  .bg-esg .conteudo-frase h2 {
    font-size: 37px;
  }

  .bg-esg .conteudo-frase h2::after {
    height: 50px;
    width: 50px;
    top: -55px;
    left: 0;
  }

  .bg-esg .cards-esg .item p {
    padding-left: 30px;
  }
}

@media screen and (max-width: 400px) {
  .bg-esg .conteudo-frase h2 {
    font-size: 27px;
  }

  .bg-esg .conteudo-frase h2::after {
    height: 30px;
    width: 30px;
    top: -35px;
  }
}

.page-template-template-esg-php .title {
  line-height: 110%;
}

.page-template-template-esg-php .topo {
  height: 642px;
  background-position: center;
  background-size: cover;
  padding-top: 150px;
}

.page-template-template-esg-php .topo h1 {
  color: #fff;
  margin-bottom: 30px;
  }

.page-template-template-esg-php .topo p {
  color: #FFF;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  max-width: 540px;
  line-height: 140%; /* 25.2px */
}

.page-template-template-esg-php .elementos {
  padding: 145px 0 70px 0;
}

.page-template-template-esg-php .elementos .info-topo {
  display: flex;
  align-items: center;
  gap: 63px;
  margin-bottom: 80px;
}

.page-template-template-esg-php .elementos .info-topo p {
  color: #0F4876;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
}

.page-template-template-esg-php .elementos .info-bottom {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

.page-template-template-esg-php .elementos .info-bottom .item {
  border-radius: 5px;
  border: 1px solid #E3E3E3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 255px;
  text-align: center;
  padding: 20px
}

.page-template-template-esg-php .elementos .info-bottom .item p {
  color: #0F4876;
  font-family: Prompt;
  font-size: 18px;
  font-style: normal;
  margin-bottom: 11px;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.54px;
}

.page-template-template-esg-php .elementos .info-bottom .item a {
  color: #3D3935;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 19.6px */
  padding: 15px 30px;
  border: 1px solid #0F4876;
  width: fit-content;
  margin: 0 auto;
  transition: all .5s;
}

.page-template-template-esg-php .elementos .info-bottom .item a:hover {
  background: #0F4876;
  color: #fff
}

.page-template-template-esg-php .pacto-global {
  position: relative;
  background-color: #F2F2F2;
  padding: 150px 0;
}

.page-template-template-esg-php .pacto-global .img-lateral {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 41.7%;
  object-fit: cover;
  object-position: right;
}

.page-template-template-esg-php .pacto-global .info {
  max-width: 47.48%;
  margin: 0 0px 0 auto;
}

.page-template-template-esg-php .pacto-global .icones {
  margin: 60px 0 38px 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}

.page-template-template-esg-php .pacto-global .icones img {
  width: 100%;
}

.page-template-template-esg-php .pacto-global .conteudo p {
  color: #3D3935;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 25.2px */
  margin-bottom: 15px;
}

.page-template-template-esg-php .pacto-global .conteudo p:last-child {
  margin-bottom: 0;
}

.page-template-template-esg-php .pacto-global .conteudo p b,
.page-template-template-esg-php .pacto-global .conteudo p strong {
  font-weight: 700;
}

.page-template-template-esg-php .ods {
  position: relative;
  background-color: #fff;
  padding: 200px 0 300px 0;
}

.page-template-template-esg-php .ods .img-lateral {
  position: absolute;
  right: 0;
  top: -71px;
  height: 638px;
  max-width: 42%;
  object-fit: cover;
  object-position: top center;
}

.page-template-template-esg-php .ods .info {
  max-width: 45.4%;
}

.page-template-template-esg-php .ods .conteudo {
  margin-top: 40px;
}

.page-template-template-esg-php .ods .conteudo p {
  color: #3D3935;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 25.2px */
  margin-bottom: 15px;
}

.page-template-template-esg-php .ods .conteudo p:last-child {
  margin-bottom: 0;
}

.page-template-template-esg-php .ods .conteudo p b,
.page-template-template-esg-php .ods .conteudo p strong {
  font-weight: 700;
}

.page-template-template-esg-php .item-secao {
  padding-bottom: 150px;
}

.page-template-template-esg-php .item-secao .img-secao {
  height: 440px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.page-template-template-esg-php .item-secao .box-topo {
  display: flex;
  align-items: start;
  justify-content: center;
  margin-bottom: 90px;
  margin-top: -140px;
  gap: 40px;
}

.page-template-template-esg-php .item-secao .box-topo p {
  color: #FFF;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 35px;
  letter-spacing: -1.44px;
}


.page-template-template-esg-php .esg-e .conteudo {
  margin: 60px 0 90px 0;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}

.page-template-template-esg-php .conteudo .box-ods {
  display: flex;
  align-items: center;
  gap: 30px;
}

.page-template-template-esg-php .conteudo .texto {
  max-width: 521px;
}

.page-template-template-esg-php .conteudo .texto h3 {
  margin-bottom: 30px;
}

.page-template-template-esg-php .conteudo .texto p {
  color: #3D3935;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.page-template-template-esg-php .box-sliders {
  display: grid;
  gap: 30px;
  margin: 0 auto;
  grid-template-columns: repeat(4, 1fr);
}

.page-template-template-esg-php .box-sliders .card {
  border-radius: 5px;
  border: 1px solid #DA291C;
  min-height: 275px;
  padding: 26px 35px 20px 35px;
  position: relative;
}

.page-template-template-esg-php .box-sliders .card h4 {
  color: #0F4876;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.08px;
  margin-bottom: 30px;
}

.page-template-template-esg-php .box-sliders .card svg {
  display: block;
  margin: 0 auto;
}

.page-template-template-esg-php .box-sliders .card:hover .slide-box-esg  {
  opacity: 1;
}

.page-template-template-esg-php .box-sliders .slide-box-esg {
  background: #0F4876;
  opacity: 0;
  position: absolute;
  transition: all .5s;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 35px 39px 22px 39px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-template-template-esg-php .box-sliders .slide-box-esg .info-bottom {
  display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.page-template-template-esg-php .box-sliders .slide-box-esg .info-bottom .dots-box > div {
  display: flex
  ;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
}

.page-template-template-esg-php .box-sliders .slide-box-esg .info-bottom > div ul {
  position: static;
  display: flex !important;
  align-items: center;
  justify-content: start;
  text-align: start;
  gap: 4px;
}

.page-template-template-esg-php .box-sliders .slide-box-esg .info-bottom > div ul:last-child {
  display: none !important;
}

.page-template-template-esg-php .box-sliders .slide-box-esg .slick-dots li {
  margin: 0 2px;
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 80px;
  overflow: hidden;
  transition: all .5s;
}

.page-template-template-esg-php .box-sliders .slide-box-esg .slick-dots li.slick-active button {
  background: #d3d3d3;
}

.page-template-template-esg-php .box-sliders .slide-box-esg .slick-dots li button {
  padding: 0;
  width: 100%;
  background: #fff;
  height: 100%;
  transition: all .5s;
}

.page-template-template-esg-php .box-sliders .slide-box-esg .info-bottom .box-arrows {

}

.page-template-template-esg-php .box-sliders .slide-box-esg .info-bottom .box-arrows button {
    padding: 0;
    background: 0;
    border: 0;
    cursor: pointer;
}

.page-template-template-esg-php .box-sliders .slide-box-esg .info-bottom .box-arrows button svg {
  width: 23px;
}

.page-template-template-esg-php .box-sliders .slide-box-esg p {
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.72px;
}

.page-template-template-esg-php .esg-e .texto-bottom {
  color: #3D3935;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  max-width: 911px;
  margin: 130px auto 60px auto;
  line-height: 140%; /* 25.2px */
}

.page-template-template-esg-php .esg-e .texto-bottom b {
  font-weight: 700;
}

.page-template-template-esg-php .esg-e .selos {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.page-template-template-esg-php .item-secao .cards-ods {
  margin: 60px auto 90px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 90px;
}

.page-template-template-esg-php .item-secao .cards-ods .item {
  display: flex;
  gap: 30px;
}

.page-template-template-esg-php .item-secao .cards-ods .item p {
  color: #3D3935;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 140%;
}

.page-template-template-esg-php .item-secao .cards-ods .item p b {
  font-weight: 600;
  display: block;
}

.page-template-template-esg-php .item-secao .cards-ods .item a {
  padding: 19px 50px;
  color: #FFF;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  background: #0F4876;
  border: 1px solid #0F4876;
  display: block;
  width: fit-content;
  transition: all .5s;
}

.page-template-template-esg-php .item-secao .cards-ods .item a:hover {
  background: transparent;
    color: #0F4876;
}

.page-template-template-esg-php .esg-s .box-sliders {
  grid-template-columns: repeat(3, 1fr);
  max-width: 1040px;
}

.page-template-template-esg-php .box-sliders .card h4 span {
  color: #0F4876;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  display: block;
  line-height: 120%;
  letter-spacing: -0.72px;
}

.page-template-template-esg-php .slide-imagens-esg {
  margin: 160px auto 200px auto;
  width: 100%;
  position: relative;
}

.page-template-template-esg-php .slide-imagens-esg img {
  height: 663px;
  object-fit: cover;
  object-fit: cover;
  width: 100%;
  position: relative;
}

.page-template-template-esg-php .slide-imagens-esg::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
  z-index: 3;
}

.page-template-template-esg-php .esg-s .texto-bottom {
  display: flex;
      align-items: center;
      gap: 130px;
      margin-bottom: 100px;
}

.page-template-template-esg-php .esg-s .texto-bottom p {
  max-width: 922px;
  color: #3D3935;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}

.page-template-template-esg-php .esg-s .boxes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 55px 30px;
}

.page-template-template-esg-php .esg-s .boxes article {
  border: 1px solid #DA291C;
  padding: 86px 42px 80px 30px;
  width: 31.7%;
}

.page-template-template-esg-php .esg-s .boxes article img {
  display: block;
  margin: 0 auto 45px auto;
}

.page-template-template-esg-php .esg-s .boxes article p {
  color: #3D3935;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}

.page-template-template-esg-php .item-secao.esg-g .cards-ods{
  margin-bottom: 0px;
}

.page-template-template-esg-php .item-secao.esg-g .box-sliders {
  margin: 60px auto 0 auto;
}

.page-template-template-esg-php .etica {
  background-position: 70%;
  height: 687px;
  padding-top: 200px;
  max-width: 1920px;
  margin: 0 auto;
}

.page-template-template-esg-php .etica .info {
  max-width: 575px;
  margin: 0 0px 0 auto;
}

.page-template-template-esg-php .etica .info p {
  color: #3D3935;
font-family: Montserrat;
font-size: 22px;
font-style: normal;
font-weight: 300;
line-height: 140%; /* 30.8px */
margin: 60px 0 40px 0;
}

.page-template-template-esg-php .etica .info a {
  color: #FFF;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  width: fit-content;
  display: block;
  padding: 15px 20px;
  background: #DA291C;
  border: 1px solid #DA291C;
  transition:  all .5s;
}

.page-template-template-esg-php .etica .info a:hover {
  background: transparent;
  color: #DA291C;
}

.page-template-template-esg-php .modal-item-esg, .page-template-template-esg-ingles-php .modal-item-esg {
    padding: 0 25px 50px 25px !important;
        overflow: visible !important;
        width: 93%;
}

.page-template-template-esg-php .modal-item-esg .box-icon,
.page-template-template-esg-ingles-php .modal-item-esg .box-icon {
  width: fit-content;
    margin: -100px auto 0 auto;
}

.page-template-template-esg-php .modal-item-esg .box-icon img,
.page-template-template-esg-ingles-php .modal-item-esg .box-icon img {
  border-radius: 5px;
    box-shadow: 6px 6px 14px 0px rgba(0, 0, 0, 0.25);
}

.page-template-template-esg-php .modal-item-esg .infos,
.page-template-template-esg-ingles-php .modal-item-esg .infos {
  max-width: 620px;
  margin: 0 auto;
}

.page-template-template-esg-php .modal-item-esg .infos h4,
.page-template-template-esg-ingles-php .modal-item-esg .infos h4 {
  color: #3D3935;
text-align: center;
font-family: Montserrat;
font-size: 22px;
font-style: normal;
font-weight: 600;
margin: 35px 0 25px 0; 
line-height: 120%; /* 33.6px */
}

.page-template-template-esg-php .modal-item-esg .infos p,
.page-template-template-esg-ingles-php .modal-item-esg .infos p {
  color: #3D3935;
text-align: center;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 130%; /* 25.2px */
}

.page-template-template-esg-php .modal-item-esg .fancybox-close-small,
.page-template-template-esg-ingles-php .modal-item-esg .fancybox-close-small {
      border-radius: 5px !important;
    background: #E3E3E3 !important;
    color: #0F4876 !important;
    top: 15px !important;
    right: 10px !important;
    transition: all .5s !important;
}

.page-template-template-esg-php .modal-item-esg .fancybox-close-small:hover,
.page-template-template-esg-ingles-php .modal-item-esg .fancybox-close-small:hover {
      color: #E3E3E3 !important;
    background: #0F4876 !important;
}

.page-template-template-esg-php .denuncias {
      height: auto;
    padding: 150px 0 90px 0;
}

.page-template-template-esg-php .denuncias  form .bt-submit {
      margin-top: 19px;
}

@media (max-width: 991px) {
  .page-template-template-esg-php .elementos .info-topo {
flex-direction: column;
  }

  .page-template-template-esg-php .elementos .info-bottom {
    grid-template-columns: repeat(1, 1fr);
  }

  .page-template-template-esg-php .pacto-global {
    padding: 0 0 80px 0;
  }

  .page-template-template-esg-php .pacto-global .img-lateral {
        position: static;
    width: 90%;
    max-width: 400px;
  }

  .page-template-template-esg-php .pacto-global .info {
        margin: 100px auto 0 auto;
        max-width: 100%;
  }

  .page-template-template-esg-php .pacto-global .icones {
    grid-template-columns: repeat(1, 1fr);
  }

  .page-template-template-esg-php .pacto-global .icones img {
        width: 100%;
    max-width: 120px;
    margin: 0 auto;
  }

  .page-template-template-esg-php .ods {
        padding: 0 0 90px 0;
  }

  .page-template-template-esg-php .ods .img-lateral {
    position: static;
    width: 90%;
    height: auto;
    max-width: 500px;
    margin: 60px auto 80px auto;
    display: block;
  }

  .page-template-template-esg-php .ods .info {
    max-width: 100%;
  }

  .page-template-template-esg-php .esg-e .conteudo {
    flex-direction: column;
    gap: 60px;
        margin-bottom: 60px;
  }

  .page-template-template-esg-php .conteudo .box-ods {
        flex-direction: column;
  }

  .page-template-template-esg-php .box-sliders {
        grid-template-columns: repeat(1, 1fr);
  }

  .page-template-template-esg-php .box-sliders .slide-box-esg {
position: static;
    margin-top: 30px;
    opacity: 1;
  }

  .page-template-template-esg-php .box-sliders .slide-box-esg p {
  width: 300px;
  }
}

.page-template-template-contato h1 {
  color: #0f4876;
    font-family: 'Prompt', sans-serif;
  font-size: 56px;
  font-weight: 700;
  margin: 40px 0 60px; }

.page-template-template-contato p {
  margin-bottom: 30px;
  padding-right: 30px; }

.page-template-template-contato .bt-submit {
  border: 0;
  background: #da291c;
  width: 100%;
  max-width: 160px;
  height: 46px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 42px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.page-template-template-contato .bt-submit:hover {
  background: #A7453C; }

.page-template-template-contato .info p {
  padding-right: 80px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

.page-template-template-contato .bg-contato {
  background: url("../assets/images/bg-contato.jpg") top center no-repeat;
  margin-top: 108px;
  padding-bottom: 100px;
  color: #666; }

.page-template-template-contato .ilustra {
  padding: 0 80px 0 40px; }

.page-template-template-contato .ilustra img {
  position: relative;
  top: -150px; }

.page-template-template-contato .info-map {
  margin-top: 330px;
  padding-right: 0px; }

.page-template-template-contato .info-map iframe {
  width: 100%; }

.page-template-template-contato .info-map {
  padding-right: 100px; }

.page-template-template-contato .info-map .tel {
  display: block;
  padding: 10px 0 10px 55px;
  background: url("../assets/images/ico-tel-contato.png") left center no-repeat;
  font-size: 20px;
  font-weight: 400; }

.page-template-template-contato .info-map .tel a {
  color: #666666;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.page-template-template-contato .info-map .tel a:hover {
  color: #da291c; }

.page-template-template-contato .info-map .tel small {
  font-size: 15px; }

.page-template-template-contato .info-map .end {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #666; }

.page-template-template-contato form {
  padding-right: 100px; }

.page-template-template-contato form .field {
  margin-bottom: 10px; }

.page-template-template-contato form .field input[type=text], .page-template-template-contato form .field input[type=email], .page-template-template-contato form .field textarea, .page-template-template-contato form .field select {
  border: 0;
  border-bottom: 1px #da291c solid;
  background: transparent;
  width: 100%;
  padding: 15px 10px;
  outline: none;
  color: #afafaf;
  font-size: 18px;
  font-weight: 400; }

.page-template-template-contato form .field input[type=text]::placeholder, .page-template-template-contato form .field input[type=email]::placeholder, .page-template-template-contato form .field textarea::placeholder, .page-template-template-contato form .field select::placeholder {
  color: #afafaf;
  font-size: 18px;
  font-weight: 400; }

.page-template-template-contato form .field textarea {
  resize: none;
  height: 90px; }

@media screen and (max-width: 1200px) {
  .page-template-template-contato .bg-contato {
    margin-top: 60px; }
  .page-template-template-contato form {
    padding: 0; }
  .page-template-template-contato .bg-contato {
    background: #fff; }
  .page-template-template-contato .info-map {
    margin-top: 60px;
    padding: 0; } }

@media screen and (max-width: 430px) {
  .page-template-template-contato .info p {
    padding-right: 0; }
  .page-template-template-contato .info-map .end {
    font-size: 14px; }
  .page-template-template-contato br {
    display: none; } }


    .diferenciais-linha ul{
      columns: 2;
    }

    .diferenciais-linha ul li{
      width: 90%;
    }

   .home .menu-service .menu-item .icone img {
      filter: grayscale(1);
      transition: all .5s;
  }

  .home .menu-service .menu-item:hover .icone img {
    filter: brightness(0) invert(1);
}

.item-obras .thumb{
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 455px;
}

.item-obra{

}

 .slide-obras .item-obras.slick-active {
  padding: 0 7px;
  margin: 0; }

.slide-obras .item-obras .info {
  opacity: 1; }

.slide-obras .item-obras:hover img.thumb {
  opacity: .5; }

.slide-obras .item-obras:hover .line {
  opacity: 1; }

.slide-obras .item-obras:hover .more {
  height: 20px; }

.slide-obras .item-obras:hover a {
  background-color: #da291c; }

  .page-template-template-portfolio .item-obras{
    margin-bottom: 20px;
  }

  .page-template-template-portfolio .page-institucional_destaque h1{
    font-size: 50px;
  }

  .page-template-template-portfolio .title.prefix.big{
    margin-bottom: 40px;
  }

  nav .sub-menu{
    position: absolute;
    left: 0;
    top: 110px;
    background: #F4F4F4;
    padding: 0;
    transform: scaleY(0);
    transition: all .5s;
    transform-origin: top left;
    min-width: 215px;
    border-bottom: none;
    color: #fff;
  }

  .menu-footer .sub-menu{
    position: absolute;
    left: 0;
    z-index: 2;
    top: 21px;
    background: #f5f3f3!important;
    padding: 10px;
    transform: scaleY(0);
    transition: all .5s;
    transform-origin: top left;
    border-top: 2px #da291c solid;
  }

  nav  li.menu-item-has-children:hover .sub-menu,
  .menu-footer li.menu-item-has-children:hover .sub-menu{
    transform: scaleY(1);
    z-index: 99999;
    background: #da291c;
    border-bottom: none;
    color: #fff;

  }

  .menu-footer .sub-menu:hover{
    transform: scaleY(1)!important;
  }

  .menu-footer .sub-menu li{
    margin-right: 0;
    margin-bottom: 10px;
  }

  .menu-footer li{
    position: relative;
  }

  nav .sub-menu li{
    width: 100%;
  }

  nav .sub-menu li a{
    padding: 15px 10px;
    height: auto;
    border-bottom: none;
    color: #3D3935;
    background-color: #f4f4f4;
    transition: all .5s;
    border-left: 6px solid #EAEAEA;;
  }


  .single-obras .descricao p{
    margin-bottom: 20px;
  }

  .single-obras .descricao p br{
    display: none;
  }

  .single-obras .slide-portfolio .item-slide{
    max-height: 470px;
    overflow: hidden;
  }

  .topo-formularios{
    padding-top: 100px;
    margin-bottom: 30px;
  }

  .thumb-forms img{
    width: 100%;
    margin-top: -200px;
    margin-bottom: 80px;
    height: auto;
  }

  .forms-page .infos h1{
    color: #0f4876;
    font-family: 'Prompt', sans-serif;
    font-size: 50px;
    font-weight: 700;
    margin: 0px 0 60px;
  }

  form {
    padding-right: 100px; }

   form .field {
    margin-bottom: 10px; }

 .field input[type=text],  form .field input[type=email],  form .field textarea, form .field select {
    border: 0;
    border-bottom: 1px #da291c solid;
    background: transparent;
    width: 100%;
    padding: 15px 10px;
    outline: none;
    color: #afafaf;
    font-size: 18px;
    font-weight: 400; }

   form .field input[type=text]::placeholder,  form .field input[type=email]::placeholder,  form .field textarea::placeholder,  form .field select::placeholder {
    color: #afafaf;
    font-size: 18px;
    font-weight: 400; }

   form .field textarea {
    resize: none;
    height: 90px; }

    .forms-page form{
      margin-top: 50px;
    }

   form .bt-submit {
      border: 0;
      background: #da291c;
      width: 100%;
      max-width: 160px;
      height: 46px;
      color: #fff;
      font-size: 18px;
      font-weight: 400;
      line-height: 42px;
      cursor: pointer;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
  }

  form .field label{
    background: #f1f0f0;
    width: 100%;
    display: block;
    text-align: center;
    padding: 45px 20px;
    border: 1px solid #da291c;
    color: #666;
  }

  form .field #curriculo{
    background: #f1f0f0;
    width: 100%;
    display: block;
    text-align: center;
    padding: 14px 20px;
    border: 1px solid #da291c;
    color: #666;
margin-top: -19px;
  }

  form .field label span{
    text-decoration: underline;
  }

  form .field p{
    font-size: 18px;
    color: #afafaf;
    padding-left: 10px;
    font-weight: 400;
    margin: 15px 0;
    display: block;
  }

  .forms-page form{
    margin-bottom: 140px;
  }

  .wrapper-form-page{
    background-image: url(../assets/images/bg-forms.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .wrapper-form-page.rh-page{
    background-image: url(../assets/images/bg-rh.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
  }

  form .field p.info-obri{
    color: #666;
    font-size: 14px;
    display: inline-block;
    width: 50%;
  }
  #wpcf7-f416-o1 > form > div:nth-child(8) > p:nth-child(2){
    display: inline;
    width: 48%;
    margin-left: 50px;
  }

  .menu-item-has-children > a::after {
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 18px;
    margin-left: 5px;
    margin-top: 5px;
    vertical-align: middle;
  }

  @media (max-width: 960px){
    header nav ul {
      display: inline-block;
        width: 100%;
        text-align: left;
    }
    header nav ul li{
      text-align: left;
    }
    .menu-item-23 a {
        line-height: 1.5;
      padding-top: 0px;
    }
    .menu-service .btn-line{
      display: none;
    }
    .page-institucional_destaque img{
      max-width: 100%;
    }
  }

  .page-institucional_destaque .item-cliente{
    margin-top: 30px;
    height: auto;
  }

  .item-cliente a{
    width: 170px;
    height: 170px;
    background-size: 90%;
    background-position: center;
    background-color: #fff;
    display: block;
    background-repeat: no-repeat;
  }
 @media (min-width:1000px){
  #menu-item-25 .sub-menu{
    min-width: 315px;
  }
 }

 .page-institucional_destaque .content-maos-obra  h1{
   font-size: 40px;
 }

 .item-obra-content img{
  height: 145px;
  margin-bottom: 30px;
 }

 .item-obra-content{
  border: 1px solid #ddd;
  padding: 50px;
  margin-bottom: 30px;
  min-height: 532px;
  transition: all .5s;
 }

.page-id-1197 .item-obra-content{
	    min-height: 595px;
}

 .item-obra-content:hover{
   transform: scale(1.02);
   border: 1px solid #da291c;
 }

 .logo-premio img{
   max-width: 75%;
 }

 .item-certificado img{
  max-width: 95%;
 }

 .etica{
   padding: 150px 0 100px;
 }

 .etica .title{
   line-height: 1;
   margin-bottom: 50px;
 }

 .etica a{
  padding: 15px 20px;
  background: #da291c;
  color: #fff;
  display: inline-block;
  margin: 50px 0 0;
  transition: all .5s;
 }

 .etica a:hover{
   background-color: #000;
 }

 .etica form p{
   margin-bottom: 10px;
 }

 .etica form textarea{
   border: 1px #da291c solid;
   margin-bottom: 15px;
   margin-top: 15px;
 }

 .etica form .field label {
  background: #f1f0f0;
  width: 100%;
  display: block;
  text-align: center;
  padding: 14px 20px;
  border: 1px solid #da291c;
  color: #666;
  display: none;
}

.etica h4{
  color: #da291c;
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
}

.etica h5{
  color: #666666;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
}

.linha-rh{
  margin-top: -310px;
}

.icons-rh{
  margin-bottom: 60px;
}

.icons-rh h3{
  font-size: 24px;
  color: #3d3935;
  line-height: 1.3;
  margin-bottom: 24px;
}

.img-bene img{
  width: 100%;
  margin-left: -30px;
}

.content-beneficios .title{
  line-height: 1;
    margin-bottom: 50px;
    margin-top: 100px;
}

.content-beneficios p{
  margin-bottom: 15px;
}

.gestao-rh{
  padding: 80px 0;
}

.icons-rh-gestao h3{
  margin: 35px 0 25px;
    color: #da291c;
    font-size: 24px;
}
section.default{margin:110px 0 100px;}
section.default h1 {
    color: #0f4876;
    font-family: 'Prompt', sans-serif;
    font-size: 56px;
    font-weight: 700;
    margin: 40px 0 60px;
}
section.default h2{
    color: #0f4876;
    font-family: 'Prompt', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 40px 0 20px;
}
section.default p{
    padding-right: 80px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 15px;}

.page-template-default p {
  padding-right: 0 !important;}

.tabela-template th,
.tabela-template td  {
  border: 1px solid black;
  padding: 8px;}

@media(max-width:768px) {
  .tabela-template {
    width: 100%;
    text-align: center;
    border-collapse: collapse;}

  .tabela-template td,
  .tabela-template tr {
    display: flex;
    flex-direction: column
  }

  .tabela-template tr:nth-child(2n) {
    background: #f5f6f8;
  }

  .tabela-template th,
  .tabela-template td {
    padding: 7px;
  }}


@media(min-width:1900px){
  .thumb-forms img {
    width: 100%;
    margin-top: -200px;
    margin-bottom: 80px;
    height: auto;
    margin-left: 240px;
}
.linha-rh {
  margin-top: -405px;
}
}

@media(max-width:960px){
  .thumb-forms img{display: none;}
    form .field p.info-obri {
      color: #666;
      font-size: 14px;
      display: inline-block;
      width: 100%;
  }
  #wpcf7-f416-o1 > form > div:nth-child(8) > p:nth-child(2) {
    display: inline;
    width: 100%;
    margin-left: 0;
}
.linha-rh {
  margin-top: 50px;
}
.img-bene img {
  width: 100%;
  margin-left: 0;
}
.title.prefix {
  padding: 15px 0 0 19px;
  line-height: 1.2;
  background-size: auto 32px;
}
}

nav .sub-menu li a:hover{
  background-color: #FFFFFF!important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-bottom: none!important;
  border-left: 9px solid  #DA291C;;
  color: #DA291C!important;
}



@media (min-width: 1500px){
  .home_slideshow .item-slide {
    height: 625px;
    background-size: cover;
    background-position: center;
}
}

@media (min-width: 1900px){
  .home_slideshow .item-slide {
    height: 750px;
    background-size: cover;
    background-position: center;
}
}

@media (min-width: 1100px) and (max-width:1370px){
  .home_slideshow .item-slide {
    height: 530px;
    background-size: cover;
    background-position: center;
}
  .home .slide-obras {
      padding: 0 60px!important;
  }
  .container {
    max-width: 1260px!important;
    width: 100%;
}
.slide-obras .item-obras {
  width: 412px;
}
.bg-gradient {
  width: 397px;
  left: 8px;
}
}

body.page-template-template-sustentabilidade .page-institucional_destaque {
  margin-top: 0;
}

@media (max-width:960px){
  .diferenciais-linha ul {
      columns: 1;
  }
  .migalha-de-pao li {
    display: inline-block;
    color: #3d3935;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}
.page-portfolio_destaque .play a::before {
  opacity: .4;
}
.bg-gradient {
  background: linear-gradient(to bottom, transparent 20%, black 100%);
}
.page-portfolio_destaque .info p.local{padding-left: 0;}
.page-portfolio_destaque .title.prefix{
  background: transparent;
  padding-left: 0;
}
.single-obras .slide-portfolio .item-slide {
  margin-bottom: 19px;
}
.etica .title.prefix{
  margin-top: 30px;
}
.item-cliente a {
  width: 100%;
  background-size: 78%;
}
.page-institucional_destaque .bg-home > .container{
  padding: 30px 0;
}
body > section > div > div > div.home_obras > div.container > div > div:nth-child(1) > h2{
  display: none;
}
.page-institucional_destaque h1 {
  margin-bottom: 0;
}
}

@media (max-width: 960px){
  .home_servicos .info .menu-item .label {
      width: 100%!important;
  }
  .home_servicos .info .menu-item .icone {
    float: none;
    display: block;
    margin: 10px auto 10px;
}
.home_servicos .info .menu-item {
  height: auto!important;
  width: 100%;
}

.migalha-de-pao{
  padding: 30px 0 70px;
}
.page-template-template-sustentabilidade .yes-mobile img {
  width: 60%;
  height: auto!important;
}
.page-tecnologia .main-slides {
  height: 1070px!important;
}
.page-tecnologia_slides{
  margin-top: -50px;
}
.page-template-template-tecnologia .page-servicos_topo br{
  display: none!important;
}
.page-template-template-portfolio .menu-item .label{
  display: none;
}
.page-template-template-portfolio .menu-item .icone {
  float: left;
  margin-right: 10px;
  width: 36px;
  position: relative;
  height: 40px;
}
.page-template-template-portfolio .menu-portfolio .menu-service .menu-item {
  width: 24.5%;
}
.page-template-template-portfolio .slide02 .icone img{
  margin-top: -7px;
}
.slide-obras .item-obras {
  width: 100%;
}
}

#home-blog,
#blog-categoria,
#blog-postagem
 {
    margin-bottom: 80px;
}

#blog-postagem h1.title {
    margin-bottom: 10px;
     text-align: center;
}

#blog-postagem .data-categoria-top {
    color: #F20012;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: normal;
}

#blog-postagem .banner-postagem {
    background: url("../imagens/banner-postagem.jpg") center no-repeat;
    height: 40vw;
    max-height: 722px;
    min-height: 600px;
    margin-bottom: 60px;
}

#home-blog .banner-blog {
    background-size: cover;
    height: 540px;
    position: relative;
    margin-bottom: 54px;
    backdrop-filter: grayscale(50);
    margin-top: 110px;
}

#home-blog .migalha-de-pao li,
#home-blog .migalha-de-pao a
 {
    color: #fff;
}

#blog-categoria .migalha-de-pao li,
#blog-categoria .migalha-de-pao a
 {
    display: inline-block;
    color: #3d3935;
    font-size: 14px;
    font-weight: 400;
    line-height: 58px;
}

#home-blog .banner-blog .bg-banner {
    background: url("../imagens/banner-blog.jpg") top no-repeat;
    background-size: cover;
    height: 100%;
    filter: brightness(0.6);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

#home-blog .banner-blog .container{
    height: 100%;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#home-blog .banner-blog .d-flex{
    display: flex;
    align-items: end;
    gap: 20px;
    justify-content: space-between;
    padding-bottom: 60px;
}

#home-blog .banner-blog .conteudo-banner {
    padding: 0;
}

#home-blog .banner-blog .conteudo-banner .data-categoria {
    color: #FFF;
    font-size: 18px;
    line-height: normal;
}

#home-blog .banner-blog .titulo-banner {
    color: #FFF;
    font-size: 57.13px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 26px;
}

#home-blog .banner-blog .descricao-banner p{
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#home-blog .banner-blog .btn-line a {
    color: #fff;
    border-color: #fff;
}

#home-blog .banner-blog .btn-line a:hover {
    color: #fff;
    border-color: #da291c ;
}

#blog-categoria .exibe-resultados-categoria {
    margin: 0 15px 20px auto;
    color: #444;
    text-align: right;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#home-blog .posts .container,
#blog-categoria .posts .container,
#blog-postagem .posts .container {
    display: flex;
    justify-content: space-between !important;
}

#home-blog .posts .posts-main,
#blog-categoria .posts .posts-main {
    display: flex;
    justify-content: start;
    padding: 0;
    flex-wrap: wrap;
}

#blog-postagem .posts .conteudo-post-main .texto h1,
#blog-postagem .posts .conteudo-post-main .texto h2,
#blog-postagem .posts .conteudo-post-main .texto h3,
#blog-postagem .posts .conteudo-post-main .texto h4,
#blog-postagem .posts .conteudo-post-main .texto h5,
#blog-postagem .posts .conteudo-post-main .texto h6 {
    color: #114069;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 25px;
}

#blog-postagem .posts .conteudo-post-main p {
    color: #444;
    font-size: 16px;
    font-style: normal;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 180%;
    text-align: justify;
}

#blog-postagem .posts .conteudo-post-main li {
    color: #444;
    font-size: 16px;
    font-style: normal;
    margin-bottom: 7px;
    font-weight: 400;
    line-height: 180%;
    text-align: justify;
}

#blog-postagem .posts .conteudo-post-main .compartilha {
    padding: 40px 0;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 90px;
    border: 1px solid #EEE;
}

#blog-postagem .posts .conteudo-post-main .compartilha h2 {
    color: #114069;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 110%;
}

#blog-postagem .posts .conteudo-post-main .compartilha .icons {
    display: flex;
    justify-content: center;
    gap: 23px;
}

#blog-postagem .posts .conteudo-post-main .compartilha .icons a {
    transition: .3s;
}

#blog-postagem .posts .conteudo-post-main .compartilha .icons a:hover {
    transform: scale(1.3);
}

#home-blog .item-post-main,
#blog-categoria .item-post-main {
    cursor: pointer;
    transition: .5s;
    margin-bottom: 60px;
}

#home-blog .posts .box-img,
#blog-categoria .posts .box-img {
    overflow: hidden;
    width: 100%;
    height: 360px;
}

#home-blog .posts .box-img img,
#blog-categoria .posts .box-img img {
    transition: .6s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#home-blog .posts .item-post-main:hover .box-img img,
#blog-categoria .posts .item-post-main:hover .box-img img
 {
    transform: scale(1.06);
}

#blog-categoria, #blog-postagem{
  margin-top: 110px;
}

#home-blog .posts .data-categoria,
#blog-categoria .posts .data-categoria {
    color: #F20012;
    font-size: 14px;
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#home-blog .posts h2,
#blog-categoria .posts h2 {
    color: #114069;
    font-size: 32px;
    margin: 15px 0;
    font-weight: 700;
    line-height: normal;
}

#home-blog .posts .descricao-post,
#blog-categoria .posts .descricao-post {
    color: #444;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#home-blog .posts .posts-lateral,
#blog-categoria .posts .posts-lateral,
#blog-postagem .posts .posts-lateral {
    display: flex;
    flex-direction: column;
    gap: 27px;
}

#home-blog .posts .posts-lateral > div,
#blog-categoria .posts .posts-lateral > div,
#blog-postagem .posts .posts-lateral > div {
    padding: 30px 30px 20px;
    border: 1px solid #EEE;
}

#home-blog .posts .posts-lateral h3,
#blog-categoria .posts .posts-lateral h3,
#blog-postagem .posts .posts-lateral h3 {
    color: #F20012;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#home-blog .posts .posts-lateral ul li,
#blog-categoria .posts .posts-lateral ul li,
#blog-postagem .posts .posts-lateral ul li {
    margin-bottom: 18px;
}

#home-blog .posts .posts-lateral ul li a,
#blog-categoria .posts .posts-lateral ul li a,
#blog-postagem .posts .posts-lateral ul li a {
    color: #114069;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 18px;
    transition: .2s;
}

#home-blog .posts .posts-lateral ul li a:hover,
#blog-categoria .posts .posts-lateral ul li a:hover,
#blog-postagem .posts .posts-lateral ul li a:hover  {
    font-weight: 700;
}

#home-blog .posts .posts-lateral ul li,
#blog-categoria .posts .posts-lateral ul li,
#blog-postagem .posts .posts-lateral ul li {
    margin-bottom: 18px;
}

#home-blog .posts .box-ultimos-posts,
#blog-categoria .posts .box-ultimos-posts,
#blog-postagem .posts .box-ultimos-posts {
    padding: 30px 10px 20px 26px!important;
}

#home-blog .posts .item-ultimos-posts,
#blog-categoria .posts .item-ultimos-posts,
#blog-postagem .posts .item-ultimos-posts {
    margin-bottom: 20px;
}

#home-blog .posts .item-ultimos-posts:hover,
#blog-categoria .posts .item-ultimos-posts:hover,
#blog-postagem .posts .item-ultimos-posts:hover {
    transition: .4s;
    background-color: #f1efef;
}

#home-blog .posts .item-ultimos-posts .box-img,
#blog-categoria .posts .item-ultimos-posts .box-img,
#blog-postagem .posts .item-ultimos-posts .box-img img {
    max-width: 110px;
    height: 110px;
    margin-right: 14px;
}

#home-blog .posts .item-ultimos-posts .data,
#blog-categoria .posts .item-ultimos-posts .data,
#blog-postagem .posts .item-ultimos-posts .data {
    color: #F20012;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

#home-blog .posts .item-ultimos-posts .text,
#blog-categoria .posts .item-ultimos-posts .text,
#blog-postagem .posts .item-ultimos-posts .text {
    width: 152px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#home-blog .posts .item-ultimos-posts h2,
#blog-categoria .posts .item-ultimos-posts h2,
#blog-postagem .posts .item-ultimos-posts h2 {
    font-size: 16px;
    color: #114069;
    margin: 15px 0 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#blog-postagem .posts-relacionados h1.title {
    color: #114069;
    font-size: 32px;
    text-align: start;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

#blog-postagem .posts-relacionados .itens {
    display: flex;
    gap: 20px;
}

#blog-postagem .posts-relacionados .item {
    cursor: pointer;
    padding: 0;
    transition: .5s;
    margin-bottom: 60px;
}

#blog-postagem .posts-relacionados .item .box-img {
    overflow: hidden;
    width: 100%;
    height: 360px;
}

#blog-postagem .posts-relacionados .item .box-img img {
    transition: .6s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#blog-postagem .posts-relacionados .item:hover .box-img img {
    transform: scale(1.06);
}

#blog-postagem .posts-relacionados .item .data {
    color: #F20012;
    font-size: 14px;
    margin-top: 2px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#blog-postagem .posts-relacionados .item h2 {
    color: #114069;
    font-size: 24px;
    margin: 15px 0;
    font-weight: 700;
    line-height: normal;
}

@media screen and (max-width: 1099px) {
    #blog-postagem .posts .item-ultimos-posts .box-img img {
        max-width: 78px;
        height: 110px;
        margin-right: 14px;
    }
}

@media screen and (max-width: 991px) {
    #home-blog .migalha-de-pao {
        padding-bottom: 0 !important
    }

    #home-blog .banner-blog {
        height: auto;
    }

    #home-blog .banner-blog .d-flex {
        flex-direction: column;
        align-items: start;
        margin-top: 150px;
    }

    #home-blog .banner-blog .btn-line {
        margin: 30px 0;
        padding: 0 15px;
    }

    #home-blog .banner-blog .conteudo-banner {
        display: flex;
        justify-content: end;
        flex-direction: column;
        max-width: 900px;
    }

    #home-blog .posts .container,
    #blog-categoria .posts .container,
    #blog-postagem .posts .container{
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    #home-blog .posts .posts-lateral,
    #blog-categoria .posts .posts-lateral,
    #blog-postagem .posts .posts-lateral {
        display: flex;
        flex-direction: row-reverse;
        max-width: 100%;
        justify-content: center;
    }

    #blog-postagem .posts .posts-lateral {
        margin: 0 0 50px 0;
    }

    #blog-postagem .posts .item-ultimos-posts .box-img img {
        max-width: 110px;
        height: 110px;
        margin-right: 14px;
    }

    #home-blog .posts .posts-lateral > div,
    #blog-categoria .posts .posts-lateral > div,
    #blog-postagem .posts .posts-lateral > div {
        width: 50%;
    }

}

@media screen and (max-width: 761px) {

    #home-blog .banner-blog .container {
        padding-top: 0;
        padding-bottom: 40px;
    }

    #blog-postagem h1.title {
        font-size: 45px;
        line-height: 110%;
    }

    #home-blog .banner-blog .d-flex {
        padding-bottom: 40px;
        margin-top: 100px;
    }

    #home-blog .banner-blog .conteudo-banner .data-categoria {
        font-size: 16px;
    }

    #home-blog .banner-blog .titulo-banner {
        font-size: 43px;
        margin: 5px 0 20px 0;
    }

    #home-blog .banner-blog .descricao-banner {
        font-size: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #home-blog .banner-blog .btn-line a {
        padding: 0 20px;
    }

    #blog-categoria .exibe-resultados-categoria {
        margin: 0 0 20px 20px;
        text-align: left;
    }

    #home-blog .posts .posts-lateral,
    #blog-categoria .posts .posts-lateral,
    #blog-postagem .posts .posts-lateral {
        display: flex;
        flex-direction: column;
        max-width: 100%;
        justify-content: center;
        align-items: center;
    }

    #home-blog .posts .item-ultimos-posts .box-img,
    #blog-categoria .posts .item-ultimos-posts .box-img,
    #blog-ostagem .posts .item-ultimos-posts .box-img  {
        width: auto;
        height: auto;
        margin-right: 14px;
    }

    #home-blog .posts .posts-lateral > div,
    #blog-categoria .posts .posts-lateral > div,
    #blog-postagem .posts .posts-lateral > div {
        width: 100%;
    }

    #home-blog .posts .box-ultimos-posts,
    #blog-categoria .posts .box-ultimos-posts,
    #blog-postagem .posts .box-ultimos-posts {
        padding: 30px!important;
    }

    #home-blog .posts .item-ultimos-posts .text,
    #blog-categoria .posts .item-ultimos-posts .text,
    #blog-postagem .posts .item-ultimos-posts .text{
        width: 100%;
    }

    #home-blog .posts .posts-main,
    #blog-categoria .posts .posts-main {
        flex-direction: column;
    }

    #home-blog .posts .item-post-main,
    #blog-categoria .posts .item-post-main {
        max-width: 100%;
    }

    #home-blog .posts .box-img,
    #blog-categoria .posts .box-img {
        height: 350px;
    }

    #home-blog .posts .data-categoria,
    #blog-categoria .posts .data-categoria {
        font-size: 13px;
    }

    #home-blog .posts h2,
    #blog-categoria .posts h2 {
        font-size: 27px;
    }

    #home-blog .posts .descricao-post,
    #blog-categoria .posts .descricao-post {
        font-size: 16px;
        line-height: normal;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #blog-postagem .posts-relacionados .itens {
        display: flex;
        gap: 0;
        flex-direction: column;
    }

    #blog-postagem .posts-relacionados .item {
        max-width: 100% !important;
    }

}



@import 'custom.css';