@charset "UTF-8";
/*!
Theme Name: Geomec
Theme URI: http://underscores.me/
Author: Dorck Coding
Author URI: https://dorckcoding.com
Description: Um tema WordPress versátil e moderno projetado para uma ampla variedade de sites. Ele apresenta fundos personalizados, logotipos, menus e suporta imagens em destaque, comentários encadeados e está pronto para tradução. Perfeito para criar uma presença online única e envolvente.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dcwp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

*/
/* Webfonts
	 ========================================================================== */
/* Functions
	 ========================================================================== */
/**
 * Sets border radius for elements with vendor prefixes for compatibility.
 * @param {number} $pixels - The radius value in pixels.
 */
/**
 * Adds transition effects to elements with vendor prefixes for compatibility.
 * @param {string} $speed - The transition speed.
 * @param {string} $effect - The transition effect.
 */
/**
 * Rotates elements with vendor prefixes for compatibility.
 * @param {string} $deg - The degree of rotation.
 */
/**
 * Aligns elements using flexbox with vendor prefixes for compatibility.
 * @param {string} $vertical - The vertical alignment.
 * @param {string} $horizontal - The horizontal alignment.
 */
/**
 * Scales elements with vendor prefixes for compatibility.
 * @param {number} $x - The scaling factor.
 */
/**
 * Disables text selection on elements with vendor prefixes for compatibility.
 * @param {string} $value - The value for user-select CSS property.
 */
/**
 * Resets the styles of unordered lists.
 */
/**
 * Adds box shadow to elements with vendor prefixes for compatibility.
 * @param {string} $values - The box shadow values.
 */
/**
 * Applies a linear gradient background to elements with vendor prefixes for compatibility.
 * @param {string} $color_a - The starting color of the gradient.
 * @param {string} $color_b - The ending color of the gradient.
 * @param {string} $deg - The direction of the gradient.
 */
/**
 * Crops text within an element with specified adjustments.
 * @param {number} $line-height - The line height of the text.
 * @param {number} $top-adjustment - The top adjustment for cropping.
 * @param {number} $bottom-adjustment - The bottom adjustment for cropping.
 */
/**
 * Sets background color with RGBA values.
 * @param {color} $color - The color value.
 * @param {number} $alpha - The alpha (opacity) value.
 */
/**
 * Limits the number of lines displayed in an element.
 * @param {number} $num - The maximum number of lines to display.
 */
/* Variables
	 ========================================================================== */
/**
 * Paths to files.
 */
/**
 * Font-related variables specifying the base font family,
 * title font family, base font color, and base font size for the project.
 */
/**
 * Color variables.
 */
/**
 * Color variables defining the primary, secondary, success, and danger colors,
 * as well as background and border colors used throughout the project.
 */
/**
 * Spacing variables.
 */
/**
 * Media query breakpoints.
 */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize & Box sizing
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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;
  font-size: 1em;
}

/**
 * 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Base
	 ========================================================================== */
html, body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  color: #00283A;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 1024px) {
  html, body {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  html, body {
    font-size: 12px;
  }
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.75rem;
}

p {
  font-size: 1rem;
  line-height: 1.7;
  font-weight: normal;
}

