@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,800|Roboto:300,400,500,700,800");
@import url("https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css");
@import url("utils/fancybox.css");
@import url("https://unpkg.com/intro.js/minified/introjs.min.css");

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  font-family: Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; 
background: rgba(0, 0, 0, 0.15);}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
 } */

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; vertical-align: middle;}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

  p{
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
  }
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

html {
  box-sizing: border-box; }

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

button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none; }
  ul:not(.browser-default) > li {
    list-style-type: none; }

a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }


.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0; }

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73; }


  @font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?2l6egk");
    src: url("../fonts/icomoon.eot?2l6egk#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?2l6egk") format("truetype"), url("../fonts/icomoon.woff?2l6egk") format("woff"), url("../fonts/icomoon.svg?2l6egk#icomoon") format("svg");
    font-weight: normal;
    font-style: normal; }
  
  [class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  
  .icon-plant:before {
    content: "\e900"; }
  
  .icon-fire:before {
    content: "\e902"; }
  
  .icon-parrot:before {
    content: "\e903"; }
  
  .icon-wood:before {
    content: "\e904"; }
  
  .icon-download:before {
    content: "\e9c7"; }
  
  .icon-upload:before {
    content: "\e9c8"; }
  
  .icon-terminal:before {
    content: "\ea81"; }
  
  .icon-nature:before {
    content: "\e905"; }
  
  .container {
    max-width: 1170px; }



.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #ee6e73; }
  .page-footer .footer-copyright {
    overflow: hidden;
    min-height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0px;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(51, 51, 51, 0.08); }

.between{
  justify-content: space-between;
}
.container {
  margin: 0 auto;
  max-width: 1280px; }

nav{
  background: none;
  box-shadow: none;
}
.btn, .btn-large, .btn-small, .btn-flat {

  border-radius: 3px;
  text-transform:none;
}

.btn-radius{
  border-radius: 40px;
}
.flex-1{
  flex: 1;
}
.grid {
    display: grid
}

.grid--cols-2 {
    grid-template-columns: repeat(2, 1fr)
}

.grid--cols-3 {
    grid-template-columns: repeat(3, 1fr)
}

.grid--cols-4 {
    grid-template-columns: repeat(4, 1fr)
}
.grid--cols-5 {
  grid-template-columns: repeat(5, 1fr)
}

.grid--cols-6 {
  grid-template-columns: repeat(6, 1fr)
}
.grid .col--2 {
    grid-column-start: 1;
    grid-column-end: 3
}

.grid .col--3 {
    grid-column-start: 1;
    grid-column-end: 4
}

.grid .col--4 {
    grid-column-start: 1;
    grid-column-end: 5
}



.mb-5{
  margin-bottom: 5px;
}
.mb-10{
  margin-bottom: 10px;
}
.mb-15{
  margin-bottom: 15px;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-25{
  margin-bottom: 25px;
}
.mb-30{
  margin-bottom: 5px;
}
.mb-35{
  margin-bottom: 35px;
}
.mb-40{
  margin-bottom: 40px;
}

.gap-5{
  gap: 5px;
}
.gap-10{
  gap: 10px;
}
.gap-15{
  gap: 15px;
}
.gap-20{
  gap: 20px;
}
.gap-25{
  gap: 25px;
}
.flex{
  display: flex;
}
.align-center{
  align-items: center;
}
.text-center{
  text-align: center;
}

.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}
.modal-fancy{
  display: none;
}
.notice{
  max-width: 800px;
  border: 1px solid #E0E3E7;
  border-radius: 10px;
}
.separator{
  border-bottom: 1px solid #0000002e;
  border-top: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
.justify-center{
  justify-content: center;
}
.justify-right{
  justify-content: right;
}
.title-modal{
  font-size: 27px;
  font-weight: 700;
  font-size: 21px;
  font-family: 'Roboto Condensed', sans-serif;
  padding-top: 10px;

}

.content-title-app{
  display: flex;
  align-items: center;
  box-shadow: 0 0 24px #0000003b;
  padding: 15px 10px;
  background-color: #30343ebf;
  gap: 15px;
  position: sticky;
  top: 0;
  border-radius: 5px;
  z-index: 3;
  backdrop-filter: blur(4px);
  margin-bottom: 30px;
}

.customTooltip {
  min-width: 800px;
}
.customTooltip .introjs-tooltip-header{
  display: none;
}
body.init-tour .content-title-app{
  position: static;
}
.content-title-app .iconapp{
  font-size: 36px;
  /* color: #3c3d45; */
  display: flex;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 49px;
  vertical-align: middle;
  border-radius: 5px;
  /* background: red; */
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #229fd9, #15688f 120%);
  box-shadow: 0 0 3px #229fd980;
}
.content-title-app .iconapp.fire-iconapp{
background: linear-gradient(to right bottom, #fed42a, #856f12 120%);
}
.content-title-app .iconapp.green-iconapp{
  background: linear-gradient(to right bottom, #26a69a, #1c9174 120%); }
.content-title-app .title-app{

    font-weight: 500;
    font-size: 19px;
    font-family: 'Roboto Condensed', sans-serif;
}

.btn.full-w{
  display: flex;
    justify-content: center;
}
.custom-field .select-dropdown{
  max-height: 330px;
}
.custom-field > .select-wrapper > .select-dropdown, .custom-field > input[type="text"],
.custom-field input[type="date"].datepicker,
 .custom-field input[type="text"].datepicker{
  color: #fff;

}
.browser-default+label {
  position: absolute;
  top: -26px;
  font-size: .8rem;
}

.custom-field input[type="text"].datepicker, .custom-field input[type="date"].datepicker{
  border-bottom: 1px solid #9e9e9e;
}
.custom-field input[type="text"].datepicker+label, .custom-field input[type="date"].datepicker+label{
  color: #9e9e9e;
}
.custom-field .select-wrapper .caret{
  fill: #ebcb1a;
}

.input-field{
  margin-bottom: 0;
}
table.table-custom tr{ border-bottom: 0;}
table.table-custom td, table.table-custom th{
  padding: 5px 5px;
}
.cell-2{
  grid-column-start: 1;
  grid-column-end: 3;
}
.column-gap-20{
  column-gap: 20px;
}
.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 150px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  max-height: 306px;
  z-index: 9999;
  transform-origin: 0 0; }
  .dropdown-content:focus {
    outline: 0; }
  .dropdown-content li {
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    /* min-height: 50px; */
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    min-height: 42px; }
    .dropdown-content li:hover, .dropdown-content li.active {
      background-color: #eee; }
    .dropdown-content li:focus {
      outline: none; }
    .dropdown-content li.divider {
      min-height: 0;
      height: 1px; }
    .dropdown-content li > a, .dropdown-content li > span {
      font-size: 14px;
      color: #117fb3;
      display: block;
      line-height: 22px;
      padding: 10px 10px;
      }
    .dropdown-content li > span > label {
      top: 1px;
      left: 0;
      height: 18px; }
    .dropdown-content li > a > i {
      height: inherit;
      line-height: inherit;
      float: left;
      margin: 0 24px 0 0;
      width: 24px; }


     .custom-field > .select-wrapper > input.select-dropdown{
        position: relative;
        cursor: pointer;
        border: none;
        border-bottom: 1px solid #9e9e9e;
        font-size: 14px;
        display: block;
      }
.container-app{
  max-width: 1490px;
  margin: 0 auto;
}
.container-app.pad{
  padding-left: 20px;
  padding-right: 20px;
}
.footer{
  background: #2e2e2e;
  color: #fff;
  padding: 20px 0;
}
.footer .logos-footer{
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #4a4a4a;
  margin-bottom: 15px;
  justify-content: center;

}
.footer .legal{
  font-weight: 300;
    font-size: 13px;
}
.introjs-dontShowAgain input {
  position: static!important;
  opacity: 1!important;
  pointer-events: auto!important;
}

.dropdown-content li > a > i {
  margin: 0 10px 0 0;
}
.dropdown-big{
  min-width: 190px;
}

label {
  color: #585858;
}
.datepicker-modal{
  color: #000;
}

i.left {
  margin-right: 8px;
}


.heading-donwload .title-app{
  margin-bottom: 20px;
  padding-top: 30px;
}
.title-app{      display: flex;
  align-items: center;
  gap: 18px;
 /*  margin-bottom: 20px;
  padding-top: 30px; */
  /* font-size: 19px; */
  font-family: 'Roboto Condensed', sans-serif;}
  .title-app.line{
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
.title-app h1{
  font-size: 26px;
}
.sq-ico{
  display: flex;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 49px;
  vertical-align: middle;
  border-radius: 5px;
  /* background: red; */
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #ffa12b, #fb8c00 120%);
  box-shadow: 0 0 3px #229fd980;
  color: #fff;
  font-size: 37px;
  flex: none;
  
}
.sq-ico .material-icons{
  font-size: 38px;
}
.sq-ico.blue{
  background: linear-gradient(135deg, #7dbde7 0%,#789ee9 100%);
}
.v100{
  min-height: calc(100vh - 131px);
}

@media (max-width: 768px){
  .title-app h1{
    font-size: 21px;
  }
  .customTooltip p{
    font-size: 14px;
  }
}
textarea.dark{
  color: #fff;
}
.top-filter{
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: right;
}

.button-group{
  position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.button-group .btns{
  display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background: #0d6efd;
    border: #0d6efd;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    /* border-radius: 0.25rem; */
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-right: 1px solid #1065e1;
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 5px;
    font-size: 13px;
  }
  .button-group .btns i{
    font-size: 17px;
  }
  .button-group .btns:hover{
    background: #1e78ff;
  }
.button-group .btns:first-child{
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.button-group .btns:last-child{
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.loading-layer{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
  height: 100%;
  background: #0e0e0ed1;
  z-index: 30;
  
}
.loading-layer .inner-loader{
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
 
}
.loading-layer .progress{
  width: 400px;
}
.pannel-tab{
  display: none;
}

.tabs.dark{
  background: #222;
}
.tabs.dark .tab a{
  padding: 0 10px;
  font-size: 13px;
  color: rgb(255 255 255 / 70%);
}
.tabs.dark .tab a.active {
  background-color: transparent;
  color: #6eee9b;
}
.tabs.dark .indicator {
  background-color: #6eee9b;

}
.grid-contend{
  overflow: auto;
}

.btn-menu{
  background: none;
  border: 0;
  color: #202020;
  display: none;
}
button.btn-menu:focus {
  outline: none;
  background-color: inherit;
}

.header-app.header-transparent .btn-menu{
    color: #fff;
}

.modal-menu {
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1010;
  visibility: hidden;
  opacity: 0;     overflow: auto;
  padding-bottom: 20px;}
  .modal-menu2 {
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1010;
  visibility: hidden;
  opacity: 0; }
  .modal-menu .close, .modal-menu .mb-items {
    display: none; }
  .modal-menu2 .close, .modal-menu2 .mb-items {
    display: none; }
  .modal-menu .row-items {
    margin-top: calc(50vh - 190px); }
  .modal-menu2 .row-items {
    margin-top: calc(50vh - 190px); }
  .modal-menu .row-items, .modal-menu .footer-items {
    text-align: center; }
  .modal-menu2 .row-items, .modal-menu2 .footer-items {
    text-align: center; }
  .modal-menu .mdl-item {
    display: inline-block;
    margin: 0 25px;
    width: 300px;
    height: 300px;
    background-color: rgba(4, 169, 245, 0.5);
    border-radius: 50%;
    border: 2px solid #04a9f5;
    text-align: center;
    color: #fff;
    transition: transform 1s cubic-bezier(0.55, -0.62, 0.27, 1.2), opacity 0.5s ease, box-shadow 0.3s ease;
    transform-style: preserve-3d;
    transform: rotateY(-180deg);
    margin-bottom: 50px;
    opacity: 0; }
    .modal-menu2 .mdl-item {
    display: inline-block;
    margin: 0 25px;
    width: 300px;
    height: 300px;
    background-color: rgba(4, 169, 245, 0.5);
    border-radius: 50%;
    border: 2px solid #04a9f5;
    text-align: center;
    color: #fff;
    transition: transform 1s cubic-bezier(0.55, -0.62, 0.27, 1.2), opacity 0.5s ease, box-shadow 0.3s ease;
    transform-style: preserve-3d;
    transform: rotateY(-180deg);
    margin-bottom: 50px;
    opacity: 0; }
    .modal-menu .mdl-item:hover {
      box-shadow: 0 0 12px #04a9f5; }
    .modal-menu2 .mdl-item:hover {
      box-shadow: 0 0 12px #04a9f5; }
    .modal-menu .mdl-item .icon-item {
      font-size: 110px;
      margin-top: 70px;
      margin-bottom: 20px; }
    .modal-menu2 .mdl-item .icon-item {
      font-size: 110px;
      margin-top: 70px;
      margin-bottom: 20px; }
    .modal-menu .mdl-item span {
      font-size: 17px;
      font-family: 'Roboto Condensed', sans-serif;
      display: block;
      margin: 0 auto;
      max-width: 80%; }
    .modal-menu2 .mdl-item span {
      font-size: 19px;
      font-family: 'Roboto Condensed', sans-serif;
      display: block;
      margin: 0 auto;
      max-width: 80%; }
    .modal-menu .mdl-item.incendio {
      background-color: rgba(254, 212, 42, 0.5);
      border-color: #fed42a;
      transition-delay: 0.1s; }
    .modal-menu2 .mdl-item.incendio {
      background-color: rgba(254, 212, 42, 0.5);
      border-color: #fed42a;
      transition-delay: 0.1s; }
      .modal-menu .mdl-item.incendio:hover {
        box-shadow: 0 0 12px #fed42a; }
      .modal-menu2 .mdl-item.incendio:hover {
        box-shadow: 0 0 12px #fed42a; }
    .modal-menu .mdl-item.ecosistemas {
      background-color: rgba(29, 233, 182, 0.5);
      border-color: #1de9b6;
      transition-delay: 0.2s; }
    .modal-menu2 .mdl-item.ecosistemas {
      background-color: rgba(29, 233, 182, 0.5);
      border-color: #1de9b6;
      transition-delay: 0.2s; }
      .modal-menu .mdl-item.ecosistemas:hover {
        box-shadow: 0 0 12px #1de9b6; }
      .modal-menu2 .mdl-item.ecosistemas:hover {
        box-shadow: 0 0 12px #1de9b6; }

body.showmenu {
  overflow-y: hidden; }
  body.showmenu .modal-menu {
    visibility: visible;
    opacity: 1;
    left: 0; }
    body.showmenu .modal-menu .mdl-item {
      transform: rotateY(0);
      opacity: 1; }

body.showmenu2 {
  overflow-y: hidden; }
  body.showmenu2 .modal-menu2 {
    visibility: visible;
    opacity: 1;
    left: 0; }
    body.showmenu2 .modal-menu2 .mdl-item {
      transform: rotateY(0);
      opacity: 1; }
@media (max-width: 768px){
  .controls-filter{
    overflow: auto!important;
  }
  .custom-field .m-default.browser-default{
    background: none;
    border: 0;
    color: #fff;
    min-width: 150px;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    height: 35px;
  }

  .custom-field .m-default.browser-default  option{
    background-color: #000;
  }
  .header-app .nav-list{
    display: none;
  }
  .btn-menu{
    display: block;
  }
  .header-app nav{
    display: none;
    position: fixed;
    top: 65px;
    left: 0;
    background: #000000e0;
    z-index: 4;
    width: 100%;
    overflow: auto;
    height: calc(100vh - 65px);
    z-index: 99;
    padding: 20px;
    color: #fff;
  }
  .header-app .nav-list{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* font-size: 17px; */
    gap: 25px;
  }
  .header-app .nav-list li a{
    font-size: 16px;
    /* font-weight: 700; */
    color: #fff!important;
    line-height: 1.25;
    text-align: center;
  }
  body.show-menu .header-app nav{
    display: block;
  }

  .m-direction-column{
    flex-direction: column;
  }
}
.modal .modal-footer{
  padding: 10px 20px;
  height: 68px;
}
.striped{
  white-space: normal;
}