
.inicio{
	min-height: 100vh;
}
.row{
	flex-direction: column;
}
.block{
	display: flex;
	align-items: center;
}

.logo{
	
	width: 50vh;
}

.justify-content-center{
	justify-content: center;
}

.btn{
	margin: 10px;
	width: 70%;
	height: 80px;
	line-height: 65px;
	border: 1px solid #ef9c00;
	border-radius: 15px;
	color: white;
	background: #ef9c00;
	text-align: center;
	font-size: 15px;
	text-decoration: none;

}

.btn-disabled{
	margin: 10px;
	width: 70%;
	height: 80px;
	line-height: 65px;
	border: 1px solid #ef9c00;
	border-radius: 15px;
	color: white;
	background: #ef9c00;
	text-align: center;
	font-size: 15px;
	text-decoration: none;

}


.btn:hover{
	color:#0a0a0a;
	background-color: #ffc16e;
}

.bandera{
	vertical-align: middle;
	width: 50px;
	height: 50px;
}

.btn span{
	margin-left: 5%;
}


.footer {
	margin-top: 50px;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}

.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}




