body {
   color: rgb(247, 244, 244);

   background-image: url('./img/Background.jpg');

   background-size: cover;

   background-position: center;

   background-repeat: no-repeat;

   background-attachment: fixed;
   
   font-family: 'Poppins', sans-serif;
}
nav {

    position: sticky;

    top: 0;

    z-index: 999;

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 15px 40px;

    backdrop-filter: blur(14px);

    background: rgba(0,0,0,0.4);

    border-bottom: 1px solid rgba(255,255,255,0.08);
}

nav ul {

    display: flex;

    align-items: center;

    gap: 50px;

    list-style: none;

    margin: 0;

    padding: 0;
}
a {  color: white;
  text-decoration: none;  
}
h1 {
  color: rgb(250, 250, 248);
}

.logo {
  display: flex;
  align-items: center;
}
.impresso-btn {
    width: 150px;
    height: auto;
}
.DIGITAIS-btn {
    width: 150px;
    height: auto;
}
.banner {
  width: 500px;
  height: auto;
}
footer {
    text-align: center;
    padding: 20px;
    background-color: rgb(15, 15, 15);
    color: white;
}
.social {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

.social a {
    color: white;
    text-decoration: none;
}

.social a:hover {
    color: rgb(123, 154, 240);
}
.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px;
}

.hero-text {
    max-width: 500px;
}

.hero-text h1 {
    font-size: 48px;
}

.hero-text p {
    font-size: 20px;
}


.btn {
    display: inline-block;

    margin-top: 20px;

    padding: 15px 30px;

    background-color: rgb(37, 211, 102);

    color: white;

    text-decoration: none;

    border-radius: 10px;

    font-weight: bold;

    transition: 0.3s;
}

.btn:hover {
    transform: scale(1.05);
}
.slider {
    position: relative;

    width: 100%;

    height: 200px;

    overflow: hidden;

    border-radius: 0;

    box-shadow: none;
}

.slide {
    position: absolute;

    width: 100%;
    height: 100%;

    object-fit: contain;

    opacity: 0;

    transition: opacity 1s ease;
}

.slide.active {
    opacity: 1;
}
.slider-btn {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    background: rgba(0,0,0,0.35);

    border: none;

    color: white;

    font-size: 28px;

    width: 45px;

    height: 45px;

    border-radius: 50%;

    cursor: pointer;

    z-index: 10;

    transition: 0.3s ease;

    backdrop-filter: blur(5px);
}

.slider-btn:hover {

    background: rgba(255,255,255,0.18);

    transform: translateY(-50%) scale(1.08);
}

.prev {

    left: 20px;
}

.next {

    right: 20px;
}
.social img {
    width: 40px;
    height: 40px;
}
.favoritos {
    padding: 60px;

    text-align: center;
}

.favoritos h2 {
    font-size: 40px;

    margin-bottom: 40px;
}

.cards {
    display: flex;

    justify-content: center;

    gap: 30px;

    flex-wrap: wrap;

    max-width: 1100px;

    margin: 0 auto;
}

.card {
    background: rgba(0,0,0,0.7);

    border-radius: 20px;

    overflow: hidden;

    width: 300px;

    transition: 0.3s;

    box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
}

.card:hover {
    transform: translateY(-10px);
}

.card img {
    width: 100%;

    height: 220px;

    object-fit: cover;
}

.card h3 {
    font-size: 24px;

    margin-top: 20px;
}

.card p {
    padding: 15px;

    font-size: 16px;
}

.btn-card {
    display: inline-block;

    margin-bottom: 20px;

    padding: 12px 24px;

    background-color: rgb(37, 211, 102);

    border-radius: 10px;

    text-decoration: none;

    color: white;

    transition: 0.3s;
}

.btn-card:hover {
    transform: scale(1.05);
}
section {
    margin-bottom: 80px;
}
.construcao {
    width: 100%;

    padding: 15px 0;

    background-color: rgba(0,0,0,0.8);

    text-align: center;

    margin-top: 80px;

    border-top: 1px solid rgba(255,255,255,0.2);

    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.construcao p {
    font-size: 16px;

    letter-spacing: 2px;

    color: white;
}
html {
    scroll-behavior: smooth;
}
.digital-item img {
    width: 550px;

    height: 350px;

    object-fit: cover;

    border-radius: 20px;

    box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
}
.digitais {
    padding: 80px 60px;
}

.digitais h2 {
    text-align: center;

    font-size: 40px;

    margin-bottom: 50px;
}

.digital-grid {
    display: flex;

    gap: 30px;
}

.digital-card {
    flex: 1;

    background: rgba(0,0,0,0.5);

    backdrop-filter: blur(10px);

    border-radius: 20px;

    overflow: hidden;

    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);

    transition: 0.3s;
}

