header {
	background: #fff;
	width: 100%;
	max-width: 100%;
	display: block;
	top: 0;
	z-index: 11;
}

.header1 {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.infouno {
    width: 100%;
    max-width: 100%;
}

.infouno h1 {
    font-size: 15px;
    font-family: "Sansita", sans-serif;
    word-spacing: 2px;
    color: #1A338E;
    font-weight: 300;
    padding: 7px 7px 0 7px;
    float: right;
    margin-right: 180px;
    margin-top: 8px;
    margin-bottom: 2px;
}

.menu {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	-webkit-box-shadow: 0px 8px 10px -9px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 8px 10px -9px rgba(0,0,0,0.65);
	box-shadow: 0px 8px 10px -9px rgba(0,0,0,0.65);    
}

.menu .logo img{
	width: 70%;
	max-width: 70%;
	height: 70%;
	max-height: 70%;
    margin: 5px;
    margin: auto;
	display: flex;
	justify-content: center;
}

.menu .logo {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	display: block;
	padding: 10px;
	height: auto;
	display: flex;
	justify-content: center;
}

.menu .enlaces  {
	width: 90%;
	display: flex;
	justify-content: center;
}

.menu .enlaces a {
	padding:0 0.4em;
	display: inline-block;
	text-decoration: none;
	color: #1A338E;
	font-size: 20px;
	text-align: center;
	font-family: 'Sansita', sans-serif;
    line-height: 2;
    position: relative;
}

.menu .enlaces a:before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #1A338E;
    color: white;
    position: absolute;
    bottom: 0;
    transition: all 0.3s;
}

.menu .enlaces a:hover:before {
    width: 100%;
}

.menu .enlaces a:before {
    left: 50%;
}

.menu .enlaces a:hover:before {
  left: 0;
}

.fixed {
    position: fixed;
    top: 0;
}


@media screen and (max-width: 767px){
	
	header .menu {
		flex-direction: column;
	}
    
    .infouno h1 {
		margin-right: 0;
        text-align: center;
	}

	header .menu .logo  {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		padding: 1em;
	}

	header .menu .enlaces {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
		background: #16529C;
        color: white;
        padding: 4px;
	}
    
    header .menu .enlaces a:before {
        background: #fff;
    }

	header .menu .enlaces a {
		font-size: 18px;
		color: #fff;
	}
}

@media screen and (max-width: 447px){

	.infouno h1 {
		font-size: 12px;
        text-align: center;
	}
}

@media screen and (max-width: 377px){

	.infouno h1 {
		font-size: 11px;
        text-align: center;
	}
}
