@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:8.5%;
  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%;
}

/* Services */
.services {
    line-height: 282%;
    margin-top: 3%;
    margin-left: 3%;
    margin-right: 3%;
    position: relative;
    color: white;
    z-index: 23;
    display: flex;
    flex-wrap: wrap;
  
}

.dev, .suport, .infra, .consul,.treina,
.manu,.desig,.back{
  width: 64%;
}

h1{
  color:aqua;
  font-size: 220%;

}
p{
  font-size: 130%;
  line-height: 2.8;

  text-align:justify;
}

span{
  color:aqua;
}
.dev-card,.back-card, .suport-card, .infra-card, .consul-card, .treina-card, .manu-card, .desig-card {
    position: relative;
    border-radius: 15px;
    height: 400px;
    left: 13%;
    width: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    filter: grayscale(100%);
  }

  .dev-card{
    margin-top: 4%;
  }
  .infra-card,.consul-card{
    margin-top: 5%;
  }

  .suport-card{
margin-top: 6%;    }
  .treina-card{
    margin-top: 7%;
  }
  .desig-card{
    margin-top: 8%;
  }
  .back-card{
    margin-top: 10%;
  }

  .bio {
    opacity: 0;
    position: absolute;
    bottom: 0;
    padding: 10px;
    color: white;
    width: 100%;
    border-radius: 0 0 15px 15px;
  }
  .img-card {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
    cursor: pointer;
    transition: 0.5s all ease-in-out;
  }
  .img-card:hover {
    transform: scale(1.5);
    transition: 0.5s all ease-in-out;
    filter: grayscale(1%);
  }
  .img-card:hover ~ .bio {
    opacity: 1;
    transition: 0.5s all ease-in-out;
  }
  
  .linum{
    background:#dcf7dc;
    width: 100%;
    height: 2px;
    margin-top: 5%;
    margin-bottom: 5%;
  }


/* ITIL */

.ITIL {
  margin-top: 3%;
  display: flex;
  align-items: center;
  text-align: center;
}



.n1, .n2, .n3 {
  flex: 1; 
  padding: 50px; 
  border: 1px solid #ccc;
  margin: 10px; 
  background-color:#3a3a3f;
  overflow: auto;
  filter: grayscale(100%);
  height: 800px;

}

  


.n1mage,.n2mage,.n3mage{
  width: 220px;  
  object-fit: cover;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
}

.n1mage:hover,.n2mage:hover, .n3mage:hover {
  transform: scale(0.9);
  transition: 0.5s all ease-in-out;
  filter: grayscale(1%);
}
.n1h1,.n2h1,.n3h1{
  font-size: 150% ;
}

.n1p,.n2p,.n3p{
  font-size: 100%;
  line-height: 1.7;

}


.devicon{
  cursor: pointer;
  position: relative;
  left: 1%;
  width: 30px;
}

.devicon:hover{
  transform: translateY(10px);
  content: url("../img/sethover.png")
}



.devp,.dev-card,.suportp,.suport-card,.infra-card,.infrap,
.consulp,.consul-card,.treinap,.treina-card,.manup,.manu-card,
.desigp,.desig-card,.migrap,.back-card{
  display: none;


}
.devp,.suportp,.infrap,.consulp,.treinap,.manup,.desigp,.migrap{
  animation: animate__flipInX 0.7s linear ;

}


