@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


@font-face {
  font-family: "makeaduo";
  font-style: bold;
  src: local('MakeaDuo-Bold'), local('MakeaDuo-Bold'),
    url("fontes/woff2/MakeaDuo-Bold.woff2") format("woff2"),
    url("fontes/OpenType-TT/MakeaDuo-Bold.ttf") format("truetype");
  font-display: swap;
}




*{
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
  text-decoration: none;
}

html, body {
  overflow-x: hidden !important;
 }


 body {
  background-color: #131313;
  color: #ecedf0;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  font-weight: 400;
  justify-content: center;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: flex;
  border: #ecedf0;
  overflow-x: hidden !important;

}


#video-background {
  position: fixed; 
  min-width: 100%;
  height: auto;
  top: 0;
  z-index: -10;

}



.video{
  width:700px;
  height:365px;
  border-radius: 20px;
}
          
section {
width: 100%;
height: 80px;
position: fixed;
top: 0;
left: 0;
z-index: 1;
background-color: #131313;
            
}

.icon-footer{
  width: 15px;
  height: 15px;
}

          
        


a{
  text-decoration: none;
  color: #ecedf0;
}

a:hover{
  text-decoration: none;
}

h1 {
  font-size: 30px;
  margin: 10px;
  text-align: center;
  font-family: "makeaduo","Montserrat", sans-serif;
  }
       
h2{
    text-align: left;
    align-items: left;
    font-size: 1.7em;
    font-family: "makeaduo","Montserrat", sans-serif;
}

p{
    padding:10px;
    font-size: 16px;
    text-align: center;
    Line-height:1.7em;
    letter-spacing: 0.6px;

}

.p-black {
  position: relative;
  opacity: 0;
  transform: translateY(100%);
  filter: blur(8px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  color: #131313;
  margin: 50px;
  width: 60%;
  font-style: italic;

}

.banner:hover .p-black {
  opacity: 1;
  transform: translateY(0%);
  filter: none;
}

@keyframes fade-in-out {
  0%, 100% {
      opacity: 0;
      transform: translateY(100%);
      filter: blur(8px);
  }
  20%, 80% {
      opacity: 1;
      transform: translateY(0%);
      filter: none;
  }
}

.p-black {
  animation: fade-in-out 6s infinite;
}


.p-left{
  text-align: left;
  Line-height:1.7em;
  align-items: left;
}


.bold {
    font-weight: bold;
   }





/*terminou menu*/


/*botão*/


button {
  background-color: #131313;
  color:#ecedf0;
  margin: 10px;
  padding: 12px 20px;
  flex-direction: row;
  display: flex;
  font-weight: 400;
  align-items: center;
  }
        

/* botão colorido */

.glow-on-hover {
  width: 220px;
  height: 60px;
  border: none;
  outline: none;
  color: #131313;
  background: #131313;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  border: solid 1px #ecedf0;
  margin: 10px;
  justify-content: center;
  font-weight: 600;
}

.glow-on-hover:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left:-2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(10px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
}

.glow-on-hover:active {
  color: #ecedf0;
}

.glow-on-hover:active:after {
  background: transparent;
}

.glow-on-hover:hover:before {
  opacity: 1;
}

.glow-on-hover:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ecedf0;
  left: 0;
  top: 0;
  border-radius: 10px;
}

@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}

/* botão colorido */


/* botão serviços */

.glow-on-hover2 {
  height: 70px;
  color: #ecedf0;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  padding: 12px 20px;
  align-items: center;
  justify-items: left;
  gap: 18px;
  cursor: pointer;
}

.glow-on-hover2:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left:-2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(10px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 20px;
}

.glow-on-hover2:hover:before {
  opacity: 1;
}

.glow-on-hover2:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #131313;
  left: 0;
  top: 0;
  border: solid 1px #ecedf0;
  border-radius: 10px;
}

@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}

  footer{
    width: 100%;
    font-size: 0.7em;
    text-align:center;
    bottom:0; 
    padding: 20px 10px;
    background-color: #0f0f0f;
  
  }

  .homerodape{
    position:absolute;
  }




  @media screen and ( max-width: 716px){
    h1{
      width:90%;
    }
 
    .video{
      width: 90%;
      height:176px;
    }

    .logo{
      font-size: 20px;
    
    }

    p{
      min-width:90%;
    }

      .container{
        min-width:90%;
      }

      .p-black {
        min-width: 80%;
      
      }

      .container-home{
       min-width: 90%;
      
      }

      #video-background video {
        display: none;
      }
    
  }
  

  p a {
    position: relative;
    text-decoration: underline;
  }
  

  
  p a:hover, p a:focus{
    color: #575757;
    text-decoration: underline;
  }




  i{
    cursor: pointer;
  }



  .logo{
    cursor: pointer;
    left: 20px;
    padding: 10px;
    width: 180px;
    text-align: left;
    font-size: 28px;
    font-family: "makeaduo","Montserrat", sans-serif;
    display: flex;
  
  }




.footertext{
  font-size: 1.2em;
  text-align: center;
  line-height: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.footertext a{
  height: 48px;
  align-items: center;
  display: flex;
}



.container{
  width: 60%;
  margin:50px auto 100px auto;
  text-align: left;
  flex-direction: column;
  justify-content:center;
  align-items:center;
  display: flex;

}

.container2{
  width: 100%;
  text-align: left;
  flex-direction: column;
  display: flex;
  background-color: #ecedf0;
  color: #131313;
}

li{
  text-align: left;
}



.container-home{
  width: 70%;
  height: 100%;
  padding: 100px;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  display: flex;
  gap: 20px;

}

.button{
  padding: 10px;
  align-items: center;
  justify-content: center;
  flex-direction:row;

}

