@charset "UTF-8";
/* === Carlito webfont (served from /static/fonts) === */
@font-face {
  font-family: 'Carlito';
  src: url("/static/fonts/Carlito-Regular.woff2") format("woff2"), url("/static/fonts/Carlito-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Carlito';
  src: url("/static/fonts/Carlito-Italic.woff2") format("woff2"), url("/static/fonts/Carlito-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Carlito';
  src: url("/static/fonts/Carlito-Bold.woff2") format("woff2"), url("/static/fonts/Carlito-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Carlito';
  src: url("/static/fonts/Carlito-BoldItalic.woff2") format("woff2"), url("/static/fonts/Carlito-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap; }

/* === Theme vars === */
/* Typography */
/* COMMON */
body {
  color: #707173; }

*, button, input, select, textarea {
  font-family: "Carlito", "Calibri", "Liberation Sans", "Helvetica Neue", Arial, sans-serif; }

/* ===================== SLIDER ===================== */
/* Desktop/tablet defaults */
body .slider .slides {
  height: 520px !important;
  z-index: 0; }

body .slider .indicators {
  z-index: 2; }

/* Caption block */
body .slider .slides li .caption {
  font-family: "Carlito", "Calibri", "Liberation Sans", "Helvetica Neue", Arial, sans-serif;
  width: 33%;
  text-align: center;
  display: block;
  /* keep normal flow on desktop */ }

/* If a theme uses the left-align helper, keep its horizontal offset */
body .slider .slides li .caption.left-align {
  left: 20px; }

/* Title */
body .slider .slides li .caption h3 {
  white-space: nowrap;
  text-shadow: #ffffff 0 0 10px;
  width: 70%;
  margin: 0 auto;
  display: block; }

/* Icon */
body .slider .slides li .caption .icon {
  padding: 0;
  background: white;
  border-radius: 75px;
  display: inline-block;
  height: 200px;
  width: 200px;
  opacity: .7;
  box-shadow: #ffffff 0 0 10px;
  margin: 10px auto 0;
  /* centered under title */
  position: relative;
  /* in case other themes position children */ }

/* Small text: white solid box behind, same width as title */
body .slider .slides li .caption h5 {
  font-size: 1.4em;
  font-family: "Carlito", "Calibri", "Liberation Sans", "Helvetica Neue", Arial, sans-serif;
  width: 70%;
  /* match title width for perfect centering */
  margin: 20px auto 0;
  /* center horizontally, keep vertical spacing */
  padding: .4em .8em;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.75);
  /* white box with a bit of transparency */
  color: #707173;
  border-radius: .35em;
  text-shadow: none;
  /* no shadow needed with a solid box */ }

/* ===== Mobile adjustments: center everything and let text fill width ===== */
@media only screen and (max-width: 600px) {
  body .slider .slides li .caption {
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    transform: none !important;
    width: 100% !important;
    height: 100%;
    margin: 0;
    padding: 16px;
    display: flex;
    /* center the stack */
    flex-direction: column;
    align-items: center;
    /* horizontal centering */
    justify-content: center;
    /* vertical centering */
    text-align: center;
    gap: 10px;
    /* spacing title–icon–text */ }
  body .slider .slides li .caption h3 {
    white-space: normal;
    width: 100%;
    margin: 0; }
  body .slider .slides li .caption .icon {
    width: 120px;
    height: 120px;
    margin: 0;
    opacity: .85; }
  /* PNG ICON — mobile reset stays clean */
  body .slider .slides li .caption .icon img {
    filter: none !important;
    mix-blend-mode: normal !important;
    -webkit-mask-image: none !important;
    mask-image: none !important; }
  body .slider .slides li .caption h5 {
    width: 100%;
    /* fill caption width on mobile */
    max-width: 100%;
    margin: 0;
    padding: .5em .75em;
    background: rgba(255, 255, 255, 0.9);
    border-radius: .35em; } }

/* ===================== MENÚ ===================== */
body .navbar {
  height: 180px;
  padding: 0;
  overflow: hidden; }

body .navbar nav {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #707173; }

body .navbar nav {
  background-color: transparent; }

.navbar .header {
  height: 120px;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-position: center 6px; }

/* -- language + main nav (list variant) -- */
body .navbar #nav-lang {
  margin-top: 0;
  position: relative;
  z-index: 2; }

body nav #nav-lang li,
body nav #main-nav li {
  font-weight: normal;
  border: none;
  text-align: center; }

body nav #nav-lang li:hover,
body nav #main-nav li:hover {
  border-bottom: none;
  transition: none; }

body nav #nav-lang li:first-child span,
body nav #main-nav li:first-child span {
  border: none; }

body nav #nav-lang li.active,
body nav #main-nav li.active {
  background: none; }

body nav #nav-lang li.active:hover,
body nav #main-nav li.active:hover {
  border-bottom: none; }

body nav #nav-lang li span,
body nav #main-nav li span {
  display: inline-block;
  padding: 0;
  height: 13px;
  border-left: 2px solid #707173; }

body nav #nav-lang li a,
body nav #main-nav li a {
  color: #707173;
  padding: 0;
  margin: 3px 5px;
  border-radius: 0;
  background: transparent;
  border: none;
  line-height: 1vh;
  height: 20px;
  text-transform: uppercase; }

/* Hover underline (MAIN NAV ONLY) */
body nav #main-nav li a:after {
  content: '';
  display: block;
  margin: 4px 0 0 0;
  height: 3px;
  width: 0;
  background: transparent;
  transition: width .5s ease, background-color .5s ease; }

body nav #main-nav li a:hover:after {
  width: 100%; }

