/**** TW-STYLE USER ***/
/************** GENERALES *****************************************************/

/** OCULTAR RECAPTCHA **/
.grecaptcha-badge {
    display:none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  position:relative;
  overflow-x: hidden;
}

div#content {
	min-height:83vh;
}

h1.entry-title {
	display:none !important;
}


/*******************************************************************************
  HEADER
*******************************************************************************/
header {
  z-index:9999;
	
}

#menu_sticky {
    background-color: #0005;
    box-shadow: none !important;
    transition: all 0.3s ease; /* transición suave */
}
#menu_sticky picture>* {
	transition: all 0.3s ease; /* transición suave */
}

#menu_sticky picture>* {
	width: 120px !important;
}



/* Estado sticky activo */
#menu_sticky.elementor-sticky--effects {
    background-color: black !important; /* obligatorio usar !important si no cambia */
    box-shadow: 0 3px 15px rgba(0,0,0,0.25) !important;
    backdrop-filter: blur(5px);
}

#menu_sticky.elementor-sticky--effects picture>* {
	width: 100px !important;
}




/*******************************************************************************
  FOOTER
*******************************************************************************/
footer {

}

/*******************************************************************************
  RESULTADOS DE BÚSQUEDA
*******************************************************************************/
body.search-no-results .tw-sin-resultados {
  display:block;
}


/*******************************************************************************
 	MODO MANTENIMIENTO
*******************************************************************************/


/*******************************************************************************
 	POLITICAS
*******************************************************************************/
.tw-secpol h2 {
    padding:2rem 0 1rem;
    font-size:1.8rem !important;
    color:#DBAE4D;
	margin-bottom:0;
	margin-top:0;
}

.tw-secpol p {
	line-height:1.5;
}

.tw-secpol ul {
    padding-left:15px;
	padding-bottom:5px;
}

.tw-secpol ul li {
    padding:0 10px;
	line-height:1.5;
}

.tw-secpol ul li li {
    padding: 2px 0;
}

.tw-secpol a {
   color:#00f; 
   text-decoration:underline; 
}

.tw-secpol a:hover {
   color:#00f;
   text-decoration:none; 
}

.tw-secpol .bold,.tw-secpol .negrita,.tw-secpol strong {
	font-weight:600;
}


/*******************************************************************************
 	COOKIE NOTICE
*******************************************************************************/


/*******************************************************************************
   CONTACTO
*******************************************************************************/


/*******************************************************************************
  PAGINA BLOG Y PLANTILLA CATEGORIAS BLOG
*******************************************************************************/


/*******************************************************************************
 CONTENIDO --> NUESTRAS ELABORACIONES
*******************************************************************************/
.tw-gallery .gallery {
    display: flex;
    justify-content: flex-star;
    row-gap: 20px;
    align-items: stretch;
    flex-wrap: wrap;
}
.tw-gallery .gallery img {
    object-fit:cover !important;
    height: 250px;
}

@media (max-width:767px) and (min-width: 501px) {
    .tw-gallery .elementor-image-gallery .gallery-columns-3 .gallery-item {
        max-width: 50%;
    }
}


/******************************************************************************
 * COOKIES
******************************************************************************/
div.cky-notice-btn-wrapper {
	gap:20px 10px;
	justify-content: space-between;
}
div.cky-notice-btn-wrapper button {
	border-width:1px;
	margin:0;
}