/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,800';
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*@font-face {
    font-family: 'Muller Narrow Light';
    src: url('MullerNarrow-Light.eot#') format('eot'),
	     url('MullerNarrow-Light.woff') format('woff'),
	     url('MullerNarrow-Light.otf')  format('truetype'),
	     url('MullerNarrow-Light.svg#svgFontName') format('svg');
    font-weight: 700;
    font-style: normal;
}

body {
  font-family: Muller Narrow Light, sans-serif;
}*/
.btn:hover{
	background: #001e55;
	border-color: #001e55;
}

header .btn:hover{
	background: #005293;
    border: solid 1px white;
}
a.cerrar{
	color: #90dbfd !important;
}
a.cerrar:hover{
color: white;
}