/*===========================
botones
============================*/
.banner{
	position: relative;
	overflow: hidden;
	height: 220px;
	margin: 15px 0px 0px;
}
.banner .textoBanner{
	position: absolute;
	font-family: "Roboto", sans-serif;	
}
.banner .textoCenter{
    top:75px;
    left: 50%;
    width: 800px;
    margin-left: -400px;
    text-align: center;
}

hr{
    height: 1px;
    margin: 5px;
    margin-bottom: 25px; 
    background-color: #f2f2f2;
}
.texto-precio{
    padding: 0;
}
.boton-comprar{
    padding: 0;
}
.boton-ver-mas{
    text-align: right;
}
/*===========================
hasta aqui
============================*/

.textoBanner h1{
	font-size: 35px;
	text-align: center;
}
/*===========================
barra productos
============================*/
.barraProductos .organizarProductos span{
	margin-left: 5px;
}
/*===========================
vitrina productos
============================*/
.tituloDestacado h1{
	margin-top: -5px;
}
.tituloDestacado button span{
	margin-left:5px;
}
.productos ul li figure{
	overflow:hidden;    
}
.productos  a{
    display: inline-block;
}
.productos ul li a img{
  border-radius: 8px;
    border-color: #B9B9B9;
    border-width: 1px;
    border-style: solid;  
}
.productos ul li a img:hover{
	transition: 0.3s all ease;
	opacity: .8;
	transform: scale(1.1,1.1);

}
.productos ul li h4 small{
	font-size: 16px;
}
.productos ul li h4 small a{
	 color:#282D62;   
     font-family: "Roboto-Medium", sans-serif;
     font-weight: 700; 
}
.info-Producto-cuadricula{
    padding: 0;
}
.productos ul li h2{
	margin-top:-10px; 
}
.nSerie{
    padding: 0px;
    margin-top: 2px; 
    text-align: left;   
}
.nSerie h2 small{
    color:#707070;   
    font-family: "Roboto-Medium", sans-serif;
    font-weight: 500;
    font-size: 13px;  
}
.precio{
	padding: 0px 7px;
	margin-top: 0px; 
    text-align: center;   
}
.precio h2 small{
    color:#191e22;   
    font-family: "Roboto-Medium", sans-serif;
    font-size: 17px;  
}
.enlaces{
	padding: 0px;
}
.enlaces button{
	margin:2px;
    width: 30px;
    height: 30px;
}
.enlaces button {
	color: #999;
	font-size: 15px;
}
.oferta{
    color: #ccc;
    text-decoration:line-through;
    font-size: 15px;
}
.Pcolor  {
    padding-bottom: 25px;
}
/*=============================
botones de precio en lista 
================================*/
.listBtn {
    padding: 0px;
    text-align: right;
}
.listBtn h3 {
    margin-top: 0px;  
    font-size: 38px;
}
.listBtn h3 small {
    color:#191e22;
    font-weight: 700;
}
.listBtn button{
    margin:15px 5px 2px ;
    height: 40px;
    width: 90px;
    font-size: 20px;
    text-align: center;
    color: white;
    background-color: #3c4691;
}
.listBtn button:hover {
    color: #282d62;
    background-color: #b1bbff;
    border: 0px; 
}
.listEnlaces{
    padding: 0px;
}
.listEnlaces button{
    margin:5px 5px;
    width: 40px;
    height: 40px;
}
.listEnlaces button {
    color: #999;
    font-size: 15px;
}
.listEnlaces button:hover{
    color: #191e22;
    background-color: white;
    font-size: 15px;
}

