
/*Inicio do container da pagina para o menu */
.container {
  margin-top: 600px;
  width: 100%;
  position: sticky;
  background-color: #000000;
}


#ani {
  position: absolute;
  width: 90%;
  animation-duration: 3s;
  animation-name: slidein;
}

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}



/* Estilo da video*/
#vid video {
  top: 0;
  position: fixed;
  width: 100%;
  height: auto;
  justify-content: center;
  z-index: -1;
}

#vid1 video {
  width: 100%;
  height: auto;
  justify-content: center;
  z-index: -1;
}



#ctn {
  width: 80%;
  margin: 20px;
  border: solid #ffffff 1px;
}

#ilum {
  left: 70px;
  position: absolute;
  top: 360px;
}

#ilum h1 {
  color: var(--acentt-color-i);
  font-size: 52px;

}

#ilum p {
  color: #ffffff;
}

#ilum2 {
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
  width: 100%;
  position: absolute;
  top: 660px;
  color: #ffffff;
  font-weight: lighter;
  text-align: center;
  z-index: 4;
  padding: 5px;
}

#ilum2 h2 {
  margin-bottom: 10px;
  font-weight: lighter;
  text-align: center;
  font-size: 28px;
}

#int1 {
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
  width: 100%;
  color: #ffffff;
  font-weight: lighter;
  text-align: center;
  z-index: 4;
  padding: 5px;
  margin-bottom: 10px;

}

#int1 h2 {
  margin-bottom: 10px;
  font-weight: lighter;
  text-align: center;
  font-size: 28px;
}


/* Estilo da Imagem RGB*/
.container img {
  width: 100%;
  height: auto;
}

.center {
  position: relative;
  margin-top: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}



#pcolor {
  margin: 0;
  position: relative;
  top: 70px;
  left: 50%;
  width: 100%;
  font-size: 16px;
  background-image: linear-gradient(#fff3df, white, white, #fff3df);
  color: black;
  transform: translate(-50%, -50%);
  text-align: justify;
  padding: 20px;
  z-index: 1;
  font-weight: bold;
}

.rod {
  margin: 30px;
  color: white;
  text-align: center;
}

#conforto {
  margin-top: 20px;
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
  width: 100%;
  color: #ffffff;
  font-weight: lighter;
  text-align: center;
  z-index: 4;
  padding: 5px;
  margin-bottom: 10px;
}

#conforto img {
  border-radius: 10%;
  max-width: 60%;
  margin: 50px;
  height: 500px;
}

#conforto h2 {
  margin-bottom: 10px;
  font-weight: lighter;
  text-align: center;
  font-size: 28px;



}


#intro {
  width: 100%;
  margin: 20px 0px;
  font-size: 36px;
  text-align: center;


}

#intro h1 {

  padding: 10px;
  color: #ffffff;
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: lighter;
 
}

#intro .fut{
  position: absolute;
  top: 120px;
 
}
h1 {
  color: black;
}

#imgc {
  text-align: justify;
  position: relative;


}

#imgc .img1 {
  width: 100%;
  height: auto;

}


#imgc h2 {
  position: absolute;
  margin-left: 70px;
  text-align: justify;
  font-size: 55px;
  color: #00d1e0;
}

#imgc p {
  position: absolute;
  top: 25%;
  width: 45%;
  margin-left: 70px;
  text-align: justify;
  font-size: 25px;
  color: #000000;
  font-weight: bold;
}

#imgc1 {
  transform: rotate(180deg);
  border-bottom: #ffffff solid 1px;
  border-bottom: #000000 1px;
}

.ftduo {
  background-color: #ffffff;
}


/* Estilo da Imagem do link do whatsApp*/
#zap {
  position: fixed;
  bottom: 8px;
  left: 15px;
  z-index: 5;
  cursor: pointer;
}

#calm {
  margin-top: 30px;
  align-content: center;
}

#calm1,
#calm2 {
  display: inline-block;
  color: #fff;
  border-radius: 6px;
  padding: 10px 40px;

  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  transition: all 250ms ease-in-out 500ms;
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 36px;
}

#calm span {
  color: #ffffff;
  font-weight: lighter;
}


/* Estilo para a animação da luz*/
.polling_message1 {
  color: white;
  float: left;
  width: 100%;
  margin-right: 2%;
  font-size: 26px;
}


.view_port1 {

  background-color: black;
  height: 65px;
  width: 100%;
  overflow: hidden;
}

.cylon_eye1 {
  background-color: #078b10;
  background-image: linear-gradient(to right,
      rgba(0, 0, 0, .9) 25%,
      rgba(0, 0, 0, .1) 50%,
      rgba(0, 0, 0, .9) 75%);
  color: white;
  height: 100%;
  width: 30%;

  -webkit-animation: 4s linear 0s infinite alternate move_eye;
  animation: 4s linear 0s infinite alternate move_eye;
}

@-webkit-keyframes move_eye {
  from {
    margin-left: -20%;
  }

  to {
    margin-left: 100%;
  }
}

@keyframes move_eye {
  from {
    margin-left: -20%;
  }

  to {
    margin-left: 100%;
  }
}


