@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Alice&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/*!
* Start Bootstrap - Full Width Pics v5.0.4 (https://startbootstrap.com/template/full-width-pics)
* Copyright 2013-2021 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-full-width-pics/blob/master/LICENSE)
*/
/*!
* Bootstrap v5.1.3 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.n
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root {
  /* --- [Nova Paleta Verdes Mares Stud] --- */
  --vm-preto: #000000;
  --vm-verde-esmeralda: #019A8F;
  /*--vm-dourado: #F4B41A;*/
  --vm-dourado: #A5907E;
  --vm-turquesa: #5BC3B9;
  --vm-bronze: #A17A3E;
  --vm-branco: #FFFFFF;
  --vm-marrom: #231C07;

  /* --- [Variáveis Bootstrap Originais (Cores Base)] --- */
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: var(--vm-branco);
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;

  /* --- [Mapeamento Bootstrap Tema "Verdes Mares"] --- */
  --bs-primary: var(--vm-marrom);
  --bs-secondary: var(--vm-turquesa);
  --bs-success: var(--vm-verde-esmeralda);
  --bs-info: var(--vm-turquesa);
  --bs-warning: var(--vm-dourado);
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: var(--vm-preto);

  /* --- [Mapeamento RGB Bootstrap Tema "Verdes Mares"] --- */
  --bs-primary-rgb: 101, 61, 14, 1;
  --bs-secondary-rgb: 91, 195, 185;
  --bs-success-rgb: 1, 154, 143;
  --bs-info-rgb: 91, 195, 185;
  --bs-warning-rgb: 244, 180, 26;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 0, 0, 0;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 0, 0, 0;
  --bs-body-bg-rgb: 255, 255, 255;

  /* --- [Fontes] --- */
  --bs-font-montserrat: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-montserrat);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;

  /* --- [Mapeamento Variáveis Customizadas do Tema] --- */
  --bs-body-color: var(--vm-preto);
  --bs-body-bg: var(--vm-branco);
  --bs-darkgreen: var(--vm-marrom);
  --cor-hr-lg: var(--vm-bronze);
  --cor-detalhes: var(--vm-marrom);
  --cor-detalhes-light: var(--vm-turquesa);
  --cor-detalhes-menor: var(--vm-verde-esmeralda);
  --cor-hr-sm: var(--vm-bronze);
  --cor-primary: var(--vm-marrom);
  --cor-secondary: var(--vm-dourado);
  --cor-dark-green: var(--vm-marrom);
  --cor-navbar-text: var(--vm-branco);
}

.center {
  text-align: center;
  margin: 0 auto;
}

.poppins-regular {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.dela-gothic-one-regular {
  font-family: "Dela Gothic One", sans-serif !important;
  font-weight: 800 !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  /* overflow-x: hidden; */
  font-family: 'museo';
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: var(--cor-primary) !important;
  background-color: var(--cor-primary);
  border: 0;
  height: 2px !important;
  opacity: 1;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {

  h1,
  .h1 {
    font-size: 2.5rem;
  }
}

h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {

  h2,
  .h2 {
    font-size: 2rem;
  }
}

h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {

  h3,
  .h3 {
    font-size: 1.75rem;
  }
}

h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {

  h4,
  .h4 {
    font-size: 1.5rem;
  }
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 0;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small,
.small {
  font-size: 0.875em;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-primary);
  text-decoration: underline;
}

a:hover {
  color: var(--vm-bronze);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr
    /* rtl:ignore */
  ;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: var(--bs-white);
  background-color: var(--bs-dark);
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-gray);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend+* {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}
/* CSS mínimo restante que o Bootstrap não cobre nativamente */

/* Cor de hover personalizada para os links da navegação */
.navbar .nav-link:hover {
    color: var(-vm-dourado) !important;
}

/* Fundo do menu mobile quando expandido
  (Usando o breakpoint 'lg' do navbar-expand-lg) */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background: var(--cor-primary) !important;
        padding: 10px;
        border-radius: 0 0 5px 5px; /* Polimento opcional */
    }

    /* Garante que os links fiquem brancos no fundo escuro mobile */
    .navbar-collapse .nav-link {
         color: white !important;
    }
}

/* Centraliza o caption verticalmente (Bootstrap o coloca no rodapé) */
.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: auto; /* Reseta o 'bottom' padrão do Bootstrap */
    width: 80%; /* Garante que não fique muito largo em telas grandes */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Sombra para legibilidade */
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote> :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: var(--bs-gray);
}

