@font-face {
	font-family: 'roboto';
	src: url('../font/roboto.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'monserat';
	src: url('../font/monserat.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'monserat2';
	src: url('../font/monserat2.ttf');
	font-weight: normal;
	font-style: normal;
}

body{
	background:#ffffff;
}

.esp{
	height:20px;
}
.esp2{
	height:40px;
}

.container1 {
	position: relative;
	width: 100%;
}

.container1 img {
	width: 100%;
	height: auto;
}

.container1 .btn {
	position: absolute;
	top: 70%;
	left: 20%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	border: none;
}

.container1 .btn:hover {
	background-color: black;
}

.btn-danger,
.btn-danger:focus {
	background-color: #0093F8;
	border-color: #0093F8;
	font-family:'monserat2';
	font-weight: 500;
	font-size: 19px;
	line-height: 23px;
	letter-spacing: -0.2px;
	border-radius: 28px;
}
.nav-link{
	font-family:'roboto';
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -0.541667px;
	color: #2A2957;
}
.btn-link{
	font-family:'roboto';
	font-weight: bold;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: -0.5px;
	color: #576078;
	text-decoration:none;
	text-align:left;
	width:100%;
}
.btn-link:hover {
	text-decoration:none;
}
.btn-link:focus{
	text-decoration:none;
}
.titulo_materia{
	font-family:'monserat';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 2px;

	color: #748394;
}
.titulo_conoce{
	font-family:'monserat';
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	letter-spacing: -0.25px;
	color: #2A2957;
}
.titulo_etapa3{
	font-family:'monserat';
	font-size: 30px;
	line-height: 37px;
	text-align: center;
	letter-spacing: -0.333333px;
	color: #2A2957;
}
.titulo_etapa4{
	font-family:'monserat';
	font-size: 45px;
	line-height: 55px;
	text-align: center;
	letter-spacing: 5px;
	color: #FA6669;
}

.titulo_accion{
	font-family:'monserat';
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	letter-spacing: -0.333333px;
	color: #2A2957;
}
.contenido_accion{
	font-family: 'roboto';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	letter-spacing: -0.444444px;
	color: #576078;
}
.titulo_reinicio{
	font-family:'monserat';
	font-size: 30px;
	line-height: 44px;
	letter-spacing: -0.5px;
	color: #2A2957;
}
.reiniciotab{
	background: #ECF1F7;
	border-radius: 8px;	
}
.icono{
	height: 35px;	
}
.iconors{
	height: 25px;	
}
.logomef{
	height: 47px;	
}

.titulo_monto{
	font-family:'monserat';
	font-weight: bold;
	font-size: 31px;
	line-height: 38px;
	text-align: center;
	letter-spacing: -0.541667px;
	color: #2A2957;
}
.monto_total{
	font-family:'monserat';
	font-weight: bold;
	color:#2A2957;
	font-size: 50px;
	line-height: 61px;
	text-align: center;
	letter-spacing: -0.333333px;
}
.monto_azul{
	font-family:'monserat';
	font-weight: bold;
	color:#0083E5;
	font-size: 35px;
	line-height: 43px;
	text-align: center;
	letter-spacing: -0.333333px;
}
.normaslink{
	font-family:'Roboto';
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	letter-spacing: -0.333333px;
	color: #576078 !important;
	}