/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/

/* Reset básico y enlaces.Ini */

a {
  &:focus,
  &:hover {
    opacity: 1 !important;
  }
}

p,
ul, 
ol {
    margin-bottom: 1.5em;
	
	li {
		margin-bottom: 0.4em;
	}

}
.navbar-toggle:focus {
  outline: none;
}

/* Reset básico y enlaces.Fin  */

/*	Colores.Ini	*/
:root {
	/* Colores FIGMA */
	--Primary-RGB: 255, 236, 0;
	--Primary-05: #FFFEF2;
	--Primary-10: #FFFDE5;
	--Primary-20: #FFFBCC;
	--Primary-40: #FFF799;
	--Primary-60: #FFF466;
	--Primary-80: #FFF033;
	--Primary-100: #FFEC00;
	--primary: var(--Primary-80);

	--Secondary-05: #F4F4F7;
	--Secondary-10: #E9E9EF;
	--Secondary-20: #D3D4DF;
	--Secondary-40: #A7A8BF;
	--Secondary-60: #7A7DA0;
	--Secondary-80: #4E5180;
	--Secondary-100: #222660;

	--White-100: #FFF;
	
	--Black-05: #F3F5F6; 
	--Black-10: #E7EAEC; 
	--Black-20: #D3D3D4; 
	--Black-30: #BDBDBF; 
	--Black-40: #A6A7A9; 
	--Black-60: #7A7C7F;
	--Black-80: #4D5054;
	--Black-100: #212429;
 
}

.Secondary-20,
.Secondary-20 *{
	color: var(--Secondary-20);
}

.Secondary-40,
.Secondary-40 *{
	color: var(--Secondary-40);
}

.Secondary-60,
.Secondary-60 *{
	color: var(--Secondary-60);
}


.Secondary-100,
.Secondary-100 *{
	color: var(--Secondary-100);
}

.Primary-40,
.Primary-40 *{
	color: var(--Primary-40);
}

.Primary-100,
.Primary-100 *{
	color: var(--Primary-100);
}

.blanco, 
.blanco * {
  color: var(--White-100);
  fill: var(--White-100);
}

.elementor-field-type-acceptance{
  color: var(--Secondary-40);
}

.enlace-Secondary-40 a{
  color: var(--Secondary-40);
	text-decoration: underline;
	
	&:hover{
		color: var(--Primary-100);
	}
}

.transparente {
	background: transparent;
	
	select.jet-select__control {
		background: transparent;
		border: 0;
		box-shadow: none;
		
		option {
			background: var(--Secondary-100);
			color: var(--White-100);
		}
		
		&:hover {
			text-decoration: underline;
			cursor: pointer;
		}
	}	
	/*	Debido a problema con el chevron, toca hacerlo de esta manera	*/
	select.jet-select__control {
		background-repeat: no-repeat !important;
		background-position: right 0px center;
		background-size: 20px !important;
		background-image: url("data:image/svg+xml;utf8,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M7.25829 9.75703L9.41663 11.9154C9.74163 12.2404 10.2666 12.2404 10.5916 11.9154L12.75 9.75703C13.275 9.23203 12.9 8.33203 12.1583 8.33203H7.84163C7.09996 8.33203 6.73329 9.23203 7.25829 9.75703Z' fill='white'/></svg>") !important;
	}
}

/*	Colores.Fin	*/

/*	Colores Invertidos. Ini */
.invertido {
  background: var(--Secondary-05);
	
  .blanco * {
    color: var(--Secondary-100);
    fill: var(--Secondary-100);
  }
  .Primary-40,
	.Primary-40 *{
    color: var(--Secondary-100);
    fill: var(--Secondary-100);
		
	}
  .Secondary-20,
  .Secondary-20 *{
    color: var(--Secondary-100);
    fill: var(--Secondary-100);
		
  }
}


/*	Colores invertidos. Fin */
/*	Restos de estilos generales	*/



.hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
    background-position-x: center;
}
.hero,
.bottom-subrayado{
    border-bottom: 1px solid var(--White-100);
}

.bloque-filtro-movil.e-flex.e-con-boxed.e-con.e-child {
    border-top: solid 1px var(--Secondary-40);
    border-bottom: solid 1px var(--Secondary-40);
}
.subrayado-blanco-bottom{
    border-bottom: 1px solid var(--White-100);
}
.subrayado-amarillo-bottom{
    border-bottom: 1px solid var(--Primary-100);
}
.subrayado-oscuro-bottom{
    border-bottom: 1px solid var(--Secondary-100);
}
.subrayado-secondary-40-bottom{
	border-bottom: 1px solid var(--Secondary-40);
}
.subrayado-secondary-20-bottom{
	border-bottom: 1px solid var(--Secondary-20) !important;
}

