@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,400;0,700;1,200;1,400;1,700&display=swap");
/* basic colors */
/* generate variants from color 1 */
/* generate variants from color 2 */
/* generate variants from color 3 */
/* generate variants from color 4 */
/* ============
   Clearfix
   ============ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* ============
   Body
   ============ */
img {
  max-width: 100%;
}

html {
  font-size: 1em;
  height: 100%;
}

body {
  font-size: inherit;
  line-height: 1.6em;
  color: #153849;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.4px;
  overflow-x: hidden;
  min-height: 100%;
  padding-top: 100px;
  background-color: #fff;
}

@media (max-width: 1200px) {
  body {
    font-size: 0.875rem;
  }
}
@media (min-width: 2000px) {
  body {
    font-size: 1.125rem;
  }
}
@media (min-width: 3000px) {
  body {
    font-size: 1.25rem;
  }
}
/* ============
   Basic
   ============ */
.page {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  z-index: 10;
  overflow: hidden;
  max-width: 1920px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1440px) {
  .page.com-menu {
    padding-left: 300px;
  }
}
@media (max-width: 767px) {
  .page.com-menu {
    padding-top: 60px;
    padding-left: 0px;
  }
}

.page-bg {
  z-index: 0;
  background-image: url("../../../images/bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: fixed;
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 0px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
  z-index: 3;
  position: relative;
}
@media (max-width: 767px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
}
.container.bg-white {
  background-color: #fff;
}

.module {
  width: 100%;
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.module-bg {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 0px;
  display: none;
}

/* ============
   texts headlines
   ============ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  line-height: 1.4em;
}

h1 {
  font-size: 2.5rem;
  line-height: 1.1em;
  font-weight: bold;
}

h2 {
  font-size: 2rem;
  line-height: 1.2em;
  font-weight: bold;
}

h3 {
  font-size: 1.75rem;
  line-height: 1.25em;
  font-weight: normal;
  color: #000;
  margin-bottom: 20px;
}

h4 {
  font-size: 1.375rem;
  font-weight: normal;
}

h5 {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2em;
  color: #F2D701;
}

h6 {
  font-size: 1rem;
  font-weight: bold;
}

p {
  margin-bottom: 20px;
  margin-top: 0px;
}

p:last-child {
  margin-bottom: 0px;
}

.tx-sm {
  font-size: 0.875em;
  line-height: 1.5em;
}

.tx-xsm {
  font-size: 0.75em;
  line-height: 1.5em;
}

.tx-lg {
  font-size: 2em;
  line-height: 1.2em;
}

.tx-xlg {
  font-size: 2.5em;
  line-height: 1.2em;
}

/* ============
   texts properties
   ============ */
.text-inline {
  display: inline;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-justify {
  text-align: justify;
}

.text-light {
  font-weight: 300;
}

.text-lighter {
  font-weight: 200;
}

.text-normal {
  font-weight: normal;
}

.text-uppercase {
  text-transform: uppercase;
}

.title-1 {
  background-color: #F2D701;
  padding: 6.6666666667px 10px;
  border-radius: 0px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 6.6666666667px;
}

/* ============
   basic colors
   ============ */
.bg-color1 {
  background-color: #F2D701;
}

.text-color1 {
  color: #F2D701;
}

.bg-color2 {
  background-color: #153849;
}

.text-color2 {
  color: #153849;
}

.bg-color3 {
  background-color: #25342F;
}

.text-color3 {
  color: #25342F;
}

.bg-color4 {
  background-color: #000;
}

.text-color4 {
  color: #000;
}

.bg-color1.dark {
  background-color: #bfaa01;
}

.text-color1.dark {
  color: #bfaa01;
}

.bg-color2.dark {
  background-color: #0a1a21;
}

.text-color2.dark {
  color: #0a1a21;
}

.bg-color3.dark {
  background-color: #101614;
}

.text-color3.dark {
  color: #101614;
}

.bg-color4.dark {
  background-color: black;
}

.text-color4.dark {
  color: black;
}

.bg-color1.darker {
  background-color: #8c7d01;
}

.text-color1.darker {
  color: #8c7d01;
}

.bg-color2.darker {
  background-color: black;
}

.text-color2.darker {
  color: black;
}

.bg-color3.darker {
  background-color: black;
}

.text-color3.darker {
  color: black;
}

.bg-color4.darker {
  background-color: black;
}

.text-color4.darker {
  color: black;
}

.bg-color1.light {
  background-color: #fee628;
}

.text-color1.light {
  color: #fee628;
}

.bg-color2.light {
  background-color: #205671;
}

.text-color2.light {
  color: #205671;
}

.bg-color3.light {
  background-color: #3a524a;
}

.text-color3.light {
  color: #3a524a;
}

.bg-color4.light {
  background-color: #1a1a1a;
}

.text-color4.light {
  color: #1a1a1a;
}

.bg-color1.lighter {
  background-color: #feec5b;
}

.text-color1.lighter {
  color: #feec5b;
}

.bg-color2.lighter {
  background-color: #2c7598;
}

.text-color2.lighter {
  color: #2c7598;
}

.bg-color3.lighter {
  background-color: #4f7065;
}

.text-color3.lighter {
  color: #4f7065;
}

.bg-color4.lighter {
  background-color: #333333;
}

.text-color4.lighter {
  color: #333333;
}

/* ============
   fonts text colors
   ============ */
.text-white {
  color: #fff;
}

.text-success {
  color: #72b14b;
}

.text-success.darker {
  color: #538f2e;
}

.text-success.lighter {
  color: #8ac565;
}

.text-warning {
  color: #fcc33f;
}

.text-warning.lighter {
  color: #ffe19e;
}

.text-warning.darker {
  color: #d69c17;
}

.text-danger {
  color: #d32b4d;
}

.text-danger.lighter {
  color: #e44f6d;
}

.text-danger.darker {
  color: #9d132f;
}

.text-black {
  color: #000;
}

.text-grey {
  color: #c0c7d1;
}

.text-white {
  color: #fff;
}

/* ============
   links
   ============ */
a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: underline;
  color: #153849;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

/* ============
   icons
   ============ */
.icon {
  display: inline-block;
  float: none;
  letter-spacing: 0px;
  font-family: "mapro solid", sans-serif;
}

/* ============
   float and display properties
   ============ */
.left {
  float: left;
}

.right {
  float: right;
}

.relative {
  position: relative;
}

.inline-block {
  display: inline-block;
}

/* ============
   list ul li
   ============ */
ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 0px;
  list-style-type: none;
}

li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.list-item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  margin-right: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* ============
   blockuote
   ============ */
blockquote {
  margin: 0 0 20px 0;
  padding: 10px 20px;
  border-left: 5px solid #252734;
  font-size: 1.125rem;
  line-height: inherit;
  margin-bottom: 20px;
  color: #c0c7d1;
}

/* ============
   spacer
   ============ */
.space {
  height: 20px;
  clear: both;
}
.space.lg {
  height: 40px;
}
.space.sm {
  height: 10px;
}
.space.line {
  margin-top: 20px;
  border-top: 1px solid #F2D701;
}
.space.line.lg {
  margin-top: 40px;
}
.space.line.sm {
  margin-top: 10px;
}

/* ============
   Cols and rows
   ============ */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}
.row.row-p {
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 479px) {
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.col {
  padding: 0 30px;
}
.col.col-p {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .col {
    width: 100% !important;
  }
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

/* ============
   button btn
   ============ */
.btn {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
  text-decoration: none;
  border-radius: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  line-height: 1em;
  min-height: 15px;
  background-color: #F2D701;
  color: #153849;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: bold;
  cursor: pointer;
}
.btn:hover {
  background-color: #fee628;
}
@media (max-width: 479px) {
  .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.btn.text-white {
  color: #fff;
}

.btn-bg {
  display: none;
  bottom: 0px;
  left: 0px;
  top: 0px;
  position: absolute;
  width: 200%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.btn-container {
  position: relative;
  z-index: 5;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1px;
}

.btn-text {
  z-index: 4;
}

.btn-icon {
  margin-right: 5px;
  line-height: 1em;
  display: none;
}
.btn-icon.show {
  display: block;
}

/* ============
      button btn small
      ============ */
.btn.sm {
  font-size: 0.725rem;
  line-height: 1.25rem;
  padding: 5px 13.3333333333px;
  min-height: auto;
}

/* ============
      button btn align
      ============ */
.btn.right {
  margin-left: 10px;
  margin-bottom: 10px;
}

.btn.left {
  margin-right: 10px;
  margin-bottom: 10px;
}
.btn.left .btn-icon {
  margin-right: 3.75px;
  margin-left: 0px;
  float: left;
  text-align: left;
}
.btn.left .btn-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.btn.w-100 {
  width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ============
   button btn colors
   ============ */
.btn.btn-default {
  background-color: #E9E9EB;
  color: #252734;
}
.btn.btn-default:hover {
  background-color: #c0c7d1;
}

.btn.btn-danger {
  background-color: #d32b4d;
  color: #fff;
}
.btn.btn-danger:hover {
  background-color: #9d132f;
}

.btn.btn-success {
  background-color: #72b14b;
  color: #fff;
}
.btn.btn-success:hover {
  background-color: #538f2e;
}

/* ============
   Tab
   ============ */
.nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
}

.nav-tabs-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-tabs-btn {
  position: relative;
  z-index: auto;
  padding: 7.5px 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5rem;
  color: #c0c7d1;
  display: block;
  margin-right: 20px;
  margin-bottom: 10px;
  background-color: transparent;
}
@media (max-width: 479px) {
  .nav-tabs-btn {
    width: 100%;
  }
}

.nav-tabs-btn.w--current {
  z-index: 10;
  background-color: transparent;
}

.nav-tabs-btn-icon {
  margin-right: 3.75px;
  float: left;
  font-size: 0.875rem;
  line-height: 1em;
}

.nav-tabs-btn-bg {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 4px;
  left: 0px;
  background-color: #C1C1C5;
  border-radius: 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.nav-tabs-container-group {
  padding-top: 40px;
}

.nav-tabs-container.first {
  border-top-left-radius: 0px;
}

/* ============
   Pagination
   ============ */
.pagination-group {
  padding-top: 40px;
  text-align: center;
  min-width: 100%;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

.pagination-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #153849;
  text-decoration: none;
  margin: 5px;
  border-radius: 0px;
  min-width: 22.5px;
  min-height: 22.5px;
  padding: 3.75px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border: 1px solid #252734;
}

.pagination-btn:hover {
  background-color: #E9E9EB;
}

.pagination-btn.nav-atual {
  border-color: transparent;
}

.pagination-btn.pagination-arrows {
  padding-left: 15px;
  padding-right: 15px;
}

.pagination-btn.pagination-arrows.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.pagination-text.pagination-arrows {
  float: none;
}

.pagination-icon {
  font-size: 0.75rem;
  float: none;
  margin-right: 7.5px;
}

.pagination-icon.right {
  margin-left: 7.5px;
  margin-right: 0px;
}

.pagination-btn.pagination-disabel {
  border-style: none;
  background-color: transparent !important;
  margin-left: 0px;
  margin-right: 0px;
}

.pagination-text.pagination-disable {
  font-size: 2rem;
  margin-top: -5px;
}

/* ============
   Gallery
   ============ */
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: -10px;
}

.gallery-thumbnail-group {
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 200px;
}

.gallery-thumb-pseudo {
  padding: 0px 10px;
  min-width: 200px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.gallery-thumbnail-content {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
  border-radius: 0px;
}

.gallery-hover {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 0px;
  z-index: 10;
}
.gallery-hover:hover {
  opacity: 1;
}

.gallery-hover-content {
  color: #fff;
  text-align: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 0px;
}

.gallery-hover-icon {
  font-size: 1.125rem;
}

.gallery-thumbnail-image {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("file:///D:/Dropbox/Design/MAPRO%20-%20Layouts/Sites%20-%20Mapro%20Casas/static/images/no-img.jpg");
  position: relative;
  z-index: 1;
  padding-top: 70%;
}

.gallery-caption {
  z-index: 5;
  padding-top: 10px;
  display: none;
}

.gallery-caption-text {
  font-size: 0.75rem;
  line-height: 1rem;
}

.w-lightbox-thumbnail,
.w-lightbox-group .w-lightbox-image {
  border-radius: 0px;
}

/* ============
   form
   ============ */
.form-group {
  margin-bottom: 0px;
}

.form-success,
.form-error {
  padding: 10px;
  background-color: #72b14b;
  color: #fff;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2000;
  text-align: center;
  display: none;
}

.form-success-text,
.form-error-text {
  margin-bottom: 0px;
}

.form-error {
  background-color: #d32b4d;
}

.label {
  margin-bottom: 5px;
  font-size: 1rem;
  line-height: 1em;
  display: none;
}

/* ============
   form input
   ============ */
.input-group {
  position: relative;
  margin-bottom: 20px;
  display: block;
}

.input-group.left {
  margin-right: 10px;
}

.input {
  margin-bottom: 0px;
  background-image: none;
  color: #153849;
  background-color: #F5F5F6;
  padding: 15px 15px 15px 45px;
  border-radius: 0px;
  display: block;
  border: 2px solid #F5F5F6;
  width: 100%;
  min-height: 30px;
}
.input:focus,
.input .select.w--open {
  z-index: 30;
  border-color: #C1C1C5;
}
.input::-webkit-input-placeholder {
  color: #c0c7d1;
}
.input::-moz-placeholder {
  color: #c0c7d1;
}
.input:-ms-input-placeholder {
  color: #c0c7d1;
}
.input::-ms-input-placeholder {
  color: #c0c7d1;
}
.input::placeholder, .input.select:first-child {
  color: #c0c7d1;
}
.input.input-message {
  min-height: 160px;
}
.input.input-disabled {
  cursor: not-allowed;
  opacity: 0.5;
  background-color: #F5F5F6;
}
.input.input-disabled:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
}
.input.sm {
  padding: 7.5px 10px;
}

.input-disabled .input-icon {
  opacity: 0.5;
}

/* ============
   form input error
   ============ */
.error .input {
  border-color: #d32b4d;
}

.input-icon,
.input-icon-error,
.select-icon {
  position: relative;
  float: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  z-index: 10;
  color: #c0c7d1;
  border-radius: 100%;
  width: 37.5px;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48.75px;
  margin-bottom: -150px;
}

.input-icon-error {
  float: right;
  display: none;
  color: #d32b4d;
  padding-left: 0px;
}

.error .input {
  border-color: #d32b4d;
}

.error .input-icon-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ============
   form select
   ============ */
.input.select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #c0c7d1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: static;
  z-index: 50;
  padding-right: 41.25px;
}

.input-icon-select {
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -36.5px;
  float: right;
  background-color: #F5F5F6;
  font-size: 0.625rem;
  padding-right: 5px;
  margin-right: 5px;
  height: 35.5px;
}

.select-drop-link {
  white-space: nowrap;
}

.input.select.active {
  color: #153849;
}

.select-icon {
  font-size: 0.625rem;
  float: right;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
  right: 0px;
  position: absolute;
}

.select .input-icon-error {
  right: 22.5px;
  left: auto;
  width: 18.75px;
  padding-left: 0px;
  padding-right: 0px;
}

/* ============
   checkbox and radio
   ============ */
.checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.checkbox {
  margin-bottom: 10px;
  padding-left: 30px;
  line-height: 15px;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}
.checkbox.left {
  margin-right: 10px;
}

.checkbox-label {
  display: none;
}

.checkbox-btn {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  cursor: pointer;
}

.checkbox-bg,
.radio-bg,
.checkbox-bg-active,
.radio-bg-active,
.checkbox-icon {
  position: absolute;
  left: 0px;
  top: 1px;
  z-index: 1;
  width: 22.5px;
  height: 22.5px;
  background-color: #F5F5F6;
  border-radius: 4px;
}
.tipo2 .checkbox-bg,
.tipo2 .radio-bg,
.tipo2 .checkbox-bg-active,
.tipo2 .radio-bg-active,
.tipo2 .checkbox-icon {
  background-color: #fff;
  border: 2px solid #777b83;
}

.radio-bg,
.radio-bg-active,
.checkbox-icon.radio {
  border-radius: 400px;
}

.checkbox-icon {
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  background-color: transparent;
  padding-top: 1px;
  color: #F2D701;
}

.checkbox-icon .icon2 {
  font-weight: bold;
}

.checkbox-icon.radio {
  border-radius: 200px;
  color: transparent;
}

.checkbox-icon.radio:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(15px - 2px);
  height: calc(15px - 2px);
  border-radius: 200px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #F2D701;
}

.checkbox-bg-active,
.radio-bg-active {
  z-index: 2;
}

input[type=checkbox] ~ .checkbox-icon,
input[type=radio] ~ .checkbox-icon,
input[type=checkbox] ~ .checkbox-bg-active,
input[type=radio] ~ .radio-bg-active {
  opacity: 0;
}

input[type=checkbox]:checked ~ .checkbox-icon,
input[type=radio]:checked ~ .checkbox-icon,
input[type=checkbox]:checked ~ .checkbox-bg-active,
input[type=radio]:checked ~ .radio-bg-active {
  opacity: 1;
}

input[type=checkbox]:checked ~ .checkbox-bg,
input[type=radio]:checked ~ .checkbox-bg {
  opacity: 0;
}

/* ============
   dropdown
   ============ */
.dropdown {
  position: relative;
  display: inline-block;
  margin-left: 0px;
  margin-right: 0px;
}
.dropdown.left {
  margin-right: 10px;
  margin-bottom: 10px;
}

.dropdown .btn-container {
  pointer-events: none;
}

.dropdown-btn-icon {
  margin-left: 6.6666666667px;
  font-size: 0.625rem;
  padding-top: 1px;
}

.dropdown-content-group {
  position: absolute;
  top: 100%;
  z-index: 10;
  overflow: hidden;
  padding: 10px 10px 13.3333333333px;
  margin-top: -5px;
  min-width: calc(100% + 20px);
  left: -10px;
  display: none;
}
.dropdown-content-group.open {
  display: block;
  z-index: 100;
}

.dropdown-content-arrow-group {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 6;
  overflow: hidden;
  width: 20px;
  height: 10px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}

.dropdown-content-arrow {
  position: relative;
  top: 6.6666666667px;
  width: 10px;
  height: 10px;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  left: 50%;
  background-color: #fff;
}

.dropdown-content {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  max-height: 300px;
  border-radius: 0px;
}

.dropdown-close,
.open .dropdown-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-open,
.open .dropdown-close {
  display: none;
}

/* ============
   Table
   ============ */
.table-general {
  width: 100%;
  text-align: left;
  color: #F2D701;
  border-collapse: collapse;
  border: none;
}

.table-td {
  font-size: 0.875rem;
  border-bottom: 1px solid #a6acb6;
  padding: 5px 0;
}

.table-th {
  font-size: 1rem;
}

.navbar {
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 1000;
  right: 0px;
  background-color: #252734;
  height: 100px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}

.container.navbar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
}
@media (max-width: 767px) {
  .container.navbar-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
    padding: 10px;
  }
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-brand-image {
  max-height: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .navbar-brand-image {
    width: 100px;
  }
}

.navbar-nav {
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  margin-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .navbar-nav {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    overflow: auto;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .navbar-nav-bg {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
    z-index: -1;
  }
}

.navbar-nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .navbar-nav-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 260px;
    height: 100%;
    background-color: #252734;
    padding: 20px;
    z-index: 30;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  }
}

/* ============
   button btn links
   ============ */

.navbar-nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #F2D701;
  text-decoration: none;
  padding: 13.3333333333px 20px;
  margin-left: 1px;
  font-weight: bold;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}
