
.image-gallery-bottom-r {
	top: -86px;
}

.ubication-campus {
	position: relative;
	top: 1rem;
	width: 100%;
	height: 550px;
	z-index: 1;
}

.img-campus {
	transition-property: transform;
	transition-duration: 0.2s;
	position: relative;
	transform: scale(1);
}

.img-campus:hover {
	transform: scale(1.2);
	z-index: 122222;
}


@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.card-career {

	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	animation: fadeIn 0.7s ease-in-out;
	position: relative;
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
	width: 410px;
	height: 140px;
	border-radius: 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;

	transition: box-shadow 0.2s ease-in-out;
}

.card-career:hover {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
	text-decoration: none;
}

.card-career p, div, svg {
	margin: 0;
}

.content-career {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.bg-fill-out {
	position: absolute;
	z-index: 1;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 3.2rem;
	height: 100%;
	transition: width 0.2s ease-in-out;
}

.card-career:hover .bg-fill-out {
	width: 100%;
	border-top-left-radius: 10px;
}

.card-career:hover .card-career-name {
	color: #ffffff;
}

.icon-career-container-n {
	z-index: 2;
	border-radius: 10px;
	width: 3rem;
	height: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.icon-career-container-n svg {
	width: 2.2rem;
	height: 2.2rem;
	fill: #ffffff;
}

.ca-title-n {
	color: black;
	font-size: 1.2rem;
}

.margin-cm {
	margin-left: 0.75rem;
}

.accordion-content p {
	font-size: 1rem;
}

.icon-career {
	width: 100% !important;
}

.card-career-name {
	position: relative;
	z-index: 2;
	left: 0.4rem;
	font-size: 1.4rem;
	font-weight: 600;
	transition: color 0.2s ease-in-out;
}

.card-career-name-bottom {
	display: none; 
	font-size: 1rem;
	font-weight: 600;
	padding-left: 1rem;
}

.modalities-card {
	margin-top: auto;
	margin-left: 20px;
	margin-bottom: 6px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.all-bg {
	background-color: #666666;
}

.lic-bg {
	background-color: var(--cucii-blue);
}

.master-bg {
	background-color: var(--cucii-black);
}

.doc-bg {
	background-color: #c2351a;
}

.height-control {
	min-height: 387px;
}

.educative-offer {
	width: 1400px;
}

.load-careers {
	width: 33.33%;
}

.career-level {
	text-align: center;
	font-size: 1.5rem;
	font-family: var(--bs-body-font-family);
}

.accordion-button:after {
  background-image: none !important;
}

.accordion-button:hover {
	text-decoration: none;
}

.accordion-button p {
	color: #0088B8;
}

@media only screen and (max-width: 1410px) {
	.educative-offer {
		width: 1200px;
	}
	.card-career {
		width: 340px;
	}
	.card-career-name {
		/* display: none; */
		font-size: 1.1rem;
	}
	/* .card-career-name-bottom {
		display: block;
	} */
}

@media only screen and (max-width: 1231px) {
	.educative-offer {
		width: 100%;
	}
}
@media only screen and (max-width: 1070px) {
	.load-careers {
		width: 50%;
	}
	.card-career {
		width: 380px;
	}
}

@media only screen and (max-width: 991px) {
	.card-career {
		width: 85%;
		height: 154px;
	}
	.ca-title-n {
		font-size: 1rem;
	}
	.accordion-content p {
		font-size: 0.8rem;
		top: 0.1rem;
	}
}

@media only screen and (max-width: 835px) {
	.load-careers {
		width: 50%;
	}
	.card-career {
		width: 320px;
	}
	.card-career-name {
		font-size: 1rem;
	}
}

@media only screen and (max-width: 800px) {
	.ubication-campus {
		height: 300px;
	}
}

@media only screen and (max-width: 767px) {
	.accordion-content p {
		font-size: 0.7rem;
		top: 0.1rem;
	}
	.icon-career-container-n {
		width: 2.5rem;
		height: 2.5rem;
	}
	.icon-career-container-n svg {
		width: 1.7rem;
		height: 1.7rem;
	}
	.ca-title-n {
		white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
		font-size: 0.9rem;
	}
}

@media only screen and (max-width: 697px) {
	.load-careers {
		width: 100%;
	}
	.card-career {
		width: 410px;
	}
	.card-career-name {
		font-size: 1.3rem;
	}
}

@media only screen and (max-width: 664px) {
	.card-career {
		height: 160px;
	}
}

@media only screen and (max-width: 632px) {
	.card-career {
		width: 260px;
		height: 190px;
	}
}

@media only screen and (max-width: 600px) {
	.margin-cm {
    margin-left: 0.3rem;
	}
}

@media only screen and (max-width: 562px) {
	.icon-career-container-n {
		width: 2rem;
		height: 2rem;
	}
	.icon-career-container-n svg {
		width: 1.5rem;
		height: 1.5rem;
	}
}

@media only screen and (max-width: 553px) {
	.card-career {
		width: 420px;
		height: 130px;
	}
}

@media only screen and (max-width: 509px) {
	.image-galerry-bottom-r {
		top: -80px;
	}
}

@media only screen and (max-width: 465px) {
	.margin-cm {
		margin-left: 0.3rem;
	}
}

@media only screen and (max-width: 460px) {
	.card-career {
		width: 370px;
	}
	.card-career-name {
		font-size: 1.2rem;
	}
}

@media only screen and (max-width: 448px) {
	.card-career {
		width: 360px;
		height: 148px;
	}
	.ca-title-n {
		font-size: 0.8rem;
	}
	.accordion-body {
		padding: 0rem 1rem 1rem 1rem !important;
	}
	.accordion-button {
		padding: 1rem !important;
	}
}

@media only screen and (max-width: 415px) {
	.image-galerry-bottom-r {
		top: -70px;
	}
}

@media only screen and (max-width: 408px) {
	.card-career {
		width: 345px;
	}
	.card-career-name {
		font-size: 1.1rem;
	}
}

@media only screen and (max-width: 396px) {
	.card-career {
		width: 358px;
		height: 142px;
	}
}

@media only screen and (max-width: 385px) {
	.icon-career-container-n {
		width: 1.8rem;
		height: 1.8rem;
	}
	.icon-career-container-n svg {
		width: 1.2rem;
		height: 1.2rem;
	}
}

@media only screen and (max-width: 377px) {
	.card-career {
		width: 340px;
		height: 148px;
	}
}

@media only screen and (max-width: 373px) {
	.card-career {
		width: 310px;
	}
	.card-career-name {
		font-size: 1rem;
	}
}

@media only screen and (max-width: 360px) {
	.card-career {
		width: 320px;
	}
}

@media only screen and (max-width: 340px) {
	.image-galerry-bottom-r {
		top: -60px;
	}

	.card-career {
		width: 300px;
	}
}

@media only screen and (max-width: 322px) {
	.card-career {
		width: 280px;
		height: 172px;
	}
}