/*
Theme Name: Aureliaginésprocuradora 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.1753856454
Updated: 2025-07-30 08:20:54

*/

* a , a svg {
	-moz-transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -o-transition: all .2s linear !important;
    transition: all .2s linear !important;
}

 .logo path {
    fill: #FFAE5B;
}
.shrinker {
    background-color: rgba(255,255,255,1) !important;
	
}

.shrinker .she-header {    
    -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;
	max-height:100px;
}

.shrinker.she-header * {
    color: #FFAE5B !important;
}
.shrinker.she-header .bloquesup {
	display:none!important;
}
.shrinking-logo svg  {
    
	transform: scale(0.8) !important;
	-webkit-transform: scale(0.8) !important;
}
.shrinker.she-header .shrinking-logo svg  {
   
    transform: scale(0.5) !important;
	-webkit-transform: scale(0.5) !important;
}

/* HTML: <div class="ribbon">Your text content</div> */
.ribbon {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.ribbon img {
   transform: rotate(180deg);    
   padding: 0px 0 10px;
}
.ribbon {
  --f: .4em; /* control the folded part */
  --r: .8em; /* control the cutout */
  transform: rotate(180deg);
  position: absolute;
  left: 20px;
  bottom: calc(-6.9*var(--f));
  padding: .2em;
  border: solid #0000;
  border-width: 0 0 var(--r) calc(2*var(--f));
  background: 
    radial-gradient(50% 100% at bottom,#0005 98%,#0000 101%) 
    0 0/calc(2*var(--f)) var(--f) no-repeat border-box;
  background-color: #8FBE00;
  border-radius: var(--f) var(--f) 0 0;
  clip-path: polygon(0 0,100% 0,100% 100%,calc(50% + var(--f)) calc(100% - var(--r)),calc(2*var(--f)) 100%,calc(2*var(--f)) var(--f),0 var(--f));
}
.shrinker.she-header .ribbon {
	transform: rotate(180deg) scale(0.7) !important;
	-webkit-transform: rotate(180deg) scale(0.7) !important;
	padding:0 3px!important;
	bottom:calc(-6*var(--f))!important;
}
.hfe-nav-menu  li a {
    font-size: 1.5rem !important;
	color: #FFAE5B!important;
	
}
.hfe-nav-menu  li a:hover, .shrinker.she-header .hfe-nav-menu li a:hover {
	color: #FFCA95 !important;
	
}

.shrinker.she-header .hfe-nav-menu li a {
    font-size: 1.2rem !important;
    color: #FFAE5B !important;
    
    text-align: right;
}

.iconomenu {
    display: none;
}

ul.idiomas {
    display: flex;
    font-size: 1.2rem;
    font-weight: 800;
    font-family: 'Oswald', sans-serif;
    position: relative;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 1;
    align-content: flex-end;
    margin: 0;
    padding: 0;
}
.idiomas li {
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: center;
}
.idiomas li:nth-child(n+1)::after {
    content: "|";
    font-weight: 300;
    color: #2f4ea6;
}
.idiomas li:last-child::after {
    content: "";
}
.idiomas li a {
    text-decoration: none;
    font-weight: 600;
    color: #FFAE5B;
    padding: 6px 10px;
  border: 1px solid #bd6d1c !important;
  border-radius: 50%;
 
	
}
.idiomas li a:hover {
    text-decoration: none;
    color: #FFCA95;
	border-color:#FFCA95!important;
}
.idiomas li a:active, .idiomas li a:focus {
    color: #FFCA95;
}
.hfe-scroll-to-top-button {
    background-color: #113d7e !important;
}

.wpcf7-form label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
   
    margin: 0 4px 10px;
	margin-right:0;
}

.wpcf7-form label:nth-child(-n+4) {
    width: 48.85%;
}
.wpcf7-form label input, .wpcf7-form label textarea {
    color: #000;
    border-style: solid;
    border-color: #c2bdbd;
    border-width: 4px 4px 4px 4px !important;
}
.wpcf7-form input[placeholder] {
    color: #000 !important;
}
.wpcf7-form input[type="submit"] {
    border: 0;
    display: block;
    font-size: 18px;
    font-weight: 400 !important;
    background-color: #604020;
    color: #fff !important;
    font-family: "Arial", Sans-serif;
    width: 26% !important;
    letter-spacing: 1px;
    padding: 10px 26px!important;
    border-radius: 36px;
}
.wpcf7-not-valid-tip {
    color: #ff0000;
}
.wpcf7-list-item-label {
    color: #000;
}
.wpcf7-response-output {
    color: #000;
}
@media (max-width: 767px) {
.shrinking-logo svg, .shrinker.she-header .shrinking-logo svg {
    width: 50px !important;
	height:auto!important;
}
.iconomenu {
    display: block !important;
}
.hfe-nav-menu {
    display: none !important;
}
.shrinker .list-iconos .elementor-icon-list-text {
    display: none !important;
}
	.idiomas-block {
		display: none !important;	
	}
	.ribbon {
		bottom: calc(-4.5*var(--f));
	}
}
@media (min-width: 768px) and (max-width: 991px) {
.shrinking-logo img {
    width: 120px !important;
}
.iconomenu {
    display: block !important;
}
.hfe-nav-menu {
    display: none !important;
}

	.ribbon {
		bottom: calc(-4.5*var(--f));
	}
}
.partidos a, .partidos a:active, .partidos a:focus {
	color:#A77038;	
}
.partidos a:hover {
	color:#FFAE5B !important;
}
div:target {
  background: #cfdfea!important;
}
.hidden {
	color:#604020;
	padding-bottom: 5px;
    display: block;
}
