﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    /*padding-top: 50px;*/
    /*padding-bottom: 20px;*/
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 450px;
}*/

.navbar {
    background-color: #009BCC;
}

    .navbar a.btn {
        background-color: #F76C3A;
        color: #fff;
    }

.logoETB {
    width: 60px;
    padding: 0;
    margin: 0;
    display: block;
}

.up {
    text-align: center;
}

    .up h1 {
        /*font-family: DINPro;*/
        font-size: 25px;
        color: #009BCC;
        text-align: center;
        font-weight: 900;
        margin: 0;
        margin-bottom: 30px;
    }

    .up h2 {
        /*font-family: DINPro;*/
        font-size: 20px;
        color: #6d6d6d;
        text-align: center;
        font-weight: normal;
        margin: 0;
        /*margin-bottom: 17px;*/
    }

.SectionBtn .btn {
    background-color: #009BCC;
    color: #fff;
}

.btn.default {
    background-color: #009BCC;
    color: #fff;
}

.btn.active {
    background-color: #F76C3A;
    color: #fff;
}

.space {
    margin-bottom: 10px;
}

.lblTitle {
    color: #009BCC;
    font-weight: bold;
    margin-right: 8px;
}

.line {
    border: 2px solid #F76C3A;
    margin-bottom: 10px;
}

.naranja {
    color: #F76C3A;
}

.azul {
    color: #009BCC;
}

.lineSpace {
    border: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 10px;
}




/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .body-content {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .SectionBtn .btn {
        padding: 6px 12px 6px 12px;
        margin-bottom: 10px;
        display: block;
    }

    .jumbotron {
        margin-top: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .captcha {
        padding: 20px;
        padding-bottom: 0;
    }
}
