.brk-open-top-bar {
	margin-top:16px;
}
.landscape-slider-nav__text {
    color: rgba(255,255,255,1) !important;
}
iframe.video_producto{
	max-width: 100%;	
}

.whatsapp_footer{
	position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000
}
.whatsapp_footer figure{
	margin: 0;
}
.whatsapp_footer figure img {
	-webkit-transform: rotate(15deg) scale(1);
	transform: rotate(15deg) scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 80px; height: auto;
}
.whatsapp_footer figure:hover img {
	-webkit-transform: rotate(0) scale(1.2);
	transform: rotate(0) scale(1.2);
}