/**
 * Theme Name:     Tictac Child
 * Author:         Automattic
 * Template:       storefront
 * Text Domain:	   tictac-child
 * Description:    Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout
 */



#topbutton {
    display: block;
    position: fixed;
    bottom: 80px;
    right: 30px;
    color: #fff; /* Color del icono */
    border: none;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
}

.form-layout {
  width: 100%;
}

.bloqueinicio{
	height:100vh !important;
}

.form-row {
  margin-bottom: 15px;
  width: 100%;
}

.compartir-resultado p{
	text-align:center !important;
}

.two-columns {
  display: flex;
  gap: 15px;
}



body .bloque_seo {
    padding: 20px 0 !important;
}

.bloque_seo{
	background-color: #2d2d2d;
}

.texto_imagen .imagen{
	height:100% !important;
}


.mapas-overlay{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.mapas-intro{
	width:48%;
}
.mapas-votacion{
	width:48%;
}

.compiteretaygana-imagen{
	height:215px !important;
}

.texto_imagen {
	margin-bottom:50px;
}

#aswift_1_host{
	width:100% !important;
}

.column {
  flex: 1;
}

.single-post h1{
	font-size:40px !important;
}

.single-post .bloqueinicio{
	height:500px !important;
}

.stand-imagen{
	height:240px !important;
}

.articulo-imagen{
	height:200px !important;
}

.last-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.acceptance-column {
  flex: 3;
}

.submit-column {
  flex: 1;
  text-align: right;
}

.comoformarparte-titulo{
	text-align:center !important;
}

/* Responsive styles */
@media (max-width: 767px) {
  .two-columns {
    flex-direction: column;
    gap: 15px;
  }
  
  .last-row {
    flex-direction: column;
    gap: 15px;
  }
  
  .acceptance-column, .submit-column {
    width: 100%;
    text-align: left;
  }
  
  .submit-column {
    margin-top: 10px;
  }
}

#header #menu.menu-mobile .sub-menu{
	flex-direction:column !important;
}

.formulariogamer-imagen img{
	position: absolute;
    width: 25%;
    left: 140px;
}

.formulariogamer-content{
	align-items:flex-start !important;
}

.imagen-responsive img{
	    z-index: 9999999999999;
    position: relative;
}

body .wpcf7 form input:not(.wpcf7-submit), body .wpcf7 form textarea{
	background-color:#D9D9D9 !important;
	border-radius:10px !important;
}