.digital-card:hover {
    transform: translateY(-10px);
}

.digital-card img {
    width: 100%;

    height: 300px;

    object-fit: cover;
}

.digital-text {
    padding: 30px;
}

.digital-text h3 {
    font-size: 28px;

    margin-bottom: 20px;
}

.digital-text p {
    font-size: 18px;

    margin-bottom: 25px;

    line-height: 1.6;
}
.card img {
    width: 100%;

    height: 250px;

    object-fit: cover;

    border-radius: 18px;

    border: 2px solid rgba(192, 192, 192, 0.7);

    box-shadow:
    0px 0px 15px rgba(255,255,255,0.08),
    0px 0px 30px rgba(192,192,192,0.15);

    transition: 0.3s;
}
.card img:hover {
    transform: scale(1.02);

    border-color: rgba(255,255,255,0.9);

    box-shadow:
    0px 0px 20px rgba(255,255,255,0.15),
    0px 0px 40px rgba(192,192,192,0.25);
}
.card {
    background: rgba(0,0,0,0.45);

    backdrop-filter: blur(10px);

    border-radius: 20px;

    padding: 20px;

    transition: 0.3s;
}
.card img,
.digital-card img {

    width: 100%;

    border-radius: 18px;

    border: 2px solid rgba(192, 192, 192, 0.8);

    box-shadow:
        0 0 10px rgba(255,255,255,0.15),
        0 0 25px rgba(192,192,192,0.25);

    transition: 0.3s ease;
}
.card img:hover,
.digital-card img:hover {

    transform: scale(1.02);

    border-color: white;

    box-shadow:
        0 0 15px rgba(255,255,255,0.35),
        0 0 35px rgba(192,192,192,0.4);
}
.card,
.digital-card {

    background: rgba(20,20,20,0.75);

    padding: 20px;

    border-radius: 20px;

    backdrop-filter: blur(6px);
}
.cta-final {

    text-align: center;

    padding: 100px 20px;

    margin-top: 80px;
}

.cta-final h2 {

    font-size: 42px;

    margin-bottom: 20px;
}

.cta-final p {

    font-size: 20px;

    color: rgba(255,255,255,0.8);

    margin-bottom: 40px;
}

.cta-btn {

    display: inline-block;

    padding: 18px 45px;

    font-size: 18px;

    font-weight: 600;

    color: white;

    text-decoration: none;

    border-radius: 50px;

    background: linear-gradient(
        135deg,
        rgb(37,211,102),
        rgb(20,140,70)
    );

    box-shadow:
        0 0 20px rgba(37,211,102,0.4);

    transition: 0.3s ease;
}
.cta-btn:hover {

    transform: scale(1.05);

    box-shadow:
        0 0 30px rgba(37,211,102,0.7);
}

nav img {

    transition: 0.3s ease;

    border-radius: 14px;
}
.logo-img {

    width: 85px;

    height: 85px;

    object-fit: cover;

    border-radius: 50%;

    transition: 0.4s ease;

    border: 2px solid rgba(255,255,255,0.15);

    box-shadow:
        0 0 10px rgba(255,255,255,0.08),
        0 0 25px rgba(192,192,192,0.12);
}
.logo-img:hover {

    transform: scale(1.08);

    border-color: rgba(255,255,255,0.7);

    box-shadow:
        0 0 18px rgba(255,255,255,0.18),
        0 0 40px rgba(192,192,192,0.30);

    filter: brightness(1.08);
}
#lightbox {

    position: fixed;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: rgba(0,0,0,0.9);

    display: none;

    justify-content: center;

    align-items: center;

    z-index: 5000;
}

#imagem-ampliada {

    max-width: 90%;

    max-height: 90%;

    border-radius: 20px;

    box-shadow:
        0 0 20px rgba(255,255,255,0.15),
        0 0 40px rgba(192,192,192,0.25);

    animation: zoom 0.3s ease;
}

#fechar {

    position: absolute;

    top: 30px;
    right: 40px;

    font-size: 50px;

    color: white;

    cursor: pointer;

    transition: 0.3s;
}

#fechar:hover {

    transform: scale(1.2);

    color: rgb(220,220,220);
}

