@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
/* ============
   Basic Colors
   ============ */
/* states colors */
/* basic colors */
/* ============
   Variables
   ============ */
/* generate variants from color 1 */
/* generate variants from color 2 */
/* generate variants from color 3 */
/* generate variants from color 4 */
/* ============
   basic colors
   ============ */
.bg-color1 {
  background-color: #59CE41; }

.text-color1 {
  color: #59CE41; }

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

.text-color2 {
  color: #F2BC0F; }

.bg-color3 {
  background-color: #E2544D; }

.text-color3 {
  color: #E2544D; }

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

.text-color4 {
  color: #fff; }

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

.text-color1.dark {
  color: #43af2d; }

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

.text-color2.dark {
  color: #c3970b; }

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

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

.bg-color4.dark {
  background-color: #e6e6e6; }

.text-color4.dark {
  color: #e6e6e6; }

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

.text-color1.darker {
  color: #348623; }

.bg-color2.darker {
  background-color: #937208; }

.text-color2.darker {
  color: #937208; }

.bg-color3.darker {
  background-color: #ad231c; }

.text-color3.darker {
  color: #ad231c; }

.bg-color4.darker {
  background-color: #cccccc; }

.text-color4.darker {
  color: #cccccc; }

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

.text-color1.light {
  color: #7cd86a; }

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

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

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

.text-color3.light {
  color: #e97e79; }

.bg-color4.light {
  background-color: white; }

.text-color4.light {
  color: white; }

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

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

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

.text-color2.lighter {
  color: #f7d770; }

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

.text-color3.lighter {
  color: #f0a8a5; }

.bg-color4.lighter {
  background-color: white; }

.text-color4.lighter {
  color: white; }

/* ============
   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: #3C4464; }

.text-grey {
  color: #3C4464; }

.text-white {
  color: #fff; }

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

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

body {
  font-size: inherit;
  line-height: 1.6em;
  color: #DEE3FF;
  background-color: #0B0E1B;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.4px;
  overflow-x: hidden;
  min-height: 100%; }

@media (max-width: 1200px) {
  body {
    font-size: .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.15);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  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: 80px;
      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; }
  .page-bg:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.8); }

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

.module {
  width: 100%;
  position: relative;
  z-index: 4;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .module {
      padding-top: 30px;
      padding-bottom: 30px; } }

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

/* ============
   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: normal;
  color: #59CE41; }

h3 {
  font-size: 1.75rem;
  line-height: 1.25em;
  font-weight: bold; }

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

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

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

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

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

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

.tx-xsm {
  font-size: .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: #59CE41;
  padding: 6.66667px 10px;
  border-radius: 80px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 6.66667px; }

/* ============
   links
   ============ */
a {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: underline;
  color: #DEE3FF;
  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 #3C4464;
  font-size: 1.125rem;
  line-height: inherit;
  margin-bottom: 20px;
  color: #3C4464; }

/* ============
   spacer
   ============ */
.space {
  height: 20px;
  clear: both; }
  .space.lg {
    height: 40px; }
  .space.sm {
    height: 10px; }
  .space.line {
    margin-top: 20px;
    border-top: 1px solid #59CE41; }
  .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: -20px;
  margin-right: -20px; }
  .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 20px; }
  .col.col-p {
    padding: 0 10px; }
  @media (max-width: 767px) {
    .col {
      width: 100% !important; } }

.col-1 {
  width: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33333%; }

.col-11 {
  width: 91.66667%; }

.col-12 {
  width: 100%; }

/* ============
   button btn
   ============ */
.btn {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
  border-radius: 80px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  line-height: 1.2em;
  min-height: 15px;
  background-color: #3C4464;
  color: #DEE3FF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  cursor: pointer;
  font-weight: lighter;
  padding: 15px 40px; }
  .btn:hover {
    background-color: #1F2438; }
  @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;
  -o-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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1px; }

.btn-text {
  z-index: 4;
  margin-bottom: 4px; }

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

/* ============
      button btn small
      ============ */
.btn.sm {
  font-size: 0.725rem;
  line-height: 1.25rem;
  padding: 5px 13.33333px;
  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: 10px;
    margin-left: 0px;
    float: left;
    text-align: left;
    margin-top: -2px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }

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

/* ============
   button btn colors
   ============ */
.btn.btn-default {
  background-color: #fff;
  color: #171B2C; }
  .btn.btn-default:hover {
    background-color: #fff; }

.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;
  -o-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: #3C4464;
  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: #fff;
  border-radius: 40px;
  -webkit-transition: all 300ms ease;
  -o-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: #DEE3FF;
  text-decoration: none;
  margin: 5px;
  border-radius: 40px;
  min-width: 22.5px;
  min-height: 22.5px;
  padding: 3.75px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border: 1px solid #3C4464;
  min-width: 18.75px;
  min-height: 18.75px; }

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

.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: 40px; }

.gallery-hover {
  -webkit-transition: all 300ms ease;
  -o-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: 20px; }

/* ============
   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: 7.5px;
  display: block; }

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

.input {
  margin-bottom: 40px;
  background-image: none;
  color: #DEE3FF;
  background-color: #1F2438;
  display: block;
  border: 1px solid #1F2438;
  width: 100%;
  min-height: 37.5px;
  padding: 15px 30px; }
  .input:focus,
  .input .select.w--open {
    z-index: 30;
    border-color: #fff; }
  .input::-webkit-input-placeholder, .input.select:first-child {
    color: #3C4464; }
  .input:-ms-input-placeholder, .input.select:first-child {
    color: #3C4464; }
  .input::-ms-input-placeholder, .input.select:first-child {
    color: #3C4464; }
  .input::placeholder, .input.select:first-child {
    color: #3C4464; }
  .input.input-message {
    min-height: 120px; }
  .input.input-disabled {
    cursor: not-allowed;
    opacity: 0.5;
    background-color: #DEE3FF; }
  .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: #3C4464;
  border-radius: 100%;
  width: 30px;
  padding-left: 3.75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 37.5px;
  margin-bottom: -37.5px; }

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

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

.input-icon {
  display: none; }

/* ============
   form select
   ============ */
.input.select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #3C4464;
  -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: #DEE3FF;
  font-size: 0.625rem;
  padding-right: 5px;
  margin-right: 5px;
  height: 35.5px; }

.select-drop-link {
  white-space: nowrap;
  padding: 10px 20px;
  width: 100%;
  display: block;
  text-decoration: none;
  font-weight: normal; }
  .select-drop-link.active {
    background-color: #DEE3FF;
    font-weight: bold; }

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

.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,
.checkbox-bg-active,
.checkbox-icon {
  position: absolute;
  left: 0px;
  top: 1px;
  z-index: 1;
  width: 22.5px;
  height: 22.5px;
  background-color: #DEE3FF;
  border-radius: 4px; }
  .tipo2 .checkbox-bg, .tipo2
  .checkbox-bg-active, .tipo2
  .checkbox-icon {
    background-color: #fff;
    border: 2px solid #747b96; }

.radio-bg,
.radio-bg-active {
  position: absolute;
  left: 1px;
  top: 2px;
  z-index: 1;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 3px solid #59CE41;
  border-radius: 4px;
  margin-top: 2px;
  margin-left: 2px; }
  .tipo2 .radio-bg, .tipo2
  .radio-bg-active {
    background-color: #fff;
    border: 2px solid #747b96; }

.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;
  color: #59CE41; }

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

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

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

.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.66667px;
  font-size: 0.625rem;
  padding-top: 1px; }

.dropdown-content-group {
  position: absolute;
  top: 100%;
  z-index: 10;
  overflow: hidden;
  padding: 20px;
  min-width: calc(100% + 40px);
  left: -10px;
  display: none;
  margin: -10px; }
  .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.66667px;
  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.15);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  max-height: 300px;
  border-radius: 80px; }

.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: #59CE41;
  border-collapse: collapse;
  border: none; }

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

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

.w-100 {
  width: 100%; }

.input-search-dropdown {
  padding: 10px;
  margin-bottom: 0px; }

.select-tx {
  margin-right: auto; }

.dropdown-select .input.select {
  pointer-events: none; }

/* ============
   Table complete
   ============ */
.tabela-fora {
  overflow: auto; }

.tabela {
  position: relative;
  width: 100%;
  min-width: 550px;
  display: table;
  color: #59CE41;
  font-size: 0.875rem;
  height: 100%; }
  .tabela.livre {
    min-width: auto; }

.tabela-linha {
  display: table-row;
  height: 100%; }

.tabela-linha.tabela-especial {
  color: #c0c7d1; }

.tabela-linha.tabela-c-link {
  position: relative;
  z-index: 1;
  color: #59CE41;
  text-decoration: none; }

.tabela-linha.tabela-c-link:hover {
  position: relative;
  z-index: 3;
  background-color: #fff; }

.tabela-linha.tabela-c-link.cinza {
  background-color: #DEE3FF; }

.tabela-linha.tabela-c-link.cinza:hover {
  background-color: #fff; }

.tabela-col {
  border-bottom: 1px solid #fff;
  display: table-cell; }

.tabela-col.tabela-titulo {
  border-bottom-style: none; }

.tabela-col.tabela-sub-col {
  padding-left: 20px; }

.tabela-col.tabela-cinza {
  background-color: #f6f6f6; }

.tabela-col-cont {
  position: relative;
  height: 100%;
  padding: 6.66667px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 16px; }

.tabela-col-cont.tabela-titulo {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem; }

.tabela-col-cont.tabela-titulo.tabela-titulo-full {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fcc33f;
  color: #fff;
  text-align: center; }

.tabela-col-cont.ultimo {
  border-right-style: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.tabela-col-cont.tabela-cont-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.tabela-col-cont.tx-dir {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.tabela-col-cont.tx-meio {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.tabela-col-cont.primeiro {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.tabela-bg {
  display: none; }

.tabela-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  padding: 7px 5px;
  float: left;
  -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: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 4px;
  background-color: #f6f6f6;
  color: #777b83;
  font-size: 18px;
  text-decoration: none; }

.tabela-link:hover {
  background-color: #dadee4; }

.tabela-link.ativo {
  background-color: #fcc33f;
  color: #fff; }

.tabela-link.desativado {
  opacity: 0.5; }

.tabela-link.especial {
  background-color: transparent; }

.tabela-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 40px;
  font-size: 0.75rem;
  line-height: 1.2em;
  font-weight: 500;
  padding-top: 3px;
  padding-left: 20px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.tabela-status.tabela-status-cor1 .tabela-status-bg {
  background-color: #59CE41;
  color: #fff; }

.tabela-status.tabela-status-cor2 .tabela-status-bg {
  background-color: #F2BC0F;
  color: #fff; }

.tabela-status.tabela-status-cor3 .tabela-status-bg {
  background-color: #E2544D;
  color: #fff; }

.tabela-status.tabela-status-cor4 .tabela-status-bg {
  background-color: #fff;
  color: #fff; }

.tabela-status.tabela-status-escuro .tabela-status-bg {
  background-color: #1F2438;
  color: #fff; }

.tabela-status.tabela-status-verde .tabela-status-bg {
  background-color: #72b14b;
  color: #fff; }

.tabela-status.tabela-status-vermelho .tabela-status-bg {
  background-color: #d32b4d;
  color: #fff; }

.tabela-status.tabela-status-amarelo .tabela-status-bg {
  background-color: #fcc33f;
  color: #fff; }

.tabela-status-tx {
  float: left; }

.tabela-status-i {
  display: none;
  margin-right: 4px;
  float: left;
  font-size: 0.625rem; }

.tabela-status-bg {
  position: absolute;
  left: 0px;
  width: 14px;
  height: 14px;
  border-radius: 40px;
  margin-top: -1px; }

.w-nav {
  background-color: transparent;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px; }

.menu-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #0b0e1b), to(rgba(11, 14, 27, 0)));
  background-image: -webkit-linear-gradient(top, #0b0e1b 20%, rgba(11, 14, 27, 0) 100%);
  background-image: -o-linear-gradient(top, #0b0e1b 20%, rgba(11, 14, 27, 0) 100%);
  background-image: linear-gradient(180deg, #0b0e1b 20%, rgba(11, 14, 27, 0) 100%);
  position: absolute;
  top: 0px;
  bottom: -80px;
  right: 0px;
  left: 0px;
  z-index: 1;
  pointer-events: none; }
  @media (max-width: 767px) {
    .menu-bg {
      bottom: -20px; } }

.w-nav .container {
  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;
  position: relative;
  z-index: 10; }
  @media (max-width: 991px) {
    .w-nav .container {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.w-nav-brand {
  display: none; }

.nav-brand-image {
  max-width: 180px; }

.w-nav-menu {
  width: 100%; }

.navbar-nav-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }

.w-nav-link {
  color: #DEE3FF;
  padding: 30px;
  text-transform: uppercase; }
  .w-nav-link.w--current {
    color: #DEE3FF; }

.navbar-nav-btn-icon {
  display: none; }

.navbar-nav-btn-bg {
  background-image: -webkit-linear-gradient(180deg, #59CE41 0%, #F2BC0F 50%, #E2544D 100%);
  height: 2px;
  border-radius: 10px;
  margin-top: 5px;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  .w-nav-link:hover .navbar-nav-btn-bg,
  .w-nav-link.w--current .navbar-nav-btn-bg {
    opacity: 1; }

.w-nav-button {
  padding: 20px; }

.w-icon-nav-menu {
  font-size: 42px; }

.module-bg.bg1 {
  background-image: url("../images/bg1.png");
  min-height: 740px; }
  @media (max-width: 767px) {
    .module-bg.bg1 {
      min-height: auto; } }

.module-bg.bg1b {
  background-image: url("../images/bg1b.png");
  z-index: 2;
  min-height: 740px; }
  @media (max-width: 767px) {
    .module-bg.bg1b {
      min-height: auto; } }

.module.m1 {
  height: 75vh; }

.m1-logo {
  max-width: 55%;
  position: absolute;
  z-index: 2;
  bottom: 10%; }
  @media (max-width: 767px) {
    .m1-logo {
      bottom: 20%; } }

.module.m1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.m2-item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 10px; }

.m2-item-i {
  margin-bottom: 10px;
  height: 81px;
  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;
  max-width: 30%; }

.titulo-tx {
  font-family: 'arista', san-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.2em;
  margin-bottom: 20px;
  letter-spacing: 2px; }
  @media (max-width: 767px) {
    .titulo-tx {
      font-size: 1.75rem;
      line-height: 1.1em; } }

.m2-item-texto {
  line-height: 1.3em;
  margin-bottom: 20px;
  height: 5.2em; }
  @media (max-width: 767px) {
    .m2-item-texto {
      height: auto; } }

.about-img {
  position: relative;
  margin-right: 110px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 10;
  margin-bottom: 40px;
  margin-top: 40px; }

.about-geral {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media lg {
    .about-geral {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.about-img-bg {
  position: absolute;
  left: -20px;
  top: -20px;
  border-radius: 100%;
  background-color: #3C4464;
  opacity: 0.1;
  bottom: -20px;
  right: -20px;
  z-index: 1; }

.about-img-img {
  position: relative;
  z-index: 10; }

.about-img-bg .about-img-bg {
  opacity: 0.5; }

#about .module-bg {
  background-image: url("../images/bg2.png");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto; }

#home.module {
  padding-top: 0px; }

#livestream .module-bg {
  background-image: url("../images/bg4.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto; }

.titulo-geral {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .titulo-geral {
      margin-bottom: 40px; } }

.titulo-risco {
  width: 100px;
  height: 2px;
  background-image: -webkit-linear-gradient(180deg, #59CE41 0%, #F2BC0F 50%, #E2544D 100%);
  margin-bottom: 20px; }

#instagram .module-bg {
  background-image: url("../images/bg2.png");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto; }

.equip-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px;
  border-radius: 110px;
  background-color: #1F2438;
  margin-bottom: 20px;
  margin-top: 20px; }

.equip-img {
  margin-right: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 35%; }

#equipment .module-bg {
  background-image: url("../images/bg3.png");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat; }

.social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none;
  margin-bottom: 12px;
  margin-right: 15px; }
  .social-item:hover {
    opacity: 0.6; }

.social-img-fora {
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px; }

#footer {
  text-align: center;
  color: #747b96;
  background-color: #1F2438;
  padding-top: 40px;
  padding-bottom: 40px; }

.about-cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 360px;
  margin-top: 40px;
  margin-bottom: 40px; }

#equipment .w-col-6 {
  padding: 10px 30px;
  min-width: 420px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 600px; }

#equipment .w-col-12 {
  padding: 10px 50px;
  min-width: 420px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

#equipment .w-row {
  margin-left: -30px;
  margin-right: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#contact .module-bg {
  background-image: url("../images/bg2.png");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto; }

.about-img-bg.bg2 {
  bottom: -40px;
  right: -40px;
  left: -40px;
  top: -40px; }

.about-img-bg.bg3 {
  bottom: -60px;
  right: -60px;
  left: -60px;
  top: -60px; }

.w-row {
  margin-left: -20px;
  margin-right: -20px; }

.w-col {
  padding-right: 20px;
  padding-left: 20px; }

#instagram.module {
  display: none; }

#contact .w-col-6 {
  padding-left: 30px;
  padding-right: 30px; }

#contact .w-row {
  margin-left: -30px;
  margin-right: -30px; }

#contact .w-col.w-col-4 {
  padding-left: 10px;
  padding-right: 10px; }

#contact .w-row .w-row {
  margin-left: -10px;
  margin-right: -10px; }

.microphone-list-geral {
  padding: 20px;
  width: 100%; }

.microphone-list {
  -webkit-columns: 250px;
          columns: 250px;
  -webkit-column-gap: 40px;
          column-gap: 40px; }

.microphone-list-geral h5 {
  margin-bottom: 30px;
  text-align: center; }

.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 #fff;
    border-radius: 10px; }

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

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

.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("../fonts/mapro-solid.woff") format("woff"),
    url("../fonts/mapro-solid.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "mapro line";
  src: url("../fonts/mapro-line.woff") format("woff"),
    url("../fonts/mapro-line.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
} */
@font-face {
  font-family: 'arista';
  src: url("../fonts/arista2.0-webfont.woff2") format("woff2"), url("../fonts/arista2.0-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'arista';
  src: url("../fonts/arista2.0_light-webfont.woff2") format("woff2"), url("../fonts/arista2.0_light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
