﻿#SectionProductosEstilo {
    clear: both;
    width: 100%;
    /* max-width: 1200px; */
    /* margin-bottom: 80px; */
    padding: 10px 0px 20px 0px;
    overflow: auto;
    position: relative;
}

#ArticleProductosEstilo {
    width: 80%;
    max-width: 1200px;
    font-family: Trebuchet-regular;
    font-size: 14px;
    overflow: hidden;
    text-align: left;
    clear: both;
}

.ProductoDestacadoInicioEstilo {
    float: left;
    /*VLF*/
    /*width: 21%;*/
    min-width: 160px;
    min-height: 405px;
    margin-left: 2%;
    margin-right: 2%;
    position: relative;
    margin-bottom: 55px;
    margin-top: 20px;
}

.ImagenProductoMiniaturaInicioEstilo {
    overflow: hidden;
    margin-bottom: 35px;
    text-align: center;
    position: relative;
    width: 100%;
    height: 300px;
    background-position: center center;
    background-size: cover;
}

.ImagenMiniaturaInicioEstilo {
    /* width: 100%; */
    /* display: block; */
    text-align: center;
    transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -o-transition: 1.5s ease;
    border: 0px !important;
    min-width: 220px;
}

.CapaAnyadirAlCarritoEstilo {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 65%;
    box-sizing: border-box;
    transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.ctrFamilia_ProductoHorizontalCatalogo:hover .CapaAnyadirAlCarritoEstilo
{
    display: block;
}

.CapaVisible
{
    display: block;
    transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.VerMasEstilo {
    position: relative;
    text-align: center;
    border: 1px solid #63656a;
    max-width: 70px;
    line-height: 30px;
    font-size: 20px;
    color: #63656a;
    background-color: rgba(255,255,255,0.8);
}

.BotonAnyadirCarritoEstilo {
    margin-top: 20px;
}

.TextoAnyadirCarritoEstilo, a.TextoAnyadirCarritoEstilo:link, a.TextoAnyadirCarritoEstilo:visited {
    border: 1px solid #6c7175;
    background: #cbf2ee;
    display: inline-block;
    color: #6c7175;
    font-family: Trebuchet-bold;
    font-size: 10px;
    padding: 12px 20px 10px 20px;
    text-align: center;
    /* text-transform: uppercase; */
    /* border-radius: 4rem; */
    -webkit-backface-visibility: hidden;
    text-decoration: none;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    min-width: 100px;
}

a.TextoAnyadirCarritoEstilo:hover {
    text-decoration: none;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transition: all 400ms;
    transition: all 400ms;
    cursor: pointer;
}

.Estilo_TituloInicio, .Estilo_TituloInicio a:link, .Estilo_TituloInicio a:hover {
    text-align: center;
    font-family: Trebuchet-regular;
    color: #63656a !important;
    font-size: 14px;
    /* margin-top: 16px; */
    text-decoration: none;
    width: 100%;
    margin-bottom: 8px;
    overflow: auto;
}

.CapaPrecioEstilo {
    line-height: normal !important;
    clear: both;
    font-family: trebuchet-bold;
    font-size: 14px;
    text-align: center;
}

/* Waypoints */

#CapaCorteEstilo
{
    opacity: 0;
}

.escalarProductosEstilo
{
    animation-name: escalarProductosEstiloAnimacion;
    animation-duration: 1s;
    opacity: 1 !important;
}
	
@keyframes escalarProductosEstiloAnimacion
{
    0% 
    {
		opacity: 0;
		top: 80px;
	}
	100% 
	{
	    opacity: 1;
	    top: 0;
	}
}

.aparecerProductosEstilo
{
    animation-name: aparecerProductosEstiloAnimacion;
    animation-duration: 0.5s;
    opacity: 1;
}
	
@keyframes aparecerProductosEstiloAnimacion
{
    0% 
    {
		opacity: 0;
		-ms-transform: scale(0.1, 0.1); /* IE 9 */
		-webkit-transform: scale(0.1, 0.1); /* Safari */
		transform: scale(0.1, 0.1); 
	}
    60% 
    {
		opacity: 1;
		-ms-transform: scale(1.1, 1.1); /* IE 9 */
		-webkit-transform: scale(1.1, 1.1); /* Safari */
		transform: scale(1.1, 1.1);
	}
	100% 
	{
	    opacity: 1;
		-ms-transform: scale(1, 1); /* IE 9 */
		-webkit-transform: scale(1, 1); /* Safari */
		transform: scale(1, 1);
	}
}

@media screen and (max-width: 1024px)
{
    .CapaAnyadirAlCarritoEstilo
    {
        display: block !important;
        background: transparent;
    }
}

@media screen and (max-width: 768px)
{
    .ProductoDestacadoInicioEstilo
    {
        margin-left: 4%;
    }
}/*768px*/

@media screen and (max-width: 425px)
{
    .ProductoDestacadoInicioEstilo
    {
        margin-left: 4%;
        width: 92%;
    }
    
    .ImagenProductoMiniaturaInicioEstilo
    {
        width: 60%;
        margin-left: 20%;
    }
}

@media screen and (max-width: 375px)
{
    .ImagenProductoMiniaturaInicioEstilo
    {
        width: 76%;
        margin-left: 12%;
    }
    
}/*375px*/