@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
	3.1 Header - Logo
	3.2 Header - Main Navigation
	3.3 Header - Search
	3.4 Header - Shopping
	3.5 Header - Burger
4. Home
	4.1 Home Slider
5. Menu
6. Promo
7. New Arrivals
8. Extra
9. Gallery
10. Testimonials
11. Newsletter
12. Footer


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@font-face
{
	font-family: 'Lucida';
	src: url('../fonts/lucida_bright_regular.ttf')  format('truetype');
}
@font-face
{
	font-family: 'Lucida';
	src: url('../fonts/lucida_bright_demi.ttf')  format('truetype');
	font-weight: 700;
}
@font-face
{
	font-family: 'Beyond';
	src: url('../fonts/beyond_the_mountains.otf')  format('opentype'),
		 url('../fonts/beyond_the_mountains.ttf')  format('truetype');
}

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	
	font-family: "Tenor Sans", serif;
	font-weight: 400;
	font-style: normal;	  
	background: #FFFFFF;
	color: #2f2f2f;
	background-image: url('./../cion/título(13).webp');
	background-repeat: no-repeat;
	background-attachment: fixed;   
    background-size: cover;
    background-position: center;
    
	

}


div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;

}
p
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 2;
	font-weight: 500;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}

h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
	/* background-color:#fffffaaf; */
	background-color: #ffffffea;

}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.nopadding
{
	padding: 0px !important;
}

.section_subtitle
{
	font-size: 14px;
	font-weight: 600;
	color: #937c6f;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.section_title
{
	font-family: 'Lucida', serif;
	font-size: 60px;
	text-transform: uppercase;
	color: #2f2f2f;
	margin-top: -4px;
}
.button
{
	width: 142px;
	height: 46px;
	background: #937c6f00;
	text-align: center;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.button a
{
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	line-height: 46px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.button:hover
{
	background: #e0e3e400;
}
.button:hover a
{
	color: #232323;
}

/*********************************
3. Banner
*********************************/
/* Estilos para el banner */
#publicidad-banner {		
	top: 0;
	left: 0;
	width: 100%;
	height: 33px;

	color: #806b5f;
	padding: 15px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	z-index: 2;
	overflow: hidden;
	white-space: nowrap;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  }
  
  #banner-contenedor {
	display: inline-block;
	padding-left: 100%; /* Empieza fuera de la pantalla */
	animation: deslizar 19s linear infinite;
	top:-11px;
  }


  @keyframes deslizar {
	0% {
	  transform: translateX(0);
	}
	100% {
	  transform: translateX(-100%);
	}
  }
  
  /* Ajusta el header para que no quede tapado */
  header {
	margin-top: 50px; /* Ajusta según la altura de tu banner */
  }

/*********************************
3. Header
*********************************/

.header
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background: #ffffff00;
	z-index: 100;
	padding-left: 0px;
	padding-right: 20px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header.scrolled
{
	height: 80px;
}
.header_inner
{
	width: 100%;
	height: 100%;
}

/*********************************
3.1 Header - Logo
*********************************/ 
.logo{
	display: flex;
	left: 0px;
	align-items: center;
}
.logo a
{
	font-family: 'tenor', serif;
	font-size: 90px;
	color: #ffffff;

}

/*********************************
3.2 Header - Main Navigation
*********************************/

.main_nav
{
	
	width: 100%;
	text-align: center;
	justify-content: center;
	align-items: center;

	
	
}
.main_nav ul {
	
	justify-content: center;
	align-items: center;
	list-style: none;
	padding: 0;
	
}


.main_nav ul li:last-child
{
	margin-right: 15px;
}

/* Estilo especial para el logo (centrado y más grande) */
.main_nav ul li.logo-container {
    margin: 0 25px; /* Más espacio a los lados del logo */
}

.main_nav ul li a
{
	font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.2em;
    transition: all 200ms ease;
	padding: 21px 0px;
	display: block;
	text-decoration: none;
	position: relative;
	margin: 0 20px; /* Espacio entre los enlaces */
}
.main_nav ul li a:hover
{
	color: #ccb8ad;
}

.main_nav li {
  
    position: relative; /* Necesario para posicionar el menú desplegable */

	display: inline-block;
	margin-right: 15px;
	vertical-align: middle; /* Alinea verticalmente */
	margin: 0 80px; /* Añade 20px de margen a los lados izquierdo y derecho */

	
}

/* Estilos para el menú desplegable */
.dropdown-menu1 {
    /* Oculta el menú por defecto */
    position: absolute !important;
    top: 100%;
    left: -11px;
    background-color: rgb(224 217 201) !important;
    min-width: 180px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1) !important;
    z-index: 1000;
    border-radius: 4px !important;
    padding: 10px 0;
	display: none ; /* Oculta el menú por defecto */
	margin: 0;
	
	
	
	
}

.dropdown-menu1 li {
    margin: 0;
    width: 100%;
	color: #212529;
	
}

 .dropdown .dropdown-menu1 li a {
    color: #806b5f;
    text-decoration: none;
    display: block;
    transition: background-color 0.3s;
	padding: 21px 0px;
	left: 0px;
    display: block;
    text-decoration: none;
    position: relative;
    margin: 0px;
	
}

.dropdown-menu1 a:hover {
    background-color: #f5f5f5;
}

/* Mostrar menú desplegable al pasar el cursor */
.dropdown:hover .dropdown-menu1 {
    display: block;
}

/* Puedes agregar una flecha indicadora si lo deseas */
.dropdown > a:after {
    content: " ▼";
    font-size: 10px;
    margin-left: 5px;
    vertical-align: middle;
}

.logo1 img {
	font-size: 84px !important; /* Tamaño aumentado (usa !important si es necesario) */
    font-weight: 700;
    color: #ffffff !important;
    text-transform: none !important; /* Remueve uppercase si lo tenía */
    letter-spacing: normal !important;
	max-height: 129px; /* Ajusta este valor según tus necesidades */
	width: auto;
	margin-top: 30px;
	

}

.logomenu_mm img
{   
	max-height: 150px; /* Ajusta este valor según tus necesidades */
	width: auto;
	padding: 0px;
	margin-right: -40px;
}





/*********************************
3.3 Header - Search
*********************************/

