.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: 335px;
	background: #fff;
	margin: 30px 10px;
	padding: 20px 15px;
	display: flex;
	flex-direction: column;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	transition: 0.3s ease-in-out;
	border-radius: 0 50px;
	overflow: hidden;
}
.main-cards-v3 .cards .card .circle {
	position: absolute;
	top: -220px;
	left: 50%;
	transform: translateX(-50%);
	width: 420px;
	height: 420px;
	/*background: #333;*/
	/*clip-path: circle();*/
}
.main-cards-v3 .cards .card .circle::before {
	content: '';
	position: absolute;
	top: -13px;
	left: -16px;
	width: 100%;
	height: 100%;
	background: transparent;
	box-shadow: 0 0 0 15px 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, 1);
}
.main-cards-v3 .cards .card .circle.s-pais::before {
	box-shadow: 0 0 0 20px rgba(61, 130, 86, 1);
}
.main-cards-v3 .cards .card .circle.s-tematica::before {
	box-shadow: 0 0 0 20px rgba(29, 112, 182, 1);
}
.main-cards-v3 .cards .card .circle.s-profesionales::before {
	box-shadow: 0 0 0 20px rgba(240, 118, 15, 1);
}
.main-cards-v3 .cards .card .circle.s-editorial::before {
	box-shadow: 0 0 0 20px rgba(221, 165, 11, 1);
}
.main-cards-v3 .cards .card .circle.s-ninos::before {
	box-shadow: 0 0 0 20px rgba(96, 159, 2, 1);
}
.main-cards-v3 .cards .card .circle.s-artistico::before {
	box-shadow: 0 0 0 20px rgba(48, 48, 48, 1);
}
.main-cards-v3 .cards .card .circle.s-jovenes::before {
	box-shadow: 0 0 0 20px rgba(141, 61, 174, 1);
}
.main-cards-v3 .cards .card .circle.s-academico::before {
	box-shadow: 0 0 0 20px rgba(172, 94, 31, 1);
}

.main-cards-v3 .cards .card:hover {
	height: 400px;
}
.main-cards-v3 .cards .card .circle .imgBx {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 291px;
	height: 200px;
}
.main-cards-v3 .cards .card .circle .imgBx img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
	border-radius: 0 45px 55% 40%;
}
.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: 130px 15px;
	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: 160px;
	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: -205px;
	padding: 5px 15px;
}
.main-cards-v3 .cards .card .cAutor {
	position: relative;
	text-align: center;
	bottom: -200px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	padding: 0px 15px 0px 15px;
	color: #615f5f;
}
.main-cards-v3 .cards .card .cFecha {
	position: relative;
	text-align: center;
	bottom: -185px;
	padding: 10px 15px;
}
.main-cards-v3 .cards .card p {
	/* padding: 0px 0px 10px 0px; */
	font-size: 13px;
	color: #5c5c5c;
}
.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;
}
.btn-card {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 20px;
	color: #333;
	background-color: none;
	text-decoration: none;
	transition: background-color 0.3s;
	border: 1px #333 solid;
	box-shadow: 2px 2px #aeaeae;
}
.btn-card:hover {
	background-color: #004b89;
	color: #fff;
	text-decoration: none;
	outline: 0;
}
