* {
    margin: 0px;
    padding: 0px;
}
body {
    background-color: beige;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}
.iconlupa {
    width: 20px;
    height: 20px;
}
header {
    background-color: rgba(0, 0, 0, 0.342);
    display: flex;
    height: 100px;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    width: 100%;
}
li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
    color: white;
    font-weight: 700;
    font-size: 12px;
    margin-left: 15px;
    margin-right: 15px;
}
li > a {
    color: white;
    text-decoration: none;
transition: all 0.5s;
}
li > a:hover {
    color: #FFD600;
    transition: all 0.5s;
}
ul {
   

}
header > img {
    width: 118px;
    height: 29px;

}
.PainelPrimeiro {
    background-color: aqua;
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("home-banner.jpg");
}
.bitmapPhoto {
    width: 555px;
    height: 236px;
    color: white;
    background-color: black;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.bitmapPhoto > h1 {
    font-size: 36px;
    font-weight: 100
}
.bitmapPhoto > p {
    margin-top: 30px;
    text-align: center;
    width: 450px;
}
.bitmapPhoto > h2 {
    background-color: yellow;
    color: black;
    padding: 10px 20px;
    font-size: 12px;
    transform: translateY(60px);
}

.demostracao {
    height: 1200px;
    width: 100%;
    background-color: #F9F9FF;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-flow: column nowrap;
}
.pequenapesquisa {
    width: 900px;
    background-color: rgb(255, 255, 255);
    height: 50px;
    margin-top: 100px;
    border: 1px solid #adadad63;
    display: flex;
    justify-content: center;
}
.pequenapesquisa > ul > .dentroPesq {
margin: 0px;
padding: 19px 20px;
    border-right: 1px solid #adadad63;
    color: black;
    font-size: 11px;
    cursor: pointer;
    transition: all 0.5s;
}
.pequenapesquisa > ul > .dentroPesq:hover {
    background-color: #FFD600;
    transition: all 0.5s;
    }
#pesq1 {
    background-color: #FFD600;
}
.pequenapesquisa > ul  {
    color: #777777;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1200px;
    margin-top: 50px;
}

.image-item {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 10px;
    overflow: hidden;
}

.image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-item .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-item:hover .overlay {
    height: 20%;
}

.image-item .overlay p {
    color: white;
    font-size: 14px;
    text-align: center;
}
.loadmore {
    background-color: yellow;
    color: black;
    padding: 10px 20px;
    font-size: 12px;
    margin-top: 60px;
}
.painelFeedback {
    width: 100vw;
    height: 600px;
    background: #FFD600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blocoFeedbackEsquerda {
    width: 500px;
    margin-right: 200px;
}
.blocoFeedbackEsquerda h2 {
    font-size: 48px;
    font-weight: bold;
    color: #222;
    margin-bottom: 30px;
}
.blocoFeedbackEsquerda p {
    font-size: 20px;
    color: #444;
    max-width: 500px;
}
.blocoFeedbackDireita {
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.04);
    display: flex;
    align-items: center;
    padding: 40px 50px;
    gap: 30px;
    width: 520px;
}
.imagemFeedback {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}
.textoFeedback {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.textoFeedback p {
    color: #888;
    font-size: 18px;
    margin-bottom: 10px;
}
.textoFeedback h3 {
    color: #222;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}
.textoFeedback span {
    color: #888;
    font-size: 16px;
}
.painelServicos {
    width: 100vw;
    background: #fff;
    padding: 80px 0 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tituloServicos {
    font-size: 48px;
    font-weight: bold;
    color: #222;
    margin-bottom: 16px;
    text-align: center;
}
.subtituloServicos {
    font-size: 20px;
    color: #888;
    margin-bottom: 50px;
    text-align: center;
}
.cardsServicos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 32px;
    width: 80vw;
    max-width: 1300px;
}
.cardServico {
    flex: 1 1 340px;
    max-width: 400px;
    min-width: 280px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 0px;
    box-shadow: none;
    padding: 48px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: box-shadow 0.2s;
    box-sizing: border-box;
}
.cardServico h3 {
    font-size: 28px;
    font-weight: bold;
    color: #222;
    margin-bottom: 18px;
}
.cardServico p {
    font-size: 20px;
    color: #888;
    line-height: 1.4;
}
.painelFooter {
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.blocoInstagram {
    display: flex;
    justify-content: center;
    align-items: center;
}
.blocoInstagram > img {
    width: 200px;
}
.tituloInstagram {
    background-color: yellow;
    color: black;
    padding: 10px 20px;
    font-size: 12px;
    margin-bottom: 60px;
}
.painelFooterFlex {
    width: 100vw;
    background: #070b26;
    color: #c7c7c7;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 80px;
    padding: 80px 0 40px 0;
    flex-wrap: wrap;
}
.blocoSobre, .blocoNewsletter, .blocoSocial {
    flex: 1 1 320px;
    max-width: 400px;
    min-width: 260px;
    display: flex;
    flex-direction: column;
    margin: 0 20px;
}
.blocoSobre h3, .blocoNewsletter h3, .blocoSocial h3 {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 24px;
}
.blocoSobre p, .blocoNewsletter p, .blocoSocial p {
    color: #c7c7c7;
    font-size: 18px;
    margin-bottom: 24px;
}
.textoCopy {
    margin-top: 40px;
    font-size: 16px;
    color: #888;
}
.formularioNewsletter {
    display: flex;
    width: 100%;
    margin-top: 16px;
}
.formularioNewsletter input[type="email"] {
    flex: 1;
    padding: 16px;
    border: none;
    border-radius: 0;
    font-size: 18px;
    background: #f7f7ff;
    color: #222;
    outline: none;
}
.formularioNewsletter button {
    background: #FFD600;
    border: none;
    padding: 0 32px;
    font-size: 28px;
    color: #222;
    cursor: pointer;
    transition: background 0.2s;
}
.socialFooter {
    display: flex;
    gap: 18px;
    font-size: 26px;
    color: #fff;
    margin-top: 18px;
}
.socialFooter span {
    cursor: pointer;
    transition: color 0.2s;
}
.socialFooter span:hover {
    color: #FFD600;
}

