﻿.ImagenProductoMiniatura
{
    overflow: hidden; 
}

.ImagenCarrito
{
    width: 15px;
}

.ImagenLogo
{
    max-width: 225px;
    max-height: 70px;
}

.ImagenesProductoCapa
{
    position: relative;
    float: left;
    /*width: 20%;*/
    /*VLF*/
    /*max-width: 130px;*/
    /*max-width: 200px;*/
    padding: 7px;
}

.ImagenesMiniaturaCapa
{
    
}

.FondoImagenMiniatura
{
    width: 100%;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	transition: 1.5s ease;
    -moz-transition: 1.5s ease; /* Firefox */
    -webkit-transition: 1.5s ease; /* Chrome - Safari */
    -o-transition: 1.5s ease;
    border: 0px !important;
}

.ctrFamilia_ProductoHorizontal:hover .FondoImagenMiniatura
{
    transform : scale(1.2);
	-moz-transform : scale(1.2); 
	-webkit-transform : scale(1.2); 
	-o-transform : scale(1.2); 
	-ms-transform : scale(1.2);
}


.ImagenMiniatura
{
    display: block;
    width: 100%;  
	transition: 1.5s ease;
    -moz-transition: 1.5s ease; /* Firefox */
    -webkit-transition: 1.5s ease; /* Chrome - Safari */
    -o-transition: 1.5s ease;
    border: 0px !important;
}

.BotonesCarrito
{ 
    width: 50px;
}

.ctrFamilia_ProductoHorizontal:hover .ImagenMiniatura
{
    transform : scale(1.2);
	-moz-transform : scale(1.2); 
	-webkit-transform : scale(1.2); 
	-o-transform : scale(1.2); 
	-ms-transform : scale(1.2);
}

.ctrFamilia_ProductoHorizontalCatalogo:hover .ImagenMiniatura
{
    transform : scale(1.2);
	-moz-transform : scale(1.2); 
	-webkit-transform : scale(1.2); 
	-o-transform : scale(1.2); 
	-ms-transform : scale(1.2); 
}


/*.DescripcionProductoSobreImagenMiniatura
{  
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: Black;
    opacity: 0;
    z-index: 10;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 10%;
}*/

.DescripcionProductoSobreImagenMiniatura
{
    width: 100%;
    /* height: 100%; */
    position: relative;
    /* background-color: Black; */
    /* opacity: 0; */
    /* z-index: 10; */
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 10%;
    margin-bottom: 35px;
}

/*.ctrFamilia_ProductoHorizontalCatalogo:hover .DescripcionProductoSobreImagenMiniatura
{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: Black;
    opacity: 0.8;
    z-index: 10;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 10%;
    transition: 0.8s ease-out;
    -moz-transition: 0.8s ease-out; 
    -webkit-transition: 0.8s ease-out;
    -o-transition: 0.8s ease-out;
}*/

.ctrFamilia_ProductoHorizontal:hover .DescripcionProductoSobreImagenMiniatura,
.ctrFamilia_BlogHorizontal:hover .DescripcionProductoSobreImagenMiniatura
{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: Black;
    opacity: 0.8;
    z-index: 10;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 6%;
    transition: 0.8s ease-out;
    -moz-transition: 0.8s ease-out; 
    -webkit-transition: 0.8s ease-out; 
    -o-transition: 0.8s ease-out;
}


.PreciosSobreImagenMiniatura
{
    position: relative;
    width: auto;
    overflow: auto;
    text-align: center;
}

.ImagenFamiliaMiniaturaCapa
{
    width: 95%;    
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
}

.ImagenFamiliaMiniatura
{
    max-width: 240px;
    max-height: 180px;
    display: block;
    transition: 1.5s ease;
    -moz-transition: 1.5s ease; /* Firefox */
    -webkit-transition: 1.5s ease; /* Chrome - Safari */
    -o-transition: 1.5s ease; /* Opera */
}

.ImagenFamiliaMiniatura:hover
{
    transform : scale(1.1);
	-moz-transform : scale(1.1); /* Firefox */
	-webkit-transform : scale(1.1); /* Chrome - Safari */
	-o-transform : scale(1.1); /* Opera */
	-ms-transform : scale(1.1); /* IE9 */
}

.MasSobreImagen
{
    display: none;
    position: absolute;
    background-color: #000000;
    margin-top: 30%;
    /* vertical-align: middle; */
    margin-left: 39%;
    padding-top: 10px;
    width: 50px;
    height: 50px;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    z-index: 1;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
    transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}

.ImagenFamiliaMiniaturaCapa:hover .MasSobreImagen
{
    display: block;
}

.MasSobreImagenBorde1
{
    opacity: 0;
    position: absolute;
    border-style: double; 
    border-width: 1px;
    border-color: #333333;
    margin-top: 30.7%;
    /* vertical-align: middle; */
    margin-left: 40%;   
    width: 42px;
    height: 42px;
    color: transparent;
    z-index: 2;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
    transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
}
    
.ImagenFamiliaMiniaturaCapa:hover .MasSobreImagenBorde1
{
    opacity: 0.8;
    transform : scale(2);
	-moz-transform : scale(2); /* Firefox */
	-webkit-transform : scale(2); /* Chrome - Safari */
	-o-transform : scale(2); /* Opera */
	-ms-transform : scale(2); /* IE9 */
}

.MasSobreImagenBorde2
{
    opacity: 0;
    position: absolute;
    border-style: double; 
    border-width: 1px;
    border-color: #333333;
    margin-top: 31%;
    /* vertical-align: middle; */
    margin-left: 40.5%;  
    width: 40px;
    height: 40px;
    color: transparent;
    z-index: 2;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
    transition: 1s ease;
    -moz-transition: 1s ease;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
}
    
