/*
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
*/


/*Color de los enlaces*/
:root {
  --e-global-color-enlace: #FE5D37;
}


/*Hace cosas invisibles*/
.noseve{
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}


/*Título de la política de cookies*/
.cky-audit-table-element h3{
	font-size: 28px;
}

.sombra {
	transition: 0.3s;
    -webkit-filter: drop-shadow( 6px 4px 5px rgba(56,12,22,0.3) );
            filter: drop-shadow( 6px 4px 5px rgba(56,12,22,0.3) );
}

.sombra:hover {
	transition: 0.3s;
	    -webkit-filter: drop-shadow( 6px 4px 5px rgba(56,12,22,0.4)) brightness(120%);
				filter: drop-shadow( 6px 4px 5px rgba(56,12,22,0.4)) brightness(120%);
}

.enlace-blanco a{
	color: #fff !important;
}

.color-blanco a{
	background-color: #fff !important;
}

.color-blanco a:hover{
	background-color: #9B154D !important;
}

/* General */

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

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

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

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

.pulsable {
    box-shadow: 0px 6px 8px 3px rgba(0,0,0,0.1);
}

.pulsable:hover {
	box-shadow: 0px 4px 4px 3px rgba(0,0,0,0.2);
}

/* 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;
}