@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: -122.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: -8px;
  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")
}







/*  APRESENTAÇÃO */


.espa{
  margin: 89.4px;
}
.espa2{
  margin: 20%;
}

.videohome{
  overflow: hidden;
  position: absolute;
  top:-1%;
  width: 100%; 
  height: auto;

  object-fit: cover;
  z-index: 20;

}
/* Area text's do subnavbar*/
.text{
  display: flex; 
  flex-direction: column;
  z-index: 31;
  position: relative;
  top:12%;
  margin-left: 3%; 
  margin-right: 3%; 
  height: auto;
  
}

.text h1, .text h2 {
  font-weight: bold;
  font-family: 'Norsebold', sans-serif;
  z-index: 13;
  height: auto;

  margin: 20px 0;
  font-size: 90px;
  color: #00FFFF;  
}
.h2sub{
    font-family: 'Julius Sans One', sans-serif;
    font-size: 18px;

    position: absolute;
    margin: 20px 0;
    color: #fff; 
  z-index: 12;
  position: relative;
  height: auto;

}


.subheader{
  background-color:#162027;

  position: relative; /* Para que os elementos internos se posicionem em relação a esta div */
  top:-3.7%;
  width: 100%; /* 100% da largura da div pai */
  height: 80vh; /* 100% da altura da janela de visualização */
  overflow: hidden;
  z-index: 14;

}

.mascara{
  background-color:#23272A;
  opacity: 0.70;
  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;
}




.tae {
  background: linear-gradient(225deg, #ff3cac 0%, #784ba0 50%, #2b86c5 100%);
}

.family{
  margin-top: 5%;
  margin-left: 3%; 
  margin-right: 3%; 
}
.h1fa{
  text-align: center;
  font-weight: bold;
  font-family: 'Norsebold', sans-serif;
  color:aqua;
  font-size: 350%;
}


/* cards */


*,
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Comfortaa', cursive;
}

/* DIV da card */
.content {
  position: relative;
  justify-content: center;
  align-items: center;
  background-color:#282c30;
  backdrop-filter: blur(10px);
  gap: 30px;
  z-index: 9;
  display: flex;
  width: 100%;
  height: 550px;

}



.info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 950px;
  padding: 0 35px;
  text-align: justify;
  z-index: 9;
}

.swiper {
  position: relative;
  left:-1%;
   width: 270px;
  height: 460px;
  padding: 20px 0;
}

.infop {
  top:10%;
  font-family: "Arial", serif;
  margin-left: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 170%;
  margin-bottom: 20px;
  line-height: 1.5;
}



@keyframes gelatine {
  
  0%, 100% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}

/* SWIPER */



.swiper-slide:hover{
  transform: scale(1.05);
  transition: 0.3s all ease-in-out;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}
.swiper-slide {
  position: relative;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  transition: 0.3s all ease-in-out;
}

.swiper-slide span {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding: 7px 18px;
  margin: 10px;
  border-radius: 20px;
  letter-spacing: 2px;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: inherit;
  background: rgba(255, 255, 255, 0.095);
  box-shadow: inset 2.01px -2.01px 20px rgba(214, 214, 214, 0.17), inset -3.01333px 3.01333px 3.01333px rgba(255, 255, 255, 0.39);
  backdrop-filter: blur(74px);
}



.swiper-slide a {
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.4;
  margin: 0 0 20px 20px;
}

.swiper-slide:nth-child(1n) {
  
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),url("../img/consultoria.jpeg")  no-repeat 50% 50% / cover;
}




.swiper-slide:nth-child(2n) {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("../img/infra.jpeg")
        no-repeat 50% 50% / cover;
}

.swiper-slide:nth-child(3n) {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("../img/suporte.jpeg")
      no-repeat 50% 0% / cover;
}


.swiper-slide:nth-child(4n) {
  
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("../img/program.jpeg")
      no-repeat 50% 50% / cover;
}