.subrayado-secondary-20-top{
	border-top: 1px solid var(--Secondary-20);
}

.subrayado-secondary-20-left{
	border-left: 1px solid var(--Secondary-20);
}

.subrayado-secondary-20-right{
	border-left: 1px solid var(--Secondary-20);
}

.bloque-home-hero-categoria-evento{
	.elementor-post-info__terms-list-item {
        padding: 4px 11px;
        background: var(--Secondary-100);
        color: var(--White-100);
    }
}

.sidebar-noticias a {
    color: var(--White-100);
}
.nube-etiquetas{
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}
.noticias-destacadas-home .subrayado-secondary-20-bottom {
    border-bottom: none;
}

.sidebar-noticias{
	h2.wp-block-heading{
        border-bottom: solid 1px var(--Secondary-20);
        padding: 10px 16px;
		
	}
	li{
        border-bottom: solid 1px var(--Secondary-20);
        padding: 10px 16px;
		border-left: solid 5px transparent;
		margin-top: 0;
		
		&:hover{
			border-left: solid 5px var(--Primary-100);
		}
	}
	
}
ul.ultimas-noticias {
	a.wp-block-latest-posts__post-title {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
	
	li {
     	display: flex;
    	flex-direction: column;
    	align-content: flex-start;
    	row-gap: 15px;
    	padding-bottom: 1rem;
		
		time{
			font-size: 0.875rem;
			line-height: 1.42857em;
			display: inline-flex;
			column-gap: 4px;
			align-items: center;
			justify-content: flex-start;
			
			&::before{

				content: "";
				margin-right: 4px;
				width: 20px;
				height: 20px;
				display: inline-block;
				background-size: cover;
				background-image: url(/wp-content/uploads/2026/04/icono-calendario-blanco.svg);
			}
		}
	}
}

.linea-separador-bucle{
    .e-loop-item {
    	padding: 48px 0;
    	border-bottom: solid 1px var(--Secondary-80);
	}
	.e-loop-item:first-of-type {
    	border-top: solid 1px var(--Secondary-80);
	}
}


.switcher-idioma,
.widget_icl_lang_sel_widget{
	.wpml-ls-sub-menu{
		border-top:none;
	}
	.wpml-ls-legacy-dropdown {
		width: 100%;
		max-width: 100%;
	}
	.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
		left: calc(50% - 20px);
	}
	li.wpml-ls-current-language {
		width: 100%;
		display: flex;
		justify-content: center;
		border: solid 1px var(--White-100);
		border-radius: 35px;
		padding: 4px 8px;
	}
	a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
    	background-color: transparent;
    	color: var(--White-100);
		text-transform: uppercase;
        display: flex;
        align-items: center;
        column-gap: 5px;
		border: none;
		font-weight:700;
	}
	a.wpml-ls-link {
		background-color: transparent;
		color: var(--White-100);
		font-weight:700;
	}
	ul.wpml-ls-sub-menu a {
		border: none;
		text-transform: uppercase;
	}
	.wpml-ls-current-language a[aria-current="page"]::before {
		content: "";
		margin-right: 4px;
		width: 20px;
		height: 20px;
		display: inline-block;
		background-size: cover;
		background-image: url(/wp-content/uploads/2026/03/icono-mundo.svg);
	}
}

.elementor-widget-searchwp_search_form {
    padding: 5px 0;
}

.jet-smart-filters-elementor-loop-no-result {
    font-size: 18px;
    padding-top: 48px;
    text-align: center;
    font-weight: 700;
}

.redes-sociales{
	display: none;
}

.icon-bar {
    width: 22px;
}

.dialog-widget.dialog-type-lightbox.elementor-popup-modal{
	z-index: 99999;
}

.elementor-widget-loop-grid{
	.elementor-pagination{
		a.page-numbers {
			color: var(--White-100);
			padding: 8px 17px;
		}
		span.page-numbers.current,
		a.page-numbers:hover{
			background: var(--Primary-100);
			padding: 8px 17px;
			border-radius: 25px;
			color: var(--Secondary-100);
		}

	}
}

/*
 * 		Si no hay elementos dentro del Loop Grid, lo ocultamos
 * */

.ocultar-bloque-vacio:has(.e-loop-nothing-found-message) {
    display: none;
}
