/*
Theme Name: Dicontsa
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.1742921775
Updated: 2025-03-25 17:56:15

*/

body {
    background-color: #000;
    background-image: url('http://localhost/dicontsa/wp-content/uploads/2025/03/patron.jpg');
    background-repeat: repeat;
    background-position: 0 0;
}

.shrinker.she-header {
	background:#1d1d1d!important;
	overflow:hidden!important;
	height:auto!important;
}
.shrinking-logo img {
    width: 108px !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 .shrinking-logo img {
    width: 100px !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 .titulo img {
	width: 270px !important;
    -moz-transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -o-transition: all .2s linear !important;
    transition: all .2s linear !important;
}
.hfe-nav-menu  li a {
    font-size: 1.2rem !important;
    -moz-transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -o-transition: all .2s linear !important;
    transition: all .2s linear !important;
    margin: 0 5px;
}
.hfe-nav-menu li a:hover {
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -o-border-radius: 20px !important;
    border-radius: 20px !important;
}
.hfe-menu-item {
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -o-border-radius: 20px !important;
    border-radius: 20px !important;
}
.shrinker.she-header h1 {
	font-size:28px!important;
}
.shrinker.she-header .hfe-nav-menu li a {
    font-size: 1rem !important;
    color: #F8F54E !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.she-header .idiomas {
	font-size: 1rem !important;
}
@media (max-width: 767px) {
	.shrinking-logo img, .shrinker.she-header .shrinking-logo img {
		width: 60px !important;
	}
	.shrinker .titulo img, .shrinker.she-header .titulo img {
		width: 120px !important;
	}
	.shrinker h1, .shrinker.she-header h1 {
		font-size: 0.85rem !important;
	}
	.shrinker.she-header img {
		width: 60px !important;
		-moz-transition: all .2s linear !important;
		-webkit-transition: all .2s linear !important;
		-o-transition: all .2s linear !important;
		transition: all .2s linear !important;
	}
	.hfe-nav-menu li a {
		background-color:#1d1d1d!important;
	}
	.iconomenu {
		display: block !important;
		color:#fff !important;
	}	
	ul.idiomas {
		font-size:0.85rem !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.shrinking-logo img {
    	width: 60px !important;
	}
	.shrinker .titulo img {
		width: 120px !important;
	}
	.shrinker h1 {
		font-size: 0.85rem !important;
	}
	.shrinker.she-header img {
		width: 60px !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 .hfe-nav-menu li a {
		font-size: 0.8rem !important;

	}
	.idiomas li a {
		font-size: 0.8rem !important;
	}
	.iconomenu {
		display: block !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: Arial, sans-serif;
	font-size:1.2rem;
	position:relative;
	line-height:1;
	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: #F8F54E;
        }

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

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

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

