@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{
  position: relative;
  margin: 15%;
}

.espa{
  margin: 4%;
}

/*Contato */
.contat {
  position: relative;
  margin-left: 3%;
  margin-right: 3%;
}

h1{
  color:aqua;
}
.first {
  text-align: center;

}
p{
  margin-top: 5%;
  margin-bottom: 3%;
  font-size: 130%;
  text-align:justify;
  color:white;
}
.not{
  margin-top: 1%;
  color:red;
}
.finali{
  font-size: 180%;
}

li{
  font-size: 130%;
  margin-top: 2%;
  color:white;
  margin-bottom: 3%;
}


.sublink{

  color:aqua;
  text-decoration:none;
}

.sublink:hover {
color: #00ff00;
}
/* 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;
  }
  


/* Responsive */
/* Footer*/


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

/* cabeçalho */

@media (max-width: 1200px) {
  .espa2{
    margin: 24%;
  }
}

@media (max-width: 900px) {
  .espa2{
    margin: 34%;
  }
}


@media (max-width: 700px) {
  .menu-button-container {
    display: flex;
    
  }
  .menu {
    position: absolute;
    top: 12;
    margin-top: 70px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .menu >li:hover{
    transform: none;

  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    z-index: 16;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #222;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
  .logonav{
    position: absolute;

  }
  .logonav{
    position: absolute;
    left:12%;
  }

  .espa2{
    margin: 44%;
  }
 
    
  }


  

@media (max-width: 572px) {
  .logonav{
    position: absolute;
    left: 20%;
    
  }
  .espa2{
    margin: 54%;
  }
  

}





@media (max-width: 398px) {
  .logonav{
    position: absolute;
    left: 24%;
    width: 250px;
  height: 100px;
  }
  

}

@media (max-width: 273px) {
  .logonav{
    position: absolute;
    width: 180px;
    top: 16% !important;
  }
  

}
@media (max-width: 200px) {
  .logonav{
    position: absolute;
    width: 160px;
    top: 18% !important;
  }
  

}



@media (max-width: 324px) {
  .logonav{
    position: absolute;
    left:16%;
    top:1%;
  height: auto;
  }

  .espa2{
    margin:280%;
  }
 
}
@media (max-width: 458px) {

  .espa2{
    margin:70%;
  }

}



