@charset "UTF-8";
@font-face {
  font-family: 'Norsebold';
  src: url('../font/Norsebold.otf') format('woff2');
}


article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}



body{
  background:#23272A; 
  
  margin: 0;
  padding: 0;

}

* {
  font-family: "Raleway";
  box-sizing: border-box;
}


/* header*/
.top-nav {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-image: url(/src/img/menutexture2.png);
  background-position: center top;
  width: 100%;
  height: 142px;
  background-size: auto 280px;
  background-repeat: repeat-x;
  color: #FFF;
  z-index: 17;
}

 .menu {
  position: relative;
  top:-12%;
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 3%; 
  margin-right: 3%;
  z-index: 14;
}


.menu > li {
  z-index: 14;
  left: -182%;
  margin: 0 1rem;
  overflow: hidden;
}
.menu a:hover {
  color: #00ff00; 
}

#home{
  color: white;
}
.menu-button-container {
  display: none;
  position: relative;
  top: -15.5%;
  left: -35%;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #00ff00;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}


.menu > li  > a{
  font-family: "Arial", serif;
font-size: 12px;
color: #8c8c8e;
text-transform: uppercase;
letter-spacing: 3px;
text-decoration: none;
}
.menu >li:hover{
  transform: translateY(-10px);

}
.logonav {
  position: absolute ;
  top: -1px;
  left: -70px;
  width: 300px;
  height: 100px;
  margin-left: 3.8%; 
  margin-right: 3%;
  z-index: 13;
}

.logonav:hover{
  transform: translateY(-10px);
  content: url("../img/logocomnomecolor.png")
}


/* subheader */
.bgnav {
  position: absolute;
  top:10.8%;
  height: 800px;
  width: 100%;
  background:#f32d2d;
  z-index: 16;
}


.somos {
  width: 100%; 
  height: 100%; 
  top:-20%;
}

.mascara{
  background-color:#23272A;
  opacity: 0.40;
  position: absolute; /* Posicionamento absoluto para ocupar toda a div */
  width: 100%; /* 100% da largura da div pai */
  height: 100%; /* 100% da altura da div pai */
  object-fit: cover; /* Redimensiona o vídeo para cobrir toda a área da div */
  z-index: 30;
}


.espa2{
  margin: 15%;
}


.tae {
  line-height: 282%;

  margin-top: 3%;
  margin-left: 3%;
  margin-right: 3%;
  position: relative;
  color: white;
  z-index: 23;
  display: flex;
  flex-wrap: wrap; 
}

.somos2, .missao,.propo, .fazemos {
  flex: 0 0 48%; 
  margin: 1%; 
}
.juntos,h1{
  text-align: center;
  color:aqua;
}

.tae h1 {
  font-size: 220%;
  
}
.tae p {
  font-size: 130%;
}


.tae h1 {
  margin-bottom: 20px;

  font-weight: bold;
}

.tae p {
  margin-top: 20px;

}

.linum{
  background:#dcf7dc;
  width: 100%;
  height: 2px;
}

/* FOOTER */

.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  background: #161214;
  min-height: 100px;
  padding: 20px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 20;
}


.social-icon,
.menu2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  flex-wrap: wrap;
}

.social-icon__item,
.menu__item {
  list-style: none;
}

.social-icon__link {
  font-size: 2rem;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
}
.social-icon__link:hover {
  transform: translateY(-10px);
  color: #00ff00; 
}

.menu__link {
  font-size: 1.2rem;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
  text-decoration: none;
  opacity: 0.75;
  font-weight: 300;
}

.menu__link:hover {
  opacity: 1;
    transform: translateY(-10px);

    color: #00ff00; 
}

.footer p {
  color: #fff;
  margin: 15px 0 10px 0;
  font-size: 1rem;
  font-weight: 300;
}

.wave {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("../img/wave2.png");
  background-size: 1000px 100px;
  z-index: 21;
}

.wave#wave1 {
  z-index: 1000;
  opacity: 1;
  bottom: 0;
  animation: animateWaves 4s linear infinite;
}

.wave#wave2 {
  z-index: 999;
  opacity: 0.5;
  bottom: 10px;
  animation: animate 4s linear infinite !important;
}

.wave#wave3 {
  z-index: 1000;
  opacity: 0.2;
  bottom: 15px;
  animation: animateWaves 3s linear infinite;
}

.wave#wave4 {
  z-index: 999;
  opacity: 0.7;
  bottom: 20px;
  animation: animate 3s linear infinite;
}

@keyframes animateWaves {
  0% {
    background-position-x: 1000px;
  }
  100% {
    background-positon-x: 0px;
  }
}

@keyframes animate {
  0% {
    background-position-x: -1000px;
  }
  100% {
    background-positon-x: 0px;
  }
}



@media (max-width: 960px) {

  .espa2{
    margin:30%;
  }

}

@media (max-width: 520px) {

  .espa2{
    margin:50%;
  }

}


@media (max-width: 268px) {

  .espa2{
    margin:100%;
  }

}