.navbar-nav-btn:hover, .navbar-nav-btn.active {
  border-bottom-color: #F2D701;
}

.navbar-nav-btn-icon {
  margin-right: 5px;
}

/* ============
   contact
   ============ */
.navbar-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #a6acb6;
  font-size: 0.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
}
@media (max-width: 767px) {
  .navbar-contact {
    font-size: 0.75rem;
  }
}

/* ============
   toggler
   ============ */
.navbar-toggler {
  display: none;
  height: 100%;
  width: 80px;
  float: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1.25rem;
}
.navbar-toggler:hover {
  color: #F2D701;
}
@media (max-width: 767px) {
  .navbar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.banner-item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
}

.banner-item.item1 {
  background-image: url("../../../images/banner/img%20(1).jpg");
}

.banner-item.item2 {
  background-image: url("../../../images/banner/img%20(7).jpg");
}

.banner-item.item3 {
  background-image: url("../../../images/banner/img%20(13).jpg");
}

.banner-item.item4 {
  background-image: url("../../../images/banner/img%20(11).jpg");
}

.banner-item.item5 {
  background-image: url("../../../images/banner/img%20(6).jpg");
}

.banner-item-geral {
  height: 55vh;
  width: 100%;
  position: relative;
}

.banner-item.item6 {
  background-image: url("../../../images/banner/img%20(3).jpg");
}

