@charset "utf-8";

*{
    box-sizing: border-box;
    margin: 0;
    text-decoration: none;
}
body,html{
    width: 100%;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #1a6120;
}
header{
    width: 100%;
    height: 100%;
    background-image: url(../imagens/banner1.png);
    background-size: cover;
    background-attachment: fixed;
}
.titulo{
    color: #1a6120;
    font-size: 38px;
    padding-top: 7%;
    padding-left: 3%;
    text-align: center;
    
}
.subtitulo{
    color: #1a6120;
    font-size: 38px;
    padding-left: 3%;
    font-weight: 200;
    letter-spacing: 2px;
    text-align: center;
}
nav{
    width: 100%;
    height: 60px;
    background-color: #ffcf75;
    text-align: center;
    margin-top: -60px;
}
nav a{
    color: #1a6120;
    display: inline-block;
    padding: 20px;
    width: 180px;
    letter-spacing: 2px;
    position: relative;
    text-decoration: none;
    z-index: 1;
    transition: 0.5s;

}
.bloco{
    font-size: 18px;
}
nav a:after{
    content: "";
    width: 100%;
    height: 0;
    background-color: #1a6120;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.4s; 
}
nav a:hover:after{
    height: 100%;
}
nav a:hover{
    color: #ffcf75;
    background-color: #1a6120;
}
.parte2{
    text-align: center;
    width: 40%;
    margin: 5% auto;
    border-bottom: 2px solid #1a6120;
    padding-top: 6%;
    margin-bottom: 3%;
    letter-spacing: 2px;
    font-size: 35px;
}
.foto{
    border-radius: 50%;
    margin: auto;
    display: block;
    margin-top: 80px;
    width: 10%;

}
.texto{
    margin-top: 20px;
    text-align: justify;
    padding-left: 60px;
    letter-spacing: 3px;
    font-size: 25px;
    
}
section{
    width: 100%;
    height: 100%;
    color: #1a6120;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    
}
.parte3{
    width: 100%;
    height: 100%;
    background-color: black;
    color: #ffffff;

}
#habilidades{
    width: 100%;
    height: 100%;
    background-color: black;
    color: #ffffff;
    margin-top: 300px;

}
.parte4{
    width: 100%;
    height: 100%;
    font-size: 80px;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 80px;
}

.parte5{
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 40px;
    text-shadow: 0 0 10px cyan,0 0 20px cyan,0 0 40px cyan,0 0 80px cyan,;
}
.fixamenu{
    position: fixed;
    top: 0;
    margin-top: 0;
}
.formulario{
width: 100%;
height: 100%;
float:inline-end;

}
#habilidades{
    background-color: #ffffff;
    background-size: cover;
    color: #1a6120;
    background-attachment: fixed;
    text-align: center;
}
.textowp,.textocss,.textofront,.textohtml,.textojquery,.textojs,.textobootstrap{
    width: 140px;
    float: left;
    margin-left: 10%;
    padding: 1%;
    text-align: right;
    margin-bottom: 10px;
}
.ai,.css,.front,.html,.jquery,.wp,.js,.bootstrap{
    width: 0;
    background-color: #4ca3d4;
    padding: 1% 0;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-end;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    transition: 0.5s;
    transition-timing-function: ease;
}
.animahtml{
    width: 35%;
    padding: 1%;
    transition-delay: 0.1s;
}
.animacss{
    width: 33%;
    padding: 1%;
    transition-delay: 0.2s;
}
.animajquery{
    width: 36%;
    padding: 1%;
    transition-delay: 0.3s;
}
.animafront{
    width: 34%;
    padding: 1%;
    transition-delay: 0.4s;
}
.animajs{
    width: 30%;
    padding: 1%;
    transition-delay: 0.5s;
}
.animawp{
    width: 32%;
    padding: 1%;
    transition-delay: 0.6s;
}
.animabootstrap{
    width: 31%;
    padding: 1%;
    transition-delay: 0.7s;
}
#form-whatsapp{
    width: 100%;
}
#contato{
    clear: both;
    margin-top: 15%;
}
#contato article{
    width: 50%;
    float: left;
    padding: 1%;
    height: 450px;
    margin-top: 5%;
}
#nome{
    width: 100%;
    margin-bottom: 0.5s;
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    resize: none;
}
#servico{
    width: 100%;
    margin-bottom: 0.5s;
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    resize: none;
}
#mensagem{
    width: 100%;
    margin-bottom: 0.5s;
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    resize: none;
}
.botao{
    width: 100%;
    border: none;
    padding: 20px;
    background-color: #666666;
    color: #ffffff;
    font-size: 16px;
    transition: 0.4s;
}
.botao:hover{
  background-color: black;
  color: rgb(255, 145, 0);
}
footer{
    width: 100%;
    background-color: #333333;
    color: #cccccc;
    clear: both;
    text-align: center;
    padding: 1%;
    margin-top: 15%;
}
.equipe {
  list-style: none;
}

.equipe li {
  font-size: 16px;
  margin-bottom: 10px;
  font-size: 28px;
}
.pragas{
    font-size: 40px;
    font-family: fantasy;

}
.whatsapp-float {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 20px;
    right: 15px;
    background-color: #25D366;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    margin-bottom: 50px;
    
    
}

.whatsapp-float:hover {
    transform: scale(1.1);
}
.redes-sociais {
    display: flex;
    gap: 15px;
    
}

.redes-sociais i {
    font-size: 40px;
    color: #25D366;
    transition: transform 0.3s ease;
    
    

}

.redes-sociais i.fa-instagram {
    color: #E1306C;
    

}

.redes-sociais i:hover {
    transform: scale(1.1);
    
}
.redes-sociais {
    position: fixed;
    bottom: 20px;
    right: 20px;
    
}



