

body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;    
    background-image: url('./../cion/título\(13\).webp');
    background-size: cover; /* Asegura que la imagen de fondo cubra toda la pantalla */
    background-position: center; /* Alinea la imagen al centro */
    position: relative; /* Establece el contenedor principal como relativo para posicionar el overlay */
}

body::before {
    content: ''; /* Es necesario para crear el pseudo-elemento */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    z-index: -1; /* Asegura que el overlay esté por encima del fondo */
    pointer-events: none; /* Asegura que el overlay no interfiera con la interacción con otros elementos */
}

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

.header
{
	position: fixed;
	top: -16px;
	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: #5f5048;
}
.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: 109px; /* 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: 150px;
	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;
	
}

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

.header_content {
    display: flex;
    justify-content: flex-end; /* Alinea los elementos a la derecha */
    align-items: center; /* Centra verticalmente los elementos */
    gap: 20px; /* Espacio entre los elementos */
   
}

/* Puedes ajustar el tamaño de los iconos y el avatar */
.carrt-icon, .avatar-container {
    display: flex;
    align-items: center;
}

.avatar-container {
    position: relative;
    
}
.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: -25px;
    z-index: 100;
	
	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: 100vh;
    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;
}

/* Responsive */
@media (max-width: 500px) {
    .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;
    }
}

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

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



/*********************************
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;
    transition: all 0.3s ease;
}
.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{
    list-style: none;
}
.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;
}



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

/* Asegurando que el formulario se vea bien dentro de un contenedor */
.contact-form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Asegura que el contenedor ocupe toda la altura de la ventana */
    width: 100%;
    padding: 20px; /* Agrega algo de espacio alrededor */
    
}

/* Asegura que el formulario tenga márgenes y no se solapen los elementos */
.contact-form {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 500px;
    margin: 0 auto; /* Asegura que el formulario esté centrado */
    
    background-color: #ffffffea; /* Color de fondo con opacidad */
}

.contact-form h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.contact-form p {
    margin-bottom: 20px;
    color: #777;
}

.input-group {
    margin-bottom: 15px;
    padding-right: 30px;
}

.input-group input,
.input-group textarea {
    width: 100%;
    padding: 12px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
}

.input-group textarea {
    height: 120px;
    resize: none;
}

.submit-btn {
    width: 100%;
    padding: 12px;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

.submit-btn:hover {
    background-color: #555;
}

.contact-form p a {
    color: #007BFF;
    text-decoration: none;
}

.contact-form p a:hover {
    text-decoration: underline;
}



.footer
{
	padding-top: 80px;
    background-color: #ffffffea;
}
.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;
}