@keyframes animate__flipInX {
  0% {
    transform: perspective(200px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }

  100% {
    transform: perspective(200px) rotate3d(1, 0, 0, 0deg);
    opacity: 1;
  }
}


.dev-card,.suport-card,.infra-card,.consul-card,.treina-card,
.manu-card,.desig-card,.back-card {
  animation: animate__zoomIn 0.5s linear ;
}


@keyframes animate__zoomIn {
  from {
    transform: scale(0);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}


.infoh1{
  text-align: center;
}


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

}


@media (max-width: 1258px) {

  .dev-card,.back-card, .infra-card, .consul-card,
   .treina-card, .manu-card, .desig-card,.suport-card{
    position: relative;
    left: 8%;
   }
   .devp,.suportp,.infrap,.consulp,.treinap,.manup,.desigp,.migrap{
    font-size: 100%;
   }
   .suport{
    margin-top:7% !important;
   }
}

@media (max-width: 1110px){
  .dev-card,.back-card, .suport-card, .infra-card, .consul-card,
   .treina-card, .manu-card, .desig-card{
    position: relative;
    left: 4%;
   }


}

@media (max-width: 960px){
  .dev-card,.back-card, .suport-card, .infra-card, .consul-card,
   .treina-card, .manu-card, .desig-card{
    width: 250px;}
   
}

@media (max-width: 896px){
  .suport{
    margin-top: -4% !important;
  }
   
}

@media (max-width: 807px){
  .suport-card{
    margin-top: 32% !important;
  }
   
}

@media (max-width: 874px){
  .infra-card{
    margin-top: 25% !important;
  }
   
}


@media (max-width: 860px){
  .dev-card{
    margin-top: 13%;
}
.back-card, .suport-card, .infra-card, .consul-card,
.treina-card, .desig-card{
  margin-top: 30%;
}


}


@media (max-width: 1465px){
  .suport-card{
    margin-top: 13%;
  }

}

@media (max-width: 1438px){
  .infra-card{
    margin-top: 13%;
  }

}

@media (max-width: 1519px){
  .consul-card{
    margin-top: 13%;
  }
  .desig-card{
    margin-top: 18%;
  }

  .back-card{
    margin-top: 23%;
  }

}

@media (max-width: 1522px){
  .treina-card{
    margin-top: 17%;
  }

}

@media (max-width: 894px){
  .treina-card{
    margin-top: 27%;
  }

}

@media (max-width: 761px){
  .treina-card{
    margin-top: 47%;
    width:230px;
  }

}

@media (max-width: 723px){
  .treina-card{
    margin-top: 57%;
    width:200px;
  }

}


@media (max-width: 810px){
  .manu-card{
    width:200px;
  }

}

@media (max-width: 852px){
  .desig-card{
margin-top: 30%;  }

}

@media (max-width: 796px){
  .desig-card{
    width: 220px;


 }

}


@media (max-width: 863px){
  .consul-card{
    margin-top: 33%;
  }

}


@media (max-width: 966px){
  .back-card{
    margin-top: 35%;
  }

}


@media (max-width: 834px){
  .back-card{
    margin-top: 55%;
  }

}


@media (max-width: 1272px){
  .suport-card{
    margin-top: 19%;
  }

}


@media (max-width:1128px){
  .n1,.n2,.n3{
    height: 1200px;
  }
}

@media (max-width:1092px){
  .n1p,.n2p,.n3p{
    font-size: 80%;
    line-height: 2.7;

  }

  .n1,.n2,.n3{
    height: 1000px;
    width:  300px;
  }
}

@media (max-width:1010px){
 
  .n1,.n2,.n3{
    margin:2px;

  }
}

@media (max-width:962px){
 
  .n1,.n2,.n3{
   height: 600px;
   width: 250px;
   margin: 10px;

  }
  .n1h1,.n2h1,.n3h1{
    font-size: 85%;
  }

  .n1mage,.n2mage,.n3mage{
    width: 100px;
  }

  .n1p,.n2p,.n3p{
    font-size: 70%;
  }
}



@media (max-width:852px){
 .ITIL{
  flex-direction: column;
   justify-content: center;
  align-items: center;
  text-align: center;
 }

 .n1,.n2,.n3{
  position: relative;
  left: 40%;
  width: 400px;
 }
 .n1h1,.n2h1,.n3h1{
  font-size: 120%;
 }
 .n1mage,.n2mage,.n3mage{
  width: 250px;
 }
 .n1p,.n2p,.n3p{
  font-size: 100%;
 }

}


@media (max-width:628px){
  .n1,.n2,.n3{
    left: 20%;
  }
}
@media (max-width:536px){
  .n1,.n2,.n3{
    left: 5%;
  }
}



@media (max-width:466px){
  .n1,.n2,.n3{
    left: -2%;
    width:300px;
  }

  .n1h1,.n2h1,.n3h1{
    font-size: 100%;
   }
   .n1mage,.n2mage,.n3mage{
    width: 200px;
   }
   .n1p,.n2p,.n3p{
    font-size: 80%;
   }
}

@media (max-width:335px){
  .n1,.n2,.n3{
    left: -2%;
    width:150px;
  }

  .n1h1,.n2h1,.n3h1{
    font-size: 70%;
   }
   .n1mage,.n2mage,.n3mage{
    width: 50px;
   }
   .n1p,.n2p,.n3p{
    font-size: 60%;
   }
}