.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--vm-branco);
  border: 1px solid var(--bs-gray-300);
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-gray);
}

/**/

.section-wrap h2 {
  text-align: center;
  font-weight: bold;
  color: var(--bs-darkgreen);
  font-family: 'Poppins', sans-serif;
}

.section-wrap h3 {
  text-align: center;
  font-family: 'Playfair Display', serif;
}

.content-header {
  text-align: left;
  font-weight: bolder;
  font-family: 'Montserrat', sans-serif;
}

.content-header p {
  color: var(--vm-bronze);
  margin-bottom: 0;
}

.content-header hr {
  color: var(--vm-bronze) !important;
  height: 2px !important;
  opacity: 1 !important;
  margin-right: 65% !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  width: 321.312px !important;
}

.content-header p+hr+p {
  color: var(--vm-preto);
  margin-bottom: 10px;
}

.parallax-parent {
  height: 70vh;
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.parallax {
  background-image: url("../imgs/parallax.webp");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* */

.flex-container {
  display: flex;
}

.footer-wrap {
  position: relative;
}

.footer-main {
  font-family: 'museo';
  font-size: 19px;
}

.footer-main .titulo {
  background-color: var(--vm-dourado);
}

.footer-main .titulo img {
  padding-top: 10px;
  height: 85px;
}

.footer-main i {
  color: var(--vm-turquesa);
  padding: 5px;
}

.footer-main a {
  text-decoration: none;
  color: inherit;
}

.footer-main a:hover,
.footer-main address:hover {
  text-decoration: none;
  color: inherit;
  filter: brightness(1.5);
  transition: all .3s ease;
}

.footer-main .telefone-email {
  background-color: var(--cor-primary);
  color: var(--vm-branco);
}

.footer-main .telefone-email a {
  color: var(--vm-branco);
}

.footer-sitenivel {
  background-color: var(--vm-branco);
  display: flex;
  justify-content: center;
  padding: 10px 0;
  font-family: Helvetica;
  font-weight: bold;
  height: 100%;
  width: 100%;
}

.footer-sitenivel img {
  height: 30px;
  width: auto;
}

.footer-sitenivel a {
  transition: all 0.5s ease;
}

.footer-sitenivel a:hover {
  filter: brightness(120%);
}

.nav-item {
  height: 100%;
  display: table;
}

.nav-item .nav-link {
  color: var(--cor-navbar-text);
  text-decoration: none;
  position: relative;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  transition: all 0.2s ease;
  padding: 4px;
}

.nav-item .nav-link:hover {
  color: var(--vm-branco);
  background-color: var(--cor-primary);
  filter: brightness(0.8);
}

.nav-item .nav-link.active {
  margin-bottom: -2px;
  border-bottom: solid 2px var(--vm-branco);
}

.nav-item .nav-link:focus {
  filter: saturate(1.5) brightness(1.1);
  background-color: var(--cor-primary);
  transition: .2s ease-out filter;
}

.dropdown-menu {
  background-color: rgba(var(--bs-primary-rgb), 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 6px solid var(--vm-bronze) !important;
  border-radius: 0 !important;
  top: 100%;
  padding-top: 6px;
  left: 0;
  transition: all .3s ease;
}

.dropdown-menu:hover {
  background-color: rgba(var(--bs-primary-rgb), 0.9);
}

.dropdown-bg .nav-link {
  border-bottom: solid 3px rgba(255, 255, 255, 0.795) 5px !important;
  transition: .2s all ease;
}

.dropdown-item {
  color: var(--vm-branco) !important;
  padding: 10px;
  transition: .2s all ease;
  text-decoration: none !important;
}

.dropdown-item:hover {
  background-color: var(--cor-primary);
  filter: brightness(0.7);
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu a {
  transition: .15s ease all;
}

.dropdown-menu a:hover {
  filter: brightness(1.1);
  padding-top: 12px;
  padding-bottom: 12px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.home-text {
  text-align: center;
  color: var(--vm-preto);
}

.home-text p {
  line-height: 2em;
  font-family: 'Poppins', sans-serif;
}

.home-text p.lead {
  font-weight: bold;
  font-family: inherit;
}

.home-text hr {
  color: var(--vm-bronze);
  height: 3px;
  opacity: 1;
}

.page-header-title {
  /*background-color: var(--vm-dourado);
  border-bottom: solid 5px var(--cor-primary);*/
  color: white;
  padding-top: 5px;
  width: 100%;
  overflow: visible;
  bottom: 0;
  position: absolute;
}

.page-header-title h1 {
  color: #ffffffbd;
    font-family: "Dela Gothic One", Sans-serif;
    font-size: 3.5em;
    font-weight: 800;
    padding-bottom: 90px !important;
}

.page-header-title img {
  height: 4em;
  position: absolute;
  top: -2em;
}

.page-header {
      width: 100%;
  background-image: none;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  transition: .3s ease;
  /*height: 224px;
  */
  padding: 220px 0 0px;
}

@media (max-width: 1024px) {
  .collapsable {
    display: none;
    height: auto !important;
  }

  .dropdown-menu {
    display: none !important;
  }

  .carousel-item {
    height: 30vh;
  }

  .carousel-item img {
    height: auto;
    width: auto;
    object-fit: cover;
    display: block;
    right: 50%
  }
}

@media (max-width: 768px) {
  .collapsable {
    display: none;
    height: auto !important;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px !important;
  }
}

.navbar {
  font-family: 'museo';
  background: rgba(var(--bs-primary-rgb), 0.8);
  backdrop-filter: blur(15px);
  width: 100%;
  z-index: 99;
  position: sticky;
  top: 0;
  padding: 0;
  min-height: 50px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.bg-hidden {
  background-color: var(--cor-primary);
  position: absolute;
  height: 20vh;
  top: 0;
  z-index: 0;
  width: 100%;
}

.navbar-brand a {
  text-decoration: none;
  transition: all .3s ease;
}

.navbar-brand a:hover {
  filter: brightness(1.1);
}


.navbar-brand img {
  height: 10vh;
  object-position: top center;
  object-fit: contain;
}

.navbar-nav {
  height: 100%;
}

.navbar>.container {
  align-items: initial;
}

@media (max-width: 1300px) {
  .navbar {
    overflow: hidden !important;
    text-align: center !important;
  }

  .nav-item {
    margin-bottom: 15px;
  }

  .navbar-brand img {
    object-position: center;
    height: 100% !important;
    width: 100% !important;
  }

  .page-header {
    height: 199px;
  }

  .navbar-brand {
    height: 18vh !important;
  }

  .bg-hidden {
    height: 24vh;
  }

  .navbar-nav {
    margin-left: 0% !important;
  }

  #ulHeight {
    margin-bottom: 0;
    z-index: 99;
    max-height: 100% !important;
  }
}

.section-content-bg {
  background-color: var(--vm-branco);
}

.section-content-bg p {
  text-indent: 50px;
  text-align: justify;
  font-size: 17px;
  line-height: 2em;
}

.section-title {
  background-color: var(--cor-secondary);
  width: 100%;
  box-shadow: 0px 8px 0px var(--cor-detalhes);
  margin-bottom: 8px;
  text-align: center;
}

.section-title h2 {
  margin: 0;
  color: var(--cor-detalhes-menor);
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.section-alt {
  background-color: var(--bs-light);
}

.section-alt .section-title {
  background-color: var(--cor-detalhes);
  box-shadow: none;
}

.section-alt .section-title h2,
.section-alt .section-title h3 {
  color: var(--vm-branco);
}

.section-alt a {
  color: inherit;
}

#content p {
  color: var(--cor-primary);
  font-size: 17px;
}

@media (max-width: 768px) {}


@media (min-width: 992px) {
  .text-end-md {
    text-align: end;
  }
}

.home-text {
  text-align: start;
}

@media (min-width: 1200px) {
  .carousel-item {
    height: 60vh;
    width: 100%;
  }
}

.header-carousel {
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid var(--vm-bronze);
}

.header-carousel .carousel-item img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  z-index: 0;
}

@media (max-width: 1200px) {

  .header-carousel .carousel-item img {
    min-height: 30vh;
    object-fit: cover;
    width: 100%;
  }

  .header-carousel .carousel {
    min-height: 50vh;
  }

  .header-carousel .carousel-item {
    min-height: 50vh !important;
  }

  .header-carousel .carousel-controls {
    visibility: hidden !important;
  }
}

.home-text .hr {
  display: inline-block;
}

.home-text .hr:after {
  content: '';
  display: block;
  border-top: 3px solid var(--vm-bronze);
  margin-top: 0.5em;
}

.home-text p {
  color: var(--cor-dark-green);
}

.home-text h2 {
  color: var(--cor-detalhes);
  font-family: 'perpetuatitlingmtlight';
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 3vh;
}

.home-content {
  background-color: var(--vm-branco);
  overflow: visible;
  position: relative;
  padding-bottom: 0;
}

.home-content p {
  margin: 0;
}

.section-home .col.p-0 {
  width: 330px;
  min-height: 204px;
  overflow: hidden;
  margin: 5px;
}

.section-home img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-carousel {
  position: relative;
}

.header-carousel .header-text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

.header-carousel .carousel-text {
  background: var(--cor-primary);
  background: linear-gradient(90deg, rgba(var(--bs-primary-rgb), 0.9) 20%, rgba(var(--bs-secondary-rgb), 0) 70%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 98;
  height: 100%;
  width: 100%;
  padding-right: 60vw;
  display: table;
}

.header-carousel .carousel-text h1 {
  font-family: 'The Nautigal', cursive;
  font-size: 700%;
  color: var(--vm-branco);
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-left: 50px;
  text-shadow: 2px -1px 1px rgba(64, 79, 15, 0.78);
}

.header-carousel .carousel-text h1 span {
  color: var(--vm-dourado);
}

.header-carousel .header-text h1 {
  font-family: 'Felix Titling MT', serif;
  color: var(--cor-detalhes-menor);
  margin: 0;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
  .header-carousel .header-text h1 {
    text-align: center;
  }

  .header-carousel .carousel-text {
    padding-right: 0;
    background: var(--cor-primary);
    background: radial-gradient(circle, rgba(var(--bs-primary-rgb), 0.5) 0%, rgba(var(--bs-primary-rgb), 1) 100%);
  }

  .header-carousel .carousel-text h1 {
    padding-left: 0;
    font-size: 500%;
  }
}

.header-carousel .header-text h2 {
  margin-left: 30%;
  margin-bottom: 0;
  font-family: 'Felix Titling MT', serif;
  color: var(--vm-preto);
}

.img-absolute {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -4vh;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.img-absolute img {
  width: 127px;
  height: 83px;
}

.skip-nav {
  background: var(--cor-detalhes);
  height: 30px;
  left: 1%;
  padding: 8px;
  position: absolute;
  transform: translateY(-120%);
  transition: transform .3s;
  z-index: 1001;
  text-align: center;
  align-items: center;
  vertical-align: middle;
  text-decoration: none;
  color: var(--vm-branco);
}

.skip-nav:focus {
  transform: translateY(0)
}

h4 {
  color: var(--cor-primary);
  font-family: 'Josefin Sans', sans-serif;
  padding: 0;
  margin-bottom: 8px;
  font-weight: bold;
  position: relative;
  width: 100%;
  display: inline;
  cursor: default;
}

h4:after {
  background: none repeat scroll 0 0 transparent;
  bottom: -8px;
  content: "";
  display: block;
  height: 2px;
  left: 0%;
  position: absolute;
  background: var(--cor-primary);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: inherit;
}

h4:hover:after {
  width: 0;
  left: 50%;
}

@media (max-width: 600px) {
  h4 {
    display: block;
    margin: 0 5px;
  }
}

.linha-cavalos {
  width: 100%;
  background-image: url('../imgs/svgs/linha-cavalos.svg');
  background-repeat: no-repeat;
  background-position: 0 95%;
  background-size: auto;
  overflow: visible;
  min-height: 13vh;
}

.linha-bege {
  background-color: var(--vm-dourado);
  padding-bottom: 5px;
}

.linha-verde {
  background: linear-gradient(0deg, var(--cor-primary) 10%, var(--vm-branco) 10%);
  height: 100%;
  padding-bottom: 7vh;
}

.linha-verde .linha-cavalos .container picture img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: left center;
}

.linha-verde .linha-cavalos .container picture div {
  height: 100%;
  margin: 0 10vw -5vh;
  border: 5px solid var(--vm-dourado);
  overflow: hidden;
}

.cards .card,
.cards .card .card-img-top {
  border: none;
  border-radius: 0;
}

.cards .card h5,
.cards .card p {
  text-align: center;
}

.cards .card {
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
  overflow: visible;
}

.cards .card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
  transition: .4s ease height, .6s ease filter;
}

.cards .card .card-body {
  z-index: 2;
  position: absolute;
  bottom: 0;
  background-color: var(--vm-branco);
  transition: background-color .3s ease .2s, .3s ease padding-top, .3s ease padding-bottom, height .3s ease;
  backdrop-filter: blur(5px);
  height: 100px;
}

.cards .card:hover img {
  height: 300px;
  object-position: center;
  overflow: hidden;
  filter: saturate(1.5) brightness(0.8);
}

.cards .card:hover .card-body {
  background-color: rgba(var(--bs-white-rgb), 0.85);
  height: 300px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.cards .card .card-title {
  font-family: 'Josefin Sans', sans-serif;
  border-bottom: 1px solid var(--cor-primary);
  color: var(--cor-primary);
}

.experiencia {
  background-color: var(--cor-primary);
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  line-height: 3em;
}

.experiencia h4,
.experiencia p {
  color: var(--vm-branco) !important;
}

.experiencia img {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: -30px;
  text-align: center;
  padding: 20px;
}

.experiencia h4 {
  font-size: 14pt;
}

.experiencia h4:after {
  background: none repeat scroll 0 0 transparent;
  bottom: -8px;
  content: "";
  display: block;
  height: 2px;
  left: 0%;
  position: absolute;
  background: var(--cor-primary);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: inherit;
}

.experiencia h4:hover:after {
  width: 0;
  left: 50%;
}

@media (max-width: 600px) {
  .experiencia h4 {
    display: block;
    margin: 0 5px;
  }
}

.experiencia+.experiencia-bg {
  background-image: url('https://placehold.co/600x400');
  height: 50vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
}

.cavalos-cards .card {
  border: none;
  border-radius: 0;
  transition: .2s ease all;
  overflow: hidden;
}

.cavalos-cards .card .card-header {
  background-image: linear-gradient(22deg, var(--cor-primary) 15%, var(--cor-primary) 25%, var(--vm-turquesa) 50%, var(--cor-primary) 50%, var(--cor-primary) 75%, var(--vm-turquesa) 75%, var(--vm-turquesa) 100%);
  color: var(--vm-dourado);
  background-size: 3000px;
  border-radius: 0;
  transition: .3s ease all;
  z-index: 50;
}

.cavalos-cards .card .card-header .negociar {
  position: absolute;
  right: 5%;
}

.cavalos-cards .card .card-header .negociar a {
  color: var(--vm-dourado);
}

.cavalos-cards .card .card-body {
  background: var(--vm-dourado);
  background: radial-gradient(circle, var(--vm-dourado) 0%, var(--vm-bronze) 200%);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: .3s ease all;
  z-index: 50;
  display: grid;
  align-items: center;
  text-align: center;
}

.cavalos-cards .card-body p {
  text-indent: 0;
  font-weight: 400;
  padding: 15px;
  margin: 0;
  border-radius: 15px;
  background: transparent;
  transition: .3s ease all;
}

.cavalos-cards .card-body p:hover {
  background: rgba(var(--bs-warning-rgb), 0.4);
}

.cavalos-cards .card-body p a {
  color: inherit;
  text-decoration: none;
  transition: .3s ease all;
}

.cavalos-cards .card-body p a:hover {
  filter: brightness(1.5);
  text-decoration: underline;
}

.cavalos-cards .categoria {
  font-weight: 100;
  text-transform: uppercase;
  color: var(--bs-gray);
  font-size: .8rem;
}

.cavalos-cards .card h5 {
  color: var(--cor-primary);
  text-decoration: underline;
}

.cavalos-cards .card-img-top {
  border-radius: 0;
  width: 100%;
  background-color: var(--vm-dourado);
  object-fit: contain;
  transition: .3s ease all;
  z-index: 1;
}

.cavalos-cards .card:active {
  transform: scale(0.99);
  filter: brightness(1.05);
}

.cavalos-cards .card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)
}

.cavalos-cards .card:hover .card-header {
  margin-bottom: 0;
  background-size: 300%;
}

.cavalos-cards .card:hover img {
  transform: scale(1.1);
}

@media (min-width: 991px) {
  .btn-group-categoria {
    display: none;
  }
}

.btn-group-categoria {
  overflow: scroll;
  padding: 0 3%;
  width: 100%;
  margin-bottom: 3%;
}

.btn-categoria {
  background-color: var(--cor-primary);
  color: var(--vm-branco);
  text-wrap: nowrap;
}


.uk-slider-items.uk-child-width-1-1 li {
  height: 60vh;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  margin-right: 5px;
}

.uk-slider-items.uk-child-width-1-1 li img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.uk-slider .uk-position-relative a {
  border: solid 1px rgba(var(--bs-white-rgb), .7);
  transition: background-color .3s ease, color .3s ease;
}

.uk-slider .uk-position-relative a:hover {
  background-color: var(--vm-branco);
  color: rgba(var(--bs-black-rgb), .7);
}


.card-section-title {
  background-color: var(--cor-primary);
  background-image: none; /* Removido SVG complexo para simplicidade, a cor sólida já está definida */
  background-attachment: fixed;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.card-section-title h3 {
  text-align: left !important;
  color: var(--vm-dourado);
  margin: 0;
  padding: 0;
  line-height: 32px;
  font-family: 'Josefin Sans', sans-serif;
}

.btn.btn-outline-primary {
  border-radius: 0;
  width: 100%;
  color: var(--cor-primary);
  border-color: var(--cor-primary);
}

.btn.btn-outline-primary:hover {
  text-decoration: none;
  background-color: var(--cor-primary);
  color: var(--vm-branco);
}

.venda .btn.btn-venda {
  color: var(--vm-branco);
  text-decoration: none;
  border: 1px var(--cor-primary) solid;
  border-radius: 0;
  width: 100%;
  text-align: start;
  position: relative;
  z-index: 1;
}

.venda h3 {
  color: var(--cor-primary);
  font-family: 'Josefin Sans', sans-serif;
  border-bottom: 2px solid var(--cor-primary);
}

.venda .btn.btn-venda:hover {
  color: var(--cor-primary);
}

.venda .btn.btn-venda:after {
  background: none repeat scroll 0 0 transparent;
  content: "";
  top: 0;
  display: block;
  height: 100%;
  left: 0%;
  position: absolute;
  background: var(--cor-primary);
  transition: width 0.4s ease 0s, left 0.3s ease 0s, box-shadow .1s ease;
  width: 100%;
  z-index: 0;
  mix-blend-mode: color;
}

.venda .btn.btn-venda:hover:after {
  width: 0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 0px;
  -webkit-box-shadow: 0px 10px 13px -7px var(--vm-turquesa), 5px 5px 15px 5px rgba(255, 255, 255, 0);
  box-shadow: 0px 10px 13px -7px var(--vm-turquesa), 5px 5px 15px 5px rgba(255, 255, 255, 0);
}

.venda .imagens div div {
  border: 5px solid var(--cor-primary);
  overflow: hidden;
  height: 269px;
  width: 100%;
}

.venda .imagens img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.uk-badge {
  background: #bd3131; /* Mantido em vermelho para semântica de "vendido" */
  border-radius: 0;
  rotate: 45deg;
  height: 19px;
  width: 238px;
  margin: 0;
  margin-top: 0px;
  margin-right: 0px;
  right: 0;
  margin-right: -100px;
  margin-top: 20px;
}

.skiptranslate {
  display: none !important;
  padding: 10px;
}

body {
  top: 0 !important
}

.skiptranslate.goog-te-gadget {
  padding: 0px 0px;
  display: inline-block !important;
  font-size: 0px;
}

#google_translate_element {
  position: sticky;
  z-index: 1001;
  top: 4px;
  margin-top: -248px;
  width: 172px;
  right: 0px;
  float: right;
  display: inline-flex;
}

.goog-logo-link {
  font-size: 0 !important;
  display: none;
}

.goog-te-gadget .goog-te-combo {
  margin: 4px 0;
  background: rgba(var(--bs-secondary-rgb), 0.5);
  padding: 5px;
  border: 0;
  border-radius: 5px;
  transition: .3s ease all;
  cursor: pointer;
  width: 110px;
}

.goog-te-gadget .goog-te-combo:hover {
  filter: brightness(1.2)
}

.country {
  padding: 9px;
  display: inline-block;
  font-family: tahoma;
  font-size: 12px
}

.country i {
  background: url(https://dl.dropboxusercontent.com/s/izcyieh1iatr4n5/flags.png) no-repeat;
  display: inline-block;
  width: 16px;
  height: 11px;
}

.card.leilao {
  border-radius: 0px;
  overflow: visible;
}

.card.leilao:hover {
  box-shadow: none;
}


.card.leilao .card-header {
  border: 1px solid var(--vm-dourado);
  box-shadow: 0 0 10px var(--vm-dourado);
}

.card.leilao .leilao-text {
  font-weight: 100;
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--vm-dourado);
  color: var(--cor-primary);
  border-radius: 5px;
  height: 26px;
  min-width: 71px;
  max-width: 100px;
  text-align: center;
  border: 1px solid var(--vm-dourado);
  backdrop-filter: blur(5px);
  transition: .3s ease all;
}

.card.leilao a {
  overflow: hidden;
}

.card.leilao:hover .leilao-text {
  top: 7px;
  background: transparent;
  color: var(--vm-dourado);
}

.card.leilao .card-body {
  background-color: var(--vm-dourado);
  background-image: none; /* Removido SVG complexo para simplicidade, a cor sólida já está definida */
  background-attachment: fixed;
  background-size: cover;
  border: 1px solid var(--vm-dourado);
  box-shadow: 0 0 10px var(--vm-dourado);
}

.card.leilao .card-img-top {
  padding: 1px;
}

.card.leilao .card-body,
.card.leilao .card-header,
.card.leilao .card-img-top {
  transition: 1s ease all;
}

.uk-grid {
  display: inline-flex !important;
}

.btn.btn-lance {
  border-radius: 1000px;
  border: 1px solid rgba(var(--bs-primary-rgb), 0.05);
  background-color: var(--bs-gray-200);
  color: var(--cor-primary);
  padding: 15px;
  transition: .5s ease all;
  text-decoration: none;
  width: 100%;
}

.btn.btn-lance:hover {
  background-color: var(--cor-primary);
  color: var(--vm-branco);
}


/* =================================================== */
/* 🎨 SUGESTÕES DE MELHORIA VISUAL PARA CARDS E FILTROS */
/* =================================================== */

/* 1. Botões de Categoria (Filtro Mobile)
   Trocamos o visual "bloco" por "pílulas" (pills), 
   que são mais modernas e fáceis de tocar.
*/
.btn-group-categoria {
    overflow-x: auto; /* Permite scroll horizontal */
    white-space: nowrap; /* Impede que quebrem a linha */
    padding: 5px 3% 15px 3%; /* Mais respiro vertical */
    margin-bottom: 3%;
    -webkit-overflow-scrolling: touch; /* Scroll suave em iOS */
}

/* Esconde a barra de scroll (visual) */
.btn-group-categoria::-webkit-scrollbar {
    display: none;
}

.btn-categoria {
    background-color: var(--vm-branco); /* Fundo branco "outline" */
    color: var(--cor-primary); /* Texto marrom (da sua paleta) */
    border: 1px solid var(--bs-gray-300); /* Borda sutil */
    border-radius: 20px; /* Cantos arredondados "pill" */
    margin-right: 8px; /* Espaçamento entre botões */
    font-weight: 500;
    text-wrap: nowrap;
    transition: all 0.2s ease-in-out;
}

.btn-categoria:hover,
.btn-categoria.active { /* 'active' é uma suposição de classe para o filtro ativo */
    background-color: var(--cor-primary); /* Marrom sólido no hover/active */
    color: var(--vm-branco); /* Texto branco */
    border-color: var(--cor-primary);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}


/* 2. Card Principal de Cavalo (.cavalos-cards .card)
   Simplificado, com bordas suaves e fundo limpo.
*/
.cavalos-cards .card {
    border: 1px solid var(--bs-gray-300); /* Borda sutil e neutra */
    border-radius: 12px; /* Cantos arredondados! */
    transition: all 0.3s ease; /* Transição suave para hover */
    overflow: hidden; /* Essencial para o scale da imagem e bordas */
    background-color: var(--vm-branco);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); /* Sombra muito leve */
}

.cavalos-cards .card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); /* Sombra mais elevada no hover */
    transform: translateY(-5px); /* Efeito sutil de "flutuar" */
}

