/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 22 2025 | 21:35:24 */
.ciencias-card-quienes .d-flex.flex-column{
	margin-bottom: 0 !important;
}

.ciencias-card-quienes .row > div:nth-child(1) div:has(img){
	width: calc(100% + 80px);
    margin-left: -40px;
    margin-top: -20px;
}

@media(min-width: 992px){
	.ciencias-card-quienes .row > div:nth-child(1) div:has(img) {
		width: calc(100% + 24px);
		margin-left: -24px;
		margin-top: -24px;
	}
}

.position-fixed{
	position: fixed;
}

.top-40{
	top: 40%;
}

.top-32px{
	top: 32px;
}

@media(min-width: 768px){
	.top-md-32px{
		top: 32px;
	}
}

.w-49px{
	width: 49px;
}

.h-47px{
	height: 47px;
}

.h-fit{
	height: fit-content;
}

.bg-blue{
	background-color: #0176de;
}

.text-white{
	color: #FFF;
}

.fs-4{
	font-size: 1.5rem !important;
}

.rounded-start-1{
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.position-sticky{
	position: sticky;
}

@media(min-width: 768px){
	.position-md-sticky{
		position: sticky;
	}
}

@media (min-width: 768px) {
    .ciencias-cita-imagen-lateral .uc-image-quote.image-right .uc-card{
        width: 170%;
    }
}

.mb-12i{
	margin-bottom: 12px !important;
}