.articulodestacado-container{
	background-color:black !important;
}
        /* Estilos para el bloque Test de Tipo de Jugador */
        .tipodejugador-container {
            background-color: #1a1a1a;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            color: #ffffff;
            padding: 40px 0;
            position: relative;
            font-family: Arial, sans-serif;
        }

        .tipodejugador-overlay {
            position: relative;
            z-index: 2;
            margin: 0 auto;
            padding: 30px;
            border-radius: 12px;
        }

        .tipodejugador-container::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 1;
        }

        /* Estilos de la introducción */
        .test-titulo {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 20px;
            text-align: center;
            color: #ffffff;
        }

        .test-descripcion {
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 30px;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }

        .test-recordatorio {
            background-color: rgba(255, 255, 255, 0.1);
            padding: 15px;
            border-radius: 8px;
            margin: 30px 0;
        }

        .test-recordatorio h3 {
            margin-top: 0;
            font-size: 18px;
            color: #ffffff;
        }

        .test-recordatorio p {
            margin-bottom: 0;
            font-size: 14px;
        }

        /* Botones generales */
        .btn-comenzar,
        .btn-siguiente,
        .btn-ver-resultado,
        .btn-volver {
            background-color: #FF0000;
            color: white;
            border: none;
            padding: 12px 25px;
            font-size: 16px;
            font-weight: 600;
            border-radius: 50px;
            cursor: pointer;
            transition: background-color 0.3s, transform 0.2s;
            display: inline-block;
            text-align: center;
        }

        .tipodejugador-overlay h2 {
            text-align: center !important;
        }

        .btn-comenzar:hover,
        .btn-siguiente:hover,
        .btn-ver-resultado:hover,
        .btn-volver:hover {
            background-color: #c0392b;
            transform: translateY(-2px);
        }

        .btn-comenzar:disabled,
        .btn-siguiente:disabled,
        .btn-ver-resultado:disabled {
            background-color: #7f8c8d;
            cursor: not-allowed;
            transform: none;
        }

        .test-inicio,
        .test-comenzar {
            text-align: center;
            margin: 30px 0;
        }

        .test-comenzar h3 {
            margin-bottom: 10px;
            font-size: 22px;
        }

        /* Estilos de las preguntas */
        .pregunta-header {
            display: flex;
            justify-content: center;
            margin-bottom: 20px;
        }

        .pregunta-numero {
            font-size: 16px;
            background-color: rgba(255, 255, 255, 0.1);
            padding: 8px 16px;
            border-radius: 20px;
            display: inline-block;
        }

        .pregunta-texto {
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 30px;
            text-align: center;
        }

        .respuestas-container {
            display: flex;
            flex-direction: column;
            gap: 12px;
            margin-bottom: 30px;
        }

        .btn-respuesta {
            background-color: rgba(255, 255, 255, 0.1);
            border: 2px solid rgba(255, 255, 255, 0.2);
            border-radius: 8px;
            padding: 15px 20px;
            font-size: 16px;
            text-align: left;
            color: white;
            cursor: pointer;
            transition: background-color 0.3s, border-color 0.3s;
        }

        .btn-respuesta:hover {
            background-color: rgba(255, 255, 255, 0.2);
            border-color: rgba(255, 255, 255, 0.3);
            color: white !important;
        }

        .btn-respuesta.seleccionada {
            background-color: rgba(231, 76, 60, 0.4);
            border-color: #e74c3c;
        }

        .pregunta-botones {
            text-align: center;
            margin-top: 20px;
        }

        /* Estilos de perfiles en preview */
        .perfiles-preview {
            display: flex;
            justify-content: space-between;
            margin: 40px 0;
            gap: 20px;
        }

        .perfil-preview {
            flex: 1;
            background-color: #323232;
            border-radius: 10px;
            padding: 50px;
            text-align: center;
            transition: transform 0.3s;
        }

        .test-comenzar p {
            text-align: center !important;
        }

        .perfil-preview:hover {
            transform: translateY(-5px);
        }

        .perfil-icono {
            width: 60px;
            height: 60px;
            margin: 0 auto 15px;
        }

        .perfil-icono img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .perfil-titulo {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .perfil-descripcion {
            font-size: 14px;
            line-height: 1.4;
        }

        /* Estilos del resultado */
        .resultado-titulo {
            text-align: center;
            font-size: 32px;
            margin-bottom: 30px;
        }

        .perfil-jugador {
            text-align: center;
            padding: 30px;
            background: linear-gradient(90deg, rgba(255, 64, 32, 0.8) 24.5%, #FF0000 100%);
            border-radius: 12px;
            margin-bottom: 30px;

        }

        .perfil-jugador .perfil-icono {
            width: 80px;
            height: 80px;
            margin: 0 auto 20px;
        }

        .perfil-jugador .perfil-titulo {
            font-size: 28px;
            margin-bottom: 15px;
        }

        .perfil-descripcion-completa {
            text-align: center !important;
        }

        .perfil-descripcion-completa {
            font-size: 16px;
            line-height: 1.6;
            max-width: 600px;
            margin: 0 auto;
        }

        .compartir-resultado {
            text-align: center;
            margin: 30px 0;
        }

        .compartir-botones {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-top: 15px;
        }

        .btn-compartir {
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 8px;
            padding: 10px 20px;
            color: white;
            text-decoration: none;
            transition: background-color 0.3s;
        }

        .btn-twitter {
            background-color: #1da1f2;
        }

        .btn-facebook {
            background-color: #3b5998;
        }

        .btn-whatsapp {
            background-color: #25d366;
        }

        .btn-compartir:hover {
            opacity: 0.9;
        }

        .reiniciar-test {
            text-align: center;
            margin-top: 40px;
        }

        /* Estilos de la vista de perfiles */
        .perfiles-titulo {
            text-align: center;
            font-size: 28px;
            margin-bottom: 30px;
        }

        .perfiles-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-bottom: 40px;
        }

        .perfil-card {
            background-color: rgba(255, 255, 255, 0.05);
            border-radius: 10px;
            padding: 20px;
            text-align: center;
        }

        .btn-volver {
            display: block;
            margin: 0 auto;
        }

        .perfil-titulo {
            color: white !important;
        }

        .perfil-descripcion {
            text-align: center !important;
        }

        .test-comenzar h3 {
            color: white !important;
            font-weight: bold;
            font-size: 30px !important;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .perfiles-preview {
                flex-direction: column;
            }

            .perfiles-grid {
                grid-template-columns: 1fr;
            }

            .tipodejugador-overlay {
                padding: 20px;
            }

            .test-titulo {
                font-size: 24px;
            }

            .pregunta-texto {
                font-size: 20px;
            }

            .compartir-botones {
                flex-direction: column;
                align-items: center;
            }
        }

        /* Añade estos estilos al final del bloque CSS existente */

        /* Estilos para mejorar la transición entre los estados del test */
        .test-preguntas {
            border-radius: 10px;
            padding: 20px;
            margin-top: 20px;
            transition: all 0.3s ease;
        }

        .test-resultado {
            border-radius: 10px;
            padding: 20px;
            margin-top: 20px;
            transition: all 0.3s ease;
        }

        /* Añadir separación clara entre lo que se mantiene visible y lo que se reemplaza */
        .perfiles-preview {
            margin-bottom: 30px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            padding-bottom: 30px;
        }

        /* Mejora visual para preguntas y respuestas */
        .pregunta-texto {
            color: white;
            font-size: 22px;
            padding: 10px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            margin-bottom: 20px;
        }

        .respuestas-container {
            margin-top: 20px;
        }

        /* Mejorar la apariencia del contador de preguntas */
        .pregunta-numero {
            background-color: #FF0000;
            color: white;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: bold;
            display: inline-block;
            margin-bottom: 15px;
        }

        /* Estilos para el bloque Test de Tipo de Jugador */
.tipodejugador-container {
    background-color: #1a1a1a;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #ffffff;
    padding: 40px 0;
    position: relative;
    font-family: Arial, sans-serif;
}

.tipodejugador-overlay {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 30px;
    border-radius: 12px;
}

.tipodejugador-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* Cabecera del test */
.test-titulo {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: #ffffff;
}

.test-descripcion {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Perfiles de jugador */
.perfiles-preview {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
    gap: 20px;
}

.perfil-preview {
    flex: 1;
    background-color: #323232;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
}

/* Estado de perfil seleccionado/resultado */
.perfil-resultado {
    background-color: #FF0000 !important;
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(255, 0, 0, 0.3);
}

.perfil-resultado .perfil-titulo,
.perfil-resultado .perfil-descripcion {
    color: white !important;
}

.perfil-icono {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
}

.perfil-icono img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.perfil-titulo {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: white !important;
}

.perfil-descripcion {
    font-size: 14px;
    line-height: 1.4;
    text-align: center !important;
}

/* Sección reemplazable (recordatorio/preguntas/resultado) */
.test-seccion-reemplazable {
    margin: 0 auto;
}

/* Recordatorio */
.test-recordatorio {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 8px;
    margin: 30px 0;
}

.test-recordatorio h3 {
    margin-top: 0;
    font-size: 18px;
    color: #ffffff;
}

.test-recordatorio p {
    margin-bottom: 0;
    font-size: 14px;
}

/* Estilos para las preguntas y respuestas según la imagen */
.test-preguntas {
    border-radius: 10px;
    padding: 30px 20px;
    margin-top: 20px;
    transition: all 0.3s ease;
    margin-left: auto;
    margin-right: auto;
}

.pregunta-header {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.pregunta-numero {
    background-color: #FF0000;
    color: white;
    padding: 8px 16px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 25px;
}

.pregunta-texto {
    color: white;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
    padding: 0 10px;
    border: none;
}

.respuestas-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 30px;
}

.btn-respuesta {
    background-color: #2d2d2d;
    border: none;
    border-radius: 8px;
    padding: 15px 10px;
    min-height: 60px;
    font-size: 15px;
    text-align: center;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-respuesta:hover {
    background-color: #2d2d2d;
    color: white !important;
}

.btn-respuesta.seleccionada {
    background-color: #E74C3C;
    color: white;
}

.pregunta-botones {
    text-align: center;
    margin-top: 30px;
}

.btn-siguiente {
    background-color: #E74C3C;
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-block;
}

.google-auto-placed {
  margin-bottom: 50px;
}
.adsbygoogle.adsbygoogle-noablate::before {
  content: "Anuncio";
  display: block;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  color: #666;
  font-size: 13px;
}

/* Anuncios manuales */
.adsbygoogle {
  margin-bottom: 50px;
}
.adsbygoogle::before {
  content: "Anuncio";
  display: block;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  color: #666;
  font-size: 13px;
}

/* Oculta banners sin rellenar */
ins.adsbygoogle[data-ad-status='unfilled'] {
  display: none !important;
}


.btn-siguiente:hover {
    background-color: #D62C1A;
}

.post-template-default h3, .post-template-default li{
	color:white !important;
}

.btn-siguiente:disabled {
    background-color: #777777;
    cursor: not-allowed;
}

/* En pantallas pequeñas, cambiar a una columna */
@media (max-width: 480px) {
    .respuestas-container {
        grid-template-columns: 1fr;
    }
}

/* Comenzar test */
.test-comenzar {
    text-align: center;
    margin: 30px 0;
}

.test-comenzar h3 {
    color: white !important;
    font-weight: bold;
    font-size: 22px !important;
    margin-bottom: 10px;
}

.test-comenzar p {
    text-align: center !important;
    margin-bottom: 20px;
}

/* Preguntas */
.pregunta-header {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.pregunta-numero {
    font-size: 16px;
    background-color: #FF0000;
    padding: 8px 16px;
    border-radius: 20px;
    color: white;
    font-weight: bold;
}

.pregunta-texto {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    color: white;
}

.respuestas-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
}

.btn-respuesta {
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 16px;
    text-align: left;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-respuesta:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    color: white !important;
}

.btn-respuesta.seleccionada {
    background-color: rgba(231, 76, 60, 0.4);
    border-color: #e74c3c;
}

.pregunta-botones {
    text-align: center;
    margin-top: 20px;
}

/* Resultado */
.resultado-titulo {
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
    color: white;
}

.resultado-descripcion {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.resultado-descripcion p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* Botones generales */
.btn-comenzar,
.btn-siguiente,
.btn-ver-resultado {
    background-color: #FF0000;
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    display: inline-block;
    text-align: center;
}

.btn-comenzar:hover,
.btn-siguiente:hover,
.btn-ver-resultado:hover {
    background-color: #c0392b;
    transform: translateY(-2px);
}

.btn-comenzar:disabled,
.btn-siguiente:disabled,
.btn-ver-resultado:disabled {
    background-color: #7f8c8d;
    cursor: not-allowed;
    transform: none;
}

/* Compartir resultado */
.compartir-resultado {
    text-align: center;
    margin: 30px 0;
}

.compartir-botones {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.btn-compartir {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s;
}

.btn-twitter {
    background-color: #1da1f2;
}

.btn-facebook {
    background-color: #3b5998;
}

.btn-whatsapp {
    background-color: #25d366;
}

.btn-compartir:hover {
    opacity: 0.9;
}

.reiniciar-test {
    text-align: center;
    margin-top: 40px;
}

.bloque_seo .texto p{
	color:white !important;
}
.texto_imagen .container{
	align-items:center;
}

.page-id-51 .bloqueinicio{
	height:400px !important;
}
.page-id-57 .bloqueinicio{
	height:400px !important;
}
.page-id-53 .bloqueinicio{
	height:400px !important;
}

.tarjetas-roblox-titulo{
	text-align:center !important;
}

.bloqueinicio-breadcrumb{
	z-index:2 !important;
}

.bloqueinicio-botones{
	z-index:9999999999999999999999999;
	position:relative;
}

/* Responsive */
@media (max-width: 768px) {
    .perfiles-preview {
        flex-direction: column;
    }
    
    .tipodejugador-overlay {
        padding: 20px;
    }
    
    .test-titulo {
        font-size: 24px;
    }
    
    .pregunta-texto {
        font-size: 20px;
    }
    
    .compartir-botones {
        flex-direction: column;
        align-items: center;
    }
}

.single-post{
	background-color: #403c3c !important;
}

.page-id-33 .porqueunirte-testimonio{
	width: calc(24% - 14px) !important;
}


.site-main{
	margin-bottom: 0px !important;
}

.formulario-inline{
	width: 100% !important;
}

.iva_incluido{
    font-size: 14px;
    font-weight: 300
}

@media (max-width: 576px)
{
    
    body #primary .wc-block-grid__product-title{
        font-size: 18px;
    }
    
    body #primary .woocommerce-Price-amount {
        font-size: 28px;
    }
    
    body ul.products li.product img{
        height: auto;
        margin: 0 auto 1em;
    }
 
    body ul.products li.product .woocommerce-loop-product__title{
        font-size: 18px;
    }
    
    body #primary .add_to_cart_button{
        font-size: 18px;  
    }
}


.titulogeneral {
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #d5a940;
    margin-top: 30px;
    position: relative;
    display: block;
    margin-bottom: 40px;
    font-family: Replay Pro;
    font-size: 30px;
    font-weight: 500;
    line-height: 46.2px;
    text-align: center;
}

.woocommerce-shop .container{
	width:80% !important;
}

.page-id-29 .bloqueinicio {
    height: 350px !important;
}


ul.products img{
	border-radius:5px !important;

}

.taller-bisuteria-container a{
	background-color: #72C4CD !important; color: black; padding: 8px 50px;
	font-size:15px;
	border-radius:5px;
	box-shadow: 0px 2px 2px 0px #00000080;
	font-weight: bold;
}

.related>h2:first-child{
	max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #d5a940;
    margin-top: 30px;
    position: relative;
    display: block;
    margin-bottom: 40px;
    font-family: Replay Pro;
    font-size: 42px;
    font-weight: 500;
    line-height: 46.2px;
    text-align: left !important;
	margin-top: 80px;
}

.product-image-buttons a{
	display: block;
    width: 50px;
    height: 50px;
    position: relative;
}

.product-image-buttons a img{
	width: 100% !important;
	height: 100% !important;
}
.custom-sorting2 {
    display: flex;
    align-items: center;
	width:40%;
}
.custom-sorting {
    display: flex;
    align-items: center;
    justify-content: flex-end;
	width:40%;
}
.grid-view{
	padding:0px !important;
	background-color:white !important;
}
.list-view{
	padding:0px !important;
	background-color:white !important;
}


.custom-sorting2 .result-count {
font-family: 'TitilliumWeb-Regular';
font-size: 19px;
font-weight: 400;
line-height: 28.9px;
text-align: left;
color:#432918;

}

.custom-sorting .view-modes {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-sorting .view-modes button {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 5px;
}



.custom-sorting .ordering {
    display: flex;
    align-items: center;
    gap: 5px;
}

.custom-sorting .ordering label {
    font-family: 'TitilliumWeb-Regular';
font-size: 19px;
font-weight: 400;
line-height: 28.9px;
text-align: left;
color:#432918;
}

.custom-sorting .orderby {
    border: 1px solid #6b4f4f;
    padding: 5px 10px;
    font-size: 14px;
    color: #6b4f4f;
    background: transparent;
    border-radius: 5px;
    appearance: none;
    outline: none;
}

.custom-sorting hr {
    margin-top: 10px;
    border: 0;
    border-top: 1px solid #6b4f4f;
}

.view-modes .active {
    color: #d5a940;
}


/* Estilos para la vista de lista */
.list-view-active ul.products .product {
    width: 100% !important;
    align-items: center !important;
}

.list-view-active ul.products li.product .button {
    width: 30% !important;
}

.list-view-active ul.products li.product .woocommerce-LoopProduct-link {
    width: 70% !important;
}

.list-view-active .woocommerce-loop-product__title{
	margin-top:20px;
}

.list-view-active ul.products .product img {
    width: 550px !important;
    height: 300px !important;
    margin: 0 auto !important;
	object-position: top;
}

/* Estilos predeterminados o para la vista de cuadrícula */
.grid-view-active ul.products .product {
    /* Aquí van los estilos predeterminados para cuadrícula, si los necesitas */
}
.menu-item .cart-contents{
	display:none !important;
}


.woocommerce-shop .onsale{
	display:none;
}
.precio .price ins {
    color: red !important; /* Cambia el color del precio rebajado a rojo */
    font-weight: bold; /* Opcional, para que el texto sea más destacado */
	margin-left:20px;
}
.precio .price del {
   color: #432918;
}
.buttomadd{
	background: #72C4CD;
    border: 0px solid #d5a940;
    color: black;
    padding: 10px;
	font-weight: 500;
	font-size: 18px;
	line-height: 15px;
	letter-spacing: 5%;
	text-align: center;
	border-radius: 5px;
	text-transform:uppercase;
	transition: all 0.3 ease;
	margin-top: 50px !important;
	font-family: 'MontserratAlternates-Medium';
}
.buttomadd:hover{
	background: black;
	color: #72C4CD;
}

.wc-block-cart{
	width: 80%;
	margin: 0 auto;
	padding-top: 80px !important;
}

.quantity .qty{
	padding:0px !important;
	border-radius:10px;
}
.product-meta{
	font-family: 'TitilliumWeb-Regular';
font-size: 19px;
font-weight: 400;
line-height: 28.9px;
letter-spacing: -0.01em;
text-align: justified;
color:#432918;
}
.payment-icons p{
	font-family: 'TitilliumWeb-Regular';
font-size: 19px;
font-weight: 400;
line-height: 28.9px;
letter-spacing: -0.01em;
text-align: justified;
color:#432918;
margin-top:0px !important;
	margin-bottom:0px !important;
}

.envio-gratis p{
	font-family: 'TitilliumWeb-Regular';
font-size: 19px;
font-weight: 400;
line-height: 28.9px;
letter-spacing: -0.01em;
text-align: justified;
color:#432918;
	margin-top:0px !important;
	margin-bottom:0px !important;
}

input.checkboxtienda {
    border: 2px solid #d5a940; /* Borde amarillo */
    width: 30px; /* Ajusta el tamaño del checkbox */
    height: 30px;
    -webkit-appearance: none; /* Quita el estilo por defecto en algunos navegadores */
    -moz-appearance: none; /* Quita el estilo por defecto en Firefox */
    appearance: none; /* Quita el estilo por defecto */
    background-color: white; /* Fondo blanco para el checkbox */
	border-radius:2px;
	cursor:pointer;
}

input.checkboxtienda:checked {
    background-color: #d5a940; /* Cambia el fondo cuando el checkbox está marcado */
}

.contribution-type-selector a{
	color:#432918;
}
.woocommerce .contribution-type-selector>a.active, .woocommerce-page .contribution-type-selector>a.active{
	font-weight:bold;
	color:#432918;
	border-bottom: 4px solid #432918ad;
}
.woocommerce-noreviews{
	background-color: #72C4CD;
    color: white !important;
	margin-top: 20px !important;
	margin-bottom: 10px !important;
}
#comment-form-rating-label{
	color: black;
	font-family: 'MontserratAlternates-Medium';
}
.woocommerce-product-attributes-item__value p{
	margin-top:0px !important;
}
.woocommerce-product-attributes-item__label{
	color:#432918 !important;
}
.star-rating-selector label{
	font-family: "TitilliumWeb-Regular";
    font-weight: 600;
    line-height: 28.9px;
    text-align: justify;
    color: #432918;
}
.related ul.products li.product .price{
	display:none;
}
.cart-count {
    background-color: #d5a940;
    color: white;
    border-radius: 50%;
    /* padding: 10px; */
    width: 30px;
    height: 30px;
    font-size: 0.8em;
    display: block;
    position: absolute;
    text-align: center;
    margin-top: -30px !important;
    margin-left: 25px;
}
.product-image-buttons .woocommerce-LoopProduct-link{
	display: none !important;
}

.related ul.products .product img{
	width: 350px;
    height: 450px;
}
.page-id-197 .site-main{
	width:80%;
	margin:0 auto;
}

.page-id-198 .site-main{
	width:80%;
	margin:0 auto;
	color: #432918;
	font-family: 'TitilliumWeb-Regular'
}

.page-id-198 .site-main p{
	color: #432918;
	font-family: 'TitilliumWeb-Regular'
}

.page-id-198 .wc-block-components-product-metadata__description{
	display:none;
}

.wp-block-woocommerce-checkout{
	width: 80%; 
	margin: 0 auto !important;
}

.storefront-full-width-content .site-main ul.products.columns-3 li.product .star-rating{
	display: none;
}

.wp-block-woocommerce-checkout span{
	color: black !important;
}
.wp-block-woocommerce-checkout div{
	color: black !important;
}

.wc-block-components-button:not(.is-link){
	background-color:#72C4CD !important;
}

.is-large.wc-block-cart .wc-block-cart__totals-title{
	font-size:26px !important;
	font-family: 'MontserratAlternates-Medium' !important;
}

.wp-block-woocommerce-filled-cart-block{
	color: black;
}
.wc-block-cart-item__wrap a{
	color: black;
}

.wc-block-cart-items__row .wc-block-components-product-metadata__description{
	display:none;
}
.top-header2 {
    align-items: flex-start !important;
}

@media (max-width:1440px){
	.fila_iconos .subtitulo{
        font-size: 22px !important
	}
	.fila_formulario_imagen .wpcf7-form{
		padding-left: 50px;
        padding-right: 50px;
	}
	#footer .logo {
    	width: 40%;
	}
}

.wpcf7 .screen-reader-response{
	display: none;
}

.custom-postblog-thumbnail img{
	height: 500px;
    object-fit: cover;
	margin: 0 auto;
	width: 100%;
}

@media (max-width:1024px){
	.fila_iconos .icono-box{
		width:50%;
	}
	.top-header2{
		width:90%;
	}
	#footer .columna1divinformacion {
    	flex-direction: column;
		margin-bottom:0px !important;
	}
	#footer .link{
		margin-left:0px !important;
		margin-top:10px !important;
	}
	#footer .columna2divinformacion{
		flex-direction:column;
	}
	body .container {
    	max-width: 80%;
	}
	.social{
		margin-top:10px;
	}
	#footer .politicas{
		width:90%;
	}
	#footer .infofooter{
		align-items:center;
	}
	header .social img{
		width:40px;
		height: 20px;
        object-fit: contain;
		margin-left:5px;
		margin-right:5px;
	}
	header .social a{
		margin-left:0px !important;
		margin-right:0px !important;
	}
	.fila_formulario_imagen{
		background-position: center !important;
	}
	.slider_full ul .content{
		margin-top:150px;
	}
	.woocommerce-shop .container{
		max-width:90% !important;
	}
	.woocommerce-shop .container {
    width: 90% !important;
	}
	body #primary ul.products .product{
		width:50%;
		margin-top: 50px;
	}
	.storefront-sorting{
		justify-content: center !important;;
	}

	.custom-sorting2{
		width:60%;
	}
	.custom-sorting{
		justify-content:center !important;
		width:100%;
	}
	.woocommerce-result-pagination{
		margin-top: 80px;
	}
	.taller-bisuteria-container img{
		height: 400px !important;
		object-fit: cover;
	}

	.divprecios{
		flex-direction:column
	}
	.quantity .qty{
		width:50px;
	}
		.related ul.products .product{
		width:30% !important;
	}

	.page-id-197 .content_page{
		padding-top:20%;
	}
	.page-id-14 .content_page{
		padding-top:5%;
	}
	body .logotipos .splide__slide{
		width:30% !important;
	}
	.page-id-18 .content_page{
		padding-top:10%;
	}
}
.desplegablemenuopen{
	display: none !important;
}
@media (max-width: 500px) {
    .divheader nav{
		display: none !important;
	}
	.desplegablemenuopen{
		display: block !important;
	}
	.menu-mobile ul{
		list-style-type: none;
    	margin: 0px;
	}
	#header .logo-container{
		width: 50% !important;
	}
}

