/*=============================================
INFOPRODUCTO
=============================================*/

.infoproducto figure.visor img{
	display:none;
	cursor:crosshair;

}

.infoproducto figure.visor img:first-child{
	display:block;
}

.flexslider{
	cursor: pointer;
}

.lupa{
	display:none;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
}

.lupa img{
	position:relative;
	margin-top:-100%;
	margin-left:-50%;
	width:160%;
}


.compartirRedes li p{
	color:white;
	text-align: center;
	line-height: 30px;
	padding: 8px;
	font-size:18px;
	margin-top:10px;
	margin-bottom:20px;
	cursor:pointer;

}
.btnFacebook{
	background:#0c6aa8;
}

/* numero de serie productos*/
.Seriedelosproductos {
    padding: 0;
    margin-top:28px;
    color: #191e22;
    opacity: 0.7;
}
/*infoproducto*/
.migainfoproducto{
    margin: 20px 0px 0px;
}
.formatoinfoproducto{
background: white;
padding-top: 25px;
}
.formatoinfoproducto h2{
	font-size: 25px;
	padding: 0;
	margin-bottom: 15px;
}
.formatoinfoproducto small span{
color:white;
background: #191e22;
font-size: 13px; 
font-weight: 300;
}
.formatoinfoproducto h1{
    text-transform: capitalize;
    color:#282D62;
    text-align: center;
    font-size: 25px;
}
.formatoinfoproducto h4{
    text-align: center; 
}
.formatoinfoproducto h4 span{
    color:black;
    background: white;
    border: 2px solid black;
    opacity: 0.7;
    padding: 10px;
    border-radius: 10px; 
}
.formatoinfoproducto h4 span span{
    border: 0px solid black;
    padding: 0;
    margin:0;
}
.formatoinfoproducto h4{
    text-align: left;
}
.formatoinfoproducto h4 small span{
    border: 0px solid black;
    padding: 0;
    margin:0;
}
.botonesCompra{
    margin: 20px 0px; 
}
.botonesCompra button{
    border-radius: 15px; 
}
.alturaComentarios{
	height:300px;
}

/*=============================================
ESCRITORIO GRANDE (LG revisamos en 1366px en adelante)
=============================================*/

@media (min-width:1200px){

	.videoPresentacion{

		height:415px;
	}

}

/*=============================================
ESCRITORIO MEDIANO O TABLET HORIZONTAL (MD revisamos en 1024px)
=============================================*/

@media (max-width:1199px) and (min-width:992px){
	
	.videoPresentacion{

		height:350px;
	}


}

/*=============================================
ESCRITORIO PEQUEÑO O TABLET VERTICAL (SM revisamos en 768px)
=============================================*/

@media (max-width:991px) and (min-width:768px){
	
	.videoPresentacion{

		height:300px;
	}



}

/*=============================================
MOVIL (XS revisamos en 320px)
=============================================*/

@media (max-width:767px){

	.videoPresentacion{

		height:200px;
	}

	.fondoBreadcrumb{
		font-size:12px;
	}

	.botonesCompra button{
		margin:5px 0;
	}

}

	