@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//tecprimesoluciones.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.4.3") format("woff2");
}

:root {
	--wd-header-banner-h: 100px;
	--wd-text-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 14px;
	--wd-title-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(0,0,0);
	--wd-entities-title-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(0, 0, 0);
	--wd-alternative-font: "Raleway", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(255,255,255);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(0,74,172);
	--wd-alternative-color: rgb(0,18,103);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(0,18,103);
	--btn-accented-bgcolor-hover: rgb(0,18,103);
	--wd-form-brd-width: 1px;
	--notices-success-bg: rgb(255,49,48);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(255,49,48);
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
div.wd-popup.wd-age-verify {
	background-color: rgb(255,255,255);
	background-image: none;
	max-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: url(https://tecprimesoluciones.com/wp-content/uploads/2021/10/black-friday-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}
.header-banner {
	background-color: rgb(247,247,247);
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}
.page-title-default {
	background-color: rgb(255,255,255);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #f7f7f7;
	background-image: none;
}
html .product.category-grid-item .wd-entities-title, html .product.category-grid-item.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .category-grid-item:first-child .wd-entities-title, html .product.wd-cat .wd-entities-title {
	font-size: 16px;
}
div.wd-popup.popup-quick-view {
	max-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 60px;
	}

}
:root{
--wd-container-w: 1200px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

@media (min-width: 1217px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1200px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


#menu-menu-header a {
    color: white !important;
}

.wayra-coc-floating {
    position: fixed; /* Mantiene el elemento fijo en la pantalla */
    top: 500px; /* Ajusta la distancia desde la parte superior de la pantalla */
    right: 10px; /* Ajusta la distancia desde la parte derecha de la pantalla */
    z-index: 1000; /* Asegura que el elemento esté encima de otros elementos */
    padding: 10px; /* Espacio alrededor del elemento */
    background-color: #00FF00; /* Color verde fluorescente */
    border-radius: 50%; /* Hace que el elemento tenga bordes redondeados */
    animation: glowing 1.5s infinite alternate, zooming 1.5s infinite alternate; /* Aplica las animaciones */
}

/* Animación de brillo */
@keyframes glowing {
    0% { box-shadow: 0 0 5px #00FF00; }
    100% { box-shadow: 0 0 20px #00FF00; }
}

/* Animación de zoom */
@keyframes zooming {
    0% { transform: scale(1); }
    100% { transform: scale(1.2); }
}






@media (min-width: 1024px) {
    /* Ajuste del margen en todo el contenedor del encabezado solo para escritorio */
    .whb-row {
        padding-left: 100px; /* Ajusta según tus necesidades */
        padding-right: 100px; /* Ajusta según tus necesidades */
    }
}




.woocommerce-account .entry-title {
    visibility: hidden;
}
