@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* CSS INDEX */
:root {
	--primary-color: #c7a17a;
	--background-color: #f9f5f0;
	--dark-color: #151515;
  
}

html {
	font-size: 62.5%;
	font-family: 'Poppins', sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;

}
body {
  font-family: 'Poppins', sans-serif;
}
.container {
  max-width: 1200px;
  margin: 0 auto;

}

.header {
  background-image: linear-gradient(
    rgba(0,0,0,0.7),
    rgba(0,0,0,0.7)),
    url(img/perfume.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo{
  color: #FFFDFC;
  font-size: 25px;
  font-weight: 400;
}

.menu .navbar ul li{
  position: relative;
  float: left;
  
}

.menu .navbar ul li a {
  font-size: 18px;
  padding: 20px;
  color: #FFFDFC;
  display: block;
  font-weight: 600;
}
.menu .navbar ul li a:hover{
  color: #ce967b;

}

#menu{
  display: none;
}

.menu-icono{
  width: 25px;
}
.logo img{
   width: 110px;
}
.logo2 img{
  width: 200px;
}

.menu label{
  cursor: pointer;
  display: none;
}

.header-content{
  text-align: center;
}

.header-content h1{
  
  font-size: 60px;
  line-height: 90px;
  color: #ad60a0;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.header-content p{
  font-size: 16px;
  color: #c5c5c5;
  padding: 0 250px;
  margin-bottom: 25px;
}

.btn-1 {
  display: inline-block;
  padding: 11px 35px;
  background-color: #ce967b;
  color: #f9fafc;
  text-transform: uppercase;
}

.confecciones {
  padding: 100px 0;
  background-color: #e1e2e6;
  position: relative;
}

.confecciones-content {
  text-align: center;
}

.confecciones-content h2{
  font-size: 55px;
  line-height: 70px;
  color: #323337;
  text-transform: uppercase;
  padding: 0 250px;
  margin-bottom: 15px;

}

.confecciones-group{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.confecciones-1 img{
  width: 200px;

}
.confecciones-1{
  padding: 0 25px;
}

.confecciones-1 h3{
  color: #323337;
  font-size: 20px;
  margin-bottom: 15px;
}

.services{
  background-image: linear-gradient(
    rgba(0,0,0,0.7),
    rgba(0,0,0,0.7)),
    url(img/local.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
    
}

.general{
  display: flex;
}

.general-1 {
  width: 50%;
  padding: 100px 250px 100px 100px;
  background-color: #e1e2e6;
}

.general-2{
  background-image: url(img/vestidos2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.general-3{
  background-image: url(img/fragancias.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

h2 {
  font-size: 55px;
  line-height: 70px;
  color: #323337;
  text-transform: uppercase;
  margin-bottom: 20px;
}

p{
  font-size: 16px;
  color: #414247;
  margin: 25px 0 45px 0;
}

.categoria{
  padding: 40px 0;
  text-align: center;
}

.categoria-content{
  display: flex;
  justify-content: space-between;
  padding: 30px;
}

.categoria-1 img{
  width: 250px;
  border-radius: 15px;
  margin-bottom: 15px;
  padding: 1rem;
}
.btn-1{
  width: auto;
}

.categoria-1 h3{
  font-size: 25px;
  color: #323337;
}

.footer {
	background-color: var(--primary-color);
}
 
.container-footer {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: rem;
}

.menu-footer {
	display: grid;
	grid-template-columns: repeat(3, 1fr) 2rem;
	gap: 3rem;
	justify-items: center;
}

.title-footer {
	font-weight: 900;
	font-size: 1.7rem;
  text-align: center;
	text-transform: uppercase;
}

.contact-info,
.information,
.my-account,
.newsletter {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.contact-info ul,
.information ul,
.my-account ul {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.contact-info ul li,
.information ul li,
.my-account ul li {
	list-style: none;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 300;
}

.information ul li a,
.my-account ul li a {
	text-decoration: none;
	color: #fff;
	font-weight: 300;
}


.social-icons {
	display: flex;
	gap: 1.9rem;
}

.social-icons span {
	border-radius: 50%;
	width: 3rem;
	height: 3rem;

	display: flex;
	align-items: center;
	justify-content: center;
}

.social-icons span i {
	color: #fff;
	font-size: 1.2rem;
}

.instagram {
	background: linear-gradient(
		#405de6,
		#833ab4,
		#c13584,
		#e1306c,
		#fd1d1d,
		#f56040,
		#fcaf45
	);
}






