html{
    font-size: 62.5%;
}

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

h1{
    font-size: 3.2rem;
    line-height: 1.3;
    font-weight: 700;
    padding-bottom: 20px;
}

h2{
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 600;
}

h3{
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 500;
}

p, a, li{
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: 300;
}

body{
    background-color: #f0f0f0;

}

main{
    background-color: #f0f0f0;
    color: black;
}

main h1, main h3{
    padding: 20px;
}

section{
    padding: 20px;
}

/*Menu*/

.logo{
    display: block;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 150px;
    height: 150px;
}

.header{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    margin: 20px;
    padding-top: 0;
    background-color: white;

}

.header ul{
    list-style: none;
    display: flex;
    gap: 30px;
    background-color: #f0f0f0;
    padding: 10px;
}

.header a{
    text-decoration: none;
    color: black;
}

/*Página Inicial*/

.introducao{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.introducao h2{
    text-align: center;
    padding-top: 10px;
}

.introducao h3{
    padding-top: 0;
}

.introducao img{
    width: 350px;
    height: auto;
}

.apresentacaoEmpresa{
    background-color: white;
}

.apresentacaoEmpresa h3{
    padding: 10px;
}

.oQueOferecemos ul{
    padding-left: 40px;
    padding-bottom: 15px;
}

.oQueOferecemos h2{
    padding-top: 10px;
}
.oQueOferecemos .botao a{
    text-decoration: none;
    color: white;


}

.oQueOferecemos .botao{
    background-color: #447cd1;
    padding: 10px;
    margin-right: 160px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.oQueOferecemos .botao:hover{
    transform: scale(1.1);
    background-color: #304b74;
}

/*Página de Serviços*/

h3 span{
    font-weight: bold;
}

.imagensServicos{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.imagensServicos img{
    width: 180px;
    height: auto;
}

.containerLimpezaMata{
    background-color: white;
}

.containerLimpezaMata h2{
    padding-top: 30px;
    padding-bottom: 15px;
}

.containerLimpezaMata h3{
    padding-top: 20px;
}

.containerTrabalhosAgricolas h2{
    padding-top: 30px;
    padding-bottom: 15px;
}

.containerTrabalhosAgricolas h3{
    padding-top: 20px;
}

.containerTrabalhosSilvicolas{
    background-color: white;
}

.garantias .botao a{
    text-decoration: none;
    color: white;


}

.garantias .botao{
    background-color: #447cd1;
    padding: 10px;
    margin-right: 180px;
    border-radius: 8px;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.garantias .botao:hover{
    transform: scale(1.1);
    background-color: #304b74;
}


/*Página dos Produtos */

.imagensProdutos{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.imagensProdutos img{
    width: 180px;
    height: auto;
}

.containerMadeirasTrabalhadas{
    background-color: white;
}

.containerMadeirasTrabalhadas h2{
    padding-top: 30px;
    padding-bottom: 15px;
}

.containerMadeirasTrabalhadas h3{
    padding-top: 20px;
}

.madeirasTrabalhadas ul{
    padding-left: 40px;
}

.containerPalha{
    background-color: white;
}

.containerPalha h2{
    padding-top: 30px;
    padding-bottom: 15px;
}

.imagensProdutosPalha img{
    width: 180px;
    height: auto;
}

.imagensProdutosPalha{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.garantias h2{
    padding-top: 30px;
    padding-bottom: 5px;
}

.garantias ul{
    padding-left: 40px;
}

/*Página dos Contatos*/

.contatos{
    padding-bottom: 20px;
}

.contatos a{
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 500;
    text-decoration: none;
    color: black;
    padding-left: 20px;
}

.contatos .phone{
    padding-bottom: 20px;
}

.phone h3{
    overflow-wrap: anywhere;
    word-break: break-word;
    margin: 0;
}
.maps{
    padding: 30px 0;
}

.mapFrame{
    width: 300px; 
    height: 200px;
    display: block;
    margin: 0 auto;
}

/*Footer*/

.footer{
    background-color: white;
    padding: 10px;
    margin: 30px 0;
}

.footer p, .footer a{
    font-size: 1.3rem;
    padding-left: 0;
}

.footerTopicos{
    display: flex;
    justify-content: space-between;
}

.phone{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
}

.phone svg{
    width: 15px;
    height: 15px;
}

.legalidades{
    text-decoration: none;
    color: black;
}

.direitosAutor{
    text-align: center;
    padding-top: 10px;
}

.direitosAutor p{
    font-size: 1.2rem;
}

.legalidadesPage{
    margin: 20px;
}

.legalidadesPage h3{
    padding-top: 20px;
}





@media (min-width: 1024px){
    h1{
        font-size: 4.8rem;
        line-height: 1.2;
        padding-bottom: 30px;
    }
    h2{
        font-size: 3.2rem;
        line-height: 1.3;
    }
    h3{
        font-size: 2.4rem;
        line-height: 1.4;
    }
    p, a, li{
        font-size: 1.6rem;
        line-height: 1.7;
    }
    section{
        padding: 40px;
    }

    /*Menu*/

    .logo{
        width: 200px;
        height: 200px;
        margin-left: 20px;
    }
    .header{
        display: flex;
        flex-direction:row;
        align-items: center;
        gap: 80px;
    }
    .header ul{
        gap: 100px;
        padding: 10px;
    }

    /*Página Inicial*/

    .introducao img{
        width: 550px;
    }
    .oQueOferecemos .botao{
        margin-right: 1110px;
    }
    .oQueOferecemos .botao:hover{
        transform: scale(1.2);
    }

    /*Página de Serviços*/

    .imagensServicos img{
        width: 450px;
    }
    .imagensServicos{
        gap: 15px;
    }
    .garantias .botao{
        margin-right: 1130px;
    }
    .garantias .botao:hover{
        transform: scale(1.2);
    }

    /*Página dos Produtos */

    .imagensProdutos img{
        width: 400px;
    }
    .imagensProdutos{
        gap: 15px;
    }
    .imagensProdutosPalha img{
        width: 450px;
    }
    .imagensProdutosPalha{
        gap: 15px;
    }

    /*Página dos Contatos*/

    .contatos{
        padding-bottom: 50px;
    }
    .contatos a{
        font-size: 2.4rem;
        line-height: 1.4;
    }
    .maps{
        padding: 45px 0;
    }
    .mapFrame{
        width: 800px; 
        height: 450px;
}


    /*Footer*/

    .footer{
    padding: 10px 100px;
    }
    .footer p, .footer a{
        font-size: 1.5rem;
    }
    .phone{
        gap: 12px;
    }
    .phone svg{
        width: 20px;
        height: 20px;
    }
    .direitosAutor p{
        font-size: 1.3rem;
    }
}