body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	background: white;
}

main {
	flex: 1 0 auto;
}

h3 ,h5{
	color: #283593 !important;
}

.caption h3{
	color: white !important;
}

@media only screen and (max-width: 1500px) {
	#descripcionLogo {
		width: 370px;
	}
}

@media only screen and (max-width: 1247px) {
	#descripcionLogo {
		display: none;
	}
}

#toast-container {
  top: auto;
  right: auto;
  bottom: 45px;
  left:24px;
  width:70%;
}
.fix-height{
	max-height: 400px;
}