/*g galeria */
/* #ico-miniaturas {display: none;} */
/* #miniaturas {
    font-family: sofia-pro, sans-serif;
   font-size: 18px;
   position: absolute;
    right: 53px;
    top: 12px;
    color: #000;
    z-index: 999;
} */

/* #miniaturas a:hover {
    color: 	red;
} */

/* #miniaturas a {
	padding: 0 8px;
} */
/* contenido iframe popup */
/* #cboxLoadedContent{
	margin-top: 45px !important;
} */
/* lightbox +/
/*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; padding: 0px 0px;}
/*linea 464*/
#colorbox{
	border-radius:0px;
    box-shadow:0 0 0px 0px;
}
/*linea 450*/
#cboxOverlay { 
	background-color: #fff !important;
	opacity: 0.95 !important;
}
/*linea 451*/
#cboxContent{ overflow:hidden;}
#view-toggle {display: none !important;}

#cboxClose{position:absolute; top:0px; right:0px; display:block; background:url('../images/cierre-avoris.svg') no-repeat top center; text-indent:-9999px;width: 20px; height: 20px; background-size: cover; margin: 20px;}
#cboxTopCenter {height: 0px;}

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

} */
/* #viewer-options-wrap {
	top: 0;
	height: 40px;
	transform: none;
	transition: none;
	box-shadow: 0px 0px 5px 0px #ccc;
} */

/* #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('close.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;}
#view-toggle {display: none;} */

@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;
}

/* lightbox */

.portfolio-filter-tab-1 li a {color: #fff !important;}


/* cambios css solo para modo vertical */
@media only screen
and (min-width: 768px)
and (max-width: 1024px)
and (orientation: portrait)
{
	body {
		background-image: url(https://emagazines.es/avoris/corporativo/corporativa-tablet.jpg)!important;
		 background-position: center;
		 background-size: cover;	
	}
}