

*{
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    
    transition: 0.2s linear;
    font-family: "Poppins", sans-serif;;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #000;
    border-bottom: 2px solid #cc8105;
}

section {
    padding: 3rem 2rem;
    margin: 0 auto;
    max-width: 1200px;
}


header section {
    background-color: #000;
    display: flex;
    justify-content: space-between;
    align-items:center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.Logo img {
    width: 250px;
    height: 80px;
    border:none;

}
.navbar a {
    margin: 0 1rem;
    font-size: 1.3rem;
    color: #fff;
    text-decoration: none;
}
.navbar a:hover {
    color: #cc8105;
    border-bottom: 0.1rem solid #cc8105;
    padding-bottom: 0.5rem;
    font-size: 1.5rem;
}

.home-conteiner {
    background-image: url(Banner\ site.svg);
    background-position: center;
    background-size: cover;
}
.home-conteiner section {
    display: flex;
    align-items:center;
    min-height: 100vh;
}
.btn {
    background-color: #cc8105;
    text-decoration: none;
    border: 2px solid #000;
    border-radius: 40px;
    color: #fff;
    padding: 1rem 3rem;
    margin-top: 1rem;
    cursor: pointer;
    display: inline-block;
}

.btn2 {
    background-color: #cc8105;
    text-decoration: none;
    border: 2px solid #000;
    border-radius: 40px;
    color: #fff;
    padding: 1rem 3rem;
    margin-top: 1rem;
    cursor: pointer;
    display: inline-block;
}
.btn3 {
    background-color: #fff;
    text-decoration: none;
    border: 2px solid #000;
    border-radius: 40px;
    color: #cc8105;
    padding: 0.5rem 1.5rem;
    margin-top: 1rem;
    cursor: pointer;
    display: inline-block;
}
.btn:hover {
    font-size: 1.2rem;
}
.btn2:hover{
    background-color: #fff;
    color:#cc8105
}
.btn3:hover{
    background-color: #cc8105;
    color:#fff
}
.content {
    max-width: 60rem;
}
.home-conteiner .content h3 {
    color:#fff;
    font-size: 75px;
}
.content p {
    color: #fff;
    font-size: 1rem;
    font-weight: 100;
}

.about {
    background-color: #000;
    max-width: 100%;
}
.about .row {
    display: flex;
    align-items: center;
    background-color: #2e2e2e;
}
.conteiner-image img {
    width: 300px;
    height: 300px;
    border-radius: 40%;
}
.about .row .content{
    padding: 2rem;
}
.about .content h3 {
    font-size: 3rem;
    color: #fff
}

.title {
    font-size: 4rem;
    color:#fff;
    text-align: center;
    margin-bottom: 4rem;
}
.title span {
    font-size: 4rem;
    color: #cc8105;
    text-align: center;
    margin-bottom: 4rem;   
}
#service {
    background-color: #000;
    max-width: 100%;
}
#service .box-conteiner {
    background-color: #000;
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    align-items: center;
    gap: 50px;
}
#service .box-conteiner .box {
    background-color: #000;
    text-align: center;
    border: 2px solid #cc8105;
    border-radius: 40px;
    width: 200px;
    height: auto;
    
}
#service .box-conteiner .box img {
    width: 370px;
    height: auto;
    width: 150px;
    height: 150px;
}
.box h3 {
    color:#fff
}
#service .box-conteiner .box img:hover {
  transform: scale(1.2);
}
#forms {
    display:grid;
    grid-template-columns: auto;
    background-image: url(fundo\ form2.svg);
    background-position: center;
    background-size: cover;
    
}

.form {
    width: 40%;
    border: 2px solid #cc8105;
    border-radius: 40px;
    display: grid;
    gap: 8px;
}

.form label {
    color: #fff;
    margin-left:10%;
    padding-top: 15px;
}
.form input:not([type="range"]){
    margin-right: 5%;
    width: 75%;
    padding: 10px 60px 10px 10px;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 40px;
}
#price {
    width: 100%;
    margin: 0;
}
#valor {
    margin-left: 38%;
    color:#fff;
    font-size: 20px; 
}
.form button {
    margin: 5%;
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;      
}
#rodape {
    background-color: #000;
}
.footerconteiner {
    width: 100%;
    height: 100;
    background-color: #000;
}
#footercontent{
    background-color: #000;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 3rem 3.5rem;
}


#social {
    display: flex;
    margin-left: 7rem;
    gap: 2rem;
}
#social .footer_link {
    height: 2.5rem;
    width: 2.5rem;
    color:#fff;
    border-radius: 50%;
    transition: all 0.4s;
}
#social .footer_link:hover {
    opacity: 0.8;
}
#social .footer_link i {
    font-size: 1.5rem;
}
#instagram {
    display:flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(#7f37c9, #ff2992, #ff9807);
    text-decoration: none;

}
#Whatsapp {
    display:flex;
    justify-content: center;
    align-items: center;
    background-color: #25d366;
    text-decoration: none;
}
#Linkedin {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0077B5;
    text-decoration: none;
}
.footerlist {
    display: flex;
    flex-direction:column;
    gap: 0.75rem;
    list-style: none;
}
.footerlist h3 {
    color:#fff;
}
.footerlist a {
    color:#fff;
    text-decoration: none;
}

#footercopy {
    display:flex;
    align-items: center;
    justify-content: center;;
    color:#fff;
}