.search
{
	display: inline-block;
	width: 400px;
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
}
.search_input
{
	width: 100%;
	height: 43px;
	background: #f9f5f560;
	border: 2px solid #f9f5f5;
	outline: none;
	padding-left: 20px;
	border-radius: 50px;
}
.search_button
{
	position: absolute;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	width: 19px;
	height: 19px;
	background: transparent;
	border: none;
	outline: none;
}
.search_button:focus
{
	outline: none !important;
}
.search_button img
{
	max-width: 100%;
}

.logo img{
	max-height: 140px;
	width: auto;
	padding: 0px;
  }

/*********************************
3.4 Header - Shopping
*********************************/

.shopping
{
	display: flex;
	margin-left: 12px;
	padding-right: 62px;	
	transform: translateY(-2px);
	gap: 20px;
	position: relative;
	top: -21px;
	flex-wrap: wrap;
	align-items: center;
}

.cart_num_container,
.star_num_container
{
	position: absolute;
	top: 13px;
	left: -5px;
	width: 15px;
	height: 15px;
	background: #745e52;
	border-radius: 50%;
}
.cart_num_inner,
.star_num_inner
{
	width: 100%;
	height: 100%;
}
.cart_num,
.star_num
{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 9px;
	font-weight: 600;
	color: #ffffff;
}
.star img
{
	width: 20px;
	height: 20px;
}
.avatar-dropdown {
    position: relative;
    display: inline-block;
}

.avatar-img {
    width: 20px;
    height: 23px;
   
    cursor: pointer;
    transition: transform 0.3s ease;
}

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

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
	top: 40px;
}

.dropdown-content a {
    color: #333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    transition: background-color 0.3s;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.show {
    display: block;
}




/*=================================
3.4 Header - BOLSA DE COMPRAS 
===================================/
/* Icono de bolsa de compras */
/* Estilos para el carrito - Versión integrada */
.carrt-icon {
    position: relative ; /* Cambiado de fixed a relative */ 
    cursor: pointer;
    margin-left: -30px;
    z-index: 100;
	top:4px;
	width: 30px;
}

.carrt-icon .count {
    position: absolute;
    top: 13px;    
    background: #937c6f;
    color: white;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carrt-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 998;
    display: none;
}

.carrt-sidebar {
    position: fixed;
    top: 0px;
    right: -500px;
    width: 100%;
    max-width: 400px !important;
    height: 100dvh;
    background: white;
    z-index: 999;
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
    box-shadow: -2px 0 15px rgba(0,0,0,0.1);
}

.carrt-sidebar.active {
    right: 0px;
}

/* Header del carrito */
.carrt-header {
    padding: 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.carrt-header h2 {
    font-size: 1.3rem;
    margin: 0;
    color: #333;
}

.close-carrt {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #666;
    padding: 0;
}

/* Contenido del carrito */
.carrt-content {
    flex: 1;
    overflow-y: auto;
    padding: 15px;
}

/* Elementos del carrito */
.cart-item {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.cart-item img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin-right: 12px;
}

.cart-item-details {
    flex: 1;
}

.cart-item-details h3 {
    font-size: 0.95rem;
    margin-bottom: 5px;
}

.cart-item-details p {
    color: #080808;
    font-size: 0.85rem;
    margin-bottom: 8px;
}

.item-price {
    font-weight: bold;
    color: #333;
    font-size: 0.95rem;
}

.item-actions {
    display: flex;
    align-items: center;
	margin-left: 35px;
    margin-top: 24px;
	flex-wrap: wrap;
}

.quantity-control {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.quantity-btn {
    background: #f1f1f1;
    border: none;
    width: 25px;
    height: 25px;
    cursor: pointer;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-input {
    width: 35px;
    text-align: center;
    margin: 0 5px;
    border: 1px solid #ddd;
    padding: 3px;
    font-size: 0.9rem;
}

.remove-item {
    background: none;
    border: none;
    color: #ff4757;
    cursor: pointer;
    font-size: 0.85rem;
    text-decoration: underline;
}

/* Resumen del carrito */
.carrt-summary {
    padding: 15px;
    background: #f8f9fa;
    border-top: 1px solid #eee;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.total {
    font-weight: bold;
    font-size: 1.1rem;
    margin: 12px 0;
    display: flex;
    justify-content: space-between;
}

.checkout-btn, .continue-btn {
    width: 100%;
    padding: 10px;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    margin-top: 8px;
    transition: all 0.2s;
}

.checkout-btn {
    background: #333;
    color: white;
}

.checkout-btn:hover {
    background: #444;
}

.continue-btn {
    background: #e9ecef;
    color: #333;
    border: 1px solid #ddd;
}

.continue-btn:hover {
    background: #dee2e6;
}

/********************/

.modaldelivery{
    display: none;   
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100dvh;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: -17px;
    left: 0;
    z-index: 1000;
   
}

.formulario{   
    
    width: 600px;
    height: 800px;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    overflow-y: scroll;
   
    padding: 20px;
}
.titleform{
   
    margin-bottom: 30px;
    
}

.icon_close{
    position: relative;
    font-size: 30px;
    cursor: pointer;
}

.icon_close:hover{
    color: #937c6f;
}

.deliverybolsa{
    display: none;   
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: -17px;
    left: 0;
    z-index: 1000;

}



/*=================================
3.4.1 Header - MODAL CARRITO
===================================/
/* Contenedor principal del modal */
#emptyCartModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s linear;
}

#emptyCartModal.show {
    opacity: 1;
    pointer-events: auto;
}

/* Diálogo del modal */
.modal-dialog {
    position: relative;
    width: auto;
    max-width: 500px;
    margin: 0.5rem;
}

/* Contenido del modal */
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
    outline: 0;
}

/* Encabezado del modal */
.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.25rem;
    font-weight: 500;
    color: #212529;
}

/* Botón de cerrar */
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
    cursor: pointer;
}

.btn-close:hover {
    opacity: 0.75;
}

/* Cuerpo del modal */
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    text-align: center;
    font-size: 1.1rem;
}

/* Pie del modal */
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

/* Botón secundario */
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, 
                border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-secondary:hover {
    background-color: #5a6268;
    border-color: #545b62;
}

/* Animación de fade */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

#emptyCartModal.show {
    animation: fadeIn 0.3s ease-out;
}


/*********************************
3.5 Header - Burger
*********************************/

/* Oculta el menú hamburguesa por defecto */
.burger_container {
    display: none;
}


/*********************************
4. Home
*********************************/

.home
{	position: relative;
	width: 100%;
	height: 100vh;
	background: #FFFFFF;
}

