@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

html {box-sizing: border-box;font-family:"Roboto", sans-serif;}
*, *:before, *:after {box-sizing: inherit;}

body {
  min-height: 800px;
  padding-top: 150px;
  font-family:"Roboto", sans-serif;
}

p{
  color: #000;
  font-size: 16px;
}

h1{
  color: #FFF;
  font-weight: bold;
  font-size: 30px;
  //text-transform: uppercase;
  margin: 0;
  font-family:"Roboto", sans-serif;
}

h2{
  font-size: 20px;
  color: #952b85;
  font-family:"Roboto", sans-serif;
  font-weight: bold;
}

h3{
  font-size: 20px;
  color: #952b85;
  margin-bottom: 30px;
  margin-top: 0;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

h4{
  font-size: 20px;
  font-weight: bold;
  color: #6e1484;
}

h5{
  font-size: 18px;
  color: #337ab7;
  margin-top: 15px;
}

ul li{
  color: #000;
  font-size: 16px;
}

a{
  color: #952b85;
  font-size: 16px;
  text-decoration: none;
}

a:hover{ 
  color: #952b85;
  text-decoration: underline;
}

a.not-capa{
 text-decoration: none;
}

a:hover.not-capa{
 
}

a.bt-1{
 background-color: #358abb;
 color: #fff;
 font-size: 35px;
 padding: 20px;
 display: block;
 text-align: center;
 text-transform: uppercase;
 margin-top: 35px;
}

a.bt-1:hover{
 text-decoration: none;
}

a.bt-2{
 background-color: #3a9799;
 color: #fff;
 font-size: 32px;
 padding: 20px;
 display: block;
 text-align: center;
 text-transform: uppercase;
}

a.bt-2:hover{
 text-decoration: none;
}

a.bt-3{
 background-color: transparent;
 border: 1px solid #952b85;
 color: #952b85;
 border-radius: 40px;
 font-size: 12px;
 padding: 13px;
 text-align: center;
 text-transform: uppercase;
 font-weight: bold;
}

a.bt-3:hover{
 background-color: #952b85;
 border: 1px solid #952b85;
 color: #fff;
 text-decoration: none;
}

.link-leia{
 font-size: 12px;
 font-weight: bold;
 color: #337ab7;
 text-transform: uppercase;
}

.topo{
 vertical-align: bottom; 
 font-size: 12px;
}

.jump{
 color: #fff !important;
 transform: rotate(270deg);
 position: absolute;
 font-size: 30px !important;
}

.back-to-top {
    cursor: pointer;
    //position: fixed;
    //bottom: 20px;
    //right: 20px;
    display:none;
    text-decoration: none;
}


.carousel-inner img {
 width: 100%;
 height: 100%;
 border: 1px solid #7d7d7d;
}

.navbar-brand img{
 margin-right: 1rem;
 height: 75px;
 transition: 0.4s;
}

.nav-link {
 color: #952b85 !important;
 font-weight: bold;
 font-size: 16px;
 text-transform: uppercase;
}

.bg-topo{
 background-color: #eaeaea !important;
 -webkit-box-shadow: 0px 5px 17px rgba(50, 50, 50, 0.77);
 -moz-box-shadow: 0px 5px 17px rgba(50, 50, 50, 0.77);
 box-shadow: 0px 5px 17px rgba(50, 50, 50, 0.77);
}

section {
  padding: 60px 0;
}

section.bg1{
  background-color: #eaeaea;
  margin-top: 35px;
}

.padding-0{
  padding:0;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

footer{
  padding: 30px 0;
  //margin-top: 35px;
  background-color: #952b85;
}

footer p{
  color: #fff;
  font-size: 15px;
}

footer a{
  color: #fff;
  font-size: 18px;
  text-decoration: underline;
}

footer a:hover{
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}


pre {
    background-color: #FFF;
    border: 1px solid #FFF;
}

button:focus {outline:0 !important;}

/*
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot');
  src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff') format('woff'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font: normal normal 16px/1 'Glyphicons Halflings';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-right: 4px;
}
*/

/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons { color: #952b85; vertical-align: middle; font-size: 30px;}

.material-icons.cursos { float: left; margin-right: 5px; }


@media (min-width: 768px){
 .navbar-nav {
  float: right;
 }
}

#global-nav {
  position: fixed;
  top: 0;
  z-index: 9999;
  height: 150px;
  width: 100%;
  background: #324c5f;
  color: #fff;
  line-height: 150px;
  -webkit-transition: height .5s, line-height .5s; /* Safari */
  transition: height .5s, line-height .5s;
}

.site-title {
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.scrolled-nav .site-title  {
  font-size: 12px;
  -webkit-transition: height .5s, line-height .5s; /* Safari */
  transition: height .5s, line-height .5s;
}

.scrolled-nav img{
  height: 40px !important;
  -webkit-transition: all .5s;
    transition: all .5s;
}

.scrolled-nav {
  height: 60px !important;
  line-height: 60px !important;
  -webkit-transition: height .5s, line-height .5s; /* Safari */
  transition: height .5s, line-height .5s;
}

.counter {
  width: 20px;
  height: 20px;
  background: black;
  color: #fff;
  position: fixed;
  top: 120px;
  right: 0;
  -webkit-transition: height .5s, line-height .5s; /* Safari */
  transition: height .5s, line-height .5s;
}

/*NAV*/

    .navbar-nav>li>a {
        line-height: 82px;
    }

    .navbar-default {
        background-color: #eaeaea;
      -webkit-box-shadow: 0px 5px 17px rgba(50, 50, 50, 0.77);
      -moz-box-shadow: 0px 5px 17px rgba(50, 50, 50, 0.77);
      box-shadow: 0px 5px 17px rgba(50, 50, 50, 0.77);
    }

nav.navbar{
    min-height: 115px;
   -webkit-transition: all .5s;
    transition: all .5s;
}

nav.navbar.shrink {
  min-height: 80px;
}

nav.navbar.shrink img{
  height: 50px;
  -webkit-transition: all .5s;
    transition: all .5s;
}

nav.navbar.shrink a{
   line-height: 50px;
}

.navbar-default .navbar-nav>li>a {
    color: #952b85;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #952b85;
}

@media only screen and (max-device-width: 1024px) {

    .navbar-brand img {
        height: 80px !important;
    }

    .navbar{
        min-height: 50px;
    }

    h1{
        font-size: 16px;
    }

    .navbar-brand{
        padding: 9px 15px;
    }

}

    @media (min-width: 768px){
      .navbar-nav {
        float: right;
       }

      .vertical-align {
        display: flex;
        align-items: center;
      }

    }

    @media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        margin-bottom: 50px;
        margin-top: 12px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    /*.navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }*/
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
   
}
