@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);  
.btn-consumir2 {
    display: none;
}
body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
  }
  h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
  }
  h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    }
  .jumbotron h1 {
    font-size: 33px;
    color: #000;
  }
#blanket,#aguarde {
    position: fixed;
    display: none;
}
 
#blanket {
    left: 0;
    top: 0;
    background-color: #f0f0f0;
    filter: alpha(opacity = 65);
    height: 100%;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    opacity: 0.65;
    z-index: 9998;
    display: none;
}

#aguarde {
    width: 50%;
    height: 30px;
    top: 40%;
    left: 24%;
    line-height: 30px;
    z-index: 9999;
    padding-left: 27px;
    display: none;
}
#aguarde > p{
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-top:-10px;	
    text-align:center;
}
.category-small {
    display: none;
}

#topo {
    background: -webkit-linear-gradient(top, rgba(133,214,58,0.46) 0%, rgba(133,214,58,0.47) 0%, rgba(209,255,148,0.47) 30%, rgba(255,255,255,0.47) 77%);
    margin: 50px 0 0 0;
}


#dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 250px;
    margin-top: 5px;
   
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    
    z-index: 1;
}

.dropdown-content li{
   font-size: 15px;
}

.dropdown-content a {
    color: #031b4b;
    padding: 5px 5px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    color: white;
    background-color: #031b4b 
}



/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
  position: relative;
  height: 350px;
}
.fade-carousel .carousel-inner .item {
  height: 350px;
}
.fade-carousel .carousel-indicators > li {
  margin: 0 2px;
  background-color: #031b4b;
  border-color: #031b4b;
  opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #000;
}
/********************************/
/*          Hero Headers        */
/********************************/
.hero {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0,0,0,.75);
  -webkit-transform: translate3d(-50%,-50%,0);
  -moz-transform: translate3d(-50%,-50%,0);
  -ms-transform: translate3d(-50%,-50%,0);
  -o-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
}
.hero h1 {
  font-size: 4em;    
  margin: 0;
  padding: 0;
  color: #fff;
}

.fade-carousel .carousel-inner .item .hero {
  opacity: 0;
  -webkit-transition: 2s all ease-in-out .1s;
  -moz-transition: 2s all ease-in-out .1s; 
  -ms-transition: 2s all ease-in-out .1s; 
  -o-transition: 2s all ease-in-out .1s; 
  transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
  opacity: 1;
  -webkit-transition: 2s all ease-in-out .1s;
  -moz-transition: 2s all ease-in-out .1s; 
  -ms-transition: 2s all ease-in-out .1s; 
  -o-transition: 2s all ease-in-out .1s; 
  transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
  position: absolute;
  width: 100%;
  height: 350px;
  z-index: 2;
  background-color: #cbcbcb;
  opacity: .1;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
  color: #f5f5f5;
  background-color: #1abc9c;
  border-color: #1abc9c;
  outline: none;
  margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 350px;
}
.fade-carousel .slides .slide-1 {
  background-image: url("../img/curso_a_distancia.jpg");  
  
}
.fade-carousel .slides .slide-2 {
  background-image: url("../img/curso_livre.jpg"); 
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
  .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
  .hero h1 { font-size: 4em; }    
}
.container-fluid {
  padding: 40px 30px 40px;
}
.bg-grey {
  background-color: #f6f6f6;
}
.logo-small {
  color: #031b4b;
  font-size: 50px;
}
.logo {
  color: #f4511e;
  font-size: 200px;
}
.thumbnail {
  padding: 0 0 15px 0;
  border: none;
  border-radius: 0;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
.carousel-control.right, .carousel-control.left {
  background-image: none;
  color: #f4511e;
}
.carousel-indicators li {
  border-color: #f4511e;
}
.carousel-indicators li.active {
  background-color: #4e9ec9;
}
.item h4 {
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
  font-style: italic;
  margin: 70px 0;
}
.item span {
  font-style: normal;
}
.panel {
  border: 0px solid #008736; 
  border-radius:2 !important;
  box-shadow: 2px 0px 5px rgba(0,0,0, .2);  
  transition: box-shadow 0.5s;
    
}
.panel:hover {
  box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.panel-footer .btn:hover {
  border: 0px solid #f4511e;
  background-color: #fff !important;
  color: #f4511e;
}
.panel-heading {
 /* color: #fff !important; 
  background-color: #f4511e !important; 
  padding: 10px; */
  margin-bottom: 10px;    
  border-bottom: 1px solid #eee;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.panel-footer {
  background-color: white !important;
}
.panel-footer h3 {
  font-size: 32px;
}
.panel-footer h4 {
  color: #aaa;
  font-size: 14px;
}
.panel-footer .btn {
  margin: 15px 0;
  background-color: #f4511e;
  color: #fff;
}


.text-white{
  color:#fff;
}


footer .glyphicon {
  font-size: 20px;
  margin-bottom: 20px;
  color: #f4511e;
}
.slideanim {visibility:hidden;}
.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
}
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%);
  } 
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  } 
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@media screen and (max-width: 768px) {
  .col-sm-4 {
    text-align: center;
    margin: 25px 0;
  }
    .category-small {
        display: inline-block;
    }
  .btn-lg {
    width: 100%;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 480px) {
  .logo {
    font-size: 150px;
  }

}

ul,li{
  padding:0;
  margin:0;
}
li{
  list-style-type:none;
}

/*
Code snippet by maridlcrmn for Bootsnipp.com
Follow me on Twitter @maridlcrmn
*/
.modal-dialog {
    width: 500px;
    margin: 30px auto;
}

#modal-curso {
    width: 90%;
    height: 90%;
    overflow-y: auto;
    
}