.banner-tx {
  text-align: right;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}

.banner-tx-geral {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  right: 0px;
  bottom: 40px;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
}

.module-banner {
  padding-top: 40px;
}

.modulo-grey {
  -ms-flex-line-pack: center;
      align-content: center;
}

.banner-item-bg {
  position: absolute;
  bottom: 4px;
  right: 4px;
  left: 4px;
  top: 4px;
  background-color: rgba(254, 236, 91, 0.15);
  z-index: 3;
  mix-blend-mode: overlay;
}

.banner-tx-bg {
  position: absolute;
  bottom: 0px;
  left: -14px;
  height: 90%;
  width: 4px;
  background-color: #F2D701;
  opacity: 0.5;
}

.banner-tx-bg.bg2 {
  left: -24px;
  height: 80%;
  opacity: 0.25;
}

.banner-tx-space {
  border-right: 7px solid #F2D701;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: absolute;
  bottom: 0px;
  right: 0;
  top: 0px;
  display: none;
}

.types-item {
  margin-bottom: 40px;
}

.types-module-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #252734;
  z-index: -1;
  max-height: 180px;
  height: 30%;
  display: none;
}

.types-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 65%;
  margin-bottom: 30px;
  border: 7px solid #252734;
}

.types-item h4 {
  margin-bottom: 20px;
}

