
/* HEADER FIXO E ESTILIZADO */
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #7d9375;
}

.header-top {
  background-color: #7d9375;
  color: white;
  font-size: 0.85em;
}

.header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 30px;
}

.header-main .container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  gap: 90px;
}

@media screen and (max-width: 768px) {
  .header-main .container {
    padding: 0;
  }
}

/* CONTACT INFO */
.contact-info {
  margin: 5px 0;
  font-size: 0.9rem;
}

.contact-info {
  margin: 0;
  display: flex;
  justify-content: end;
  right: 0;
  box-sizing: border-box;
  padding: 16px 30px;
}
.contact-info-item {
  margin-left: 20px;
}

.contact-info a {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

.contact-info a:hover {
  color: #eee; /* Tom mais escuro no hover */
}

.contact-info .btn {
  margin-top: 5px;
}

.header-contact{
  width: 100%;
}

@media screen and (max-width: 768px) {
  .header-contact{
    display: none;
  }
  .main-navigation {
    display: none;
  }
  .main-navigation.active {
    display: block;
    position: absolute;
    top: 142px;
    left: 0;
    background: #7d9375;
    width: 100%;
    padding: 20px;
    z-index: 10000;
  }
  .main-navigation ul {
    flex-direction: column;
    gap: 15px;
  }
  .menu-toggle {
    display: block;
    cursor: pointer;
  }
  .menu-toggle .bar {
    height: 3px;
    width: 25px;
    background-color: #fff;
    margin: 5px 0;
    border-radius: 3px;
    display: block;
  }
  #logo-menu-mobile {
    display: block;
    width: 150px;
    position: absolute;
    top: -37px;
    text-align: center;
    transform: translateX(60%);
    background: #7d9375;
  }
}

@media screen and (max-width: 1300px) {
  .contact-info {
    display: none;
  }
}

/* MENU DE NAVEGAÇÃO (DESKTOP E MOBILE) */
nav{
  font-size: 1.4em;
}

nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}

nav ul li {
  display: inline;
  margin-top: 12px;
}

nav ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 2px 3px #555;
}

.nav-list {
  list-style: none;
  display: flex;
  gap: 30px;
}

.nav-list li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 1px #666;
}

/* Classe usada na tag nav */
@media screen and (max-width: 768px) {
  .main-navigation {
    display: none;
  }

  .main-navigation.active {
    display: block;
    padding-left: 25px;
    top: 140px;
    border-bottom: 1px solid #707070;
  }
}

@media screen and (min-width: 1701px) {
  .main-navigation {
    position: relative;
  }
}

.main-navigation ul {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation li a {
  font-weight: bold;
  text-decoration: none;
  font-size: 1.2em;
}

.main-navigation li a:hover {
  color: #c5a87a;
}

.menu-toggle {
  display: none;
}

#logo-menu-mobile{
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 1700px) {
  #menu-menu-principal{
    padding-bottom: 60px;
  }
}

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 9999;
}

.menu-toggle .bar {
  height: 3px;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .nav-list {
    flex-direction: column;
    gap: 10px;
  }

  .nav-list li a {
    color: #fff;
    font-size: 1.2rem;
  }
}

.menu-item{
  color: #fff;
}

@media screen and (max-width: 768px) {
  .menu-item a {
    font-size: 0.9em !important;
  }
}

/* Hero Section */
.hero {
  background: #7d9375;
  color: #FFF;
  text-align: center;
  padding: 220px 20px 100px;
  height: 330px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.hero h1, .hero h2 {
  font-family: 'Cinzel', serif;
  font-size: 2.5rem;
  margin: 10px 0;
  text-shadow: 1px 1px 7px #555;
}

#div-hero-esquerda {
  display: none;
}
#img-hero-esquerda {
  width: 100%;
  height: auto;
  display: none;
}

@media screen and (min-width: 769px) {
  #div-hero-esquerda {
    flex: 1;
    width: 220px;
    display: block;

  }
  #img-hero-esquerda {
    max-width: 350px;
    display: block;

    right: 10px;
    position: relative;
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
    background: radial-gradient(circle at center, #fff 40%, transparent 100%);
    mask-image: radial-gradient(circle at center, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
    -webkit-mask-image: radial-gradient(circle at center, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
    border: 5px solid #ffffff;
    object-position: top;
  }

  #div-hero-bottom {
    display: none;
  }
  
  #img-hero-bottom {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #div-hero-bottom {
    display: flex;
    justify-content: center;
  }
  
  #img-hero-bottom {
    max-width: 350px;
    display: block;
    right: 10px;
    position: relative;
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
    background: radial-gradient(circle at center, #fff 40%, transparent 100%);
    mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
    border: 5px solid #ffffff;
    object-position: top;
    top: -10px;
  }

  .hero h1, .hero h2 {
    font-size: 1.8rem;
  }
  .hero {
    padding: 180px 20px 40px 20px !important;
    display: table;
  }
}

.hero .btn {
  display: inline-block;
  padding: 12px 30px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 1px 1px 3px #555;
}

.hero .btn:hover {
  background: linear-gradient(90deg, #d5c29b, #e7d9c4);
}

.hero p {
  font-size: 1.2rem;
  margin-top: 10px;
}

.hero ul {
  list-style: none;
  padding: 0;
}

.hero ul li {
  margin: 5px 0;
  color: #F7F2D3;
  text-shadow: 1px 1px 2px #222;
  font-size: 1.2em;
  line-height: 2;
}