#modal-curso img {
    max-width: 100%;
}

.sub-header {
    background-color: #f0efef;
    color: #fff;
    font-family: Montserrat, sans-serif;
    margin-bottom: 20px;
    color: inherit;
    background-color: #eee;
}

.contato,.box-cinza {
    background-color: #f0efef;
    color: #fff;
    font-family: Montserrat, sans-serif;
    margin-bottom: -1px;
    color: inherit;
    background-color: #eee;
}
.contato p {
    font-weight: 200;
    font-size: 14px;
}
.box-cinza{
    border-top: 1px solid #cecece;
}


element {

}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    border-bottom: 3px solid white;
}

.navbar-inverse .navbar-nav>.active>a {
    border-bottom: 3px solid white;
    background-color: transparent;
    
}

.navbar-inverse .navbar-nav>.active>a:hover {
    border-bottom: 3px solid white;
    background-color: transparent;
    
}
.navbar-inverse .navbar-brand {
    color: #fff;
}

.navbar {
  
  min-height: 50px;
  border: 0px solid transparent;
  margin-bottom: 0px;
  border-radius: 0px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    
}
.navbar-inverse {
  background-color: #031b4b;
  border-color: #080808;
      
}
.navbar.navbar-inverse .nav-collapse {
  background-color: #031b4b;
}

.navbar-brand {  }

.navbar-nav.navbar-right .btn { position: relative; z-index: 2; padding: 4px 20px; margin: 10px auto; }

.navbar .navbar-collapse { position: relative; }
.navbar .navbar-collapse .navbar-right > li:last-child { padding-left: 22px; }

.navbar .nav-collapse { position: absolute; z-index: 1; top: 0; left: 0; right: 0; bottom: 0; margin: 0;  width: 100%; }
.navbar.navbar-default .nav-collapse { background-color: #f8f8f8; }
.navbar.navbar-inverse .nav-collapse { background-color: #031b4b; }
.navbar .nav-collapse .navbar-form { border-width: 0; box-shadow: none; }
.nav-collapse>li { float: right; margin-top: 5px;margin-right: 200px;}

.btn.btn-circle { border-radius: 50px; }
.btn.btn-outline { background-color: transparent; }

@media screen and (max-width: 767px) {
  .navbar .navbar-collapse .navbar-right > li:last-child { padding-left: 15px; padding-right: 15px; } 
  
  .navbar .nav-collapse { margin: 7.5px auto; padding: 0; }
  .navbar .nav-collapse .navbar-form { margin: 0; }
  .nav-collapse>li { float: none; }
    .category-big {
        display: none;
    }
    .category-small {
        display: inline-block;
    }
}

footer { background-color:#0c1a1e; min-height:350px; font-family: 'Open Sans', sans-serif; }
.footer-col { margin-top:50px; }
.logofooter { margin-bottom:10px; font-size:25px; color:#fff; font-weight:700;}

.footer-col p { color:#fff; font-size:12px; font-family: 'Open Sans', sans-serif; margin-bottom:15px;}
.footer-col p i { width:20px; color:#999;}

.footer-ul { list-style-type:none;  padding-left:0; margin-left:2px;}
.footer-ul li { line-height:29px; font-size:12px;}
.footer-ul li a { color:#a0a3a4; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
.footer-ul i { margin-right:10px;}
.footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#ff670f; }

.copyright { min-height:40px; background-color:#000000;}
.copyright p { text-align:left; color:#FFF; padding:10px 0; margin-bottom:0;}
.heading7 { font-size:21px; font-weight:700; color:#d9d6d6; margin-bottom:22px;}
.post p { font-size:12px; color:#FFF; line-height:20px;}
.post p span { display:block; color:#8f8f8f;}
.bottom_ul { list-style-type:none; float:right; margin-bottom:0;}
.bottom_ul li { float:left; line-height:40px;}
.bottom_ul li:after { content:"/"; color:#FFF; margin-right:8px; margin-left:8px;}
.bottom_ul li a { color:#FFF;  font-size:12px;}
.social-icon {
  width: 30px;
  height: 30px;
  font-size: 15px;
  background-color: blue;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  padding-top: 7px;
  border-radius: 50%;
}
.footer-social li{
 float:left;
}
.linked-in{
 background-color:#007bb6;
}
.facebook{
 background-color:#3b5998;
}
.twitter{
 background-color:#1da1f2;
}
.google{
 background-color:#f63e28;
}


#painelCurso{    
    border: 1px solid #DDDEDE;
    /*max-width: 600px;*/
    display: inline-block;
    overflow: hidden;
}

#painelCurso .card-body{
    padding: 10px;
}

#painelCurso img{
    max-width: 100%;
    
}



#painelCurso hr{
    margin-top: 5px;
    margin-bottom: 5px;
}


.invisible-btn-login{
    position: relative;
    top: 7px;
}

.navbar-fixed-top, .navbar-collapse{
    padding: 0;
}

.badge-validade{
    float: left;
    margin-top: 12px;
    margin-right: 10px;
}
.badge-validade span{
    color: #FFF;
}
.badge-validade span:nth-of-type(1){
    font-weight: bold;
}

@media screen and (max-width: 767px){
    .badge-validade{
        margin-top: 9px;
        margin-right: 0;
        font-size: 10px;
        width: 100%;
        margin-bottom: 10px;
    }
}