@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
h1, h2, h3, h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

h4{
    color: red;
}
p {
    font-family: 'Lato', sans-serif;
}
html {
    background-color: #474747;
}

#ticket{
    width: 350px;
    padding-left: 10%;
}
.top {
    background-color: #FDD835;
}
.top .navbar-brand {
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 10px;
    background-color: #555555;
    color: white;
    text-decoration: none;
}
.top .container {
    padding: 0;
}
.banner {
    background-color: #FFEB3B;
}
.banner .container {
    min-height: 160px;
    padding: 10px 0px 10px 10px;

}

.banner .container p {
    font-size: 22px;
    padding-left: 5px;
    font-weight: 300;
}
.middle {
    background-color: #CCC;
}
.middle .container {
    background-color: #FFF;
    min-height: 300px;
    padding-bottom: 20px;
}
.navbar-nav li a {
    color: #FFF;
    background-color: #f39c12;
    font-family: 'Lato', sans-serif;
}
.navbar-nav li a:hover {
    background-color: #e67e22;
}
.bottom {
    background-color: #FDD835;
}
.bottom .container {

    min-height: 50px;
}
.bottom .container h3 {
    color: #999;
}
.bottom .container p {
    color: #666;
}
.navbar-toggle {
    color: #009b9b;
    font-size: 32px;
    margin: 3px;
    padding: 2px 5px;
    line-height: 32px;
}
.navbar-toggle:hover {
    background-color: #373737;
}
.navbar-nav {
    margin: 0;
}

.content p {
    line-height: 30px;
    font-size: 16px;
}
.to-tutorial {
    text-align: center;
}

.demo-pricing {
    width: 95%;
    margin-top: 10px;
    margin-right: 30px;
    padding: 14px 26px;
    font-size: 18px;
    line-height: 100%;
    text-shadow: 0 1px rgba(0, 0, 0, 0.4);
    color: #fff;
    display:inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.1s ease-in-out;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -ms-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
}
.demo-pricing:active {
    padding-top: 15px;
    margin-bottom: -1px;

}
.demo-pricing, .demo-pricing:hover, .demo-pricing:active {
    outline: 0 none;
    text-decoration: none;
    color: #fff;
}

.demo-pricing-1 {
    background-color: #3fb8e8;
    box-shadow: 0px 3px 0px 0px #3293ba;
}
.demo-pricing-1:hover {
    background-color: #1baae3;
}
.demo-pricing-1:active {
    box-shadow: 0px 1px 0px 0px #3293ba;
}


.demo-pricing-2 {
    background-color: #f06060;
    box-shadow: 0px 3px 0px 0px #cd1313;
}
.demo-pricing-2:hover {
    background-color: #ed4444;
}
.demo-pricing-2:active {
    box-shadow: 0px 1px 0px 0px #cd1313;
}

.demo-pricing-3 {
    background-color: #f39c12;
    box-shadow: 0px 3px 0px 0px #f39c12;
}
.demo-pricing-3:hover {
    background-color: #f39c12;
}
.demo-pricing-3:active {
    box-shadow: 0px 1px 0px 0px #f39c12;
}

.descarga {
    height: 49px;
    text-align: right;
}

.btn{
    font-family: 'Source Sans Pro', sans-serif;
    cursor: pointer;
    border: none;
    outline: none;
    display: inline-block;
    font-size: 1em;
    padding: 10px 34px;
    background: #555555;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn:hover{
    background: #F9690E;
}

.pdf{
    background: red;
}

.xml{
    background: green;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
    text-transform: lowercase;
}
