/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #FCFCFC;
    font-family: "Sanchez", Sans-Serif;
}

.text-primary {
    color: #AF1B2D;
}

.bg-primary {
    background-color: #AF1B2D;
}

.btn-primary {
    background-color: #AF1B2D;
    border-color: #AF1B2D;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Kanit", Times, Serif;
}

.navbar-brand {
    padding: 5px 15px;
}

.carousel .item .active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

.fila-impar {
    padding: 25px 0;
    margin: 25px 0;
}

.fila-par {
    padding: 25px 0;
    margin: 25px 0;
}

.carousel-caption {
    top: 100px;
    padding-top: 0;
}

.carousel-caption

    img {
        width: 200px;
        margin: 0 auto;
    }

.carousel-footer {
    position: absolute;
    bottom: 70px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    color: white;
}

.cuadro
    .caption {
        color: white;
        padding: 5px 10px;
    }

    .caption .btn {
        margin-top: 15px;
    }

#footer {
    padding: 5px 0;
    background-color: black;
    color: white;
}

#footer
    a {
        color: white;
    }

    a:hover {
        color: grey;
    }

    .social {
        font-size: 30px;
    }

    .links {
        padding-top: 5px;
    }

.gris {
    background-color: #F3F3F3;
}

.gris2 {
    background-color: #EEEEEE;
}

.breadcrumb {
    margin: 70px 0 20px;
}

/* ***************
ETAPAS
*************** */

.titulo {
    padding: 10px 0;
    margin: 0 0 20px;
}

.titulo
    h1 {
        font-size: 50px;
        margin-top: 0;
    }

.numeroEtapa {
    position: absolute;
    color: white;
    font-size: 80px;
    opacity: 0.7;
    text-shadow: 2px 2px 4px #000000;
    top: -10px;
    left: 25px;
    font-weight: 700;
}

.detalleEtapa {
    height: 100px;
    padding: 10px;
    margin: 0 0 20px 0;
}

.detalleEtapa
    p {
        margin: 5px;
        font-size: 1.1em;
    }

.lista p {
    list-style: none;
    width: 100%; /* Configure it fit in your design  */
    margin: 5px auto; /* Centering Stuff */
    padding: 10px 0 10px 10px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    border-left-color: #AF1B2D; /* Left side border color */
    background-color: #FCFCFC;
}

.texto-seccion {
    list-style: none;
    width: 100%; /* Configure it fit in your design  */
    margin: 5px auto; /* Centering Stuff */
    padding: 10px 0 10px 10px;
    border-left: 5px solid #AF1B2D;
}


#overlay-loading {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#loading {
    text-align: center;
    width: 100px;
    height: 100px;
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
}

/* ***************
ETAPA
*************** */

#map-canvas {
    width: 100%;
    height: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slb {
    margin-top: 25px;
}

/* ***************
TRACKS
*************** */

.btn-track {
    width: 100%;
    color: white;
}

.track-GPX {
    background: #6ee58d;
}
.track-KML {
    background: #c96ee5;
}
.track-PLT {
    background: #e58d6e;
}
.track-TCX {
    background: #e5c96e;
}
.track-TRK {
    background: #6e8ae5;
}
.track-ibpindex {
    background: #e56e8a;
}

/* ***************
CIUDADES
*************** */

.detalleCiudad {
    height: 50px;
    padding: 10px;
    margin: 0 0 20px 0;
}

.detalleCiudad
p {
    margin: 5px;
    font-size: 1.1em;
}


/* ***************
RECURSOS
*************** */

.nombre-recurso {
    padding: 0;
    margin: 0;
}

label.btn {
    margin: 5px 0;
}
.barraTabla {
    @extends .alert;
    padding-top:20px;
    background: #EFEFEF;
    margin: 50px 0 10px 0;
}

.barraTabla h2 {
    font: 2.5em sans-serif;
    margin: 10px 0;
}

.barraTabla .btn {
    margin: 15px 0;
}

#footer{
    margin-top: 35px;
}
