body {
  font-family: 'Nunito', sans-serif;
}

html, body {
	height: 100%;
	width: 100%;
	background-color: white !important;
}

.banderas {
	text-align: center;
	margin: auto;
}

    
header {
	justify-content: space-between;
	flex-grow: 1;
	width: 100%;
}

header:first-child {
	width: 100%;
	height: 200px;
	background-image: url('../img/header.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

footer {
	margin-top: 10px;
}

.container {
	background-color: #ECF0F1 !important;
	border-radius: 7px;
	margin-top: 100px;
	margin-bottom: 100px;
}

html {
	scroll-behavior: smooth;
}

.va-mid {
	padding: 50px;
}

.border-rounded {
	border-radius: 20px;
}

.card-body {
	background-color: #E3F2FD;
}