.about-cont {
  border: 7px solid #F2D701;
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
}

.frase-geral {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.frase {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.frase-bg {
  border: 4px solid #F2D701;
  position: absolute;
  top: -20px;
  bottom: -20px;
  right: -20px;
  left: -20px;
  z-index: -1;
  display: none;
}

.frase p {
  margin-bottom: 0px;
  color: #153849;
  font-size: 1.25rem;
  line-height: 1.4em;
  padding: 60px;
  border: 7px solid #F2D701;
  font-weight: bold;
}

.title-site {
  margin-bottom: 40px;
  position: relative;
  font-size: 1.25rem;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 5px;
  max-width: 500px;
  padding-bottom: 20px;
  float: left;
  padding-right: 40px;
}
.title-site:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  height: 3px;
  background-color: #777b83;
  bottom: 7px;
}

.module-about-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 0px;
  position: absolute;
  z-index: 1;
  opacity: 0.1;
}

.module.module-footer {
  background-color: #252734;
  text-align: center;
  color: #c0c7d1;
}

.testimonials .types-item p {
  position: relative;
  text-indent: 30px;
}

.testimonials .types-item p:after {
  content: "“";
  left: -40px;
  top: 10px;
  position: absolute;
  font-size: 5rem;
  color: #424657;
  z-index: -1;
  font-family: times;
}

