.serv-instalacao {
            background: #26a2fc;
            border-radius: 100%;
            width: 70px;
            height: 70px;
            margin: 0px auto 15px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .serv-instalacao img {
            width: 50px;
            filter: invert(1);
        }

        .serv-instalacao-texto {
            color: rgb(0, 0, 0);
            font-size: 1rem;
            font-weight: 500;
            margin-bottom: 10px;
            text-align: center;
            flex-grow: 1;
            font-weight: bold;
        }

        .titulo-instalacao {
            font-size: 1.4rem;
            text-transform: uppercase;
            color: #26a2fc;
            text-align: center;
            font-weight: bold;
        }

        .subtitulo-instalacao {
            font-size: 1.1rem;
            font-weight: bold;
            text-transform: uppercase;
            color: #000000;
            text-align: center;
            margin-top: 0;
        }

        .table-precos {
            width: 100%;
            border-collapse: collapse;
            text-align: left;
            font-size: 0.8rem;
            color: black;
            border-right: none;
            border-left: none;
            border-top: none;
            border-color: #e4f3fe;
        }

        .cabecalho-tabela {
            font-size: 1rem;
            color: #fff;
            font-weight: bold;
            background: #26a2fc;
            height: 45px;
            border-radius: 5px;
            display: flex;
            align-items: center;
            padding-left: 10px;
        }

        .dark-mode .table-precos {
            color: white;
        }

        .td-precos {
            text-align: right;
            color: #26a2fc;
            font-weight: bold;
        }

        .table-precos td {
            border-right: none;
            border-left: none;
        }

        .condicoes-instalacao {
            background: #e4f3fe;
            padding: 10px;
            text-align: left;
            color: black;
            border-radius: 5px;
        }

        .inclui-instalacao .precos-mobile {
            display: flex;
        }

        .inclui-instalacao .div-precos {
            width: 100%;
            height: 100%;
        }

        .inclui-icon {
            border-radius: 50%;
            width: 60px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #26a2fc;
            position: absolute;
            top: -30px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 2;
        }

        .inclui-icon img {
            width: 50px;
            padding: 3px;
            filter: invert(1);
        }

        .conteudo-card {
            display: -webkit-box;
            -webkit-line-clamp: 7;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .conteudo-card.expandido {
            -webkit-line-clamp: unset;
            overflow: visible;
            max-height: 100%;
        }

        .btn-ver-mais {
            background: none;
            border: 0;
            color: #004264;
            font-weight: 600;
            cursor: pointer;
            padding: 0;
            margin-top: 15px;
        }

        .btn-ver-mais:hover {
            color: #009FE3;
        }

        .btn-ver-mais:focus {
            outline: none;
        }

        .seccao-encastre {
            background-color: #004264;
            border-radius: 5px;
            padding: 25px 0 25px 0;
        }

        .seccao-encastre .subtitulo-instalacao {
            color: white;
        }

        .contacto-instalacao h1 {
            text-align: center;
            font-weight: bold;
            color: #26a2fc;
        }

        .contacto-instalacao p {
            font-size: 14px;
            text-align: center;
            color: #000000;
        }

        .video-instalacao>.row>div {
            padding-left: 3rem !important;
        }

        .video-instalacao .content-video {
            position: relative;
            height: 100%;
            min-height: 500px;
        }

        .video-instalacao .content-video video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .btn-instalacao {
            background: #004264;
            border: none;
            padding: 5px 20px;
            color: white;
            font-size: 16px;
            font-weight: 500;
        }

        .btn-instalacao:hover {
            background: #26a2fc;
            border: none;
            padding: 5px 20px;
            color: white;
            font-size: 16px;
            font-weight: 500;
        }

        @media (max-width: 767px) {

            .instalacao-precos {
                padding-top: 0 !important;
            }
        }

        @media (max-width: 500px) {
            .video-instalacao .content-video {
                min-height: 250px;
            }

            .subtitulo-instalacao {
                font-size: 1rem;
            }
        }