@keyframes fade-in {
    from{
        opacity: 0;
        transform: translateX(-100px);
        filter: blur(10px);
    }
    to{
        opacity: 1;
        transform: translateX(0);
        filter: blur(0);
    }
}
.section-top-casos-exito{
    position: relative;
    height:500px;
}
.section-top-casos-exito .max-width{
    display: flex;
    align-items: center;
    height: 100%;
}
.section-top-casos-exito img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
    z-index: -1;
}
.img-desk{
    display: none;
}
.title-top-casos-exito{
    font-size: 24px;
    margin: 0;
    opacity: 0;
    animation: fade-in 1s ease 1 forwards;
}
.title-top-casos-exito, .datos span, .datos p{
    text-align: center;
}
.section-datos{
    background-color: #fff;
}
.section-datos p{
    color: #000;
}
.datos-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 5px;
}
.datos{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 49%;
}
.datos span{
    font-size: 40px;
    font-weight: 800;
    color: #614FFF;
}
.datos p{
    font-size: 12px;
    font-weight: 900;
    margin: 0;
    opacity: 0;
    animation: fade-in 1s ease 0.8s 1 forwards;
}
.text-datos-bottom{
    margin-top: 30px;
}
/* ________________- */

.desafio-content {
    gap: 2rem;
}


/* ________________ */
.desafio-content img,
.desafio-content img.full-desafio-img {
    display: none;
}

.desafio-content p{
    margin: 0;
}
section.section-campanas-digitales{
    padding: 20px 0;
    background-color: #fff;
}
.section-campanas-digitales .title-section-overline{
    color: #070751;
    border-color: #070751;
}
.video-container{
    height: 300px;
    display: flex;
    background-color: #000;
}
.video-container iframe{
    width: 100%;
    height: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.mockups{
    margin: 30px 0;
}
.mockups div img{
    height: 444px;
    width: auto !important;
    margin: 0 auto;
    opacity: 0;
}
.mockups.visible div img{
    animation: fade-in 1s ease 1 forwards;
}
.mockups.visible div:nth-child(2) img{
    animation-delay: 0.3s;
}
.mockups.visible div:nth-child(3) img{
    animation-delay: 0.6s;
}
.section-contactanos-casos-exito{
    background-color: #fff;
}
.section-contactanos-casos-exito h1, .section-contactanos-casos-exito p{
    color: #070751;
}
@media (min-width: 576px) {
    .section-top-casos-exito{
        height: 360px;
    }
    .img-mob{
        display: none;
    }
    .img-desk{
        display: block;
    }
    .title-top-casos-exito{
        font-size: 35px;
    }
    .datos span{
        font-size: 48px;
    }
    .datos p{
        font-size: 16px;
    }
    .text-datos-bottom, .desafio-content p{
        font-size: 18px;
    }
    .mockups div img{
        height: 500px;
    }
    .video-container{
        height: 340px;
    }
}
@media (min-width: 768px) {
    .section-top-casos-exito{
        height: 400px;
    }
    .title-top-casos-exito{
        font-size: 45px;
    }
    .datos span{
        font-size: 58px;
    }
    .datos p{
        font-size: 20px;
    }
    .text-datos-bottom{
        margin-top: 50px;
    }
    .text-datos-bottom, .desafio-content p{
        font-size: 20px;
    }
    section.section-campanas-digitales{
        padding: 40px 0;
    }
    .mockups{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 40px 0;
    }
    .mockups div{
        transition: 0.3s;
    }
    .mockups div img{
        height: 300px;
    }
    .mockups div:hover{
        transform: scale(1.1) !important;
    }
    .mockups div:nth-child(2) img{
        height: 350px;
    }
    .video-container{
        height: 380px;
    }
}
@media (min-width: 992px) {
    .section-top-casos-exito{
        height: 460px;
    }
    .title-top-casos-exito{
        font-size: 55px;
    }
    .datos-container{
        gap: 20px 10px;
    }
    .datos{
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }
    .datos:nth-child(1){
        justify-content: start;
    }
    .datos:nth-child(2){
        justify-content: end;
    }
    .datos span{
        font-size: 68px;
        line-height: 60px;
    }
    .datos p{
        font-size: 24px;
        font-weight: 700;
        line-height: 27px;
        text-align: start;
    }
    .text-datos-bottom, .desafio-content p{
        font-size: 22px;
    }
    .desafio-content{
        display: flex;
    }
    .desafio-content div{
        width: 50%;
    }
    .desafio-content div:first-child{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .desafio-content img{
        display: block;
        width: 250px;
    }
       /* _________________________ */

    .desafio-content img.full-desafio-img {
  width: 100%;
  height: auto;
  display: block;
}

/* _____________________ */
    section.section-campanas-digitales{
        padding: 60px 0;
    }
    .mockups div img{
        height: 440px;
    }
    .mockups div:nth-child(2) img{
        height: 500px;
    }
    .video-container{
        height: 420px;
    }
    .video-container iframe{
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .datos {
        width: 48%;
    }
    .datos span{
        font-size: 80px;
    }
    .datos p{
        font-size: 28px;
    }
    .text-datos-bottom{
        padding: 30px 0;
    }
    .mockups{
        margin: 50px 0 0;
    }
    .mockups div img{
        height: 500px;
    }
    .mockups div:nth-child(2) img{
        height: 560px;
    }
}
@media (min-width: 1400px) {
    .section-top-casos-exito{
        height: 540px;
    }
    .title-top-casos-exito{
        font-size: 60px;
    }
    .datos-container {
        margin-top: 40px;
        gap: 45px 25px;
    }
    .datos span{
        font-size: 96px;
        line-height: 75px;
    }
    .datos p{
        font-size: 32px;
        line-height: 38px;
    }
    .text-datos-bottom{
        margin-top: 60px;
    }
    .text-datos-bottom, .desafio-content p{
        font-size: 24px;
    }
    .mockups{
        margin: 80px 0 0;
    }
    .mockups div img{
        height: 622px;
    }
    .mockups div:nth-child(2) img{
        height: 711px;
    }
    .video-container{
        height: 440px;
    }
}