.estudios-catastro {
    /* background-image:
        url(../assets/img/lineas_1.png); */
    /* min-height: 85vh; */
    background-image:
        linear-gradient(90deg, rgba(0, 47, 85, 0.96) 28%, rgba(0, 0, 0, 0.693) 100%),
        url(../assets/img/backgrounds/bg_catastro.png);
    background-size: cover;
    background-position: 80% 28%;
    background-repeat: no-repeat;
    animation: zoomDesglose 12s ease-in-out infinite alternate;
    /*  */
}

@keyframes zoomDesglose {
    0% {
        background-size: 100% 100%;
    }

    50% {
        background-size: 105% 110%;
    }

    100% {
        background-size: 100% 100%;
    }
}

.contenedor-hacemos-catastro {
    position: relative;
    width: 665px;
    height: 665px;
    border: 12px solid #53758e00;
    border-radius: 50%;
    padding-right: 100px !important;
}


.contenedor-hacemos-catastro .icon_catastro {
    position: relative;
    left: -50%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    --base-angle: 0deg;
}

.contenedor-hacemos-catastro .icon_catastro .imgBx {
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #53758E;
    /* -webkit-box-shadow: 1px 5px 5px 1px #000000;
    box-shadow: 10px 1px 5px 1px #002f55; */
    /* outline: 1px solid #011A49; */
    box-shadow: #002F55;
    transition: 0.5s;
    /* transform: rotate(calc(160deg + (181deg / 4) * (var(--i) - 1))); */
    transform-origin: 350px;
    z-index: 100;
    overflow: hidden;
}

.contenedor-hacemos-catastro .icon_catastro .imgBx:not(.fijo-no-activo) {
    transform: rotate(calc(67.5deg + 22.5deg * var(--i) + var(--base-angle)));

}

.contenedor-hacemos-catastro .icon_catastro .imgBx.fijo-no-activo {
    transform: rotate(calc(67.5deg + 22.5deg * var(--i)));
}

.contenedor-hacemos-catastro .icon_catastro .imgBx.fijo-no-activo img {
    transform: rotate(calc(67.5deg + 22.5deg * var(--i)));
    z-index: 999;
}

.contenedor-hacemos-catastro .icon_catastro .imgBx img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform:
        rotate(calc(-1 * (67.5deg + 22.5deg * var(--i) + var(--base-angle)))) scale(0.8);
    transition: 0.5s;
}

.contenedor-hacemos-catastro .icon_catastro .imgBx.activo {
    background-color: #ffffff;
    outline: 3px solid #53758E;
    /* transition: 0.2s; */
    width: 60px;
    height: 60px;
}

.contenedor-hacemos-catastro .icon_catastro .imgBx.activo img {
    filter: brightness(0.2);
    /* fill: #011A49; */
    transform: rotate(calc(-1 * (67.5deg + 22.5deg * var(--i) + var(--base-angle)))) scale(1);
}


.btn-contactanos-catastro {
    background-color: #A2C037 !important;
    border: 1px solid #A2C037;
    color: #222534;
    border-radius: 10px;
    font-weight: 600;
}

.btn-contactanos-catastro:hover {
    background-color: transparent !important;
    color: #ffffff;
    border: 1px solid #D3DAE7;
}

.contenedor_card_catastro {
    position: relative;
    margin-top: 1em;
    /* height: 475px; */
    overflow: hidden;
}

.contenido_card_catastro {
    position: relative;
    height: 100%;
}

@media (max-height:910px) {
    .contenido_catastro img {
        /* background-color: #53758E !important; */
        width: 58% !important;
    }

    .contenedor-hacemos-catastro {
        width: 560px;
        height: 560px;
    }

    .circulo_desglose {
        bottom: 10% !important;
    }

    .contenedor-hacemos-catastro .icon_catastro .imgBx {
        transform-origin: 305px;

    }
}

.contenido_catastro {
    position: absolute;
    inset: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media (min-width:320px) and (max-width:991px) {

    .estudios-catastro {
        /* margin-top: auto; */
        height: 100% !important;
        /* background-image: none;
        background-color: #002F55; */
        background-size: 300% 100% !important;
        background-position: 50% 50%;
        /* animation: zoomLeveBg 6s ease-in-out infinite alternate !important; */
    }

    /* @keyframes zoomLeveBg {

        0%,
        100% {
            background-size: 300% 100%;
            background-position: 50% 50%;
        }

        50% {
            background-size: 312% 104%;
            background-position: 50% 50%;
        }
    } */

    .contenedor-hacemos-catastro {
        width: 390px;
        height: 390px;
        border: 8px solid #53758e00;
    }

    .contenedor-hacemos-catastro .icon_catastro .imgBx {
        width: 50px;
        height: 50px;
        transform-origin: 218px;
    }

    .fijo-no-activo img {
        padding: 0.8rem !important;
    }

    .contenedor-hacemos-catastro .icon_catastro .imgBx.activo {
        background-color: #ffffff;
        outline: 4px solid #53758E;
        transition: 0.2s;
    }

    .contenedor-hacemos-catastro .icon_catastro .imgBx img {
        padding: 0.8rem !important;
    }

    .cont_contenedor-hacemos-catastro {
        height: 500px !important;
    }

    .circulo_desglose {
        left: -14vh !important;
        bottom: 8vh !important;
    }

    .cart_titulo_catastro h5 {
        font-size: 1rem;
    }

    .cart_titulo_catastro {
        width: 95% !important;
    }

    .card-informacion-actividades {
        font-size: 0.7em;
        padding: 1.5rem !important;
    }

    .s-caso-exito {
        flex-direction: column;
        gap: 10px;
    }

    .s-caso-exito h3 {
        font-size: 0.3rem !important;
    }
}