@charset "UTF-8";
@media screen and (max-width: 768px) {
  .button.knowmore {
    padding-block: 10px;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 425px) {
  .button.knowmore {
    padding-block: 8px;
    padding-inline: 15px;
  }
}
@media (max-width: 325px) {
  .button.knowmore {
    padding-block: 6px;
    padding-inline: 10px;
  }
}
/* ##################################################### */
/* ####################### Reset ####################### */
/* ##################################################### */
@font-face {
  font-display: swap;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 100;
  font-style: normal;
  src: url('../font/"Segoe UI", Tahoma, Geneva, Verdana, sans-serif-Thin.ttf') format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 200;
  font-style: normal;
  src: url('../font/"Segoe UI", Tahoma, Geneva, Verdana, sans-serif-ExtraLight.ttf') format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 300;
  font-style: normal;
  src: url('../font/"Segoe UI", Tahoma, Geneva, Verdana, sans-serif-Light.ttf') format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  src: url('../font/"Segoe UI", Tahoma, Geneva, Verdana, sans-serif-Regular.ttf') format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
  font-style: normal;
  src: url('../font/"Segoe UI", Tahoma, Geneva, Verdana, sans-serif-Medium.ttf') format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  font-style: normal;
  src: url('../font/"Segoe UI", Tahoma, Geneva, Verdana, sans-serif-SemiBold.ttf') format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 700;
  font-style: normal;
  src: url('../font/"Segoe UI", Tahoma, Geneva, Verdana, sans-serif-Bold.ttf') format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 800;
  font-style: normal;
  src: url('../font/"Segoe UI", Tahoma, Geneva, Verdana, sans-serif-ExtraBold.ttf') format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 900;
  font-style: normal;
  src: url('../font/"Segoe UI", Tahoma, Geneva, Verdana, sans-serif-Black.ttf') format("truetype");
}
:root {
  /* project colors */
  --default: #222222;
  --default-light: #666666;
  --default-dark: #111111;
  --primary: #002b5c;
  --primary-xlight: #002b5c;
  --primary-light: #002b5c;
  --primary-dark: #002b5c;
  --secondary: #c5a059;
  --secondary-light: #c5a059;
  --secondary-dark: #c5a059;
  /* colors */
  --fcolor: #333;
  --white: #fff;
  --gray: #888;
  --lightgray: #D8D8D8;
  --imagenet: #ff7800;
  --whatsapp: #2ecc71;
  /* imported values */
  --primary-blue: #002b5c;
  --primary-gold: #c5a059;
  --dark-blue: #001a38;
  --light-bg: #ffffff;
  --text-gray: #555;
  /* transitions */
  --transition: 500ms;
  /* paddings */
  --pinline: 80px;
  --pblock: 100px;
  /* radius */
  --radius: 10px;
  /* gap */
  --gap-default: 50px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.5;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--fcolor);
  font-size: 14px;
}

a {
  text-decoration: none;
  color: currentColor;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
}

