/* css para las tarjetas y pagina informativa */

.container-cursos {
    padding-top: 30px;
    padding-bottom: 30px;
    /* background-color: #f5f5f5; */
}

.tarjeta {
    border: 0;
	opacity: 1;
    transition: all 0.8s ease;
    min-height: 300px;
}

.card {
    font-family: 'Helvetica', 'Arial', sans-serif;
	/*padding-left: 0;
    padding-right: 0;*/
    border: 0;
	width: 100%;
	/* border: 1px solid rgba(0,0,0,.125); */
	margin-bottom: 15px;
	transition: all 0.3s ease;
}

.card:hover {
	/*margin-top: -1px;*/
	-webkit-box-shadow: 10px 10px 5px -4px rgba(140,140,140,1);
	-moz-box-shadow: 10px 10px 5px -4px rgba(140,140,140,1);
	box-shadow: 10px 10px 5px -4px rgba(140,140,140,1);
}

.texto-amarillo-google {
    color: #fec006;
}

.texto-anotaciones-tarjeta {
    font-size: 1.1em;
}

.titulo-infografia {
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 100;
    min-height: 70px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.datos-curso {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    min-height: 120px;
}
