#SectionBlogKiraDestacadosInicio {
    overflow: auto;
    clear: both;
    width: 100%;
    padding-bottom: 90px;
    box-sizing: border-box;
}

#ArticleBlogKiraDestacadosInicio {
    width: 85%;
    max-width: 960px;
    font-family: Montserrat;
    font-size: 14px;
}

.ctrBlogKira_Listado {
    /* margin-top: 12px; */
    /* margin-left: 8px; */
    text-align: left;
    clear: both;
}

.kira {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

.FuenteTexto
{
    font-family: 'Lato', Sans-Serif;
    word-spacing: -0.15em !important;
    font-size: 30px !important;
    font-weight: 300 !important;
    line-height: 1.1 !important;
    font-style: normal !important;
}

/* Common style */
.kira figure {
	    position: relative;
    /* float: left; */
    display: inline-block;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 290px;
    max-width: 480px;
    max-height: 360px;
    width: 46%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.kira figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.8;
}

.kira figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.kira figure figcaption::before,
.kira figure figcaption::after {
	pointer-events: none;
}

.kira figure figcaption,
.kira 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 */
.kira figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.kira figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}



.kira figure h2,
.kira figure p {
	margin: 0;
}

.kira figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


/*-----------------*/
/***** Kira *****/
/*-----------------*/

figure.effect-kira {
	background: #fff;
	text-align: left;
}

figure.effect-kira img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-kira figcaption {
	z-index: 1;
}

figure.effect-kira div.CapaPrevia {
	position: absolute;
    bottom: 0;
    right: 2em;
    left: 2em;
    text-align: center;
    /* line-height: 1.5; */
    opacity: 0;
    -webkit-transition: opacity 0.1s, -webkit-transform 0.35s;
    transition: opacity 0.1s, transform 0.35s;
	-webkit-transform: translate3d(0,4em,0) scale3d(1,0.023,1) ;
	transform: translate3d(0,4em,0) scale3d(1,0.023,1);
}

figure.effect-kira p a {
	margin: 0 0.5em;
	color: #101010;
}

figure.effect-kira p a:hover,
figure.effect-kira p a:focus {
	opacity: 0.6;
}

figure.effect-kira figcaption::before {
	/*position: absolute;
	bottom: 0;
	right: 2em;
	left: 2em;
	z-index: -1;
	height: 3.5em;
	background: #fff;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,4em,0) scale3d(1,0.023,1) ;
	transform: translate3d(0,4em,0) scale3d(1,0.023,1);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;*/
}

figure.effect-kira:hover img {
	opacity: 0.5;
}

figure.effect-kira:hover div.CapaPrevia {
	opacity: 1;
	-webkit-transform: translate3d(0,-0.5em,0);
	transform: translate3d(0,-0.5em,0);
}

figure.effect-kira:hover figcaption::before {
	opacity: 0.7;
	-webkit-transform: translate3d(0,-1em,0) scale3d(1,1,1) ;
	transform: translate3d(0,-1em,0) scale3d(1,1,1);
}


/* Media queries */
@media screen and (max-width: 50em) {
	.kira figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}

/* Waypoints */

#BlogKiraItem1, #BlogKiraItem3
{
    opacity: 0;
    left: -30px;
}

#BlogKiraItem2, #BlogKiraItem4
{
    opacity: 0;
    right: -30px;
}

.escalarBlogKiraIzda
{
    animation-name: escalarBlogKiraAnimacionIzda;
    animation-duration: 1s;
    left: 0px !important;
    opacity: 1 !important;
}

.escalarBlogKiraDcha
{
    animation-name: escalarBlogKiraAnimacionDcha;
    animation-duration: 1s;
    right: 0px !important;
    opacity: 1 !important;
}
	
@keyframes escalarBlogKiraAnimacionIzda
{
    0% 
    {
		opacity: 0;
		left: -30px;
	}
	100% 
	{
	    left: 0;
	}
}

@keyframes escalarBlogKiraAnimacionDcha
{
    0% 
    {
		opacity: 0;
		right: -30px;
	}
	100% 
	{
	    right: 0;
	}
}

@media only screen and (max-width: 1024px) 
{
    
}

@media only screen and (max-width: 800px) 
{
    
}

@media only screen and (max-width: 600px) 
{
    
}

@media only screen and (max-width: 400px) 
{
    #SectionBlogKiraDestacadosInicio {
        padding-bottom: 0px;
    }
}