/* 
 Theme Name:   Elementor Child
 Theme URI:    
 Description:  Tema hijo de Elementor
 Author:       
 Author URI:   
 Template:     hello-elementor
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

#grid-resultados .elementor-element-322389c {
	position: relative;
	margin-bottom: 40px;
	padding: 0 10px;
}
#grid-resultados .elementor-element-322389c > a.link {
	display: block;
	position: absolute;
	top: 0; right: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
#grid-resultados .elementor-element-322389c .elementor-widget-wrap {
	background-color: #FBFBFB;
	text-align: center;
}
#grid-resultados .thumb {
	height: 281px;
	background-size: cover;
	border-radius: 10px 10px 0 0;
}
#grid-resultados h2 {
	color: var( --e-global-color-6eddec2 );
	font-family: "Barlow", Sans-serif;
	font-size: 30px;
	font-weight: 500;
}
#grid-resultados h3 {
	color: var( --e-global-color-6eddec2 );
	font-family: "Barlow", Sans-serif;
	font-size: 26px;
	font-weight: 400;
}
#grid-resultados .features {
	width: 100%;
	display: flex;
	justify-content: space-around;
	padding: 0 15px 20px;
}
#grid-resultados .features .elementor-widget-image {
	width: 30px;
	max-width: 30px;
}
#grid-resultados .features img {
	width: 100%;
}
#grid-resultados .features .elementor-widget-text-editor {
	text-align: center;
	font-family: "Barlow", Sans-serif;
	font-size: 18px;
	font-weight: 600;
}

.form-busqueda:not(.sidebar) {
	display: flex;
	justify-content: between;
}

.form-busqueda select {
	margin-bottom: 20px;
}
.form-busqueda:not(.sidebar) select {
	margin: 0 5px;
}
.form-busqueda .elementor-button {
	background: var(--e-global-color-edc4ff1) !important;
	border: 0 none !important;
}