body * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;

}


  #menu{
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: space-between;
    gap:2rem;
    align-items: center;
    padding: 0 5rem;
    background-color: rgba(24, 23, 23, 0.9);
    border-bottom: 3px solid #292525;
    text-decoration: none;
  }
  #menu a{
    text-decoration: none;
  }
  #menu img{
    width: 250px;
  }
  #menu span{
    color: #e96e27;
    font-size: 1.5rem;
    font-weight: 500;
  }
#banda-banner{
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: column;
    transition: opacity 2s;

  }
      #banda-banner-card{
        background-color: rgb(70, 77, 70);
        width: 100%;
        display: flex;
        justify-content: right;
        border:0px solid blue;
        margin: 0;
        padding: 0;

      }
        #banda-banner-card-body{
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          border:0px solid blue;
          background-color: rgb(70, 77, 70);
        }

            #banda-banner-img{
              width: 90%;
              height: 90%;
              border-radius: 10px;

            }

            #banda-banner-texto-card{
              top:-7pc;
              background-color: rgba(238, 244, 244, 0.8);
              width: 80%;
              display: flex;
              align-items: center;
              padding: 3rem 2rem 5rem 2rem;
              border-radius: 15px;
              margin-left: 10%;
              border:0px solid blue;
            }
            #banda-banner-texto-card-body{
              top: -3pc;
              background-color: rgba(255,255,255,0.5);
              border-radius: 15px;
              background-color: rgba(238, 244, 244, 0.8);
              color: rgba(0, 0, 0, 1);
              width: 80%;
              padding-top: 50px;
              padding-bottom: 50px;
              box-shadow: 1px 10px 10px 1px #333;
              top:-5pc;
              display: flex;
              justify-content: right;
              flex-direction: column;
              border:0px solid blue;

            }

            .banda-banner-texto-p-cl{
              text-align: justify;
              font-size: 1rem;
              padding-left: 10px;
              padding-right: 10px;
            }

            #banda-banner-titulo{
              text-align:center; font-size:1.5rem;
              width: 100%;
              padding-bottom: 1.3rem;
              font-weight: 600;
            }
            .moldura{
              display: flex;
              justify-content: center;
              padding-top: 20px;

            }
            #banda-banner-texto-video-col{
              width: 100%;
              height: 100%;
            }

            #banda-banner-texto-video-card-body{
              border: 5px solid black;
              border-radius: 15px;
              background-color: black;
            }

              #banda-banner-texto-video-card{
              width: 100%;
              display: flex;
              align-items: center;
            }
            #banda-banner-texto-video-iframe{
              width: 100%;
              height: 100%;
            }
            .banda-iframe{
              margin-top: 20px;
              padding:10px;
              border:5px solid #000;
              background-color: #000;
              border-radius: 15px;
              width: 60vw;
              height: calc(60vw/5*3);
            }
            iframe{
              height: 100%;
              width: 100%;
            }

.facebook {
    color: blue;
    background-color: #FFF;
  }


  .instagram {
    display: inline-block;
    text-align: center;
    color: #FFF;
    vertical-align: middle;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
  }

  .twitter{
    color : #1DA1F2;
  }
  .whatsapp{
    color : #fff;
    background-color: forestgreen;
  }
  .phone{
    color:#FFF;
  }
  .envelope{
    color: #fff;
  }
  .fa-home{
    color: #FFF;
    font-size: 2rem;
    margin-left: 2rem;
    border: 0px solid #000;
  }

  .mensagem{
    position: fixed;
    bottom: 6rem;
    right:6rem;
    border: 1px solid #FFF;
    height: 1px;
    width: 1px;
    z-index: 10;
  }
  .mensagem i{
    color: #e96e27;
    border: 0px solid #FFF;
    padding: 1rem;
    border-radius: 50%;
    background-color: rgba(0,0,0,.25);
    cursor: pointer;
  }

  #contato{
    width: 400px;
    background-color: #dce3e8;
    position: relative;
    bottom: -90px;
    right: 350px;
    border-radius: 15px;
    padding: 1rem 2rem;
    margin-bottom: 2rem;

  }
  #contato label{
    font-size: 1rem;
    padding-left: .5rem;
    font-weight: 550;
    margin-top: .3rem;
  }

  #contato h4{
    margin-bottom:1rem;
    width: 100%;
    text-align: center;
  }


  .btn-enviar{
    padding-top: 1rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .btn-enviar button{
    width: 100px;
  }

  #nota {
    width: 100%;
    height: 120px;
   }

