html, body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-height: 75rem;
  padding-top: 10rem;
}

a{
  color: #684eab !important
}

a:hover{
  color: #8c69e7 !important;
  text-decoration:none !important
}

a.light-link{
  color: #8492a6 !important
}

a.light-link:hover{
  color: #8c69e7 !important
}

.co-img{
  transition: all 0.5s linear;
}

.co-img:hover{
  opacity: 1 !important;
}



header.top{
  padding: 150px 0 300px 0;
  // background: url(../img/teste.png);
  background-size: cover;
  background-position: center bottom;
}

.bkg-dois{
  padding: 0px 0 600px 0;
  background: url(../img/bkg2.png);
  background-size: cover;
  background-position: center top; 
}

.gray-bkg{
  background: #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.white-bkg{
  background: #ffffff;
  border-bottom: 0px solid #e6e6e6;
}

.purple-bkg{
  background: rgba(70,25,51,1); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0,44,63,1) 0%,  rgba(70,25,51,1) 100%); 
  background: -webkit-linear-gradient(top, rgba(0,44,63,1)  0%, rgba(70,25,51,1)100%);
  background: linear-gradient(to bottom, rgba(0,44,63,1)  0%, rgba(70,25,51,1)100%); 
  // color: #fff !important;
  // background: url(../img/purple.png);
  // background-size: cover;
  // background-position: center top; 
}

.purple-bkg h2, .bkg-dois h2, .purple-bkg h1{
  color: #fff !important;
}


@media (min-width: 768px){
  .navbar {
  height: 80px;
}
.navbar .navbar-nav > li > a,
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 80px;
}
}

.navbar-form {
  margin-top: 22px;
}
.navbar a{
  color: #6D6F7B !important;
  font-size: 1em;
}

nav{
  padding: 40px;
  border: 1px solid #EBEBEB;
}


.list-group-item {
  border: 0px solid rgba(0,0,0,.125) !important;
  padding: .35rem 0 !important;
 
}


.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #8c69e7;
    outline: 0;
}
.btn-success{
  background-color: #13ce66 !important;
  border-color: #13ce66 !important;
}

.btn-success:hover {
  color: #13ce66 !important;
  background-color: #fff !important;
  border-color: #13ce66 !important;
}

.btn-outline-success {
  color: #13ce66 !important;
  background-color: transparent;
  background-image: none;
  border-color: #13ce66 !important;
}

.btn-outline-success:hover {
  background-color: #13ce66 !important;
  color: #fff !important;
}

.login-info{
  margin-top: 150px;
}

.login-form{
  margin-top: 30px;
}

.login-footer{
  margin-top: 30px;
}

.btn-outline-primary {
    color: #3F1F3B;
    background-color: transparent;
    background-image: none;
    border-color: #3F1F3B;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #3F1F3B !important;
    border-color: #007bff;
}




h1,h2,h3,h4,h5,h6{
  font-family: "Lato" !important;
  color: #3c4858 !important;
  font-weight: 400;
  text-rendering: geometricPrecision;
}

h2{
  margin-bottom: 20px !important;
  line-height: 1.3em !important;
}

h1{
  font-weight: 400 !important;
  font-size: 2.4em !important;
  line-height: 1.3em !important;
  margin-top: 20px !important;
  letter-spacing: -1px !important;
}

p{
  font-family: "Source Sans Pro" !important; 
  color: #8492a6;
  font-weight: 500;
  font-size: 1em;
  text-rendering: geometricPrecision;
  line-height: 1.8;
}

.articles p{
  font-size: 1.1em !important;
}

p.lead{
  font-weight: 500;
}

strong.strong{
  color: #3c4858 !important;
}

.list-group-item{
  font-family: "Source Sans Pro" !important; 
  color: #8492a6 !important;
}




.main {
  display: flex;
  

  height: 100%;
  width: 100%;
}
// .left, .middle, .right {
//     display: table-cell;   
// }

.left {
  flex: 0 0 500px; /* do not grow, do not shrink, start at 250px */
  // border: 1px dashed #f0f;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.right {
  background: url(../img/bkg.jpg);
  background-position: center;
  background-size: contain;
  flex: 1;  /* grow */
  // border: 1px dashed #00f;
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (min-width: 576px) {
     .sidebar {
          max-width: 280px;
     }
 }




// body{
//   background-size: white;
// }
// u{
//   border-bottom: 1px dotted #323648; text-decoration: none;
// }
// nav{
//   padding: 40px;
//   border: 1px solid #EBEBEB;
// }

// a {
//   color: #580aa9 !important;
// }

// a:hover{
//   color: #580aa9 !important;
//   text-decoration: underline;
// }




// .icon{
//   margin-bottom: 50px
// }

// h1,h2,h3,h4,h5,h6{
//   font-family: 'Merriweather', serif !important;
//   font-weight: 300 !important;
//   letter-spacing: 0px;
//   color: #3F1F3B !important;
//   margin-bottom: 1.4rem !important;
// }

// h1{
//   font-size: 2em !important;
//   line-height: 1.4em !important;
//   letter-spacing: -2px;
//   font-weight: 400 !important;
// }

// h2{
//   font-size: 1.5em !important;
//   line-height: 1.5em !important;
// }

// .navbar-form {
//   margin-top: 22px;
// }
// .navbar a{
//   color: #6D6F7B !important;
//   font-size: 0.8em;
// }


// p.lead{
//   color: #5b5e6d;
//   letter-spacing: 0px;
//   font-family: 'Open Sans', sans-serif;
//   font-size: 1em
// }

// p{
//   color: #5b5e6d;
//   letter-spacing: 0px;
//   font-family: 'Open Sans', sans-serif;
//   font-size: 0.95em;
//   line-height: 2em;  
//   font-weight: 300;
// }

// @media (min-width: 1200px){
//   .container {
//     max-width: 1280px !important;
//   }
// }

// @media (min-width: 768px){
//   .navbar {
//   height: 80px;
// }
// .navbar .navbar-nav > li > a,
// .navbar-brand {
//   padding-top: 0;
//   padding-bottom: 0;
//   line-height: 80px;
// }
// }




