/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  font-family: "gobCL";
  background-color: #efefef !important;
  margin: 0;
  padding: 0;
}



@font-face {
  font-family: 'gobCL';
  font-weight: 300;
  font-style: normal;
  src: url("fonts/gobcl_light.eot?") format("eot"), url("fonts/gobcl_light.woff") format("woff"), url("fonts/gobcl_light.ttf") format("truetype");
}

@font-face {
  font-family: "gobCL";
  font-weight: 500;
  font-style: normal;
  src: url("fonts/gobcl_regular.eot?") format("eot"), url("fonts/gobcl_regular.woff") format("woff"), url("fonts/gobcl_regular.ttf") format("truetype");
}
@font-face {
  font-family: "gobCL";
  font-weight: 700;
  font-style: normal;
  src: url("fonts/gobcl_bold.eot?") format("eot"), url("fonts/gobcl_bold.woff") format("woff"), url("fonts/gobcl_bold.ttf") format("truetype");
}
@font-face {
  font-family: "gobCL";
  font-weight: 900;
  font-style: normal;
  src: url("fonts/gobcl_heavy.eot?") format("eot"), url("fonts/gobcl_heavy.woff") format("woff"), url("fonts/gobcl_heavy.ttf") format("truetype");
}

.jumbotron{
	background: url(img/f.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  padding: 2rem 2rem 4rem 2rem;
  margin: 0;
}


#azul{
	float: left;
	width: 40%;
	height: 7px;
	background-color: #0f69b4;
}
#rojo{
	float: left;
	width: 60%;
	height: 7px;
	background-color: #eb3c46;
}


#logo{
	float: left;
}

#logo-min-top{
	float: right;
}


.clear{
	clear: both;
}

.display-3 {
    font-size: 35px;
    color: #fff;
    font-weight: 300;
    line-height: 1.2;
    width: 500px;
    margin: 160px 0 20px 0;
}

.card-text{
	text-align: center;
	font-weight: 700;
}

.banner{
	background-color: #fff;
	text-align: center;
	overflow: hidden;
	padding: 40px 120px;
	margin: 0 0 30px 0;
}

.banner h2{
	font-weight: 700;
	font-size: 25px;
}

h3{
	text-align: center;
	margin: 0 0 35px 0
}

.footer{

background: rgba(6,48,82,1);
background: -moz-linear-gradient(top, rgba(6,48,82,1) 0%, rgba(11,80,136,1) 56%, rgba(11,80,136,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(6,48,82,1)), color-stop(56%, rgba(11,80,136,1)), color-stop(100%, rgba(11,80,136,1)));
background: -webkit-linear-gradient(top, rgba(6,48,82,1) 0%, rgba(11,80,136,1) 56%, rgba(11,80,136,1) 100%);
background: -o-linear-gradient(top, rgba(6,48,82,1) 0%, rgba(11,80,136,1) 56%, rgba(11,80,136,1) 100%);
background: -ms-linear-gradient(top, rgba(6,48,82,1) 0%, rgba(11,80,136,1) 56%, rgba(11,80,136,1) 100%);
background: linear-gradient(to bottom, rgba(6,48,82,1) 0%, rgba(11,80,136,1) 56%, rgba(11,80,136,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#063052', endColorstr='#0b5088', GradientType=0 );

padding: 20px 0;
text-align: center;
}

.footer p{
	color: #fff;
	font-size: 14px;
	padding: 20px;
	margin: 0;
}
.footer p a{
	color: #fff;
	font-weight: 700;
}

#logo-min-footer img{
	width: 140px; height: auto;
}

.card{
	color: #212529;
}

.cerradas{
	background-color: #eb3c46;
	color: #fff;
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 100% ;
	padding: 40px 20px;
	font-size: 30px;
	font-weight: 700;
}




@media only screen and (max-width: 600px) {
	#logo-min-footer img{
	width: 100px; height: auto;
}
.footer p{
	font-size: 11px;

}
	.card{
		margin-bottom: 20px;
	}
	h3{
		font-size: 20px;
	}

	.banner{
	padding: 20px 0;
	margin: 0 0 30px 0;
}


	#logo{
	width: 150px; height: auto;
}
#logo-min-top img{
	width: 60px; height: auto;
}


.display-3 {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: 1.2;
    width: 90%;
    margin: 90px 0 5px 0;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 1px 5px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: .3rem;
    margin: 0 0 10px 0;
}


.jumbotron{
	background: url(img/f.jpg) no-repeat; 
  background-size: auto 100%; 
  background-position: center;
  padding: 2rem 2rem 0 2rem;
  margin: 0;
}


 }
