section.financiacion.container figure.filtro img {
    max-width: 90px;
}

section.financiacion.container figure.filtro {
    text-align: center;
}
section.financiacion.container figure.filtro a {
    border: 2px solid #d21c7d;
}
section.financiacion.container figure.filtro a:hover {
    background: #ffffff;
    color: #d21c7d;
    border: 2px solid #d21c7d;
    transition: 0.3s;
}

section.financiacion.container .full_img {
    width: 100%;
    overflow: hidden;
    max-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
section.financiacion.container .full_img img {
    width: 100%;
}
.menu-becas li.nav-item {
    border-right: 2px solid#d21c7c;
}
.menu-becas li.nav-item:last-child {
    border-right: 2px solid#f8f9fa;
}

section.financiacion.container p {
    text-align: center;
}

.NotaImportante h4 {
    color: #d21c7c;
    font-weight: 600;
}

.NotaImportante .card.card-body {
    background: #efefef;
    font-style: italic;
}

section.financiacion.container a {
    margin: 0 auto;
}

section#fondos_infomacion {
    padding: 43px 0px;
}

                /* Common style */

#fondos_infomacion .grid {
    position: relative;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    list-style: none;
    text-align: center;
}

#fondos_infomacion .grid figure {
    position: relative;
    float: left;
    margin: 10px 1%;
    min-width: 100%;
    max-width: 480px;
    min-height: 320px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

#fondos_infomacion .grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

#fondos_infomacion .grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#fondos_infomacion .grid figure figcaption::before,
#fondos_infomacion .grid figure figcaption::after {
	pointer-events: none;
}

#fondos_infomacion .grid figure figcaption,
#fondos_infomacion .grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
#fondos_infomacion .grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

#fondos_infomacion .grid figure h3 {
	word-spacing: -0.15em;
	font-weight: 300;
}

#fondos_infomacion .grid figure h3 span {
    font-weight: 800;
    padding: 0px 5px;
}

#fondos_infomacion .grid figure h3,
#fondos_infomacion .grid figure p {
	margin: 0;
}

#fondos_infomacion .grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Oscar *****/
/*---------------*/

#fondos_infomacion figure.effect-oscar {
    background: -webkit-linear-gradient(45deg, #9b2866 0%,#852266 40%,#924694 100%);
    background: linear-gradient(45deg, #9b2866 0%,#852266 40%,#924694 100%);
}

#fondos_infomacion figure.effect-oscar img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    min-width: 320px;
}

#fondos_infomacion figure.effect-oscar figcaption {
    padding: 1.5em;
    background-color: rgb(0 0 0 / 75%);
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
#fondos_infomacion figure.effect-oscar figcaption::before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 1px solid #fff;
    content: '';
}

#fondos_infomacion figure.effect-oscar h3 {
    margin: 10px 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,50%,0);
    font-size: 1.1em;
    width: 100%;
}

#fondos_infomacion figure.effect-oscar figcaption::before,
#fondos_infomacion figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

#fondos_infomacion figure.effect-oscar:hover h3 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#fondos_infomacion figure.effect-oscar:hover figcaption::before, #fondos_infomacion figure.effect-oscar:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #07ffed;
    font-size: 0.8em;
    text-decoration: underline;
}

#fondos_infomacion figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

#fondos_infomacion figure.effect-oscar:hover img {
	opacity: 0.4;
}