@media (max-width:768px){
	body .container {
    	max-width: 90%;
	}
	
	.page-id-33 .porqueunirte-testimonio {
    width: calc(100% - 14px) !important;
		margin-top: 50px;
}
	
	.banner-text{
		max-width:100% !important;
		width:100% !important;
	}
	
	.mapas-intro{
		width:100% !important;
	}
	.mapas-votacion{
		width:100% !important;
	}
	
	body p{
		text-align:center !important;
	}
	.related ul.products .product img{
		width: 93% !important;
	}
	#footer .infofooter{
		width: 90%;
		padding-top: 0px;
		padding-bottom: 40px !important;
	}
	#footer .divinformacion{
		gap: 10px;
	}
	#footer .columna2divinformacion{
		width: 80%;
		margin-top:8px;
	}
	.indomita-newsletter-content{
		flex-direction: column;
	}
	#footer .subf{
		flex-direction: column;
	}
	#footer .copyright{
		width: 100%;
	}
	body .blog .postList{
		width: 90%;
	}
	#footer .copyright a{
		justify-content: center;
	}
	.divsubvencion{
		width: 90% !important;
	}
	.responsivetiendadiv{
		flex-direction: column;
		margin-top: -60px !important;
	}
	.productostienda{
		width: 100% !important;
		padding: 0px !important;
	}
	body #primary .products.columns-3{
		flex-direction: row !important;
		margin-top: -50px;
	}
	.lista_categorias{
		width: 100% !important;
	}
	#header .logo-container{
		width: 30%;
	}
	.politicas ul{
		justify-content: center !important;
		padding-top: 50px !important;
	}
	#footer .politicas{
		width: 100%;
	}
	.indomita-newsletter-content div{
		width: 100% !important;
	}
	.tienda_columna{
		background-size: contain;
		background-repeat: no-repeat;
		min-height: 600px;
	}

	.masarticulos-row{
		flex-direction: column;
		align-items: center;
	}
	#header .divheader{
		width:90%;
	}
	#header li{
		font-size:14px !important;
	}
	.bloqueinicio-slider-item{
		width: 30% !important;
	}
	.slider_full ul .content .titulo p{
		font-size:80px !important;
	}
	.slider_full ul .content{
		margin-top:190px;
	}
	.top-header2{
		flex-direction:column;
	}
	#footer .infofooter{
		flex-direction:column;
	}
	#footer .logo{
		width:60%;
	}
	#footer .divinformacion{
		width:80%;
		margin-left:40px
	}
	#footer .columna1divinformacion{
		flex-direction:row;
	}
	#footer .link{
		margin-left:10px !important;
		margin-top:10px !important;
	}
	.social {
    width: 100% !important;
		justify-content: center !important;
}
	.topheaderizq {
    width: 100%;
    text-align: center;
	}
	.topheaderdrcha{
		width:100%;
	}
	#header .row-header{
		flex-wrap:nowrap
	}
	#header .custom-logo{
		margin-left:0px;
	}
	.bannerprueba .subbloque_bloque2_bannerprueba{
		flex-direction:column;
		height:43%;
	}
	.bannerprueba .subbloque_bloque2_bannerprueba img{
		width:100% !important;
		height:49% !important;
	}
	.bannerprueba .bloques_bannerprueba .bloque2_bannerprueba img{
		height:25%;
	}
	.bannerprueba .bloques_bannerprueba .bloque2_bannerprueba .img3{
		height:25%;
	}
	.bannerprueba .subbloque_bloque2_bannerprueba img:nth-of-type(2) {
    margin-top: 18px;
		margin-left:0px !important;
}
	.productosimple{
		flex-direction:column;
	}
	.product-images{
		width:100%;
	}
	.product-summary{
		width:100%;
		margin-top:50px;
	}
	ul.products{
		flex-direction:column;
	}
	.related ul.products .product{
		width:100% !important;
	}

	.related ul.products li.product .button{
		width:50% !important;
	}
	.buttomadd{
		width:70% !important;
	}
	.custom-postblog-thumbnail img{
		width:90%;
	}
	.page-id-197 .wc-block-grid.has-4-columns .wc-block-grid__product{
		flex: 1 0 50% !important;
		max-width: 50%;
	}
	.page-id-198 .content_page{
		padding-top:12%
	}
	.page-id-18 .content_page{
		padding-top:10%;
	}
}

