/**
Theme Name: La Madraza
Author: SI2 Info
Author URI: https://si2soluciones.es/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: la-madraza
Template: astra
*/


.align-left a{
	text-align: left;
}



/* HEADER*/

#main-menu .sub-arrow{
	display: none!important;
}
ul.elementor-nav-menu--dropdown a {
border-left: 0px !important;
}

.elementor-nav-menu--main:not(.e--pointer-framed) li.current-menu-ancestor{
	background-color: var( --e-global-color-astglobalcolor0 );
	
}
.elementor-nav-menu--main li.current-menu-ancestor > a.elementor-item{
	color: #FFFFFF!important;
}
/* eliminar espacio extra svg*/

.lh-0{
	line-height:0;
}


/* MENU MOVIL*/

#mobile-menu .elementor-sub-item {
	  color: #6D6D6D;
    background-color: #F9F9F8;
}
#mobile-menu a.menu-link{
	justify-content: space-between;
}



/* --- TYPO ---------- */

/* HEADLINE */

.headline-small{
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
}

/* BODY */

.body-large{
	font-size: 16px;
}

.body-small{
	font-size: 14px;
}

/* LINKS */
.underlined:hover h2, .underlined:hover h3 {
	text-decoration: underline;
	text-decoration-thickness: 3px;
	text-underline-offset: 4px;
	text-decoration-skip-ink: auto;
	text-decoration-color: var(--ast-global-color-1)!important;
}
.link.yellow a{
	color: var(--ast-global-color-1);
}
.elementor-widget-theme-post-content p > a, .e-loop-item .link a, .link .elementor-heading-title a{
	background-color: var(--ast-global-color-1);
}
.e-loop-item .link a:hover, .link .elementor-heading-title a:hover{
	background-color: var(--ast-global-color-0);
	color: var(--ast-global-color-1);
}
.elementor-widget-theme-post-content p > a:hover{
	text-decoration: underline;
	text-decoration-thickness: 3px;
	text-underline-offset: 4px;
	text-decoration-skip-ink: auto;
}


/* MAPA */

#mapa .e-hotspot__tooltip{
    border-top: 2px solid black;
}

#mapa .e-hotspot__button:hover svg {
    fill: black;
	  transition: fill .4s ease;
}

/* STICKY BUTTON */
.elementor-sticky:not(.elementor-sticky--active) #bt-sticky-agenda {
	
}
.elementor-sticky:not(.elementor-sticky--active) #bt-sticky-agenda a:hover{

}






/* BUTTON */

.change-icon-size .elementor-button-icon { 
	font-size: 20px;
}

.change-icon-size .elementor-button-text {
	margin:auto;
}


/* AGENDA */
.filters-applied .filters-applied-title{
	width: 100%;
}
.event-carousel.agenda .exposiciones{
	flex-direction: row;
	flex-wrap: wrap;
	
}

.event-carousel.agenda .exposicion{
	flex-direction: column;
	gap: 0.7rem;
	  flex: 1 1 calc(33.3333% - 20px);
	max-width: calc(33.3333% - 20px); /* Limitar el ancho máximo de cada columna */
}
.event-carousel.agenda .exposicion .info{
	padding: 0px;
}
.event-carousel.agenda .exposicion .title{
	font-size: 18px;
}
.filters-applied .remove-filter, .filters-applied a.reset{
	font-weight: 900;
	font-size: 1rem;
}
.event-carousel .event a.portada{
	width: 33%;
	height: 25vh;
}
.event-carousel .calendar-footer{
	margin-top: 20px;
}
.event-carousel .actividades-title, .event-carousel .exposiciones-title{
    background-color: #f1f0ed;
    text-align: center;
    font-size: 1.3rem;
    display: inline;
    color: #000000;
	padding: 30px;
}
.event-carousel ul.calendar-month li.link{
	width: 33%;
}
.event-carousel ul.calendar-month li.month{
	width: 100%;
}
.event-carousel .calendar-footer a.toggle-button, .event-carousel .calendar-footer a.toggle-button:visited{
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
.event-carousel .calendar-footer a.toggle-button:hover{
	background-color: yellow!important;
}
/* Ajustar para pantallas más pequeñas */
@media (max-width: 768px) {
    .event-carousel.agenda .exposicion {
			margin-bottom: 20px;
        flex: 1 1 calc(50% - 20px); /* En pantallas más pequeñas, usa dos columnas */
        max-width: calc(50% - 20px); /* Limitar el ancho máximo de cada columna */
    }
}

@media (max-width: 480px) {
    .event-carousel.agenda .exposicion {
        flex: 1 1 100%; /* En pantallas muy pequeñas, usa una columna */
        max-width: 100%; /* Limitar el ancho máximo de cada columna */
    }
	.event-carousel .event .info{
		padding: 0px;
	}
}

/* AGENDA FILTER FORM */
.filters-form button{
	padding: 12px;
	margin-top: 20px;
}
.filters-form button:hover, .filters-form button:active,
.filters-form button:focus{
	color: var(--ast-global-color-0);
}