.single {
    .topo-emp {
        height: 730px;
        position: relative;

        .box-img {
            .overlay {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.45);
                z-index: 3;
            }

            img {
                height: 730px;
                width: 100%;
                object-fit: cover;
                z-index: 2;
            }
        }

        .box-info {
            position: absolute;
            z-index: 4;
            top: 0;
            width: 100%;

            h1 {
                color: #FFF;
                text-align: center;
                font-size: 45px;
                font-style: normal;
                font-weight: 800;
                line-height: normal;
                letter-spacing: 4.95px;
            }

            p {
                color: #FFF;
                text-align: center;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 28px; /* 175% */
            }
        }

        .destaques {
            display: flex;
            justify-content: center;
            margin-bottom: 35px;

            .destaque {
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 0 25px;

                .box-icon img {
                    max-width: 25px;
                    max-height: 25px;
                }

                p {
                    color: #F5F5F5;
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: normal;
                    margin-bottom: 0;
                    padding-left: 10px;
                }
            }
        }
    }

    .owl-diferenciais .owl-stage {
        display: flex;
    }

    .owl-diferenciais .item {
        height: 100%;
    }

    .barra-percentual i {
        color: #00587A;
        background: white;
        height: 100%;
        width: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #00587A;
        border-radius: 10px;
    }

    .diferenciais {
        position: relative;
        z-index: 5;
        margin-top: -60px;

        .diferencial {
            border-radius: 15px;
            border: 2px solid var(--azul-claro);
            background: #F7FDFF;
            box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            padding: 24px 5px;
            height: 100%;
            width: 100%;
            margin: 0px 2px;

            .box-icon {
                display: flex;
                width: 75px;
                height: 60px;
                border-radius: 20px;
                background-color: var(--azul-medio);
                align-items: center;
                justify-content: center;
                margin-bottom: 15px;

                img {
                    max-width: 38px;
                    max-height: 38px;
                }
            }

            p {
                color: var(--azul-titulos);
                text-align: center;
                font-size: 20px;
                font-style: normal;
                font-weight: 600;
                line-height: 22px; /* 110% */
                margin-bottom: 0;
            }
        }
    }

    .galeria {
        padding: 35px 0;

        .box-galeria {
            min-height: 350px;

            .galeria-emp {
                margin-top: 35px;

                .owl-stage-outer {
                    border-radius: 15px;

                    .owl-stage {
                        padding: 0 0 ;
                    }
                }

                img {
                    height: 350px;
                    object-fit: cover;
                    border-radius: 15px;
                }
            }
        }
    }

    .box-localidade {
        margin-bottom: 40px;

        .mapa {
            margin-top: 30px;
            position: relative;

            iframe {
                width: 100%;
                height: 230px;
                border-radius: 15px;
                border: 2px solid var(--azul-medio) !important;
            }

            .btn-cta {
                position: relative;
                margin-top: -30px;
            }
        }
    }

    .box-obras {
        .andamento {
            position: relative;
            margin-bottom: 25px;

            p {
                color: #FFF;
                font-size: 16px;
                font-style: normal;
                font-weight: 600;
                line-height: normal;
                top: 7px;
                left: 25px;
                z-index: 2;
                position: absolute;
            }

            .status {
                border-radius: 15px;
                height: 37px;
                position: relative;
                z-index: 1;
                background-color: #E0F6FD;
                display: flex;
                align-items: center;
                gap: 10px;
            }

            .texto-percentual {
                @media screen and (max-width: 576px) {
                    font-size: 14px;
                }
                &.alt {
                    position: absolute;
                    left: 20px;
                    color: white;
                    span {
                        color: #a8e4fb;
                    }
                }
                span {
                    color: var(--azul-medio);
                    @media screen and (max-width: 576px) {
                        display: none;
                    }
                }
            }

            .barra-percentual {
                border-radius: 15px;
                height: 37px;
                background-color: var(--azul-medio);
                display: flex;
                justify-content: flex-end;
                align-items: center;
                min-width: 54px;
            }

            .barra-percentual span {
                color: var(--azul-medio);
                font-size: 16px;
                font-style: normal;
                font-weight: 600;
                line-height: normal;
                margin-right: 10px;
                position: absolute;
                z-index: 2;
                right: 5px;

            }
        }
    }

    .tour {
        background-color: #E0F6FD;
        padding: 50px 0;

        p {
            color: #4B4B4B;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px; /* 175% */
        }

        .box-img {
            position: relative;

            img {
                max-width: 100%;
                height: 230px;
                object-fit: cover;
                border-radius: 15px;
            }
        }
    }

    #interesse {
        .box-form {
            padding: 40px 20px;
            border-radius: 15px;
            border: 3px solid var(--azul-claro);
            background:#F7FDFF;

            h2 {
                color: var(--azul-medio);
                font-size: 24px;
                font-style: normal;
                font-weight: 600;
                line-height: normal;
            }

            p {
                color: #3B3B3B;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 28px; /* 175% */
            }
        }
    }
}

@media (max-width: 992px) {
    .single {
        .topo-emp {
            height: 450px;

            .box-img {
                img {
                    height: 450px;
                }
            }

            .box-info {
                h1 {
                    font-size: 24px;
                    font-weight: 800;
                    letter-spacing: 2.64px;
                    margin-bottom: 20px;
                    text-transform: uppercase;
                }

                p {
                    display: none;
                }
            }

            .destaques {
                margin-bottom: 0px;
                flex-wrap: wrap;

                .destaque {
                    margin: 0 10px;
                    margin-bottom: 15px;

                    .box-icon img {
                        max-width: 25px;
                        max-height: 25px;
                    }

                    p {
                        font-size: 13px;
                        display: inline-block;
                        font-weight: 500;
                    }
                }
            }

            .box-cta {
                margin-bottom: 40px;
            }
        }

        .diferenciais {
            padding-bottom: 20px;

            .diferencial {
                margin-top: 20px;
                margin-bottom: 0;
                padding: 12px 5px;

                .box-icon {
                    width: 85px;
                    height: 30px;
                    border-radius: 20px;
                    margin-bottom: 10px;

                    img {
                        max-width: 20px;
                        max-height: 20px;
                    }
                }

                p {
                    font-size: 16px;
                    line-height: 20px;
                }
            }
        }

        .galeria {
            padding: 30px 0 0 0;

            .box-galeria {
                min-height: 280px;

                .galeria-emp {
                    margin-top: 20px;

                    img {
                        height: 280px;
                    }
                }
            }
        }

        .box-localidade {
            .mapa {
                iframe {
                    height: 280px;
                }
            }
        }

        .tour {
            .box-img {
                img {
                    height: 150px;
                }
            }
        }
    }

    .owl-carousel {
        position: relative;

        .owl-stage {
            padding: 10px 0;
            display: flex !important;
        }

        .owl-nav {
            display: flex;
            justify-content: center;

            button {
                &.owl-prev,
                &.owl-next {
                    position: relative;
                }

                &.owl-prev{
                    left: 0;
                }

                &.owl-next {
                    right: 0;
                }
            }
        }
    }
}

@media (max-width: 768px) {

}
