/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
}

/* Navbar with logo */

@media (min-width:768px) {
    body {
        padding-top: 90px; 
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 15px;
        margin-left: 15px;
    }

    .navbar-fixed-top .nav {
        padding: 20px 0;
    }

    .navbar-fixed-top .navbar-brand {
        padding: 10px 0px;
    }
}

@media (max-width:767px) {
    body {
        padding-top: 70px; 
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        height: 70px; 
    }

    .navbar-fixed-top .navbar-brand {
        padding: 0px 10px;
    }

    .navbar-toggle {
        margin-top: 15px;
    }
}

/* Home Page Carousel */

header.carousel {
    height: 65%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.carousel-caption {
    margin-bottom: 60px;
}

.carousel-caption > h2 {
    font-family: Merriweather,'Helvetica Neue',Arial,sans-serif;
}

/* Secciones */

section {
    padding: 50px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 30px;
}

section h3.section-subheading {
    margin-bottom: 50px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
    color:  #428bca;
}

.text-muted {
    color: #777;
}

/* Responsive Styles */

@media (max-width:767px) {
    header.carousel .carousel {
        height: 70%;
    }
}

.btn-xl {
  padding: 15px 30px;
}

.btn {
  border: 0;
  border-radius: 300px;
  text-transform: uppercase;
  /*font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;*/
  font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
}

.btn-primary {
  /*border-color: #f05f40;*/
  color: #fff;
  /*background-color: #f05f40;*/
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

