:root {
  --roxo: #7e294b;
  --vinho: #7e294b;
  --bege: #f7e7ce;
  --dourado: #d2ae5b;
  --branco: #fff;
  --rosa-claro: #fcebef;
  --cinza: #999;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-padding-top: 100px
}

.rdc {
  height: 65px;
  margin-right: 30px;
}

body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  background-color: var(--branco);
  color: var(--vinho);
  padding-top: 80px;
}


.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  z-index: 1000;
  background-color: var(--vinho);
  color: var(--branco);
  padding: 1rem;
  display: flex;
  justify-content: space-around; /* centraliza horizontalmente */
  align-items: center; 
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.text-header{
  display: flex;
  justify-content: center; /* centraliza horizontalmente */
  align-items: center;     /* centraliza verticalmente */
  height: 100px;           /* altura opcional */
}

.text-header-content {
  font-family: 'Poppins', sans-serif;
  margin-right: 2.5rem;
  font-size: 0.9rem;
  font-weight: calc(2 * 150);
}

.text-header-doc {
  font-family: 'Poppins', sans-serif;
  margin-right: 2.5rem;
  font-size: 0.6rem;
  opacity: 0.7;
}

.text-header-link {
  color: var(--branco);
  text-decoration: none;
}

.cta-btn {
  font-family: 'Poppins', sans-serif;
  background-color: var(--vinho);
  border: none;
  padding: 0.8rem 1.5rem;
  color: var(--branco);
  border-radius: 20px;
  font-weight: bold;
  border: 1px solid;
  border-color: var(--branco);
  cursor: pointer;
}

.banner {
  width: 100%;
  background-image: url('banners/Banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1; /* importante para que o conteúdo dentro apareça */
  height: 600px;
  box-shadow: #f8e9ee 5px 5px 0px 5px;
}



.banner-content {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 1rem 2rem;
  border-radius: 12px;
}

/* Troca a imagem no celular */
@media (max-width: 768px) {
  .banner {
    margin-top: 10px;
    height: 600px;
    background-image: url('banners/Banner_Mobile.jpg');
  }
}


.shop-btn {
  margin-top: 1rem;
  background-color: var(--dourado);
  color: var(--vinho);
  border: none;
  padding: 0.5rem 1rem;
  font-weight: bold;
  cursor: pointer;
}

.valores {
  font-family: 'Poppins', sans-serif;
  padding: 2rem 1rem;
  text-align: center;
}

.valores h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: calc(2 * 250);
  margin-bottom: -0.8rem;
  font-size: 2.2rem;
  letter-spacing: 1.2px;
}

.honra{
  margin-bottom: 7rem;
}

.valores h4 {
  color: #d2ae5b;
  font-family: 'Poppins', sans-serif;
  font-weight: calc(2 * 250);
  margin-bottom: 1rem;
  letter-spacing: 2px;
  font-size: 1rem;
}

.valores-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}

.valor {
  max-width: 200px;
  font-size: 0.85rem;
}

.valor img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin-bottom: 0.5rem;
}

.valor h3 {
  font-size: 1.4rem;
  margin-top: 0.3rem ;
  font-weight: calc(2 * 230);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.valor p {
  margin-top: 2rem ;
  color: #3a3a3a;
  font-size: 1rem;
  line-height: 1.3rem;
}

.produtos {
  background-size: 100%;
  padding: 2rem;
  text-align: center;
}

.produtos-header {
  font-family: 'Poppins', sans-serif;
  color: #7e294b;
  display: flex;
  justify-content: center;
  align-items: center;  ;  
}

.produtos-header h5 {
  font-size: 2.1rem;
  font-weight: calc(2 * 220);
  margin-bottom: 0.5rem;
}

.produtos img {
  width: 100%;
  max-width: 800px;
  height: auto;
}

.br-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.reta{
  width: 1200px;
  height: 1px;
  background-color: #7e294b2d;
}

.footer {
  display: flex;
  flex-direction: column;
  font-family: 'Poppins', sans-serif;
  color: #3a3a3a;
  padding: 2rem 1rem;
  margin-top: 2rem;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 3rem;
}

.footer-box {
  flex: 1 1 200px;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 0.86rem;
}

.informacoes {
  display: flex;
  justify-content: center;
  align-items: center;
}

.informacoes-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.informacoes img {
  width: 40px;
  height: 40px;
  margin-right: -0.2rem;
  margin-left: -0.5rem;
}

.logo-footer img {
  width: 110px;
}

.footer-box h3 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: #7e294b;
  font-weight: calc(2 * 280);
}

