/*
Theme Name: Andrei 20-24
Theme URI: www.prenet.com.mx
Author: the WordPress team
Author URI: www.prenet.com.mx
Description: Diseño Elaborado para el cliente
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    color: #083A33;
}

a {
    text-decoration: none!important;
    color: inherit!important;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img{
	width: 100%;
	height: auto;
}

body p {
    font-size: 1.5em;
}

/*---bxslider---*/

section.hero .bx-wrapper .bx-controls-direction a {
    background: transparent;
    z-index: 1000;
    display: block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
	text-indent: inherit;
}

.bx-wrapper {
    border: none !important;
    box-shadow: none !important;
}

.bx-prev, .bx-next {
    background: transparent !important;
    color: white !important;
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.bx-prev {
    left: 10px;
}

.bx-next {
    right: 10px;
}

.bx-prev::before, .bx-next::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    text-shadow: 0px 0px 5px #000;
}

.bx-prev::before {
    content: "\f104"; /* Flecha izquierda */
}

.bx-next::before {
    content: "\f105"; /* Flecha derecha */
}

.bx-prev, .bx-next {
    color: white !important;
}


/* Asegurar que todas las tarjetas sean del mismo tamaño */
.card {
    height: 100%;
    display: flex;
    flex-direction: column;
	width: 100%;
}

.card-body {
    flex-grow: 1;
}

/* Contenedor de la imagen (figure) */
.card-img-wrapper {
    height: 250px; /* Altura fija para la máscara */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* Ocultar el contenido que exceda el contenedor */
    position: relative;
}

/* Estilo de la imagen */
.card-img-top {
    width: 130%; /* Ancho inicial cuando está inactiva (zoom out) */
    transition: all 0.5s ease; /* Transición suave al cambiar el tamaño */
    object-fit: cover;
    height: 100%;
}

/* Hover zoom efecto */
.card:hover .card-img-top {
    width: 100%; /* Zoom a su tamaño original cuando se hace hover */
}

/*------fixedMenu----*/
nav.navbar.navbar-expand-lg {
    background-size: auto 100%;
    background-color: #cb8fad !important;
}

.navbar {
    width: 100%;
    z-index: 1030;
    transition: top 0.3s;
}
nav.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background-color: rgba(255, 255, 255, 0.8)!important; /* Fondo semi-transparente */
    backdrop-filter: blur(10px); /* Efecto de desenfoque */
    -webkit-backdrop-filter: blur(10px); /* Soporte para Safari */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Sombra para mayor visibilidad */
}


.navbar-nav li a {
    font-weight: 500;
    padding: 0.5rem 1rem;
}

button.navbar-toggler {
    border: none;
    outline: none;
}


button.navbar-toggler:hover,
button.navbar-toggler:active,
button.navbar-toggler:focus{
    border: none;
    outline: none;
    box-shadow: none;
}

button.navbar-toggler span i {
    display: block;
    color: #f6d9be;
    font-size: 1.5em;
}

div.lemahead {
    padding-top: 5em;
}

div.lemahead p {
    text-transform: uppercase;
    font-style: italic;
    font-family: "Sour Gummy", sans-serif;
}

div.lemahead p {
    text-transform: uppercase;
    font-style: italic;
}

div.lemahead img {
    width: 5em;
    margin: 0 auto;
}

.imgFunco img {
    height: 11em;
    width: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 1em;
    margin-top: 1em;
}

div.brandLogo {
    //*background: #B57595;
    background: linear-gradient(0deg, rgba(181, 117, 149, 1) 0%, rgba(203, 143, 173, 1) 100%);*//
}


div.brandLogo {
    background: url(https://pabloandreizamudiodiaz.com/wp-content/uploads/2025/04/headBg-scaled.png);
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
}

div.logo img {
    float: inherit;
    height: 50px;
    width: auto;
    display: block;
    margin: 0 auto;
    margin-top: 6em;
    margin-bottom: 1em;
}

/*----generlStyle----*/
.navbar .cart-count {
    background-color: #C95F71;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    vertical-align: top;
    margin-left: 5px;
}

.navbar .nav-item.hidden {
    opacity: 0;
    visibility: hidden;
}

div.icon-box {
    background-color: var(--surface-color);
    padding: 50px 40px;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease-out 0s;
}


div.navbar-collapse ul li a {
    position: relative;
    display: inline-block;
    color: #f7dcbf !important;
    text-decoration: none;
    transition: color 0.3s ease;
    padding: 0.3em 0;
    font-size: 21px;
}

/* Subrayado animado desde el centro hacia afuera */
div.navbar-collapse ul li a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 2px;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #f7dcbf;
    transition: width 0.4s ease;
    opacity: 0.8;
}

/* Hover elegante */
div.navbar-collapse ul li a:hover {
    color: #6c5d43;
}

div.navbar-collapse ul li a:hover::after {
    width: 100%;
}

ul.linkFoot li a {
    position: relative;
    display: inline-block;
    color: #f7dcbf !important;
    text-decoration: none;
    transition: color 0.3s ease;
    padding-bottom: 2px;
}