/* ##################################################### */
/* ##################### Animation ##################### */
/* ##################################################### */
/* whatsapp animation */
@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0.3);
    opacity: 1;
  }
  50% {
    transform: scale(0.6);
    opacity: 0.6;
  }
  75% {
    transform: scale(0.9);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/* loading */
@keyframes dot-spin {
  0%, 100% {
    box-shadow: 0 -18px 0 0 currentColor, 12.727926px -12.727926px 0 0 currentColor, 18px 0 0 0 currentColor, 12.727926px 12.727926px 0 -5px currentColor, 0 18px 0 -5px currentColor, -12.727926px 12.727926px 0 -5px currentColor, -18px 0 0 -5px currentColor, -12.727926px -12.727926px 0 -5px currentColor;
  }
  12.5% {
    box-shadow: 0 -18px 0 -5px currentColor, 12.727926px -12.727926px 0 0 currentColor, 18px 0 0 0 currentColor, 12.727926px 12.727926px 0 0 currentColor, 0 18px 0 -5px currentColor, -12.727926px 12.727926px 0 -5px currentColor, -18px 0 0 -5px currentColor, -12.727926px -12.727926px 0 -5px currentColor;
  }
  25% {
    box-shadow: 0 -18px 0 -5px currentColor, 12.727926px -12.727926px 0 -5px currentColor, 18px 0 0 0 currentColor, 12.727926px 12.727926px 0 0 currentColor, 0 18px 0 0 currentColor, -12.727926px 12.727926px 0 -5px currentColor, -18px 0 0 -5px currentColor, -12.727926px -12.727926px 0 -5px currentColor;
  }
  37.5% {
    box-shadow: 0 -18px 0 -5px currentColor, 12.727926px -12.727926px 0 -5px currentColor, 18px 0 0 -5px currentColor, 12.727926px 12.727926px 0 0 currentColor, 0 18px 0 0 currentColor, -12.727926px 12.727926px 0 0 currentColor, -18px 0 0 -5px currentColor, -12.727926px -12.727926px 0 -5px currentColor;
  }
  50% {
    box-shadow: 0 -18px 0 -5px currentColor, 12.727926px -12.727926px 0 -5px currentColor, 18px 0 0 -5px currentColor, 12.727926px 12.727926px 0 -5px currentColor, 0 18px 0 0 currentColor, -12.727926px 12.727926px 0 0 currentColor, -18px 0 0 0 currentColor, -12.727926px -12.727926px 0 -5px currentColor;
  }
  62.5% {
    box-shadow: 0 -18px 0 -5px currentColor, 12.727926px -12.727926px 0 -5px currentColor, 18px 0 0 -5px currentColor, 12.727926px 12.727926px 0 -5px currentColor, 0 18px 0 -5px currentColor, -12.727926px 12.727926px 0 0 currentColor, -18px 0 0 0 currentColor, -12.727926px -12.727926px 0 0 currentColor;
  }
  75% {
    box-shadow: 0 -18px 0 0 currentColor, 12.727926px -12.727926px 0 -5px currentColor, 18px 0 0 -5px currentColor, 12.727926px 12.727926px 0 -5px currentColor, 0 18px 0 -5px currentColor, -12.727926px 12.727926px 0 -5px currentColor, -18px 0 0 0 currentColor, -12.727926px -12.727926px 0 0 currentColor;
  }
  87.5% {
    box-shadow: 0 -18px 0 0 currentColor, 12.727926px -12.727926px 0 0 currentColor, 18px 0 0 -5px currentColor, 12.727926px 12.727926px 0 -5px currentColor, 0 18px 0 -5px currentColor, -12.727926px 12.727926px 0 -5px currentColor, -18px 0 0 -5px currentColor, -12.727926px -12.727926px 0 0 currentColor;
  }
}
/* button knowmore */
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* ##################################################### */
/* ################### Buttons Class ################### */
/* ##################################################### */
.button {
  border: 0;
  outline: 0;
  cursor: pointer;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px 20px;
  border-radius: var(--radius);
  font-weight: 600;
  transition: var(--transition);
  background-color: transparent;
}
.button.search-button {
  padding: 10px;
}
.button--primary {
  background-color: var(--primary);
  color: var(--white);
}
.button--primary:hover {
  color: var(--white);
  background-color: var(--primary-dark);
}
.button--primary-border {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: transparent;
}
.button--primary-border:hover {
  color: var(--white);
  background-color: var(--primary);
}
.button--default {
  background-color: var(--default);
  color: var(--white);
}
.button--default:hover {
  color: var(--white);
  background-color: var(--default-dark);
}
.button--default-border {
  border: 1px solid var(--default);
  color: var(--default);
  background-color: transparent;
}
.button--default-border:hover {
  color: var(--white);
  background-color: var(--default);
}
.button--white {
  background-color: var(--white);
  color: var(--gray);
}
.button--white:hover {
  color: var(--gray);
  background-color: var(--lightgray);
}
.button--white-border {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: rgba(255, 255, 255, 0.5);
}
.button--white-border:hover {
  color: var(--gray);
  background-color: var(--white);
}
.button.nowrap {
  white-space: nowrap;
}
.button.center {
  margin-inline: auto;
}
.button.knowmore {
  contain: content;
  z-index: 1;
  display: flex;
  gap: 25px;
  white-space: nowrap;
  align-items: center;
  position: relative;
  width: -moz-min-content;
  width: min-content;
  height: -moz-min-content;
  height: min-content;
  padding-block: 10px;
  padding-inline: 18px;
  color: rgba(255, 255, 255, 0.8);
  border: 0;
  border-radius: 15px;
  transition: 600ms;
  backdrop-filter: blur(1px);
  background-color: rgba(188, 183, 176, 0.5);
  background-image: linear-gradient(-90deg, transparent, transparent, transparent, transparent, transparent, rgba(255, 255, 255, 0.5), transparent);
  background-size: 700% 100%;
  animation: gradient 3s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
}
.button.knowmore > i {
  color: var(--white);
}
.button.knowmore:hover {
  gap: 5px;
  padding-inline: 35px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.button.knowmore:hover, .button.knowmore:hover > i {
  color: var(--white);
}
.button.knowmore:hover:after {
  width: 100%;
}
.button.knowmore::after {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  width: 50px;
  height: 100%;
  border-radius: 14px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  transition: 600ms;
}
.button.knowmore.primary::after {
  background-color: var(--primary);
}
.button.knowmore.primary > i {
  color: var(--white);
}
.button.knowmore.primary:hover {
  text-shadow: unset;
}
.button.knowmore.primary::after {
  background-color: var(--primary);
}
.button.knowmore.default::after {
  background-color: var(--default);
}
.button.knowmore.default > i {
  color: var(--white);
}
.button.knowmore.default:hover {
  text-shadow: unset;
}
.button.knowmore.default::after {
  background-color: var(--default);
}

/* ##################################################### */
/* ################## Main Menu Class ################## */
/* ##################################################### */
.imagenet-menu-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 10px;
}
.imagenet-menu-logo-link {
  display: contents;
}
.imagenet-menu-logo-image {
  max-width: 200px;
}
.imagenet-menu-container, .imagenet-menu-ulist {
  display: flex;
  gap: 30px;
  align-items: center;
}
.imagenet-menu-ulist {
  list-style: none;
  font-weight: bold;
  font-size: 1.1em;
}
.imagenet-menu-ulist.midias {
  font-size: 2em;
}
.imagenet-menu-ulink {
  transition: var(--transition);
}
.imagenet-menu-ulink:hover {
  color: var(--primary);
}
.imagenet-menu-ulink.button:hover {
  color: var(--white);
}
.imagenet-menu-content {
  display: contents;
}
.imagenet-menu-content-header {
  display: none;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 10px 20px;
}
.imagenet-menu-content-header .imagenet-menu-logo-image {
  max-width: 80px;
}
.imagenet-menu-toggle {
  display: none;
  padding: unset;
}

/* ##################################################### */
/* ############### Main Banner Class ################### */
/* ##################################################### */
.imagenet-banner {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-block: 100px;
}
.imagenet-banner-main {
  display: grid;
  gap: 20px;
  justify-content: center;
}
.imagenet-banner-title {
  font-size: 3.3em;
  max-width: 950px;
}
.imagenet-banner-container {
  display: grid;
  gap: 20px;
}
.imagenet-banner-content {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.imagenet-banner-content.more-filters {
  display: none;
}
.imagenet-banner-content.more-filters.open {
  display: flex;
}
.imagenet-abanner {
  position: relative;
  position: relative;
  min-height: 400px;
}
.imagenet-abanner .slick-track {
  display: flex;
  gap: 5px;
  height: 400px;
}
.imagenet-abanner-image {
  visibility: hidden;
  display: none;
  height: 100%;
  width: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.imagenet-abanner .slick-initialized .imagenet-abanner-image {
  visibility: visible;
  display: block;
  animation: fadeIn 0.3s ease-in;
}

/* ##################################################### */
/* #################### Misc Class ##################### */
/* ##################################################### */
.grecaptcha-badge {
  display: none !important;
}

.imagenet-tooltip {
  position: relative;
  display: inline-block;
}
.imagenet-warning-container {
  display: grid;
  gap: 10px;
  padding-inline: 20px;
}
.imagenet-warning-container--erro {
  display: grid;
  gap: 5px;
  width: 100%;
}
.imagenet-warning-content {
  width: 100%;
  border: 1px solid transparent;
  padding-inline: 15px;
  padding-block: 10px;
  border-radius: 5px;
  text-align: center;
  animation-name: slide-down;
  animation-duration: 1000ms;
}
.imagenet-warning-content--erro {
  border-color: #ce0000;
  color: #ce0000;
  background-color: rgba(206, 0, 0, 0.15);
}
.imagenet-warning-content--sucesso {
  border-color: #009600;
  color: #009600;
  background-color: rgba(0, 150, 0, 0.15);
}
.imagenet-warning-error {
  width: 100%;
  color: #e14536;
  font-size: 12px;
}
.imagenet-warning-error--input + .imagenet-a-form-span--animation {
  background-color: #ce0000;
  width: 100%;
}
.imagenet-load {
  display: contents;
  position: relative;
  width: 100%;
  height: 0px;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  color: var(--default);
}
.imagenet-load-spin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: transparent;
  animation: dot-spin 1.5s infinite linear;
}
.imagenet-load.newsletter {
  display: none;
  visibility: visible;
  opacity: 1;
  height: auto;
}
.imagenet-load.newsletter.show {
  display: block;
  height: auto;
}
.imagenet-load.show {
  display: block;
  opacity: 1;
  height: 60px;
  visibility: visible;
}
.imagenet-ascroll::-webkit-scrollbar {
  width: 8px;
}
.imagenet-ascroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}
.imagenet-ascroll::-webkit-scrollbar-thumb {
  background: #666;
}
.imagenet-ascroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.imagenet-tooltiptext {
  visibility: hidden;
  max-width: 280px;
  width: -moz-max-content;
  width: max-content;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding-block: 5px;
  padding-inline: 10px;
  position: absolute;
  z-index: 0;
  bottom: calc(100% + 8px);
  right: 50%;
  transform: translateX(50%);
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 14px;
}
.imagenet-tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.imagenet-tooltip:hover .imagenet-tooltiptext {
  visibility: visible;
  opacity: 1;
}
.imagenet-backface {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  backdrop-filter: blur(3px);
  transition: 300ms ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.imagenet-backface.open {
  visibility: visible;
  opacity: 1;
}
.imagenet-whatsapp {
  z-index: 2;
  position: fixed;
  bottom: 0;
  right: 0;
}
.imagenet-whatsapp-container {
  margin-right: 15px;
  margin-bottom: 15px;
}
.imagenet-whatsapp-link {
  display: block;
  text-decoration: none;
}
.imagenet-whatsapp-link:hover .imagenet-whatsapp-button::before {
  opacity: 1;
  padding-inline: 10px;
  width: 180px;
}
.imagenet-whatsapp-button {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  display: grid;
  align-content: center;
  justify-content: center;
  color: var(--f-white);
  font-size: 40px;
  padding: 0;
  border: 0;
  outline: none;
  border-radius: 100%;
  background-color: #2ecc71;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: opacity 0.3s, background 0.3s, box-shadow 0.3s;
}
.imagenet-whatsapp-button:hover {
  opacity: 1;
  background-color: #20bf6b;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.imagenet-whatsapp-button::after {
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
}
.imagenet-whatsapp-button::before {
  content: attr(title);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-left: -210px;
  margin-top: 16px;
  width: 0px;
  height: 23px;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  padding-inline: 0;
  padding-block: 5px;
  contain: content;
  border-radius: 30px;
  background: #49654e;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  transition: opacity 0.4s, width 0.4s, padding 0.5s;
}
.imagenet-whatsapp {
  /* animacion pulse */
}
.imagenet-whatsapp-pulse {
  width: 60px;
  height: 60px;
  right: 10px;
  bottom: 10px;
  background: #10b418;
  position: fixed;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  z-index: 99;
  display: inline-block;
  line-height: 65px;
}
.imagenet-whatsapp-pulse::before, .imagenet-whatsapp-pulse::after {
  position: absolute;
  content: " ";
  z-index: -1;
  bottom: -27px;
  right: -27px;
  border: 1px solid #10b418;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  animation-fill-mode: both;
  opacity: 1;
  animation: pulse 1.8s linear;
  animation-iteration-count: infinite;
}
.imagenet-whatsapp-pulse::after {
  animation-delay: 0.5s;
}
.imagenet-page404 {
  display: grid;
  align-content: space-between;
  padding-block: 100px;
}
.imagenet-page404-header {
  min-height: 400px;
  width: 100%;
  background-size: auto calc(100% + 200px);
  background-position: center;
  background-repeat: no-repeat;
}
.imagenet-page404-container {
  display: grid;
  gap: 20px;
}
.imagenet-main {
  display: grid;
  gap: var(--gap-default);
  padding-block: var(--gap-default);
}
.imagenet-main--limit {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(1, minmax(0, 1200px));
  padding-inline: var(--pinline);
}
.imagenet-main--limit.pblock {
  padding-block: var(--pblock);
}
.imagenet-main--primary-light {
  background-color: var(--primary-light);
}
.imagenet-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  background: rgba(0, 0, 0, 0.8);
}
.imagenet-popup.open {
  display: block;
}
.imagenet-popup-button {
  box-shadow: 0 6px 10px 1px rgba(0, 0, 0, 0.15);
}
.imagenet-popup-button.close {
  padding: 7px 10px;
  line-height: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}
.imagenet-popup .swiper {
  width: 100%;
  height: 100%;
}
.imagenet-popup .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imagenet-popup .mainSlide {
  height: 80%;
  width: 100%;
}
.imagenet-popup .mainSlide .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.imagenet-popup .mainSlide .imagenet-ablock-uitem-arrow.left,
.imagenet-popup .mainSlide .imagenet-ablock-uitem-arrow.right {
  z-index: 3;
}
.imagenet-popup .thumbSlide {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.imagenet-popup .thumbSlide .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.imagenet-popup .thumbSlide .swiper-wrapper {
  gap: 10px;
}
.imagenet-popup .thumbSlide .swiper-slide-thumb-active {
  opacity: 1;
}
.imagenet-popup .thumbSlide .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--radius);
}
.imagenet-popup-arrow {
  position: absolute;
  top: 50%;
  padding-block: 5px;
  backdrop-filter: blur(1px);
  transform: translateY(-50%);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  z-index: 3;
}
.imagenet-popup-arrow.left {
  left: 5px;
}
.imagenet-popup-arrow.right {
  right: 5px;
}
.imagenet-pagination {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-around;
}
.galeria-container .imagenet-pagination {
  --primary: #fff;
}
.galeria-container .imagenet-pagination a.ativo, .galeria-container .imagenet-pagination a:hover {
  color: var(--gray);
}
.imagenet-pagination-list {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
}
.imagenet-pagination a {
  outline: 0;
  cursor: pointer;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px 20px;
  border-radius: var(--radius);
  font-weight: 600;
  transition: var(--transition);
  background-color: transparent;
  color: var(--gray);
  border: 1px solid var(--lightgray);
}
.imagenet-pagination a:hover, .imagenet-pagination a.ativo {
  color: var(--white);
  border-color: var(--primary);
  background-color: var(--primary);
}
.imagenet-pagination .prev-btn,
.imagenet-pagination .next-btn {
  margin-inline: auto;
  padding-block: 8px;
  color: var(--primary);
  border-color: var(--primary);
}
.imagenet-pagination .prev-btn.disabled,
.imagenet-pagination .next-btn.disabled {
  pointer-events: none;
  color: var(--gray);
  border-color: var(--lightgray);
  background-color: var(--lightgray);
}
.imagenet-hblock-main {
  display: grid;
  gap: 15px;
}
.imagenet-hblock-main.main-form {
  justify-content: center;
  grid-template-columns: minmax(0, 800px);
}
.imagenet-hblock-section {
  display: grid;
  gap: 20px;
}
.imagenet-hblock-section.section-form {
  background-color: #f9f9f9;
  border: 1px solid #e8e8e8;
  padding-block: 50px;
  padding-inline: 80px;
  border-radius: var(--radius);
  box-shadow: 0 6px 10px 1px rgba(0, 0, 0, 0.1);
}
.imagenet-hblock-header, .imagenet-hblock-content {
  display: grid;
  gap: 10px;
}
.imagenet-hblock-form {
  display: grid;
  gap: 20px;
}
.imagenet-hblock-form-group {
  border: unset;
  display: grid;
  gap: 10px;
  border-top: 1px solid #e8e8e8;
  padding-top: 20px;
}
.imagenet-hblock-form-container {
  display: grid;
  gap: 20px;
}
.imagenet-hblock-form-container.w10 {
  width: 100%;
}
.imagenet-hblock-form .imagenet-search-container {
  flex: 1;
}
.imagenet-hblock-form-submit {
  width: 100%;
  padding-block: 15px;
}
.imagenet-hblock-form-search {
  padding-block: 18px;
}
.imagenet-hblock-input-container {
  display: grid;
  gap: 5px;
  flex: 1;
}
.imagenet-location {
  display: grid;
  gap: 30px;
  background-color: var(--primary-light);
  text-align: center;
}
.imagenet-location-header {
  display: grid;
  gap: 10px;
  justify-content: center;
  text-align: center;
  justify-items: center;
}
.imagenet-location-map {
  width: 100%;
  height: 400px;
  display: block;
}

