/* 
Theme Name: Frontera Motor Theme
Description: Frontera Motor Theme is a child theme of Hello Elementor
Author: Crear
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.glass-effect {
    position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	background-color: rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(1px) saturate(150%) contrast(85%);
	-webkit-backdrop-filter: blur(1px) saturate(150%) contrast(85%);
	border: 1px solid rgba(255, 255, 255, 0.4);
	padding: 20px;
	border-radius: 10px;
	box-shadow: inset 0 1px 5px rgba(255,255,255,0.5),
		0 8px 32px rgba(0, 0, 0, 0.2);
	border: 1px solid transparent;
	background-clip: padding-box;
	transition: backdrop-filter 0.3s ease, box-shadow 0.3s ease;
}
