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

.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-image: none;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
}

.page-title-default{
	background-color:#0a0a0a;
	background-image: none;
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:#ffffff;
	background-image: none;
}

:root{
--wd-text-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:#777777;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-title-font-weight:600;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:500;
--wd-entities-title-color:#333333;
--wd-entities-title-color-hover:rgb(51 51 51 / 65%);
}
:root{
--wd-alternative-font:"Poppins", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:600;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:#333;
--wd-widget-title-font-size:16px;
}
:root{
--wd-header-el-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:700;
--wd-header-el-transform:capitalize;
--wd-header-el-font-size:14px;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title{
	font-weight: 600;font-size: 30px;
}

@media (max-width: 1024px){
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title{
	font-size: 30px;
}

}
@media (max-width: 767px){
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title{
	font-size: 26px;
}

}
:root{
--wd-primary-color:rgb(138,102,210);
}
:root{
--wd-alternative-color:#fbbc34;
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:#242424;
}
.page .main-page-wrapper{
	background-color:rgb(249,249,249);
	background-image: none;
}

.woodmart-archive-shop:not(.single-product) .main-page-wrapper{
	background-color:rgb(249,249,249);
	background-image: none;
}

.single-product .main-page-wrapper{
	background-color:rgb(249,249,249);
	background-image: none;
}

.woodmart-archive-blog .main-page-wrapper{
	background-color:rgb(249,249,249);
	background-image: none;
}

.single-post .main-page-wrapper{
	background-color:rgb(249,249,249);
	background-image: none;
}

:root{
--btn-default-bgcolor:rgb(93,60,166);
}
:root{
--btn-default-bgcolor-hover:rgba(93,60,166,0.76);
}
:root{
--btn-accented-bgcolor:rgb(101,77,154);
}
:root{
--btn-accented-bgcolor-hover:rgb(45,26,153);
}
:root{
--notices-success-bg:rgb(139,68,237);
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:rgb(255,217,0);
}
:root{
--notices-warning-color:rgb(0,0,0);
}

	:root{
					
			
							--wd-form-brd-radius: 0px;
					
					--wd-form-brd-width: 1px;
		
					--btn-default-color: #fff;
		
					--btn-default-color-hover: #fff;
		
					--btn-accented-color: #fff;
		
					--btn-accented-color-hover: #fff;
		
					
			
			
							--btn-default-brd-radius: 5px;
				--btn-default-box-shadow: none;
				--btn-default-box-shadow-hover: none;
					
					
			
			
							--btn-accented-brd-radius: 5px;
				--btn-accented-box-shadow: none;
				--btn-accented-box-shadow-hover: none;
					
							
					--wd-brd-radius: 0px;
		
			}

	
	
			:root{
			--wd-container-w: 1222px;
		}
	
			@media (min-width: 1222px) {
			[data-vc-full-width]:not([data-vc-stretch-content]),
			:is(.vc_section, .vc_row).wd-section-stretch {
				padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
				padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
			}
		}
	
	
	
	
	
	
	
	body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {

									--wd-form-color: rgb(15,15,15);
					
							
							
							
								}
/* Estilos para todos los botones "Añadir al carrito" */
.single_add_to_cart_button {
    background-color: #000 !important; /* Fondo negro */
    color: #fff !important; /* Texto blanco */
    border: none !important; /* Elimina cualquier borde */
    padding: 12px 25px !important; /* Relleno para mayor tamaño */
    font-size: 16px !important; /* Tamaño de la fuente */
    display: inline-flex !important; /* Usado para alinear el texto */
    align-items: center !important; /* Centra verticalmente el texto */
    justify-content: center !important; /* Centra el texto dentro del botón */
    cursor: pointer !important; /* Cambio de cursor al pasar sobre el botón */
    transition: background-color 0.3s ease, box-shadow 0.3s ease !important; /* Transición suave en el hover */
    width: 80% !important; /* El botón ocupa el 100% del ancho disponible */
    box-sizing: border-box !important; /* Asegura que el padding no se salga del ancho total */
    border-radius: 6px !important; /* Bordes redondeados para un diseño más moderno */
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1) !important; /* Sombra suave alrededor del borde */
    text-align: center !important; /* Asegura que el texto esté centrado */
    margin-top: -10px !important; /* Mueve el botón hacia arriba (ajusta este valor según lo que necesites) */
}

/* Hover para el botón */
.single_add_to_cart_button:hover {
    background-color: #333 !important; /* Fondo gris oscuro al pasar el mouse */
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2) !important; /* Aumenta la sombra al pasar el ratón */
}

form.cart .quantity {
  display: none !important;
}
/* Estilo del botón de enviar */
#fluentform_5 .ff-btn-submit {
	background-color: #8a66d2; !important
	color: white; !important
}

/* Estilo de línea inferior para los campos de entrada */
#fluentform_5 .ff-el-form-control {
  border: none; /* Quitar el borde completo */
  border-bottom: 1px solid #000; /* Solo línea inferior */
  border-radius: 0; /* Quitar bordes redondeados */
  transition: border-color 0.3s ease; /* Transición suave para el cambio de color */
  width: 70%; /* Asegurarse de que el campo ocupe el ancho completo */
  margin: 0 auto; /* Centrar el campo horizontalmente */
  display: block; /* Asegurarse de que el campo se comporte como un bloque */
  margin-bottom: 20px; /* Espaciado inferior entre campos */
}


