/*
Theme Name: Talleres García Muñoz
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.1728284764
Updated: 2024-10-07 09:06:04

*/

.bandas {
    height: 437px;
    width: 100%;
    animation: change-color 2s ease 0s forwards;
}
.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: 240px !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: 140px !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.3rem !important;
}
.hfe-nav-menu  li a:hover {
    text-decoration: underline !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;
}

/**************  Móviles  **************/
@media (max-width: 767px) {
.shrinking-logo img {
    width: 120px !important;
}


.iconomenu {
    display: block !important;
}
.dialog-widget-content {
    background-color: #fff !important;
}
}

/**************  Tablets  **************/
@media (min-width: 768px) and (max-width: 991px) {
.shrinking-logo img {
    width: 80px !important;
}

.iconomenu {
    display: block !important;
}
.dialog-widget-content {
    background-color: #fff !important;
}
}
h2 {
	font-family:"roboto", sans-serif;
	font-size:1.5em;
	font-weight:300;
	color:#000;
}
#wpforms-form-110 {
	display:flex!important;
	align-items:flex-end!important;
	padding:0!important;
	width:100%!important;
}
#wpforms-110-field_2-container {
	padding:0!important;
	width:100%!important;
}
}
#wpforms-110 .wpforms-field,
#wpforms-110 .wpforms-field .wpforms-field-row-block {
    position: relative;
	
}
 
#wpforms-110 input[type="text"],
#wpforms-110 input[type="email"],
#wpforms-110 textarea {
    padding-left: 35px !important;
}
 
#wpforms-110 .wpforms-field .wpforms-field-label {
    position: relative;
}
 
#wpforms-110 .wpforms-field .wpforms-field-label:before,
#wpforms-110 .wpforms-field .wpforms-field-row-block:before {
    position: absolute;
    left: 10px;
    top: 32px;
    z-index: 99999;
    color: #000;
    font-size: 17px;
    opacity: 0.3;
}
 
#wpforms-110-field_0-container .wpforms-field-label:before,
#wpforms-110-field_1-container .wpforms-field-label:before,
#wpforms-110-field_2-container .wpforms-field-label:before {
    font-family: "Font Awesome 5 Free";
}
 
#wpforms-110-field_0-container .wpforms-field-label:before {
    content: '\f007';
}
 
#wpforms-110-field_1-container .wpforms-field-label:before {
    content: '\f0e0';
}
 
#wpforms-110-field_2-container .wpforms-field-label:before {
    content: '\f0e0';
}
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: inherit;
	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: 700;
            text-decoration: none;
        }

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