body{
	color: #222;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	box-sizing: content-box;
}
header{
	position: sticky;
	top: 10px;
	width: 90%;
	margin: 15px auto;
	height: 70px;
	background:#e0e8ed99;
	display: grid;
	grid-template-columns: 60px 1fr 100px;
	border-radius: 10px;
	backdrop-filter: blur(4px);          
  	-webkit-backdrop-filter: blur(4px);
  	z-index: 1000;
}
a {
	text-decoration: none;
	color: inherit;
}
header > button{
	background: #666;
	border-radius: 5px;
	color: #eee;
	border: none;
	outline: none;
}

.boton-menu{
	height: 40px;
	width: 40px;
	margin: auto;
	align-self: center;
}
.div-logo{
	height: 70px;
	margin: auto;
}
.img_logo{
	height: 80px;
}
.contacto{
	font-size: 10px;
	text-align: center;
	height: 40px;
	width: 70px;
	margin: auto;
	align-self: center;
}

/*menu desplegable*/
.hidden{
	display: none;
}
#menu{
	position: absolute;
	top: 75px;
	width: 130px;
	height: fit-content;
	background:#e0e8ed99;
	grid-template-columns: 60px 1fr 100px;
	border-radius: 0 10px 10px 10px;
	backdrop-filter: blur(4px);          
  	-webkit-backdrop-filter: blur(4px);
  	z-index: 10;
  	color: #555;
}
#menu a {
	text-decoration: none;
}
.list{
	list-style: none;
	padding-left: 0px;
	width: 120px;
}
.item{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 120px;
	font-size: 19px;
	color: #222;
	font-weight: 500;
}
.item:hover{
	background:#d5e3e7ee;
	cursor: pointer;
}
main{
	display: flex;
	flex-flow: column;
	justify-content: center;
}
/*Head Image*/
.img-container{
	display: flex;
	flex-flow: row;
	width: 85vw;
	height: 40vw;
	margin: auto;
	margin-top: 30px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}
.slide {
  	position: absolute;
  	width: 100%;
  	height: 100%;
	background-image: url("images/Head-Img-Mobile1.png");
  	background-size: cover;
  	background-position: center;
  	transition: transform 0.6s ease-in-out;
}

.siguiente {
  transform: translateX(100%);
  z-index: 0;
}
.actual{
	z-index: 50;
}
.fixed-text{
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url("images/fija.png");
  	background-size: cover;
  	background-position: center;
  	z-index: 70;
}

/*Info text*/
.raqmar-info{
	width: 75%;
	border-radius: 10px;
	background: #f0f3f5;
	margin: 20px auto;
	padding: 20px;
}
.raqmar-info h4{
	text-align: center;
	margin: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
}
.raqmar-info p{
	margin: 0;
	margin-top: 15px;
	font-family: "Nunito Sans", sans-serif;
	font-size: 18px;
}
.raqmar-info:nth-child(2){
	width: 92vw;
	background: #fff;
	margin-top: 150px;
	padding:15px 5px;
}
.raqmar-info:nth-child(2) p {
	text-align: center;
	margin-top: 5px;
	font-size: 19px;
}
.fa-glasses{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	font-size: 25px;
}
/*Favoritos*/
.fav-container{
	width: 80%;
	aspect-ratio: 3/6;
	margin: 30px auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(6, 1fr);
	border-radius: 10px;
	grid-gap: 5px;
	background: #ffffe2;
	padding: 5px;
}
}
.fav-item  img{
	object-fit: cover;
	object-position: center;
	overflow: hidden;
}
.fav-item{
	border-radius: 5px;
	margin: 0 2px;
	display: block;
	width: 100%;
	height: 100%;
}
.fav-item:hover{
	cursor: pointer;
}
.big-img{
	grid-column: span 3;
	grid-row: span 3;
	margin: 0;
	background-image: url("images/fav-big.jpeg");
	background-size: cover;
  	background-position: center;
}
.fav2{
	background-image: url("images/fav-1.jpeg");
	background-size: cover;
  	background-position: center;
}
.fav3{
	background-image: url("images/fav-2.jpeg");
	background-size: cover;
  	background-position: center;

}
.fav4{
	background-image: url("images/fav-3.jpeg");
	background-size: cover;
  	background-position: center;

}
.fav5{
	grid-column: 1/4;
	text-align: center;
	align-content: center;
	font-size: 20px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}
.fav6{
	background-image: url("images/fav-4.jpeg");
	background-size: cover;
  	background-position: center;

}
.fav7{
	background-image: url("images/fav-5.jpeg");
	background-size: cover;
  	background-position: center;

}
.fav8{
	background-image: url("images/fav-6.jpeg");
	background-size: cover;
  	background-position: center;

}
.modal { /*Para abrir una pequeña ventana*/
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    width: 75vw;
    height: 75vw;
    transform: translateX(-50%);
    padding: 0;
    border-radius: 10px;
    z-index: 1100;
}
.overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}



