.RetosApertura{
    overflow:hidden;
}

.RetosApertura .tituloApertura > h1 {
    font-size: 2.8125rem;
    font-size: clamp(2.8125rem, 1.9824029126213594rem + 2.3058252427184462vw, 4rem); margin-bottom: 0;
    padding: 30px 0 30px 0 ;
    line-height: 1em;
    color: #000;
}
.RetosApertura .botonesApertura a{
    font-size: 16px;
}
.cirlceImage {
    position: absolute;
    width: 500px;
    height: 500px;
    max-width:500px;
    max-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;
}
.RetosApertura .lottieFondo{
    position:absolute;
}
.textoAperturaContainer .textoApertura > * {
    line-height: 1em;
    margin: 0;
}
.lottieApertura {
    position: absolute;
    left: -240px;
    z-index: 1;
    top: 120px;

}
.botonesApertura{
    display:grid;
    justify-content:start;
    grid-template-columns: 0.5fr 0.5fr 0.5fr;
}
.botonesApertura .imagenTextoCTA {
    width: max-content;
    padding: 10px 60px;
    height: fit-content;
    text-decoration: none;
    border-radius: 99px;
    font-weight: 700;
    margin:0px 30px 20px 0px;
}

@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 > h1 { padding: 100px 0; }
    .textoAperturaContainer { padding: 80px 20px 80px 20px; }
    .lottieApertura{ display:none;}
    .lottieApertura { left: 120px; top: -120px; }
    .lottieApertura > * { width: 150px !important; height: auto !important; }
    .cirlceImage { display: none; }
    .RetosApertura .lottieFondo{display:none;}
    .textoApertura { width: 100%; }
    .botonesApertura{ justify-items: center; grid-template-columns: 1fr 1fr;}
    .botonesApertura .imagenTextoCTA{margin-right:5px;padding: 10px 45px!important}
    .RetosApertura .border-end{border:none!important;}
}

/* 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; }
    .RetosApertura .lottieFondo{width:500px!important;height:500px!important;}
    .lottieApertura{left:-120px;}
    .lottieApertura > * { width: 200px !important; height: 200px !important; }
    .botonesApertura{ grid-template-columns: 0.5fr 0.5fr; grid-gap:0px;}
    .botonesApertura .imagenTextoCTA{margin-right:5px;padding: 15px 40px!important;}
    .textoApertura { width: 50%; }
    .row.border-end{border:none!important;}
    .RetosApertura .tituloApertura > h1 {padding: 110px 0 30px 0 ;}
}

@media only screen and (min-device-width: 1200px){
    .RetosApertura .tituloApertura > h1 {padding: 110px 0 30px 0 ;}

}
@media (min-width: 768px ){
    .textoAperturaContainer { padding: 80px 0 80px 80px;}

}
@media (min-width: 1400px ){
    .textoAperturaContainer { padding: 80px 0 80px 120px;}

}