.ImagenFamiliaMiniaturaCapa:hover .MasSobreImagenBorde2
{
    opacity: 0.6;
    transform : scale(1.8);
	-moz-transform : scale(1.8); /* Firefox */
	-webkit-transform : scale(1.8); /* Chrome - Safari */
	-o-transform : scale(1.8); /* Opera */
	-ms-transform : scale(1.8); /* IE9 */
}

.ImagenMenuMiniatura
{
    width: 100%;
    display: block;
}

.ImagenBlog
{
    /* float: left;    */
    max-width: 854px;
    max-height: 569px;
}

.ImagenBlogListado
{
    /* float: left;    */
    max-width: 854px;
    max-height: 569px;
    transition: 1s ease;
    -moz-transition: 1s ease;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
}

.EntradaBlogContenido:hover .ImagenBlogListado
{
    /* float: left;    */
    max-width: 854px;
    max-height: 569px;
    transform : scale(1.1);
	-moz-transform : scale(1.1); /* Firefox */
	-webkit-transform : scale(1.1); /* Chrome - Safari */
	-o-transform : scale(1.1); /* Opera */
	-ms-transform : scale(1.1); /* IE9 */
}

.OscurecerImagenBlogListado
{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    background-color: #333333;
    transition: 1s ease;
    -moz-transition: 1s ease;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
}

.EntradaBlogContenido:hover .OscurecerImagenBlogListado
{
    opacity: 0.6;
    transition: 1s ease;
    -moz-transition: 1s ease;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
}

#CapaContenedorCabeceras
{
    position: fixed;
    /*min-height: 790px;*/
    z-index: 1;
}

#ImagenCarruselCabecera1
{
    position: fixed;
    width: 100%;
    height: 535px;
    top:0px;
    left:0px;
    /*display: none;*/ 
    z-index: 1;
}

#Cabecera1
{
    min-width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: 2s; /* Safari */
    transition: 2s;
    
    /*
    min-width: 100%;
    height: 535px;
    overflow: hidden;*/
}

#ImagenCarruselCabecera2
{
    position: fixed;
    width: 100%;
    top:0px;
    left:0px;
    display: block; 
    z-index: 1;
}

#Cabecera2
{
    min-width: 100%;
    /*min-height: 790px;*/
    height: 535px;
    overflow: hidden;
}

#TextoCabecera1
{
    position: absolute;
    top: 50%;
    right: 5%;
    /* background-color: rgba(255, 255, 255, 0.6); */
    padding: 20px;
    max-width: 650px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
}

#TextoCabecera2
{
    position: absolute;
    bottom: 20%;
    left: 5%;
    /* background-color: rgba(255, 255, 255, 0.6); */
    padding: 20px;
    max-width: 650px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
}

#CapaContenedorCabecerasReducida
{
    position: fixed;
    /*min-height: 790px;*/
    z-index: 1;
}

#ImagenCarruselCabeceraReducida1
{
    position: fixed;
    width: 100%;
    top:160px;
    left:0px;
    display: none; 
    z-index: 1;
}

#CabeceraReducida1
{
    min-width: 100%;
    /*min-height: 790px;*/
    height: 400px;
    overflow: hidden;
}

#ImagenCarruselCabeceraReducida2
{
    position: fixed;
    width: 100%;
    top:160px;
    left:0px;
    display: block; 
    z-index: 1;
}

#CabeceraReducida2
{
    min-width: 100%;
    /*min-height: 790px;*/
    height: 400px;
    overflow: hidden;
}

#TextoCabeceraReducida1
{
    position: absolute;
    top: 20%;
    right: 5%;
    /* background-color: rgba(255, 255, 255, 0.6); */
    padding: 20px;
    max-width: 650px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
}

#TextoCabeceraReducida2
{
    position: absolute;
    top: 20%;
    left: 5%;
    /* background-color: rgba(255, 255, 255, 0.6); */
    padding: 20px;
    max-width: 650px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
}


.FlechaIzdaBlog
{
    max-width: 60px;
    transform: rotate(180deg);
	-moz-transform: rotate(180deg); /* Firefox */
	-webkit-transform: rotate(180deg); /* Chrome - Safari */
	-o-transform: rotate(180deg); /* Opera */
	-ms-transform: rotate(180deg); /* IE9 */
}

#GeneralRedesSociales
{
    width: 100%;
    clear: both;
    overflow: auto;
    margin-top: 10px;
    margin-bottom: 6px;
}

.FlechaDchaBlog
{
    max-width: 60px;
    /* transform: rotate(180deg); */
}

.IconoRedesSocialesGris
{
    background-color: #ffffff;
    width: 25px;
}

.IconoRedesSocialesColor
{
    background-color: #ffffff;
    width: 25px;
}

.ElementoRedesSociales
{    
    float: left;
    margin-right: 3px;
}

@media screen and (max-width: 1024px) 
{
    .ImagenCabeceraSeccion
    {
        width: 100%;
        height: auto;
    }
    
    .ImagenProductoMiniatura 
    {
        height: auto;
        /*VLF*/
        /*width: 180px;*/
    }
}

@media screen and (max-width: 800px) 
{
    .ImagenFamiliaMiniaturaCapa
    {
        width: 100%;        
    }
    
    .ImagenFamiliaMiniaturaCapaGrande
    {
        margin-bottom: 20px;
    }
    
    .ImagenCabeceraSeccion
    {
        display: none;
    }
    
    .ImagenCabeceraSeccion
    {
        display: none;
    }
}