/*===========================
vista productos en fila
============================*/
.productos ul li h1{
    margin: -10px 0 2px; 
}
.productos ul li h1 small{
    font-size: 20px;
    font-weight: 700;
}
.productos ul li h1 small a{
 color:rgb(40, 45, 98);     
}
.item-info-product {
text-align: left;
margin: 0;
padding:0px 0px 5px; 
}
 
 .enlaces button:hover{
    color: #191e22;
    background-color: #fff;
}
.item-info-product button{
    width: 50px;
    text-align: center;
    color: white;
    background-color: #3c4691;
}
.item-info-product button:hover {
    color: #282d62;
    background-color: #b1bbff;
 
}
.item-info-product button i{
    text-align: left;
    font-size: 25px;
    margin: 0;
}
.item-info-product ul li{
    display: inline;
    padding: 0;
    margin: 0;
}
.stars i{
    text-decoration: none;
    color: #282d62;
    font-size: 15px;
}
.item-info-product h3{
    font-size: 22px;
    margin-top: -10px;
    margin-bottom: 15px; 
    color:#191e22;
}
.Pcolor{
    padding-top:25px;
    background-color: white;
}
.fontSize{
    background-color:#191e22;
    font-size: 10px; 
    margin: F 0px; 
    font-weight: 300;
}
.fontSizeList{
    background-color:#191e22;
    font-size: 13px; 
    margin: 0px 5px;
    font-weight: 300;
}
/*===========================
vitrina lo nuevo, lo mas vendido, lo mas comprado  
============================*/
.product-shoe-info {
    padding: 15px;
    border: 1px solid #e4e4e4;
}
.product-shoe-info img {
width: 100%;
}
.seccion-productos{
    padding: 40px;
    background: #fff;
    border-radius: 0px 0px 30px 30px;
}
/*===========================
animacion prodcutos destacados
============================*/
.product-shoe-info{
	width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.product-shoe-info .shop-now{
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(40, 45, 98, 0.7);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out	
}
.product-shoe-info img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}
.product-shoe-info h5 {
    font-family: "Roboto", "Arial", sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 1.8em;
    background: rgba(40, 45, 98, 0.7);
    -webkit-transform: translatey(-100px);
    -ms-transform: translatey(-100px);
    transform: translatey(-100px);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 60px;
    margin:25px 0px 100px; 
    font-weight: 100; 
}
.product-shoe-info h6 {
    font-family: "Roboto", "Arial", sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 1.8em;
    background: rgba(40, 45, 98, 0.7);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 30px;
    font-weight: 100; 
}
.product-shoe-info a.info {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 1em;
    letter-spacing: 3px;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 50px 0 0;
    padding: 7px 30px;
    font-weight: 600;
    background: transparent;
    border: 1px solid #fff;
}
.product-shoe-info a.info:hover {
    box-shadow: 0 0 5px #fff;
}
.product-shoe-info:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.product-shoe-info:hover .shop-now {
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-shoe-info:hover h5,
.product-shoe-info:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}
.product-shoe-info:hover a.info {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
/*=============================================
Escritorio pequeño o tablet vertical
=============================================*/
@media (max-width:991px) and (min-width:768px){

.textoBanner h1{
    font-size: 25px;
}
.nSerie{
    padding: 0;
    margin: 0px;   
}
.item-info-product button{
    width: 70px;
}
.listBtn button{
    margin:10px 5px 2px ;
    height: 35px;
    width: 80px;
    font-size: 20px;
}
.listEnlaces button{
    margin:5px 3px;
    width: 30px;
    height: 30px;
}
}
/*=============================================
Escritorio celular
=============================================*/
@media (max-width:767px){
.banner .textoCenter{
    top:35px;
    text-align: center;
}
.textoBanner h1{
    font-size: 20px;
}
.nSerie{
    padding: 0;
    margin-top: 0px;   
}
.item-info-product button{
    width: 70px;
}

.listEnlaces button{
    margin:5px 5px;
    width: 40px;
    height: 40px;
}
.listBtn h3{
    text-align: left;
    margin-top:10px;
    padding: 0;
}
.listBtn button{
    margin:-10;
    padding: 0;
    height: 40px;
    width: 90px;
    text-align: center;
    color: white;
    background-color: #3c4691;
}
}
