html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
@font-face {
  font-family: 'Los-Andes-Lota-Grotesque-Bold';
  src: url('./Los-Andes-Lota-Grotesque-Bold.woff') format('woff');
}
html,
body{
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: 'Los-Andes-Lota-Grotesque-Bold';
	line-height: 1.2;
	background-color: rgba(255,255,255,1.0);
	color: rgba(255,255,255,1.0);
}
button{
	cursor: pointer;
}
p{
  margin: 0;
}
#banner{
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	cursor: pointer;
	width: 100%;
	height: 100%;
}
/*#text-wrapper{
	position: relative;
	margin: 0 auto;
}*/
#background{
	left: -1745px;
	top: 0px;
	width: 2560px;
	height: 1440px;
}
#slider-wrapper{
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
}
#slider{
	position: relative;
	width: 100%;
	height: 100%;
}
#logo img{
	width: 100%;
	height: auto;
}
#button,
#cta{
	width: 100%;
	height: 100%;
	color: rgba(255,255,255,1.0);
	background-color: rgba(25,71,110,1.0);
	border: none;
	font-family: 'Los-Andes-Lota-Grotesque-Bold';
	font-size: 12px;
	margin-top: 8px;
	padding: 6px 12px;
	border-radius: 18px;
}
.red-back{
	background-color: rgba(236,28,36,1.0);
}
.dark-red-back{
	background-color: rgba(142,20,36,1.0);
}
.blue-back{
	background-color: rgba(25,71,110,1.0);
}
.button-wrapper{
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.abs{
	position: absolute;
}
.gradient{
  background: linear-gradient(180deg, rgba(142,20,36,1.0) 20%, rgba(142,20,36,0.0) 100%);
}
