*, *:before, *:after{

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.BlogMenu{
    position: fixed;
    z-index: 100000000;
    width: 100%;
}
header{
    width: 100%;
    height: 80px;
    background: #fff;
    box-sizing: border-box;
    border-bottom: 4px solid #3c78d8;
    background-position: 20px;
    display: flex;
    justify-content: space-between;
    color: white;

}
.icon-bars{
    font-size: 30px;
    margin-top: 50px;
    margin-left: 10px;
    cursor: pointer;
    color: transparent;
}
.icon-bars:hover{
    color: transparent;
    transform: rotate(180deg);
}
.Logo{
    margin-top: 3px;
    left: 50px;
    position: absolute;
    height: 60px;
    width: 80px;
}
#myBtnMen {
    font-size: 30px;
    margin-top: 20px;
    margin-right: 20px;
    text-decoration: none;
    color: white;
    cursor: pointer;
}
#myBtnMen:hover{
    color: #03455C;
    transform: rotate(-90deg);
}
header,.icon-facebook{
    cursor: pointer;
    color: #fff;
}

.icon-search{
    position: absolute;
    padding-top: 20px;
    right: 180px;
    height: 60px;
    width: 50px;
}
.icon-facebook{
    position: absolute;
    padding-top: 20px;
    right: 120px;
    height: 60px;
    width: 50px;
}
.icon-instagram{
    position: absolute;
    padding-top: 20px;
    height: 60px;
    width: 50px;
    right: 65px;
}
.icon-youtube-play{
    position: absolute;
    padding-top: 20px;
    height: 60px;
    width: 50px;
    right: 10px;
}
header,.icon-facebook:hover{
    color: #03455C;
    font-size: 32px;
}
header,.icon-instagram{
    cursor: pointer;
    color: #fff;
}
header,.icon-instagram:hover{
    color: #03455C;
    font-size: 32px;
}
header,.icon-youtube-play{
    cursor: pointer;
    color: #fff;
}
header,.icon-youtube-play:hover{
    color: #03455C;
    font-size: 32px;
}
header,.icon-search{
    cursor: pointer;
    color: #fff;
}
a {
    text-decoration: none;
}

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

li > ul {
	position: absolute;
	top:0;
	left: 100%;
	width: 200px;
	box-shadow: 3px 0 10px rgba(0,0,0,.2);
	-webkit-animation: aparecer .7s;
	display: none;
}
ul{
	list-style: none;
	background: #f3f3f3;
}
.container{
	background: #f3f3f3;
	position: fixed;
	height: 200%;
	left: -300px;
	width: 290px;
	top: -30px;
	box-shadow: 3px 0 10px rgba(0,0,0,.2);
	-webkit-transition: left .5s ease;
	-o-transition: left .5s ease;
	transition: left .5s ease;
	z-index: 1000;
}
#menu_principal a, label{
	color: #868686;
	display: block;
	padding-left: 25px;
	text-decoration: none;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
#menu_principal {
	padding-top: -20%;
}

#menu_principal li {
	height: 50px;
	line-height: 50px;
	position: relative;
	width: 100%;
}

#menu_principal > li {
	margin: 0 0 5% 0;
}

.boton{
	color: #fff;
	height: 50px;
	line-height: 60px;
	position: absolute;
	left: 100%;
	top: 32px;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	background: transparent;
	-webkit-transition: left .2s;
	-o-transition: left .2s;
	transition: left .2s;
	z-index: -1;
	font-size: 20px;
}
.boton img {
    color: transparent;
}
.boton img:hover {
    background: transparent;
}
.boton:hover{
	left: 100%;
	cursor: pointer;
}

.invisible{
	left: 0px;
}

.derecha {
	float: right;
	line-height: 60px;
}

.principales {
	margin-right: 10px;
}

#menu_principal li:hover > a, #menu_principal li:hover > label{
	color: #fff;
	cursor: pointer;
	background-color: #64b4db;
}

nav ul li:hover > ul {
	display: inherit;
}

[id^=drop], .mif-expand-more{
	display: none;
}

@media only screen and (max-width: 560px), handheld and (orientation: landscape){
    html{
	font-size: 15px;
}
    .container{
        width: 264px;
        left: -265px;
    }
    .invisible{
	left: 0px;
}

	#menu_principal li {
		margin: auto;
		height: auto;
	}

	#menu_principal {
		padding-top: 0%;
	}

	li > ul {
		position: static;
		height: auto;
		box-shadow: none;
		padding-left: 15px;
		width: auto;
	}
	nav{
		overflow-y: auto;
		max-height: 100vh;
		overflow-x: hidden; 
	}
	.mif-expand-more{
		display: inline;
	}

	ul li .mif-chevron-right {
		display: none;
	}

	[id^=drop]:checked + ul {
		display: block;
	}

	nav ul li:hover > ul {
		display: none;
	}
}
@media (max-width: 289px) and (min-width: 100px){
.Logo{
  display: none;
}
}
@media (max-width: 339px) and (min-width: 290px){
.Logo{
  display: none;
}
}
@media (max-width: 379px) and (min-width: 340px){
.Logo{
  display: none;
}
}