﻿#SectionProductosCuatroImagenes {
    position: relative;
    width: 100%;
    background-color: #ffffff;
}

#ArticleProductosCuatroImagenes {
    width: 100%;
    overflow: hidden;
}

.TituloSeccionProductosCuatroImagenes
{
    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;
}

.ProductosCuatroImagenes 
{
    position: relative;
    width: 100%;
    height: 450px !important;
    margin-bottom: 40px;
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    display: inline-block;
    transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    /* padding: 10px; */
}

.AltoCeldaProductosCuatroImagenes
{
    height: 500px;
    margin: 0px;
    padding: 0px;
}

.ImagenProductosCuatroImagenes 
{
    position: relative;
    /* top: 0; */
    /* left: 0; */
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;    
    /* margin: 3px; */
    height: Calc(100% - 120px);
    transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    overflow: hidden;
    z-index: 1;
}

.CapaContenedoraProductosImagenCuatroImagenes
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.CapaFondoProductosImagenCuatroImagenes
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
}

.CapaFondoProductosImagenCuatroImagenes:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(52,56,69,0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(52,56,69,0.8)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(52,56,69,0.8) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(52,56,69,0.8) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(52,56,69,0.8) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(52,56,69,0.8) 100%);
    background-size: 115%;
    -webkit-transition: all 0.7s cubic-bezier(.68,.11,.13,.98);
    -moz-transition: all 0.7s cubic-bezier(.68,.11,.13,.98);
    transition: all 0.7s cubic-bezier(.68,.11,.13,.98);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.CapaInfoProductosCuatroImagenes
{
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.ProductosCuatroImagenes:hover .LineaProductosCuatroImagenesGorda
{
    left: 0;
    opacity: 1;
}

.ProductosCuatroImagenes:hover .CapaFondoProductosImagenCuatroImagenes
{
    -ms-transform: scale(1.1, 1.1); /* IE 9 */
    -webkit-transform: scale(1.1, 1.1); /* Safari */
    transform: scale(1.1, 1.1);
}

.InfoProductosCuatroImagenes
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;    
    min-height: 110px;
    transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
}

.EnlaceProductosCuatroImagenes, a.EnlaceProductosCuatroImagenes
{
    text-decoration: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

.TituloProductosCuatroImagenes, a.TituloProductosCuatroImagenes:link, a.TituloProductosCuatroImagenes:visited
a.TituloProductosCuatroImagenes:active, a.TituloProductosCuatroImagenes:visited {
    text-align: left;
    padding: 10px 0px 7px 0px;
    width: 100%;
    overflow: hidden;
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.03;
    position: relative;
}

a.TituloProductosCuatroImagenes:hover
{
    color: #5c5c5c;
    text-decoration: none;
}

.TextoProductosCuatroImagenes {
    font-family: Lato, sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #242831;
    padding: 8px 0px 3px 0px;
    text-align: left;
    vertical-align: bottom;
    display: table-cell;
    transition: 1s ease;
    -moz-transition: 0.8s ease;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    /* height: 90px; */
    overflow: hidden;
}

.TextoProductosCuatroImagenesContenedor {
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #242831;
    padding: 10px 0px 7px 0px;
    text-align: left;
    vertical-align: bottom;
    display: block;
    transition: 1s ease;
    -moz-transition: 0.8s ease;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    /* height: 90px; */
    overflow: hidden;
}

.LineaProductosCuatroImagenes {
    width: 100%;
    min-height: 2px;
    background-color: #fff;
    /* margin-top: 5px; */
    overflow: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
}

.LineaProductosCuatroImagenesGorda 
{
    opacity: 0;
    width: 100%;
    min-height: 3px;
    background-color: #fff;
    /* margin-top: 5px; */
    overflow: auto;
    position: absolute;
    bottom: 0;
    left: -100%;
    transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
}


/*
.ProductosCuatroImagenes:hover .InfoProductosCuatroImagenes
{
    margin-top: 0;
}
*/


/* Waypoints */

/*
#ProductosCuatroImagenesItem1, #ProductosCuatroImagenesItem2, #ProductosCuatroImagenesItem3, #ProductosCuatroImagenesItem4,
#ProductosCuatroImagenesItem5, #ProductosCuatroImagenesItem6, #ProductosCuatroImagenesItem7, #ProductosCuatroImagenesItem8,
#ProductosCuatroImagenesItem9
{
    opacity: 0;
}

.escalarProductosCuatroImagenes
{
    animation-name: escalarProductosCuatroImagenesAnimacion;
    animation-duration: 1.5s;
    opacity: 1 !important;
}
	
@keyframes escalarProductosCuatroImagenesAnimacion
{
    0% 
    {
		opacity: 0;
	}
	100% 
	{
	    opacity: 1;
	}
}
*/