﻿#MenusCuatroImagenesVisual {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
}

#ContenidoCuatroImagenesVisual {
    width: 80%;
    max-width: 1050px;
    overflow: hidden;
    max-height: 800px;
}

.TituloSeccionCuatroImagenesVisual
{
    text-align: center;
    color: #333333;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 60px;
    padding-top: 90px;
    margin-bottom: 50px;
    box-sizing: border-box;
}

.MenuCuatroImagenesVisual {
    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.8s ease;
    -moz-transition: 0.8s ease;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    /* padding: 10px; */
}

.AltoCeldaMenuCuatroImagenesVisual
{
    height: 350px;
    padding: 0px;
}

.ImagenMenuCuatroImagenesVisual
{
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    height: 100%;
    transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    overflow: hidden;
    z-index: 1;
}

.CapaFondoImagenCuatroImagenesVisual
{
    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;
}

.CapaFondoImagenCuatroImagenesVisual: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;
}

.CapaInfoCuatroImagenesVisual
{
    position: relative;
    overflow: hidden;
    height: 150px;
    width: 100%;
}

.MenuCuatroImagenesVisual:hover .InfoCuatroImagenesVisual
{
    bottom: 25px;
}

.MenuCuatroImagenesVisual:hover .LineaCuatroImagenesVisual
{
    position: relative;
    left: 0;
}

.MenuCuatroImagenesVisual:hover .TextoMenuCuatroImagenesVisual 
{
    padding: 7px 0px 7px 0px;
}

.MenuCuatroImagenesVisual:hover .CapaFondoImagenCuatroImagenesVisual
{
    -ms-transform: scale(1.1, 1.1); /* IE 9 */
    -webkit-transform: scale(1.1, 1.1); /* Safari */
    transform: scale(1.1, 1.1);
}

.InfoCuatroImagenesVisual
{
    position: absolute;
    bottom: 0;
    left: 0;
    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;
}

.ImagenMenuMiniaturaCuatroImagenesVisual {
    width: 100%;
    display: block;
}

.EnlaceCuatroImagenesVisual, a.EnlaceCuatroImagenesVisual
{
    text-decoration: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

.TituloMenuCuatroImagenesVisual, a.TituloMenuCuatroImagenesVisual:link, 
a.TituloMenuCuatroImagenesVisual:visited,
a.TituloMenuCuatroImagenesVisual:active {
    text-align: left;
    padding: 10px 0px 7px 0px;
    width: 100%;
    overflow: hidden;
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.03;
    position: relative;
}

a.TituloMenuCuatroImagenesVisual:hover
{
    color: #5c5c5c;
    text-decoration: none;
}

.TextoMenuCuatroImagenesVisual {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    padding: 0px 0px 7px 0px;
    text-align: left;
    transition: 1s ease;
    -moz-transition: 0.8s ease;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    height: 90px;
    overflow: hidden;
}

.LineaCuatroImagenesVisual {
    width: 100%;
    min-height: 2px;
    background-color: #fff;
    margin-top: 5px;
    overflow: auto;
    position: absolute;
    left: -100%;
    transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
}

.MenuCuatroImagenesVisual:hover .ImagenMenuCuatroImagenesVisual 
{
    height: 350px;
}

/*
.MenuCuatroImagenes:hover .InfoCuatroImagenes
{
    margin-top: 0;
}
*/


/* Waypoints */

#MenuCuatroImagenesVisualItem1, #MenuCuatroImagenesVisualItem2, 
#MenuCuatroImagenesVisualItem3, #MenuCuatroImagenesVisualItem4,
#MenuCuatroImagenesVisualItem5, #MenuCuatroImagenesVisualItem6,
#MenuCuatroImagenesVisualItem7, #MenuCuatroImagenesVisualItem8
{
    opacity: 0;
    height: 350px;
    -ms-transform: scale(1.2, 1.2); /* IE 9 */
    -webkit-transform: scale(1.2, 1.2); /* Safari */
    transform: scale(1.2, 1.2);
}

.escalarMenuCuatroImagenesVisual
{
    animation-name: escalarMenuCuatroImagenesVisualAnimacion;
    animation-duration: 0.8s;
    opacity: 1 !important;
    -ms-transform: scale(1.0, 1.0) !important; /* IE 9 */
    -webkit-transform: scale(1.0, 1.0) !important; /* Safari */
    transform: scale(1.0, 1.0) !important;
}
	
@keyframes escalarMenuCuatroImagenesVisualAnimacion
{
    0% 
    {
		opacity: 0;
		-ms-transform: scale(1.2, 1.2); /* IE 9 */
        -webkit-transform: scale(1.2, 1.2); /* Safari */
        transform: scale(1.2, 1.2);
	}
	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);
	}
}

@media screen and (max-width: 768px) {

	.AltoCeldaMenuCuatroImagenesVisual:first-child {
		height: 120px;
	}
	.AltoCeldaLookBookCuatroImagenesVisual:first-child {
		height: 120px;
	}
	.AltoCeldaFamiliasCuatroImagenesVisual:first-child {
		height: 120px;
	}
	.AltoCeldaMenuCuatroImagenesVisual
	{
	    height: 410px;
	}
}/*768px*/