/* Remove margens e paddings padrão do body */
body,
html {
  margin: 0;
  padding: 0;
  padding-top: 51px;
}

/* Estilo do cabeçalho */
header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #3b231b;
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 1000;
}

/* Ajuste da logo */
.logo {
  display: flex;
  align-items: center;
}

.logo img {
  max-height: 100%;
  height: 100px;
  width: auto;
  margin: 0;
}

.nav-links {
  display: flex;
  gap: 20px;
  flex-grow: 1;
  margin-left: 40px;
}

.nav-links a {
  color: #ffffff;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}

.user-options {
  display: flex;
  gap: 15px;
  position: relative;
  left: -20px;
}

.user-options a {
  color: #ffffff;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}

header a:hover {
  color: #ccc;
}

.titulo-sobre-nos {
  font-size: 7rem;
  font-weight: bold;
  color: #333;
  margin-left: 100px;
  padding-top: 20px;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  margin-top: -15px;
}

/* Media queries para responsividade */
@media screen and (max-width: 1200px) {
  .conteudo-flex {
    flex-direction: column;
    align-items: center;
  }
  
  .descricao-dressup {
    width: 90%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  
  .imagem-descricao {
    width: 90%;
    margin-right: 0;
  }
  
  .titulo-sobre-nos {
    font-size: 5rem;
    margin-left: 50px;
  }
}

@media screen and (max-width: 768px) {
  .titulo-sobre-nos {
    font-size: 3.5rem;
    margin-left: 20px;
  }
  
  .conteudo-flex {
    padding: 0 20px;
  }
}

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

.descricao-dressup {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  width: 55%;
  max-width: 800px;
  text-align: justify;
  margin-left: 50px;
  margin-top: -15px;
}

.imagem-borda {
  width: 100%;
  max-width: 550px;
  height: auto;
  border: 5px solid #3b231b;
  border-radius: 10px;
}

.descricao-dressup p {
  margin-bottom: 20px;
}

.whatsapp-icon {
  position: fixed;
  bottom: 15px;
  right: 13px;
  width: 60px;
  height: 60px;
  z-index: 1000;
}

.whatsapp-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.whatsapp-icon img:hover {
  transform: scale(1.1);
}

/* COOKIEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE*/

.cookie-hidden {
  display: none;
}

.cookieWrapper {
  position: fixed;
  bottom: 30px;
  left: 30px;
  max-width: 365px;
  background: #ffffff;
  padding: 25px 25px 30px 25px;
  border-radius: 15px;
  box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.15);
  text-align: center;
  border: 3px solid #FCBA7F;
  z-index: 700;
}

.cookieWrapper h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.5em;
  font-family: 'Poppins', sans-serif;
}

.cookieWrapper p {
  font-family: 'Poppins', sans-serif;
}

.cookieWrapper.hide {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
  transition: all 0.3s ease;
}

::selection {
  color: #fff;
  background: #FCBA7F;
}

.cookieWrapper img {
  max-width: 90px;
}

.cookieContent header {
  font-size: 25px;
  font-weight: 50;
}

.cookieContent {
  margin-top: 10px;
}

.cookieContent p {
  color: #858585;
  margin: 5px 0 20px 0;
}

.cookieContent .cookieButtons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cookieButtons button {
  padding: 10px 20px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  background: #FCBA7F;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cookieButtons button:hover {
  transform: scale(0.97);
}

.cookieButtons .cookieItem {
  margin: 0 10px;
}

.cookieButtons a {
  color: #FCBA7F;
  font-family: 'Poppins', sans-serif;
}

/* COOKIEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE*/

.imagem-descricao {
  width: 35%;
  margin-right: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.imagem-descricao img {
  pointer-events: none;
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #000000;
  color: #fff;
  padding: 30px 0;
  position: relative;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: 'Poppins', sans-serif;
}

.footer-section {
  width: 100%;
  flex: 1;
  min-width: 200px;
  margin: 10px;
}

.footer-section.siga-nos {
  display: block;
  text-align: center;
  margin-left: -40px;
}

.footer-section.siga-nos h4 {
  margin-bottom: 10px;
}

.footer-section.siga-nos a img {
  margin-right: 10px;
  vertical-align: middle;
  width: 50px;
  height: auto;
}

.footer-section.siga-nos a[href*="instagram"] img {
  margin-left: -5px;
}

.footer-section.siga-nos a[href*="facebook"] img {
  margin-left: -9px;
}

.footer-section.siga-nos a img:last-child {
  margin-right: 0px;
}

.footer-section.metodos-pagamento img {
  margin-right: 3px;
  vertical-align: middle;
  width: 40px;
  height: auto;
}

.footer-section.metodos-pagamento img:last-child {
  margin-right: 0;
}

.footer-section.seguranca {
  position: relative;
  left: 60px;
}

.footer-section.seguranca img {
  width: 100px;
  height: auto;
  margin-right: 10px;
  display: block;
  margin-bottom: 5px;
}

.footer-section.seguranca img[alt="SSL"] {
  width: 138px;
  height: 85px;
}

.footer-section.seguranca img:last-child {
  margin-right: 0;
}

.footer-section h4 {
  margin-bottom: 10px;
}

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

.footer-section ul li {
  margin-bottom: 5px;
}

.footer-section ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-section ul li a:hover {
  text-decoration: underline;
}

.footer-section img {
  width: 30px;
  margin-right: 10px;
}

.footer-bottom {
  text-align: center;
  padding: 10px;
  color: white;
  background-color: #0f0f0f;
  font-family: 'Poppins', sans-serif;
  width: 100%;
}

body {
  overflow-x: hidden;
}

.rodape-links {
  position: relative;
  left: 25px;
  bottom: -20px;
  text-align: left;
  width: 47%;
  max-width: 100vw;
  overflow-x: hidden;
  background-color: #000000;
  z-index: 500;
  margin-top: 0px;
  font-family: 'Popins', sans-serif;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1200px;
  padding: 0px;
  font-family: 'Poppins', sans-serif;
}

.rodape-links ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.rodape-links ul li {
  margin-bottom: 5px;
  position: relative;
}

.rodape-links ul li a {
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  font-size: 65px;
  display: inline;
  width: auto;
  text-shadow: 100px 1 1 #fff, 200px 1 1 #fff, 1 1px 1 #fff, 1 1px 1 #fff;
}

.rodape-links ul li a:hover {
  text-decoration: none;
  color: #dbdbdb;
}

.rodape-links ul li::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 3px;
  left: 0;
}

.contato-section {
  position: relative;
  left: 75px;
}

.footer {
  position: relative;
  left: 25px;
}

.endereco {
  white-space: nowrap;
}