@media screen and (min-width: 768px){
    .mano {
        margin-top: -180px;
        float: left;
    }

    .pantalla {
        margin-top: -150px;
    }

    .pantallaMovil {
        margin-top: 30px;
        margin-right: -20px;
    }

    .textNomas {
        margin-top: -250px;
        font-size: large; color: white; line-height: 2.0;
    }

    .contextDiv {
        height: 300px;
    }

}

.textNomas {
    font-size: large; color: white; line-height: 2.0;
}

.textFooter {
    color: white;
    font-size: 16px;
}

.headerText {
    font-size: large; color: #007143;
    width: 100%;
}

.plainText {
    font-size: medium; color: dimgray;
    width: 100%;     line-height: 2.0;
}


.imageDiv {
   height: 100%; vertical-align: center;
}

.contentDiv {
    padding-top: 5%;
    padding-bottom: 3%;
    padding-right: 10%;
    height: 100%;
    vertical-align: center;
}

.contentDivSecondary {
    padding-top: 5%;
    padding-bottom: 3%;
    padding-right: 10%;
    height: 100%;
    vertical-align: center;
}

.imageContent {
    height: 70%;
    vertical-align: center;
 }

.imageAppStoreContent {
    height: 80px;
}

.imageGoogleStoreContent {
    height: 116px;
}

.textApps {
    margin-top: 160px;
    vertical-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    color: dimgray; line-height: 1.5;
    width: 100%;
}

.textAppsSubtitle {
    margin-top: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    color: dimgray; line-height: 3.0;
    width: 100%;
}