.swiper-slide:nth-child(5n) {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("../img/backup.jpeg")
      no-repeat 50% 50% / cover;
}

.swiper-slide:nth-child(6n) {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("../img/design.jpeg")
      no-repeat 50% 50% / cover;
}

.swiper-slide:nth-child(7n) {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("../img/manu.jpeg")
      no-repeat 50% 50% / cover;
}

.swiper-slide:nth-child(8n) {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("../img/treinamento.jpeg")
      no-repeat 50% 0% / cover;
}

.swiper-slide:nth-child(9n) {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("../img/gamificacao.png")
      no-repeat 50% 50% / cover;
}



/* 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;
    }
  }
  
/* Responsividade  */

@media (max-width: 700px) {
  .menu-button-container {
    display: flex;
    
  }
  .menu {
    position: absolute;
    top: 12;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #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;
    left:12%;
  }
  
    
  }


  

@media (max-width: 572px) {
  .logonav{
    position: absolute;
    left: -10%;    
  }
  .espa2{
    margin-top: 40% !important;
  }
  

}



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

}




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

}


@media (max-width: 720px) {
  .subheader{
    height: 41.3vh;
  }
  }

  @media (max-width: 1150px) {
    .subheader{
      height: 50.3vh;
    }
    }
  
    @media (max-width: 1371px) {
      .subheader{
        height: 50vh;
      }
      .h1sub,.h1subb2,.h1subb{
        font-size: 400% !important;
      }
      .h2sub{
        font-size: 70%;
      }



      }

      @media (max-width: 953px) {
        .info{
          font-size: 80%;
        }
        
        }
    
  

    @media (max-width: 870px) {
      .subheader{
        height: 35.3vh;
      }
      .h1sub,.h1subb2,.h1subb{
        font-size: 200% !important;
      }
      .h2sub{
        font-size: 70%;
      }
      }


      @media (max-width: 747px) {
        .info{
          margin-top: 7%;
        }
        .swiper{
          width: 200px !important;
        }
        .espa2{
          margin-top: 30%;
        }
        }
      
    

      @media (max-width: 619px) {
        .subheader{
          height: 25.3vh;
        }
        .h1sub,.h1subb2,.h1subb{
          font-size: 100% !important;
        }
        .h2sub{
          font-size: 40%;
        }
        
        }
      
      
        @media (max-width: 449px) {
          .subheader{
            height: 15.3vh;
          }
          .text{
            display: none;
          }
          
          }

          @media (max-width: 418px) {
            .espa2{
              margin-top: 60% !important;
            }
            }
        
          @media (max-width: 276px) {
            .subheader{
              height: 10vh;
            }
            }

          @media (min-width: 1500px) {
            .swiper{
              left: 1% !important;
            }
            .info{
              max-width: 1350px !important;

            }
           
          }

          

@media( max-width:1403px) {
  .swiper {
    
    height: auto;
    height:400px;
  }
  .info p {
    font-size: 110%;
  }
  
}


@media( max-width:1387px) {
  .info p{
    font-size: 150%;
    max-width: 80%;
    margin-left: -17%;
 }
 .swiper {
  left: -8%;
 }

}



@media( max-width:920px) {
  .info p{
    font-size: 110%;
    max-width: 80%;
    margin-left: -17%;
 }
 .swiper {
  left: -8%;
   width: 230px;
  height: 360px;
 }

}
@media (max-width: 750px) {
  .content {
     flex-direction: column;
  }



}

@media (max-width: 670px) {
  
  .info p {
    position: relative;
    font-size: 90% !important;
  }
  


}

@media (max-width: 400px) {
 
  .info p {
    position: relative;
    font-size: 90% !important;
  }

  .swiper {
    height: 260px !important;
  }
  


}
@media (max-width: 270px) {
  .swiper{
    top:-5%;
    height:200px!important ;
    width: 140px !important;
  }
  .info p {
    position: relative;
    font-size: 60% !important;
  }
  


}




          