html, body {
  height: 100%;
}

body {
  /*min-height: 100vh;
  position: relative;
  margin: 0;*/
    display: flex;
  flex-direction: column;
}

footer {
   /*position: fixed;
  padding: 100px;
  bottom: 0;
  width:100%;
  height: 100px;
  z-index: 1000;*/
  flex-shrink: 0;
}



.container{
    
	/*padding-top: 20px;*/
	flex: 1 0 auto;
}
.container h1, p
{
	text-align: center !important;
	
}
.container h1
{
	margin-bottom: 30px;
    margin-top: 20px;
}
.selectdates
{
	margin-right: 5px;
}

#imglogo
{
	max-width: 280px;
}

.teal
{
	background-color:#003676;
}

.font-small {
    font-size: .9rem;
}

.pt-4, .py-4 {
    padding-top: 1.5rem!important;
}

footer.page-footer {
    bottom: 0;
    color: #fff;
}

#form
{
	margin-top: 30px;
}

.form-group {
    margin-bottom: 1.5rem;
}

.badge
{
	font-size: 80%;
}
#copyrighturl
{
	color: #ffffff;
}

.infoCole p
{
	    margin-bottom: 5px;
}

.suscrito
{
	margin-top:10%;
}

.suscrito < .container
{
	padding-top: 10%;
}

@media only screen and (max-width: 767px) {
h1 { font-size: 22px !important; }
}