input, select, textarea {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  color: #00283A;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Utilities
	 ========================================================================== */
.margin-none {
  margin: 0;
}

.margin-top {
  margin-top: 1.875rem;
}

.margin-bottom {
  margin-bottom: 1.875rem;
}

.margin-y {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.margin-y-2 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.margin-section {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.mb-1 {
  margin-bottom: 0.625rem;
}

.mb-2 {
  margin-bottom: 1.25rem;
}

.mb-3 {
  margin-bottom: 1.875rem;
}

.padding-y {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.padding-y-2 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.padding-bottom {
  padding-bottom: 1.875rem;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-center-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.flex-center-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.flex-top-start {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.gap-margin {
  gap: 1.875rem;
}

.gap-1 {
  gap: 1rem;
}

.ul-reset, .breadcrumbs, .menu-mobile .a nav.main-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Template
	 ========================================================================== */
.grid-container {
  max-width: 1280px;
}
@media (max-width: 640px) {
  .grid-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

/* UI Components
	 ========================================================================== */
.btn {
  display: inline-flex;
  background-color: #191919;
  color: white;
  padding: 1rem 1.75rem;
  line-height: 1.2;
  cursor: pointer;
  outline: 0;
  border-radius: 99px;
  transition: all 0.3s ease;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  border: 0 none !important;
  position: relative;
  text-align: center;
}
.btn .icon-circle {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  border: 1px solid #191919;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  aspect-ratio: 1;
  transform: translateX(100%);
  border-radius: 100%;
  color: #191919;
  font-size: 113%;
  transition: all 0.3s ease;
}
.btn .icon-circle.white {
  color: white !important;
}
.btn.btn-primary {
  background-color: #00283A;
}
.btn.btn-secondary, .btn.btn-green {
  background-color: #41A500;
}
.btn.btn-secondary .icon-circle, .btn.btn-green .icon-circle {
  border-color: #41A500;
  color: #41A500;
}
.btn.btn-white-shadow {
  background-color: white;
  color: #00283A;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.btn.btn-white-shadow .icon-circle {
  border-color: white;
  color: white;
}
.btn.btn-white-shadow:hover, .btn.btn-white-shadow:active, .btn.btn-white-shadow:focus {
  color: #41A500;
}
.btn.btn-fluid {
  width: 100%;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  text-align: center;
}
.btn.btn-icon-left svg {
  margin-right: 0.5rem;
}
.btn:hover, .btn:active, .btn:focus {
  color: white;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.btn:hover.btn-secondary .icon-circle, .btn:hover.btn-green .icon-circle, .btn:active.btn-secondary .icon-circle, .btn:active.btn-green .icon-circle, .btn:focus.btn-secondary .icon-circle, .btn:focus.btn-green .icon-circle {
  background-color: #41A500;
  color: white;
}

.input-control {
  background-color: #F6F8FB;
  border: 1px solid #d3ddeb;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 5px;
}
.input-control > span:first-child {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 0 1rem;
  color: #00283A;
  height: 3.75rem;
}
.input-control > span:last-child {
  width: 100%;
}
.input-control input, .input-control textarea {
  display: block;
  margin: 0;
  width: 100%;
  height: 3.75rem;
  background: none !important;
  border: 0 none !important;
  box-shadow: 0 0 !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
  color: #00283A !important;
  padding: 0 !important;
}
.input-control input::-moz-placeholder, .input-control textarea::-moz-placeholder {
  color: #00283A !important;
}
.input-control input::placeholder, .input-control textarea::placeholder {
  color: #00283A !important;
}
.input-control textarea {
  height: auto;
  resize: vertical;
  padding: 1.25rem 0 !important;
}

.alert {
  background-color: #F6F8FB;
  border: 1px solid #d3ddeb;
  padding: 1rem;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.alert.alert-error {
  border-color: #D61C22;
  color: #D61C22;
}
.alert.alert-success {
  border-color: #41A500;
  color: #41A500;
}
.alert.alert-warning {
  border-color: #E67E22;
  color: #E67E22;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.app-header {
  background-color: white;
  padding: 1.875rem 0;
}
.app-header .logo, .app-header .custom-logo-link {
  display: block;
  max-width: 12rem;
}
.app-header .logo > img, .app-header .custom-logo-link > img {
  width: 100%;
}
.app-header .actions {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  justify-content: end;
}
.app-header .main-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.app-header .main-menu > ul > li {
  display: inline-block;
  margin-right: 0.9375rem;
  position: relative;
}
.app-header .main-menu > ul > li:last-child {
  margin-right: 0;
}
.app-header .main-menu > ul > li > a {
  display: block;
  color: #00283A;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  transition: all 0.3s ease;
}
.app-header .main-menu > ul > li > a:hover {
  color: #41A500;
}
.app-header .main-menu > ul > li > ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  background-color: white;
  border: 1px solid #d3ddeb;
  padding: 0.25rem 0;
}
.app-header .main-menu > ul > li > ul > li > a {
  display: block;
  color: #00283A;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
}
.app-header .main-menu > ul > li > ul > li > a:hover {
  color: #00283A;
}
.app-header .main-menu > ul > li > ul > li.active > a, .app-header .main-menu > ul > li > ul > li.current-menu-item > a, .app-header .main-menu > ul > li > ul > li.current_page_item > a, .app-header .main-menu > ul > li > ul > li.current-menu-ancestor > a, .app-header .main-menu > ul > li > ul > li.current-menu-parent > a, .app-header .main-menu > ul > li > ul > li.current_page_parent > a {
  font-weight: bold;
  color: #00283A;
  text-decoration: underline;
}
.app-header .main-menu > ul > li.active:before, .app-header .main-menu > ul > li.current-menu-item:before, .app-header .main-menu > ul > li.current_page_item:before, .app-header .main-menu > ul > li.current-menu-ancestor:before, .app-header .main-menu > ul > li.current-menu-parent:before, .app-header .main-menu > ul > li.current_page_parent:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background-color: #41A500;
  border-radius: 50%;
}
.app-header .main-menu > ul > li.active > a, .app-header .main-menu > ul > li.current-menu-item > a, .app-header .main-menu > ul > li.current_page_item > a, .app-header .main-menu > ul > li.current-menu-ancestor > a, .app-header .main-menu > ul > li.current-menu-parent > a, .app-header .main-menu > ul > li.current_page_parent > a {
  color: #41A500;
}
.app-header .main-menu > ul > li:hover > ul {
  display: block;
}
@media (max-width: 640px) {
  .app-header .main-menu {
    display: none;
  }
}
.app-header .mobile-menu {
  display: none;
  border: 1px solid #d3ddeb;
  padding: 1rem;
  font-size: 1.25rem;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.app-header .mobile-menu:hover {
  background-color: #00283A;
  border-color: #00283A;
  color: white;
}
@media (max-width: 640px) {
  .app-header .mobile-menu {
    display: block;
  }
}

.app-footer {
  background-color: #001621;
  color: white;
}
.app-footer > .content {
  padding: 1.875rem 0;
}
.app-footer > .content h3 {
  margin: 0;
  font-size: 1.5rem;
  padding-left: 1.875rem;
}
.app-footer > .content h3 span {
  color: #41A500;
}
.app-footer > .content p {
  margin: 0;
  font-size: 0.875rem;
  text-align: right;
}
@media (max-width: 640px) {
  .app-footer > .content h3, .app-footer > .content p {
    padding: 0;
    text-align: center;
  }
}
.app-footer > .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.75rem;
  padding: 1rem 0;
  max-width: 1280px;
  margin: 0 auto;
}
.app-footer .logo, .app-footer .custom-logo-link {
  display: block;
  width: 100%;
  max-width: 8rem;
  margin: 0;
}
.app-footer .logo > img, .app-footer .custom-logo-link > img {
  width: 100%;
}
@media (max-width: 640px) {
  .app-footer .logo, .app-footer .custom-logo-link {
    margin: 0 auto;
  }
}
.app-footer .copyright {
  font-weight: 500;
  opacity: 0.5;
}
.app-footer .copyright a {
  color: white;
}
.app-footer .copyright a:hover {
  text-decoration: underline;
}
@media (max-width: 640px) {
  .app-footer .copyright {
    text-align: center;
  }
}
.app-footer .footer-menu {
  margin-top: 1.875rem;
}
.app-footer .footer-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.app-footer .footer-menu > ul > li {
  display: inline-block;
  margin-right: 0.9375rem;
}
.app-footer .footer-menu > ul > li:last-child {
  margin-right: 0;
}
.app-footer .footer-menu > ul > li > a {
  display: block;
  color: white;
  font-weight: 600;
  font-size: 0.875rem;
}
.app-footer .footer-menu > ul > li > a:hover {
  color: #41A500;
}
@media (max-width: 640px) {
  .app-footer .footer-menu > ul {
    text-align: center;
  }
}
.app-footer .social-menu {
  margin-top: 1.875rem;
}
.app-footer .social-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.app-footer .social-menu > ul > li {
  display: inline-block;
  margin-right: 0.5rem;
}
.app-footer .social-menu > ul > li:last-child {
  margin-right: 0;
}
.app-footer .social-menu > ul > li > a {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  background-color: white;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-size: 1rem;
  color: #001621;
  transition: all 0.3s ease;
}
.app-footer .social-menu > ul > li > a:hover {
  background-color: #41A500;
  color: #00283A;
  transform: scale(1.2);
}
@media (max-width: 640px) {
  .app-footer .social-menu > ul {
    text-align: center;
  }
}
.app-footer .bottom-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.app-footer .bottom-menu > ul > li {
  display: inline-block;
  margin-right: 0.9375rem;
}
.app-footer .bottom-menu > ul > li:last-child {
  margin-right: 0;
}
.app-footer .bottom-menu > ul > li > a {
  display: block;
  color: white;
  font-weight: 500;
  opacity: 0.5;
}
.app-footer .bottom-menu > ul > li > a svg.fa-heart {
  color: #D61C22;
}
.app-footer .bottom-menu > ul > li > a:hover {
  text-decoration: underline;
  opacity: 1;
}
@media (max-width: 640px) {
  .app-footer .bottom-menu > ul {
    text-align: center;
  }
}

.page-header {
  background: no-repeat scroll center center #00283A;
  background-size: cover;
  color: white;
}
.page-header > div {
  padding: 1.875rem 0;
  background: linear-gradient(273.23deg, rgba(0, 40, 58, 0) 10.72%, rgba(0, 40, 58, 0.76) 80.01%);
}
.page-header .breadcrumbs {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(55deg) brightness(103%) contrast(102%);
  margin-bottom: 1rem;
}
.page-header h1 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.page-header p {
  font-size: 0.875rem;
  margin: 0;
}
@media (max-width: 640px) {
  .page-header > div {
    background: rgba(0, 40, 58, 0.8);
  }
}

.main-banner-corner, .main-banner .banner-item .box:after, .main-banner .banner-item .box:before, .main-banner .banner-carousel.owl-carousel .owl-nav:after, .main-banner .banner-carousel.owl-carousel .owl-nav:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("svg/main-banner-corner.svg") no-repeat scroll center center;
  background-size: 100% 100%;
  position: absolute;
  z-index: 2;
}

.main-banner {
  background-color: #00283A;
  padding: 3.75rem 0;
}
.main-banner .banner-carousel.owl-carousel .owl-nav {
  background-color: #00283A;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem 0 0 1.5rem;
  border-radius: 1.875rem 0 0 0;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  gap: 1rem;
}
.main-banner .banner-carousel.owl-carousel .owl-nav:before {
  left: 0;
  bottom: 0;
  transform: translateX(-100%) rotate(180deg);
}
.main-banner .banner-carousel.owl-carousel .owl-nav:after {
  top: 0;
  right: 0;
  transform: translateY(-100%) rotate(180deg);
}
.main-banner .banner-carousel.owl-carousel .owl-nav > button {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background-color: white;
  color: #41A500;
  border-radius: 50%;
  font-size: 1.25rem;
  transition: all 0.3s ease;
}
.main-banner .banner-carousel.owl-carousel .owl-nav > button:hover {
  background-color: #41A500;
  color: #00283A;
  transform: scale(1.2);
}
.main-banner .banner-item {
  min-height: 36rem;
  background: no-repeat scroll center center #41A500;
  background-size: cover;
  overflow: hidden;
  border-radius: 0 1.875rem 1.875rem 1.875rem;
}
.main-banner .banner-item .box {
  background-color: #00283A;
  padding: 0 1.875rem 1.875rem 0;
  border-radius: 0 0 1.875rem 0;
  color: white;
  position: relative;
}
.main-banner .banner-item .box:before {
  left: 0;
  bottom: 0;
  transform: translateY(100%);
}
.main-banner .banner-item .box:after {
  top: 0;
  right: 0;
  transform: translateX(100%);
}
.main-banner .banner-item .box p {
  margin: 0.9375rem 0 1.875rem;
}
.main-banner .banner-item.right {
  border-radius: 1.875rem 0 1.875rem 1.875rem;
}
.main-banner .banner-item.right .box {
  padding: 0 0.25rem 1.875rem 1.875rem;
  border-radius: 0 0 0 1.875rem;
  position: relative;
  left: 0.25rem;
}
.main-banner .banner-item.right .box:before {
  top: 0;
  left: 0;
  transform: translateX(-100%) rotate(90deg);
}
.main-banner .banner-item.right .box:after {
  top: auto;
  bottom: 0;
  right: 0.2rem;
  transform: translateY(100%) rotate(90deg);
}
.main-banner .banner-item.image {
  display: block;
  width: 100%;
  background: no-repeat scroll center center #41A500;
  background-size: cover;
  border-radius: 1.875rem;
}
@media (max-width: 1024px) {
  .main-banner .banner-item.image {
    min-height: 0;
    aspect-ratio: 2.1701388889;
  }
}
.main-banner .banner-dots {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.875rem;
  margin-top: 1.875rem;
  color: white;
}
.main-banner .banner-dots .item {
  width: 100%;
  cursor: pointer;
}
.main-banner .banner-dots .item .progress {
  height: 0.25rem;
  border-radius: 99px;
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0;
  transition: all 0.3s ease;
}
.main-banner .banner-dots .item .progress > div {
  width: 0%;
  height: 100%;
  background-color: #41A500;
  border-radius: 99px;
}
.main-banner .banner-dots .item h4 {
  margin: 1rem 0 0;
  font-size: 0.875rem;
}
.main-banner .banner-dots .item.active .progress {
  background-color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1024px) {
  .main-banner .banner-dots .item h4 {
    display: none;
  }
}

.logo-bg {
  background: url("img/logo-bg.png") no-repeat scroll 85% -200px transparent;
  background-size: auto 580px;
}
@media (max-width: 1024px) {
  .logo-bg {
    background-position: 95% -140px;
    background-size: auto 400px;
  }
}
@media (max-width: 640px) {
  .logo-bg {
    background: none;
  }
}

.main-features {
  padding: 3.75rem 0;
}
.main-features p {
  font-size: 1.125rem;
}

.feature-item {
  background: no-repeat scroll center center #F6F8FB;
  background-size: cover;
  height: 24rem;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.feature-item > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background-color: rgba(246, 248, 251, 0.8);
  -webkit-backdrop-filter: grayscale(1);
          backdrop-filter: grayscale(1);
  transition: all 0.3s ease;
}
.feature-item .tag {
  background-color: #41A500;
  color: white;
  display: inline-block;
  padding: 0.75rem 1rem;
  border-radius: 5px;
  line-height: 1;
  font-size: 0.75rem;
  font-weight: bold;
  margin: 1rem 0 0 1rem;
  transition: all 0.3s ease;
}
.feature-item .content {
  padding: 2rem 1rem 1rem;
}
.feature-item .content h3 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.feature-item .content p {
  font-size: 0.875rem;
  margin: 0;
}
.feature-item:hover > div, .feature-item.active > div {
  background-color: rgba(45, 114, 0, 0.5);
  -webkit-backdrop-filter: grayscale(0);
          backdrop-filter: grayscale(0);
  color: white;
}
.feature-item:hover .tag, .feature-item.active .tag {
  background-color: #00283A;
}
.feature-item:hover .content, .feature-item.active .content {
  background: rgb(0, 40, 58);
  background: linear-gradient(0deg, rgb(0, 40, 58) 0%, rgba(0, 40, 58, 0) 100%);
}
@media (max-width: 1024px) {
  .feature-item {
    height: 18rem;
  }
}

.main-about {
  background-color: #F6F8FB;
  padding: 3.75rem 0;
  position: relative;
}
.main-about .content h2 {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
.main-about .content h2 b {
  font-weight: 800;
  font-size: 3rem;
}
.main-about .content p {
  margin-bottom: 1.5rem;
}
.main-about .content .infos {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1.875rem;
}
.main-about .content .infos > li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.main-about .content .infos > li .icon {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.25rem;
  background-color: #00283A;
  color: #41A500;
  border-radius: 5px;
}
.main-about .logo {
  display: block;
  position: absolute;
  top: 2rem;
  left: 46%;
  z-index: 2;
}
.main-about .image {
  position: absolute;
  top: 0;
  right: -0.9375rem;
  height: 100%;
  width: 50%;
  background: url("../../uploads/2025/02/photo-1619719826894-89d6c4fd5739.png") no-repeat scroll center center #00283A;
  background-size: cover;
  border-radius: 1.875rem 0 0 1.875rem;
  border-left: 0.625rem solid #41A500;
}
@media (max-width: 1024px) {
  .main-about .logo {
    left: 50%;
  }
}
@media (max-width: 640px) {
  .main-about {
    padding-bottom: 0;
  }
  .main-about .logo {
    display: none;
  }
  .main-about .image {
    position: relative;
    margin-top: 3.75rem;
    height: 200px;
    width: 100%;
    right: auto;
    border-top: 0.625rem solid #41A500;
    border-left: 0 none;
    border-radius: 0;
  }
}

.section-header {
  text-align: center;
}
.section-header h3 {
  font-size: 2rem;
  margin: 0;
}
.section-header hr {
  display: block;
  margin: 0.5rem auto;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #41A500;
  border-radius: 50%;
  border: 0 none;
}
.section-header p {
  margin: 0;
}

.main-services {
  padding: 3.75rem 0;
}

.service-item {
  margin: 3.75rem 0;
  background: url("img/service-item-bg.png") no-repeat scroll center center;
  background-size: auto 60%;
}
.service-item .image {
  background: no-repeat scroll center center #F6F8FB;
  background-size: cover;
  height: 100%;
  border-radius: 5px 4rem 5px 5px;
}
@media (max-width: 640px) {
  .service-item .image {
    height: 18rem;
  }
}
.service-item .icon {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 100%;
}
.service-item .icon > span {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  background-color: #00283A;
  border: 0.25rem solid #41A500;
  border-radius: 50%;
  color: #41A500;
  width: 100%;
  aspect-ratio: 1;
  max-width: 4.375rem;
  font-size: 1.5rem;
}
.service-item .content {
  padding: 1.875rem 0;
}
.service-item .content h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.service-item .content p {
  margin-bottom: 1rem;
}
.service-item.pair .image {
  border-radius: 4rem 5px 5px 5px;
}

.service-page .primary-content ul, .service-item .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1.875rem;
}
.service-page .primary-content ul > li, .service-item .content ul > li {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.service-page .primary-content ul > li > span:last-child, .service-item .content ul > li > span:last-child {
  width: 100%;
  font-weight: 700;
}
.service-page .primary-content ul > li > span .icon, .service-item .content ul > li > span .icon {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  background-color: #41A500;
  color: #00283A;
  border-radius: 50%;
}

.service-page {
  padding: 3.75rem 0;
}
.main-blog {
  padding: 1.875rem 0;
  background-color: #F6F8FB;
  border-top: 1px solid #d3ddeb;
}

.blog-item .cover {
  border-radius: 3px;
  border: 1px solid #d3ddeb;
}
.blog-item .title {
  margin: 0.5rem 0;
  color: #00283A;
}
.blog-item .resume {
  margin-bottom: 0.5rem;
}
.blog-item .more {
  font-weight: bold;
  font-size: 0.875rem;
  color: #00283A;
}
.blog-item .more svg {
  margin-left: 0.25rem;
}

.sitemap > h2 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.sitemap > ul {
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
}
.sitemap > ul > li {
  margin-bottom: 0.5rem;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.sitemap > ul > li > a {
  line-height: 1;
}
.sitemap > ul > li > a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .sitemap > ul {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (max-width: 640px) {
  .sitemap > ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.main-cta {
  background: url("../../uploads/2025/02/photo-1625246333195-78d9c38ad449.png") no-repeat scroll center center #191919;
  background-size: cover;
  color: white;
}
.main-cta > div {
  padding: 3.75rem 0;
  background: linear-gradient(273.23deg, rgba(0, 40, 58, 0) 10.72%, rgba(0, 40, 58, 0.76) 80.01%);
}
.main-cta h3 {
  font-size: 2.25rem;
  margin-bottom: 1rem;
}
.main-cta p {
  margin-bottom: 1.875rem;
}

.contact-section {
  padding: 3.75rem 0;
  background-color: #F6F8FB;
}
.contact-section .content h2 {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
.contact-section .content h2 b {
  font-weight: 800;
  font-size: 3rem;
}
.contact-section .content p {
  margin-bottom: 1.875rem;
}
.contact-section .content .infos {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}
.contact-section .content .infos > li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}
.contact-section .content .infos > li .icon {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.25rem;
  background-color: #00283A;
  color: #41A500;
  border-radius: 5px;
}
.contact-section .content .infos > li h4 {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}
.contact-section .content .infos > li a {
  font-size: 1rem;
  color: #00283A;
}
.contact-section .content .infos > li a:hover {
  color: #41A500;
}

.contact-map {
  background-color: #d3ddeb;
  border-top: 5px solid #41A500;
  height: 28rem;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.errors {
  margin: 3.75rem 0;
  text-align: center;
}
.errors .icon {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  width: 7rem;
  height: 7rem;
  background-color: #191919;
  color: white;
  border-radius: 50%;
  font-weight: 900;
  font-size: 2rem;
}
.errors h1 {
  margin: 1rem 0;
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.menu-mobile .a {
  padding: 1rem 0;
  background-color: #191919;
  position: relative;
  z-index: 2;
  float: left;
  width: 70%;
  height: 100%;
  left: -100%;
  transition: all 0.3s ease;
}
.menu-mobile .a .logo, .menu-mobile .a .custom-logo-link {
  padding: 1rem 1.25rem;
  display: block;
  filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(334%) hue-rotate(344deg) brightness(120%) contrast(100%);
}
.menu-mobile .a .logo > img, .menu-mobile .a .custom-logo-link > img {
  width: 100%;
}
.menu-mobile .a nav.main-menu {
  padding: 1rem 1.25rem;
}
.menu-mobile .a nav.main-menu > ul > li {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.menu-mobile .a nav.main-menu > ul > li:last-child {
  border-bottom: 0 none;
}
.menu-mobile .a nav.main-menu > ul > li > a {
  font-size: 1.25rem;
  color: white;
  font-weight: bold;
  display: block;
}
.menu-mobile .a nav.main-menu > ul > li > a:hover {
  color: #41A500;
}
.menu-mobile .a nav.main-menu > ul > li.active, .menu-mobile .a nav.main-menu > ul > li.current-menu-item, .menu-mobile .a nav.main-menu > ul > li.current_page_item, .menu-mobile .a nav.main-menu > ul > li.current_page_parent, .menu-mobile .a nav.main-menu > ul > li.current-menu-ancestor, .menu-mobile .a nav.main-menu > ul > li.current-menu-parent {
  background-color: #00283A;
  padding: 0.75rem 1rem;
  border-radius: 5px;
}
.menu-mobile .a nav.main-menu > ul > li.active > a, .menu-mobile .a nav.main-menu > ul > li.current-menu-item > a, .menu-mobile .a nav.main-menu > ul > li.current_page_item > a, .menu-mobile .a nav.main-menu > ul > li.current_page_parent > a, .menu-mobile .a nav.main-menu > ul > li.current-menu-ancestor > a, .menu-mobile .a nav.main-menu > ul > li.current-menu-parent > a {
  color: white;
}
.menu-mobile .a nav.main-menu > ul > li > ul > li {
  margin-top: 0.375rem;
}
.menu-mobile .a nav.main-menu > ul > li > ul > li > a {
  font-size: 1.125rem;
  color: white;
}
.menu-mobile .a #header-cta {
  margin-left: 1.125rem;
  font-size: 1.25rem;
}
.menu-mobile .b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: black;
  opacity: 0;
  transition: all 0.3s ease;
}
.menu-mobile.active .a {
  left: 0;
}
.menu-mobile.active .b {
  opacity: 0.6;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 0.75rem;
  font-weight: bold;
  padding-bottom: 0.25rem;
}
.wpcf7-form .wpcf7-response-output {
  margin: 1rem 0 0 !important;
  padding: 1rem !important;
  border-radius: 5px;
}

/*--------------------------------------------------------------
# Others
--------------------------------------------------------------*/
.breadcrumbs {
  margin-bottom: 1.875rem;
}
.breadcrumbs:before, .breadcrumbs:after {
  display: none;
}
.breadcrumbs > * {
  float: none !important;
  font-size: 0.75rem !important;
  font-weight: 600;
  display: inline-block;
  text-transform: none !important;
  margin-right: 0.5rem;
  text-transform: capitalize !important;
  font-family: "Open Sans", sans-serif !important;
}
.breadcrumbs > *:after {
  display: none;
}
.breadcrumbs > * > a {
  color: #00283A;
}
.breadcrumbs > * > svg {
  margin-left: 0.5rem;
}
.breadcrumbs > *.current {
  color: #00283A;
}

.post-edit-link {
  position: fixed;
  background-color: #D61C22;
  padding: 0.5rem;
  font-weight: bold;
  font-size: 0.75rem;
  display: block;
  left: 0;
  bottom: 0;
  color: white !important;
  z-index: 9999;
  line-height: 1;
  border-radius: 0 0.375rem 0 0;
  opacity: 0.5;
}
.post-edit-link:hover {
  opacity: 1;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace .pace-progress {
  background: #41A500;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #41A500, 0 0 5px #41A500;
  opacity: 1;
  transform: rotate(3deg) translate(0px, -4px);
}
.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #41A500;
  border-left-color: #41A500;
  border-radius: 10px;
  animation: pace-spinner 400ms linear infinite;
}

.pace-inactive {
  display: none;
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*
--------------------------------------------------------------
# Restricted Login
--------------------------------------------------------------
*/
.restricted-login {
  padding: 5.625rem 0;
  background: #FFFFFF;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(246, 248, 251) 100%);
}
.restricted-login .box {
  background-color: white;
  border-radius: 1rem;
  padding: 1.875rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.restricted-login .box .content {
  padding: 1.875rem 0;
}
.restricted-login .box .content h1 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.restricted-login .box .content form {
  margin-top: 1rem;
}
.restricted-login .box .content .forget {
  margin-bottom: 1rem;
}
.restricted-login .box .content .forget > a {
  color: #00283A;
  font-weight: bold;
}
.restricted-login .box .content .forget > a:hover {
  text-decoration: underline;
}
.restricted-login .box .image {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  background: url("img/restricted/login.png") no-repeat scroll center center #1d1d1d;
  background-size: cover;
  border-radius: 1rem;
  overflow: hidden;
}
.restricted-login .box .image h2 {
  color: white;
  font-size: 1.25rem;
  margin: 0;
  padding: 3.75rem 1.875rem 1.875rem;
  background: #001621;
  background: linear-gradient(0deg, rgb(0, 22, 33) 0%, rgba(0, 22, 33, 0) 100%);
}
@media (max-width: 640px) {
  .restricted-login {
    padding: 1.875rem 0;
  }
  .restricted-login .box .content {
    padding: 0 0 1.875rem;
  }
  .restricted-login .box .image {
    padding-top: 9.375rem;
  }
}

.restricted-header {
  background: #F6F8FB;
  background: linear-gradient(0deg, #f6f8fb 0%, rgba(246, 248, 251, 0) 100%);
  padding: 0.46875rem 0;
  border-bottom: 1px solid #d3ddeb;
}
.restricted-header .logo {
  display: flex;
  max-width: 13rem;
}
.restricted-header h1 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.restricted-header p {
  margin: 0;
}
.restricted-header .user {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1rem;
  white-space: nowrap;
}
.restricted-header .user .name {
  font-weight: 600;
}

/* Container flexível */
#maps-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9375rem;
}
#maps-container .comparison-iframe-wrapper {
  display: block;
  position: relative;
  height: 70vh;
  flex: 0 0 calc(50% - 0.46875rem);
}
#maps-container .comparison-iframe-wrapper iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0 none;
  margin: 0;
}
#maps-container .comparison-iframe-wrapper .remove-iframe {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
  color: white;
  font-size: 1.25rem;
  cursor: pointer;
  background: #41A500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  line-height: 1;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
#maps-container .comparison-iframe-wrapper .remove-iframe:hover {
  background: #378c00;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transform: scale(1.1);
}
#maps-container .comparison-iframe-wrapper.full-width {
  flex: 0 0 100%;
}
@media (max-width: 1280px) {
  #maps-container .comparison-iframe-wrapper {
    flex: 0 0 100%;
  }
}

.restricted-map {
  display: block;
  position: relative;
  overflow: hidden;
}
.restricted-map .loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
}
.restricted-map .loader > div {
  background: rgba(0, 40, 58, 0.5);
  width: 100%;
  height: 100%;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.restricted-map .loader .spinner {
  border: 6px solid #F6F8FB;
  border-top: 6px solid #41A500;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: loader-spin 1s linear infinite;
}
.restricted-map .filters {
  position: absolute;
  top: 12px;
  left: 60px;
  z-index: 1100;
}
.restricted-map .filters > .box {
  display: none;
  background-color: white;
  width: 16rem;
  border-radius: 5px 5px 5px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 1rem;
}
.restricted-map .filters > .box > div {
  margin-bottom: 0.75rem;
}
.restricted-map .filters > .box > div:last-child {
  margin-bottom: 0;
}
.restricted-map .filters > .box > div label {
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.restricted-map .filters > .box > div select {
  border-radius: 5px;
}
.restricted-map .filters .close {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: white;
  left: 0;
  bottom: -1rem;
  height: 1rem;
  border-radius: 0 0 5px 5px;
  padding: 0 0.25rem;
}
.restricted-map .filters .close button {
  line-height: 1;
  font-weight: bold;
  font-size: 0.75rem;
  cursor: pointer;
}
.restricted-map .filters .close button svg {
  margin-right: 0.25rem;
}
.restricted-map .filters .close button:hover {
  color: #41A500;
}
.restricted-map .filters.active > .btn {
  display: none;
}
.restricted-map .filters.active > .box {
  display: block;
}
.restricted-map .filters.active > .close {
  display: flex;
}
.restricted-map .remove {
  position: absolute;
  z-index: 1100;
  top: 0.7rem;
  right: 0.7rem;
  display: none;
}
.restricted-map .toggles {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1100;
  display: none;
}
.restricted-map .toggles .content {
  max-height: 30vh;
  overflow-y: auto;
  padding: 1rem 1.25rem 1rem 1rem;
  background: white;
  border-radius: 5px 5px 0 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.restricted-map .toggles .content h5 {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.restricted-map .toggles .content label {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  font-size: 0.875rem;
  margin: 0;
}
.restricted-map .toggles .content label input[type=checkbox] {
  margin: 0;
}
.restricted-map .toggles .close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: white;
  right: 0;
  bottom: -1rem;
  height: 1rem;
  border-radius: 0 0 5px 5px;
  padding: 0 0.25rem;
}
.restricted-map .toggles .close button {
  line-height: 1;
  font-weight: bold;
  font-size: 0.75rem;
  cursor: pointer;
}
.restricted-map .toggles .close button svg {
  margin-right: 0.25rem;
}
.restricted-map .toggles .close button:hover {
  color: #41A500;
}
.restricted-map .toggles.active {
  display: block;
}
.restricted-map .toggles.active #toggles-open {
  display: none;
}
.restricted-map .toggles.active.closed #toggles-open {
  display: initial;
}
.restricted-map .toggles.active.closed .content, .restricted-map .toggles.active.closed .close {
  display: none;
}
.restricted-map .levels {
  position: absolute;
  z-index: 1100;
  bottom: 12px;
  right: 12px;
  display: none;
}
.restricted-map .levels #levels-open {
  display: none;
}
.restricted-map .levels .content {
  background-color: white;
  border-radius: 5px 0 5px 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 12rem;
}
.restricted-map .levels .content > div {
  padding: 1rem;
}
.restricted-map .levels .content > div > div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.restricted-map .levels .content > div > div > span {
  font-size: 0.75rem;
  font-weight: 600;
}
.restricted-map .levels .content > div > div .bar {
  flex: 1;
  height: 1.125rem;
  background: linear-gradient(to right, #ff0000, #00ff00);
  border-radius: 5px;
}
.restricted-map .levels .content > div.legend-standards {
  padding: 0.75rem;
  border-bottom: 1px solid #d3ddeb;
}
.restricted-map .levels .content > div.legend-standards > label {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.5rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.375rem;
}
.restricted-map .levels .content > div.legend-standards > label:last-child {
  margin: 0;
}
.restricted-map .levels .content > div.legend-standards > label input[type=radio] {
  margin: 0;
}
.restricted-map .levels .content > div.dynamic-levels {
  padding: 0.75rem;
  font-size: 0.75rem;
}
.restricted-map .levels .content > div.dynamic-levels h4 {
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0;
}
.restricted-map .levels .content > div.dynamic-levels h5 {
  font-size: 0.75rem;
  font-weight: bold;
  margin: 0;
}
.restricted-map .levels .content > div.dynamic-levels .labels {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: start;
  margin-top: 0.5rem;
}
.restricted-map .levels .content > div.dynamic-levels .labels .item {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.5rem;
  line-height: 1;
}
.restricted-map .levels .content > div.dynamic-levels .labels .item .color {
  width: 1.25rem;
  height: 0.75rem;
  border-radius: 5px;
}
.restricted-map .levels .close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: white;
  right: 0;
  top: -1rem;
  height: 1rem;
  border-radius: 5px 5px 0 0;
  padding: 0 0.25rem;
}
.restricted-map .levels .close button {
  line-height: 1;
  font-weight: bold;
  font-size: 0.75rem;
  cursor: pointer;
}
.restricted-map .levels .close button svg {
  margin-right: 0.25rem;
}
.restricted-map .levels .close button:hover {
  color: #41A500;
}
.restricted-map .levels.active {
  display: block;
}
.restricted-map .levels.active.closed #levels-open {
  display: initial;
}
.restricted-map .levels.active.closed .content, .restricted-map .levels.active.closed .close {
  display: none;
}
.restricted-map .map {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  position: relative;
  border: 5px solid #d3ddeb;
}
.restricted-map .map .label-marker {
  display: flex;
  justify-content: center;
  align-items: center;
}
.restricted-map .map .label-marker span {
  font-size: 0.75rem;
  font-weight: bold;
  color: #00283A;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.5);
  padding: 0.25rem;
  border-radius: 0.25rem;
  line-height: 1;
}
.restricted-map .map .label-marker span:hover {
  background: white;
}
.restricted-map .map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0.75rem;
  font-size: 0.75rem;
  line-height: 1.4;
}

@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.restricted-account {
  padding: 3.75rem 0;
}/*# sourceMappingURL=style.css.map */