/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
@font-face {
    font-family: Gotham;
    src: url('/fonts/Gotham Book.ttf');
}

body {
    width: 100%;
/*    height: 100%;*/
    font-family: Gotham, "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #222;
   
/*    background-color: #111;*/
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
/*    text-transform: uppercase;*/
    font-family: Gotham, "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    color: #ffd200;
    text-shadow: 1px 1px 3px rgba(10,10,10,.80);
}

p {
    margin: 0 0 15px;
    font-size: 13px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 25px;
        font-size: 15px;
/*        line-height: 1.6;*/
    }
}

a {
/*    color: #42dca3;*/
    color: #ffd200;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #1d9b6c;
}

.light {
    font-weight: 400;
}
.sublinhado{
    border-bottom: 1px solid rgba(10,10,10);
}
.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(10,10,10,.3);
    text-transform: uppercase;
 /*   font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
    background-color: #fff !important;
    height: 100px;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #ffd200;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
  /*  color: #ffd200;
    background: rgba(0,0,0,0.5);*/
    
    color: rgb(52, 52, 52);
    background-color: #ffd300;
    
}
.navbar .nav li a:hover {
    outline: 0;
  /*  color: #ffd200;
    background: rgba(0,0,0,0.5);*/
    
    color: rgb(52, 52, 52) !important;
    background-color: #ffd300 !important;
    
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgb(52, 52, 52);
    color: #ffd300;
}

.navbar-custom .nav li.active a:hover {
  /*  color: #fff;*/
}

@media(min-width:768px) {
    .navbar-custom {
        /*padding: 20px 0;*/
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #111;
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px ;
    text-align: center;
    color: #fff;


  

    
 /*   background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; */
}
#bgvid{
    position: relative;
    left: 0px;
    top: 0px;
    /*width: 100%;*/
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
/*    margin-top: 100px;*/
}

.intro-body{
    padding-top: 20px;
}
.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 150px 0px 0px 0px;
    }

    .intro .intro-body .brand-heading {
        font-size: 60px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #ffd200;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.paineis-section {
    width: 100%;
    padding: 50px 0;
    color: #222;
/*    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
}




@media (min-width: 767px) {
    .content-section {
        padding-top: 0px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
     /*   margin-top: 250px;*/
    }
    
    .btn-organizar{
        font-size: 0.9em;
    }
}
#tabs{
    border: none !important;
}
.ui-widget-header{
    background-color: #343434 !important;
}
.ui-tab{
    text-transform: uppercase;
    background-color: #ffe9a4 !important;
    color: #000 !important;
}
.ui-state-active a:link{
    background-color: rgb(255, 210, 1) !important;
    color: #000 !important;
    
}


.btn-organizar{
    background-color: #333;
    color: #FFD100;
    margin: 0px 2px 0px 2px;
    font-size: 65%;
    min-width: 212px;
    text-transform: uppercase;
    margin: 4px;
}
.btn-organizar:hover{
    background-color: #FFD100;
    color: #333;
}
.btn-organizarInvertido{
    background-color: #FFD100;
    color: #333;
    margin: 0px 2px 0px 2px;
    font-size: 65%;
    min-width: 212px;
    text-transform: uppercase;
}
.btn-organizarInvertido:hover{
    background-color: #333;
    color: #FFD100;
}


.copiarescala:hover{
   /* color: #ffd200 !important;*/

}

.btn {
    border-radius: 3px;
/*    text-transform: uppercase;*/
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #ffd200;
    color: #ffd200;
    background-color: #222;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #ffd200;
    outline: 0;
    color: #000;
    background-color: #ffd200;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

.panel{
 /*   background-color: rgba(255,255,255,0.85) !important;*/
 /*   padding-top: 10px ;
    padding-bottom: 10px ;*/
/*    box-shadow: 1px 2px 2px rgba(0,0,0,.5)*/
    margin-bottom: 4px;
    border: none;
}

.left-side{
    padding-bottom: 500px;
    margin-bottom: -500px;
    height: 100%;
}

div.fill{
    height: auto;
    height: 100%;
 
  /*  padding-bottom: 1000px;
    margin-bottom: -1000px;*/
}

/* ----------------------------------------------- */ 
/* Páginas iniciais */

.sidebar-nav {
    position: relative;
    top: 60px;
    width: 250px;
    margin: 0;
    left: -40px;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #666666;
    font-size: 16px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #000000;
    font-weight: 300;

}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

.no-margin{
    margin-bottom: 0px !important;
}

.TituloFundo{
    padding: 10px 0px 10px 10px;
    line-height: 16px;
    color: #ffffff;
    background: #343434;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal !important
    
}