@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
5. Menu
6. Products
7. Sidebar Left
8. Sidebar Right
9. Newsletter
10. 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: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;	
	color: #2f2f2f;
	background-image: url('./../cion/título(13).webp');
   
    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: 400;
	color: #929191;
	-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;
}
::selection
{
	
}
p::selection
{
	
}
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;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
.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: #ffffffea;
	/* background-color: #e0dccaec; */

}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.nopadding
{
	padding: 0px !important;
}
.section_title_container
{

}
.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: #937c6f;
	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: #e0e3e4;
}
.button:hover a
{
	color: #232323;
}

/*********************************
3. Banner
*********************************/
/* Estilos para el banner */
#publicidad-banner {
	position: fixed;	
	top: 0;
	left: 0;
	width: 100%;
	height: 33px;
	background-color: #ffffffd9;
	color: #806b5f;
	padding: 15px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	z-index: 99;
	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: fixed;
	top: -17px;
	left: 0;
	width: 100%;
	height: 15%;
	background: #0202022d;

	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: 100px;
	background: #5f5048b3;
}
.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: 120px; /* Ajusta este valor según tus necesidades */
	width: auto;
	margin-top: 15px;
	
	

}

.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: 120px;
	width: auto;
	padding: 0px;
  }

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

.shopping
{
	display: flex;
	margin-left: 12px;
	padding-right: 62px;	
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
	gap: 20px;
	top: -10px;
}

.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;
}









/*********************************
Responsive Media Queries para el Menú Desplegable
*********************************/

/* Para pantallas más pequeñas (tabletas y móviles) */
@media (max-width: 768px) {

    /* 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 */
    }
}

/* Para pantallas muy pequeñas (móviles más pequeños) */
@media (max-width: 480px) {

    /* 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: 80px; /* Reducir el tamaño del logo en pantallas pequeñas */
		width: auto;
		margin-top: 20px; /* Ajustar el margen superior */
	}
}


/*=================================
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: -25px;
    z-index: 100;
	top:14px;
	width: 30px;
}

.carrt-icon .count {
    position: absolute;
    top: 11px;    
    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: #666;
    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;
}



/*=================================
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;
}





/*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);
  }
}

/*********************************
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. Products
*********************************/


.products
{
	display: grid;
	gap: 10px;
	height: auto;
	
	
}
.product{

	width: 100%;
	height: 100%;
  	background: #fdfdfd;
  	
  	overflow: hidden;
  	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.363);
  	transition: transform 0.3s ease;
  	position: relative;
  	


}
.product_content
{
	width: 100%;
	height: 15%;
	margin-top: 137px;
}


.product_grid
{
	margin-left: -15px;
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 3 columnas iguales */
	gap: 20px; /* espacio entre productos */
	padding: 20px;
	
}

	

.product:nth-child(3n)
{
	margin-right: 0px;
}
.product_image
{
	
	position: relative;
    width: 100%;
    overflow: hidden;
}
.product_image img
{
	margin-top: 85px;

	width: 100%;
    transition: opacity 0.4s ease;
    display: block;
    object-fit: cover;
    height: 300px; /* ajusta según tu diseño */
}

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

.product_image:hover .img-front {
    opacity: 0;
}

.product_image:hover .img-back {
    opacity: 1;
}


.product_info
{
	float: left;
	width: 100%;
	padding: 0px 20px;	
	font-size: 14px;
	font-weight: 400;
	color: #232323;
	margin-bottom: 20px;
	height: 62px;
	top: 10px;
	
}
.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: #070707;
	margin-top: 0px;
}

.banner-container {
    position: relative;
    width: 100%;
    height: 388px; /* También puedes usar: height: 25vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../cion/1.webp'); /* Reemplaza con tu imagen */
    background-size: cover;
    background-position: center;
  }
  
  .banner-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Overlay negro al 50% de opacidad */
  }
  
  
