/*
Theme Name: Windup Business Theme
Theme URI: https://windup.es/
Template: hello-elementor
Author: Windup Business
Author URI: https://windup.es/
Description: Tema hijo de Hello desarrollado por Windup Business. Tema optimizado para trabajar con Elementor page builder.
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.4.1.1638184772
Updated: 2022-06-06 11:11:11

*/

/* Generales */
.texto_naranja{
	color: #ED7D31;
	font-weight:600;
}
.elementor-icon-wrapper{
	line-height:0;
}


/* Menú */
li.menu-item.wpml-ls-slot-23 {
    margin-left: 65px;
}

#menu-1-ea61865 li.menu-item-59 a,
#menu-1-c8858e8 li.menu-item-59 a,
#menu-1-ea61865 li.menu-item-5754 a,
#menu-1-c8858e8 li.menu-item-5754 a, 
#menu-1-c8858e8 li.menu-item-6253 a, 
#menu-1-c8858e8 li.menu-item-6258 a, 
#menu-1-c8858e8 li.menu-item-6265 a{
    background: #ED7D31;
    color: #ffffff;
    border-radius: 5px;
	border: 1px solid #ED7D31;
}

#menu-1-c8858e8 li:hover.menu-item-59 a,
#menu-1-c8858e8 li:hover.menu-item-5754 a{
    background: transparent;
    border: 1px solid #ED7D31;
    color: #ED7D31;
}

#menu-1-ea61865 li:hover.menu-item-59 a,
#menu-1-ea61865 li:hover.menu-item-5754 a,{
    background: #ffffff;
    border: 1px solid #ED7D31;
    color: #ED7D31;
}

/* Blog */
.texto_blanco p a {
	color: #ffffff;
}
span.post-navigation__prev--label::before,
span.post-navigation__next--label::after{
    content: "";
    display: inline-block;
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
}
span.post-navigation__prev--label::before{
	margin-right: 10px;
	background-image: url(https://wrenergy.eu/wp-content/uploads/2025/08/icon-arrow-left.svg);
}
span.post-navigation__next--label::after {
	margin-left: 10px;
    background-image: url(https://wrenergy.eu/wp-content/uploads/2025/08/icon-arrow-right.svg);
}
.elementor-3175 .elementor-element.elementor-element-fd85a77 span.post-navigation__prev--label,
.elementor-3175 .elementor-element.elementor-element-fd85a77 span.post-navigation__next--label{
    display: flex;
	justify-content: center;
	justify-content: center;
    align-items: center;
	border: 1px solid #123000;
	border-radius: 10px;
    padding: 5px;
	width: 50%;
}
.elementor-3175 .elementor-element.elementor-element-fd85a77 span.post-navigation__next--label{
	align-self: end;
}
.elementor-3175 .elementor-element.elementor-element-fd85a77 span.post-navigation__prev--title,
.elementor-3175 .elementor-element.elementor-element-fd85a77 span.post-navigation__next--title {
    margin-top: 10px;
}


/* Página Candidatos */
.elementor-32 .elementor-element.elementor-element-85d3069 input#form-field-field_50940d0 {
    background-color: #ffffff00;
}

/* Estilos tarjeta */
.card-equipo {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.card-equipo .elementor-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.6s ease-in-out;
  z-index: 0;
}
.card-equipo .card-detalles {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 20px 15px;
  color: white;
  text-align: center;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  z-index: 2;
  transform: translateY(100%);
  opacity: 0;
}
.card-equipo::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  z-index: 1;
}
.card-equipo:hover .elementor-image img {
  opacity: 0.85;
}
.card-equipo:hover .card-detalles {
  opacity: 1;
  transform: translateY(0);
}
.card-equipo:hover::after {
  opacity: 1;
}

.card-equipo .card-detalles h3,
.card-equipo .card-detalles p {
  color: white;
  margin: 0;
}

/* Footer */
a.textos_legales{
	color: #ffffff;
}
a.textos_legales:hover{
	color: #ED7D31;
}