/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    /*background-color: #f5f5f5;*/
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* NAV */

nav
{
    height: 60px;
    background-color: rgba(0, 0, 0, 0.3);
}

.navbar-brand {
    float: left;
    height: 60px;
    padding: 5px;
    font-size: 18px;
    line-height: 20px;
}

.navbar
{
    margin-bottom: 0;
}

.nav > li > a {
  position: relative;
  display: block;
  margin: 5px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
}


/*  ###### HEADER Home Page Carousel ########## */

header
{
    m/*argin-top: 60px;*/
}

header.carousel {
    height: 50%;
}

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;
}

.business-header {
    height: 400px;
    background: url('../images/corrida-joa.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
/* Inicio */
.actividad-header
{
    padding: 100px 0;
    background-color: #00587D;
}

.actividad-header a
{
    color: #ffffff;
    text-decoration: none;
}

.actividad-header a:hover
{
    color: #d3d3d3;
}

#recorrido h4, #recorrido h2
{
    color: #00587D;
}

#recorrido p
{
    color: #555;
}

#recorrido hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #d3d3d3;
}

#recorrido iframe {
 width: 100%;
 height: 400px;
}

/* Formulario de Inscripción */

.form-inscripcion
{
    margin: 35px 0;
}

.titulo-inscripcion
{
    color: #00587D;
}

.form-inscripcion label
{
    color: #00587D;
}

.form-inscripcion textarea
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 300px;
    color: #555;
}

#loading_spinner {display: none;}

#resultado, .gifCarga {text-align: center}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;

    color: #00587D;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}