ul.linkFoot li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: #f7d9ba;
    transition: width 0.3s ease;
    opacity: 0.6;
}

ul.linkFoot li a:hover::after {
    width: 100%;
    opacity: 1;
}

ul.linkFoot li a:hover {
    color: #ffffff; /* mantener o cambiar si deseas otro tono al pasar el mouse */
}


ul.linkFoot li i{
    color: #f7dcbf!important;
}


.single_add_to_cart_button, .button, .alt, .btn, .btn.btn-primary {
    background: #cb8fad !important;
    border: none !important;
    font-size: 1.2em;
    text-transform: uppercase;
    padding: 0.2em 1em;
    color: #f7dcbf !important;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgb(0 0 0 / 10%);
    transform: translateY(0);
}

/* Efecto hover animado */
.single_add_to_cart_button:hover, .button:hover, .alt:hover, .btn:hover, .btn.btn-primary:hover {
    background: #f7dcbf!important;
    color: #fe9ea9!important;
    box-shadow: 0 8px 12px rgb(0 0 0 / 20%);
    transform: translateY(-3px) scale(1.03);
}


.social-share a.btn, .social-share button {
    background: #fe9ea9;
}


.added_to_cart.wc-forward{
    display: block;
    clear: both;
    color #000;
}


.bgimgCatPost {
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
}

.BoxItem {
  margin-bottom: 30px;
}

.botonWhatsapp a {
    background: green;
}

section.testimonios {
}

section.contact {
    background: linear-gradient(179deg, #b6859e, transparent), url(https://pabloandreizamudiodiaz.com/wp-content/uploads/2025/04/bgContact.jpeg);
}

.lemahead.foot {
    position: relative;
    left: inherit;
    margin-top: 3em;
    padding-top: inherit;
}

.lemahead.foot p {
    display: inline;
    font-size: inherit !important;
	color: #f7dcbf!important;
}

.lemahead p {
    font-size: inherit;
    display: inline;
}


footer {
    background: url(https://pabloandreizamudiodiaz.com/wp-content/uploads/2025/04/headBg-scaled.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    color: #f7dcbf;
}

footer {
    //*background-color: #b6859e;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;*//
}

footer.genFooter {
    background: #c2a674;
    color: #fff;
}

/* Asegúrate de que los enlaces del menú en el footer estén en una sola línea */
.footer-nav {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.footer-nav li {
    margin: 0 15px; /* Espaciado entre los enlaces */
}

.footer-nav li a {
    text-decoration: none; /* Elimina el subrayado */
}

.footer-nav li a:hover {
    text-decoration: underline; /* Subraya el texto al pasar el mouse */
}

/* Cambiar color de los enlaces del menú a blanco */
.footer-nav a {
    color: white !important;
}

/* Cambiar color de los botones de redes sociales a blanco */
.social-buttons .btn-outline-light {
    color: #000000;
    border-color: #000000;
}

/* Cambiar color de texto dentro de los botones de redes sociales */
.social-buttons .btn-outline-light .fab {
    color: #ffffff;
}

/* Mantener el botón de "Ir hacia arriba" en su color original */
.genFooter .btn-light {
    color: #000; /* O cualquier otro color oscuro que desees */
    border-color: #fff;
}

/* Cambiar color del texto de derechos reservados */
.genFooter p {
    font-size: inherit;
}


/*---spinner--*/
div#spinner p, div.spinner-grow {
    color: #b6859e!important;
}


#spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    color: #7a7a7a;
    background-color: #fff; /* Fondo negro para el spinner */
    z-index: 9999;
}

/* Configura la opacidad del contenido para un efecto de fade-in */
#content {
    opacity: 0; /* Inicialmente transparente */
    transition: opacity 1s ease-in-out; /* Añade una transición para el fade-in */
}

div.fancybox__backdrop {
    background: #bb89a1c2;
}

/* Estilo base para el botón hamburguesa */
button.animated-toggler {
    border: none;
    background: none;
    outline: none !important;
    padding: 0;
    position: relative;
    width: 40px;
    height: 30px;
    z-index: 1001;
    box-shadow: none !important;
    margin: 0 auto;
    display: block;
}

.toggler-line {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #f7dcbf;
    transition: 0.3s ease;
    border-radius: 3px;
}

.top-bar {
    top: 0;
}

.middle-bar {
    top: 13px;
}

.bottom-bar {
    bottom: 0;
}

/* Estado cuando el menú está abierto */
.animated-toggler.active .top-bar {
    transform: rotate(45deg);
    top: 13px;
}

.animated-toggler.active .middle-bar {
    opacity: 0;
}

.animated-toggler.active .bottom-bar {
    transform: rotate(-45deg);
    bottom: 13px;
}

.itemList {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    will-change: transform;
}

.itemList:hover {
    transform: scale(1.03); /* Zoom sutil */
    z-index: 2;
}

span.page-link.current {
    background: #f7d9bf;
    border: 1px solid #f7d9bf;
}