/* =========================================
    2. HEADER E BARRA DE FERRAMENTAS
    ========================================= */
.cabecalho-principal {
  background-color: #ffffff;
  width: 100%;
  padding: 0;
  position: relative;
}

.header-container {
  position: relative;
  width: 100%;
  display: block;
}
.header-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  pointer-events: none;
  z-index: 5;
}
.header-banner {
  width: 100%;
  height: auto;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  display: block;
}
.header-tools {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 10;
}

.accessibility-box {
  display: flex;
  gap: 5px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px);
  padding: 5px 10px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.access-btn {
  background: transparent;
  border: none;
  color: white;
  font-size: 0.85rem;
  font-weight: bold;
  cursor: pointer;
  padding: 0 5px;
  transition: 0.2s;
}

.access-btn:hover {
  color: var(--primary-gold);
  transform: scale(1.1);
}

.search-box {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  transition: background 0.3s;
}

.search-box:hover,
.search-box:focus-within {
  background: rgba(255, 255, 255, 0.3);
}

.search-input {
  background: transparent;
  border: none;
  outline: none;
  color: white;
  font-size: 0.9rem;
  width: 150px;
}

.search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.search-input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.search-btn {
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
}

.social-icons {
  display: flex;
  gap: 12px;
}

.social-link {
  color: white;
  font-size: 1.2rem;
  transition: transform 0.2s, color 0.2s;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.social-link:hover {
  transform: translateY(-2px);
  color: var(--primary-gold);
}

/* =========================================
       3. NAVEGAÇÃO
       ========================================= */
.navbar-minimalista {
  background-color: #ffffff;
  width: 100%;
  padding: 20px 20px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}

.nav-central {
  display: flex;
  gap: 10px;
}

.btn-quadrado {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 50px;
  color: #555;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #ddd;
  background: #fff;
  transition: all 0.3s ease;
  text-align: center;
  line-height: 1.2;
  padding: 0 5px;
}

.btn-quadrado:hover {
  border-color: var(--primary-blue);
  color: var(--primary-blue);
  background-color: #f9f9f9;
}

.btn-quadrado.active {
  background-color: var(--primary-blue);
  color: #ffffff;
  border-color: var(--primary-blue);
}

.nav-item:hover .btn-quadrado {
  border-color: var(--primary-blue);
  color: var(--primary-blue);
  background-color: #f9f9f9;
}

.nav-responsive {
  display: flex;
  gap: 10px;
}

.nav-item {
  position: relative;
}

.nav-item.open > a {
  border-color: var(--primary-blue);
  color: var(--primary-blue);
  background-color: #f9f9f9;
}

.nav-submenu {
  display: none;
  padding-top: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.nav-item.open .nav-submenu {
  display: block;
}

.nav-submenu-content {
  max-height: 300px;
  width: 300px;
  background-color: var(--white);
  overflow: auto;
  border-radius: 10px 0 0 10px;
  border: 1px solid #ddd;
  box-shadow: 0 11px 10px rgba(0, 0, 0, 0.3);
}

.nav-submenu-item {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #f8f8f8;
  transition: 400ms;
}

.nav-submenu-item:hover {
  background: #f8f9fa;
  color: #c5a059;
  padding-left: 20px;
}

.nav-buttons,
.nav-button .close {
  display: none;
}

.nav-button {
  width: 50px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .navbar-minimalista {
    justify-content: unset;
  }
  .nav-central {
    width: 100%;
  }
  .nav-buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .nav-responsive.open {
    display: flex;
  }
  .nav-responsive {
    display: none;
    gap: 10px;
    box-shadow: 0 11px 10px 3px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 20px;
    left: 0;
    z-index: 10;
    background-color: #fff;
    flex-direction: column;
    border: 1px solid #eee;
  }
  .nav-responsive .home {
    display: none;
  }
  .nav-item .btn-quadrado {
    width: 100%;
  }
  .nav-submenu {
    position: unset;
    transform: unset;
  }
  .nav-submenu-content {
    box-shadow: unset;
    width: 100%;
  }
}
/* =========================================
       4. LAYOUT GRID PRINCIPAL
       ========================================= */
.main-container {
  display: grid;
  grid-template-columns: 260px 1fr 260px;
  gap: 20px;
  max-width: 1300px;
  margin: 20px auto;
  padding: 0 15px;
  flex: 1;
}

aside {
  background: transparent;
}

.content-center {
  background: white;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 4px;
}

/* =========================================
       5. SIDEBAR (Menus Expansíveis)
       ========================================= */
.sidebar-title {
  background-color: #002b5c;
  color: white;
  padding: 10px 15px;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 4px 4px 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.sidebar-content {
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  margin-bottom: 0;
}

.sidebar-content li a {
  display: block;
  padding: 10px 15px;
  color: #444;
  border-bottom: 1px solid #eee;
  font-size: 0.85rem;
  transition: 0.3s;
}

.sidebar-content li a:hover {
  background: #f8f9fa;
  color: #c5a059;
  padding-left: 20px;
}

.destaque-pauta a {
  font-weight: 800 !important;
  color: #002b5c !important;
  background-color: #f9f6f0;
  border-left: 4px solid #c5a059;
  display: flex;
  align-items: center;
  gap: 8px;
}

.breadcrumb-bar {
  background-color: #2c0e52;
  color: rgba(255, 255, 255, 0.7);
  padding: 12px 0;
  font-size: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.breadcrumb-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  /* Permite quebrar linha no mobile */
}

.breadcrumb-link {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumb-link:hover {
  color: var(--primary-gold);
  text-decoration: underline;
}

.breadcrumb-current {
  color: var(--primary-gold);
  font-weight: bold;
}

.destaque-pauta a:hover {
  background-color: #f0eadd !important;
}

.destaque-pauta .fa-chevron-right {
  font-size: 0.7rem;
  opacity: 0.5;
}

/* =========================================
       4. HERO ESCOLA
       ========================================= */
.school-hero {
  position: relative;
  width: 100%;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  color: white;
  padding: 50px 5%;
  align-items: center;
}

.school-hero-content {
  max-width: 700px;
  z-index: 2;
  animation: fadeIn 1s ease-out;
}

.hero-badge {
  background-color: var(--primary-gold);
  color: var(--primary-blue);
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 15px;
}

.school-title {
  font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.1;
}

.school-subtitle {
  font-family: "Questrial", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  opacity: 0.9;
  margin-bottom: 30px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* =========================================
    5. BARRA DE LOGIN EAD (FLUTUANTE)
    ========================================= */
.login-bar-container {
  max-width: 1100px;
  width: 100%;
  /* Garante que não estoure no mobile */
  margin: -60px auto 60px auto;
  position: relative;
  z-index: 10;
  padding: 0 20px;
}

.login-bar {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  border-top: 5px solid var(--primary-gold);
}

.login-info {
  flex: 1;
  min-width: 250px;
}

.login-info h3 {
  color: var(--primary-blue);
  margin: 0 0 5px 0;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.login-info p {
  color: #666;
  font-size: 0.9rem;
  margin: 0;
}

.login-form {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.input-group {
  position: relative;
}

.input-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}

.input-ead {
  padding: 12px 15px 12px 35px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fdfdfd;
  width: 200px;
  font-size: 0.9rem;
  transition: border-color 0.3s;
}

.input-ead:focus {
  border-color: var(--primary-blue);
  outline: none;
}

.btn-ead {
  background: var(--primary-blue);
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 0.9rem;
  box-shadow: 0 4px 10px rgba(0, 43, 92, 0.3);
  transition: all 0.3s;
}

.btn-ead:hover {
  background: #004a8d;
  transform: translateY(-2px);
}

.btn-certificado {
  background: transparent;
  border: 2px solid var(--primary-gold);
  color: var(--primary-gold);
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 0.85rem;
  transition: all 0.3s;
}

.btn-certificado:hover {
  background: var(--primary-gold);
  color: #fff;
}

/* =========================================
       6. CATÁLOGO DE CURSOS
       ========================================= */
.section-container {
  padding: 50px 5%;
  width: 100%;
  font-size: 1.1em;
  display: grid;
  gap: 30px;
}

.catalog-header {
  text-align: center;
  border-bottom: 1px solid #eee;
}

.catalog-title {
  font-size: 2rem;
  color: var(--primary-blue);
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.filter-tabs {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.filter-btn {
  padding: 10px 25px;
  border-radius: 30px;
  border: 1px solid #ddd;
  background: #fff;
  color: #666;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
}

.filter-btn.active,
.filter-btn:hover {
  background: var(--primary-blue);
  color: #fff;
  border-color: var(--primary-blue);
  box-shadow: 0 4px 10px rgba(0, 43, 92, 0.2);
}

/* Grid de Cursos (AJUSTE MOBILE) */
.courses-grid {
  display: grid;
  /* Alterado de 340px para 280px para caber em telas menores sem estourar */
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
}

.course-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  position: relative;
}

.course-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.course-img-wrapper {
  height: 300px;
  position: relative;
  overflow: hidden;
}

.course-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}

.course-card:hover .course-img {
  transform: scale(1.1);
}

.badges-container {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  gap: 8px;
}

.badge {
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.badge-ead {
  background: #fff;
  color: var(--primary-blue);
}

.badge-presencial {
  background: var(--primary-blue);
  color: #fff;
}

.badge-vagas {
  background: #27ae60;
  color: #fff;
}

.course-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.course-meta {
  display: flex;
  gap: 15px;
  font-size: 0.8rem;
  color: #888;
  margin-bottom: 12px;
  font-weight: 500;
}

.course-meta i {
  color: var(--primary-gold);
  margin-right: 5px;
}

.course-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
  line-height: 1.4;
}

.course-description {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 25px;
  line-height: 1.6;
  flex-grow: 1;
}

.btn-subscribe {
  width: 100%;
  padding: 12px;
  background-color: transparent;
  color: var(--primary-blue);
  border: 2px solid var(--primary-blue);
  border-radius: 6px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9rem;
  transition: all 0.3s;
  text-align: center;
  margin-top: auto;
}

.course-card:hover .btn-subscribe {
  background-color: var(--primary-blue);
  color: #fff;
}

/* =========================================
       7. PROJETOS CIDADANIA
       ========================================= */
.citizenship-wrapper {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 80px 0;
  margin-bottom: 60px;
  width: 100%;
}

.projects-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.project-feature {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
}

.project-feature:hover {
  transform: translateY(-5px);
}

.project-img-box {
  width: 45%;
  position: relative;
}

.project-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-info {
  width: 55%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.project-label {
  color: var(--primary-gold);
  font-weight: bold;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.project-heading {
  font-size: 1.8rem;
  color: var(--primary-blue);
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.2;
}

.project-txt {
  font-size: 1rem;
  color: #666;
  margin-bottom: 25px;
}

.btn-project-link {
  color: var(--primary-blue);
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.btn-project-link:hover {
  gap: 15px;
  color: var(--primary-gold);
}

/* =========================================
       8. SERVIÇOS RÁPIDOS
       ========================================= */
.services-header {
  text-align: center;
  margin-bottom: 40px;
}

.services-header h2 {
  font-size: 1.8rem;
  color: var(--primary-blue);
  font-weight: 700;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.service-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #eee;
  transition: all 0.3s;
  cursor: pointer;
}

.service-card:hover {
  border-color: var(--primary-gold);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.service-icon-box {
  width: 60px;
  height: 60px;
  background: rgba(0, 43, 92, 0.1);
  color: var(--primary-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin: 0 auto 15px auto;
  transition: background 0.3s, color 0.3s;
}

.service-card:hover .service-icon-box {
  background: var(--primary-blue);
  color: #fff;
}

.service-name {
  font-weight: bold;
  font-size: 1rem;
  color: #333;
}

.sidebar-left,
.sidebar-right {
  display: grid;
  gap: 30px;
  align-content: start;
}

/* Botão Portal do Servidor */
.btn-portal-container {
  width: 100%;
}

.btn-portal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 15px;
  background-color: #2c3e50;
  color: white;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 6px;
  transition: all 0.3s ease;
  border: 1px solid #1a252f;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-portal:hover {
  background-color: #34495e;
  color: #c5a059;
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.fechado {
  display: none !important;
}

.fa-chevron-up {
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}

.girar-seta {
  transform: rotate(0deg);
}

/* =========================================
       6. CONTEÚDO PRINCIPAL
       ========================================= */
.banner-container {
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.slider {
  width: 100%;
  height: 100%;
}

.slide {
  display: none;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: white;
  transition: opacity 0.6s ease-in-out;
}

.slide.active {
  display: flex;
}

.slide-content {
  text-align: center;
  padding: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}

.slide-content h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-weight: 800;
}

.slide-content p {
  font-size: 1.2rem;
  font-weight: 500;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.3);
  color: white;
  border: none;
  font-size: 24px;
  padding: 15px;
  cursor: pointer;
  transition: 0.3s;
}

.slider-btn:hover {
  background: rgba(0, 0, 0, 0.7);
}

.prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}

.next {
  right: 0;
  border-radius: 5px 0 0 5px;
}

.news-list {
  padding: 0 10px;
}

.news-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}

.news-tags-item {
  border: 1px solid;
  border-radius: 5px;
  padding-block: 3px;
  padding-inline: 5px;
  background-color: var(--primary-gold);
  color: var(--white);
  display: inline-block;
  max-width: 150px;
}

.news-list li:last-child {
  border-bottom: none;
}

.news-thumb {
  width: 110px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

.news-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.news-date {
  font-size: 0.7rem;
  color: #c5a059;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.news-date::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #c5a059;
  border-radius: 50%;
}

.news-link {
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 5px;
  transition: color 0.2s;
}

.news-link:hover {
  color: #002b5c;
  text-decoration: underline;
}

.news-resumo {
  font-size: 0.85rem;
  color: #666;
  margin-top: 5px;
}

.vereadores-section {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.vereadores-title {
  font-size: 1.2rem;
  color: #002b5c;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}

.vereadores-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.vereador-card {
  width: 100px;
  text-align: center;
  transition: transform 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}

.vereador-card:hover {
  transform: translateY(-5px);
}

.vereador-img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #e0e0e0;
  padding: 2px;
  transition: border-color 0.3s;
}

.vereador-card:hover .vereador-img {
  border-color: #c5a059;
}

.vereador-nome {
  font-size: 0.75rem;
  font-weight: bold;
  color: #333;
  margin-top: 8px;
  line-height: 1.2;
}

.vereador-partido {
  font-size: 0.65rem;
  color: #666;
  background: #f0f0f0;
  padding: 2px 6px;
  border-radius: 10px;
  display: inline-block;
  margin-top: 4px;
}

/* SEÇÃO: ACESSO RÁPIDO */
.acesso-rapido-section {
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.acesso-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.acesso-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px 10px;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-align: center;
  height: 100%;
}

.acesso-card:hover {
  transform: translateY(-5px);
  border-color: #c5a059;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.acesso-card > i {
  font-size: 2rem;
  color: #002b5c;
  margin-bottom: 10px;
  transition: color 0.3s;
}

.acesso-card:hover > i {
  color: #c5a059;
}

.acesso-text {
  font-size: 0.8rem;
  font-weight: bold;
  color: #555;
  text-transform: uppercase;
  line-height: 1.2;
}

/* =========================================
       7. WIDGETS (Direita)
       ========================================= */
.widget-box {
  background: white;
  border: 1px solid #ddd;
  padding: 15px;
  text-align: center;
}

.agenda-container {
  position: relative;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.agenda-item {
  display: none;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  text-align: left;
  animation: fadeIn 0.5s;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}

.agenda-item.active {
  display: flex;
}

.agenda-item:hover {
  background-color: #f0f2f5;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.agenda-date-box {
  background: #002b5c;
  color: white;
  width: 55px;
  height: 55px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color 0.2s;
}

.agenda-item:hover .agenda-date-box {
  background: #c5a059;
}

.agenda-day {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
}

.agenda-month {
  font-size: 0.65rem;
  text-transform: uppercase;
}

.agenda-info h4 {
  font-size: 0.9rem;
  color: #002b5c;
  margin-bottom: 2px;
}

.agenda-info span {
  font-size: 0.75rem;
  color: #666;
  display: block;
}

.avisos-list-formal {
  padding: 0 !important;
  margin: 0 !important;
  text-align: left;
}

.aviso-item-formal {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  display: block;
}

.aviso-item-formal:last-child {
  border-bottom: none;
}

.aviso-link-formal {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #002b5c;
  margin-bottom: 4px;
  transition: color 0.2s;
}

.aviso-link-formal:hover {
  color: #c5a059;
  text-decoration: underline;
}

.aviso-text-formal {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.4;
  margin: 0;
}

.net-widget {
  background: linear-gradient(135deg, #b31217 0%, #e52d27 100%);
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  color: white;
  box-shadow: 0 4px 10px rgba(179, 18, 23, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.net-widget:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(179, 18, 23, 0.3);
}

.net-icon {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 10px;
  display: block;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.net-title {
  font-size: 1.2rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
  letter-spacing: 0.5px;
}

.net-desc {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 15px;
  line-height: 1.3;
}

.net-btn {
  background: #ffffff;
  color: #b31217;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 10px 25px;
  border-radius: 20px;
  display: inline-block;
  transition: background 0.3s, color 0.3s;
}

.net-btn:hover {
  background: #f0f0f0;
  color: #cc0000;
}

.btn-esic {
  display: block;
  background: #c5a059;
  color: white;
  border: none;
  padding: 10px;
  width: 100%;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s;
}

.btn-esic:hover {
  background: #b08d4b;
}

/* =========================================
       5. GALERIA LILÁS (ANIMADA)
       ========================================= */
.galeria-wrapper {
  width: 100%;
  background: linear-gradient(-45deg, #4a148c, #6a1b9a, #8e24aa, #ab47bc);
  background-size: 400% 400%;
  animation: gradientBG 15s ease infinite;
  padding: 60px 20px;
  flex: 1;
}

.galeria-container {
  display: grid;
  gap: 50px;
}

@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.galeria-header {
  text-align: center;
  margin-bottom: 60px;
  color: #fff;
}

.galeria-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.5rem, 8vw, 3.5rem);
  margin: 0;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.divider {
  width: 100px;
  height: 4px;
  background: #c5a059;
  margin: 20px auto;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.profile-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #c5a059;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease-out;
  height: -moz-fit-content;
  height: fit-content;
}

.profile-card.show {
  opacity: 1;
  transform: translateY(0);
}

.main-photo-container {
  height: 350px;
  width: 100%;
  border-bottom: 3px solid #c5a059;
  overflow: hidden;
}

.main-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: transform 0.5s;
}

.profile-card:hover .main-photo {
  transform: scale(1.05);
}

.profile-body {
  padding: 30px;
  text-align: center;
  flex: 1;
}

.profile-name {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  color: #4a148c;
  margin-bottom: 10px;
}

.mandato-badge {
  background: #4a148c;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 20px;
}

.profile-bio {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
  font-style: italic;
}

/* =========================================
       7. RESPONSIVIDADE
       ========================================= */
@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .slide-content h2 {
    font-size: 2.2em;
  }
  .news-list li {
    flex-direction: column;
  }
  .news-thumb {
    width: 100%;
  }
}
body.alto-contraste .profile-card {
  background: #1a1a1a;
  border-color: #fff;
}

body.alto-contraste .profile-name {
  color: #ffff00;
}

/* =========================================
    8. RODAPÉ (NEWSLETTER + MAPA + CRÉDITOS)
   ========================================= */
.footer-wrapper {
  width: 100%;
}

/* Newsletter (Azul) */
.newsletter-section {
  background-color: #002b5c;
  color: white;
  padding: 25px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  border-top: 4px solid #c5a059;
}

.news-title-box h3 {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}

.news-title-box span {
  font-size: 1.6rem;
  font-weight: 300;
  display: block;
}

.news-desc-box {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 40px;
  max-width: 300px;
}

.news-desc-text {
  font-size: 0.95rem;
  line-height: 1.3;
}

.news-form {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.form-group label {
  font-size: 0.8rem;
  font-weight: bold;
}

.form-input {
  padding: 10px;
  border-radius: 4px;
  border: none;
  width: 250px;
  font-family: inherit;
}

.btn-news {
  background: linear-gradient(to bottom, #5cb85c 0%, #4cae4c 100%);
  color: white;
  border: 1px solid #4cae4c;
  padding: 15px 30px;
  border-radius: var(--radius);
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  /* Alinha com input */
}

.btn-news:hover {
  background: #449d44;
}

/* Mapa do Site (Cinza Claro) */
.mapa-site-bar {
  background-color: #f8f9fa;
  border-bottom: 1px solid #e0e0e0;
  padding: 12px 0;
  text-align: center;
}

.mapa-link {
  color: #555;
  font-size: 0.85rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s;
}

.mapa-link:hover {
  color: #002b5c;
  text-decoration: underline;
}

/* Créditos (Cinza Escuro) */
.main-footer {
  background-color: #2c3e50;
  color: #bdc3c7;
  padding: 40px 20px;
  font-size: 0.8rem;
  line-height: 1.6;
}

.footer-content {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-left {
  text-align: left;
}

.footer-right {
  text-align: right;
}

.footer-link-mail {
  color: #fff;
  text-decoration: none;
}

.footer-link-mail:hover {
  text-decoration: underline;
  color: #c5a059;
}

@media (max-width: 1024px) {
  .newsletter-section {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .news-desc-box {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
  }
  .news-form {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .form-input {
    width: 100%;
    max-width: 400px;
  }
  .btn-news {
    width: 100%;
    max-width: 400px;
  }
  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-left,
  .footer-right {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .login-bar {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .login-info h3 {
    justify-content: center;
  }
  .login-form {
    flex-direction: column;
    width: 100%;
  }
  .input-group,
  .input-ead,
  .btn-ead,
  .btn-certificado {
    width: 100%;
    margin-bottom: 10px;
  }
  /* Ajuste de Grade para não estourar */
  .projects-grid {
    grid-template-columns: 1fr;
  }
  .project-feature {
    flex-direction: column;
  }
  .project-img-box {
    width: 100%;
    height: 200px;
  }
  .project-info {
    width: 100%;
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /* Rodapé */
  .newsletter-section {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .news-desc-box {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
  }
  .news-form {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .form-input,
  .btn-news {
    width: 100%;
    max-width: 400px;
  }
  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
}
/* =========================================
       9. ACESSIBILIDADE
       ========================================= */
body.alto-contraste {
  background-color: #000 !important;
  color: #fff !important;
}

body.alto-contraste .cabecalho-principal,
body.alto-contraste .content-center,
body.alto-contraste .widget-box,
body.alto-contraste .sidebar-content,
body.alto-contraste .navbar-minimalista,
body.alto-contraste .btn-quadrado,
body.alto-contraste .net-widget,
body.alto-contraste .btn-portal,
body.alto-contraste .newsletter-section,
body.alto-contraste .main-footer,
body.alto-contraste .mapa-site-bar,
body.alto-contraste .acesso-card {
  background: #1a1a1a !important;
  color: #fff !important;
  border-color: #555 !important;
}

body.alto-contraste a,
body.alto-contraste h1,
body.alto-contraste h2,
body.alto-contraste h3,
body.alto-contraste h4,
body.alto-contraste .net-icon,
body.alto-contraste .net-btn,
body.alto-contraste .news-title-box h3,
body.alto-contraste .news-title-box span,
body.alto-contraste .acesso-card > i {
  color: #ffff00 !important;
  background: transparent !important;
  border: 1px solid #ffff00 !important;
}

body.alto-contraste .profile-card {
  background: #1a1a1a;
  border-color: #fff;
}

body.alto-contraste .profile-name {
  color: #ffff00;
}

@media (max-width: 1024px) {
  .main-container {
    grid-template-columns: 1fr;
  }
  .sidebar-left {
    order: 2;
  }
  .content-center {
    order: 1;
  }
  .sidebar-right {
    order: 3;
  }
}
@media (max-width: 768px) {
  .header-banner {
    height: 120px !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left center;
       object-position: left center;
  }
  .header-container::after {
    display: none !important;
  }
  .header-tools {
    position: relative;
    top: 0;
    right: 0;
    background: #002b5c;
    width: 100%;
    margin-top: -4px;
    padding: 15px;
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
  .search-box {
    width: 100%;
    justify-content: space-between;
    order: 1;
    background: rgba(255, 255, 255, 0.15);
  }
  .search-input {
    width: 100%;
  }
  .accessibility-box {
    order: 2;
    margin: 0;
    background: transparent;
    border: none;
  }
  .social-icons {
    order: 3;
    gap: 20px;
  }
  .nav-central {
    flex-wrap: wrap;
    justify-content: center;
  }
  .banner-container {
    height: 300px;
  }
  /* Hero ajustado para mobile */
  .school-hero {
    height: auto;
    padding: 60px 20px 80px 20px;
    text-align: center;
  }
  .school-hero-content {
    margin-bottom: 20px;
  }
  .school-title {
    font-size: 2.5rem;
  }
}
/* Alto Contraste */
body.alto-contraste .school-hero {
  filter: grayscale(100%);
}

body.alto-contraste .login-bar,
body.alto-contraste .course-card,
body.alto-contraste .project-feature {
  background: #000;
  border: 1px solid #fff;
  color: #fff;
}

body.alto-contraste .section-title,
body.alto-contraste .school-title {
  color: #ffff00;
}

body.alto-contraste .btn-ead,
body.alto-contraste .btn-subscribe {
  background: #ffff00;
  color: #000;
  border: none;
}

body.alto-contraste .breadcrumb-bar {
  background: #000;
}

.files-container {
  padding-block: 20px;
}

.files-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}

.file-link {
  display: grid;
  gap: 3px;
  align-items: center;
  text-decoration: none;
  color: #002b5c;
  padding: 10px 15px;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
}

.file-flex-line {
  justify-content: space-between;
  display: flex;
  gap: 10px;
  align-items: center;
}

.file-link i {
  font-size: 1.5rem;
}

.file-link:hover {
  background-color: #f0f2f5;
}

.file-link:hover > span > i {
  color: #007bff;
}

/* color for file type */
.file-link i.fa-file-pdf {
  color: #e74c3c;
}

.file-link i.fa-file-doc {
  color: #2e86de;
}

.file-link i.fa-file-xls {
  color: #27ae60;
}

.file-link i.fa-file-powerpoint {
  color: #d35400;
}

.file-link i.fa-file-image {
  color: #8e44ad;
}

.file-link i.fa-file-alt {
  color: #7f8c8d;
}

/* ##################################################### */
/* ################### Cards Class ##################### */
/* ##################################################### */
/* ##################################################### */
/* #################### Text Class ##################### */
/* ##################################################### */
.svg-inline--fa {
  width: 1em;
}

.title-xxxlarge {
  font-size: 4em;
}
.title-xxlarge {
  font-size: 3.5em;
}
.title-xlarge {
  font-size: 3em;
}
.title-large {
  font-size: 2.5em;
}
.title-medium {
  font-size: 2em;
}
.title-small {
  font-size: 1.5em;
}
.title-xsmall {
  font-size: 1.25em;
}

.text-large {
  font-size: 1.2em;
}
.text-medium {
  font-size: 1.1em;
}
.text-default {
  font-size: 1em;
}
.text-small {
  font-size: 0.95em;
}
.text-xsmall {
  font-size: 0.85em;
}
.text-xxsmall {
  font-size: 0.8em;
}
.text-xxxsmall {
  font-size: 0.75em;
}
.text-shadow-s {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.text-shadow-m {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.text-shadow-l {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
.text--default {
  color: var(--default);
}
.text--imagenet {
  color: var(--imagenet);
}
.text--primary {
  color: var(--primary);
}
.text--primary-light {
  color: var(--primary-light);
}
.text--primary-dark {
  color: var(--primary-dark);
}
.text--secondary {
  color: var(--secondary);
}
.text--secondary-light {
  color: var(--secondary-light);
}
.text--secondary-dark {
  color: var(--secondary-dark);
}
.text--gray {
  color: var(--gray);
}
.text--lightgray {
  color: var(--lightgray);
}
.text--white {
  color: var(--white);
}
.text--whatsapp {
  color: var(--whatsapp);
}
.text--center {
  text-align: center;
}
.text--left {
  text-align: left;
}
.text--right {
  text-align: right;
}
.text--light {
  font-weight: 300;
}
.text--normal {
  font-weight: 400;
}
.text--bold {
  font-weight: 800;
}
.text--black {
  font-weight: 900;
}
.text--lowercase {
  text-transform: lowercase;
}
.text--capitalize {
  text-transform: capitalize;
}
.text--uppercase {
  text-transform: uppercase;
}
.text--underline {
  text-decoration: underline;
}
.text--max-line {
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  /* &:hover {
    -webkit-line-clamp: unset!important;
  } */
}
.text--max-line.l1 {
  -webkit-line-clamp: 1;
}
.text--max-line.l2 {
  -webkit-line-clamp: 2;
}
.text--max-line.l3 {
  -webkit-line-clamp: 3;
}
.text--max-line.l4 {
  -webkit-line-clamp: 4;
}
.text--max-line.l5 {
  -webkit-line-clamp: 5;
}
.text--max-line.l6 {
  -webkit-line-clamp: 6;
}
.text--max-line.l7 {
  -webkit-line-clamp: 7;
}
.text--max-line.l8 {
  -webkit-line-clamp: 8;
}
.text--max-line.l9 {
  -webkit-line-clamp: 9;
}
.text--max-line.l10 {
  -webkit-line-clamp: 10;
}
.text--max-line.l11 {
  -webkit-line-clamp: 11;
}
.text--max-line.l12 {
  -webkit-line-clamp: 12;
}
.text--max-line.l13 {
  -webkit-line-clamp: 13;
}
.text--max-line.l14 {
  -webkit-line-clamp: 14;
}
.text--max-line.l15 {
  -webkit-line-clamp: 15;
}
.text--max-line.l16 {
  -webkit-line-clamp: 16;
}
.text--max-line.l17 {
  -webkit-line-clamp: 17;
}
.text--max-line.l18 {
  -webkit-line-clamp: 18;
}
.text--max-line.l19 {
  -webkit-line-clamp: 19;
}
.text--max-line.l20 {
  -webkit-line-clamp: 20;
}
.text--max-line.l21 {
  -webkit-line-clamp: 21;
}
.text--max-line.l22 {
  -webkit-line-clamp: 22;
}
.text--max-line.l23 {
  -webkit-line-clamp: 23;
}
.text--max-line.l24 {
  -webkit-line-clamp: 24;
}
.text--max-line.l25 {
  -webkit-line-clamp: 25;
}
.text--max-line.l26 {
  -webkit-line-clamp: 26;
}
.text--max-line.l27 {
  -webkit-line-clamp: 27;
}
.text--max-line.l28 {
  -webkit-line-clamp: 28;
}
.text--max-line.l29 {
  -webkit-line-clamp: 29;
}
.text--max-line.l30 {
  -webkit-line-clamp: 30;
}
.text--max-line.l31 {
  -webkit-line-clamp: 31;
}
.text--max-line.l32 {
  -webkit-line-clamp: 32;
}
.text--max-line.l33 {
  -webkit-line-clamp: 33;
}
.text--max-line.l34 {
  -webkit-line-clamp: 34;
}
.text--max-line.l35 {
  -webkit-line-clamp: 35;
}
.text--max-line.l36 {
  -webkit-line-clamp: 36;
}
.text--max-line.l37 {
  -webkit-line-clamp: 37;
}
.text--max-line.l38 {
  -webkit-line-clamp: 38;
}
.text--max-line.l39 {
  -webkit-line-clamp: 39;
}
.text--max-line.l40 {
  -webkit-line-clamp: 40;
}
.text--max-line.l41 {
  -webkit-line-clamp: 41;
}
.text--max-line.l42 {
  -webkit-line-clamp: 42;
}
.text--max-line.l43 {
  -webkit-line-clamp: 43;
}
.text--max-line.l44 {
  -webkit-line-clamp: 44;
}
.text--max-line.l45 {
  -webkit-line-clamp: 45;
}
.text--max-line.l46 {
  -webkit-line-clamp: 46;
}
.text--max-line.l47 {
  -webkit-line-clamp: 47;
}
.text--max-line.l48 {
  -webkit-line-clamp: 48;
}
.text--max-line.l49 {
  -webkit-line-clamp: 49;
}
.text--max-line.l50 {
  -webkit-line-clamp: 50;
}
.text--max-line.l51 {
  -webkit-line-clamp: 51;
}
.text--max-line.l52 {
  -webkit-line-clamp: 52;
}
.text--max-line.l53 {
  -webkit-line-clamp: 53;
}
.text--max-line.l54 {
  -webkit-line-clamp: 54;
}
.text--max-line.l55 {
  -webkit-line-clamp: 55;
}
.text--max-line.l56 {
  -webkit-line-clamp: 56;
}
.text--max-line.l57 {
  -webkit-line-clamp: 57;
}
.text--max-line.l58 {
  -webkit-line-clamp: 58;
}
.text--max-line.l59 {
  -webkit-line-clamp: 59;
}
.text--max-line.l60 {
  -webkit-line-clamp: 60;
}
.text--max-line.l61 {
  -webkit-line-clamp: 61;
}
.text--max-line.l62 {
  -webkit-line-clamp: 62;
}
.text--max-line.l63 {
  -webkit-line-clamp: 63;
}
.text--max-line.l64 {
  -webkit-line-clamp: 64;
}
.text--max-line.l65 {
  -webkit-line-clamp: 65;
}
.text--max-line.l66 {
  -webkit-line-clamp: 66;
}
.text--max-line.l67 {
  -webkit-line-clamp: 67;
}
.text--max-line.l68 {
  -webkit-line-clamp: 68;
}
.text--max-line.l69 {
  -webkit-line-clamp: 69;
}
.text--max-line.l70 {
  -webkit-line-clamp: 70;
}
.text--max-line.l71 {
  -webkit-line-clamp: 71;
}
.text--max-line.l72 {
  -webkit-line-clamp: 72;
}
.text--max-line.l73 {
  -webkit-line-clamp: 73;
}
.text--max-line.l74 {
  -webkit-line-clamp: 74;
}
.text--max-line.l75 {
  -webkit-line-clamp: 75;
}
.text--max-line.l76 {
  -webkit-line-clamp: 76;
}
.text--max-line.l77 {
  -webkit-line-clamp: 77;
}
.text--max-line.l78 {
  -webkit-line-clamp: 78;
}
.text--max-line.l79 {
  -webkit-line-clamp: 79;
}
.text--max-line.l80 {
  -webkit-line-clamp: 80;
}
.text--max-line.l81 {
  -webkit-line-clamp: 81;
}
.text--max-line.l82 {
  -webkit-line-clamp: 82;
}
.text--max-line.l83 {
  -webkit-line-clamp: 83;
}
.text--max-line.l84 {
  -webkit-line-clamp: 84;
}
.text--max-line.l85 {
  -webkit-line-clamp: 85;
}
.text--max-line.l86 {
  -webkit-line-clamp: 86;
}
.text--max-line.l87 {
  -webkit-line-clamp: 87;
}
.text--max-line.l88 {
  -webkit-line-clamp: 88;
}
.text--max-line.l89 {
  -webkit-line-clamp: 89;
}
.text--max-line.l90 {
  -webkit-line-clamp: 90;
}
.text--max-line.l91 {
  -webkit-line-clamp: 91;
}
.text--max-line.l92 {
  -webkit-line-clamp: 92;
}
.text--max-line.l93 {
  -webkit-line-clamp: 93;
}
.text--max-line.l94 {
  -webkit-line-clamp: 94;
}
.text--max-line.l95 {
  -webkit-line-clamp: 95;
}
.text--max-line.l96 {
  -webkit-line-clamp: 96;
}
.text--max-line.l97 {
  -webkit-line-clamp: 97;
}
.text--max-line.l98 {
  -webkit-line-clamp: 98;
}
.text--max-line.l99 {
  -webkit-line-clamp: 99;
}
.text--max-line.l100 {
  -webkit-line-clamp: 100;
}

/* ##################################################### */
/* ##################### Form Class #################### */
/* ##################################################### */
.imagenet-dblock-aside .imagenet-search {
  background-color: transparent;
}
.imagenet-search {
  display: grid;
  gap: 20px;
  padding: 10px;
  border-radius: var(--radius);
  background-color: var(--white);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
}
.imagenet-search.search-list {
  display: grid;
  box-shadow: unset;
  padding: 0;
}
.imagenet-search-container {
  position: relative;
  flex: 1 0 auto;
  max-width: 100%;
}
.imagenet-search-container.code {
  display: none;
}
.imagenet-search-container.code.open {
  display: block;
  flex: 1 0 75%;
}
.imagenet-search-input {
  cursor: pointer;
  flex: auto;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 5px 15px;
  border: 1px solid var(--lightgray);
  border-radius: var(--radius);
  background-color: var(--white);
}
.imagenet-search-input:hover, .imagenet-search-input:focus-within {
  border-color: var(--default);
}
.imagenet-search-input[title=""] .imagenet-search-label {
  font-size: 1.1em;
  padding-block: 9px;
}
.imagenet-search-input.borderless {
  border: unset;
}
.imagenet-search-input.text {
  cursor: default;
}
.imagenet-search-content {
  display: grid;
  flex: auto;
}
.imagenet-search-content-money {
  display: flex;
  align-items: center;
  gap: 5px;
}
.imagenet-search-icon.arrow {
  margin-left: auto;
}
.imagenet-search-dropdown {
  display: none;
  list-style: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 100%;
  max-height: 300px;
  overflow-y: auto;
  padding-block: 10px;
  background-color: var(--white);
  border-radius: var(--radius);
  border: 1px solid #eeeeee;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.imagenet-search-dropdown.open {
  display: block;
}
.imagenet-search-dropitem {
  cursor: pointer;
  padding-inline: 15px;
  padding-block: 10px;
  font-size: 1.1em;
}
.imagenet-search-dropitem:hover {
  background-color: #eee;
}
.imagenet-search-dropitem.selected .imagenet-search-checkbox {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}
.imagenet-search-checkbox {
  border: 1px solid var(--lightgray);
  border-radius: 5px;
  padding: 4px 5px;
  display: inline-block;
  line-height: 1em;
  background-color: transparent;
  color: transparent;
  font-size: 0.8em;
}
.imagenet-search-text {
  outline: unset;
  border: unset;
  width: 100%;
  color: var(--default);
  font-size: 1.1em;
  padding-block: 9px;
}
.imagenet-search-text.with-label {
  padding-block: unset;
}
.imagenet-search-text.textarea {
  resize: unset;
}
.imagenet-search-buttons {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  justify-content: space-between;
  background-color: #fff;
  margin-inline: -20px;
  margin-bottom: -20px;
  padding: 30px 20px;
  border-radius: var(--radius);
}
.imagenet-search-divider {
  width: 100%;
  border: unset;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.imagenet-search-quicksearch {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.imagenet-search-button {
  font-weight: normal;
  flex: 1 0 auto;
}
.imagenet-search-button.submit {
  padding-block: 12px;
  font-size: 1.1em;
}
.imagenet-search-button.filter, .imagenet-search-button.quicksearch {
  background-color: transparent;
  border: 1px solid var(--lightgray);
  border-radius: 50px;
}
.imagenet-search-button.filter i, .imagenet-search-button.quicksearch i {
  transition: var(--transition);
}
.imagenet-search-button.filter:hover, .imagenet-search-button.quicksearch:hover {
  border-color: var(--primary);
}
.imagenet-search-button.filter:hover i, .imagenet-search-button.quicksearch:hover i {
  color: var(--primary);
}
.imagenet-search-button.quicksearch {
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
  flex: 0 0 auto;
  font-size: 1.1em;
}
.imagenet-search-button.quicksearch:hover {
  transform: translateY(-3px);
}
.imagenet-search-button.clear-filter {
  padding-inline: 10px;
  background-color: transparent;
}
.imagenet-search-fieldset {
  border: unset;
  display: grid;
  gap: 15px;
}
.imagenet-search-legend {
  padding-bottom: 5px;
}
.imagenet-search-row {
  display: flex;
  gap: 20px;
  align-items: baseline;
}
.imagenet-search-rlabel {
  cursor: pointer;
  display: inline-block;
  border: 1px solid var(--lightgray);
  line-height: 1;
  padding: 15px 20px;
  color: var(--gray);
  background-color: var(--white);
  border-radius: var(--radius);
}
.imagenet-search-rinput {
  display: none;
}
.imagenet-search-rinput:checked + label {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
.imagenet-search-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  height: -moz-fit-content;
  height: fit-content;
}
.imagenet-search-tag {
  padding: 2.5px 15px;
  border: 1px solid #ddd;
  border-radius: 50px;
  background-color: #fafafa;
}
.imagenet-search-results {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.imagenet-search-results .imagenet-search-container {
  flex: unset;
}
.black-model .imagenet-search {
  background-color: var(--default);
}
.black-model .imagenet-search-button {
  border-radius: var(--radius);
  border: unset;
}
.black-model .imagenet-search-button.filter {
  color: var(--white);
  padding-inline: 10px;
  flex: unset;
}
/* ##################################################### */
/* ################### footer Class #################### */
/* ##################################################### */
.imagenet-footer-logo-image {
  max-width: 150px;
}
.imagenet-footer-container {
  display: flex;
  justify-content: space-between;
  padding-block: 30px;
  gap: 30px;
}
.imagenet-footer-content {
  display: flex;
  gap: 30px;
  width: 80%;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.imagenet-footer-section {
  display: grid;
  gap: 15px;
  flex: 1 1 auto;
}
.imagenet-footer-section-list {
  display: grid;
  gap: 10px;
  height: -moz-fit-content;
  height: fit-content;
}
.imagenet-footer-copyright {
  display: flex;
  gap: 15px;
  border-top: 1px solid #eeeeee;
  padding-block: 15px;
}
.imagenet-footer-copyright-text {
  margin-inline: auto;
}