* {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	text-decoration: none;
	outline: none;
	-webkit-appearance: none;
}

body {
	overflow-x: hidden;
}

.boton {
	width: 120px;
	height: 35px;
	display: block;
	border-radius: 20px;
	background: var(--a);
	font-size: 16px;
	text-align: center;
	border: none;
	color: var(--p);
	line-height: 35px;
}

.boton:hover {
	background: #fff;
}

:root {
	--gso: #252525;
	--go: #414141;
	--g: #6d6d6d;
	--gc: #b1b1b1;
	--gsc: #e6e6e6;
	--somb: rgba(0, 0, 0, 0.3);
	--p: #001c41;
	--pl: #0b62a4;
	--psl: #80b8e6;
	--s: #00AEEF;
	--sl: #5AD2FF;
	--ssl: #a8e8ff;
	--a: #ffa800;
	--tr2: rgba(255, 255, 255, 0.2);
	--tr3: rgba(255, 255, 255, 0.3);
	--tr4: rgba(255, 255, 255, 0.4);
	--tr5: rgba(255, 255, 255, 0.5);
	--tr6: rgba(255, 255, 255, 0.6);
	--tr7: rgba(255, 255, 255, 0.7);
	--tr8: rgba(255, 255, 255, 0.8);
}