.tituloApertura > * {
    font-size: 2.8125rem;
    font-size: clamp(2.8125rem, 1.8509615384615383rem + 3.8461538461538463vw, 5.3125rem);
    margin-bottom: 0;
    padding: 70px 0 ;
    line-height: 1em;
    color: #000;
}
.cirlceImage {
    position: absolute;
    width: 500px;
    height: 500px;
    left: -120px;
    top: 90px;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    animation: MoveDown 6s ease;
    object-fit: cover;
    background-size: cover;
}
.textoAperturaContainer { padding: 120px 0; }
.textoAperturaContainer .textoApertura > * {
    font-size: 1.5rem;
    font-size: clamp(1.5rem, 1.2355769230769231rem + 1.0576923076923077vw, 2.1875rem);
    margin: 0;
    font-weight: 100;
}
.textoApertura { width: 52%; }
.lottieApertura {
    position: absolute;
    left: -240px;
    z-index: 1;
    top: 120px;

}

@keyframes MoveDown {
    0% {
        top: 90px;
    }
    50% {
        top: 120px;
    }
    100% {
        top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .tituloApertura { border-right: 0 !important; justify-content: center; }
    .tituloApertura > * { padding: 100px 0; }
    .textoAperturaContainer { padding: 80px 0; }
    .lottieApertura { left: 120px; top: -120px; }
    .lottieApertura > * { width: 150px !important; height: auto !important; }
    .cirlceImage { display: none; }
    .textoApertura { width: 100%; }
}

/* IPAD LANDSCAPE */
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) {
    .cirlceImage { width: 350px; height: 350px; max-width:350px;left:-50px; }
    .lottieApertura{left:-120px;}
    .lottieApertura > * { width: 200px !important; height: 200px !important; }
    .textoAperturaContainer { padding: 80px 0; }
}