/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1774610384
Updated: 2026-03-27 12:19:44

*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
	--font-nav: clamp(1.5rem, 5vw, 2.5rem);
	--font-lh-nav: clamp(3.5rem, 5vw, 3.5rem);
	--font-s-h1: clamp(1.9rem, 2vw + 1rem, 3rem);
	--font-lh-h1: 1.2;
	--font-s-h2: clamp(1.75rem, 5vw, 2.5rem);
	--font-lh-h2: clamp(1.2em, 5vw, 1.2em);
	--font-s-h3: clamp(1.5rem, 5vw, 2rem);
	--font-lh-h3: clamp(2rem, 5vw, 3.3rem);
	--font-sm-h3: clamp(1.5rem, 5vw, 1.5rem);
	--font-s-h4: clamp(1.3rem, 0.8vw + 0.6rem, 1.5rem);
	--font-s-marquee: clamp(4rem, 5vw, 5rem);
	--font-s-destacado: clamp(1.75rem, 5vw, 2.5rem);
	--font-lh-destacado: clamp(1em, 5vw, 1em);
	--font-s-destacado-2: clamp(1.8rem, 2vw, 3.5rem);
	--font-lh-destacado-2: clamp(1em, 2vw, 1em);
	--font-s-p: clamp(1rem, 0.8vw + 0.6rem, 1.2rem);
	--font-s-news-p: clamp(1rem, 5vw, 1rem);
	--font-lh-p: clamp(1.5em, 5vw, 1.5em);
	--font-s-text-h: clamp(1rem, 0.8vw + 0.6rem, 1.2rem);
	--font-s-list-normal: clamp(.7rem, 5vw, 1.2rem);
	--font-s-list-big: clamp(1.2rem, 5vw, 2rem);
	--color-deg-azul: linear-gradient(45deg, #3F5E6B 20%, #88A3B3 70%);
	--color-azul-corporativo: #3f5e6b;
	--color-azul-bam: #88A3B3;
	--color-azul-lab: #1f8199;
	--color-black: #000;
}
@media (max-width: 481px) {
	:root {
		--font-s-p: clamp(1.1rem, 0.8vw + 0.6rem, 1.2rem);
	}
}

.hero {
	width:100%;
	height: auto;
	margin:0;
	padding:0;
	z-index: -1;
}
header {
	width: 100%;
    position: fixed;
    z-index: 2;
    margin: 0 auto;
}
header .menu-principal {
	background-color: rgba(255, 255, 255, .8);
    backdrop-filter: blur(20px);
}
header nav a {
	font-family: 'Barlow', sans-serif;
	font-size: 17px;
	color: #000;
}
header nav a:hover::after {
	display:none!important;
	height: 0!important;
}