.aplicativos-moviles-inicio{
    width: 100%;
    padding: 70px 5%;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;    
    flex-direction: row-reverse;    
    background-size: cover;
    background-repeat: repeat-y;
    background-attachment: fixed;
}
.aplicativos-moviles-inicio>div:first-child{
    width: 50%;
    padding: 50px;
    border-radius: 7px;    
    transition: all .3s ease-out;
    background-color: transparent;
    box-shadow: 1px 1px 13px 4px rgba(32,32,32,.2);
    background-color: #fff;
}
.aplicativos-moviles-inicio>div:first-child>h4{
    width: 100%;
    font-size: 30px;
    font-family: 'Titulo',acumin,sans-serif;
    margin-bottom: 30px;
    color: #202020;
    text-align: center;
    position: relative;
    z-index: 2;
}
.aplicativos-moviles-inicio>div:first-child>p{
    width: 100%;
    font-size: 17px;
    font-family: 'Principal',sans-serif;
    margin-bottom: 30px;
    color: #505050;
    text-align: justify;
    position: relative;
    z-index: 2;
}
.aplicativos-moviles-inicio>div:first-child>a{
    background-color: #00AD50;
    color: rgba(255,255,255,1);
    font-family: 'Titulo',acumin,sans-serif;  
    font-size: 17px;
    display: flex;
    width: 30%;
    padding: 10px;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    border-radius: 1em;
    transition: all .3s ease-out;
    margin: 0px auto;
}
.aplicativos-moviles-inicio>div:first-child>a:hover{
    transform: scale(1.04);    
}
.aplicativos-moviles-inicio>.contenedor-multi-apli-movil{
    width: 50%;
    height: auto;
    position: relative;
    text-align: center; 
    padding: 50px;
}
.aplicativos-moviles-inicio>.contenedor-multi-apli-movil>video{
    width: 100%;
    height: 570px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;  
}
.aplicativos-moviles-inicio>.contenedor-multi-apli-movil>img{
    position: absolute;
    left: 30%;
    top: 10%;    
    height: 540px;    
    filter: brightness(0);
}
@media (max-width: 800px){
    .aplicativos-moviles-inicio{
        width: 100%;
        padding: 50px 5%;
        flex-wrap: wrap;    
    }
    .aplicativos-moviles-inicio>div:first-child{
        width: 100%;
        padding: 20px;    
    }
    .aplicativos-moviles-inicio>div:first-child>h4{
        font-size: 28px;
        margin-bottom: 20px;    
    }
    .aplicativos-moviles-inicio>div:first-child>p{
        font-size: 15px;
        margin-bottom: 20px;
    }
    .aplicativos-moviles-inicio>div:first-child>a{
        font-size: 15px;
        width: 40%;
    }
    .aplicativos-moviles-inicio>.contenedor-multi-apli-movil{
        width: 100%;    
        padding: 20px;
    }
    .aplicativos-moviles-inicio>.contenedor-multi-apli-movil>video{
        width: 65%;
        height: 400px;
        object-fit: cover;
        object-position: center;
        border-radius: 10px;  
        margin-top: 20px;
    }
    .aplicativos-moviles-inicio>.contenedor-multi-apli-movil>img{    
        left: 19%;
        top: 5%;    
        height: 420px;    
        margin-top: 10px;    
    }            
}