/*
INDEX.CSS

Web Site:  GeoDesign Internacional
Author:  Reinaldo Escada Chohfi
*/

html,
body {
    height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    color: #6c6f73;
    padding-right: 0px !important;
}

.navbar-toggle {
    background:#4e576b!important;
}

.nav .active a {
    background:#707684!important;
}

.nav .active a:hover {
    background:#7d828e!important;
}
.navbar {
    background-color: #4e576b;
}

.navbar-inverse {
    padding: 0px 0px 0px 0px;
}

.navbar-nav {
    padding: 0px 0px 0px 0px;
}

.navbar-brand {
    padding: 5px 0px 0px 5px;
}

h1,h2,h3,h4,h5 {
    color: #333;
}

h6 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
}

.carousel-caption {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 10;
  padding: 5px 0 0 5px;
  color: white;
  font-size: 12px;
  text-align: left;
}

img {
    max-width: 100%;
}

.blockquote {
    font-size: 12px;
    color: #333;
    border: none;
    padding: 0;
}

.blockquote-footer {
    margin: 10px 0 0;
}

#stage {
    background: url('../img/NASA_ABorealis_from_SpaceStation2017b3.jpg') center center no-repeat;
    background-size: cover;
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

#stage-caption {
    font-size: 22px;
    font-weight: 200px;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

#stage-caption h1 {
    font-size: 32px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.btn {
    border-color: #ff8402;
}
.btn-default {
    border-color: grey;
}

.feature-content {
    padding: 100px 0;
    overflow: hidden;
}

.feature-content img {
    margin-bottom: -0px;
}

.feature-content1 {
    padding: 5px 0 30px 0;
    overflow: hidden;
}

.feature-content1 .list1 {
    padding: 0 0 0 40px;
    overflow: hidden;
}

.feature-content1 .map {
    padding-right: 50px;
}

.feature-dark {
    background: #262F36;
    color: white;
    padding-top: 50px;
}

.feature-dark h4 {
    color: white;
}

.feature-dark h2 {
    color: white;
}

.feature-alt {
    background: #f0f0f0;
}

#feature-four .feature-content {
    padding: 0;
}

#feature-five img {
    margin-top: 32px;
}

#ContatoGD img {
    margin: 0 15px 5px 0;
}

.must {
    color: orangered;
    font-size: 12px;
    font-style: italic;
}

.fa-file-pdf {
    color: #f13f29;
    font-size: 24px;
}

.control-label{
    color: black;
}
.btn-warning {
    margin-right: 20px;
}
#form1 .error {
    color: red;
}
/*
   --------------------------------------
   BACK TO THE TOP BUTTON
   --------------------------------------
*/
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.back-to-top:hover {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  background-color: #5cb85c;
  border-color: #ff8402;
  cursor: pointer;
}

#myBtn:hover {
  background-color: #333;
  border-color: #5cb85c;
  color: rgb(255, 255, 255);

}

/*
   --------------------------------------
   FOOTER
   --------------------------------------
*/

#main-footer {
    background: #252525;
    padding: 16px 0;
}

#main-footer p {
    color: #b8b9bc;
    text-align: center;
 }

.fmenu p {
    font-size: 12px;
}

.fmenu a {
    color: #b8b9bc;
}

.fmenu a:hover {
    color: #ffffff;
    text-decoration: none;
}

.lrn p {
    font-size: 14px;
    font-weight: bold;
}

.note p {
    font-size: 10px;
}

.CookieMessage {
    position:fixed;
    bottom: 0;
    right: 0;
    background: #121212;
    z-index: 999;
    width: 600px;
    border-radius: 10px;
  }
  
  .CookieMessage-content {
    color: white;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 20px 0 20px;
    font-family: sans-serif;
    line-height: 1.5;
    font-size: 12px;
    display: inline-flex;
    margin-top: 20px;
  }
  .CookieMessage-content a{
    color: white;
  }


  
  .CookieMessage-button {
    background: #5cb85c;
    display: inline-block;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    margin-left: 20px;
    margin-bottom: 30px;
  }
  .CookieMessage-button:hover{
    background: #5cb85c;
  }

  @media screen and (max-width: 480px) {
    .CookieMessage {
        width: 400px;
       }
}
@media screen and (max-width: 300px) {
    .CookieMessage {
        width: 60px;
   }
}
@media screen and (max-width: 200px) {
    .CookieMessage {
        width: 275px;
   }
}
/*
   --------------------------------------
   Media Queries
   --------------------------------------
*/

/* Portrait & landscape phone */
/*
@media screen and (max-width: 480px) {
     #stage {
        background: url('../img/NASA_ABorealis_from_SpaceStation2017_Phone.jpg') center center no-repeat;
        background-size: cover;
        color: white;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }
}
*/
/* Landscape phone to portrait tablet */
/*
@media screen and (max-width: 768px) {
     #stage {
        background: url('../img/NASA_ABorealis_from_SpaceStation2017_Tablet.jpg') center center no-repeat;
        background-size: cover;
        color: white;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }
}
*/
/* Large desktop */
/*
@media screen and (min-width: 1200px) {
     #stage {
        background: url('../img/NASA_ABorealis_from_SpaceStation2017_Desk.jpg') center center no-repeat;
        background-size: cover;
        color: white;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }
}
*/
@media screen and ( min-width: 991px ) {
    
    .feature-content {
        display: flex;
        align-items: center;
    }
    
}
/**/







