@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap";
.default-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}

.col-1 {
  float: left;
  width: 8.33333%;
  margin-right: 24px;
}

.col-1:nth-child(12n) {
  margin-right: 0;
}

.col-2 {
  float: left;
  width: 16.6667%;
  margin-right: 24px;
}

.col-2:nth-child(12n) {
  margin-right: 0;
}

.col-3 {
  float: left;
  width: 25%;
  margin-right: 24px;
}

.col-3:nth-child(12n) {
  margin-right: 0;
}

.col-4 {
  float: left;
  width: 33.3333%;
  margin-right: 24px;
}

.col-4:nth-child(12n) {
  margin-right: 0;
}

.col-5 {
  float: left;
  width: 41.6667%;
  margin-right: 24px;
}

.col-5:nth-child(12n) {
  margin-right: 0;
}

.col-6 {
  float: left;
  width: 50%;
  margin-right: 24px;
}

.col-6:nth-child(12n) {
  margin-right: 0;
}

.col-7 {
  float: left;
  width: 58.3333%;
  margin-right: 24px;
}

.col-7:nth-child(12n) {
  margin-right: 0;
}

.col-8 {
  float: left;
  width: 66.6667%;
  margin-right: 24px;
}

.col-8:nth-child(12n) {
  margin-right: 0;
}

.col-9 {
  float: left;
  width: 75%;
  margin-right: 24px;
}

.col-9:nth-child(12n) {
  margin-right: 0;
}

.col-10 {
  float: left;
  width: 83.3333%;
  margin-right: 24px;
}

.col-10:nth-child(12n) {
  margin-right: 0;
}

.col-11 {
  float: left;
  width: 91.6667%;
  margin-right: 24px;
}

.col-11:nth-child(12n) {
  margin-right: 0;
}

.col-12 {
  float: left;
  width: 100%;
  margin-right: 24px;
}

