.estudios-tierra {
    /* background-image:
        url(../assets/img/lineas_1.png),
        url(../assets/img/lineas_2.png); */
    /* min-height: 85vh; */
    /* background-size: 10%; */
    background-image:
        linear-gradient(90deg,rgba(0, 47, 85, 0.96) 28%, rgba(0, 0, 0, 0.693) 100%),
        url(../assets/img/backgrounds/bg_tierra.png);
    background-size: cover;
    background-position: 80% 25%;
    background-repeat: no-repeat;
    animation: zoomDesgloseTierra 12s ease-in-out infinite alternate;
    /*  */
    display: none !important;
}

@keyframes zoomDesgloseTierra {
    0% {
        background-size: 100% 100%;
    }

    50% {
        background-size: 105% 105%;
    }

    100% {
        background-size: 100% 100%;
    }
}

.contenedor-hacemos-tierra {
    position: relative;
    width: 665px;
    height: 665px;
    border: 12px solid #53758e00;
    border-radius: 50%;
    padding-right: 100px !important;
}


.contenedor-hacemos-tierra .icon_tierra {
    position: relative;
    left: -50%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    --base-angle: 0deg;
}

.contenedor-hacemos-tierra .icon_tierra .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;
    /* --base-angle: 85deg; */
    /* transform: rotate(calc(var(--base-angle) + (95deg / 4) * (var(--i) - 1))); */
    /* transform: rotate(calc(67.5deg + var(--base-angle)/16 * var(--i))); */
    transform-origin: 350px;
    z-index: 100;
    overflow: hidden;
}

.contenedor-hacemos-tierra .icon_tierra .imgBx:not(.fijo-no-activo) {
    transform: rotate(calc(67.5deg + 22.5deg * var(--i) + var(--base-angle)));

}

.contenedor-hacemos-tierra .icon_tierra .imgBx.fijo-no-activo {
    transform: rotate(calc(67.5deg + 22.5deg * var(--i)));
}

.contenedor-hacemos-tierra .icon_tierra .imgBx.fijo-no-activo img {
    transform: rotate(calc(67.5deg + 22.5deg * var(--i)));
    z-index: 999;
}

.imgBx {
    will-change: transform;
}

.fijo-no-activo {
    background-color: #002f5500 !important;
    width: 55px !important;
    height: 55px !important;
    z-index: 200;
    border-radius: 0 !important;
}

.contenedor-hacemos-tierra .icon_tierra .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-tierra .icon_tierra .imgBx.activo {
    background-color: #ffffff;
    outline: 3px solid #53758E;
    /* transition: 0.2s; */
    width: 60px;
    height: 60px;
}

.contenedor-hacemos-tierra .icon_tierra .imgBx.activo img {
    filter: brightness(0.2);
    /* fill: #011A49; */
    transform: rotate(calc(-1 * (67.5deg + 22.5deg * var(--i) + var(--base-angle)))) scale(1);

}

@media (max-height:910px) {
    .contenido_tierra img {
        /* background-color: #53758E !important; */
        width: 58% !important;
    }

    .contenedor-hacemos-tierra {
        width: 560px;
        height: 560px;
    }

    .circulo_desglose {
        bottom: 10% !important;
    }

    .contenedor-hacemos-tierra .icon_tierra .imgBx {
        transform-origin: 305px;

    }
}

.contenido_tierra {
    position: absolute;
    inset: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}


.btn-contactanos {
    background-color: #DC911B !important;
    border: 1px solid #DC911B;
    color: #ffffff;
    border-radius: 10px;
    font-weight: 600;
}

.btn-contactanos:hover {
    background-color: transparent !important;
    color: #ffffff;
    border: 1px solid #D3DAE7;
}

.contenedor_card_tierra {
    position: relative;
    margin-top: 1em;
    /* height: 475px; */
    overflow: hidden;
}

.contenido_card_tierra {
    position: relative;
    height: 100%;
}


.card-informacion-actividades {
    position: absolute;
    inset: 0;
    /* llena el contenedor */
    width: 100%;
    /* height: 100%; */
    border-radius: 30px !important;
    /* background-color: #034168c2 !important; */
    color: white !important;
    opacity: 0;
    transform: scale(0);
    pointer-events: none;
    visibility: hidden;
    transition: opacity .4s ease, transform .4s ease;
}

.card-informacion-actividades.active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
    visibility: visible;
    transition-delay: 0.1s;
    /* border: 6px solid #002f551b; */
    border: none;
    color: #002F55 !important;
    background: radial-gradient(circle,rgba(255, 255, 255, 1) 0%, rgba(211, 218, 231, 1) 100%);     /* border:10px solid #53758E; */
    /* background: linear-gradient(144deg, rgb(30, 33, 61) 0%, rgb(255, 255, 255) 9%, rgb(255, 255, 255) 92%, rgba(220, 145, 27, 1) 100%); */
    /* opcional */
}

@media (min-width:320px) and (max-width:991px) {

    .estudios-tierra {
        /* margin-top: auto; */
        height: 100% !important;
        /* background-image: none;
        background-color: #002F55; */
        background-size: 300% 100% !important;
        background-position: 50% 50%;
    }

    .contenedor-hacemos-tierra {
        width: 390px;
        height: 390px;
        border: 8px solid #53758e00;
    }

    .contenedor-hacemos-tierra .icon_tierra .imgBx {
        width: 50px;
        height: 50px;
        transform-origin: 218px;
    }

    .contenedor-hacemos-tierra .icon_tierra .imgBx.activo {
        background-color: #ffffff;
        outline: 4px solid #53758E;
        transition: 0.2s;
    }

    .contenedor-hacemos-tierra .icon_tierra .imgBx img {
        padding: 0.8rem !important;
    }

    .cont_contenedor-hacemos-tierra {
        height: 500px !important;
    }

    .circulo_desglose {
        left: -12vh !important;
        bottom: 8vh !important;
    }

    .cart_titulo_tierra h5 {
        font-size: 1rem;
    }

    .cart_titulo_tierra {
        width: 90% !important;
    }

    .card-informacion-actividades {
        font-size: 0.8em;
        padding: 1.5rem !important;
    }

    .s-caso-exito {
        flex-direction: column;
        gap: 10px;
    }
}