.current_page
{
	width: 75%;
	position: relative;    
    text-align: left;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	font-family: 'Lucida', serif;
	font-size: 44px;
	font-weight: 700;
	text-transform: uppercase;
	color: #dad5d3;
	top: 92px;
}
.product_sorting
{
	width: 100%;
	margin-top: 42px;
}
.view
{
	float: left;
}
.view_box
{
	display: inline-block;
	width: 41px;
	height: 41px;
	text-align: center;
	cursor: pointer;
}
.box_view
{
	background: #937c6f;
}
.detail_view
{
	background: #232323;
	margin-left: -3px;
}
.view_box i
{
	color: #FFFFFF;
	line-height: 41px;
	font-size: 14px;
}
.sorting
{
	float: right;
}
.item_sorting
{
	display: inline-block;
}
.item_sorting > li
{
	display: inline-block;
	position: relative;
	width: 173px;
	height: 41px;
	line-height: 39px;
	cursor: pointer;
	border: solid 1px #b5b5b5;
	padding-left: 15px;
	padding-right: 17px;
	margin-right: 8px;
	font-size: 14px;
	font-weight: 400;
	color: #232323;
	margin-bottom: 10px;
}
.item_sorting > li:last-child
{
	margin-right: 0;
}
.num_sorting_text
{
	padding-right: 11px;
}
.item_sorting li i
{
	float: right;
	line-height: 39px;
	font-size: 16px;
	color: #232323;
}
.item_sorting li ul
{
	display: block;
	position: absolute;
	right: 0;
	top: 120%;
	margin: 0;
	width: 100%;
	background: #FFFFFF;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	box-shadow: 0 15px 25px rgba(63, 78, 100, 0.15);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}
.item_sorting > li:hover ul
{
	visibility: visible;
	opacity: 1;
	top: calc(100% + 1px);
}
.item_sorting li ul li
{
	display: block;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}
.item_sorting li ul li span
{
	display: block;
	height: 36px;
	line-height: 36px;
	border-bottom: solid 1px #dddddd;
	color: #131a2f;
	text-align: right;
	padding-right: 22px;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}
.item_sorting li ul li span:hover
{
	color: #b5aec4;
}
.item_sorting li ul li:last-child span
{
	border-bottom: none;
}
.item_sorting li span:nth-child(2)
{
	margin-left: 63px;
}


.page_nums
{
	margin-top: 41px;
}
.page_nums li
{
	display: inline-block;
	margin-right: 7px;
}
.page_nums li:last-child
{
	margin-right: 0;
}
.page_nums li a
{
	font-size: 14px;
	font-weight: 600;
	color: #232323;
}
.page_nums li:hover a
{
	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;
}
.page_nums li.active
{
	border-bottom: solid 3px #937c6f;
}
.page_nums li.active a
{
	color: #937c6f;
}

/*********************************
7. Sidebar Left
*********************************/

.sidebar_left
{
	position: absolute;
	top: 64px;
	left: -330px;
	width: 286px;
	padding-bottom: 98px;
}
.sidebar_section
{
	width: 100%;
	border: solid 1px #e0e3e4;
	margin-bottom: 44px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.sidebar_section:last-child
{
	margin-bottom: 0;
}
.sidebar_title
{
	height: 52px;
	background: #e0e3e4;
	line-height: 52px;
	font-family: 'Lucida', serif;
	font-size: 16px;
	color: #232323;
	padding-left: 22px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.sidebar_section:hover
{
	border: solid 1px #937c6f;
}
.sidebar_section:hover .sidebar_title
{
	background: #937c6f;
	color: #FFFFFF;
}
.sidebar_section:hover .sidebar_section_content ul li
{
	border-bottom: solid 1px #937c6f;
}
.sidebar_section_content
{
	width: 100%;
}
.sidebar_section_content ul li
{
	height: 47px;
	padding-left: 16px;
	border-bottom: solid 1px #e0e3e4;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.sidebar_section_content ul li:last-child
{
	border-bottom: none !important;
}
.sidebar_section_content ul li a
{
	font-size: 14px;
	color: #232323;
	line-height: 47px;
}
.sidebar_color_content
{
	width: 100%;
	height: 187px;
}
.sidebar_section_content ul li a span
{
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-right: 15px;
}
/*Sidebar section scrollbar styling */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical
{
	right: 0px;
	margin: 0;
}
.mCSB_scrollTools
{
	width: 4px;
    background: #e0e3e4;
}
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger
{
	background: #937c6f;
}
.mCSB_scrollTools .mCSB_dragger
{
	width: 3px;
	right: 0;
}



.sidebar_option
{
	height: 82px;
	width: 100%;
	padding-left: 30px;
	border-bottom: solid 1px #e0e3e4;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.sidebar_option:last-child
{
	border: none !important;
}
.sidebar_options:hover .sidebar_option
{
	border-bottom: solid 1px #937c6f;
}
.option_image
{
	width: 54px;
	height: 54px;
}
.option_image img
{
	max-width: 100%;
}
.option_content
{
	margin-left: 19px;
}
.option_title
{
	font-size: 18px;
	font-weight: 600;
	color: #232323;
}
.option_subtitle
{
	font-size: 14px;
	color: #8a8a8a;
}

/*********************************
8. Sidebar Right
*********************************/

.sidebar_right
{
	position: absolute;
	
	right: 38px;
	width: 285px;
}
.sidebar_promo_1
{
	width: 100%;
	height: 76vh;
	
}
.sidebar_promo_image
{
	position: absolute;
	
	left: 0;
	width: 100%;
	height: 87%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.sidebar_promo_content
{
	width: 224px;
	background: rgba(35,35,35, 0.95);
	border: solid 2px #937c6f;
	padding-bottom: 53px;
	padding-top: 50px;
	top: -160px;
}
.sidebar_promo_title
{
	font-family: 'Beyond', sans-serif;
	font-size: 43px;
	color: #FFFFFF;
	line-height: 0.75;
}
.sidebar_promo_title span
{
	font-size: 11px;
}
.sidebar_promo_subtitle
{
	font-family: 'Lucida', serif;
	font-size: 18px;
	color: #937c6f;
	margin-top: 21px;
}
.sidebar_promo_button
{
	width: 85px;
	height: 28px;
	background: #937c6f;
	margin: 0 auto;
	margin-top: 22px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.sidebar_promo_button a
{
	display: block;
	font-size: 8px;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	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;
}
.sidebar_promo_button:hover
{
	background: #e0e3e4;
}
.sidebar_promo_button:hover a
{
	color: #232323;
}
.sidebar_promo_2
{
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height:80vh;
	padding-bottom: 32px;
	margin-top: -29px;
}

/*********************************
9. Newsletter
*********************************/

.newsletter
{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	padding-left: 62px;
	padding-right: 62px;
	height: 70vh;
}
.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;
}
.newsletter_container
{
	margin-top: 75px;
}
.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;
}

/*********************************
10. 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;
}

.modaldelivery{
    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;
   
}

.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;

}


/* 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)
{

	.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;
	}
	
	.item_category {
	    left: -10px;
	}
	.search
	{
		width: 200px;
	}
	.sidebar_left
	{
		left: -309px;
		width: 57%;
		padding-bottom: 52px;
	
	}
	.sidebar_section
	{
		width: calc((100% - 30px) / 2);
		float: left;
	}
	.sidebar_section:nth-child(odd)
	{
		margin-right: 30px;
	}
	.sidebar_right
	{
		position: relative;
		top: auto;
		right: auto;
		width: 929px;
		margin: 0 auto;
		margin-top: 98px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.sidebar_promo
	{
		width: calc((100% - 30px) / 2);
		float: left;
	}
	.sidebar_promo_1
	{
		margin-right: 30px;
		height: 58vh;
	}
	.sidebar_promo_2
	{
		margin-top: 0;
		height: 700px;
		justify-content: center;
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 1790px)
{
	
	.product_grid {
		
		padding: 15px;
		gap: 15px;
		left: 140px;
	}
	.sidebar_left
	{
		left: -156px;
		width: 52%;
		padding-bottom: 52px;
		
		
	}
	
}

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

@media only screen and (max-width: 1600px)
{
	
	.shopping
	{
		padding-right: 100px;
		margin-left: 100px;
	}
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
	.shopping
	{
		padding-right: 74px;
		margin-left: 15px;
	}
	
	.sidebar_left
	{
		position: relative;
		top: 20px;
		left: auto;
		width: 100%;
		padding-bottom: 52px;
	}
	.product_grid {
		
		padding: 15px;
		gap: 15px;
		left: 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;
	}
	
}

/************
3. 1280px
************/

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

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

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


	.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;
	}
	.sidebar_right
	{
		width: 960px;
	}
}

/************
4. 1100px
************/

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

/************
5. 1024px
************/

@media only screen and (max-width: 1024px)
{
	.product {
		width: 100%;
		height: auto; /* Ajusta la altura automáticamente */
		margin-bottom: 20px; /* Espacio entre productos */
	}

	.product {
		width: 100%;
		height: auto;
	}

	.product_grid {
		grid-template-columns: repeat(2, 1fr); /* 2 columnas */
		padding: 15px;
		gap: 15px;
	}

	.product_image img {
		height: 250px;
	}

	.product_info {
		font-size: 13px;
		height: auto;
	}

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

	.product_price {
		font-size: 20px;
	}

	 .product_grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columnas */
        padding: 15px;
        gap: 15px;
    }

    .product_image img {
        height: 250px;
    }

    .product_info {
        font-size: 13px;
        height: auto;
    }

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

    .product_price {
        font-size: 20px;
    }
}
	


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

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

	.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: 49px;
	}
	.section_title
	{
		font-size: 48px;
	}
	.product
	{
		width: 100%;
	}
	.footer_nav ul li
	{
		margin-right: 30px;
	}
	.sidebar_right
	{
		width: 720px;
	}
	
}

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

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

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

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

