/*linea 427*/
body, #container-wrap { background:#fafafa; margin-top: 48px;}
p {	 hyphens:none !important;}
/*linea 434*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;background-color: #fff !important; padding: 20px;}
/*linea 464*/
#colorbox{
	border-radius:0px;
    box-shadow:0 0 0px 0px;
}
/*linea 450*/
#cboxOverlay { background-color: rgba(0,0,0,.7) !important;}
/*linea 451*/
#cboxContent{ overflow:hidden; background-color: #fff;}


#cboxClose{position:absolute; top:2px; right:0px; display:block; background:url('data:image/svg+xml;utf8,<svg id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M17.75,15,29.43,3.32A1.94,1.94,0,0,0,26.68.57L15,12.25,3.32.57A1.94,1.94,0,0,0,.57,3.32L12.25,15,.57,26.68a1.94,1.94,0,1,0,2.75,2.75L15,17.75,26.68,29.43a1.94,1.94,0,0,0,2.75-2.75Z"/></svg>') no-repeat top center; width:14px; height:14px; text-indent:-9999px;}
#cboxTopCenter {height: 0px;}

#viewer-options-bar {
	color:#000;
	fill:#000;
	background-color: #fff !important;
	top: 0;
	height: 48px;

}
#viewer-options-wrap {
	top: 0;
	height: 32px;
	transform: none;
	transition: none;
}

#viewer-thumb-wrap {
	top:48px;
}

#viewer-options{
	min-width: 240px;
}
#share-wrap {
    left:0;
    position:fixed;
    top: 25%;
    background-color: transparent !important;
    box-shadow: 0px 0px 0px 0 rgba(0,0,0,.4);
    z-index:9999;
    -webkit-animation:share-fadein 1s ease 2s;
    animation:share-fadein 1s ease 2s;
   	right: 260px !important;
}
#share-wrap.align-right { right:0; left:auto; }
#share-wrap.align-bottom {left:auto; right:20px; bottom:0; top:auto; padding-bottom:12px; }
#share-wrap.align-top {left:auto; right:165px; top:0; padding-top:8px; }
#share-wrap > a > span { display: none; }
#share-wrap > a {
	display:block;
	width:26px;
	height:26px;
	border-radius:0%;
	background-size: 392px 30px;
	-webkit-background-size: 392px 30px;
	-moz-background-size: 392px 30px;
	margin:0px;
	padding:0px;
}
#share-wrap.align-top > a, #share-wrap.align-bottom > a { display:inline-block; }
#share-wrap > a#sb-li { background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M8,20.33a1,1,0,0,0,.78,1,.83.83,0,0,0,.22,0,1,1,0,0,0,.91-.57,11,11,0,0,1,9.84-6.08h1.58V19a1,1,0,0,0,.63.93,1,1,0,0,0,1.09-.24l8.67-9a1,1,0,0,0,0-1.38l-8.67-9A1,1,0,0,0,22,.07a1,1,0,0,0-.63.93V5.33H21a13,13,0,0,0-13,13Z"/><path d="M30.67,16a1.34,1.34,0,0,0-1.34,1.33V28A1.32,1.32,0,0,1,28,29.33H4A1.32,1.32,0,0,1,2.67,28V9.33A1.33,1.33,0,0,1,4,8H8A1.34,1.34,0,0,0,8,5.33H4a4,4,0,0,0-4,4V28a4,4,0,0,0,4,4H28a4,4,0,0,0,4-4V17.33A1.34,1.34,0,0,0,30.67,16Z"/></svg>') no-repeat; background-position:0px 50%; margin-left: 8px; }
#share-wrap > a:hover { box-shadow: 0 0 0px 0px rgba(0,0, 0, 0); }

.turn-page-gutter {display: none !important;}


@keyframes share-fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-webkit-keyframes share-fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@media (max-width: 780px){
	.viewer-option-btn > svg {
		max-width: 20px;}
}

@media (max-width: 780px){
	#viewer-options-bar{
		/*height: 94px !important;
        top:0 !important;*/
        display: none !important; }
	}

@media (max-width: 780px){
	#view-toggle{
		display:none !important;
	}

}

/* @media all and (max-width:780px){ [class*=" mq-"], .mq-default { display:none; } .mq-769 {display:block; } } */



@media (max-width: 780px){
	#share-wrap{
		width: 100%;
        text-align: center;
        right: 0 !important;
	}
	#nextBtn {display: none !important;}
	#container {
		display: none !important;
	}
	#container-wrap {
		background: none !important;
	}
	body {
		 background-image: url(https://emagazines.es/assets/emagazine-mobile.jpg)!important;
		 background-position: center;
		 background-size: cover;	
	}
    .header-content, #icon-menu, #ctn-bars-search{
        display: none;
    }
}

#in5footer {
display: none;
}


