.tit {
	width: 100%;
	padding: 30px 0 15px;
	text-align: center;
	color: #e2051c !important;
	font-size: 26px;
	line-height: 1.1;
}
.main-bordered {
	display: flex;
	align-items: center;
	justify-content: center;
}
.bordered {
	width: 80%;
	border-bottom: 2px solid #c1c1c1;
	max-width: 300px;
	margin-bottom: 20px;
}
.main-cards-v3 {
	display: flex;
	justify-content: center;
	align-items: center;
	/*background: #d4d4d4;;*/
	margin: 0;
	padding: 80px 0;
	/*height: 100vh;*/
}
.main-cards-v3 .cards {
	position: relative;
	width: 1920px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px;
}
.main-cards-v3 .cards .card {
	position: relative;
	width: 270px;
	max-width: 270px;
	height: 200px;
	background: #fff;
	margin: 30px 10px;
	padding: 20px 15px;
	display: flex;
	flex-direction: column;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
	transition: 0.3s ease-in-out;
	border-radius: 10px;
	overflow: hidden;
}
.main-cards-v3 .cards .card .circle {
	position: absolute;
	top: -200px;
	left: 50%;
	transform: translateX(-50%);
	width: 270px;
	height: 220px;
	/*background: #333;*/
	/*clip-path: circle();*/
}
.main-cards-v3 .cards .card .circle::before {
	content: '';
	position: absolute;
	top: -20px;
	width: 100%;
	height: 100%;
	background: transparent;
	box-shadow: 0 0 0 20px rgba(226, 5, 28, 1);
	/*border-radius: 50%;*/
	z-index: 1000;
	pointer-events: none;
}
/*Sombras para circulo de foto eventos*/
.main-cards-v3 .cards .card .circle.s-austria::before {
	box-shadow: 0 0 0 20px rgba(226, 5, 28, 0.5);
}
.main-cards-v3 .cards .card .circle.s-pais::before {
	box-shadow: 0 0 0 20px rgba(61, 130, 86, 0.5);
}
.main-cards-v3 .cards .card .circle.s-tematica::before {
	box-shadow: 0 0 0 20px rgba(29, 112, 182, 0.5);
}
.main-cards-v3 .cards .card .circle.s-profesionales::before {
	box-shadow: 0 0 0 20px rgba(240, 118, 15, 0.5);
}
.main-cards-v3 .cards .card .circle.s-editorial::before {
	box-shadow: 0 0 0 20px rgba(221, 165, 11, 0.5);
}
.main-cards-v3 .cards .card .circle.s-ninos::before {
	box-shadow: 0 0 0 20px rgba(96, 159, 2, 0.5);
}
.main-cards-v3 .cards .card .circle.s-artistico::before {
	box-shadow: 0 0 0 20px rgba(48, 48, 48, 0.5);
}
.main-cards-v3 .cards .card .circle.s-jovenes::before {
	box-shadow: 0 0 0 20px rgba(141, 61, 174, 0.5);
}
.main-cards-v3 .cards .card .circle.s-academico::before {
	box-shadow: 0 0 0 20px rgba(172, 94, 31, 0.5);
}

.main-cards-v3 .cards .card:hover {
	height: 280px;
}
.main-cards-v3 .cards .card .circle .imgBx {
	position: absolute;
	top: 30px;
	bottom: 0;
	width: 271px;
}
.main-cards-v3 .cards .card .circle .imgBx img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}
.main-cards-v3 .cards .card .circle .imgBx:hover img {
	/*transform: scale(1.2);*/
	filter: brightness(1.4);
}
.main-cards-v3 .cards .card .c-Card {
	position: relative;
	margin-top: -140px;
	padding: 10px 0;
	text-align: center;
	color: #111;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s ease-in-out;
}
.main-cards-v3 .cards .card .c-Card button {
	margin: 3px 5px;
}
.main-cards-v3 .cards .card:hover .c-Card {
	visibility: visible;
	opacity: 1;
	margin-top: 150px;
	transition-delay: 0.3s;
}
.main-cards-v3 .cards .card .c-Card .cardNombre {
	/*width: 270px;*/
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	padding: 20px 0px;
	color: #3c3c3c;
}
.main-cards-v3 .cards .card .cardTitulo {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	padding: 0px 0px 10px 0px;
	color: #615f5f;
}
.main-cards-v3 .cards .card .cEvent {
	position: relative;
	text-align: center;
	bottom: -200px;
	padding: 5px 0;
	font-weight: bold;
}
.main-cards-v3 .cards .card .cAutor {
	position: relative;
	text-align: center;
	bottom: -210px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	padding: 0px 0px 10px 0px;
	color: #424242;
}
.main-cards-v3 .cards .card .c-Card p {
	padding: 0px 0px 10px 0px;
	font-size: 14px;
	color: #424242;
	font-weight: normal;
}
.main-cards-v3 .cards .card p {
	padding: 0px 0px 10px 0px;
	font-size: 12px;
	color: #424242;
	font-weight: 700;
}
.main-cards-v3 .cards .vermasbtn a:link,
.main-cards-v3 .cards .vermasbtn a:visited {
	color: dimgray !important;
	text-decoration: none;
	transition: 0.5s;
	line-height: 25px;
}
.main-cards-v3 .cards .vermasbtn a:hover,
.main-cards-v3 .cards .vermasbtna:active {
	color: dimgray !important;
	text-decoration: none;
	transition: 0.5s;
}
.btn2 {
	padding: 10px 25px;
	color: #800101;
}
.btn2 {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	margin: 2px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	color: none !important;
	border: 1px solid transparent;
	border-radius: 50px;
	box-shadow: 0 2px 5px 0 rgb(60, 59, 59), 0 2px 10px 0 rgba(0, 0, 0, 0.09);
	transition: 0.4s;
	opacity: 0.8;
}
.btn2:hover {
	transform: scale(1.1);
	transition: 0.4s;
	opacity: 1;
}
/*Fondos de tarjetas */
.Fpoligono-left {
	background-image: url(/ful/2021/images/fondo-poligono-left.png);
	background-repeat: no-repeat;
}
.Fpoligono-right {
	background-image: url(/ful/2021/images/fondo-poligono-right.png);
	background-repeat: no-repeat;
}

.Fblanco {
	background-color: #fff;
}
.Fgris {
	background-color: #e9e9e9;
}
.cBlanco {
	color: white !important;
}
.c-rojo {
	color: #e2051c;
}
/*Boton consultar*/
.btn-circular:link,
.btn-circular:visited {
	text-transform: uppercase;
	text-decoration: none;
	color: rgb(27, 27, 27);
	padding: 5px 15px;
	border: 1px solid;
	border-radius: 1000px;
	display: inline-block;
	transition: all 0.2s;
	position: relative;
	font-size: 14px;
}

.btn-circular:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(27, 27, 27, 0.5);
}

.btn-circular:active {
	transform: translateY(-3px);
}

.btn-circular::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-circular:hover::after {
	background-color: rgb(226, 5, 28);
	transform: scaleX(1.4) scaleY(1.5);
	opacity: 0;
}
