@charset "utf-8";
body {
	margin: 0;
}
header {
	display: flex;
	height:80px;
	width: 100%;
	justify-content: space-between;
	 z-index: 99;
    position: fixed;
	background: #fff
}
.logos {
	width:400px;
    height: auto;
    align-items: center;
    display: flex;
	padding-left: 40px;
}
.menu {
    width: 260px;
	display: flex;
    justify-content: space-between;
	padding-right: 40px;
}
.contacto {
	width:90px;
    display: flex;
    align-items: center;
	justify-content: space-between;
}
.facebook img, .twitter img, .mail img {
    width: 24px;
}
.idiomas {
    width: 90px;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.idioma img {
    width: 24px;
}
.fullscreen {
    display: flex;
    align-items: center;
}
.fullscreen a img {
    width: 24px;
}


@media screen and (max-width:767px)

{
canvas {
	-webkit-tap-highlight-color: transparent;
}
a {
text-decoration:none
}
header {
    height: 50px;
	align-items: center;
}
span.menu-mobile {
    width: 20px;
	padding-right: 15px;
}
.container-mobile {
    display: flex;
}
.logos {
    width: 210px;
	padding-left: 15px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #212C55;
    overflow-x: hidden;
    transition: 0.5s;
    padding-left: 0px;
}
.sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 22px;
    font-size: 36px;
    margin-right: 5px;
    color: #fff;
    font-weight: 300;
}
.menu-mobile-links {
    white-space: nowrap;
    list-style: none;
    margin-top: 50px;
	font-family: 'Lato';
}
ul.menu-mobile-links li a {
    color: #fff;
    line-height: 26px;
    font-size: 12px;
}
}