.module-frase {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #F5F5F6;
}

.logo-bg-module {
  background-image: url("../../../images/logo-bg.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0px;
  z-index: -1;
  background-size: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  opacity: 0.05;
}

.ui {
  padding-bottom: 80px;
  background-color: #fff;
}
.ui .module {
  padding: 0px;
}
.ui .container {
  max-width: 470px;
  padding: 20px;
}

.ui-colors-geral-fora {
  margin: -5px;
}

.ui-colors-geral {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ui-colors-geral.normal {
  border: 1px dashed #C1C1C5;
  border-radius: 10px;
}

.ui-colors {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  float: left;
  margin: 5px;
}

.ui-title {
  margin-bottom: 20px;
  display: block;
  color: #c0c7d1;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #252734;
}

.ui-box-geral {
  margin: -10px;
  padding: 10px;
}

.ui-box {
  width: 100%;
  padding: 10px;
}
.ui-box div {
  min-height: 30px;
}
.ui-box a div,
.ui-box div div {
  min-height: auto;
}

/* ============
   Load font icon
   ============ */
@font-face {
  font-family: "mapro solid";
  src: url("https://webengine.s3.amazonaws.com/default/fonts/mapro-solid.woff") format("woff"), url("https://webengine.s3.amazonaws.com/default/fonts/mapro-solid.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "mapro line";
  src: url("https://webengine.s3.amazonaws.com/default/fonts/mapro-line.woff") format("woff"), url("https://webengine.s3.amazonaws.com/default/fonts/mapro-line.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}