@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');
iframe, * {width: 100%; height:100%; border: none; margin: 0; padding: 0;}
*{
	font-family: 'Montserrat', sans-serif;
}
body {
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	background: url("img/background-seguimiento.jpg") no-repeat center;
	background-size: cover;
}
.seguimiento{
	background: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	max-width: 500px;
	width: 100%;
	height: 300px;
	padding: 20px 0;
}
.seguimiento img{
	width: auto;
	height: auto;
}
.seguimiento h1{
	font-size: 2em;
	font-weight: 800;
	text-transform: uppercase;
	color: #383838;
}
.seguimiento input{
	width: 80%;
	height: 20px;
	padding: 20px;
	margin-bottom: 10px;
	border: 2px solid;
    border-color: #aaaaaa;
	font-size: 2em;
	text-align: center;
}
.seguimiento button{
	width: auto;
	padding: 1em 3em 2em 3em;
	height: 10px;
	margin-bottom: 20px;
	color: #ffffff;
	background-color: #3eb6ed;
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
}