/*
 @media screen and (max-width: 1048px) and  (min-width: 700px){
    .banda-iframe{
      margin-top: 20px;
      padding:10px;
      border:5px solid #000;
      background-color: #000;
      border-radius: 15px;
      height: 300px;
      width: 500px;
    }

  }
*/
  /*@media screen and (max-width: 699px) and (min-width: 550px){
  @media screen and (max-width: 699px) {
    #banda-banner-texto-card-body{
      background-color: rgba(255,255,255,0.5);
      border-radius: 15px;
      background-color: rgba(238, 244, 244, 0.8);
      color: rgba(0, 0, 0, 1);
      width: 100%;
      margin: 0;
      padding-top: 50px;
      padding-bottom: 50px;
      box-shadow: 1px 10px 10px 1px #333;
    }

    .banda-iframe{
      margin-top: 20px;
      padding:2px;
      border:2px solid #000;
      background-color: #000;
      border-radius: 15px;
      width: 70vw;
      height: calc(70vw/5*3);
    }



}
*/

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

  #banda-banner-texto-card{
    top:-3pc;
    background-color: rgba(238, 244, 244, 0.8);
    width: 100%;
    display: flex;
    align-items: center;
    padding: 3rem 1rem 5rem 1rem;
    border-radius: 15px;
    margin-left: 0%;
    border:0px solid blue;
  }
  #banda-banner-texto-card-body{
    background-color: rgba(255,255,255,0.5);
    border-radius: 15px;
    background-color: rgba(238, 244, 244, 0.8);
    color: rgba(0, 0, 0, 1);
    width: 100%;
    margin: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    box-shadow: 1px 10px 10px 1px #333;
  }
  .banda-iframe{
    margin-top: 20px;
    padding:2px;
    border:2px solid #000;
    background-color: #000;
    border-radius: 15px;
    width: 80vw;
    height: calc(80vw/5*3);
  }

  #menu{
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: 0px solid #FFF;
    gap:0;
    padding: 0;
  }
  #menu a{
    border: 0px solid #000;
  }

  #contato{
    width:90vw;
    margin: 0 auto;
    background-color: #dce3e8;
    position: relative;
    bottom: -90px;
    right: 70vw;
    border-radius: 15px;
    padding: 1rem 1rem;
  }
  #contato label{
    font-size: .8rem;
    padding-left: .5rem;
    font-weight: 550;
    margin-top: .3rem;
  }

  #contato h4{
    margin-bottom:1rem;
    width: 100%;
    text-align: center;
  }
  #contato input,
  #contato textarea{
    font-size: .8rem;
  }



}
*/
/* footer*/
footer{
  display:flex;
  flex-direction: column;
  border: 0px solid #000;
  background-color: rgba(24, 23, 23, 0.9);
  padding: 0;
}
footer section{
  background-color: rgba(24, 23, 23, 0.9);
  border: 0px solid #000;
  padding: 2rem 0rem;
  margin: 0;
}

.contato-container{
  display: flex;
  justify-content: space-evenly;
  gap:0;
  width: 100%;
  border: 0px solid #000;
  flex-wrap: wrap;
}


.contatos:last-child{
  border: 0px solid #000;
}

.contatos-img{
  display: flex;
  justify-content: center;
  align-items: center;
}

.redes{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5rem;
}

.rede{
  width: 35px;
  height: 35px;
  overflow: hidden;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
i{
  font-size: 28px;
  border-radius: 10px;
  margin-right: 1px;
  border: 1px solid #FFF;
  padding: 1rem;
}

.contato-container{
  gap:2rem;
}

.contatos{
  display: grid;
  justify-content: center;
  align-items: center;
  flex-direction: column ;


}

.contatos a{
  width: 100%;
  height: 2rem;
  font-size: .8rem;
  text-decoration: none;
  color:rgb(197, 186, 186);

}
.contat-email{
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: .5rem;
}



.contat-email p{
  border: 0px solid #000;
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
  font-size: 1rem;
}

.abrirForm{
  animation: mostraForm 1s linear  forwards;
}
.fecharForm{
  animation: esconderForm 1s linear  forwards;
}
.atencao{
  background-color: #fae0de;
  border-color: #fd5949;
}

#notificacao{
  position: fixed;
  height: 3rem;
  width: 20rem;
  /*
  top: 50px;
  right: -530px;
  */
  top:-100px;
  right: 0;
  border: 5px solid rgba(159, 208, 107, 0.5);
  border-radius: 10px;
  background-color: rgba(189, 218, 174,0.5);
  /* z-index: -10; */
  padding: .1rem 2rem;
  display: block;
  opacity: 1;
  /*animation: notificar 2s linear forwards ;*/
}
.getNotificacao{
  animation: notificar 2s linear forwards;
}
#informacao{
  color: #000;
  font-size: 1.5rem;
}
@keyframes mostraForm {
  from{
    display:block;
    transform: translateY(100px);
    opacity: 0;
  }
  to{
    transform: translateY(-530px);
    opacity: 1;
  }
}
@keyframes esconderForm {
  from{

    transform: translateY(-530px);
    opacity: 1;
  }
  90%{
    display: visible;  }
  to{
    display: none;
    transform: translateY(100px);
    opacity: 0;
  }
}

@keyframes notificar {
  from{
    display: block;
    /*
    transform: translateX(0px);
    opacity: 0;
    */
    transform: translateY(0px);
    transform: translateZ(0px);
    opacity: 0;
  }
  70%{
    /*
    transform: translateX(100px);
    opacity: .5;
    */
    transform: translateY(120px);
    opacity: 0.5;

  }
  to{
    /*
    display: none;
    transform: translateX(100px);
    opacity: 0;
    */
    display: none;
    transform: translateY(120px);

    opacity: 0;
  }

}

