@charset "utf-8";

body{
	
	margin:0;
	
	padding:0;
	
	background-color:#d40000;
	
	background-size:cover;
}
.terminos{
	
	margin:20px auto;
	
	background-color:white;
	
	width:100%;
	
	height:auto;
	
	max-width:400px;
	
	padding:25px;
	
	border-radius:10px;
	
	text-align:center;
	
	font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.logo{
	
	display:flex;
	
	justify-content:center;
	
	align-items:center;
}
.loader{
	
	height:35px;
	
	display:flex;
	
	align-items:center;
}
.loader .stroke{
	
	display:block;
	
	position:relative;
	
	background:black;
	
	height:100%;
	
	width:7px;
	
	border-radius: 50px;
	
	margin: 0 5px;
	
	animation: animate 1.2s linear infinite;
}
@keyframes animate{
	
	50%{
	
		height:20%;
	}
}
.stroke:nth-child(1){
	
	animation-delay:0.3s;
}
.stroke:nth-child(2){
	
	animation-delay:0.2s;
}
.stroke:nth-child(3){
	
	animation-delay:0.1s;
}
.stroke:nth-child(4){
	
	animation-delay:0.2s;
}
.stroke:nth-child(5){
	
	animation-delay:0.3s;
}
#logodos{
	
	text-decoration:none;
	
	font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	
	font-weight:bolder;
	
	font-size:28px;
	
	color:black;
	
	margin-left:8px;
}
.terminos div span{
	
	font-weight:bolder;
}