@import
url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
margin:0;
padding:0;
box-sizing:border-box;
text-decoration: none;
list-style: none;
font-family:"poppins",sans-serif;
}
body{
overflow: auto;
}
.background{
background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5));
background-color:#000;
background-size: cover;
background-position: center;
width: 100%;
height: 100vh;
background-image: url("imagens/ivao.png");
background-size: 30%;
background-repeat:no-repeat;
background-position:1150px  370px;
background-attachment:fixed;
}

.background-p{
background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5));
background-color:#000;
background-size: cover;
background-position: center;
width: 100%;
background-image: url("imagens/ivao.png");
background-size: 30%;
background-repeat:no-repeat;
background-position:1150px  370px;
background-attachment:fixed;
}

header{
display: flex;
justify-content: space-around;
max-width: 100%;
align-items: center;
text-align: center;
padding-top:1rem;
}

.cabeçalho-link{
display: flex;
gap: 3rem;
font-weight: 300;
cursor: pointer;
}

.cabeçalho-link a{
color:white;
font-size: 12px;
}

.cabeçalho-link a:hover{
color:#2ecc71;
transition: 0.3s all;
}

.logo i{
height:40px;
width:40px;
background: transparent;
border: 1px solid #2ecc71;
color: #2ecc71;
border-radius:50%;
display: inline-flex;
align-items:center;
justify-content:center;
font-size:13px;
cursor:pointer;
}

button{
color:#2ecc71;
background: transparent;
border: solid 1px #2ecc71;
padding: 5px;
border-radius: 15px;
font-size: 12px;
width: 150px;
cursor:pointer;
}

button:hover{
background-color:#2ecc71;
color:#fff;
transition:0.5s;
}

.container-text{
padding: 150px 0 0 50px;
}

.text h3{
 color: #fff;
font-size:22px;
}

.text h1{
color: #2ecc71;
margin-top:10px;
}

.text span{
color:#2ecc71;
}

.text p{ 
color: #fff;
font-size:12px;
font-weight:300;
margin-top:10px;
margin-right:120px;
}


.text a{ 
color: #2ecc71;
padding: 10px;
margin-top: 5px;
font-size:20px;
}


.redes-sociais a{
color: #2ecc71;
padding: 10px;
margin-top: 5px;
font-size:20px;
}

.btn{
margin-top: 15px;
}

@media screen and (max-width:600px){
.cabeçalho-link {
display: none;
}
}

.servico{
list-style: circle;
color: #fff;
margin:22px;
}

.contatos{
color:#fff;

}



