body {
  padding-top: 56px;
}
.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.portfolio-item {
  margin-bottom: 30px;
}
.logo{
	max-width: 150px;
}
.top_nav{
	background-color:#400077;
	color:#fff;
	display: block;
	height: 30px!important;
	z-index: 9999;
	text-align: right;
	font-size: 12px;
	padding-top: 6px;
}
.top_nav a{
	color:#fff;
}
.top_nav a:hover{
	font-weight: bold;
}
.navbar{
	margin-top: 30px;
	border-bottom: 3px solid #f24d0b;
}
.nav-item a{
	color: #f24d0b!important;
	font-weight: bold;
}
.sld1{
	background-image: url("../img/slide_w1.jpg");
	background-size: cover;
}
.sld2{
	background-image: url("../img/slide_w2.jpg");
}
.sld3{
	background-image: url("../img/slide_w3.jpg");
}
.carousel-item{
	margin-top: 60px;
	max-height: 465px;
}
#acerca{
	text-align: center;
}
#acerca h1{
	color:#621475;
	letter-spacing: 10px;
}
#acerca h3{
	color:#621475;
	font-size:17.5px;
	margin-top: -30px;
}
#acerca p{
	display:block;
	width: 90%;
	max-width: 750px;
	margin: 10px auto;
	font-size:18px;
}
.div_a{
	width: 20%;
	background-color: #00ABFF;
	height: 2px;
}
.div_b{
	width: 20%;
	height: 2px;
	background-color:#e21292;
	margin-bottom: 40px;
}
#productos img{
	display:block;
	margin: 0px auto;
}
#productos{
	text-align: center;
}
.ventajas{
	background-color: #f4f4f4;
	padding: 20px;
	text-align: center;
}
.ventajas h2{
	font-size: 32px;
	margin: 20px auto -10px auto;
}
.ventajas h3{
	font-size: 20px;
	margin: 5px auto 20px auto;
}
.ventajas p{
	font-size: 18px;
	margin-top: 10px;
}
.cta{
	height: 160px;
}
.cta h2{
	color:#FF7600;
	font-size: 46px;
	font-weight: bold;
	margin-top: 30px;
}
.cta p{
	font-weight: bold;
}
.btn_cta{
	background-color:#621475;
	width: 260px;
}
.btn_cta:hover{
	background-color: #f36f1a;
	color:#621475;
}
footer{
	background-color:#621475;
}
footer h3{
	color:#FF7600;
	font-size: 22px;
}
footer ul{
	color:#fff;
	font-size:12px;
	list-style: none;
}
footer a{
	color:#fff;
}
footer a:hover{
	font-weight: bold;
	color:#fff;
	text-decoration: none;
}
@media (max-width: 991px) {
	.logo {
		max-width: 100px;
	}
	.top_nav{display: none;}
	.navbar{
		margin-top: 0px;
	}
}	