/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');

.col-xs-12{float:left;}
body {
    padding-top: 54px;
	font-family: 'PT Sans', sans-serif;
}
footer{
	width:100%;
	float:left;
}
footer{
	margin-top: 30px;
}

@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
}

.carousel-item {
    height: auto;
    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;
}
.bg-dark{
	background: #0065a4;
    background: -moz-linear-gradient(left, #0065a4 0%, #9c1d51 100%);
    background: -webkit-linear-gradient(left, #0065a4 0%, #9c1d51 100%);
    background: linear-gradient(to right, #0065a4 0%, #9c1d51 100%);
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.8);
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(156, 29, 81);
    border-bottom: 1px solid rgba(0,0,0,.125);
    color: #fff;
}
.carousel-caption {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	font-family: 'Oswald', sans-serif;
}
.h1, h1 {
    font-size: 2.5rem;
    color: #0a73b5;
}
h1 small{
	color: #9c1d51;
}
.h2, h2 {
    font-size: 2.6rem;
	color: #0a73b5;
}
h4 {
	color: #0a73b5;
	border-bottom:solid 1px #eee;
	margin-bottom:15px;
	padding-bottom:15px;
}
.carousel-caption h2{
	color:#fff;
}
h5{
	color:#0a73b5;
}
h5 i{
	color:#c7286e;
}
.carousel-indicators .active {
    background-color: #c7286e;
}
.space{
	width:100%;
	padding:30px 0;
}
.my-4 {
    margin-top: 3.5rem!important;
    margin-bottom: 3.5rem!important;
}
.ventajas i, h4 i{
	color:#9c1d51;
}
.divider{
	width:10%;
	float:left;
	background:#9c1d51;
	height:4px;
	margin:30px 45% 60px;
}