/* iPhone 6 in portrait */
/*@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation : portrait) {*/

@media (max-width : 500px) {

    body {
        padding-top: 0px;
        padding-bottom: 0px;
        overflow-x: hidden;
    }
    .hidden-iphone-6 {
        display: none;
    }
    .visible-iphone-6 {
        display: block !important;  /*REVISAR*/
    }
    #banner {
        background-color: #000000;
        color: #ffffff;
        font-size: 14px;
        font-weight: normal;
        text-align: center;
    }
}