/************
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;
  }
  .dropdown, .inicio, .nosotros, .contacto {
		display: none !important;
	}
	
	
	.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;
    }


	 .burger_container {
		top: calc(50% + 1px);
        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;
    
    }
    
    .burger_container:hover div {
        background: #937c6f;
    }


	.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: 12px; /* 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;
	}
}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	.products
	{
		width: 100%;
		height: auto; /* Ajusta la altura automáticamente */
		margin-bottom: 20px; /* Espacio entre productos */
	}
	.product
	{
		width: 100%;
		height: auto;
	}

	.product_grid {
			grid-template-columns: 1fr; /* 1 columna */
			padding: 10px;
			gap: 10px;
		}

    .product_image img {
        height: auto;
        margin-top: 60px;
    }

    .product_content {
        margin-top: 80px;
    }

    .product_info {
        font-size: 12px;
        padding: 0 10px;
    }

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

    .product_price {
        font-size: 18px;
    }

	.sidebar_left
	{
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		margin-top: 30px;
	}
	.sidebar_section
	{
		width: 100%;
		float: none;
	}
	.sidebar_section:nth-child(odd)
	{
		margin-right: 0px;
	}
	.sidebar_right
	{
		width: 540px;
	}
	.sidebar_promo
	{
		width: 100%;
		float: none;
	}
	.sidebar_promo_2
	{
		margin-top: 30px;
	}


	
}

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