/*Catalogo*/
.nuestros-productos{
	width: fit-content;
	padding: 10px 20px;
	border: 1px solid #888;
	border-radius: 20px;
	margin: auto;
	text-align: center;
	margin-top: 40px;
	margin-bottom: -15px;
	font-size: 16px;
	color: #444;
}

.catalogo{
	margin: 20px;
	font-size: 20px;
	display: grid;
  	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-auto-rows: 500px;
	grid-gap: 1rem;
	justify-content: center;
}
.card{
	width: 300px;
	margin: auto;
	margin-top: 50px;
	height: 450px;
	border: 1px solid #bbb;
	border-radius: 10px;
	text-align: center;
	opacity: 0.4;
	z-index: 0;
}
.element{
	transition: transform 0.8s, opacity 0.4s;
}
.scrolled{/*Para cuando entran en pantalla los elementos*/
	transform: translatey(-100px);
}

.card > img{
	width: 85%;
	height: 292px;
	object-fit: cover;
	object-position: center;
	margin: 15px auto;
	border-radius: 5px;
}
.card-content{
	font-size: 19px;
}
.card-content h3{
	margin: 5px;
}
.card-content p{
	color:#666;
	margin: 10px;
}
.nombre{
	font-size: 14px;
}
.precio{
	color: #222;
	font-weight: 600;
	font-size: 21px;
}

/*Ubicacion*/
.mapa{
	height: 100vh;
	display: flex;
	flex-flow: column;
}
.mapa h3{
	margin: -70px auto;
	margin-bottom: 25px;
	font-weight: 100;

	width: fit-content;
	padding: 10px 20px;
	border: 1px solid #888;
	border-radius: 20px;
	text-align: center;
	color: #444;
}
iframe{
	width: 90%;
	height: 50%;
	margin: 0 auto;
	border-radius: 15px;
}
.link-ubicacion{
	margin: 10px auto;
	text-align: center;
	font-size: 15px;
}


footer{
	position: relative;
	bottom: 22px;
	margin: 80px 0 0 0;
	height: 70px;
	width: 100%;
	background: #eee;
	display: flex;
	flex-flow: row;
	text-align: center;
	justify-content: center;
	align-content: center;
	gap: 10px;
	border-top: 1px solid #dedede;
}
.derechos{
	position: absolute;
	width: 100%;
	height: 22px;
	bottom: -22px;
	font-size: 11px;
	text-align: center;
	align-content: end;
	background-color: #dddddd;
}
.contacto-footer{
	border: none;
	outline: none;
	font-size: 16px;
	color: #555;
	align-self: center;
	background: transparent;
	width: 30%;
}
footer a{
	font-size: 16px;
	text-decoration: none;
	color: #555;
	align-self: center;
	width: 30%;
}


/*Para pantallas mas grandes hasta (tablets)*/
@media (min-width:480px){

}

/*Para pantallas mas grandes hasta (Computadoras )*/
@media (min-width:768px){

/*Mapa*/
iframe{
	width: 75%;
	height: 65%;
	margin: 0 auto;
}
/*Head Image*/
.img-container{
	width: 80vw;
	height: 30vw;
}
/*Info Raqmar*/
.raqmar-info{
	padding:30px 15px;
}
.raqmar-info:nth-child(2){
	width: 82vw;
	padding:20px 10px;
}

/*Seccion Favoritos*/
.fav-container{
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(3, 1fr);
	width: 86vw;
	height: 43vw;
}
.fav-item:first-child{
	grid-column: ;
	grid-row:  ;
}
.fav-item:nth-child(2){
	grid-column: ;
	grid-row: ;
}
.fav-item:nth-child(3){
	grid-column: ;
	grid-row: ;
}
.fav-item:nth-child(4){
	grid-column: ;
	grid-row: ;
}
.fav-item:nth-child(5){
	grid-column: 4/7;
	grid-row: 2/3;
	font-size: 25px;
}
.fav-item:nth-child(6){
	grid-column:  ;
	grid-row:  ;
}
.fav-item:nth-child(7){
	grid-column: ;
	grid-row:  ;
}
.fav-item:nth-child(8){
	grid-column:   ;
	grid-row:  ;
}
.modal{
	top: 5%;
	width: 50vw;
	height: 50vw;
}



footer{
	height: 100px;
	flex-flow: row;
	justify-content: center;
	align-content: center;
	gap: 110px;
}
.contacto-footer{
	font-size: 18px;
	height:fit-content;
	align-self: center;
	color: #777;
	margin-top: 0;

}
footer a{
	font-size: 18px;
	align-self: center;
	color: #777;

}

}


/*Boton WhatsApp*/
.float-wa{
    position:fixed;
    width:60px;
    height:60px;
    bottom:150px;
    right:2px;
    background-color:#25d366;
    color:#FFF;
   	border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
    opacity: 0.8;
}