@media (max-width: 455px) {
	body h2{
		font-size: 25px !important;
	}
	.single-product-custom{
		padding-top: 0px !important;
	}
	.page-id-18 .content_page{
		padding-top:50%;
	}
	.bloqueinicio-slider-item{
		width: 44% !important;
	}
	#footer .columna1divinformacion{
		flex-direction:column
	}
	#footer .logo {
        width: 100%;
    }
	.fila_iconos .icono-box{
		width: 100%;
	}
	#footer .divinformacion {
        width: 100%;
        margin-left: 0px;
    }
	.product-image-buttons{
		left: 24px;
	}
	#footer .logo{
		width: 80%;
	}
	#footer .columna1divinformacion{
		align-items:flex-start;
	}
	#footer .columna2 ul li{
		width:100%
	}
	#footer .columna2 ul{
		flex-direction:column;
	}
	.topheaderdrcha{
		flex-direction:column;
	}
	.divlogo{
		width:0%;
	}
	body .slider_full ul .content .titulo p{
		font-size:80px !important;
	}
	.fila_iconos .icono-box{
		padding:10px !important;
	}
	.fila_iconos .subtitulo {
        font-size: 18px !important;
    }
	table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{
		font-size:20px !important;
	}
	.alineado{
		flex-direction:column;
	}
	.wc-block-components-product-name{
		font-size:20px !important;
	}
	.is-mobile table.wc-block-cart-items .wc-block-cart-items__row{
		display: flex !important;
		flex-direction: column !important;
	}
	.alineado1{
		width:100% !important;
	}
	.sliderproductos-header{
		flex-direction: column;
	}
	.alineado2{
		width:100% !important;
	}
	#footer .infofooter{
		padding-top:0px
	}
	.ultimas_entradas .container{
		width:90%;
	}
	.bannerprueba .bloques_bannerprueba{
		height:auto;
		flex-direction:column;
	}
	.bannerprueba .bloques_bannerprueba .bloque1_bannerprueba{
		width:100%;
	}
	.bannerprueba .bloques_bannerprueba .bloque2_bannerprueba{
		width:100%;
		margin-left:0px;
		margin-top:18px;
	}
	.bannerprueba .bloques_bannerprueba .bloque2_bannerprueba img{
		height:200px;
	}
	.bannerprueba .bloques_bannerprueba .bloque2_bannerprueba .img3{
		height:200px;
	}
	.bannerprueba .subbloque_bloque2_bannerprueba img{
		height:200px !important;
	}
	.btn_mas_articulos{
		width:auto !important;
		margin-top:20px;
		margin-bottom:80px
	}
	.fila_iconos .texto{
		font-size:15px;
	}
	.ultimas_entradas .container{
		max-width:90%;
		
	}
	.logosalineados{
		gap:30px;
	}
	.logo1 img{
		width:200px !important;
	}
	.logotexto p{
		margin-top:20px;
	}
	body .slider_full ul .content .titulo p{
		font-size:60px !important;
	}
	.slider_full ul .content {
        margin-top: 290px;
    }
	.productostienda{
		width:100% !important;
	}
	body #primary ul.products .product{
		width:100%;
	}
	.custom-sorting2 .result-count{
		font-size:15px;
	}
	.custom-sorting2{
		width:75%;
	}
	.custom-sorting .ordering{
		margin-bottom:10px;
	}

	.payment-icons{
		flex-wrap:wrap;
	}
	.custom-postblog-container{
		padding-top:40%;
		
	}
	.page-id-197 .content_page{
		padding-top:60%;
	}
	.page-id-197 .wc-block-grid__product{
		width:100% !important;
		max-width:100% !important;
	}
	.page-id-198 .content_page{
		padding-top:40%
	}
	.page-id-14 .content_page{
		padding-top:30%;
	}
	.splide__slide{
	width:97% !important;
	}
	.Nosotros div{
		flex-direction: column;
	}
	.Nosotros .parrafo{
		width: 100% !important;
	}
}


