/*
Theme Name: Fernandez Medina theme
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.0.1.1749812734
Updated: 2025-06-13 13:05:34

*/

h2 {
    font-size: 1.5em;
    font-weight: 300;
    font-family: "roboto", sans-serif;
    color: #000;
}
.bandas {
    height: 437px;
    width: 100%;
    animation: change-color 2s ease 0s forwards;
}
.shrinker {
    background-color: rgba(255,255,255,0.65) !important;
}
.shrinker .she-header {
    background-color: rgba(255,255,255,0.8) !important;
    -moz-transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -o-transition: all .2s linear !important;
    transition: all .2s linear !important;
    -moz-box-shadow: 0 6px 30px -4px rgba(0,0,0,.05) !important;
    -webkit-box-shadow: 0 6px 30px -4px rgba(0,0,0,.05) !important;
    -o-box-shadow: 0 6px 30px -4px rgba(0,0,0,.05) !important;
    box-shadow: 0 6px 30px -4px rgba(0,0,0,.05) !important;
}
.shrinker.she-header * {
    color: #000 !important;
}
.shrinking-logo img {
    width: 294px !important;
    -moz-transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -o-transition: all .2s linear !important;
    transition: all .2s linear !important;
}
.shrinker.she-header img {
    width: 120px !important;
    -moz-transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -o-transition: all .2s linear !important;
    transition: all .2s linear !important;
}
.list li a {
    color: #54595f !important;
}
.hfe-nav-menu  li a {
    font-size: 1.5rem !important;
}
.hfe-nav-menu li a {
    color: #000;
}
.shrinker.she-header .hfe-nav-menu li a {
    font-size: 1rem !important;
    color: #000 !important;
    -moz-transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -o-transition: all .2s linear !important;
    transition: all .2s linear !important;
    text-align: right;
}
.shrinker .lang-item {
    display: none !important;
}
.shrinker.she-header .lang-item a img {
    height: 11px !important;
    width: 16px !important;
}
.iconomenu {
    display: none;
}
.img-fondo {
    animation: 7.8s circle ease-in-out;
}
@media (max-width: 767px) {
.shrinking-logo img, .shrinker.she-header .shrinking-logo img {
    width: 80px !important;
}
.iconomenu {
    display: block !important;
}
.hfe-nav-menu {
    display: none !important;
}
.list-iconos .elementor-icon-list-text {
    display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.shrinking-logo img {
    width: 120px !important;
}
.iconomenu {
    display: block !important;
}
.hfe-nav-menu {
    display: none !important;
}
}
ul.idiomas {
    display: flex;
    margin: 0;
    padding: 0;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: flex-end;
    font-weight: 800;
		font-family: 'Oswald', sans-serif;
	font-size:1.2rem;
	position:relative;
	z-index:1;
}

    .idiomas li {
        display: flex;
        align-content: center;
        align-items: center;
        flex-direction: row;
    }

        .idiomas li:nth-child(n+1)::after {						font-weight:300;
            content: "|";
            color: #2f4ea6;
        }

        .idiomas li:last-child::after {
            content: "";
        }

        .idiomas li a {
            color: #000;
            padding: 10px;
						font-weight: 600;
            text-decoration: none;
        }

            .idiomas li a:hover {
								color: #000;
                text-decoration: underline;
            }
 .idiomas li a:active, .idiomas li a:focus {
								color: #0997F7;                
            }

