/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./blocks/geo-information/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
:root {
  --s-html: 16px;
  --s-p: 1rem;
  --s-h1: 4rem;
  --s-h2: 2rem;
  --s-h3: 1.5rem;
  --s-h4: 1.25rem;
  --s-h5: 1rem;
  --s-h6: 0.875rem;
  --s-meta: 0.875rem;
  --s-h1-mt: 1em;
  --s-h1-mb: 1em;
  --s-h2-mt: 0.75em;
  --s-h2-mb: 0.75em;
  --s-h3-mt: 0.585em;
  --s-h3-mb: 0.585em;
  --s-h4-mt: 0.5em;
  --s-h4-mb: 0.5em;
  --c-primary: #7C001D;
  --c-secondary: #B1D3E5;
  --c-gray--darker: #333333;
  --c-yellow-primary: #FBF6C0;
  --p-theme: /wp-content/themes/grabois-theme;
  --p-theme-assets: /wp-content/themes/grabois-theme/assets;
  --f-body: Roboto, sans-serif;
  --f-title: Roboto, sans-serif;
  --s-small: 20px;
  --s-large: 40px;
}

#organizations-wrap {
  overflow: hidden;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #organizations-wrap {
    max-height: 780px;
  }
}
@media (max-width: 768px) {
  #organizations-wrap {
    position: relative;
  }
}
.single-informacao #organizations-wrap {
  margin-bottom: 30px;
}
#organizations-wrap .organizations {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  #organizations-wrap .organizations {
    float: left;
    max-width: 49.334%;
  }
}
#organizations-wrap .organizations > h2 {
  color: rgba(17, 17, 17, 0.6);
  font-size: 14px;
  text-transform: uppercase;
}
#organizations-wrap .organizations-filters {
  background-color: #D8D8D8;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  #organizations-wrap .organizations-filters {
    height: 100%;
    min-height: 100vh;
  }
}
#organizations-wrap .organizations-filters header {
  background-color: #EE3124;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  text-align: center;
}
#organizations-wrap .organizations-filters header h2 {
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  #organizations-wrap .organizations-filters header h2 {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#organizations-wrap .organizations-filters section {
  padding: 30px 30px 70px 30px;
  position: relative;
}
@media (max-width: 768px) {
  #organizations-wrap .organizations-filters section {
    margin-bottom: 80vh;
    padding: 20px 20px 50px 20px;
  }
}
@media (min-width: 768px) {
  #organizations-wrap .organizations-filters section {
    display: flex;
  }
}
@media (max-width: 400px) {
  #organizations-wrap .organizations-filters section {
    margin-bottom: 65vh;
  }
}
@media (max-width: 230px) {
  #organizations-wrap .organizations-filters section {
    margin-bottom: 20px;
  }
}
#organizations-wrap .organizations-filters section > div {
  flex-basis: calc(50% - 15px);
}
@media (max-width: 768px) {
  #organizations-wrap .organizations-filters section > div {
    flex-basis: calc(100% - 20px);
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  #organizations-wrap .organizations-filters section > div:first-child {
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  #organizations-wrap .organizations-filters section > div:nth-child(2) {
    margin-left: 15px;
  }
}
#organizations-wrap .organizations-filters section .select-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
#organizations-wrap .organizations-filters section .select-wrapper::before {
  width: 0;
  height: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  background: 0 0;
  top: calc(50% - 3px);
  right: 1px;
  content: "";
  z-index: 98;
  border: solid rgba(17, 17, 17, 0.6);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
}
#organizations-wrap .organizations-filters section .select-wrapper select {
  background: none;
  border: none;
  border-bottom: 2px solid var(--primary);
  border-radius: 0;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 5px 0;
  min-width: 154px;
  color: rgba(17, 17, 17, 0.6);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
}
#organizations-wrap .organizations-filters section .select-wrapper select:focus-visible {
  outline: none;
}
#organizations-wrap .organizations-filters section button {
  background-color: var(--primary);
  position: absolute;
  right: 30px;
  top: 80px;
  padding: 10px 15px;
}
@media (max-width: 768px) {
  #organizations-wrap .organizations-filters section button {
    top: 120px;
    right: 20px;
  }
}
#organizations-wrap .organizations-filters .directory-article--list {
  display: block;
  list-style: none;
  max-height: 500px;
  overflow-y: scroll;
  padding-left: 30px;
  padding-right: 25px;
  width: calc(100% - 25px);
}
@media (max-width: 768px) {
  #organizations-wrap .organizations-filters .directory-article--list {
    max-height: none;
    overflow-y: visible;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}
