/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 12 2026 | 02:55:50 */
/* Capital humano acordeon */
.energia-capital-humano-cards > div:nth-child(1) img{
	margin-left: -16px;
}

.energia-capital-humano-cards > div:nth-child(2) img{
	margin-left: -20px;
}

.energia-capital-humano-cards > div:nth-child(3) img,
.energia-capital-humano-cards > div:nth-child(4) img{
	margin-left: -10px;
}

.shadow-other{
	box-shadow: 0px 0px 8px 0px #00000040;
}

.bg-color-orange{
	background-color: #D55E1E;
}
    
.top-n-1rem{
	top: -1rem;
}

/*Efectos*/
#careerList .card, .card-carrera-home, .rw-recursos .card, #resourcesList .card{
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;	
}
#careerList .card:hover, .card-carrera-home:hover, .rw-recursos .card:hover, #resourcesList .card:hover{
	-webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

.card-noticia img, #newsList img{
	transition: transform 0.5s ease;
}

.card-noticia img:hover, #newsList img:hover{
	transform: scale(1.04);
}

/*Hover al menú principal*/
.energia-header-menu .energia-navbar .nav-item a{
	padding: 1px 7px;
}
.energia-header-menu .energia-navbar .nav-item a:hover{
	border-bottom: 2px solid #fff;
    background-color: #DA3487;
    color: #fff !important;
}