.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: 300px;
	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: -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: -20px;
    left: -16px;
    width: 100%;
    height: 100%;
    background: transparent;
    box-shadow: 0 0 0 20px rgba(226, 5, 28, 0.5);
    /*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: 440px;
}
.main-cards-v3 .cards .card .circle .imgBx{
	position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
	width: 271px;
	height: 200px;
    /*background: #ff0;*/
	
}
.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.40);
}
.main-cards-v3 .cards .card .c-Card{
	position: relative;
	margin-top: -140px;
	padding: 110px 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: -200px;
    padding: 5px 0;
}
.main-cards-v3 .cards .card .cAutor{
    position: relative;
    text-align: center;
    bottom: -200px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    padding: 0px 0px 10px 0px;
    color: #615f5f;
}
.main-cards-v3 .cards .card p{
	padding: 0px 0px 10px 0px;
	font-size: 14px;
	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: .4s;
    opacity: 0.8;
}
.btn2:hover {
    transform: scale(1.1);
    transition: .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;}