/* Estilo para el área de texto de mensaje */
#fluentform_5 .ff-el-form-control.ff-el-textarea {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    width: 100%;
    height: 150px;
}

/* Alineación de los campos de Teléfono y Email en la misma línea */
#fluentform_5 .ff-el-input-wrap {
    display: flex;
    justify-content: space-between;
}

/* Ajuste de ancho para los campos de Teléfono y Email */
#fluentform_5 .ff-el-input-wrap .ff-el-form-control {
    width: 48%; /* Teléfono y Email ocuparán cada uno el 48% del ancho */
}

/* Cambio de color de la línea inferior al hacer clic en el campo */
#fluentform_5 .ff-el-form-control:focus {
  border-bottom-color: #8a66d2; /* Color de línea al hacer focus en el campo */
  outline: none; /* Quitar el borde predeterminado de enfoque */
}
#fluentform_5 label {
    font-size: 18px; /* Ajusta el tamaño según tu necesidad */
}
#fluentform_5 input:hover,
#fluentform_5 input:focus,
#fluentform_5 textarea:hover,
#fluentform_5 textarea:focus {
    background-color: transparent !important;
}

/* Estilo del botón de enviar */
#fluentform_6 .ff-btn-submit {
	background-color: #8a66d2; !important
	color: white; !important
}

/* Estilo de línea inferior para los campos de entrada */
#fluentform_6 .ff-el-form-control {
  border: none; /* Quitar el borde completo */
  border-bottom: 1px solid #000; /* Solo línea inferior */
  border-radius: 0; /* Quitar bordes redondeados */
  transition: border-color 0.3s ease; /* Transición suave para el cambio de color */
  width: 100%; /* Asegurarse de que el campo ocupe el ancho completo */
  margin-bottom: 20px; /* Espaciado inferior entre campos */
}

/* Estilo para el área de texto de mensaje */
#fluentform_6 .ff-el-form-control.ff-el-textarea {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    width: 100%;
    height: 150px;
}

/* Alineación de los campos de Teléfono y Email en la misma línea */
#fluentform_6 .ff-el-input-wrap {
    display: flex;
    justify-content: space-between;
}

/* Ajuste de ancho para los campos de Teléfono y Email */
#fluentform_6 .ff-el-input-wrap .ff-el-form-control {
    width: 48%; /* Teléfono y Email ocuparán cada uno el 48% del ancho */
}

/* Cambio de color de la línea inferior al hacer clic en el campo */
#fluentform_6 .ff-el-form-control:focus {
  border-bottom-color: #8a66d2; /* Color de línea al hacer focus en el campo */
  outline: none; /* Quitar el borde predeterminado de enfoque */
}
#fluentform_6 label {
    font-size: 18px; /* Ajusta el tamaño según tu necesidad */
}
#fluentform_6 input:hover,
#fluentform_6 input:focus,
#fluentform_6 textarea:hover,
#fluentform_6 textarea:focus {
    background-color: transparent !important;
}

@media (min-width: 1025px) {
	#FAQS-MOBILE {
  display: none !important;
}
#FOOTER-MOBILE {
  display: none !important;
}
#FOOTER-TABLET {
  display: none !important;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	#FAQS-PC {
  display: none !important;
}
#FOOTER-PC  {
  display: none !important;
}
#FOOTER-MOBILE {
  display: none !important;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	/* 1️⃣ Ajusta el contenedor principal con alta especificidad */
.wd-single-breadcrumbs .yoast-breadcrumb {
  font-size: 10px !important; /* Fuerza el tamaño */
  line-height: 1.4;
}

/* 2️⃣ Fuerza también el tamaño de enlaces y spans internos */
.wd-single-breadcrumbs .yoast-breadcrumb a,
.wd-single-breadcrumbs .yoast-breadcrumb span {
  font-size: inherit !important; /* Hereda 12px */
}

/* Estilos para todos los botones "Añadir al carrito" */
.single_add_to_cart_button {
    width: 100% !important; /* El botón ocupa el 100% del ancho disponible */
}
#FAQS-PC {
  display: none !important;
}
#FOOTER-PC  {
  display: none !important;
}
#FOOTER-TABLET {
  display: none !important;
}
}

@media (max-width: 576px) {
	/* 1️⃣ Ajusta el contenedor principal con alta especificidad */
.wd-single-breadcrumbs .yoast-breadcrumb {
  font-size: 10px !important; /* Fuerza el tamaño */
  line-height: 1.4;
}

/* 2️⃣ Fuerza también el tamaño de enlaces y spans internos */
.wd-single-breadcrumbs .yoast-breadcrumb a,
.wd-single-breadcrumbs .yoast-breadcrumb span {
  font-size: inherit !important; /* Hereda 12px */
}

/* Estilos para todos los botones "Añadir al carrito" */
.single_add_to_cart_button {
    width: 100% !important; /* El botón ocupa el 100% del ancho disponible */
}
#FAQS-PC {
  display: none !important;
}
#FOOTER-PC  {
  display: none !important;
}
#FOOTER-TABLET {
  display: none !important;
}
}