.footer-box ul {
  list-style: none;
  padding: 0;
}

.footer-box ul li {
  margin-bottom: 0.5rem;
}

.footer-box ul li a {
  color: #3a3a3a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-box ul li a:hover {
  color: #7e294b;
}

.social-icons {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}

.social-icons img {
  width: 30px;
  height: 30px;
  transition: transform 0.3s ease;
}

.social-icons a:hover img {
  transform: scale(1.1);
}

.footer-simples {
  background-color: #7e294b; /* Vinho */
  color: white;
  text-align: center;
  padding: 1rem;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  margin-top: 5rem;
}

/* Responsividade */
@media (max-width: 768px) {

  .reta{
    width:90%;
    margin: 30px;
  }
  .footer{
    display: flex;
    justify-content:left;

  }
  .footer-container {
    flex-direction: column;
    align-items: left;
    text-align:left;

  }
  .logo-footer{
    display: flex;
    margin-top: -3rem;
    justify-content: center;
  }

  .footer-box {
    margin-bottom: -1rem;
  }

  .footer-simples{
    margin-top: -2rem;
  }

}

@media (max-width: 600px) {
  .social-icons img {
    width: 40px;
    height: 40px;
  }
}

.container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 900px;
  margin: 40px auto;
  gap: 10px;
  flex-wrap: wrap;
}

.text-content {
  flex: 1;
  min-width: 300px;
}

.subtitle {
  color: #b79e53;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.title {
  color: #7c2d60;
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
  font-weight: calc(2 * 180);
  margin-bottom: 10px;
  margin-top: -10px;
}

.paragraph {
  color: #3a3a3a;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}


.image-content {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-content img {
  width: 100%;
  max-width: 300px;
  border-radius: 20px;
  box-shadow: #cf4da22c 15px 15px 17px;
}

/* Responsividade */
@media (max-width: 992px) {
  .container {
    flex-direction: column;
    text-align: center;
  }

  .title {
    font-size: 2rem;
  }

  .paragraph {
    font-size: 0.95rem;
  }

  .image-content img {
    max-width: 300px;
  }
}

@media (max-width: 576px) {
  .title {
    font-size: 1.7rem;
  }

  .paragraph {
    font-size: 0.9rem;
  }

  .image-content img {
    max-width: 100%;
  }
}

.imagem-links {
  
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.imagem-links a {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.imagem-links img {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 16px;
}

/* Responsivo */
@media (max-width: 768px) {
  .imagem-links {
    flex-direction: column;
    gap: 20px;
  }

  .imagem-links img {
    max-width: 90vw;
  }
}

@media (max-width: 768px) {
  .text-header-content{
    display: none;
  }
  .text-header-doc{
    display: none;
  }
  .top-bar{
    height: 90px;
  }
  .cta-btn{
    font-family: 'Poppins', sans-serif;
    display: flex;
    height: 60px;
    width: 120px;
    font-weight: calc(2 * 180);
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 20px;
    font-weight: bold;
    border: 1px solid;
    cursor: pointer;
  }
  .cta-fo{
    text-decoration: none;
  }

  .text-content{
    width: 30px;
  }
  .image-content{
    width: 20%;
  }

  
}