.btn-map:link,
.btn-map:visited {
	text-transform: uppercase;
	text-decoration: none !important;
	color: rgb(255, 255, 255) !important;
	padding: 10px 30px;
	border: 0px solid;
	border-radius: 1000px;
	display: inline-block;
	transition: all 0.2s;
	position: relative;
	background-color: rgb(128, 1, 1);
}

.btn-map:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(27, 27, 27, 0.5);
}

.btn-map:active {
	transform: translateY(-3px);
}

.btn-map::after {
	content: '';
	display: inline-block;
	height: 100%;
	width: 100%;
	border-radius: 100px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	transition: all 0.3s;
}

.btn-map:hover::after {
	background-color: rgb(128, 1, 1);
	transform: scaleX(1.4) scaleY(1.5);
	opacity: 0;
	text-decoration: none !important;
}
#mapas {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 840px;
}
#mapas img {
	width: 100%;
	max-width: 270px;
}
#consorcio {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	margin: 50px 15px;
}
#consorcio img {
	width: 100%;
	max-width: 270px;
}
#mapa-continente {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 840px;
	text-align: center;
}
#mapa-continente img {
	width: 100%;
	max-width: 80px;
}
#mapa-continente div {
	max-width: 320px;
	width: 100%;
	text-align: left;
}
#mapa-continente div span {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	min-width: 135px;
}
.mapImg:link,
.mapImg:visited {
	text-transform: uppercase;
	text-decoration: none !important;
	color: rgb(255, 255, 255) !important;
	padding: 10px 10px;
	border: 0px solid;
	display: inline-block;
	transition: all 0.2s;
	position: relative;
}

.mapImg:hover {
	transform: translateY(-5px);
}

.mapImg:active {
	transform: translateY(-3px);
}

.mapImg::after {
	content: '';
	display: inline-block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	transition: all 0.3s;
}

.mapImg:hover::after {
	background-color: rgb(128, 1, 1);
	transform: scaleX(1.4) scaleY(1.5);
	opacity: 0;
	text-decoration: none !important;
}
/*** Efecto redondo  ***/
.paisImg:link,
.paisImg:visited {
	text-transform: uppercase;
	text-decoration: none !important;
	color: rgb(255, 255, 255) !important;
	padding: 10px 10px;
	border: 0px solid;
	display: inline-block;
	transition: all 0.2s;
	position: relative;
}

.paisImg:hover {
	transform: translateY(-5px);
}

.paisImg:active {
	transform: translateY(-3px);
}

.paisImg::after {
	content: '';
	display: inline-block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	transition: all 0.3s;
	border-radius: 100%;
}

.paisImg:hover::after {
	background-color: rgb(128, 1, 1);
	transform: scaleX(1.4) scaleY(1.5);
	opacity: 0;
	text-decoration: none !important;
	border-radius: 100%;
}
.btn-regresar {
	padding: 0 25px;
	text-align: right;
}
.btn-regresar a {
	color: #800101 !important;
	text-decoration: none;
}

.btn-regresar a:hover {
	color: #666 !important;
}
.btn-regresar a,
.btn-regresar a:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	outline: none !important;
}
/* listas universidades */
.main-list {
	display: flex;
	justify-content: center;
	align-items: center;
}
.list {
	position: relative;
}
.list h2 {
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.list ul {
	position: relative;
}
.list ul li {
	position: relative;
	left: 0;
	list-style: none;
	margin: 4px 0;
	border-left: 4px solid #800101;
	transition: 0.5s;
}
.list ul li:hover {
	left: 10px;
}
.list ul li span {
	position: relative;
	padding: 8px;
	padding-left: 12px;
	display: inline-block;
	z-index: 1;
	transition: 0.5s;
}
.list ul li span.fa-stack {
	padding: 0;
	color: #800101;
}
.list ul li:hover span {
	color: #fff;
}
.list ul li:hover span i.fa-link,
.list ul li:hover span i.fa-magnifying-glass-chart,
.list ul li:hover span i.fa-file-pdf {
	color: #800101;
}
.list ul li:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #800101;
	transform: scaleX(0);
	transform-origin: left;
	transition: 0.5s;
}
.list ul li:hover:before {
	transform: scaleX(1);
}

.mmore div {
	padding: 15px 5px;
}

.mmore a {
	color: #800101 !important;
	text-decoration: none;
}
.mmore a:hover {
	color: #666;
}
.tituloUni {
	font-weight: bold;
	font-size: 16px;
}

.fancybox__container {
	z-index: var(--fancybox-zIndex, 9999998) !important;
}