@keyframes zoom {

    from {

        transform: scale(0.8);

        opacity: 0;
    }

    to {

        transform: scale(1);

        opacity: 1;
    }
}
@media (max-width: 768px) {

    body {

        background-attachment: scroll;
    }

    nav {

        flex-direction: column;

        gap: 20px;

        padding: 20px;
    }

    nav ul {

        gap: 20px;

        flex-wrap: wrap;

        justify-content: center;
    }

    .logo-img {

        width: 75px;

        height: 75px;
    }

    .impresso-btn,
    .DIGITAIS-btn {

        width: 120px;
    }

.slider {

    height: 220px;
}

.slide {

    object-fit: cover;
}

    .favoritos,
    .digitais {

        padding: 40px 20px;
    }

    .favoritos h2,
    .digitais h2,
    .cta-final h2 {

        font-size: 30px;
    }

    .cards {

        gap: 20px;
    }

    .card {

        width: 100%;

        max-width: 340px;
    }

    .card img {

        height: 220px;
    }

    .digital-grid {

        flex-direction: column;
    }

    .digital-card img {

        height: 240px;
    }

    .digital-text {

        padding: 20px;
    }

    .digital-text h3 {

        font-size: 24px;
    }

    .digital-text p {

        font-size: 16px;

        line-height: 1.5;
    }

    .cta-final {

        padding: 70px 20px;
    }

    .cta-final p {

        font-size: 17px;
    }

    .cta-btn {

        width: 100%;

        max-width: 320px;

        padding: 18px 20px;

        font-size: 17px;
    }

    #imagem-ampliada {

        max-width: 95%;

        max-height: 80%;
    }

    #fechar {

        top: 20px;

        right: 25px;

        font-size: 40px;
    }

    footer {

        padding: 30px 20px;
    }

    .social {

        gap: 15px;
    }

    .social img {

        width: 35px;

        height: 35px;
    }
}
.card-slider {

    position: relative;

    width: 100%;

    height: 250px;

    overflow: hidden;

    border-radius: 18px;
}

.card-slide {

    position: absolute;

    width: 100%;

    height: 100%;

    object-fit: cover;

    opacity: 0;

    transition: opacity 0.8s ease;
}

.card-slide.active {

    opacity: 1;
}
.whatsapp-float {

    position: fixed;

    bottom: 25px;

    right: 25px;

    width: 70px;

    height: 70px;

    background: linear-gradient(
        135deg,
        rgb(37,211,102),
        rgb(20,140,70)
    );

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    box-shadow:
        0 0 20px rgba(37,211,102,0.45);

    z-index: 9999;

    transition: 0.3s ease;

    animation: pulse 2s infinite;
}

.whatsapp-float img {

    width: 38px;

    height: 38px;
}

.whatsapp-float:hover {

    transform: scale(1.1);

    box-shadow:
        0 0 30px rgba(37,211,102,0.8);
}

@keyframes pulse {

    0% {

        transform: scale(1);
    }

    50% {

        transform: scale(1.05);
    }

    100% {

        transform: scale(1);
    }
}

@media (max-width: 768px) {

    .whatsapp-float {

        width: 62px;

        height: 62px;

        bottom: 20px;

        right: 20px;
    }

    .whatsapp-float img {

        width: 34px;

        height: 34px;
    }
    .form-orcamento {

    margin: 50px 20px;

    padding: 25px;
}

.form-orcamento h2 {

    font-size: 28px;
}
    
}
.form-orcamento {

    max-width: 700px;

    margin: 80px auto;

    padding: 40px;

    background: rgba(20,20,20,0.75);

    backdrop-filter: blur(10px);

    border-radius: 20px;

    box-shadow: 0 0 25px rgba(0,0,0,0.4);
}

.form-orcamento h2 {

    text-align: center;

    margin-bottom: 30px;

    font-size: 36px;
}

.form-orcamento p {

    margin-bottom: 20px;
}

.form-orcamento label {

    display: flex;

    flex-direction: column;

    font-weight: 600;

    gap: 8px;
}

.form-orcamento input,
.form-orcamento select,
.form-orcamento textarea {

    padding: 15px;

    border: none;

    border-radius: 12px;

    background: rgba(255,255,255,0.08);

    color: white;

    font-size: 16px;

    font-family: 'Poppins', sans-serif;

    outline: none;

    transition: .3s;
}

.form-orcamento input:focus,
.form-orcamento select:focus,
.form-orcamento textarea:focus {

    background: rgba(255,255,255,0.12);

    box-shadow: 0 0 15px rgba(37,211,102,.35);
}

.form-orcamento textarea {

    resize: vertical;

    min-height: 130px;
}

.form-orcamento input::placeholder,
.form-orcamento textarea::placeholder {

    color: rgba(255,255,255,.6);
}

.form-orcamento button {

    width: 100%;

    padding: 18px;

    border: none;

    border-radius: 50px;

    background: linear-gradient(
        135deg,
        rgb(37,211,102),
        rgb(20,140,70)
    );

    color: white;

    font-size: 18px;

    font-weight: 600;

    cursor: pointer;

    transition: .3s;
}

.form-orcamento button:hover {

    transform: scale(1.02);

    box-shadow: 0 0 25px rgba(37,211,102,.5);
}
.form-orcamento select {

    background: rgba(255,255,255,0.08);

    color: white;
}

.form-orcamento option {

    background: rgb(35,35,35);

    color: white;
}