@media (max-width: 375px) {
	header .social img{
		width:30px;
	}
		body .slider_full ul .content .titulo p{
		font-size:40px !important;
	}
	.slider_full ul .content {
        margin-top: 400px;
    }
	.top-header .link label{
		font-size:15px;
	}
	
}   

.galeria_fotos{
    display:block !important;
}
.page-id-18  .texto-content p{
	display:block !important;
}
.galeria_fotos .texto-content p{
	color: #d5a940 !important;
    padding: 8px 12px;
    font-family: "ReplayPro-Bold";
    font-size: 42px;
    font-weight: 500;
    line-height: 46.2px;
    text-align: left;
    margin-bottom: 30px !important;
}
.page-id-18 .galeria_fotos{
	width:80%;
	margin:0 auto;
}
.page-id-18 .galeria_fotos .link_galeria {
	display:none;
}
ul.products{
	display:flex;
	justify-content: space-between;
}
.page-id-20 .galeria_fotos{
	display:none !important;
}
.page-id-197 .woocommerce-Price-amount{
	display:none;
}
.page-id-197 .wc-block-grid__product-onsale{
	display:none !important;
}
.page-id-197 .wc-block-grid__product-price{
	display:none !important;
}
.logotipos{
	display:block !important
}

.page-id-10 .galeria_fotos .texto-content p{
	display:none;
}
.wp-block-spacer{
	display:block !important;
}
/* Solo ocultar los últimos 2 productos en la página con el ID 18 */
.page-id-18 body > div.galeria_fotos:nth-last-of-type(-n+2) {
    display: none !important;
}