/*********************************
4.1 Home Slider
*********************************/
.home-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.158) 0%, rgba(0, 0, 0, 0.11) 50%, rgba(0, 0, 0, 0.11) 100%);
	z-index: 3;
  }
  
  .home_slider_content {
	position: relative; /* Asegura que el contenido esté sobre el overlay */
	z-index: 2;
  }

.home_slider_container
{
	width: 100%;
	height: 100vh;
	position: relative; /* Necesario para que el overlay se posicione correctamente */
}
.home_slider_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.home_slider_content
{
	position: absolute;
	top: 56.3%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
}
.home_slider_content_inner
{
	background: #937c6f;
}
.home_slider_title
{
	font-family: 'Lucida', serif;
	font-size: 72px;
	color: #FFFFFF;
	height: 99px;
	line-height: 99px;
	padding-left: 31px;
	padding-right: 19px;
	white-space: nowrap;
}
.home_slider_subtitle
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -37px;
	height: 37px;
	background: #2f2f2f;
	color: #FFFFFF;
	padding-left: 34px;
	padding-right: 34px;
	line-height: 37px;
	font-family: 'Lucida', serif;
	font-size: 18px;
	white-space: nowrap;
}
.home_slider_nav {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.home_slider_prev,
.home_slider_next {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    margin: 0 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_slider_prev:hover,
.home_slider_next:hover {
    background: rgba(255,255,255,0.4);
}

.home_slider_prev img,
.home_slider_next img {
    width: 15px;
    height: 15px;
}

/* Media Queries para móviles */
@media (max-width: 767px) {
    .home_slider_nav {
        bottom: 20px;
    }
    
    .home_slider_prev,
    .home_slider_next {
        width: 35px;
        height: 35px;
    }
    
    .home_slider_prev img,
    .home_slider_next img {
        width: 12px;
        height: 12px;
    }
}
.home_slider_dots_container
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.home_slider_dots
{
	display: inline-block;
	position: absolute;
	top: -54px;
	left: 0;
}
.home_slider_dots ul
{
	display: inline-block;
}
.home_slider_dots ul li
{
	display: inline-block;
	position: relative;
	font-family: 'Lucida', serif;
	font-size: 18px;
	color: #FFFFFF;
	margin-right: 7px;
	cursor: pointer;
}
.home_slider_dots ul li:last-child
{
	margin-right: 0;
}
.home_slider_custom_dot div
{
	display: inline-block;
	width: 0px;
	height: 1px;
	background: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	margin-left: 4px;
	margin-right: -4px;
}
.home_slider_custom_dot.active div
{
	width: 100px;
}
.home_slider .owl-dots
{
	display: none !important;
}

/*********************************
5. Menu
*********************************/

.menu
{
	position: fixed;
	top: 0;
	right: -400px;
	width: 400px;
	height: 100vh;
	background: #FFFFFF;
	z-index: 101;
	padding-right: 60px;
	padding-top: 87px;
	padding-left: 50px;
}
.menu.active
{
	right: 0;
}
.menu_close_container
{
	position: absolute;
	top: 30px;
	right: 60px;
	width: 18px;
	height: 18px;
	transform-origin: center center;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor: pointer;
}
.menu_close
{
	width: 100%;
	height: 100%;
	transform-style: preserve-3D;
}
.menu_close div
{
	width: 100%;
	height: 2px;
	background: #232323;
	top: 8px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close div:last-of-type
{
	-webkit-transform: rotate(90deg) translateX(-2px);
	-moz-transform: rotate(90deg) translateX(-2px);
	-ms-transform: rotate(90deg) translateX(-2px);
	-o-transform: rotate(90deg) translateX(-2px);
	transform: rotate(90deg) translateX(-2px);
	transform-origin: center;
}
.menu_close:hover div
{
	background: #937c6f;
}
.menu .logo
{
	margin-bottom: 60px;
}
.menu_nav ul li
{
	margin-bottom: 11px;
}
.menu_nav ul li a
{
	font-size: 12px;
	text-transform: uppercase;
	color: #2f2f2f;
	font-weight: 600;
	letter-spacing: 0.2em;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_nav ul li a:hover
{
	color: #937c6f;
}
.menu .search
{
	width: 100%;
	margin-bottom: 67px;
}

/*********************************
6. Promo
*********************************/

.promo
{
	padding-top: 88px;
}
.promo_container
{
	margin-top: 75px;
}
.promo_item
{
	width: 100%;
}
.promo_image
{
	width: 100%;
}
.promo_image img
{
	max-width: 100%;
}
.promo_link
{
	width: 100%;
	height: 60px;
	background: #2f2f2f;
	text-align: center;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.promo_link a
{
	display: block;
	font-family: 'Lucida', serif;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 60px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.promo_link:hover
{
	background: #222222;
}
.promo_link:hover a
{
	color: #937c6f;
}
.promo_content
{
	position: absolute;
	top: 43.6%;
	z-index: 1;
}
.promo_content_1
{
	right: 0;
	text-align: right;
	padding-right: 14px;
}
.promo_content_2
{
	left: 0;
	width: 100%;
	text-align: center;
	background: rgba(35, 35, 35, 0.63);
	padding-bottom: 9px;
	padding-top: 2px;
}
.promo_content_3
{
	top: 19%;
	left: 215px;
	background: #2323239d;
	padding-left: 10px;
	text-align: right;
	padding-right: 22px;
	padding-top: 39px;
	padding-bottom: 41px;
}
.promo_title
{
	font-family: 'Lucida', serif;
	font-size: 30px;
	color: #FFFFFF;
}
.promo_subtitle
{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: -3px;
}
.promo_content_3 .promo_subtitle
{
	text-transform: none;
	font-weight: 400;
	font-style: italic;
}

/*Estilos generales del boton whatsapp*/
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/*********************************
7. New Arrivals
*********************************/

.arrivals {
    height: 75vh;
}
.container2 {
	
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;

}
.product{
    width: 100%;
}

.products_container {
    margin-top: 40px;
    display: block;
    margin: 0px;
}

.product_image {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    width: 100%;
	transition: transform 0.2s ease;   	
  	height: auto; 
}

.product_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: block;
}

.img-back {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}

.product_image:hover .img-front {
    opacity: 0;
    transform: scale(1.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.product_image:hover .img-back {
    opacity: 1;
    transform: scale(1.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}




.rating
{
	margin-top: 24px;
	background: #fff;
	padding: 7px;
}
.rating i
{
	font-size: 10px;
	margin-right: 1px;
	color: #e0e3e4;
}
.rating i:last-child
{
	margin-right: 0px;
}
.rating_1 i:first-child{color: #f5c06f;}
.rating_2 i:first-child{color: #f5c06f;}
.rating_2 i:nth-child(2){color: #f5c06f;}
.rating_3 i:first-child{color: #f5c06f;}
.rating_3 i:nth-child(2){color: #f5c06f;}
.rating_3 i:nth-child(3){color: #f5c06f;}
.rating_4 i:first-child{color: #f5c06f;}
.rating_4 i:nth-child(2){color: #f5c06f;}
.rating_4 i:nth-child(3){color: #f5c06f;}
.rating_4 i:nth-child(4){color: #f5c06f;}
.rating_5 i:first-child{color: #f5c06f;}
.rating_5 i:nth-child(2){color: #f5c06f;}
.rating_5 i:nth-child(3){color: #f5c06f;}
.rating_5 i:nth-child(4){color: #f5c06f;}
.rating_5 i:nth-child(5){color: #f5c06f;}
.product_content
{
	margin-top: 0px;
	background: #fff;
	padding: 7px;
	border-radius: 16px;
	top: 10px;
}
.product_info
{
	float: left;
}
.product_name a
{
	font-size: 16px;
	font-weight: 600;
	color: #232323;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.product_name a:hover
{
	color: #937c6f;
}
.product_price
{
	font-size: 24px;
	font-weight: 600;
	color: #8a8a8a;
	margin-top: 0px;
}
.product_options
{
	float: right;
	transform: translateY(11px);
}
.product_option
{
	width: 37px;
	height: 37px;
	cursor: pointer;
}
.product_buy
{
	display: inline-block;
	background: #937c6f;
	vertical-align: middle;
	margin-right: 4px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.product_buy img
{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 23px;
	height: 23px;
}
.product_buy:hover
{
	background: #2f2f2f;
}
.product_fav
{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 600;
	color: #232323;
	background: #e0e3e4;
	line-height: 37px;
	text-align: center;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.product_fav:hover
{
	color: #FFFFFF;
	background: #232323;
}

.btn_ver_todo {
    display: inline-block;
    background-color: #61382e; /* Puedes cambiar el color para que coincida con tu diseño */
    color: white;
    padding: 12px 30px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn_ver_todo:hover {
    background-color: #555; /* Color al pasar el cursor */
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}


/* Desktop grande - 1200px en adelante */
 @media (min-width: 1200px) {
    .arrivals {
        padding-top: 68px;
        
    } 

	 .container2 {
		
		margin: 0 auto;
				
	} 

     .products_container {
		display: grid;
        margin-top: 98px;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    } 

    
}






/*********************************
8. Extra
*********************************/




/* Contenedor principal del mosaico */
.mosaic-container {
    display: grid;
	top: 105px;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 200px;
    gap: 15px;
    margin: 83px;
  
}

/* Items del mosaico - Estilos base */
.mosaic-item {
    position: relative;   
    overflow: hidden;
    background-size: cover;
    background-position: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.mosaic-item:hover {
    transform: translateY(-5px);
}

.mosaic-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    transition: background 0.3s ease;
}

.mosaic-item:hover::before {
    background: rgba(0,0,0,0.5);
}

/* Contenido del mosaico */
.mosaic-content {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 20px;
    color: white;
    display: flex;
    flex-direction: column;
}

.mosaic-content p {
	flex-grow: 1;
	margin: 0 0 15px;
	font-size: 0.9rem;
	color: #ebe9e9;
}

/* Tamaños específicos */
.mosaic-item.large {
    grid-column: span 2;
    grid-row: span 2;
	
}

.mosaic-item.tall {
    grid-row: span 2;
}
.mosaic-item.tall1 {
    grid-row: span 3;
	height:auto;
	display: flex; /* Añadido */
    justify-content: center; /* Centrado horizontal */
    align-items: center; /* Centrado vertical */
	overflow-y: hidden;
}

.logo2 img{	
	max-height: 140px; 
    width: auto;
    display: block; /* Para evitar espacios no deseados */
    margin: 0 auto; /* Centrado horizontal para la imagen */
	margin-top: 130px;
}

.mosaic-item.wide {
    grid-column: span 2;
}
.mosaic-item.wide1 {
    grid-column: span 2;
	width: 202%;
}

.mosaic-item.medium {
    grid-column: span 1;
    grid-row: span 1;
}

.mosaic-item.small {
    grid-column: span 1;
    grid-row: span 1;
}

/* Estilos de contenido específicos */
.promo-price {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.promo-price span {
    font-size: 1.5rem;
    vertical-align: top;
}

.promo-combo {
    font-size: 3.5rem;
    font-weight: 700;
    text-align: center;
    margin: 10px 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	
}

.combo-top, .combo-bottom {
    font-size: 1.8rem;
}

.combo-center{
	font-size: 24px;
	
}

.promo-badge {
    background: #ffc107;
    color: #000;
    padding: 5px 15px;
    
    font-weight: bold;
    display: inline-block;
    margin-bottom: 15px;
    align-self: flex-start;
}

.promo-count {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 2px;
}

h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
	letter-spacing: 2px;
	text-transform: uppercase;
}

p {
    font-size: 0.9rem;
    margin-bottom: 15px;
    flex-grow: 1;
}

/* Botones */
.mosaic-btn {
    background: white;
    color: #333;
    padding: 8px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    align-self: flex-start;
    transition: all 0.3s ease;
}

.mosaic-btn:hover {
    background: #333;
    color: white;
}

.small-btn {
    padding: 5px 15px;
    font-size: 0.8rem;
}



/* Estilos para el timer en el nuevo contenedor */
.new-promo .promo-timer {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 15px 0;
	top: -17px;
}

.new-promo .timer-segment {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    padding: 8px 5px;
    border-radius: 5px;
    min-width: 50px;
}

.new-promo .timer-number {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'Courier New', monospace;
}

.new-promo .timer-label {
    font-size: 0.6rem;
    text-transform: uppercase;
    opacity: 0.8;
    margin-top: 3px;
}

/* Efecto de brillo en hover */
.new-promo:hover .timer-segment {
    background: rgba(255, 255, 255, 0.25);
}

.expired {
    color: white;
    font-weight: bold;
    background: rgba(255, 0, 0, 0.7);
    padding: 5px 10px;
    border-radius: 5px;
}



/*********************************
9. Gallery
*********************************/

.gallery
{
	width: 100%;
	padding-top: 88px;
	padding-left: 44px;
	padding-right: 44px;
	padding-bottom: 42px;
	margin-top: 179px;
	position: relative;
    
    overflow: hidden;

}
.gallery_item a
{
	display: block;
	outline: none;
}



.gallery_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Color negro con 50% de opacidad */
    z-index: 2; /* Capa intermedia (entre imagen y contenido) */
    backdrop-filter: blur(2px); /* Efecto blur opcional */
}

.container17 {
    position: relative;
    z-index: 3; /* Capa superior (contenido) */
    height: 100%;
    display: flex;
    align-items: center; /* Centrado vertical del contenido */
    color: white; /* Color de texto para contrastar con overlay oscuro */
	justify-content: center;
}


.gallery_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 1; /* Capa inferior */
	
}
.gallery_title ul li
{
	display: inline-block;
	margin-right: 34px;
}
.gallery_title ul li:last-child
{
	margin-right: 0;
}
.gallery_title ul li a
{
	font-family: 'Lucida', serif;
	font-size: 36px;
	font-weight: 700;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.gallery_title ul li a:hover
{
	color: #937c6f;
}
.gallery_text
{
	font-size: 19px;
	color: #FFFFFF;
	margin-top: 5px;
}
.gallery_button
{
	margin: 0 auto;
	margin-top: 100px;
	width: 100px;
	height: 67px;
	background: #937c6f00;
	text-align: center;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	border-radius: 20px;
}
.gallery_button a
{
	display: block;
	width: 100%;
	height: 100%;	
	color:  #E1306C;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-align: center;
	line-height: 37px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.gallery_button a:hover
{
	background: #2f2f2f00;
	color: #ffffffbd;
}
.gallery_slider_container
{
	margin-top: 55px;
	z-index: 6;
}




/*********************************
10. Testimonials
*********************************/

.testimonials
{
	width: 100%;
	padding-top: 164px;
	padding-bottom: 93px;
}
.test_slider_container
{
	margin-top: 65px;
}
.test_text
{
	font-family: 'Lucida', serif;
	font-size: 24px;
	color: #8a8a8a;
	font-style: italic;
	line-height: 1.75;
}
.test_image
{
	width: 86px;
	height: 86px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 26px;
}
.test_image img
{
	max-width: 100%;
}
.test_name
{
	font-family: 'Lucida', serif;
	font-size: 16px;
	font-weight: 700;
	color: #232323;
	margin-top: 14px;
}
.test_title
{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: 600;
	color: #937c6f;
	margin-top: 4px;
}

/*********************************
11. Newsletter
*********************************/

.newsletter
{
	width: 100%;
	padding-left: 62px;
	padding-right: 62px;
}
.newsletter_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1; /* Capa intermedia (entre imagen y contenido) */
	
}
.newsletter_content
{
	width: 100%;
	padding-top: 88px;
	padding-bottom: 94px;
}
.newsletter_image
{	background-image:url(../images/sombrero-vueltiao.jpg);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
}
.newsletter .section_subtitle,
.newsletter .section_title
{
	color: #FFFFFF;
	z-index: 2;
}
.newsletter_container
{
	margin-top: 75px;
	z-index: 2;
}
.newsletter_input
{
	width: 100%;
	height: 46px;
	background: #FFFFFF;
	padding-left: 25px;
	border: none;
	outline: none;
	
}
.newsletter_input::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #b3b3b3 !important;
}
.newsletter_input:-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #b3b3b3 !important;
}
.newsletter_input::-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #b3b3b3 !important;
} 
.newsletter_input:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #b3b3b3 !important;
}
.newsletter_input::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #b3b3b3 !important;
}
.newsletter_button
{
	position: absolute;
	top: 0;
	right: 0;
	width: 142px;
	height: 46px;
	background: #937c6f;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.newsletter_button:hover
{
	background: #e0e3e4;
	color: #232323;
}
.newsletter_text
{
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
	margin-top: 19px;
}


/* Modal - Fondo */
.modal {
  display: none; /* Por defecto está oculto */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4); /* Fondo semi-transparente */
  padding-top: 60px;
}

/* Modal Content */
.modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 400px;
  border-radius: 8px;
  text-align: center;
}

/* El botón de cerrar */
.close-btn {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}

.close-btn:hover,
.close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

h2 {
  color: #4CAF50;
  font-size: 24px;
}

p {
  font-size: 18px;
  color: #1b1b1b;
}


/*********************************
12. Footer
*********************************/

.footer
{
	padding-top: 80px;
}
.footer_logo a img
{
	font-family: 'Lucida', serif;
	font-size: 84px !important; /* Tamaño aumentado (usa !important si es necesario) */
	font-weight: 700;
	color: #ffffff !important;
	text-transform: none !important; /* Remueve uppercase si lo tenía */
	letter-spacing: normal !important;
	max-height: 200px; /* Ajusta este valor según tus necesidades */
	width: auto;
	margin-top: 30px;
}
.footer_nav
{
	margin-top: 14px;
}
.footer_nav ul li
{
	display: inline-block;
	margin-right: 53px;
}
.footer_nav ul li:last-child
{
	margin-right: 0;
}
.footer_nav ul li a
{
	font-size: 12px;
	text-transform: uppercase;
	color: #232323;
	font-weight: 600;
	letter-spacing: 0.2em;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_nav ul li a:hover
{
	color: #937c6f;
}
.footer_social
{
	margin-top: 51px;
}
.footer_social ul li
{
	display: inline-block;
	margin-right: 36px;
}
.footer_social ul li:last-child
{
	margin-right: 0;
}
.footer_social ul li a i
{
	font-size: 24px;
	color: #937c6f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_social ul li a i:hover
{
	color: #e0e3e4;
}
.copyright
{
	margin-top: 56px;
	padding-bottom: 13px;
	font-family: 'Lucida', serif;
	font-size: 12px;
	color: #232323;
}



/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1800px
************/

@media only screen and (max-width: 1800px)
{
	.search
	{
		width: 200px;
	}
	.container2 {
        max-width: 1500px;
        margin: 0 auto;
    }
	
	 .products_container {
        display: grid;
        margin-top: 98px;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
        width: 100%;
    }
    .product{
        width: 100%;
    }
}

/************
1. 1600px
************/

@media only screen and (max-width: 1600px)
{/* Ajustes adicionales para pantallas muy grandes */
	
	
 
     

    .arrivals {
        padding-top: 68px;
        height: auto;
    }

	.container2 {
		max-width: 1500px;
		margin: 0 auto;
				
	}

    .products_container {
		display: grid;
        margin-top: 98px;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
        width: 100%;
    }

	.product {
		
	
		height: auto;
	}

		.product_image {
		width: 100%;
		aspect-ratio: 1 / 1;
		overflow: hidden;
		border-radius: 16px;
	}

	.product_image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}

	

    .mosaic-container {
        max-width: 1600px;
       
    }
    
    .mosaic-item.wide1 {
        width: 100%;
    }
}
	


@media only screen and (max-width: 1540px)

{
	.header {
		height: 110px;
	}

	.logo1 a {
		font-size: 65px;
	}
	.logo1 img {
		max-height: 130px;
	}

	.main_nav ul {
		flex-wrap: wrap;
		justify-content: center;
	}

	.main_nav li {
		margin: 10px;
	}

	.main_nav ul li a {
		font-size: 12px;
		margin: 0 29px;
	}

	.main_nav ul li.logo-container {
		margin: 0px;
	}
	
}



/************
3. 1380px
************/

@media only screen and (max-width: 1380px)

{
  
	.header {
		height: 110px;
	}

	.logo1 a {
		font-size: 65px;
	}
	.logo1 img {
		max-height: 130px;
	}

	.main_nav ul {
		flex-wrap: wrap;
		justify-content: center;
	}

	.main_nav li {
		margin: 10px;
	}

	.main_nav ul li a {
		font-size: 12px;
		margin: 0 29px;
	}

	.main_nav ul li.logo-container {
		margin: 0px;
	}
	
}





/************
4. 1199px
************/

@media only screen and (max-width: 1200px)
{
	/* Desktop grande - 1200px en adelante */



	.header {
		height: 110px;
	}

	.logo1 a {
		font-size: 65px;
	}
	.logo1 img {
		max-height: 130px;
	}

	.main_nav ul {
		flex-wrap: wrap;
		justify-content: center;
	}

	.main_nav li {
		margin: 10px;
	}

	.main_nav ul li a {
		font-size: 12px;
		margin: 0 11px;
	}

	.main_nav ul li.logo-container {
		margin: 0px;
	}

    .arrivals {
        padding-top: 68px;
        
    }

	.container2 {
		max-width: 1000px;
		margin: 0 auto;
				
	}

    .products_container {
		display: grid;
        margin-top: 98px;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }
	

	.product_image {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 16px;
}

.product_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}


    

    .mosaic-container {
        grid-template-columns: repeat(4, 1fr);
        margin: 50px;
        
    }
    
    /* Restauramos todos los estilos originales para pantallas grandes */
    .mosaic-item.large {
        grid-column: span 2;
        grid-row: span 2;
    }
    
    .mosaic-item .tall {
        grid-row: span 2;
    }
    
    .mosaic-item .tall1 {
        grid-row: span 3;
        height: 77vh;
    }
    
    .mosaic-item.wide {
        grid-column: span 2;
    }
    
    .mosaic-item.wide1 {
        grid-column: span 2;
        width: 202%;
    }
    
    .promo-price {
        font-size: 4rem;
    }
    
    .promo-combo {
        font-size: 3.5rem;
    }
    
    .combo-top, .combo-bottom {
        font-size: 1.8rem;
    }
    
    .combo-center {
        font-size: 24px;
    }
    
    .promo-count {
        font-size: 3rem;
    }
}




/************
6. 991px
************/

@media only screen and (max-width: 1000px)
{

	.header {
		height: 110px;
	}

	.logo1 a {
		font-size: 65px;
	}
	.logo1 img {
		max-height: 100px;
	}

	.main_nav ul {
		flex-wrap: wrap;
		justify-content: center;
	}

	.main_nav li {
		margin: 0px;
	}

	.main_nav ul li a {
		font-size: 10px;
		margin: 0 11px;
	}

	.main_nav ul li.logo-container {
		margin: 0px;
	}
	.shopping
	{
		padding-right: 61px;
	}
	.home_slider_title
	{
		font-size: 56px;
		height: 76px;
		line-height: 76px;
	}
	.section_title
	{
		font-size: 48px;
	}

 .arrivals {
        padding-top: 68px;
		height: auto;
        
    }

	.container2 {
		max-width: 769px;
		margin: 0 auto;
				
	}

    .products_container {
		display: grid;
        margin-top: 98px;
        grid-template-columns: repeat(auto-fit, minmax(268px, 1fr));
        gap: 40px;
    }

	.product_image {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 16px;
}

.product_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}





	.promo_col:not(:last-child)
	{
		margin-bottom: 60px;
	}
	.product_col:not(:last-child)
	{
		margin-bottom: 2px;
	}
	.product {
		
		width: 100%;
		height: auto;
	}
	.extra_promo
	{
		width: 100%;
		height: 616px;
		float: none;
	}
	.extra_promo_1
	{
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.footer_nav ul li
	{
		margin-right: 30px;
	}
}

/************
7. 959px
************/

@media only screen and (max-width: 959px)
{
	
}

/************
8. 880px
************/

@media only screen and (max-width: 880px)
{
	.arrivals {
        
		height: auto;
    }
    
   .container2 {
			max-width: 634px;
			margin: 0 auto;
					
		}
    
    .products_container {
		display: grid;
        grid-template-columns: repeat(auto-fit, minmax(268px, 1fr));
        gap: clamp(20px, 3vw, 40px);
    }

	.product {
		
		width:100%;
		height: auto;
	}
	.product_image {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 16px;
}

.product_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

    
    .product_name a {
        font-size: clamp(14px, 1.5vw, 16px);
    }



 	.mosaic-container {
	
        grid-template-columns: repeat(3, 1fr);
        margin: 20px;
       
    }
    
    .mosaic-item.large {
        grid-column: span 2;
        grid-row: span 2;
    }
    
    .mosaic-item.wide1 {
        width: 100%;
    }
    
    .logo2 img {
        max-height: 140px;
        margin-top: 290px;
    }
    
    .promo-price {
        font-size: 3.5rem;
    }
    
    .promo-combo {
        font-size: 3rem;
    }
}







/************
9. 768px
************/

@media only screen and (max-width: 768px)
{


	 .header {
    height: 100px;
    padding-right: 15px;
  }

  .logo a {
    font-size: 50px;
  }

  .main_nav ul {
    flex-direction: column;
    text-align: center;
  }

  .main_nav li {
    margin: 8px 0;
  }

  .main_nav ul li a {
    font-size: 13px;
    padding: 12px 0;
    margin: 0 12px;
  }

	.shopping {
		flex-direction: row;
		justify-content: space-between;
		margin-left: 0;
		padding-right: 50px;
		gap: 15px;
		top: -20px;
	}

	.cart_num_container,
	.star_num_container {
		top: 8px;
		left: -3px;
		width: 14px;
		height: 14px;
	}
	

	.star img,
	.avatar-img {
		width: 18px;
		height: 20px;
	}

	
	.carrt-sidebar {
		width: 100%;
		right: -100%;
	}
	
	.carrt-item {
		flex-direction: row;
	}
	
	.carrt-item img {
		width: 80px;
		height: auto;
		max-height: 80px;
		margin-right: 20px;
		margin-bottom: 0;
	}

	  /* Menú desplegable en pantallas pequeñas */
    .dropdown-menu1 {
        position: relative; /* Cambiar de absoluto a relativo para que se alinee dentro del contenedor */
        top: 0;
        left: 0;
        min-width: 100%; /* El menú se expandirá para ocupar el ancho completo */
        box-shadow: none; /* Eliminar la sombra en pantallas pequeñas */
        display: none; /* Asegurar que el menú esté oculto por defecto */
    }

    .dropdown:hover .dropdown-menu1 {
        display: none; /* Mostrar el menú al hacer clic, no al pasar el cursor */
    }

    .dropdown > a:after {
        content: " ▼"; /* Mantener la flecha indicadora */
        font-size: 12px; /* Aumentar el tamaño de la flecha */
    }

    .dropdown-menu1 li a {
        padding: 15px 0px; /* Reducir el espacio de los elementos */
        font-size: 14px; /* Tamaño de fuente más pequeño para móviles */
    }
	.dropdown, .inicio, .nosotros, .contacto {
		display: none !important;
	}

	
	 .burger_container {
        display: block;
        position: absolute;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        width: 22px;
        height: 16px;
        cursor: pointer;
    }
    
    .burger_container div {
        width: 100%;
        height: 2px;
        background: #ffffff;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
        pointer-events: none;
        top: -11px;
    }
    
    .burger_container:hover div {
        background: #937c6f;
    }

	 .home_slider_nav {
        bottom: 20px;
    }
    
    .home_slider_prev,
    .home_slider_next {
        width: 35px;
        height: 35px;
    }
    
    .home_slider_prev img,
    .home_slider_next img {
        width: 12px;
        height: 12px;
    }

	.footer_logo a img {
		max-height: 150px;
		font-size: 60px; /* Logo más pequeño en pantallas pequeñas */
		margin-top: 20px;
	}

	.footer_nav ul {
		padding-left: 0;
		text-align: center;
	}

	.footer_nav ul li {
		display: inline-block;
		margin-right: 20px;
	}

	.footer_nav ul li a {
		font-size: 14px; /* Aumenta el tamaño de la fuente en pantallas pequeñas */
	}

	.footer_social ul li {
		display: inline-block;
		margin-right: 20px;
	}

	.footer_social ul li a i {
		font-size: 20px;
	}

	.copyright {
		font-size: 14px;
		text-align: center;
	}
	
}



/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	.home
	{
		height: 100vh;
	}
	.header
	{
		height: 70px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.logo a
	{
		font-size: 24px;
	}
	.shopping
	{
		padding-right: 47px;
		margin-left: 0;
	}
	.burger_container
	{
		top: calc(50% + 1px);
	}
	.home_slider_dots_container,
	.home_slider_next
	{
		display: none !important;
	}
	.home_slider_title
	{
		font-size: 28px;
	}
	.home_slider_subtitle
	{
		font-size: 14px;
	}
	.menu
	{
		width: 100%;
		left: -100%;
		padding-right: 15px;
		padding-left: 15px;
		padding-top: 21px;
	}
	.menu .search
	{
		margin-bottom: 50px;
	}
	.menu .search_input
	{
		height: 36px;
	}
	.menu_close_container
	{
		right: 15px;
	}
	.menu .logo
	{
		margin-bottom: 35px;
		margin-right: auto;
	}
	.menu.active
	{
		left: 0;
	}
	.section_subtitle
	{
		font-size: 12px;
	}
	.section_title
	{
		font-size: 28px;
	}
	.arrivals {
			padding-top: 60px;
			padding-bottom: 70px;
			
		}
		
	.container2 {
			max-width: 634px;
			margin: 0 auto;
					
		}
	

	.products_container {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;

		
	}
	.product_image {
    width: 100%;
    aspect-ratio: 1 / 1; /* o 4/3 si prefieres rectángulo horizontal */
    overflow: hidden;
    border-radius: 16px;
}

.product_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


	.product_name a {
		font-size: 15px;
	}

	.product_price {
		font-size: 20px;
	}

	.btn_ver_todo {
		padding: 12px 25px;
	}



	.mosaic-container {
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: minmax(200px, auto); /* Añade altura flexible */
	 margin: 20px;
    }
    
    /* Asegurar que los elementos wide ocupen 2 columnas */
    .mosaic-item.large,
    .mosaic-item.wide,
    .mosaic-item.wide1 {
        grid-column: span 2;
    }
    
    /* Ajustar elementos altos */
    .mosaic-item.tall {
        grid-row: span 2;
    }
    
    /* Ajuste especial para tall1 */
    .mosaic-item .tall1 {
        grid-row: span 3;
        height: 53vh; /* Eliminamos altura fija */
        min-height: 400px; /* Altura mínima para mantener proporción */
    }
    
    /* Prevenir superposición explícitamente */
    .mosaic-item {
        position: relative;
        z-index: 1; /* Asegurar stacking context */
    }
    
    /* Ajustes para logo2 */
    .logo2 img {
        max-height: 140px;
        margin-top: 80px;
        width: auto;
        max-width: 100%; /* Asegurar que no desborde */
    }
    
    /* Tipografía */
    .promo-price {
        font-size: 3rem;
    }
    
    .promo-combo {
        font-size: 2.5rem;
    }
    
    /* Regla específica para evitar conflictos */
    .mosaic-item:nth-child(odd) {
        clear: both; /* Ayuda a prevenir solapamientos */
    }


	.extra
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.extra_promo_1
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.extra_promo_2
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.extra_1_content
	{
		padding-left: 20px;
		padding-right: 20px;
	}
	.gallery
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.gallery_title ul li
	{
		display: block;
		margin-right: 0px;
	}
	.gallery_title ul li a
	{
		font-size: 24px;
	}
	.test_text
	{
		font-size: 16px;
	}
	.newsletter
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.newsletter_button
	{
		display: block;
		position: relative;
		margin: 0 auto;
		margin-top: 10px;
	}
	.newsletter_text
	{
		font-size: 13px;
	}
	.footer_logo a
	{
		font-size: 48px;
	}
	.footer_nav ul li
	{
		display: block;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.footer_nav ul li:last-child
	{
		margin-bottom: 0;
	}
	.footer_social ul li
	{
		margin-right: 29px;
	}
	.footer_social ul li a i
	{
		font-size: 20px;
	}
}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{
	.carrt-sidebar {
        width: 100%;
        right: -100%;
    }
    
    .carrt-item {
        flex-direction: column;
    }
    
    .carrt-item img {
        width: 100%;
        height: auto;
        max-height: 150px;
        margin-right: 0;
        margin-bottom: 10px;
    }
	
}

/************
12. 480px
************/

@media only screen and (max-width: 480px)
{
	.header {
		height: 80px;
		padding-right: 10px;
	}

	.logo a {
		font-size: 40px;
	}

	.main_nav ul {
		flex-direction: column;
		text-align: center;
	}

	.main_nav li {
		margin: 10px 0;
	}

	.main_nav ul li a {
		font-size: 12px;
		padding: 10px 0;
		margin: 0 10px;
	}
	
	.carrt-icon{
	    margin-left: -40px;
	}


	.shopping {
		flex-direction: column;
		align-items: flex-start;
		padding-right: 4px;
		gap: 10px;
		top: -19px;
	}

	.cart_num_container,
	.star_num_container {
		top: 5px;
		left: -2px;
		width: 12px;
		height: 12px;
	}

	.cart_num,
	.star_num {
		font-size: 8px;
	}

	.star img,
	.avatar-img {
		width: 16px;
		height: 18px;
	}

	.dropdown-content {
		min-width: 140px;
		top: 35px;
	}

	/* Menú desplegable en pantallas muy pequeñas */
    .dropdown-menu1 {
        min-width: 100%; /* Asegurar que el menú ocupe todo el ancho */
		display: none;
    }
	.dropdown, .inicio, .nosotros, .contacto {
		display: none !important;
	}
	

    .dropdown > a:after {
        font-size: 14px; /* Aumentar el tamaño de la flecha en pantallas más pequeñas */
    }

    .dropdown-menu1 li a {
        padding: 10px 0px; /* Menos padding para que ocupe menos espacio */
        font-size: 13px; /* Fuente aún más pequeña para pantallas pequeñas */
    }

	.logo1 img {
		max-height: 100px; /* Reducir el tamaño del logo en pantallas pequeñas */
		width: auto;
		margin-top: 20px; /* Ajustar el margen superior */
	}
	

/************************************
			ARRIVALS
************************************/


	.arrivals {
		padding-top: 40px;
		
		height: auto;
		
	}
	.container2 {
		max-width: 100%;
		margin: 0 auto;
		
	}

	.products_container {
		margin-top: 50px;
		flex-direction: column;
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
		gap: 20px;
		justify-items: center; /* Centra los elementos en el eje horizontal */
	}
	.product {
		
		width: 100%;
		height: auto;
	}

	.product_content {
		padding: 15px 0;
	    top: -72px;
        text-indent: 13px;
	}

	.product_image {
    width: 100%;
    aspect-ratio: 1 / 1; /* O usa 4/3, 3/2 según quieras */
    overflow: hidden;
}

.product_image img {
    width: 100%;
    height: 79%;
    object-fit: cover;
    display: block;
}

	.product_name a {
		font-size: 14px;
	}

	.product_price {
		font-size: 18px;
	}

	.product_options {
		transform: translateY(8px);
	}

	.product_option {
		width: 32px;
		height: 32px;
	}

	.product_buy img {
		width: 18px;
		height: 18px;
	}

	.btn_ver_todo {
		padding: 10px 20px;
		font-size: 14px;
	}

/************************************
 				 MOSAIC 
 ***********************************/
.mosaic-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 200px;
    gap: 550px;
    height: 475vh;
     margin: 20px;
   
	
}

.mosaic-item {
	grid-column: span 1 !important;
	grid-row: span 1 !important;
	min-height: 745px;
}

.mosaic-item.large,
.mosaic-item.tall,
.mosaic-item.tall1,
.mosaic-item.wide,
.mosaic-item.wide1 {
    grid-column: span 1;
}

.mosaic-item.tall1 {
    height: auto;
}

.logo2 img {
    max-height: 150px;
    margin-top: 250px;
}

.promo-price {
    font-size: 2.5rem;
}

.promo-combo {
    font-size: 2rem;
}

.combo-top, .combo-bottom {
    font-size: 1.75rem;
}

.combo-center {
    font-size: 18px;
}

.promo-count {
    font-size: 2rem;
}


/************************************
 				FOOTER
 ***********************************/

.footer_logo a img {
		max-height: 160px;
		font-size: 35px;
	}

	.footer_nav ul li {
		display: block;
		margin: 10px 0;

	
	}

	.footer_nav ul li a {
		font-size: 12px;
	}

	.footer_social ul li {
		display: inline-block;
		margin-right: 15px;
	}

	.footer_social ul li a i {
		font-size: 18px;
	}

	.copyright {
		font-size: 10px;
		text-align: center;
	}
}
@media only screen and (max-width: 425px)
{
.mosaic-container {
     
        height: 474vh;
         margin: 2px;
    }



}

@media only screen and (max-width: 400px)
{
.mosaic-container {
      
        height: 479vh;
        margin: 0px;
    }



}


@media only screen and (max-width: 375px)
{
.mosaic-container {
    
        height: 524vh;
    }



}


@media only screen and (max-width: 370px)
{
.mosaic-container {
       
        height: 470vh;
    }
    




}




   



    