/* 3. Cabeçalho do Card (Nome, Negociar)
   Fundo sólido, mais limpo que o gradiente antigo.
*/
.cavalos-cards .card .card-header {
    background-color: var(--cor-primary); /* Fundo marrom sólido */
    color: var(--vm-dourado); /* Texto dourado */
    font-weight: 600; /* Destaque no nome */
    border-radius: 0;
    border-bottom: 1px solid var(--vm-bronze); /* Linha sutil de separação */
    z-index: 10;
    position: relative;
    /* Removemos o 'background-size' e 'transition' do gradiente antigo */
}

.cavalos-cards .card .card-header .negociar a {
    color: var(--vm-dourado);
    font-size: 1.25rem; /* Ícone do WhatsApp um pouco maior */
    transition: color 0.2s ease;
}

.cavalos-cards .card .card-header .negociar a:hover {
    color: var(--vm-branco); /* Feedback de hover mais claro */
}

/* 4. Imagem do Card
   Altura fixa e object-fit: cover para uniformidade.
*/
.cavalos-cards .card-img-top {
    border-radius: 0;
    width: 100%;
    height: 300px; /* Defina uma altura fixa para alinhar o grid */
    object-fit: cover; /* ESSENCIAL: Faz a imagem preencher o espaço */
    background-color: var(--bs-gray-200); /* Fundo para imagens carregando */
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* Transição SÓ no transform */
    z-index: 1;
}