.woocommerce-product-search {
    display: flex;
    align-items: center;
    max-width: 176px;
	height:33px;
    width: 100%;
    border: 1px solid #432918;
    border-radius: 10px; /* Bordes redondeados para parecer más moderno */
    overflow: hidden; /* Asegura que el contenido del input no sobresalga */
    background-color: #f8f8f8; /* Fondo suave para el formulario */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra sutil */
	margin-bottom:0px !important;
	margin-left:15px;
}

.search-field {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    outline: none; /* Sin borde al hacer clic */
    background-color: transparent; /* Fondo transparente para alinearse con el contenedor */
    color: #333; /* Color del texto */
	 border: 1px solid #432918;
}

.search-submit {
    padding: 10px 20px;
    background-color: #D5A940; /* Color del botón */
    border: none; /* Sin borde en el botón */
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    border-left: 1px solid #ddd; /* Divisor entre el campo y el botón */
}
.search-submit:hover {
    background-color: #b89335; /* Cambia el color en hover para un efecto visual */
}


@media (max-width: 425px) {
	.divlogoheader{
		width:26% !important;
	}
	.woocommerce-product-search{
		display:none;
	}
	.lista_categorias{
		width:100% !important;
	}
	.imgcabeceratienda{
		height:260px !important;
	}
	.titulogeneral{
		font-size:28px !important;
	}
}   
@media (max-width: 1024px) {
	.filter-title{
		font-size:28px;
	}
}  
@media (max-width: 425px) {
    body .logotipos .splide__slide {
        width: 100% !important;
    }
	.bannerprueba .titulo{
		font-size:40px;
	}
}

.page-id-197 .content_page{
	margin-top:20%;
}
.page-id-198 .content_page{
	margin-top:20%;
}

.cart-count {
    position: absolute;
    top: -10px;
    right: -10px;
    background: red;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
}

/* Agregar etiqueta de "Talla" antes del selector */
.cfvsw-product-container[swatches-attr="attribute_pa_talla-bebe"]::before {
    content: "Talla:";
    display: inline-block;
    margin-right: 8px;
    font-weight: bold;
font-size: 19px;
font-weight: 700;
line-height: 21.86px;
letter-spacing: 0.05em;
text-align: left;
color:black;
}
/* Agregar etiqueta de "Talla" antes del selector */
.cfvsw-product-container[swatches-attr="attribute_pa_flamenca"]::before {
    content: "Talla:";
    display: inline-block;
    margin-right: 8px;
    font-weight: bold;
font-size: 19px;
font-weight: 700;
line-height: 21.86px;
letter-spacing: 0.05em;
text-align: left;
color:black;
}

/* Agregar etiqueta de "Talla" antes del selector */
.cfvsw-product-container[swatches-attr="attribute_pa_comunion"]::before {
    content: "Talla:";
    display: inline-block;
    margin-right: 8px;
    font-weight: bold;
font-size: 19px;
font-weight: 700;
line-height: 21.86px;
letter-spacing: 0.05em;
text-align: left;
color:black;
}

/* Agregar etiqueta de "Color" antes del selector */
.cfvsw-product-container[swatches-attr="attribute_pa_color"]::before {
    content: "Color:";
    display: inline-block;
    margin-right: 8px;
    font-weight: bold;
font-size: 19px;
font-weight: 700;
line-height: 21.86px;
letter-spacing: 0.05em;
text-align: left;
	color:black;
}



.custom-product-gallery {
    display: flex;
    align-items: flex-start;
	flex-direction: column;
}

.thumbnail-gallery {
    display: flex;
    gap: 10px;
    max-width: 100%;
	order: 2;
	margin-top: 10px;
}

.thumbnail-gallery div{
    width: 33%;
}

.thumbnail-image img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s;
	border-radius:5px;
	order: 1;
	object-fit: cover;
	object-position: top;
}

.thumbnail-image img:hover {
    border-color: #ccc;
}

.main-image-container {
    flex: 1;
}

.main-product-image {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.main-product-image:fullscreen {
    object-fit: contain; /* Ajusta la imagen dentro de la pantalla */
    width: 100%;
    height: 100%;
}

@media (max-width:550px){
	.custom-product-gallery {
    	flex-direction: column;
	}
	.thumbnail-gallery{
		flex-direction:row;
		gap:0px;
		max-width: 500px;
		margin-right:0px;
	}
	.thumbnail-gallery{
		order:2;
	}
	.main-image-container{
		order:1;
	}
	.thumbnail-image{
		width:50%;
	}
	
	.bloqueinicio{
		height:500px !important;
	}
	.bloqueinicio-titulo p{
		font-size:21px !important;
	}
	.compiteretaygana-status {
			position: absolute;
			bottom: 8px;
			left: 10px;
			padding: 6px 12px !important;
			border-radius: 4px;
			font-size: 14px !important;
			font-weight: bold;
		}
	.banner-text{
		text-align:center !important;
		width:100% !important;
	}
	
	
	#footer .infofooter{
		flex-direction:row !important;
		flex-wrap: wrap !important;
	}
	#footer .columna2{
		width:48% !important;
		margin:0px !important;
		padding-top:40px;
		padding-bottom:40px;
	}
	#footer .columna3{
		width:48% !important;
		margin:0px !important;
		padding-top:40px;
		padding-bottom:40px;
	}
}
.sku_wrapper{
	display:none;
}
.reset_variations{
	display:none !important;
}
.custom-category-item a{
	font-size:18px !important;
	color:black;
}

