/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 06 2025 | 02:43:45 */
.min-w-max{
	min-width: max-content;
}

.max-w-max{
	max-width: max-content;
}

.text-shadow{
	text-shadow: 0 4px 4px 000000 25%;
}

.fs-3rem{
	font-size: 3rem !important;
}

@media(max-width: 767px){
	.uc-hero.height-min{
		height: 100%;
	}
}

.investigacion-gradient-top{
	z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: linear-gradient(0deg, rgba(8,39,92,.576), #03122e 100%) !important;
}

@media(min-width: 768px){
	.investigacion-gradient-top{
		background: linear-gradient(0deg, rgba(0,0,0,0) 34%, #03122e 100%) !important;
	}
}

.uc-hero__blue-gradient--top{
	z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: linear-gradient(0deg,rgba(8,39,92,.576),#03122e 100.76%);
}

@media(min-width: 768px){
	.uc-hero__blue-gradient--top{
		background: linear-gradient(0deg,rgba(8,39,92,0),rgba(8,39,92,.576) 38.84%,#03122e 100.76%);
	}
}

.card-title-black h1,
.card-title-black h2,
.card-title-black h3,
.card-title-black h4,
.card-title-black h5,
.card-title-black h6{
	color: #000;
}

.card-deco-mx-auto .uc-text-divider{
	margin-left: auto;
	margin-right: auto;
}

.investigacion-card-equipo .acf-email,
.investigacion-card-equipo .acf-telefono,
.investigacion-card-equipo .acf-otros{
	display: none;
}

.investigacion-title-rcer h1,
.investigacion-title-rcer h2,
.investigacion-title-rcer h3,
.investigacion-title-rcer h4,
.investigacion-title-rcer h5,
.investigacion-title-rcer h6{
	width: 100%;
	border-bottom: 3px solid #707070;
	padding-bottom: 4px;
	margin-bottom: 16px;
}

.border-top-color-green{
	border-color: #00AA00 !important;
}

.border-top-color-red{
	border-color: #F24F4F !important;
}

.border-top-color-yellow{
	border-color: #E3AE00 !important;
}

@media(min-width: 768px){
	.mt-md-0{
		margin-top: 0;
	}
}

.max-w-100{
	max-width: 100%;
}