.cavalos-cards .card:hover img {
    transform: scale(1.05); /* Efeito de zoom mais sutil */
}

/* 5. Corpo do Card (Genealogia, Categoria)
   Fundo branco e tipografia mais limpa.
*/
.cavalos-cards .card .card-body {
    background: var(--vm-branco); /* Fundo branco simples */
    border-bottom-left-radius: 12px; /* Alinha com o card */
    border-bottom-right-radius: 12px;
    z-index: 10;
    padding: 1.25rem;
    text-align: center;
    /* Removemos o gradiente radial */
}

.cavalos-cards .card h5 {
    color: var(--cor-primary);
    text-decoration: none; /* Tira o sublinhado, fica mais limpo */
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
}

.cavalos-cards .card-body p {
    font-weight: 400;
    padding: 0;
    margin-bottom: 0.5rem;
    background: transparent;
    transition: none;
}
.cavalos-cards .card-body p:hover {
    background: transparent; /* Garante que não haja efeito de hover */
}

.cavalos-cards .card-body p a {
    color: var(--cor-primary);
    text-decoration: none;
    font-weight: 400; /* Mais legível */
}
.cavalos-cards .card-body p a:hover {
    text-decoration: underline;
}

.cavalos-cards .categoria {
    font-weight: 700; /* Mais destaque */
    text-transform: uppercase;
    color: var(--bs-gray-600); /* Cor mais suave */
    font-size: .75rem;
    letter-spacing: 0.5px; /* Mais "design" */
}