/* Active states */
body nav #main-nav li.active > a,
body nav #main-nav a.active,
body nav #main-nav a[aria-current="page"] {
  font-weight: normal;
  background: none; }

body nav #main-nav li.active > a:after,
body nav #main-nav a.active:after,
body nav #main-nav a[aria-current="page"]:after {
  width: 100% !important;
  background: #ff6466 !important; }

/* Language bar: active = bold, no underline */
body nav #nav-lang li.active > a,
body nav #nav-lang a.active,
body nav #nav-lang a[aria-current="page"] {
  font-weight: bold !important;
  background: none;
  border-bottom: none !important;
  text-decoration: none !important; }

body nav #nav-lang li a:after,
body nav #nav-lang li a:hover:after {
  content: none !important;
  display: none !important; }

/* Keep existing container */
#main-nav {
  display: inline-block;
  margin: 0 auto; }

/* -- social bar -- */
body #nav-second, body #nav-third {
  position: relative;
  bottom: auto;
  right: auto;
  margin-top: 20px; }

body nav #nav-second i, body nav #nav-third i {
  height: 20px;
  width: 10px;
  line-height: 20px;
  color: #707173;
  background: transparent; }

body nav #nav-second li, body nav #nav-third li {
  font-size: 1rem; }

body nav #nav-second li a:not(.btn):hover, body nav #nav-third li a:not(.btn):hover {
  background: none; }

body nav #nav-second li:hover i, body nav #nav-third li:hover i {
  color: black; }

body .sticky #nav-third {
  right: -30px;
  transition: all 1s; }

body .sticky #nav-third li {
  padding: 4px; }

/* -- main menu (grid variant) -- */
body nav a {
  color: #707173; }

body nav #main_nav {
  height: 20px;
  line-height: 20px; }

body nav #main_nav div div {
  font-weight: normal;
  border: none;
  overflow: visible; }

body nav #main_nav div div span {
  display: inline-block;
  padding: 0;
  height: 13px;
  border-left: 2px solid #707173; }

body nav #main_nav div div a {
  color: #707173;
  padding: 0;
  margin: 0 5px;
  border-radius: 0;
  background: transparent;
  border: none;
  line-height: 1.45vh;
  height: 20px;
  text-transform: uppercase; }

/* Grid nav underline */
body nav #main_nav div div a:after {
  content: '';
  display: block;
  margin: 4px 0 0 0;
  height: 3px;
  width: 0;
  background: transparent;
  transition: width .5s ease, background-color .5s ease; }

/* Active (grid) */
body nav #main_nav div div.active > a,
body nav #main_nav a.active,
body nav #main_nav a[aria-current="page"] {
  color: #707173;
  font-weight: normal;
  background: none; }

body nav #main_nav div div.active > a:after,
body nav #main_nav a.active:after,
body nav #main_nav a[aria-current="page"]:after {
  width: 100% !important;
  background: #707173 !important; }

body nav #main_nav div.active {
  border-radius: 0;
  transition: border-bottom 1s; }

/* -- footer -- */
footer {
  color: #999;
  background: white; }

footer #send-message.footer-send a i {
  color: white; }

/* PANELS */
.indexedimages .collection-item.active::after,
.indexedimages .collection-item.active:hover::after {
  border-left-color: #fa6356; }

.indexedimages .picture_caption {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.indexedimages .picture_caption a {
  overflow: hidden; }

.content_wrapper {
  margin-top: 60px; }

.eixos-panel {
  border-radius: 10px;
  transition: all .3s; }

.eixos-panel:hover {
  transform: scale(1.05);
  transition: all .3s; }

.eixos-panel .card-title {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white;
  font-weight: normal;
  font-size: 1.4em;
  text-align: center; }

body .card.eixos-panel .card-content {
  height: 448px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

.eixos-panel .card-action {
  background: transparent;
  border-top: none; }

body .card.eixos-panel .card-content.map .card-image {
  height: 448px;
  max-height: 448px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

body .eixos-panel .card-title {
  /* padding: 5px 10px; */
  margin: 0 20px; }

.section-wrapper {
  background: url("/static/custom/pinedademar/footer-bg.png"); }

body .content_wrapper .row {
  margin-bottom: 0; }

.btn-floating {
  background-color: #fa6356; }

.btn-floating:focus, .btn-floating:hover, body .btn:focus, body .btn:hover {
  background-color: #fa6356; }

.btn-floating i, body .btn {
  color: #ffffff;
  fill: #ffffff; }

.btn-floating:hover i, body .btn:hover {
  color: white; }

.fixed-action-btn {
  right: 0;
  margin-right: 10px; }

body .eixos-panel a, body .eixos-panel a.collection-item {
  color: #fa6356; }

.sidenav {
  z-index: 9999; }

/* MEDIA QUERIES (non-slider bits) */
@media only screen and (max-width: 600px) {
  body .navbar {
    height: 50px; }
  body .navbar .header {
    height: 40px;
    background-size: contain; }
  body .content_wrapper {
    margin-top: 0px; } }

/* MODAL */
body .btn {
  background: #fa6356; }

body span.new.badge {
  background-color: #0d4e6c; }

#modal_layers .card.active .card-image {
  background: #0d4e6c; }

/* sticky styles used by the JS */
.navbar {
  position: relative;
  z-index: 1000;
  will-change: transform;
  transition: transform 200ms ease;
  /* animate transform only */ }

.navbar.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  /* no height change */ }

/* Only raster tiles carrying our class — markers/vectors unaffected */
.leaflet-tile.bw-tiles {
  filter: grayscale(100%) contrast(180%) brightness(105%);
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges; }

/* If you want it harsher: try contrast(220%) or brightness(100%). */

/*# sourceMappingURL=common.css.map */