body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background-color: #f2f2f2;
    color: #fff;
    padding: 20px;
    text-align: center;
    height: 80px;
    top: 0px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}


header nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
    flex-direction: row;
    align-items: center;
}

header nav {
    display: flex;
    align-items: center;
}

header nav ul li a {
    color: #032f59;
    text-decoration: none;
    font-size: 1.2em;
    display: flex;
    align-items: center;
}

header img {
    height: 80px;
}

header .lineVHeader {
    border-right: 1px solid #c3c3c3;
    height: 50px;
}

header .iconlogin {
    width: 20px;
    height: auto;
    margin-right: 10px;
}

.container {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.imgbannerdiv {
    width: 50%;
}

.imgbannerdiv img {
    height: 400px;
}

#home .textbannerdiv h1{
    font-size: 3em;
}
#home .textbannerdiv p{
    font-size: 1em;
    width: 50%;
    color: #032f59;
}

#home .textbannerdiv .buttonslinediv {
    font-size: 18px;
    display: flex;
    flex-direction: row;
    gap: 30px;
}

#home .textbannerdiv .buttonslinediv a.btnvender {
    color: #fff;
    background-color: #64acda;
    padding: 20px 20px;
    border-radius: 5px;
    text-decoration: none;
}

#home .textbannerdiv .buttonslinediv a.btnwhats {
    color: #fff;
    background-color: #25d366;
    padding: 20px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
}

section#services {
    background-color: #f2f2f2;
    height: 400px;
    display: flex;
    align-items: center;
}

section#services h2 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #032f59;
}

section#services h3 {
    font-size: 1em;
    margin-bottom: 20px;
    color: #032f59;
}

section#services p {
    font-size: 1em;
    margin-bottom: 20px;
    color: #032f59;
}

.container.services-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.services-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 50px;
}

.service-item {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#about {
    height: 400px;
    display: flex;
    align-items: center;
}

#about .textaboutdiv {
     display: flex;
     flex-direction: column;
     gap: 20px;
}

#about .textaboutdiv h3, #about2 .textabout2div h3 {
    font-size: 1.5em;
    margin-bottom: 20px;
    color: #032f59;
}

#about .textaboutdiv h2 {
    color: #8cc1e4;
    width: 60%;
}

#about .textaboutdiv p, #about .textaboutdiv strong {
    font-size: 1em;
    margin-bottom: 20px;
    color: #032f59;
    width: 80%;
}

#about .about-container {
    display: flex;
    flex-direction: row;
    gap: 50px;
}

#about .about-container .textaboutdiv {
    width: 50%;
}

#about .faleconosco {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #032f59;
}

#about .faleconosco .faleconoscoicon {
    width: 50px;
    height: auto;
    margin-right: 10px;
}

#about .faleconosco .whatsAppIcon {
    width: 30px;
    height: auto;
    margin-left: 10px;
}


#about2 .textabout2div h2, 
#about2 .textabout2div p {
    color: #ffffff;
}

.about2-container {
    background-color: #64acda;
    height: 400px;
    display: flex;
    align-items: center;
}

.imgabout2div {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

img.about2img {
    margin-bottom: -200px;
}

.about2img {
    width: 100%;
}

.about3-container {
    background-color: #ffffff;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.about3div {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
}

.about3-container .lineV {
    border-right: 1px solid #000000;
    height: 100px;
}

.about3div img.likeicon {
    width: 60px;
    height: 60px;
}

.about3div .textabout3div p {
    font-size: 1em;
    color: #909090;
}

.about3div .textabout3div p b {
    font-size: 1em;
    color: #000;
}

.about3div .textabout3div p img {
    margin-left: 10px;
    margin-right: 10px;
    height: 20px;
}

#parceiros {
    height: 300px;
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
}

.container.parceiros-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.parceiros-list {
    display: flex;
    align-items: center;
    gap: 60px;
}

.parceiros-list img {
    width: 90px;
}

#nossosnumeros {
    height: 400px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
}

#nossosnumeros h3 {
    font-size: 1.5em;
    color: #032f59;
    text-transform: uppercase;
}

#nossosnumeros h2 {
    font-size: 3em;
    color: #032f59;
    text-transform: uppercase;
}

#nossosnumeros .nossosnumerosdiv p {
    font-size: 1em;
    color: #032f59;
}

#nossosnumeros .nossosnumeros-item h3 {
    font-size: 2em;
    margin-bottom: 10px;
    color: #032f59;
}

#nossosnumeros .nossosnumeros-item p {
    font-size: 1em;
    margin-bottom: 10px;
    color: #032f59;
}

.nossosnumerosdiv {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.nossosnumeros-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
}