.site{
  max-width: 960px;
  margin: 0px auto;
}

.container {
    width: 970px;
}

.navbar-right {
    margin-top: 30px;
    margin-right: 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #D80418;
    background: none;
}

.navbar-default {
    background-color: #fff;
}

.nav {
    list-style: outside none none;
    font-size: 16px;
    font-weight: 300;
}

.navbar-default {
    padding: 10px;
}

h2.slide-title {
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5);
padding: 15px;
float: right;
clear: both;
margin: 0px;
font-size: 3em;
}

p.slide-text {
    background: none repeat scroll 0% 0% rgba(9, 33, 131, 0.5);
    padding: 5px;
    float: right;
    clear: both;
    margin: 0px;
    font-size: 1.5em;
}

.slidebg {
    background: url('images/slide-bg.png') repeat scroll  transparent;
    border-bottom: solid 2px white;
}

#slide.carousel{
    position: relative;
    max-width: 1080px;
    margin: 0px auto;
}

#slide.carousel-caption {
    left: 20%;
    right: 20%;
    bottom: 20%;
    padding: 0;
}

#slide.carousel-control .icon-prev, #slide.carousel-control .icon-next {
    width: 43px;
    height: 43px;
    font-size: 0;
}

.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 40px;
    height: 40px;
    margin-top: -15px;
    font-size: 40px;
    background: #000;
    border-radius: 40px;
}

#slide.carousel-control .icon-next {
   background-image: url('images/next.png');
}

#slide.carousel-control .icon-prev {
   background-image: url('images/prev.png');
}

.home-title {
    background: #2e3192;
    margin-top: 2px;
    color: #fff;
}

h4.servicios{
    bottom: 0;
    color: #000;
    position: absolute;
    padding: 10px;
font-weight: 300;
}

.fix{
width: 314px;
padding: 0px;
margin: 10px auto;
}

#splash.carousel.splash.auto .carousel-inner > .item {
   display: block;
  position: absolute;
  left: 0 !important;
   opacity: 0;
   -moz-transition: .6s ease-in-out opacity;
  -webkit-transition: .6s ease-in-out opacity;
  -o-transition: .6s ease-in-out opacity;
  transition: .6s ease-in-out opacity;
}

#splash.carousel.splash.auto .carousel-inner > .item.active, #splash.carousel.splash.auto .carousel-inner > .next.left  {
    opacity: 1;
}

#splash.carousel.splash.auto .carousel-inner > .next, #splash.carousel.splash.auto .carousel-inner > .active.left {
    opacity: 0;
}

#splash.carousel.splash.auto, #splash.carousel.splash.auto .carousel-inner {
    height: 800px;
}

.carousel.splash .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  width: 100%;
}

.carousel.splash .carousel-caption {
    padding-bottom: 23%;
}

.carousel.splash .carousel-caption h2 {
    width: auto;
    display: inline;
    text-shadow: none;
    background: none repeat scroll 0% 0% rgb(238, 0, 0);
    padding: 10px;
    border-radius: 10px;
    font-size: 20px;
}

.carousel.splash .carousel-caption a {
color:#fff;
text-decoration: none;}

.row.follow {
    width: 400px;
    float: left;
    display: block;
    margin: 10px 0;
}

.row.follow .text-info {
    color: #000FBE;
}

.row.icons {
    display: block;
    float: right;
}

.section.splash{
border: none;
font-size: 14px;
}

footer {
    font-size: 11px;
    border-top: double rgb(198, 195, 202);
}

footer .row.copy {
    margin: 15px 0px 0px !important;
}

.proyecto {
    text-align: center;
    margin-bottom: 20px;
    color: #555;
}

.proyecto h3 {
    font-size: 20px;
    color: rgb(73, 109, 166);
}