/* CSS Document */

.topo-vk {
    background-color: rgb(25, 33, 58);
    color: white;
    font-size: small;
    padding-top: 10px;
    padding-bottom: 10px;
}
.topo-vk a {
    color: white;
    text-decoration: none;
}

.preto .nav-link,
.preto .navbar-brand {
    color: #000000;
}

.preto .nav-link:hover {
    color: #000000;
}

.preto .dropdown-item {
    color: #000000;
}

.preto .dropdown-item:hover {
    color: #000000;
    background-color: #f5f5f5;
}

.fundo-imagem {
    background-image: url('../imagens/fundo-teste.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100%;
    color: #000;
}
@media (max-width: 767px) { .fundo-imagem { min-height: 70%; background-position: center; } }



  .servicos {
            padding: 40px 0;
        }

        .service-card {
            position: relative;
            height: 100%;
            min-height: 345px;

            background: #ffffff;
            border: 2px solid #2e6d80;
            border-radius: 16px;
            overflow: hidden;

            transition: .3s ease;
        }

        .service-card:hover {
            transform: translateY(-4px);
            border-color: #1b434f;
        }

        /*
         * Área da imagem
         */
        .service-image {
            position: relative;
            height: 190px;
            overflow: hidden;
        }

        .service-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;

            transition: transform .5s ease;
        }

        .service-card:hover .service-image img {
            transform: scale(1.05);
        }

        /*
         * Gradiente sobre a imagem
         */
        .service-image::after {
            content: "";
            position: absolute;
            inset: 0;
        }

        /*
         * Conteúdo
         */
        .service-content {
            padding: 0 24px 24px;
            margin-top: -1px;
            position: relative;
            z-index: 2;
        }

        .service-title {
            margin: 20px 0 12px;

            font-family: 'Oswald', sans-serif;  
            font-size: 20px;
            font-weight: 500;
            letter-spacing: .5px;
            text-transform: uppercase;
        }

        .service-description {
            margin: 0;

            color: #1d1c1b;
            font-size: 15px;
            line-height: 1.6;
        }

        /*
         * Card destacado
         */
        .service-card.featured {
            border-color: #9d481d;

            box-shadow:
                0 20px 40px rgba(137, 55, 16, .20);
        }

        .service-card.featured:hover {
            border-color: #d86626;
            box-shadow:
                0 20px 50px rgba(160, 65, 20, .30);
        }

        @media (max-width: 767px) {
            .service-image {
                height: 210px;
            }

            .service-card {
                min-height: auto;
            }
        }


        .hero {
            position: relative;
            height: 100%;
            padding-top: 120px;

            background-image: url('../imagens/fundo-1.jpg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;

            display: flex;
            align-items: center;
        }
        .hero-title {
            font-family: 'Oswald', sans-serif;
            font-size: 48px;
            font-weight: 700;
            color: #fff;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }
        .hero-description {
            font-family: 'Roboto', sans-serif;
            font-size: 20px;
            color: #fff;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        }

        .about {
            padding-top: 120px;
            padding-bottom: 120px;
            background-color: #c9d9e9;
        }
        .servicos {
            padding-top: 120px;
            padding-bottom: 120px;
            background-color: #f5f5f5;
        }
        .galeria img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .fotos {    
        padding-top: 120px;
        padding-bottom: 120px;
 
    }
    .contato {
        padding-top: 120px;
        padding-bottom: 120px;
        background-color: #c9d9e9;
    }
    .footer {
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: #161e29;
        color: #ffffff;
    }
    .contact-description {
        color: black;
    }
     .contact-description a {
        color: black;
        text-decoration-line: none;
    }