#organizations-wrap .organizations-filters .directory-article--list li {
  background-color: white;
  border-radius: 15px;
  color: rgb(17, 17, 17);
  margin: 20px auto;
  overflow: hidden;
  padding: 0;
  transition: all 0.3s ease-in;
  padding-left: 20px;
  padding-left: 20px;
  padding-bottom: 25px;
  padding-top: 25px;
}
#organizations-wrap .organizations-filters .directory-article--list li strong {
  font-weight: 600;
}
#organizations-wrap .organizations-filters .directory-article--list li > h2.card-title {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: rgb(17, 17, 17);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
  padding: 15px 20px;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
#organizations-wrap .organizations-filters .directory-article--list li > h4 {
  font-family: "Roboto";
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  margin: 0;
  padding-bottom: 8px;
}
#organizations-wrap .organizations-filters .directory-article--list li > a.btn-readmore {
  border-radius: 8px;
  padding-left: 25px;
  padding-right: 25px;
  background: #D2D2D2;
  text-transform: lowercase;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  color: black;
  font-weight: 700;
}
#organizations-wrap .organizations-filters .directory-article--list li > span.terms-states-cities {
  font-style: italic;
  opacity: 0.8;
  padding: 5px 20px 15px 20px;
}
#organizations-wrap .organizations-filters .directory-article--list li > div {
  padding: 5px 20px 0 20px;
}
#organizations-wrap .organizations-filters .directory-article--list li > div p:first-child {
  margin-top: 0;
}
#organizations-wrap .organizations-filters .directory-article--list li.selected {
  background-color: #f5f5f5;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
#organizations-wrap .organizations-filters .directory-article--list li.selected > h2.card-title {
  background-color: var(--primary);
  color: white;
}
#organizations-wrap #organization-map {
  display: none;
}
#organizations-wrap .jeomap {
  height: 500px;
  float: right;
}
#organizations-wrap .jeomap:empty {
  display: none;
}
@media (max-width: 768px) {
  #organizations-wrap .jeomap {
    height: 75vh;
    position: absolute;
    top: 295px;
  }
}
@media (max-width: 400px) {
  #organizations-wrap .jeomap {
    height: 60vh;
    top: 325px;
  }
}
@media (max-width: 230px) {
  #organizations-wrap .jeomap {
    display: none;
    opacity: 0;
  }
}
@media (min-width: 768px) {
  #organizations-wrap .jeomap {
    height: 700px;
    margin-top: 79px;
    position: -webkit-sticky;
    position: sticky;
    top: 79px;
    width: 49.334%;
  }
}
@media screen and (max-width: 830px) {
  #organizations-wrap .jeomap {
    width: 100%;
  }
}
#organizations-wrap .jeomap .popup__date {
  display: none;
}
#organizations-wrap .jeomap .hideable-content {
  display: none;
}
#organizations-wrap .jeomap .mapboxgl-popup-content {
  border-radius: 5px;
  padding: 15px;
}
#organizations-wrap .jeomap .mapboxgl-popup-content article {
  color: #111;
  font-family: "Source Sans Pro", "Georgia", "Garamond", "Times New Roman", "serif";
  font-size: 12.8px;
  font-weight: 700;
}
@media (min-width: 768px) {
  #organizations-wrap .jeomap .mapboxgl-popup-content article a {
    pointer-events: none;
    cursor: default;
  }
}
#organizations-wrap .jeomap .mapboxgl-popup-close-button {
  background-color: #f5f5f5;
  border-radius: 20px;
  font-size: 17px;
  height: 20px;
  right: -10px;
  top: -10px;
  transition: all 0.3s ease-in;
  width: 20px;
}
#organizations-wrap .jeomap .mapboxgl-popup-close-button:hover {
  background-color: #EE3124;
  color: white;
}

/*# sourceMappingURL=style-geo-information-index.css.map*/