﻿#SectionBlogTuka {
    position: relative;
    width: 100%;
    background-color: #ffffff;
}

#ArticleBlogTuka {
    width: 100%;
    overflow: hidden;
}

.TituloSeccionBlogTuka
{
    text-align: left;
    color: #45484a;
    font-family: Lato, Sans-Serif;
    font-weight: 900;
    line-height: 1.15;
    font-size: 30px;
    padding: 75px 0px 50px 0px;
    width: 60%;
    min-width: 300px;
    box-sizing: border-box;
}

.BlogTuka {
    width: 100%;
    /* margin-bottom: 40px; */
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    display: inline-block;
    margin: px;
    background-color: #000000;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    /* padding: 10px; */
}

.AltoCeldaBlogTuka
{
    height: 350px;
    margin: 0px;
    padding: 0px;
}

.ImagenBlogTuka 
{
    position: absolute;
    top: 0;
    left: 0;
    /* padding-left: 15px; */
    /* padding-right: 15px; */
    width: 100%;
    /* margin: 3px; */
    height: 100%;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    overflow: hidden;
    z-index: 1;
}

.LeerMasBlogTuka
{
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
}

.LeerMasBlogTuka span {
    display: inline-block;
    width: 22px;
    height: 22px;
    font-size: 16px;
    line-height: 22px;
    text-indent: 2px;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.5s cubic-bezier(.76,.46,.22,1);
    -moz-transition: all 0.5s cubic-bezier(.76,.46,.22,1);
    transition: all 0.5s cubic-bezier(.76,.46,.22,1);
}

.LeerMasBlogTuka span:after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 50em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s cubic-bezier(.76,.46,.22,1);
    -moz-transition: all 0.5s cubic-bezier(.76,.46,.22,1);
    transition: all 0.5s cubic-bezier(.76,.46,.22,1);
}

.LeerMasBlogTuka:hover span {
    color: #6693b3;
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}

.TextoEnlaceBlogTuka, a.TextoEnlaceBlogTuka, a.TextoEnlaceBlogTuka:hover
{
    font-family: lato;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.03em;
}

.CapaFondoImagenBlogTuka
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.CapaFondoImagenBlogTuka:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.5;
    background-color: #31313C;
    background: -moz-radial-gradient(50% 50%, circle cover, rgba(255, 255, 255, 0) 0, #31313C 100%);
    background: -webkit-radial-gradient(50% 50%, circle cover, rgba(255, 255, 255, 0) 0, #31313C 100%);
    background: -o-radial-gradient(50% 50%, circle cover, rgba(255, 255, 255, 0) 0, #31313C 100%);
    background: -ms-radial-gradient(50% 50%, circle cover, rgba(255, 255, 255, 0) 0, #31313C 100%);
    background: radial-gradient(50% 50%, circle cover, rgba(255, 255, 255, 0) 0, #31313C 100%);
    background-size: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.CapaInfoBlogTuka
{
    position: relative;
    overflow: hidden;
    height: 300px;
    width: 100%;
}

.BlogTuka:hover .LineaBlogTuka
{
    width: 70px;
}

.BlogTuka:hover .CapaFondoImagenBlogTuka
{
    -ms-transform: scale(1.2, 1.2); /* IE 9 */
    -webkit-transform: scale(1.2, 1.2); /* Safari */
    transform: scale(1.2, 1.2);
}

.InfoBlogTuka
{
    position: absolute;
    bottom: 24px;
    left: 0;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    min-height: 110px;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.EnlaceBlogTuka, a.EnlaceBlogTuka
{
    text-decoration: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

.TituloBlogTuka, a.TituloBlogTuka:link, a.TituloBlogTuka:visited
a.TituloBlogTuka:active, a.TituloBlogTuka:visited {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 30px;
    font-weight: 100;
}

a.TituloBlogTuka:hover
{
    color: #fff;
    text-decoration: none;
}

.TituloBlogTukaCapa
{
    position: absolute;
    min-height: 100px;
    z-index: 1;
    bottom: 35px;
    left: 0;
    text-align: left;
    padding: 10px 0px 20px 0px;
    width: 100%;
    overflow: hidden;
}

.TextoBlogTuka {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    padding: 0px 0px 7px 0px;
    text-align: left;
    vertical-align: bottom;
    display: table-cell;
    transition: 1s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    height: 90px;
    overflow: hidden;
}

.LineaBlogTuka {
    width: 40px;
    min-height: 2px;
    background-color: #fff;
    /* margin-top: 5px; */
    overflow: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.LineaBlogTukaGorda 
{
    opacity: 0;
    width: 70px;
    min-height: 2px;
    background-color: #fff;
    /* margin-top: 5px; */
    overflow: auto;
    position: absolute;
    bottom: 0;
    left: -100%;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

/* Waypoints */

.TituloBlogTukaCapa
{
    opacity: 0;    
    -ms-transform: scale(0.3, 0.3); /* IE 9 */
    -webkit-transform: scale(0.3, 0.3); /* Safari */
    transform: scale(0.3, 0.3);
}

.escalarBlogTuka
{
    animation-name: escalarBlogTukaAnimacion;
    animation-duration: 1s;    
    -ms-transform: scale(1.0, 1.0); /* IE 9 */
    -webkit-transform: scale(1.0, 1.0); /* Safari */
    transform: scale(1.0, 1.0);
    opacity: 1;
}
	
@keyframes escalarBlogTukaAnimacion
{
    0% 
    {
		opacity: 0;
        -ms-transform: scale(0.3, 0.3); /* IE 9 */
        -webkit-transform: scale(0.3, 0.3); /* Safari */
        transform: scale(0.3, 0.3);
	}
	100% 
	{
	     opacity: 1;
        -ms-transform: scale(1.0, 1.0); /* IE 9 */
        -webkit-transform: scale(1.0, 1.0); /* Safari */
        transform: scale(1.0, 1.0);
	}
}