@media only screen and (max-width: 575px)
{
	.home
	{
		height: 372px;
	}
	.header
	{
		height: 70px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.logo a
	{
		font-size: 24px;
	}
	.shopping
	{
		padding-right: 47px;
		margin-left: 0;
	}

	.dropdown, .inicio, .nosotros, .contacto {
		display: none !important;
	}
	.burger_container
	{
		top: calc(50% + 1px);
	}
	.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;
	}
	.view
	{
		float: none;
	}
	.sorting
	{
		float: none;
		margin-top: 15px;
	}
	.sidebar_right
	{
		width: 100%;
		display: none;
	}
	.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;
	}
	.copyright {
		font-size: 10px;
		text-align: center;
	}
}

/************
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: 100px;
		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;
	}

	.logo1 img {
		max-height: 100px; /* Reducir el tamaño del logo en pantallas pequeñas */
		width: auto;
		margin-top: 20px; /* Ajustar el margen superior */
		padding-left: 75px;
	}
	
	.carrt-icon{
	    margin-left: -47px;
	}
	.shopping {
		flex-direction: column;
		align-items: flex-start;
		padding-right: 50px;
		gap: 10px;
		
	}

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

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


	
	.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 */
    }

	.carrt-sidebar {
        width: 100%;
        right: -100%;
    }

	

	
}

/************
13. 479px
************/

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

/************
14. 400px
************/

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

	.products{
		width: 100%;
		height: auto; /* Ajusta la altura automáticamente */
		margin-bottom: 20px; /* Espacio entre productos */
	}

    .product_image img {
        height: 230px;
    }

    .product_price {
        font-size: 16px;
    }
	

	.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: 375px)
{
    
    
    .newsletter{
        top: 80px;
        height: auto;
    }
    
    
    
    
    
    
}



