body{
	padding-top:50px; 
}
@media (min-width: 992px) {
	.hidden-nav-desktop{
		display: none !important;
	}
}
.text-center{
	text-align: center;
}
.img-center{
	display: block;
	margin: 0 auto;
}
.division{
	margin: 65px 0px;
}
header {
	width: 100%;
	background-size: cover;
	color: white;
	height: auto;
	padding: 10px;
	margin-bottom: 36px;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.64);
	-moz-box-shadow:    0px 3px 10px 0px rgba(50, 50, 50, 0.64);
	box-shadow:         0px 3px 10px 0px rgba(50, 50, 50, 0.64);
	background-color: rgb(204,0,0);
}
footer{
	color: #ffffff;
	margin-top: 280px;
	padding: 60px 0px;
	background-color: rgb(204,0,0);
}
footer a{
	color: #fff;
}
footer a:hover{
	text-decoration: underline;
}
h1{
	font-size: 40px;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
@media screen and (max-width: 991px) {
  h1{
    font-size: 33px !important;
  }
  .lead{
  	font-size: 25px;
  }
}

h2{
	font-size: 28px;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
p{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.lead{
	font-size: 21px;
	font-weight: bold;
}
/* -------------- */
.punto p{
	font-size: 18px;
}
.punto h2{
	font-weight: 400;
}
.call-wrap{
	text-align: center;
	background-color: #F49717;
	padding: 50px 0px;
	box-shadow: 0px 0px 4px rgba(0,0,0,1);
	transition: all 100ms ease-out;
}
.call-wrap:hover{
	box-shadow: 0px 0px 19px rgba(0,0,0,0.5);
}
.call-wrap a, .call-a{
	display: inline-block;
	padding: 10px 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #67005E;
	background-color: #F49717;
	transition: all 100ms ease-out;
}
.call-wrap a:hover, .call-wrap a:focus, .call-a:hover, .call-a:focus{
	color: #F49717;
	background-color: #67005E;
	text-decoration: none !important;
}
.call-wrap p, .call-wrap a{
	font-size: 29px !important;
}
.call-wrap p{
	color: #fff !important;	
}