.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "satc . . login login login login login login" "satc . . . . . . . ." "menu-nome menu-nome menu-nome menu-nome menu-nome menu-nome menu-nome menu-nome menu-nome" "info noticias noticias noticias noticias noticias noticias noticias noticias" "info noticias noticias noticias noticias noticias noticias noticias noticias";
  }
  
  .menu-nome { grid-area: menu-nome; }
  
  .satc { grid-area: satc; }
  
  .info { grid-area: info; }
  
  .noticias { grid-area: noticias; }
  
  .login { grid-area: login; }

  @font-face{
    font-family: 'Text Me One';
    src: url('../font/TextMeOne-Regular.ttf');
  }

  #password + .glyphicon {
    cursor: pointer;
    pointer-events: all;
    float: right;
    margin-left: 289px;
    padding-top: 12px;
    position: absolute;
  }

   .sobre-satc ul{
	margin-left: 20%;
}

   .sobre-satc ul li{
	list-style: none;
	display: inline;
}

   .sobre-satc ul li img{
	height: 70px;
}

   .login ul{
	position: absolute;
	right: -30px;
	top: 10px;
}

   .login ul li i{
	position: absolute;
	font-size: 30px;
	color: #fff;
	padding-top: 5px;
	padding-left: 30px;
}
   .login ul li{
	padding-top: 10px;
	padding-right: 100px;
	display: inline;
}
  .login a.mapa{
	z-index:5;
	position: absolute;
	color: #fff;
}

  .login a.forum{
	z-index:10000;
	position: absolute;
	color: #fff;
}

  .login a img{
	height: 40px;
}

  .background img{
    z-index: 0;
    width: 120%;
    position: fixed;
    transition: 0.4s all;
  }

 .background img.mover{
    z-index: 0;
    width: 60%;
    margin-top: 5%;
    margin-left: 90%;
    position: fixed;
    box-shadow: -2px 0px 10px #000000;
  }

  .background img.movera{
    z-index: 0;
    width: 60%;
    margin-top: 5%;
    margin-left: 90%;
    position: fixed;
    box-shadow: -2px 0px 10px #000000;
  }

  .background img.moverb{
    z-index: 0;
    width: 60%;
    margin-top: 5%;
    margin-left: 90%;
    position: fixed;
    box-shadow: -2px 0px 10px #000000;
  }

  body{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    overflow: hidden;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
    position: fixed;
  }

  body img.fundo{
    width: 100%;
    position: absolute;
  }

  .menu-nome img{
    width: 95%;
    margin-top: -3.7%;
    margin-left: 5%;
    position: absolute;
    cursor: default;
    transition: 0.4s all;
  }

  .menu-nome img.mover{
    width: 90%;
    margin-top: -17%;
    margin-left: 78%;
    position: absolute;
    transform: scale(0.9);
    cursor: pointer;
  }

  .menu-nome img.movera{
    width: 90%;
    margin-top: 5.7%;
    margin-left: 78%;
    position: absolute;
    transform: scale(0.9);
    cursor: pointer;
  }

  .menu-nome img.moverb{
    width: 90%;
    margin-top: 5.7%;
    margin-left: 78%;
    position: absolute;
    transform: scale(0.9);
    cursor: pointer;
  }

  .info img{
    position: absolute;
    margin-left: 6.5%;
    margin-top: -0.5%;
    width: 5%;
    transition: 0.4s all;
    cursor: pointer;
  }

  .info img.mover{
    position: absolute;
    margin-top: -12%;
    margin-left: 6.5%;
    width: 5%;
    cursor: pointer;
  }

  .info img.movera{
    position: absolute;
    margin-top: 0%;
    margin-left: 6.5%;
    transform: scale(1.2);
    width: 5%;
    cursor: default;
  }

  .info img.moverb{
    position: absolute;
    margin-top: 22%;
    margin-left: 6.5%;
    transform: scale(1);
    width: 5%;
    cursor: pointer;
  }

  .satc{
    z-index: 30;
  }

  .satc img{ 
    margin-top: -160%;
    margin-left: 55%;
    width: 50%;
    transition: 0.4s all;
    cursor: pointer;
  }

  .satc img.mover{ 
    margin-top: -26%;
    margin-left: 55%;
    transform: scale(1.1);
    width: 50%;
    cursor: default;
  }
  .satc img.movera{ 
    margin-top: -230%;
    margin-left: 55%;
    transform: scale(0.95);
    width: 50%;
    cursor: pointer;
  }

  .satc img.moverb{ 
    margin-top: -230%;
    margin-left: 55%;
    transform: scale(0.95);
    width: 50%;
    cursor: pointer;
  }

  .login form{
    z-index: 10;
    position: absolute;
    list-style: inline;
    margin-top: 10px;
    margin-left: 19%;  
  }

  .login input{
    background: #919191;
    border: 0px;
    border-radius: 20px;
    height: 30px;
    opacity: 0.6;
    color: #ffffff;
    padding-left: 20px;
    margin-right: 10px;
  }

  .login input::placeholder{
    margin-top: 3px;
    padding-left: 0px;
    font-size: 13px;
    color: #ffffff;
    line-height: 15px;
    padding-bottom: 3px;
    overflow: visible;
  }

  .login button{
    border: none;
    background: none;
    height: 30px;
    color: #ffffff;
    text-decoration-line: underline;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    cursor: pointer;
    margin-right: 10px;
  }

  .login label{
    height: 30px;
    color: #ffffff;
    text-decoration-line: underline;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    cursor: pointer;
    font-weight: normal;
    z-index: 1000;
  }

  .cadastro img{
    width: 20%;
    z-index: 10000;
    position: absolute;
    margin-top: 13%;
    margin-left: -50%;
    transition: 0.8s all;
    z-index: 11;
    opacity: 0;
  }

  .cadastro img.moverb{
    width: 20%;
    z-index: 10000;
    position: absolute;
    margin-top: 13%;
    margin-left: -5%;
    display: block;
    opacity: 1;
  }

  .cadastro form{
    width: 50%;
    z-index: 10;
    position: absolute;
    margin-left: -60%;
    margin-top: 13%;
    transition: 0.8s all;
    opacity: 0;
  }

  .cadastro form.moverb{
    width: 50%;
    z-index: 10;
    position: absolute;
    margin-left: 22%;
    margin-top: 13%;
    opacity: 1;
  }

  .cadastro input{
    background-color: rgb(158, 158, 158);
    border: none;
    border-radius: 10px;
    width: 318px;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 8px;
  }

  .cadastro input.city{
    width: 152px;
  }

  .cadastro input.estado{
    width: 152px;
  }

  .cadastro input::placeholder{
    color: #ffffff;
    font-size: 16px;
    text-align: left;
  }

  .cadastro .part2{
    margin-left: 60%;
    margin-top: -54%;
  }

  .cadastro select{
    background-color: rgb(158, 158, 158);
    border: none;
    border-radius: 10px;
    width: 317px;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 8px;
  }

  .cadastro select option{
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding-left: 20px;
  }

  .cadastro span{
    color: #ffffff;
    position: absolute;
    font-size: 15px;
    text-align: center;
    margin-left: 4%;
  }

  .cadastro span a{
    margin-left: 4%;
    color: rgb(21, 21, 155);
  }

  .cadastro button{
    margin-left: 4%;
    margin-top: 10%;
    position: absolute;
    width: 40%;
    height: 80px;
    font-size: 30px;
    color: #ffffff;
    background: none;
    border-width: 5px;
    border-style: solid;
    cursor: pointer;
  }
  .cadastro button:hover{
    background: #5a5a5a;
  }

  .cadastro .negocio{

    color: #fff;
    text-align: left;
    font-size: 16px;
    padding-left: 20px;
  }

  .cadastro .city{

    color: #fff;
    text-align: left;
    padding-left: 20px;

  }

  .cadastro .estado{

    color: #fff;
    text-align: left;
    padding-left: 20px;

  }
  
  
  .noticias{
  z-index: 3;
  position: absolute;
  margin-left: 9%;
  bottom: 0;
  transition: 0.4s all;
  }

  .noticias.mover{
    z-index: 3;
    position: absolute;
    margin-left: 9%;
    bottom: -40%;
  }

  .noticias ul {
    color:#fff;
    list-style: none;
    display: inline;
    z-index: 19;
  }

  .noticias ul li{
    background: #000000;
    width: 29%;
    height: 70px;
    padding-top: 0.2%;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 9%;
    opacity: 0.8;
  }

  .noticias ul li{
    float: left;
    margin-top: -1.6%;
    margin-right: 3%;
  }
  .noticias hr{
    width: 200%;
    bottom: 0;
    z-index: 20;
  }
  .noticias p.titulo{
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  .noticias ul li a{
    color: #fff;
  }

  .noticias p.descricao{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    z-index: 10;
  }
  
  /*código para tirar estilo do botão de noticias*/
  .link button{ 
	border: none;
	background:none;
	border:none;
	color: #337ab7;
	text-decoration: underline;
  }
  .noticias button{
	 border: none;
	background: none;
	color: #337ab7;
	text-decoration: underline;
  }
  .link a{
	text-decoration: underline;  
  }
  .noticias a{
	text-decoration: underline; 
    color: #337ab7 !important;	
  }
  /*fim dos dos estilos de links de noticias*/
  
.sobre-satc.desk{
  width: 700px;
  position: absolute;
  font-size: 16px;
  color: #fff;
  text-align: left;
  margin-left: 25%;
  margin-top: -50%;
  transition: 0.4s all;
  opacity: 0;
}

.sobre-satc.mover{
  width: 700px;
  position: absolute;
  color: #fff;
  text-align: left;
  margin-left: 25%;
  margin-top: 5%;
  opacity: 1;
}

.sobre-proj{
  width: 700px;
  position: absolute;
  font-size: 16px;
  color: #fff;
  text-align: left;
  margin-left: 25%;
  margin-top: 50%;
  transition: 0.4s all;
  opacity: 0;
}
.sobre-proj.mover{
  width: 700px;
  position: absolute;
  color: #fff;
  text-align: left;
  margin-left: 25%;
  margin-top: 5%;
  opacity: 1;
}

.sobre-proj .titulo{
  font-family: 'Text Me One', sans-serif;
  font-size: 50px;
  margin-bottom: 0%;
}

.sobre-satc .titulo{
  font-family: 'Text Me One', sans-serif;
  font-size: 50px;
  margin-bottom: 0%;
}

.menu-nome{
    z-index: 9;
  }
.satc{
    z-index: 12;
  }
.info{
    z-index: 12;
  }
.cadastro{
    z-index: 15;
  }

  @media only screen and (max-width: 1150px) {

    .background img{
      z-index: 0;
      width: auto;
      max-height: 150%;
      min-height: 100%;
      min-width: 100%;
      height: auto;
      position: fixed;
      transition: 0.4s all;
    }
    body{
      margin: 0 0 0 0;
      padding: 0 0 0 0;
      overflow: hidden;
    } 
    body img.fundo{
      height: auto;
      width: auto;
      max-height: 150%;
      min-height: 100%;
      height: auto;
      position: absolute;
    }
    .menu-nome {
      display: none;
    }
.sobre-satc ul{
	margin-left: 8%;
}

  .satc{
      display: none;
    }
  .info{
    display: none;
    }
  .cadastro{
    display: none;
    }

    .icon-plus i.satc1{
      display: none;
    }

    .noticias.satc1{
      display: none;
    }

    .background.satc1{
      display: none;
    }

    .nome.satc1{
      display: none;
    }

    .sobre-satc.satc1 {
    position: absolute;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-left: 10%;
    margin-top: 0;
    transition: 0.4s all;
    opacity: 1;
    width: 80%;
    height: 90%;
    z-index: 10;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    }

    .sobre-proj.satc1 {
      position: absolute;
      font-size: 16px;
      color: #fff;
      text-align: center;
      margin-left: 10%;
      margin-top: 0;
      transition: 0.4s all;
      opacity: 1;
      width: 80%;
      height: 90%;
      overflow: scroll;
      -webkit-overflow-scrolling: touch;
      }

      .sobre-proj.login {
       margin-top:27%;
        }

        .sobre-satc.login {
          margin-top:27%;
           }
    
    .cadastro.satc1{
      display: block;
    }

    .cadastro .part2{
      margin-left: 0;
      margin-top: 0;
    }

    .cadastro .estado {
      color: #fff;
      text-align: left;
      padding-left: 20px;
      margin-left: 164px;
      margin-top: -52px;
      float: left;
    }

    .cadastro form {
      opacity: 1;
      margin-top: 31%;
      margin-left: 31%;
      padding-top: 20px;
      height: 73%;
      width: 400px;
      overflow: scroll;
  }

  .cadastro button {
    left: 46px;
    margin-top: 16%;
    width: 49%;
    height: 80px;
    font-size: 30px;
    color: #ffffff;
    background: none;
    border-width: 5px;
    border-style: solid;
    cursor: pointer;
    }

    .cadastro span{
      color: #ffffff;
      position: absolute;
      font-size: 14px;
      text-align: center;
      margin-left: 9%;
      font-weight: normal;
    }

    .cadastro img {
      margin-top: -8%;
      margin-left: 273px;
      transform: rotate(90deg);
      width: 230px;
      opacity: 1;
  }

  .cadastro img.login1 {
    margin-top: -25%;
    margin-left: 273px;
    transform: rotate(90deg);
    width: 230px;
    opacity: 1;
}

.cadastro form.login1 {
  opacity: 1;
  margin-top: 51%;
  margin-left: 31%;
  padding-top: 20px;
  height: 54%;
  width: 400px;
  overflow: scroll;
}

    .login{
      margin-left: -5%;
    }

  .noticias{
    margin-left: 6%;
  }

  .opcao i.fa-bars{
    position: absolute;
    font-size: 36px;
    margin-left: 2%;
    margin-top: 2%;
    cursor: pointer;
    color: #fff;
    opacity: 1;
    z-index: 30;
    visibility: visible;
    animation: irprolado3 0.5s;
  }
  

  .opcao i.fa-times{
    position: absolute;
    font-size: 36px;
    margin-left: 2%;
    margin-top: 2%;
    cursor: pointer;
    color: #fff;
    opacity: 0;
    z-index: 30;
    visibility: hidden;
    animation: irprolado4 0.5s;
  }

  @keyframes irprolado{
    0% { visibility: visible; margin-left: 2%; }
    100% {margin-left: 22%; visibility: hidden;}
  }

  @keyframes irprolado2{
    0% { visibility: hidden; margin-left: 2%;}
    100% {margin-left: 16%; visibility: visible;}
  }

  @keyframes irprolado3{
    0% { visibility: hidden; margin-left: 16%;}
    100% {margin-left: 2%; opacity:1; visibility: visible;}
  }

  @keyframes irprolado4{
    0% { visibility: visible; margin-left: 16%; opacity: 1;}
    100% {margin-left: 2%; visibility: hidden;}
  }
  .opcao i.fa-bars.mover{
    position: absolute;
    width: 36px;
    margin-left: 16%;
    margin-top: 2%;
    cursor: pointer;
    z-index: 30;
    opacity: 0;
    animation: irprolado 0.5s;
    visibility: hidden;
  }

  .opcao i.fa-times.mover{
    position: absolute;
    width: 36px;
    margin-left: 16%;
    margin-top: 2%;
    cursor: pointer;
    z-index: 30;
    opacity: 1;
    animation: irprolado2 0.5s;
    visibility: visible;
  }

    .login{
      display: block;
    }

    .login label{
      display: none;
    }

    .login button{
      margin-left: 110px;
    }

    .login form{
      margin-left: 4%;
      display: none;
      margin-top:-20%;
      transition: 0.4s all;
    }

    @keyframes animalogin{

      0% { opacity: 0; margin-top: -20%};
      100%{opacity: 1; margin-top: 0;}
      
    }

    .login form.mover{
      margin-left: 4%;
      display: block;
      opacity: 1;
      margin-top: 0%;
      animation: animalogin 0.4s;
    }

    .login button{
    border: solid;
    background: none;
    height: 40px;
    width: 100px;
    left: 0%;
    color: #ffffff;
    text-decoration-line: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    cursor: pointer;
    }

    .login .input1{
      margin-top:65%;
    }

    .login input{
      display: list-item;
      margin-bottom: 7%;
      width: 150%;
      background: #919191;
      border: 0px;
      border-radius: 20px;
      height: 50px;
      opacity: 0.6;
      color: #ffffff;
    }
    
    .login input::placeholder{
      padding-left: 0px;
      font-size: 20px;
      text-align: center;
      color: #ffffff;
    }

    button.login-mob{
      position: absolute;
      width: 70px;
      font-size: 20px;
      margin-top: 2%;
      right: 2%;
      padding: 3px 7px 5px 7px;
      color: #fff;
      background: none;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      border-color: #fff;
      border-width: 2px;
      border-style: solid;
      cursor: pointer;
      z-index: 30;
    }

   button.login-mob1{
      position: absolute;
      width: 70px;
      font-size: 20px;
      margin-top: 2%;
      right: 2%;
      padding: 3px 7px 5px 7px;
      color: #fff;
      background: none;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      border-color: #fff;
      border-width: 2px;
      border-style: solid;
      cursor: pointer;
      z-index: 30;
    }


    .login-mob{
      display: block;
      color: #fff;
      margin-top: 2%;
    }

    .login-mob.show1{
      display: none;
    }

    .login-mob1{
      display: none;
      color: #fff;
      margin-top: 2%;
    }

    .login-mob1.show{
      display: block/*!important*/;
    }
    .nome img{
      position: absolute;
      width: 35%;
      margin-left: 33%;
      margin-top: 12%;
      opacity: 1;
      transition: 0.4s all;
    }

    .nome img.mover{
      position: absolute;
      width: 35%;
      margin-left: 33%;
      margin-top: 30%;
      opacity: 0;
    }
    .noticias{
      display: block;
      bottom: 10%;
      }

      .noticias ul {
        color:#fff;
        list-style: none;
        display: inline;
        z-index: 19;
      }
    
      .noticias ul li{
        background: #000000;
        width: 30%;
        height: 130px;
        padding-top: 0.2%;
        padding-left: 30px;
        padding-right: 30px;
        opacity: 0.8;
      }
    
      .noticias ul li{
        float: left;
        margin-top: 40%;
        margin-right: 1%;
      }
      .noticias ul li.not1{
        float: left;
        margin-top: 40%;
        margin-right: 1%;
      }
      .noticias ul li.not2{
        float: left;
        margin-top: 40%;
        margin-right: 1%;
      }
      .noticias ul li.not3{
        float: left;
        margin-top: 40%;
        margin-right: 1%;
      }

      .noticias hr{
       display: none;
      }

      .icon-plus i.fas{
        font-size: 30px;
        margin-top: 0;
        margin-left: 0;
        bottom:0;
        z-index: 20;
        position: absolute;
        color: #fff;
      }

      .icon-plus i{
        background: #000000;
        height: 30px;
        bottom: 0;
        left: auto;
        right: 43%;
        padding-top: 1%;
        padding-right: 4%;
        padding-left: 4%;
        width: auto;
        opacity: 0.8;
      }

      .icon-plus i.mover{
        bottom: -120%;
      }

      .menu2{
        margin-left: -40%;
        opacity: 0;
        transition: 0.4s all ease-in-out;
      }
      .menu2.mover{
        margin-left: 0%;
        opacity: 1;
      }


      .menu2 ul{
        position: absolute;
        color: #fff;
        background-color: #000000;
        height: 100%;
        width: 20%;
        z-index: 29;
        list-style: none;
        padding-top:20%;
        text-align: right;
        padding-right: 2%;
        margin-top: 0;
      }
      .menu2 ul li{
        padding-bottom: 5%;
        cursor: pointer;
      }
      
  }

  @media only screen and (max-width: 900px){

    body{
        overflow: hidden;
      }

      .opcao i.fa-bars{
        position: absolute;
        font-size: 36px;
        margin-left: 2%;
        margin-top: 2%;
        cursor: pointer;
        color: #fff;
        opacity: 1;
        z-index: 30;
        visibility: visible;
        animation: irprolado3 0.5s;
      }
      
    
      .opcao i.fa-times{
        position: absolute;
        font-size: 36px;
        margin-left: 2%;
        margin-top: 2%;
        cursor: pointer;
        color: #fff;
        opacity: 0;
        z-index: 30;
        visibility: hidden;
        animation: irprolado4 0.5s;
      }
    
      @keyframes irprolado{
        0% { visibility: visible; margin-left: 2%; }
        100% {margin-left: 17%; visibility: hidden;}
      }
    
      @keyframes irprolado2{
        0% { visibility: hidden; margin-left: 2%;}
        100% {margin-left: 16%; visibility: visible;}
      }
    
      @keyframes irprolado3{
        0% { visibility: hidden; margin-left: 16%;}
        100% {margin-left: 2%; opacity:1; visibility: visible;}
      }
    
      @keyframes irprolado4{
        0% { visibility: visible; margin-left: 16%; opacity: 1;}
        100% {margin-left: 2%; visibility: hidden;}
      }
      .opcao i.fa-bars.mover{
        position: absolute;
        width: 36px;
        margin-left: 16%;
        margin-top: 2%;
        cursor: pointer;
        z-index: 30;
        opacity: 0;
        animation: irprolado 0.5s;
        visibility: hidden;
      }
    
      .opcao i.fa-times.mover{
        position: absolute;
        width: 36px;
        margin-left: 16%;
        margin-top: 2%;
        cursor: pointer;
        z-index: 30;
        opacity: 1;
        animation: irprolado2 0.5s;
        visibility: visible;
      }


    .noticias{
      display: block;
      bottom: 10%;
      margin-left: 4%;
      }

      .noticias ul {
        color:#fff;
        list-style: none;
        display: inline;
        z-index: 19;
      }

      .sobre-proj.login {
        margin-top:40%;
         }
 
         .sobre-satc.login {
           margin-top:40%;
            }
    
      .noticias ul li{
        background: #000000;
        width: 30%;
        height: 130px;
        padding-top: 0.2%;
        padding-left: 30px;
        padding-right: 30px;
        opacity: 0.8;
      }
    
      .noticias ul li{
        float: left;
        margin-top: 40%;
        margin-right: 1%;
      }
      .noticias ul li.not1{
        float: left;
        margin-top: 40%;
        margin-right: 1%;
      }
      .noticias ul li.not2{
        float: left;
        margin-top: 40%;
        margin-right: 1%;
      }
      .noticias ul li.not3{
        float: left;
        margin-top: 40%;
        margin-right: 1%;
      }

      .noticias hr{
       display: none;
      }

      
  }

  @media only screen and (max-width: 700px) {
    body{
      overflow: hidden;
    }
    .icon-plus{
      display: none;
    }
     .noticias{
      display: none;
      }

      .noticia2{
        background-color: #000000;
        width: 100%;
        height: 30%;
        position: absolute;
        bottom: 0;
      }

      .noticia2.mover{
        display: none;
      }

      .opcao i.fa-bars{
        position: absolute;
        font-size: 36px;
        margin-left: 2%;
        margin-top: 2%;
        cursor: pointer;
        color: #fff;
        opacity: 1;
        z-index: 30;
        visibility: visible;
        animation: irprolado3 0.5s;
      }
    
      .opcao i.fa-times{
        position: absolute;
        font-size: 36px;
        margin-left: 2%;
        margin-top: 2%;
        cursor: pointer;
        color: #fff;
        opacity: 0;
        z-index: 30;
        visibility: hidden;
        animation: irprolado4 0.5s;
      }
    
      @keyframes irprolado{
        0% { visibility: visible; margin-left: 2%; }
        100% {margin-left: 41%; visibility: hidden;}
      }
    
      @keyframes irprolado2{
        0% { visibility: hidden; margin-left: 2%;}
        100% {margin-left: 41%; visibility: visible;}
      }
    
      @keyframes irprolado3{
        0% { visibility: hidden; margin-left: 41%;}
        100% {margin-left: 2%; opacity:1; visibility: visible;}
      }
    
      @keyframes irprolado4{
        0% { visibility: visible; margin-left: 41%; opacity: 1;}
        100% {margin-left: 2%; visibility: hidden;}
      }
      .opcao i.fa-bars.mover{
        position: absolute;
        width: 36px;
        margin-left: 44%;
        margin-top: 2%;
        cursor: pointer;
        z-index: 30;
        opacity: 0;
        animation: irprolado 0.5s;
        visibility: hidden;
      }
    
      .opcao i.fa-times.mover{
        position: absolute;
        width: 36px;
        margin-left: 41%;
        margin-top: 2%;
        cursor: pointer;
        z-index: 30;
        opacity: 1;
        animation: irprolado2 0.5s;
        visibility: visible;
      }
    
      
    .background img{
      width: auto;
      height: 100%;
    }
    .opcao img{
      margin-top: 4%;
      margin-left: 4%;
      width: 30px;
    }

    .menu2 ul{
      width: 50%;
    }

    .nome img{
      position: absolute;
      width: 50%;
      left: 23%;
      right: auto;
      top: 15%;
      margin: 0 0 0 0;
      opacity: 1;
      transition: 0.4s all;
    }

    .nome img.mover{
      position: absolute;
      width: 50%;
      left: 23%;
      right: auto;
      top: 25%;
      margin: 0 0 0 0;
      opacity: 0;
    }

    button.login-mob{
      position: absolute;
      width: 70px;
      font-size: 20px;
      margin-top: 2%;
      margin-left: 82%;
      padding: 3px 7px 5px 7px;
      color: #fff;
      background: none;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      border-color: #fff;
      border-width: 2px;
      border-style: solid;
      cursor: pointer;
      z-index: 30;
    }

    button.login-mob1{
      position: absolute;
      width: 70px;
      font-size: 20px;
      margin-top: 2%;
      margin-left: 82%;
      padding: 3px 7px 5px 7px;
      color: #fff;
      background: none;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      border-color: #fff;
      border-width: 2px;
      border-style: solid;
      cursor: pointer;
      z-index: 30;
    }


    .login form{
      margin: none;
      left: 30%;
      right: auto;
      opacity: 0;
      margin-top:-20%;
      transition: 0.4s all;
    }

    .login form.mover{
      margin: none;
      left: 30%;
      right: auto;
      opacity: 1;
      margin-top: 0%;
    }

    @media only screen and (max-width: 500px) {

      body{
        overflow: hidden;
      }

      #password + .glyphicon {
	line-height: 34px;
	float: left;
	margin-left: -39px;
        padding-top: 3px;
      }

      .login form{
        margin: none;
        left: 12%;
        right: auto;
        opacity: 0;
        margin-top:-20%;
        transition: 0.4s all;
      }
  
      .login form.mover{
        margin: none;
        left: 12%;
        right: auto;
        opacity: 1;
        margin-top: 0%;
      }
    }

    .login input{
      display: list-item;
      margin-bottom: 7%;
      width: 130%;
      background: #919191;
      border: 0px;
      border-radius: 20px;
      height: 50px;
      opacity: 0.6;
      color: #ffffff;
    }
    
    .login input::placeholder{
      font-size: 18px;
      text-align: center;
      color: #ffffff;
    }
    .login button{
    border: solid;
    background: none;
    height: 40px;
    width: 100px;
    margin-left: 45%;
    color: #ffffff;
    text-decoration-line: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    cursor: pointer;
    }
    .noticia2 i.fas{

      position: absolute;
      z-index: 20;
      font-size: 50px;
      color: #fff;
      bottom: 40%;
    }
    .noticia2 #mais{
      top: auto;
      padding-top: 5%;
      right: 3%;
      cursor: pointer;
    }
    .noticia2 p{
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      width: 70%;
      color: #fff;
      font-size: 13px;
      z-index: 10;
      margin-left: 14%;
      font-size: 15px;
      align-self: center;
      padding-top: 3%;
    }

    .noticia2 p.titulo2{
      font-weight: bold;
    }

    .noticia2 i.fa-angle-left{
      top: auto;
      padding-top: 5%;
      left: 3%;
      cursor: pointer;
    }

    .no4{
      float: left;
      bottom: 0;
    }


    .noticia2.satc1{
      display: none;
    }

    .background.satc1{
      display: none;
    }

    .nome.satc1{
      display: none;
    }

    .sobre-satc.satc1 {
    position: absolute;
    font-size: 16px;
    color: #fff;
    text-align: left;
    margin-left: 10%;
    margin-top: 12%;
    transition: 0.4s all;
    opacity: 1;
    width: 80%;
    height: 84%;
    z-index: 10;
    overflow: scroll;
    scrollbar
    -webkit-overflow-scrolling: touch;
    }

    .sobre-proj.satc1 {
      position: absolute;
      font-size: 16px;
      color: #fff;
      text-align: left;
      margin-left: 10%;
      margin-top: 12%;
      transition: 0.4s all;
      opacity: 1;
      width: 80%;
      height: 84%;
      overflow: scroll;
      -webkit-overflow-scrolling: touch;
      }

      .sobre-proj.satc1::-webkit-scrollbar { 
        display: none; 
    }

    .sobre-satc.satc1::-webkit-scrollbar { 
      display: none; 
  }

      .sobre-proj.login {
       margin-top: 88%;
       height: 48%;
        }

        .sobre-satc.login {
          margin-top: 88%;
          height: 48%;
           }
    
    .cadastro.satc1{
      display: block;
    }

    .cadastro .part2{
      margin-left: 0;
      margin-top: 0;
    }

    .cadastro .estado {
      color: #fff;
      text-align: left;
      padding-left: 20px;
      margin-left: 164px;
      margin-top: -52px;
      float: left;
    }

    .cadastro form {
      opacity: 1;
      margin-top: 31%;
      margin-left: 8%;
      padding-top: 20px;
      height: 73%;
      width: 400px;
      overflow: scroll;
  }

  .cadastro button {
    left: 46px;
    margin-top: 16%;
    width: 49%;
    height: 80px;
    font-size: 30px;
    color: #ffffff;
    background: none;
    border-width: 5px;
    border-style: solid;
    cursor: pointer;
    }

    .cadastro span{
      color: #ffffff;
      position: absolute;
      font-size: 15px;
      text-align: center;
      margin-left: 9%;
    }

    .cadastro img {
      margin-top: -25%;
      margin-left: 95px;
      transform: rotate(90deg);
      width: 170px;
      opacity: 1;
  }

  .cadastro img.login1 {
    margin-top: -35%;
    margin-left: 95px;
    transform: rotate(90deg);
    width: 170px;
    opacity: 1;
}

.cadastro form.login1 {
  opacity: 1;
  margin-top: 84%;
  margin-left: 8%;
  padding-top: 20px;
  height: 47%;
  width: 400px;
  overflow: scroll;
}

  }