body {
    font-family: "Lato", sans-serif;
    margin: 0;
}

header,
main {
    padding: 20px;
}

header, main, .footerContainer{
    max-width: 1440px;
    margin: auto;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

figure {
    margin: 0;
}

a {
    text-decoration: none;
}

a:hover, .btn:hover{
    transition: all 0.3s ease-in-out;
}

.btn {
    font-size: 18px;
    line-height: 28px;
    background: #fff;
    margin: 40px 0;
}

.btn:hover {
    color: #fff;
    background: #000;
}

.btn,
.menu li a {
    font-weight: 700;
    display: block;
    color: #000;
    padding: 12px 20px;
    border-radius: 30px;
    
}

h1 {
    font-size: 52px;
    line-height: 62px;
}

h2 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
}

h3 {
    font-size: 32px;
    line-height: 42px;
}

p {
    font-size: 18px;
    line-height: 28px;
}

header,
.mainSection,
.contactsContainer,
.footerMenu,
.secondarySection ul {
    display: flex;
}

header,
.mainSection,
.secondarySection ul {
    justify-content: space-between;
}

.menu {
    display: flex;
    justify-content: flex-end;
}

.menu li a {
    font-size: 16px;
    line-height: 26px;
    margin: 0 10px;
}

.menu li a:hover,
.menu li .active {
    color: #fff;
    background: #000;
}

.mainSection {
    align-items: center;
}

.mainSection .textContainer {
    max-width: 422px;
}

.secondarySection {
    padding: 140px 0;
}

.secondarySection .textBullet {
    max-width: 427px;
}

.SobreNosSection .textBullet {
 text-align: center;
}
.SobreNosSection img {
    display: block;
    margin: auto;
}

.servicosSection table {
    width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 18px;
  line-height: 28px;
  overflow: hidden;
}

.servicosSection thead tr {
  background-color: #000; 
  color: #ffffff;
  text-align: left;
  font-weight: 700;
}

.servicosSection th, .servicosSection td {
    padding: 20px;
}

.servicosSection td:first-child {
    font-weight: 700;
}

.servicosSection tbody tr {
  border-bottom: 2px solid #f2f2f2;
}

.formContainer, .mapsContainer {
    width: 50%;
}
.contactsContainer {
    align-items: flex-start;
    gap: 16px;
}

.contactsContainer h1,
.contactsContainer h2,
.contactsContainer ul {
    text-align: center;
}

.formContainer {
    padding: 0 80px;
}
.formContainer p{
    margin: 10px 0;
}

form input, form textarea {
    width: 100%;
    background: #e2e2e2;
    padding: 16px 10px;
    border-radius: 4px;
    border: none;
    box-sizing: border-box
}

form .halfLabelContainer {
    display: flex;
    gap: 20px;
}
form .halfLabelContainer p {
    width: 98%;
    align-content: space-around;
}

.contactsContainer .btn {
    margin: 30px auto;
}

.contactsContainer li{
    margin: 10px 0;
}

.contactsContainer li a{

    color: #000;
}

.contactsContainer .socials {
    display: flex;
    justify-content: center;
}

footer {
    color: #fff;
    background: #000;
    padding: 65px 20px 0;
    margin: 0;
}

.footerMenu {
 justify-content: space-around;
}

footer ul {
    margin-bottom: 30px;
}
footer li{
    font-size: 16px;
    line-height: 26px;
    padding: 10px 0;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #e2e2e2;
}

footer .copyrights p {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    padding: 30px;
    margin: 0;
    border-top: 1px solid #fff;
}

footer ul li {
    text-align: center;;
}