table:not( .has-background ) tbody td {
    background-color: #fdfdfd00 !important;
}

.single_add_to_cart_button{
	    background: #fff !important;
    border: 4px solid #d5a940 !important;
    color: #432918 !important;
    padding: 1px !important;
    font-size: 19px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
    width: 75% !important;
    transition: all .2s linear !important;
    border-radius: 10px !important;
    text-transform: uppercase !important;
    transition: background .4s linear, border-color .4s linear, color .4s linear !important;
}

.single_add_to_cart_button:hover {
    background: #d5a940 !important;
    border: 4px solid #d5a940 !important;
    color: #fff !important;
}

.cfvsw-swatch-inner{
	color:black !important;
	font-size:15px;
}

.woocommerce-variation-add-to-cart{
	display:flex;
	justify-content: space-around;
}

li{
	    font-family: "TitilliumWeb-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 28.9px;
    text-align: left;
    color: #432918;
    margin-top: 0px;
}
table td{
	padding:10px !important;
}

.cfvsw-swatches-container{
	align-items:center;
}

.cfvsw-product-container[swatches-attr="attribute_pa_color"] .cfvsw-swatch-inner{
	width:30px !important;
	height:30px !important;
}

body .storefront-sorting{
	width:100%;
}

.Nosotros .imgNosotros img{
	height:470px !important;
	object-position:top;
}


.product-info-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    margin-top: 10px;
	margin: 0 auto;
}

.product-info-text {
    flex: 1;
    padding-right: 10px;
}

.product-price {
    white-space: nowrap;
    font-weight: bold;
}

.woocommerce-loop-product__title {
    padding: 0 !important;
    margin: 0 0 5px 0 !important;
}

.product-short-description p {
    margin: 0;
    font-size: 0.9em;
    color: #666;
}

.lista_categorias{
	width:20%;
	padding: 0px !important;
}

.storefront-full-width-content .site-main ul.products.columns-3 li.product{
	width: 50%;
        float: none;
        margin-right: 0px;
}

.yith-wcan-filter .filter-title{
	font-family: 'DMSerifText-Italic' !important;
	color: black !important;
}





/* Product image buttons styles */
.product {
	position: relative;
  }

  .woocommerce-loop-product__link {
	position: relative;
	display: block;
  }

  .product-image-buttons {
	position: absolute;
	top: 12px;
	left: 36px;
	z-index: 10;
	display: flex;
	flex-direction: column;
	gap: 2px;
  }

  .product-view-button,
  .product-favorite-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: transparent !important;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
  }

  .product-view-button img, 
  .product-favorite-button img {
	width: 100% !important;
	height: auto !important;
	transition: opacity 0.3s ease;
	position: absolute;
	top: 0;
	left: 0;
  }

  .hover-icon {
	opacity: 0;
  }

  .product-view-button:hover .default-icon,
  .product-favorite-button:hover .default-icon,
  .product-favorite-button.active .default-icon {
	opacity: 0;
  }

  .product-view-button:hover .hover-icon,
  .product-favorite-button:hover .hover-icon,
  .product-favorite-button.active .hover-icon {
	opacity: 1;
  }

  /* Make sure the buttons don't interfere with clicking the product link */
  .product-view-button,
  .product-favorite-button {
	pointer-events: auto;
  }

.page-id-29 .fila_formulario_map{
	display:none;
}

.page-id-29 #primary .fila_formulario_map{
	display:block !important;
}

.page-id-29 .mapa_completo{
	display:none;
}

.page-id-29 #primary .mapa_completo{
	display:block !important;
}

.page-id-29 .divsubvencion{
	margin-top: -150px;
}


.reset-filters-button {
	display: none;
	margin: 15px 0;
}

.reset-filters-button.visible {
	display: block;
}

.reset-filters-button .reset-btn {
	display: inline-block;
	background-color: #72C4CD;
	padding: 8px 15px;
	border-radius: 4px;
	text-decoration: none;
	color: #232323;
	font-size: 14px;
	transition: all 0.3s ease;
	width: 100%;
	box-shadow: 0px 2px 2px 0px #00000080;
	text-transform: uppercase;
	font-family: 'MontserratAlternates-Medium';
	text-align:center;
}

.reset-filters-button .reset-btn:hover {
	background-color: #232323;
	color: #72C4CD;
}

/* Ocultar los checkboxes de los filtros */
.yith-wcan-filter input[type="checkbox"] {
	display: none !important;
}

/* Estilo para las etiquetas activas */
.yith-wcan-filter .filter-item.active label a {
	font-weight: bold;
	color: #72C4CD !important;
}

.filter-item.level-0 {
	position: relative;
	border-top: 1px solid #e6e6e6;
	margin-top: 10px !important;
	padding-top: 10px !important;
}


/* Estilos para el bloque Cómo Formar Parte */
.comoformarparte-container {
    background-color: #1a1a1a;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #ffffff;
    padding: 60px 0;
    position: relative;
    font-family: Arial, sans-serif;
}

