.notas-header h1 {
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    color: transparent;
    font-family: 'Galano_Grotesque_Heavy';
     font-size: 42px;
}

.notas-header {
    margin: 0px;
    margin-top: 70px;
    margin-bottom: 40px;
}

.notas-imagenes img{
	width:70px;
	height: 70px;
	border-radius: 50%;	
}

.notas-imagenes-video div{
	width:70px;
	height: 70px;
	border-radius: 50%;	
}

.notas-video-div img{
		width: 50%;
}

.notas-titulos{
	font-size: 18px;
	font-family: 'Galano_Grotesque_Bold';
	margin-bottom: 15px;
}

.notas-autor{
	font-size: 11px;
	font-family: 'Galano_Grotesque_Bold';
	float: left;
}

.notas-fecha{
	font-size: 10px;
    font-family: 'maisonneuemono';
    float: right;
}

.notas-notas-div{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	cursor: pointer;
	display: block;
	color: #2A2C2D;;
}

.notas-notas-div:hover, .notas-notas-div:focus{
	color: #2A2C2D;

}


.ampersand{
	 font-family: 'maisonneuemono';
}

.notas-destacada{
	width: 100%;
	height: 150px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 40px;
}

@media(max-width: 767px){
	.notas-notas-div{
		width: 100%;
	}

	.notas-destacada{
	
	height: 150px;
	}

	.notas-notas-div-destacada{
		
		height: 180px;
	}

}

@media(min-width: 768px){
	.notas-notas-div-destacada{
		
		height: 300px;
	}
}

@media(min-width: 768px){

	.notas-notas-div{
		width: 50%;
	
	}

	.notas-destacada{
	
		height: 300px;
	}
}

@media(min-width: 1000px){

	.notas-notas-div{
		width: 40%;
	}
}

@media(min-width: 1200px){

	.notas-notas-div{
		width: 30%;
	}
}

@media(min-width: 1400px){

	.notas-notas-div{
		width: 30%;
	}
}

.notas-destacada-fondo-color{
	width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
}

.notas-notas-div-destacada{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	position: relative;
}


.nota-destacada{
	width: 100%;
	height: inherit;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 20px;
}

.nota-destacada-info-div{
	width: 300px;
    height: 120px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-20%);
    z-index: 999;
    color: inherit;
}

.nota-destacada-info-div:hover, .nota-destacada-info-div:focus{
	color: inherit;
	text-decoration: none;
}


.color-fondo-rojo{
	background-color: rgba(234,46,25,0.7);
	color: white;
}

.color-fondo-naranja{
	background-color: rgba(253,91,28,0.7);
	color: white;
}

.color-fondo-amarillo{
	background-color: rgba(249,238,50,0.7); 
	color: #2A2C2D;
}

.color-fondo-verde{
	background-color: rgba(147,244,130,0.7); 
	color: #2A2C2D;
}

.color-fondo-aqua{
	background-color: rgba(56,255,225,0.7); 
	color: #2A2C2D;
}

.color-fondo-azul{
	background-color: rgba(49,81,244,0.7);
	color: white;
}

.color-fondo-rosa{
	background-color: rgba(235,0,225,0.7);
	color: white;
}

.color-fondo-morado{
	background-color: rgba(112,46,121,0.7);
	color: white;
}


.rojo-texto-par, .rojo-texto-par:hover, .rojo-texto-par:focus{

	color: white;
}

.naranja-texto-par, .naranja-texto-par:hover, .naranja-texto-par:focus{
	
	color: white;
}

.amarillo-texto-par, .amarillo-texto-par:hover, .amarillo-texto-par:focus{
	
	color: #2A2C2D;
}

.verde-texto-par, .verde-texto-par:hover, .verde-texto-par:focus{
	
	color: #2A2C2D;
}

.aqua-texto-par .verde-texto-par:hover, .verde-texto-par:focus{
	
	color: #2A2C2D;
}

.azul-texto-par, .azul-texto-par:hover, .azul-texto-par:focus{
	
	color: white;
}

.rosa-texto-par, .rosa-texto-par:hover, .rosa-texto-par:focus{
	
	color: white;
}

.morado-texto-par, .morado-texto-par:hover, .morado-texto-par:focus{
	
	color: white;
}