/* Estilos gerais */
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Arial, sans-serif;
  color: #fff;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/background.png") no-repeat center center fixed;
  background-size: cover;
  opacity: 0.5;
  z-index: -2;
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 50%);
  
  z-index: -1;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

header {
  padding: 10px 0;
  color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000; /* Certificando que o cabe�alho esteja acima */
  background: none;
}

.top-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  flex-wrap: wrap;
}

.top-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  transition: max-height 0.5s ease-in-out;
  max-height: none;
  overflow: hidden;
}

.top-menu ul li {
  margin: 0 10px;
}

.top-menu ul li a {
  color: #fff !important;
  text-decoration: none;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 12px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.logo {
  margin: 0 20px;
}

.logo img {
  width: 61px;
  height: 65px;
}

@media (min-width: 769px) {
  .top-menu {
    justify-content: center;
  }
  .menu-left,
  .menu-right {
    display: flex;
  }
  .menu-left {
    margin-right: auto;
  }
  .menu-right {
    margin-left: auto;
  }
  .logo {
    margin: 0 20px;
  }
  .animated-icon2 {
    display: none;
  }
}

@media (max-width: 768px) {
  .top-menu {
    flex-direction: column;
    align-items: flex-start;
  }

  .top-menu ul li a {
    color: #000000 !important;
    text-decoration: none;
    font-family: "Josefin Sans", sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 12px;
    letter-spacing: 5px;
    text-transform: uppercase;
  }

  .top-menu ul {
    display: none;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    padding: 20px 0;
  }
  .top-menu ul.open {
    display: flex;
  }
  .top-menu .menu-left,
  .top-menu .menu-right {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .top-menu .menu-left.open {
    flex-direction: column;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 60px;
    left: 0;
    padding: 20px 0;
    background-color: #fff;
  }
  .top-menu .menu-right.open {
    display: flex;
    margin-top: 120px;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    position: relative;
    left: 0;
  }
  .top-menu ul li {
    margin: 10px 0;
    text-align: center;
  }
  .top-menu ul li a {
    color: #333;
  }
  .logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .animated-icon2 {
    display: block;
    margin-left: auto;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .top-menu.open .animated-icon2 {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}

/* Estilos adicionais */
.animated-icon2 {
  width: 30px;
  height: 20px;
  margin: 0;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-top: 15px;
}

.animated-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  background: #e3f2fd;
  transition: 0.25s ease-in-out;
}

.animated-icon2 span:nth-child(1) {
  top: 0;
}

.animated-icon2 span:nth-child(2) {
  top: 10px;
}

.animated-icon2 span:nth-child(3) {
  top: 10px;
}

.animated-icon2 span:nth-child(4) {
  top: 20px;
}

.animated-icon2.open span:nth-child(1),
.animated-icon2.open span:nth-child(4) {
  top: 10px;
  width: 0;
  left: 50%;
}

.animated-icon2.open span:nth-child(2) {
  transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.logo img {
  background: transparent;
}

#calendarFrame {
  height: 1320px;
  background-color: #fff;
}

.carousel {
  margin-top: 80px;
  text-align: center;
}

.carousel h1 {
  margin-bottom: 20px;
}

#calendarFrame {
  width: 100%;
  height: 725px;
  border: none;
}

@media only screen and (max-width: 768px) {
  #calendarFrame {
    height: 1250px;
  }
}

@media only screen and (min-width: 769px) {
  #calendarFrame {
    width: 100%;
    height: 725px;
    border: none;
  }
}

.Ch943 {
  display: none;
}

main {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  padding-top: 140px;
}

.mainAgendamento {
  flex: 1 !important;
  display: block !important;
  padding: unset !important;
  padding-top: unset !important;
}

.content {
  max-width: 100hv;
  background: rgba(0, 0, 0, 0.7); /* Fundo semitransparente para melhor legibilidade */
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

h1, h2 {
  color: #fff; /* T�tulos em branco */
}

p, ul, li {
  color: #fff; /* Texto em branco */
}

a {
  color: #fff !important; /* Link em amarelo brilhante */
  text-decoration: none;
  font-weight: bold;
}

ul {
  list-style: disc inside;
}

.footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 230px;
  margin: 0 auto;
  background-color: #c9b4ad;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 100;
  color: #fff;
}

.footer-column {
  margin: 0 10px;
}

.footer-column:first-child {
  width: 50%;
}

.footer-column:nth-child(2) {
  width: 25%;
  text-align: left;
  text-transform: uppercase;
}

.footer-column:nth-child(3) {
  width: 25%;
  text-align: left;
}

.footer-column img {
  width: 50%;
  height: 100%;
  object-fit: cover;
  float: right;
}

.footer-column ul {
  list-style-type: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: normal !important;
}

.footer-column p {
  margin: 5px 0;
  text-align: left;
}

.footer-column:nth-child(3) img {
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  object-fit: cover;
}

@media (max-width: 768px) {
  #footer-placeholder {
    width: max-content;
  }
  .footer-container {
    flex-direction: column;
    height: auto;
    text-align: left;
    width: max-content;
  }
  .footer-column {
    width: 100%;
  }
  .footer-column img {
    width: 65%;
    margin: 0 auto;
    float: left;
  }
  .footer-column:first-child {
    width: 100%;
    float: left;
    margin-left: 30px;
  }
  .footer-column:nth-child(2) {
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    margin-left: 150px;
  }
  .footer-column:nth-child(3) {
    width: 100%;
    text-align: left;
    margin-left: 150px;
    margin-bottom: 30px;
  }
}

#cookieConsent {
    background-color: rgba(128, 128, 128, 0.8); /* cor de fundo semitransparente cinza */
    font-size: 14px;
    color: white;
    padding: 10px 20px;
    z-index: 9999;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

#cookieConsentText {
    flex: 1;
    margin-right: 20px;
}

#cookieConsent a {
    color: #c9b4ad;
    text-decoration: none;
    font-weight: bold;
    margin-left: 5px;
}

#closeCookieConsent {
    cursor: pointer;
    color: white;
    font-size: 20px;
    margin-left: 10px;
}

.cookieConsentOK {
    background: #c9b4ad; /* amarelo brilhante */
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    margin-left: 20px;
}

.centralize {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  text-align: center;
  padding: 0 20px;
  color: white;
  background-image: url('path-to-your-image.jpg'); /* Adicione o caminho da sua imagem aqui */
  background-size: cover;
  background-position: center;
}
.centralize h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}
.centralize p {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.centralize a {
  font-size: 1rem;
  color: #007bff;
  text-decoration: none;
}