/*
Theme Name: Baianai
Template: hello-elementor
Version: 1.0.0
Description: Baianai is a child theme of Hello Elementor.
Author: baianai
Author URI: https://www.baianai.es/
Text Domain: baianai
*/

/* General */

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2 !important;
}

.noseve {
	display: none;
}

.enlace a {
    color: var(--e-global-color-primary);
}

.enlace a:hover {
    color: var(--e-global-color-secondary);
}

.sinmar p {
    margin-block-end: 0rem;
}

/* Cookies */
.cky-audit-table-element h3 {
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-text-font-size );
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2 !important;
}
.titulillos{
    color: white;
    font-weight: 600!important;
}
.taxonomia  button.e-filter-item {
    background-image: unset !important;
}
span.page-numbers.prev {
    font-size: 14px;
}
span.page-numbers.current {
    font-size: 14px;
}
@media (max-width: 767px) {
.elementor-90 .elementor-element.elementor-element-2d4a37d {
    padding: 180px 10px 50px 10px !important;
	}}
/* Iconos de los cursos animados */
.icono-color { 
    transition: transform 0.3s ease; /* Transición solo para la transformación */
}

.icono-color svg { 
    transition: filter 0.3s ease; /* Transición para el filtro */
}

.cambio-color:hover .icono-color { 
    transform: translateY(12px) scale(1.1);
}

.cambio-color:hover .icono-color svg {
    filter: brightness(3);
}

/* Sombra botones */

.elementor-widget-container {
    box-shadow: none !important;
}

/* Menu */

.cabecera-fondo {
     backdrop-filter: blur(8px);
}

.acordeon h3{
    color: #2B3559 !important;
}
.acordeon h2{
    color: #2B3559 !important;
}
.acordeon a{
    color: #2B3559 !important;
}
