/*
INDEX.CSS

Web Site:  GeoDesign Internacional - Geoespacial - Satelites
Author:  Reinaldo Escada Chohfi
*/

html,
body {
    height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    color: #6c6f73;
}

.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;
}

.nav-link {
    text-align: left;
}

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

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

#geral {
    max-width: 100%;
}

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

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

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

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

#stage-caption h2 {
    font-size: 32px;
    color: white;
    font-weight: bold;
}

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

.feature-full {
    padding-top: 50px;
}
#zoom1 {
    font-size: 10px;
    font-style: italic;
}
.feature-content-SV {
    padding-top: 50px;
    overflow: hidden;
}

.feature-caption-SV {
    padding-left: 10px;
    overflow: hidden;
}

.feature-content-news {
    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: 20px;
}

.modal-header myModal1 h4 {
    color: black;
}

.modal-body myModal1 h4 {
    color: black;
}
.modal-body myModal1 p {
    color: black;
}
.control-label{
    color: black;
}
.btn-warning {
    margin-right: 20px;
}
#form1 .error {
    color: red;
}
/*
   --------------------------------------
   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;
}

.svdiv{
    font-size: 14px;
}

.img-superview{
    width: 160px;
}

body:not(.modal-open){
    padding-right: 0px !important;
  }

  .ulSv1{
    font-size: 14px;
}

.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 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: 1200px){
          .modal-dialog {
              width:1024px;
              padding-top: 50px;
          }          
      }
      @media screen and (max-width: 800px){
          .modal-dialog {
              width:512px;
              padding-top: 50px;
          }          
      }
/*
@media screen and ( min-width: 991px ) {
    
    .feature-content {
        display: flex;
        align-items: center;
    }
    
}
*/