/* 6. Card Especial (Leilão)
   Borda dourada forte para destaque, sem "glow" excessivo.
   Tag "LEILÃO" integrada de forma mais limpa.
*/
.card.leilao {
    border: 3px solid var(--vm-dourado);
    box-shadow: 0 5px 15px rgba(165, 144, 126, 0.4); 
    overflow: visible;
}

.card.leilao .card-header {
    background-color: var(--vm-dourado); /* Inverte: Header dourado */
    /*color: var(--cor-primary);  Texto marrom */
    border-bottom: 2px solid var(--vm-bronze);
}

/* Ajuste para o ícone do whats no header dourado */
.card.leilao .card-header .negociar a {
     color: var(--cor-primary);
}
.card.leilao .card-header .negociar a:hover {
     color: var(--vm-marrom); /* Escurece no hover */
}

/* Tag "LEILÃO" mais limpa e integrada */
.card.leilao .leilao-text {
    font-weight: 700;
    position: absolute;
    top: -15px; /* Posição centralizada acima do card */
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--vm-dourado);
    color: var(--cor-primary);
    border-radius: 5px;
    padding: 3px 12px;
    font-size: 0.85rem;
    border: 2px solid var(--cor-primary);
    z-index: 100;
    width: auto;
    min-width: 0;
    max-width: none;
    text-align: center;
    transition: none; /* Remove a animação de 'top' */
}

.card.leilao:hover .leilao-text {
     top: -15px; /* Mantém a posição no hover */
     background-color: var(--cor-primary);
     color: var(--vm-dourado);
     border-color: var(--vm-dourado);
}

.card.leilao .card-body {
    background-color: #fffef7; /* Um "creme" bem leve */
    border: none;
    box-shadow: none;
}

/* Destaque para o valor do lance */
.card.leilao .card-body p:last-of-type {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--cor-primary);
}

.card.leilao .card-body .categoria {
    color: var(--vm-bronze); /* Categoria com cor de lance */
    font-weight: 700;
}

@media screen and (max-width: 880px){
    .p-rodape{
        text-align: center;
    }
    .page-header-title h1{
        font-size: 2.5em;   
    }
}