.col-12:nth-child(12n) {
  margin-right: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: #0000;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="reset"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="button"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="reset"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="submit"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  white-space: normal;
  max-width: 100%;
  padding: 0;
  display: table;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

html {
  font-size: 16px;
}

body {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

*, :before, :after, input, textarea, select, button {
  font-family: Inter, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1rem;
  font-family: Space Grotesk, sans-serif;
  font-weight: 700;
  line-height: 1.25;
}

h1, .h1 {
  font-size: 3rem;
}

h2, .h2 {
  font-size: 2.5rem;
}

h3, .h3 {
  font-size: 2rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1.125rem;
}

a {
  color: #fff;
  text-decoration: none;
  transition: all .3s;
}

p {
  margin-bottom: 1rem;
  font-size: 1rem;
}

ul, ol {
  margin-bottom: 1rem;
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

html body {
  background-color: #001a17;
}

html {
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: “liga” on;
  letter-spacing: -.01rem;
}

img {
  max-width: 100%;
  height: auto;
}

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

.header-main .top-bar {
  display: none;
}

.header-main .navbar {
  padding: 1rem 0;
  box-shadow: 0 2px 10px #0000004d;
  background-color: #1a1a1a !important;
}

.header-main .navbar .container {
  max-width: 1200px;
}

.header-main .navbar .navbar-brand {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff !important;
}

.header-main .navbar .navbar-brand img {
  height: 40px;
  margin-right: .5rem;
}

.header-main .navbar .navbar-brand:hover {
  color: #fff !important;
}

.header-main .navbar .navbar-nav .nav-link {
  font-weight: 500;
  transition: color .3s;
  color: #fff !important;
  padding: .75rem 1rem !important;
}

.header-main .navbar .navbar-nav .nav-link:hover, .header-main .navbar .navbar-nav .nav-link:focus {
  color: #f0f0f0 !important;
}

.header-main .navbar .navbar-nav .nav-link.active {
  font-weight: 600;
  color: #fff !important;
}

.header-main .navbar .navbar-nav .nav-link i {
  margin-right: .25rem;
}

.header-main .navbar .navbar-nav .dropdown-menu {
  background-color: #2a2a2a;
  border: 1px solid #3a3a3a;
}

.header-main .navbar .navbar-nav .dropdown-menu .dropdown-item {
  color: #fff;
}

.header-main .navbar .navbar-nav .dropdown-menu .dropdown-item:hover, .header-main .navbar .navbar-nav .dropdown-menu .dropdown-item:focus {
  color: #fff;
  background-color: #3a3a3a;
}

.header-main .navbar .navbar-actions {
  align-items: center;
  gap: 1rem;
  display: flex;
  position: relative;
}

.header-main .navbar .navbar-actions .search-btn, .header-main .navbar .navbar-actions .social-link {
  color: #fff;
  font-size: 1.1rem;
  text-decoration: none;
  transition: color .3s;
}

.header-main .navbar .navbar-actions .search-btn:hover, .header-main .navbar .navbar-actions .social-link:hover {
  color: #f0f0f0;
}

.header-main .navbar .navbar-actions .search-input-container {
  opacity: 0;
  backdrop-filter: blur(10px);
  z-index: 10;
  background-color: #2a2a2af2;
  border: 1px solid #fff3;
  border-radius: 25px;
  width: 0;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  top: 50%;
  right: 0;
  overflow: hidden;
  transform: translateY(-50%);
}

.header-main .navbar .navbar-actions .search-input-container.active {
  opacity: 1;
  width: 300px;
  padding: .5rem 1rem;
}

.header-main .navbar .navbar-actions .search-input-container .search-input {
  color: #fff;
  background: none;
  border: none;
  width: 100%;
  padding: .5rem 2rem .5rem .5rem;
  font-size: .9rem;
}

.header-main .navbar .navbar-actions .search-input-container .search-input:focus {
  box-shadow: none;
  color: #fff;
  background: none;
  outline: none;
}

.header-main .navbar .navbar-actions .search-input-container .search-input::placeholder {
  color: #fff9;
}

.header-main .navbar .navbar-actions .search-input-container .btn-close-search {
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 1rem;
  transition: color .3s;
  display: flex;
  position: absolute;
  top: 50%;
  right: .75rem;
  transform: translateY(-50%);
}

.header-main .navbar .navbar-actions .search-input-container .btn-close-search:hover {
  color: #f0f0f0;
}

.header-main .navbar #livePlayerBtn {
  background-color: #dc3545;
  border-color: #dc3545;
  font-weight: 600;
}

.header-main .navbar #livePlayerBtn:hover {
  background-color: #c82333;
  border-color: #c82333;
}

.header-main .navbar .navbar-toggler {
  border-color: #fff;
}

.header-main .navbar .navbar-toggler:focus {
  box-shadow: 0 0 0 .25rem #ffffff40;
}

.header-main .navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.header-main .live-player {
  background-color: #000 !important;
}

.header-main .live-player .btn-outline-light {
  color: #fff;
  border-color: #fff;
}

.header-main .live-player .btn-outline-light:hover {
  color: #000;
  background-color: #fff;
}

.header-main .live-player .form-range {
  accent-color: #dc3545;
}

.navbar-nav .nav-item {
  margin: 0;
}

.navbar-nav .nav-link {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 300;
  position: relative;
  color: #fff !important;
  padding: .5rem 1rem !important;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  font-weight: 500;
  color: #fff !important;
}

.navbar-nav .nav-link:after {
  content: "";
  background-color: #fff;
  width: 0;
  height: 1px;
  transition: all .3s;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.navbar-nav .nav-link.active:after {
  width: 100%;
  left: 0;
}

.btn-warning {
  text-transform: uppercase;
  font-size: 14px;
  transition: all .3s;
  color: #371717 !important;
  background-color: #fff154 !important;
  border-color: #fff154 !important;
  border-radius: 50rem !important;
  padding: .5rem 1.5rem !important;
  font-weight: 700 !important;
}

.btn-warning:hover {
  transform: scale(1.05);
  background-color: #dd63c2 !important;
  border-color: #dd63c2 !important;
}

.modal-content {
  color: #fff;
  background-color: #001f3f;
}

.modal-header {
  border-bottom-color: #002c59;
}

.modal-header .btn-close {
  background-color: #fff;
}

.site-footer {
  color: #fff;
  background-color: #2a2a2a;
  border-radius: 75px 75px 0 0;
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
}

.site-footer .footer-container {
  z-index: 2;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 80px;
  width: 85%;
  margin: 0 auto 5em;
  padding: 0 60px;
  display: grid;
  position: relative;
}

.site-footer .footer-brand .footer-logo {
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  display: flex;
}

.site-footer .footer-brand .footer-logo .footer-brand-text {
  color: #dee58d;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.site-footer .footer-brand .footer-description {
  color: #ccc;
  max-width: 300px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.6;
}

.site-footer .footer-brand .footer-social {
  gap: 15px;
  display: flex;
}

.site-footer .footer-brand .footer-social a {
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.site-footer .footer-brand .footer-social a:hover {
  color: #2a2a2a;
  background-color: #dee58d;
  transform: translateY(-2px);
}

.site-footer .footer-brand .footer-social a i {
  font-size: 18px;
}

.site-footer .footer-contact h4 {
  color: #fff;
  margin: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.site-footer .footer-contact h4:not(:first-child) {
  margin-top: 30px;
}

.site-footer .footer-contact p {
  color: #ccc;
  margin-bottom: 8px;
}

.site-footer .footer-contact p a {
  color: #ccc;
  text-decoration: none;
  transition: color .3s;
}

.site-footer .footer-contact p a:hover {
  color: #dee58d;
}

.site-footer .footer-links h4 {
  color: #fff;
  margin: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.site-footer .footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer .footer-links ul li {
  margin-bottom: 8px;
}

.site-footer .footer-links ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color .3s;
}

.site-footer .footer-links ul li a:hover {
  color: #dee58d;
}

.site-footer .footer-bg-text {
  z-index: 1;
  pointer-events: none;
  justify-content: center;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.site-footer .footer-bg-text .footer-bg-image {
  opacity: 1;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.site-footer .footer-bottom {
  z-index: 2;
  margin-top: 60px;
  position: relative;
}

.site-footer .footer-bottom .footer-bottom-content {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  margin: 0 auto;
  padding: 30px 60px;
  display: flex;
}

.site-footer .footer-bottom .footer-credits .fermen-logo {
  opacity: .7;
  height: 30px;
  transition: opacity .3s;
}

.site-footer .footer-bottom .footer-credits .fermen-logo:hover {
  opacity: 1;
}

.site-footer .footer-bottom .back-to-top-btn {
  color: #ccc;
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  transition: color .3s;
  display: flex;
}

.site-footer .footer-bottom .back-to-top-btn:hover {
  color: #dee58d;
}

.site-footer .footer-bottom .back-to-top-btn i {
  font-size: 12px;
}

.site-footer .footer-bottom .footer-privacy a {
  color: #ccc;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.site-footer .footer-bottom .footer-privacy a:hover {
  color: #dee58d;
}

.site-footer .footer-bottom .footer-privacy a i {
  font-size: 12px;
}

.site-footer .footer-bottom .footer-copyright {
  text-align: center;
  padding: 20px 60px;
}

.site-footer .footer-bottom .footer-copyright p {
  color: #999;
  margin: 0;
  font-size: 14px;
}

.home, .page-template-page-blog {
  background-color: #fff7ec;
  padding-top: 0;
}

.article-btn {
  color: #33452a;
  background-color: #dee58d;
  border: none;
  border-radius: 20px 20px 20px 0;
  height: fit-content;
  padding: 20px 80px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
}

.article-btn i {
  transition: all .3s;
}

.article-btn:hover {
  color: #dee58d;
  background-color: #33452a;
}

.article-btn:hover i {
  margin-left: 40px !important;
}

.header {
  border-radius: 20px 20px 0 0;
  margin: 40px 60px 0;
  padding: 20px 80px;
  background-color: #00000070 !important;
}

.header nav {
  padding: 0 !important;
}

.header .navbar-brand img {
  height: 32px !important;
}

.header .navbar .container-fluidnav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.header .navbar .search-toggle:hover, .header .navbar .search-toggle:hover i {
  color: #dee58d !important;
}

.header .navbar .search-wrapper .search-input {
  border-color: #dee58d;
  color: #fff !important;
  background: none !important;
  outline: none !important;
}

.header .navbar .search-wrapper .search-input::placeholder {
  color: #fff !important;
}

.header .navbar .search-wrapper .search-input:focus {
  box-shadow: none !important;
}

.header .navbar .social-links {
  gap: 12px;
}

.header .navbar .social-links a:hover, .header .navbar .social-links a:hover i {
  color: #dee58d !important;
}

.header .navbar .nav-link {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.hero {
  background-color: #1d2419;
  padding-top: 20px;
  position: relative;
  overflow: hidden;
}

.hero:after {
  content: url("../img/assets/pais.svg");
  transform: translateX(-50%) translateY(var(--parallax-offset, 0));
  will-change: transform;
  width: 100%;
  transition: transform .1s ease-out;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.hero__articles {
  z-index: 99;
  border-radius: 40px 40px 0 0;
  max-width: 95%;
  margin: 0 50px;
  position: relative;
}

.hero__articles .featured-articles-slider, .hero__articles .slick-list {
  margin: 0 -15px;
}

.hero__articles .article-card {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 40px 40px 0 0;
  justify-content: center;
  align-items: end;
  height: 676px;
  padding: 0 15px;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  background-size: cover !important;
}

.hero__articles .article-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80%;
  height: 38%;
  display: flex;
}

.hero__articles .article-info {
  backdrop-filter: blur(20px);
  background-color: #ffffff70;
  border-radius: 40px 40px 0 0;
  max-width: 60%;
  height: 258px;
  padding: 40px;
  transition: all .3s;
  position: relative;
}

.hero__articles .article-info:hover {
  background-color: #ffffffdb;
}

.hero__articles .article-info:hover .article-title {
  text-decoration: underline;
}

.hero__articles .article-info:hover .author-avatar {
  width: 48px;
  height: 48px;
}

.hero__articles .article-info .featured-articles-nav {
  position: absolute;
  right: 10%;
}

.hero__articles .article-info .featured-articles-nav .featured {
  z-index: 1;
  background: #00000070;
  border: none;
  border-radius: 16px;
  width: 40px;
  height: 40px;
  color: #fff !important;
  fill: #fff !important;
}

.hero__articles .article-info .featured-articles-nav {
  display: none;
}

.hero__articles .article-info .mobile-btn {
  color: #33452a;
  background-color: #dee58d;
  border: none;
  border-radius: 20px 20px 20px 0;
  height: fit-content;
  padding: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
  display: none;
}

.hero__articles .article-info .mobile-btn i {
  transition: all .3s;
}

.hero__articles .article-info .mobile-btn:hover {
  color: #dee58d;
  background-color: #33452a;
}

.hero__articles .article-info .mobile-btn:hover i {
  margin-left: 40px !important;
}

.hero__articles .article-badge {
  margin-bottom: 20px;
}

.hero__articles .badge-featured {
  color: #1e1e1e;
  background-color: #fff;
  border-radius: 4px;
  gap: 8px;
  padding: 8px;
  display: inline-flex;
}

.hero__articles .article-title {
  color: #23301c;
  margin: 0 0 36px;
  font-family: Space Grotesk, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  transition: all .3s;
}

.hero__articles .article-meta {
  color: #23301c;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero__articles .author-info {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.hero__articles .author-avatar {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  transition: all .3s;
}

.hero__articles .author-name {
  color: #23301c;
  font-weight: 500;
}

.hero__articles .post-meta {
  color: #23301c;
  gap: 15px;
  font-size: 14px;
  display: flex;
}

.hero__articles .article-btn {
  color: #33452a;
  background-color: #dee58d;
  border: none;
  border-radius: 20px 20px 20px 0;
  height: fit-content;
  padding: 20px 80px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
}

.hero__articles .article-btn i {
  transition: all .3s;
}

.hero__articles .article-btn:hover {
  color: #dee58d;
  background-color: #33452a;
}

.hero__articles .article-btn:hover i {
  margin-left: 40px !important;
}

.hero__articles .slick-prev, .hero__articles .slick-next {
  z-index: 1;
  background: #00000070;
  border-radius: 16px;
  width: 50px;
  height: 50px;
  box-shadow: 0 4px 12px #0000001a;
}

.hero__articles .slick-prev:before, .hero__articles .slick-next:before {
  display: none;
}

.hero__articles .slick-prev i, .hero__articles .slick-next i {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.hero__articles .slick-prev {
  left: 36px;
}

.hero__articles .slick-next {
  right: 36px;
}

.hero__articles .slick-prev:hover, .hero__articles .slick-next:hover {
  background: #000;
}

.hero__articles .slick-prev:hover i, .hero__articles .slick-next:hover i {
  color: #fff;
}

.hero__articles .no-featured-posts {
  text-align: center;
  color: #6c757d;
  padding: 60px 0;
  font-size: 1.1rem;
}

.hero__foundation {
  z-index: 9;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.hero__foundation .hero__title {
  text-transform: uppercase;
  margin: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 84px;
  font-weight: bold;
  line-height: 92px;
}

.hero__foundation .hero__title span {
  color: #dee58d;
}

.hero__foundation .right-col {
  max-width: 40%;
  padding-left: 60px;
  position: relative;
}

.hero__foundation .right-col:before {
  content: "";
  background-color: #fff;
  width: 1px;
  height: 240px;
  position: absolute;
  top: -20px;
  left: -20px;
}

.atuacao {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.atuacao:before {
  content: "";
  z-index: 1;
  background: #dee58db3;
  position: absolute;
  inset: 0;
}

.atuacao .container {
  z-index: 2;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.atuacao__header {
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 100px;
}

.atuacao__header h2 {
  color: #23301c;
  margin: 0 0 24px;
  font-family: Space Grotesk, sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.1;
}

.atuacao__header p {
  color: #23301c;
  max-width: 800px;
  margin: 0 0 32px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.atuacao__cards {
  width: 100%;
  position: relative;
}

.atuacao .custom-scrollbar-container {
  background: #fff3;
  border-radius: 6px;
  max-width: 1200px;
  height: 12px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.atuacao .custom-scrollbar-container .scrollbar-track {
  background: #0000003d;
  border-radius: 6px;
  width: 100%;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
}

.atuacao .custom-scrollbar-container .scrollbar-thumb {
  cursor: pointer;
  background: #fff;
  border-radius: 6px;
  min-width: 40px;
  height: 4px;
  transition: all .2s;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.atuacao .areas-scroll {
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  gap: 24px;
  padding: 20px 40px 20px 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.atuacao .areas-scroll::-webkit-scrollbar {
  display: none;
}

.atuacao .areas-scroll .area-card {
  backdrop-filter: blur(10px);
  scroll-snap-align: start;
  background: #fffffff2;
  border: 1px solid #fff3;
  border-radius: 21px 21px 60px 0;
  flex-direction: column;
  flex: 0 0 320px;
  padding: 40px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 8px 32px #0000001a;
}

.atuacao .areas-scroll .area-card:hover {
  background: #fff;
  transform: translateY(-8px);
  box-shadow: 0 20px 40px #00000026;
}

.atuacao .areas-scroll .area-card__icon {
  background: #23301c;
  border-radius: 16px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  display: flex;
}

.atuacao .areas-scroll .area-card__icon i {
  color: #dee58d;
  font-size: 28px;
}

.atuacao .areas-scroll .area-card__content {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.atuacao .areas-scroll .area-card__title {
  color: #23301c;
  margin: 0 0 16px;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.atuacao .areas-scroll .area-card__description {
  color: #23301c;
  flex: 1;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.founders {
  background-color: #fff7ec;
  padding: 80px 0 180px;
  position: relative;
}

.founders__title-mobile {
  display: none;
}

.founders__content {
  max-width: 80%;
  margin: 0 auto;
  display: flex;
}

.founders__title {
  color: #23301c;
  margin: 0 0 60px;
  font-family: Space Grotesk, sans-serif;
  font-size: 40px;
  font-weight: 400;
  position: relative;
}

.founders__title b {
  font-weight: bold;
}

.founders__title:before {
  content: "";
  background-color: #23301c;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20px;
}

.founders .founder-details {
  display: none;
}

.founders .founder-details.active {
  animation: .6s forwards fadeInLeft;
  display: block;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.founders .founder-cargo {
  margin-bottom: 16px;
}

.founders .founder-cargo .badge {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .5px;
  background-color: #23301c;
  border-radius: 12px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
}

.founders .founder-name {
  color: #23301c;
  margin-bottom: 20px;
  font-family: Space Grotesk, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.founders .founder-description {
  color: #666;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.founders .founder-social {
  gap: 8px;
  display: flex;
}

.founders .founder-social .social-link {
  background-color: #33452a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.founders .founder-social .social-link i {
  font-size: 18px;
  transition: transform .3s;
}

.founders .founder-social .social-link, .founders .founder-social .social-link i {
  transition: all .3s;
}

.founders .founder-social .social-link:hover {
  color: #33452a;
  background-color: #dee58d;
}

.founders__gallery {
  max-width: 60%;
  position: relative;
}

.founders .founders-slider {
  padding: 0 25px;
  position: relative;
}

.founders .founders-slider .slick-track {
  align-items: center;
  display: flex;
}

.founders .founders-slider .slide-item {
  outline: none;
  margin: 0 9px;
  transition: all .3s;
}

.founders .founders-slider .slide-item .slide-image {
  object-fit: cover;
  cursor: pointer;
  opacity: .7;
  filter: grayscale(30%);
  border-radius: 12px;
  width: 100%;
  height: 300px;
  transition: all .3s;
  transform: scale(.95);
}

.founders .founders-slider .slick-slide.slick-current {
  border-radius: 21px 21px 21px 0;
}

.founders .founders-slider .slick-slide.slick-current .slide-image {
  opacity: 1;
  filter: grayscale(0%);
  z-index: 10;
  border-radius: 21px 21px 21px 0;
  height: 420px;
  position: relative;
  transform: scale(1.05);
}

.founders .founders-slider .slick-slide:not(.slick-current):hover .slide-item .slide-image {
  opacity: .85;
  filter: grayscale(15%);
  transform: scale(.98);
}

.founders .founders-slider .slick-prev, .founders .founders-slider .slick-next {
  color: #fff;
  cursor: pointer;
  z-index: 100;
  background: #00000070;
  border: none;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex !important;
}

.founders .founders-slider .slick-prev:hover, .founders .founders-slider .slick-next:hover {
  background: #000c;
  transform: translateY(-50%)scale(1.1);
}

.founders .founders-slider .slick-prev:before, .founders .founders-slider .slick-next:before {
  display: none;
}

.founders .founders-slider .slick-prev i, .founders .founders-slider .slick-next i {
  color: #fff;
  font-size: 20px;
}

.founders .founders-slider .slick-prev {
  left: 90px;
}

.founders .founders-slider .slick-next {
  right: 10px;
}

.founders__empty {
  text-align: center;
  padding: 80px 0;
}

.founders__empty p {
  color: #999;
  font-size: 18px;
}

.articles-section {
  padding: 80px 0 140px;
}

.articles-section .container-fluid {
  max-width: 80%;
  margin: 0 auto;
  padding: 0;
}

.articles-section .main-article-card {
  border-radius: 16px 16px 0;
  height: 432px;
  transition: transform .3s, box-shadow .3s;
  position: relative;
  overflow: hidden;
}

.articles-section .main-article-card:hover .article-content .article-title a {
  text-decoration: underline;
}

.articles-section .main-article-card .article-badge {
  z-index: 10;
  position: absolute;
  top: 20px;
  left: 20px;
}

.articles-section .main-article-card .article-badge .badge {
  color: #1e1e1e;
  text-transform: capitalize;
  letter-spacing: .5px;
  background: #7fb7ff;
  border-radius: 4px 4px 4px 0;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
}

.articles-section .main-article-card .article-image {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.articles-section .main-article-card .article-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .3s;
}

.articles-section .main-article-card .article-image:hover img {
  transform: scale(1.5);
}

.articles-section .main-article-card .article-content {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  height: fit-content;
  padding: 30px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.articles-section .main-article-card .article-content .article-title {
  color: #fff;
  margin: 0 0 24px;
  font-family: Space Grotesk, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.articles-section .main-article-card .article-content .article-title a {
  color: #fff;
  text-decoration: none;
  transition: color .3s;
}

.articles-section .main-article-card .article-content .article-title a:hover {
  color: #fff;
}

.articles-section .main-article-card .article-content .article-meta {
  color: #f3f3f3;
  gap: 15px;
  font-size: 14px;
  display: flex;
}

.articles-section .main-article-card .article-content .article-meta .author {
  text-transform: capitalize;
  font-size: 16px;
}

.articles-section .main-article-card .article-content .article-meta .date {
  font-size: 16px;
}

.articles-section .main-article-card .article-content .article-meta .author, .articles-section .main-article-card .article-content .article-meta .date {
  color: #f3f3f3;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.articles-section .main-article-card .article-content .article-meta .author:before, .articles-section .main-article-card .article-content .article-meta .date:before {
  content: "|";
  color: #f3f3f3;
  margin-right: 8px;
}

.articles-section .main-article-card .article-content .article-meta .author:first-child:before, .articles-section .main-article-card .article-content .article-meta .date:first-child:before {
  display: none;
}

.articles-section .sidebar-articles .sidebar-title {
  color: #23301c;
  text-align: center;
  margin-bottom: 30px;
  font-family: Space Grotesk, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.articles-section .sidebar-articles .sidebar-article-card {
  background: #ffd69329;
  border-radius: 12px;
  align-items: center;
  gap: 15px;
  margin-bottom: 8px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.articles-section .sidebar-articles .sidebar-article-card:hover .article-thumbnail img {
  transition: transform .3s;
  transform: scale(1.5);
}

.articles-section .sidebar-articles .sidebar-article-card:hover .article-info .article-title a {
  text-decoration: underline;
}

.articles-section .sidebar-articles .sidebar-article-card:last-child {
  margin-bottom: 0;
}

.articles-section .sidebar-articles .sidebar-article-card .article-thumbnail {
  border-radius: 20px 20px 0;
  flex-shrink: 0;
  width: 210px;
  height: 102px;
  overflow: hidden;
}

.articles-section .sidebar-articles .sidebar-article-card .article-thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.articles-section .sidebar-articles .sidebar-article-card .article-info {
  flex: 1;
  min-width: 0;
}

.articles-section .sidebar-articles .sidebar-article-card .article-info .article-title {
  color: #1e1e1e;
  width: 90%;
  margin: 0 0 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.articles-section .sidebar-articles .sidebar-article-card .article-info .article-title a {
  color: #1e1e1e;
  text-decoration: none;
  transition: color .3s;
}

.articles-section .sidebar-articles .sidebar-article-card .article-info .article-title a:hover {
  color: #33452a;
}

.articles-section .sidebar-articles .sidebar-article-card .article-info .article-meta {
  color: #666;
  gap: 10px;
  font-size: 12px;
  display: flex;
}

.articles-section .sidebar-articles .sidebar-article-card .article-info .article-meta .author:before, .articles-section .sidebar-articles .sidebar-article-card .article-info .article-meta .date:before {
  content: "•";
  color: #999;
  margin-right: 5px;
}

.articles-section .sidebar-articles .sidebar-article-card .article-info .article-meta .author:first-child:before, .articles-section .sidebar-articles .sidebar-article-card .article-info .article-meta .date:first-child:before {
  display: none;
}

.articles-section .sidebar-articles .sidebar-article-card .article-indicator {
  position: absolute;
  top: 15px;
  right: 15px;
}

.articles-section .sidebar-articles .sidebar-article-card .article-indicator .indicator-dot {
  background: #ffce7f;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: block;
}

.published-articles-section {
  padding-bottom: 80px;
}

.published-articles-section .container-fluid {
  max-width: 80%;
  margin: 0 auto;
  padding: 0 20px;
}

.published-articles-section .section-header {
  margin-bottom: 60px;
  position: relative;
}

.published-articles-section .section-header .section-title {
  color: #23301c;
  margin: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 48px;
  font-weight: 700;
  position: relative;
}

.published-articles-section .section-header .section-title:before {
  content: "";
  background-color: #23301c;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -40px;
}

.published-articles-section .articles-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
  display: grid;
}

.published-articles-section .published-article-card {
  background: #fff7ec;
  border-radius: 16px;
  overflow: hidden;
}

.published-articles-section .published-article-card .top-info {
  justify-content: space-between;
  margin-bottom: 16px;
}

.published-articles-section .published-article-card .article-badge .badge {
  color: #1e1e1e;
  text-transform: capitalize;
  letter-spacing: .5px;
  background: #fffb80;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
}

.published-articles-section .published-article-card .category-link a {
  color: #757575;
  font-size: 14px;
  text-decoration: none;
}

.published-articles-section .published-article-card .article-image {
  border-radius: 21px 21px 0;
  height: 154px;
  position: relative;
  overflow: hidden;
}

.published-articles-section .published-article-card .article-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .3s;
}

.published-articles-section .published-article-card .article-image:hover img {
  transform: scale(1.05);
}

.published-articles-section .published-article-card .article-content {
  margin-top: 16px;
}

.published-articles-section .published-article-card .article-content .article-title {
  color: #23301c;
  margin: 0 0 15px;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.published-articles-section .published-article-card .article-content .article-title a {
  color: #23301c;
  text-decoration: none;
  transition: color .3s;
}

.published-articles-section .published-article-card .article-content .article-title a:hover {
  color: #455b39;
}

.published-articles-section .published-article-card .article-content .article-meta {
  color: #666;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.published-articles-section .published-article-card .article-content .article-meta .author-info {
  align-items: center;
  gap: 8px;
  display: flex;
}

.published-articles-section .published-article-card .article-content .article-meta .author-info .author-avatar {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.published-articles-section .published-article-card .article-content .article-meta .author-info .author-avatar img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.published-articles-section .published-article-card .article-content .article-meta .author-info .author-name {
  font-weight: 500;
}

.published-articles-section .published-article-card .article-content .article-meta .article-stats {
  gap: 8px;
  font-size: 12px;
  display: flex;
}

.published-articles-section .published-article-card .article-content .article-meta .article-stats .date:before, .published-articles-section .published-article-card .article-content .article-meta .article-stats .reading-time:before {
  content: ".";
  color: #999;
  margin-right: 4px;
}

.published-articles-section .published-article-card .article-content .article-meta .article-stats .date:first-child:before, .published-articles-section .published-article-card .article-content .article-meta .article-stats .reading-time:first-child:before {
  display: none;
}

.published-articles-section .section-footer {
  justify-content: end;
  display: flex;
}

.published-articles-section .section-footer .btn-ver-todos {
  color: #33452a;
  background-color: #dee58d;
  border: none;
  border-radius: 20px 20px 20px 0;
  align-items: center;
  gap: 48px;
  height: fit-content;
  padding: 20px 110px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
}

.published-articles-section .section-footer .btn-ver-todos:hover {
  background: #7fb87f;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px #90c6954d;
}

.published-articles-section .section-footer .btn-ver-todos i {
  font-size: 14px;
  transition: transform .3s;
}

.published-articles-section .section-footer .btn-ver-todos:hover i {
  transform: translateX(3px);
}

.newsletter-section {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.newsletter-section:before {
  content: "";
  pointer-events: none;
  background: url("../img/assets/bg-newsletter.png") center / cover no-repeat;
  position: absolute;
  inset: 0;
}

.newsletter-section .container-fluid {
  z-index: 2;
  gap: 120px;
  max-width: 85%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  position: relative;
}

.newsletter-section .container-fluid .left-col {
  max-width: 40%;
}

.newsletter-section .container-fluid .right-col {
  width: 100%;
  max-width: 60%;
}

.newsletter-section .newsletter-content .newsletter-title {
  color: #dee58d;
  margin: 0 0 16px;
  font-family: Space Grotesk, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

.newsletter-section .newsletter-content .newsletter-description {
  color: #fff;
  margin: 0 0 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.newsletter-section .newsletter-content .newsletter-cta {
  color: #fff;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.newsletter-section {
  padding-left: 40px;
}

.newsletter-form {
  max-width: 100%;
  margin: 0 auto;
}

.newsletter-form .form-group {
  margin-bottom: 20px;
}

.newsletter-form .form-group .form-control {
  color: #333;
  background: #fff;
  border: none;
  border-radius: 8px;
  width: 100%;
  padding: 15px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: all .3s;
}

.newsletter-form .form-group .form-control::placeholder {
  color: #999;
  font-size: 16px;
}

.newsletter-form .form-group .form-control:focus {
  outline: none;
  transform: translateY(-2px);
  box-shadow: 0 0 0 3px #dee58d4d;
}

.newsletter-form .form-group .form-control:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px #0000001a;
}

.newsletter-form .article-btn {
  justify-content: center;
  align-items: center;
  gap: 32px;
  width: 100%;
  display: flex;
}

.contact-section {
  padding: 0 0 100px;
  position: relative;
  overflow: hidden;
}

.contact-section .fram {
  margin-top: -40px;
  margin-bottom: 12px;
}

.contact-section .container-fluid {
  z-index: 2;
  max-width: 80%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.contact-section .container-fluid:before {
  content: url("../img/assets/falecomagente.svg");
  animation: 8s linear infinite spin360;
  position: absolute;
  top: -50px;
  left: -100px;
}

@keyframes spin360 {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.contact-section .contact-content {
  padding-right: 40px;
}

.contact-section .contact-content .contact-title {
  color: #1e1e1e;
  font-family: Space Grotesk, sans-serif;
  font-size: 48px;
  font-weight: 500;
}

.contact-section .contact-content .contact-title span {
  color: #33452a;
  font-family: Space Grotesk, sans-serif;
  font-weight: 700;
}

.contact-section .contact-content .contact-title {
  margin: 0 0 30px;
  line-height: 1.2;
}

.contact-section .contact-content .contact-description {
  color: #1e1e1e;
  margin: 0 0 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.contact-section .contact-content .contact-cta {
  color: #33452a;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.contact-section .contact-form-container {
  padding-left: 40px;
}

.contact-section .contact-form {
  max-width: 100%;
}

.contact-section .contact-form .form-row {
  gap: 20px;
  margin-bottom: 20px;
  display: flex;
}

.contact-section .contact-form .form-group {
  flex: 1;
  margin-bottom: 20px;
}

.contact-section .contact-form .form-group label {
  color: #33452a;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.contact-section .contact-form .form-group .form-control {
  color: #33452a;
  background: none;
  border: 1px solid #33452a82;
  border-radius: 8px;
  width: 100%;
  padding: 15px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: all .3s;
}

.contact-section .contact-form .form-group .form-control::placeholder {
  color: #999;
  font-size: 16px;
}

.contact-section .contact-form .form-group .form-control:focus {
  border-color: #dee58d;
  outline: none;
  box-shadow: 0 0 0 3px #dee58d33;
}

.contact-section .contact-form .form-group .form-control:hover {
  border-color: #bbb;
}

.contact-section .contact-form .form-group textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.contact-section .contact-form .article-btn {
  justify-content: center;
  align-items: center;
  gap: 32px;
  width: 100%;
  display: flex;
}

.amaru {
  padding-bottom: 180px;
}

.amaru__container {
  background: url("../img/assets/amaru.png");
  border-radius: 70px 70px 70px 0;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  max-width: 85%;
  height: 552px;
  margin: 0 auto;
  padding: 100px;
  display: flex;
}

.amaru__desc {
  color: #1e1e1e;
  max-width: 440px;
}

.amaru .article-btn {
  color: #fff;
  background-color: #4877d9;
  border: none;
  border-radius: 8px 8px 0;
  justify-content: space-between;
  width: 100%;
  max-width: 262px;
  height: fit-content;
  margin-top: 24px;
  padding: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.only-text {
  padding-bottom: 120px;
}

.only-text__container {
  border: 1px solid #33452a4d;
  border-left: none;
  border-right: none;
  max-width: 90%;
  margin: 0 auto;
  padding: 90px 0;
}

.only-text__container .title {
  color: #33452a87;
  text-align: center;
  margin: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 90px;
  font-weight: bold;
  line-height: 94%;
}

.home, .page-blog {
  background-color: #fff7ec;
  padding-top: 0;
}

.page-blog .hero {
  background-color: #fff7ec;
  padding-bottom: 80px;
}

.page-blog .section-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.page-blog .section-header .section-title {
  font-size: 36px;
}

.page-blog .section-header .section-filters {
  align-items: center;
  gap: 20px;
  display: flex;
}

.page-blog .section-header .section-filters .filter-group {
  align-items: center;
  gap: 8px;
  display: flex;
}

.page-blog .section-header .section-filters .filter-group .filter-icon {
  width: 12px;
  height: 12px;
}

.page-blog .section-header .section-filters .filter-group .filter-label {
  color: #666;
  font-size: 14px;
}

.page-blog .section-header .section-filters .filter-dropdown {
  position: relative;
}

.page-blog .section-header .section-filters .filter-dropdown .filter-select {
  appearance: none;
  color: #333;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 8px;
  min-width: 150px;
  padding: 8px 35px 8px 12px;
  font-size: 14px;
}

.page-blog .section-header .section-filters .filter-dropdown .filter-select:focus {
  border-color: #333;
  outline: none;
}

.page-blog .section-header .section-filters .filter-dropdown .dropdown-icon {
  pointer-events: none;
  color: #666;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.page-search {
  background-color: #fff7ec;
  padding-top: 0;
}

.page-search .search-results-section {
  background-color: #fff7ec;
  padding: 80px 0;
}

.page-search .search-results-section .section-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.page-search .search-results-section .section-header .section-title {
  font-size: 36px;
}

.page-search .search-results-section .section-header .section-filters {
  align-items: center;
  gap: 20px;
  display: flex;
}

.page-search .search-results-section .section-header .section-filters .filter-group {
  align-items: center;
  gap: 8px;
  display: flex;
}

.page-search .search-results-section .section-header .section-filters .filter-group .filter-icon {
  width: 12px;
  height: 12px;
}

.page-search .search-results-section .section-header .section-filters .filter-group .filter-label {
  color: #666;
  font-size: 14px;
}

.page-search .search-results-section .section-header .section-filters .filter-dropdown {
  position: relative;
}

.page-search .search-results-section .section-header .section-filters .filter-dropdown .filter-select {
  appearance: none;
  color: #333;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 8px;
  min-width: 150px;
  padding: 8px 35px 8px 12px;
  font-size: 14px;
}

.page-search .search-results-section .section-header .section-filters .filter-dropdown .filter-select:focus {
  border-color: #333;
  outline: none;
}

.page-search .search-results-section .section-header .section-filters .filter-dropdown .dropdown-icon {
  pointer-events: none;
  color: #666;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.page-search .search-results-section .no-results {
  text-align: center;
  background: #f8f9fa;
  border-radius: 12px;
  margin: 40px 0;
  padding: 60px 20px;
}

.page-search .search-results-section .no-results p {
  color: #666;
  margin-bottom: 10px;
  font-size: 16px;
}

.page-search .search-results-section .no-results p:last-child {
  margin-bottom: 0;
}

.page-search .search-results-section .no-results strong {
  color: #333;
}

@media only screen and (width <= 767px) {
  .col-mobile-1 {
    width: 33.3333%;
    margin-right: 16px;
  }

  .col-mobile-1:nth-child(4n) {
    margin-right: 0;
  }

  .col-mobile-2 {
    width: 33.3333%;
    margin-right: 16px;
  }

  .col-mobile-2:nth-child(4n) {
    margin-right: 0;
  }

  .col-mobile-3 {
    width: 33.3333%;
    margin-right: 16px;
  }

  .col-mobile-3:nth-child(4n) {
    margin-right: 0;
  }

  .col-mobile-4 {
    width: 33.3333%;
    margin-right: 16px;
  }

  .col-mobile-4:nth-child(4n) {
    margin-right: 0;
  }
}

@media (width >= 14px) {
  h1, .h1 {
    font-size: 2.5rem;
  }

  h2, .h2 {
    font-size: 2rem;
  }

  h3, .h3 {
    font-size: 1.5rem;
  }

  h4, .h4 {
    font-size: 1.25rem;
  }

  h5, .h5 {
    font-size: 1.125rem;
  }

  h6, .h6 {
    font-size: 1rem;
  }
}

@media (width <= 768px) {
  .header-main .navbar .navbar-actions .search-input-container.active {
    width: 250px;
  }

  .site-footer .footer-bg-text .footer-bg-image {
    max-width: 90%;
  }

  .site-footer .footer-bottom .footer-bottom-content {
    text-align: center;
  }

  .site-footer .footer-bottom .footer-copyright {
    padding: 20px 30px;
  }

  .hero__articles .article-content {
    justify-content: center;
    max-width: 100%;
  }

  .hero__articles .hero__articles {
    padding: 60px 0;
  }

  .hero__articles .section-title {
    margin-bottom: 2rem;
    font-size: 2rem;
  }

  .hero__articles .article-content {
    padding: 20px;
  }

  .hero__articles .article-title {
    font-size: 1.25rem;
  }

  .hero__articles .article-info {
    max-width: 100%;
    height: 445px;
  }

  .hero__articles .article-info .featured-articles-nav {
    gap: 1em;
    display: flex;
  }

  .hero__articles .article-info .mobile-btn {
    display: block;
  }

  .hero__articles .article-btn {
    display: none;
  }

  .hero__foundation {
    flex-direction: column;
  }

  .hero__foundation .hero__title {
    border-bottom: 1px solid #fff;
  }

  .hero__foundation .right-col {
    max-width: 90%;
    margin-top: 2em;
    padding: 0;
  }

  .hero__foundation .right-col:before {
    display: none;
  }

  .atuacao {
    padding: 60px 0;
  }

  .atuacao .container {
    padding: 0 20px;
    padding-right: 1px !important;
  }

  .atuacao__header {
    max-width: 100%;
    margin-bottom: 40px;
    padding: 0 20px 0 0;
  }

  .atuacao__header h2 {
    border-left: 1px solid #23301c;
    padding-left: .5em;
    font-size: 32px;
  }

  .atuacao__header p {
    font-size: 16px;
  }

  .atuacao .areas-scroll-container:before, .atuacao .areas-scroll-container:after {
    width: 20px;
  }

  .atuacao .areas-scroll {
    gap: 16px;
    padding: 20px;
  }

  .atuacao .areas-scroll .area-card {
    flex: 0 0 260px;
    padding: 32px;
  }

  .atuacao .areas-scroll .area-card__icon {
    width: 56px;
    height: 56px;
    margin-bottom: 20px;
  }

  .atuacao .areas-scroll .area-card__icon i {
    font-size: 24px;
  }

  .atuacao .areas-scroll .area-card__title {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .atuacao .areas-scroll .area-card__description {
    font-size: 14px;
  }

  .founders__title-mobile {
    display: block;
  }

  .founders__title {
    margin-bottom: 40px;
    font-size: 36px;
  }

  .founders__info .title-desktop {
    display: none;
  }

  .founders .founder-name {
    font-size: 28px;
  }

  .founders .founder-description {
    font-size: 15px;
  }

  .founders__gallery {
    max-width: 100%;
  }

  .founders__content {
    flex-direction: column-reverse;
    align-items: center;
  }

  .founders .founders-slider {
    width: 100%;
    padding: 0 20px;
  }

  .founders .founders-slider .slick-track {
    height: 400px;
  }

  .founders .founders-slider .slick-slide.slick-current .slide-image {
    height: 360px;
  }

  .founders .founders-slider .slide-item {
    align-items: center;
    padding: 0 10px;
    display: flex;
  }

  .articles-section .container-fluid {
    max-width: 95%;
    padding: 0 15px;
  }

  .articles-section {
    padding: 40px 0;
  }

  .articles-section .main-article-card {
    height: 350px;
  }

  .articles-section .main-article-card .article-content {
    padding: 15px;
  }

  .articles-section .main-article-card .article-content .article-title {
    font-size: 18px;
  }

  .articles-section .sidebar-articles {
    padding: 0 !important;
  }

  .articles-section .sidebar-articles .sidebar-title {
    font-size: 20px;
  }

  .published-articles-section .container-fluid {
    max-width: 95%;
    padding: 0 15px;
  }

  .published-articles-section .section-header .section-title {
    font-size: 36px;
  }

  .published-articles-section .articles-grid {
    gap: 20px;
    display: block;
  }

  .published-articles-section {
    padding: 40px 0;
  }

  .published-articles-section .section-header, .published-articles-section .articles-grid {
    margin-bottom: 30px;
  }

  .published-articles-section .published-article-card .article-image {
    height: 115px;
  }

  .published-articles-section .published-article-card .article-content {
    padding: 15px;
  }

  .published-articles-section .published-article-card .article-content .article-title {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .published-articles-section .published-article-card .article-content .article-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
  }

  .newsletter-section .container-fluid {
    flex-direction: column;
    gap: 20px;
    max-width: 95%;
    padding: 0 15px;
  }

  .newsletter-section .container-fluid .left-col {
    max-width: 100%;
  }

  .newsletter-section .container-fluid .right-col {
    width: 100%;
    max-width: 100%;
  }

  .newsletter-section .newsletter-content .newsletter-title {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .newsletter-section .newsletter-content .newsletter-description {
    font-size: 16px;
  }

  .newsletter-section .newsletter-content .newsletter-cta {
    font-size: 14px;
  }

  .newsletter-form {
    padding: 40px 0;
  }

  .newsletter-form .newsletter-form {
    max-width: 100%;
  }

  .newsletter-form .newsletter-form .form-group {
    margin-bottom: 15px;
  }

  .newsletter-form .newsletter-form .form-group .form-control {
    padding: 12px 15px;
    font-size: 14px;
  }

  .newsletter-form .newsletter-form .form-group .form-control::placeholder {
    font-size: 14px;
  }

  .newsletter-form .newsletter-form .btn-newsletter {
    padding: 12px 15px;
    font-size: 14px;
  }

  .contact-section .container-fluid {
    max-width: 95%;
    padding: 0 15px;
  }

  .contact-section .contact-content .contact-title {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .contact-section .contact-content .contact-description {
    font-size: 16px;
  }

  .contact-section .contact-content .contact-cta {
    font-size: 14px;
  }

  .contact-section .contact-form .form-row {
    flex-direction: column;
    gap: 0;
  }

  .contact-section {
    padding: 40px 0;
  }

  .contact-section .container-fluid:before {
    top: -22%;
    left: 55%;
  }

  .contact-section .contact-form .form-group {
    margin-bottom: 15px;
  }

  .contact-section .contact-form .form-group .form-control {
    padding: 12px 15px;
    font-size: 14px;
  }

  .contact-section .contact-form .form-group .form-control::placeholder {
    font-size: 14px;
  }

  .contact-section .contact-form .btn-contact {
    padding: 12px 15px;
    font-size: 14px;
  }

  .amaru__container {
    max-width: 90%;
    padding: 20px;
  }

  .page-blog .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .page-blog .section-header .section-filters {
    flex-wrap: wrap;
    gap: 15px;
  }

  .page-blog .section-header .section-filters .filter-group {
    width: 100%;
  }

  .page-blog .section-header .section-filters .filter-dropdown {
    flex: 1;
    min-width: 120px;
  }

  .page-blog .section-header .section-filters .filter-dropdown .filter-select {
    width: 100%;
  }

  .page-search .search-results-section .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .page-search .search-results-section .section-header .section-filters {
    flex-wrap: wrap;
    gap: 15px;
  }

  .page-search .search-results-section .section-header .section-filters .filter-group {
    width: 100%;
  }

  .page-search .search-results-section .section-header .section-filters .filter-dropdown {
    flex: 1;
    min-width: 120px;
  }

  .page-search .search-results-section .section-header .section-filters .filter-dropdown .filter-select {
    width: 100%;
  }
}

@media only screen and (width <= 479px) {
  .btn-warning {
    padding: 8px 16px !important;
    font-size: 12px !important;
  }
}

@media (width <= 1040px) {
  .btn-collapse {
    justify-content: space-between;
    padding: 0 24px;
    display: flex;
  }

  .btn-collapse .gap-2 {
    display: flex;
  }

  .btn-collapse .btn-warning {
    padding: .5rem 4rem !important;
  }

  .btn-hdd {
    transition: opacity .3s;
  }

  .btn-hdd.d-none {
    opacity: 0;
    pointer-events: none;
  }

  .btn-mb {
    justify-content: flex-end;
    display: flex;
  }

  .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem;
  }

  .navbar-nav {
    margin-bottom: 1rem;
  }

  .navbar-nav .nav-item {
    margin: .5rem 0;
  }

  .navbar-nav .nav-link:after {
    display: none;
  }
}

@media (width <= 992px) {
  .site-footer .footer-container {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 30px;
  }

  .site-footer .footer-bottom .footer-bottom-content {
    flex-direction: column;
    gap: 20px;
    padding: 30px;
  }

  .founders__info {
    padding-right: 0;
  }

  .founders {
    padding: 60px 0;
  }

  .founders .founders-slider {
    padding: 0 30px;
  }

  .articles-section {
    padding: 60px 0;
  }

  .articles-section .container-fluid {
    max-width: 95%;
  }

  .articles-section .main-article-card {
    height: 400px;
    margin-bottom: 40px;
  }

  .articles-section .main-article-card .article-content {
    padding: 20px;
  }

  .articles-section .main-article-card .article-content .article-title {
    font-size: 20px;
  }

  .articles-section .sidebar-articles {
    padding: 20px;
  }

  .articles-section .sidebar-articles .sidebar-title {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .articles-section .sidebar-articles .sidebar-article-card {
    margin-bottom: 8px;
    padding: 0;
  }

  .articles-section .sidebar-articles .sidebar-article-card .article-thumbnail {
    width: 142px;
    height: 92px;
  }

  .articles-section .sidebar-articles .sidebar-article-card .article-info .article-title {
    font-size: 14px;
  }

  .articles-section .sidebar-articles .sidebar-article-card .article-info .article-meta {
    font-size: 11px;
  }

  .published-articles-section .articles-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .published-articles-section {
    padding: 60px 0;
  }

  .published-articles-section .section-header, .published-articles-section .articles-grid {
    margin-bottom: 40px;
  }

  .published-articles-section .published-article-card .article-content {
    padding: 15px;
  }

  .published-articles-section .published-article-card .article-content .article-title {
    font-size: 16px;
  }

  .published-articles-section .published-article-card .article-content .article-meta {
    font-size: 12px;
  }

  .newsletter-section .newsletter-content {
    margin-bottom: 40px;
    padding-right: 0;
  }

  .newsletter-section {
    padding-left: 0;
  }

  .newsletter-form .row {
    flex-direction: column;
  }

  .contact-section .contact-content {
    margin-bottom: 40px;
    padding-right: 0;
  }

  .contact-section .contact-form-container {
    padding-left: 0;
  }

  .contact-section {
    padding: 160px 0;
  }

  .contact-section .row {
    flex-direction: column;
  }
}

@media (width <= 1024px) {
  .header {
    margin: 3em 20px;
    padding: 10px 20px;
  }

  .header .search-wrapper .search-input {
    display: none;
  }

  .atuacao .container {
    padding: 0 40px;
  }

  .atuacao__header h2 {
    font-size: 40px;
  }

  .atuacao .areas-scroll {
    padding: 20px;
  }

  .atuacao .areas-scroll .area-card {
    flex: 0 0 280px;
  }
}

@media (width >= 1200px) and (width <= 1380px) {
  .hero__articles .article-card {
    height: 480px;
  }

  .hero__foundation {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .hero__foundation .hero__title {
    font-size: 72px;
    line-height: 80px;
  }

  .hero__foundation .hero__text {
    font-size: 14px;
  }

  .founders__title {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .founders .founder-description {
    font-size: 14px;
  }

  .articles-section .sidebar-articles .sidebar-article-card .article-thumbnail, .published-articles-section .published-article-card .article-image {
    height: 110px;
  }

  .amaru__container {
    background-position: 0;
    height: 393px;
    padding: 40px;
  }
}

@media (width <= 480px) {
  .hero__articles .article-content {
    padding: 0;
  }

  .hero__foundation .hero__title {
    font-size: 40px;
    line-height: 70px;
  }

  .atuacao__header h2 {
    font-size: 28px;
  }

  .atuacao__header p {
    font-size: 14px;
  }

  .atuacao .areas-scroll .area-card {
    flex: 0 0 240px;
    padding: 24px;
  }

  .atuacao .areas-scroll .area-card__title {
    font-size: 18px;
  }

  .atuacao .areas-scroll .area-card__description {
    font-size: 13px;
  }

  .founders .founders-slider {
    padding: 0 !important;
  }

  .founders .founders-slider .slick-track {
    height: 300px;
    left: 41px !important;
  }

  .founders .founders-slider .slick-slide.slick-current .slide-image {
    height: 215px;
  }

  .founders .founders-slider .slide-item {
    align-items: center;
    padding: 0 10px;
    display: flex;
  }

  .founders .founders-slider .slide-item .slide-image {
    height: 119px;
  }

  .founders .founders-slider .slick-list {
    padding: 0 33px;
  }

  .founders .founders-slider .slick-slide.slick-current {
    width: fit-content !important;
  }

  .founders .founders-slider .slick-prev {
    left: 0;
  }

  .founders .founders-slider .slick-next {
    right: 0;
  }

  .only-text__container .title {
    font-size: 28px !important;
  }
}

@media (width >= 1600px) {
  .atuacao__header {
    max-width: 80%;
    padding: 0;
  }

  .atuacao .areas-scroll {
    margin-left: auto;
    padding-left: 10%;
  }

  .founders__gallery {
    max-width: 50%;
  }
}

@media (width <= 1280px) {
  .founders .founders-slider {
    padding: 0 40px;
  }

  .founders .founders-slider .slick-slide.slick-current {
    width: 240px !important;
  }

  .articles-section .main-article-card {
    height: 466px;
  }

  .amaru__desc {
    display: none;
  }

  .only-text__container .title {
    font-size: 48px;
  }
}

@media (width <= 1200px) {
  .articles-section .container-fluid, .published-articles-section .container-fluid, .newsletter-section .container-fluid, .contact-section .container-fluid {
    max-width: 90%;
  }
}

@media (width <= 668px) {
  .amaru__container {
    max-width: 100%;
    padding: 20px;
  }
}

@media (width <= 682px) {
  .amaru {
    padding: 15px;
  }
}

@media only screen and (width >= 1200px) and (width <= 1520px) {
  .only-text__container .title {
    font-size: 72px;
  }
}
/*# sourceMappingURL=styles.css.map */