.comoformarparte-overlay {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.comoformarparte-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

/* Cabecera */
.comoformarparte-cabecera {
    text-align: center;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.comoformarparte-titulo {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
}

.comoformarparte-descripcion {
    font-size: 16px;
    line-height: 1.5;
    color: #cccccc;
}

/* Grid de tarjetas */
.comoformarparte-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.comoformarparte-tarjeta {
    background-color: rgba(40, 40, 40, 0.8);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.comoformarparte-tarjeta:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.tarjeta-contenido {
    display: flex;
    flex-direction: column;
    padding: 25px;
    height: 100%;
}

.tarjeta-icono {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tarjeta-icono img {
    max-width: 100%;
    max-height: 100%;
}

.tarjeta-titulo {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    color: #ffffff;
    line-height: 1.3;
}

.tarjeta-descripcion {
    max-height: 73px; /* Altura inicial limitada */
    overflow: hidden;
    transition: max-height 0.3s ease;
    flex-grow: 1;
    font-size: 14px;
    line-height: 1.6;
    color: #cccccc;
    margin-bottom: 20px;
    text-align: center;
}

.tarjeta-descripcion::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(to top, rgba(40, 40, 40, 0.8), transparent);
    pointer-events: none;
    transition: opacity 0.3s;
}

.tarjeta-descripcion.expandido::after {
    opacity: 0;
}

/* Ajustar posición del contenedor de descripción */
.tarjeta-contenido {
    position: relative;
}

.tarjeta-descripcion.expandido {
    max-height: 300px; /* Altura suficiente cuando está expandido */
}

.tarjeta-boton {
    display: inline-block;
    background-color: #e6402a;
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    transition: background-color 0.3s;
    text-transform: uppercase;
    margin: 0 auto;
    letter-spacing: 0.5px;
}

.tarjeta-boton:hover {
    background-color: #ff5a45;
}

/* Responsive */
@media (max-width: 992px) {
    .comoformarparte-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
body:not(.home) .texto_imagen .imagen img, body:not(.home) .texto_imagen .imagen iframe{
	object-fit:contain !important;
}

@media (max-width: 700px) {
    .comoformarparte-grid {
        grid-template-columns: 1fr;
    }
	.descubremasjuegos-imagen{
		height:100% !important;
	}
	.articulodestacado-container{
		padding:0px !important;
		margin-top:40px !important;
	}
	
	.texto_imagen:not(.cuadrada) .imagen{
		height: auto !important;
    margin-bottom: 220px;
	}
	
	body:not(.home) .texto_imagen .imagen img, body:not(.home) .texto_imagen .imagen iframe{
		    object-fit: cover !important;
    height: auto;
	}
	.bloginteractivo-articulos-container{
		padding:0px !important;
		margin-top:40px !important;
	}
	.asl_w_container{
		width: 35% !important;
	}
	.texto_imagen .imagen{
		height:350px
	}
	
	.bloqueinicio-titulo{
		padding-top: 320px !important;
	}
	.banner-text{
		border-left: 0px !important;
    padding-left: 0px !important;
		width:100% !important;
	}
	.texto_imagen>.container>.imagen{
		height:auto !important;
	}
	.texto_imagen .texto{
		align-content: flex-start !important;
	}
	.texto_imagen.inv .imagen{
		height:auto !important;
	}
	.texto_imagen.inv .texto{
		        align-content: flex-start !important;
	}
	
	
	
	.texto_imagen .texto{
		justify-content: flex-start !important;
	}
    
    .comoformarparte-titulo {
        font-size: 24px;
    }
    
    .comoformarparte-descripcion {
        font-size: 14px;
    }
    
    .tarjeta-titulo {
        font-size: 16px;
    }
    
    .tarjeta-descripcion {
        font-size: 13px;
    }
    
    .comoformarparte-container {
        padding: 40px 0;
    }
}

/* Estilos para el Blog Interactivo con Formulario de Suscripción integrado */
.bloginteractivo-container {
    background-color: #000000;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    padding: 40px 0;
    position: relative;
}

.bloginteractivo-overlay {
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.bloginteractivo-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    background-size: 80px 80px;
    z-index: 1;
}

/* Estilos del Blog Interactivo */
.bloginteractivo-titulo {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #ffffff;
    text-align: center !important;
}

/* Categorías y filtros */
.bloginteractivo-filtros {
    margin-bottom: 30px;
}

.bloginteractivo-articulos-container{
    background-color: #403c3ca8 !important;
    padding: 60px;
}

.bloginteractivo-categorias, 
.bloginteractivo-juegos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

.categoria-btn, 
.juego-btn {
    background-color: #e6402a;
    color: #ffffff;
    border: none;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.juego-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: #e6402a;
}

.categoria-btn:hover, 
.juego-btn:hover,
.categoria-btn.active, 
.juego-btn.active {
    background-color: #ff5a45;
    transform: translateY(-2px);
}

/* Grid de artículos */
.bloginteractivo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}

.bloginteractivo-articulo {
    background-color: rgba(50, 50, 50, 0.6);
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.bloginteractivo-articulo:hover {
    transform: translateY(-5px);
}

.articulo-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.articulo-imagen {
    height: 180px;
    overflow: hidden;
}

.articulo-imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.bloginteractivo-articulo:hover .articulo-imagen img {
    transform: scale(1.1);
}

.articulo-info {
    padding: 15px;
    position: relative;
}

.articulo-titulo {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #ffffff;
    line-height: 1.3;
    font-family: 'Barlow-SemiBold';
}

.articulo-extracto {
    font-size: 14px;
    line-height: 1.5;
    color: #cccccc;
    margin-bottom: 15px;
}

.articulo-meta {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 12px;
    color: #aaaaaa;
}

.articulo-fecha {
    display: flex;
    align-items: center;
	margin-bottom:20px;
}

.articulo-categoria {
    font-size: 12px;
    color: #e6402a;
}

.no-articulos {
    grid-column: 1 / -1;
    text-align: center;
    padding: 30px;
    color: #aaaaaa;
}

/* Estilos del Formulario de Suscripción */
.formulario-suscripcion-wrapper {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.formulario-suscripcion-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.formulario-suscripcion-texto {
    flex: 0 0 50%;
    padding-right: 30px;
}

.formulario-suscripcion-subtitulo {
    font-size: 14px;
    color: #cccccc;
    margin-bottom: 10px;
}

.formulario-suscripcion-titulo {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
}

.formulario-suscripcion-form {
    flex: 0 0 45%;
}

/* Estilos específicos para Contact Form 7 */
.formulario-suscripcion-form .wpcf7-form {
    display: flex;
    flex-direction: column;
}

.formulario-suscripcion-form .wpcf7-form-control-wrap {
    flex-grow: 1;
}

.formulario-suscripcion-form input[type="email"] {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #444444;
    border-radius: 4px;
    background-color: #ffffff;
    color: #2d2d2d;
    font-size: 14px;
}

.formulario-suscripcion-form input[type="email"]::placeholder {
    color: #777777;
}

.formulario-suscripcion-form .wpcf7-submit.boton-personalizado {
    background-color: var(--color-boton, #e6402a);
    color: #ffffff;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.2s;
    margin-top: 10px;
}

.formulario-suscripcion-form .wpcf7-submit.boton-personalizado:hover {
    filter: brightness(1.1);
}

/* Este selector es específico para la forma inline */
.formulario-suscripcion-form form.wpcf7-form {
    display: flex;
    align-items: center;
}

.formulario-suscripcion-form form.wpcf7-form .wpcf7-form-control-wrap {
    flex-grow: 1;
}

.formulario-suscripcion-form form.wpcf7-form .wpcf7-submit.boton-personalizado {
    margin-top: 0;
    padding: 10px 15px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Barlow-SemiBold';
}

/* Estilos para el texto legal */
.formulario-suscripcion-legal {
    margin-top: 15px;
    display: flex;
    align-items: flex-start;
    font-size: 12px;
    color: #aaaaaa;
    justify-content: center;
}

.checkbox-terminos {
    margin-right: 10px;
    margin-top: 3px;
}

.label-terminos {
    line-height: 1.4;
}

.aviso-legal-link,
.privacidad-link {
    color: #aaaaaa;
    text-decoration: underline;
    transition: color 0.2s;
}

.aviso-legal-link:hover,
.privacidad-link:hover {
    color: #ffffff;
}

/* Responsive */
@media (max-width: 992px) {
    .bloginteractivo-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .bloginteractivo-titulo,
    .formulario-suscripcion-titulo {
        font-size: 24px;
    }
    
    .categoria-btn, 
    .juego-btn {
        font-size: 13px;
        padding: 8px 15px;
    }
    
    .formulario-suscripcion-inner {
        flex-direction: column;
    }
    
    .formulario-suscripcion-texto {
        flex: 0 0 100%;
        padding-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .formulario-suscripcion-form {
        flex: 0 0 100%;
        width: 100%;
    }
    
    .formulario-suscripcion-form form.wpcf7-form {
        flex-direction: column;
    }
    
    .formulario-suscripcion-form form.wpcf7-form .wpcf7-submit.boton-personalizado {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }
}

.ventaja-titulo{
	text-align:left !important;
}

.ventaja-descripcion{
	text-align:left !important;
}

@media (max-width: 576px) {
    .bloginteractivo-grid {
        grid-template-columns: 1fr;
    }
    
    .articulo-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}