.contenedor {
    top: 5px;
    position:relative;
    
}

/* – ------- – iPhone 5 – ------- – */
 
/* Portrait */
 
@media only screen
 
and (min-device-width: 320px)
 
and (max-device-width: 568px)
 
and (-webkit-min-device-pixel-ratio: 2)
 
and (orientation: portrait) {
 
    h1{
        font-size: 10px;
    }    
}
 
/* Landscape */
 
@media only screen
 
and (min-device-width: 320px)
 
and (max-device-width: 568px)
 
and (-webkit-min-device-pixel-ratio: 2)
 
and (orientation: landscape) {
 
  
}

/* – ------- – iPhone 6, 6S, 7 and 8 – ------- – */


/* Portrait */
 
@media only screen
 
and (min-device-width: 374px)
 
and (max-device-width: 666px)
 
and (-webkit-min-device-pixel-ratio: 2)
 
and (orientation: portrait) {
 
    h1{
        font-size: 6px;
    }
.titulo {
    padding-top: 7px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    justify-content: center;
    background-color: #0000CC;
    color: #FFFFFF;
    display: block;
    border-radius: 5px;
 }
 .S{
     font-size: 10px;
     justify-content: center;
 }
 .F{
     font-size: 5px;
     justify-content: center;
 }
 .L{
     font-size: 5px;
     justify-content: center;
 }  
    
}
 
/* Landscape */
 
@media only screen
 
and (min-device-width: 374px)
 
and (max-device-width: 666px)
 
and (-webkit-min-device-pixel-ratio: 2)
 
and (orientation: landscape) {
 
    
    h1{
        font-size: 6px;
    }
.titulo {
    padding-top: 7px;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    font-size: 8px;
    background-color: #0000CC;
    display: block;
    border-radius: 5px;
 }

}
/* – ------- – iPhone 6 Plus – ------- – */
 
/* Portrait */
 
@media only screen
 
and (min-device-width: 414px)
 
and (max-device-width: 736px)
 
and (-webkit-min-device-pixel-ratio: 2)
 
and (orientation: portrait) {
 
    
    h1{
        font-size: 10px;
    }
.titulo {
    padding-top: 7px;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    font-size: 8px;
    background-color: #0000CC;
    display: block;
    border-radius: 5px;
 }
    
}
 
/* Landscape */
 
@media only screen
 
and (min-device-width: 414px)
 
and (max-device-width: 736px)
 
and (-webkit-min-device-pixel-ratio: 2)
 
and (orientation: landscape) {
 
    h1{
        font-size: 10px;
    }
.titulo {
    padding-top: 7px;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    font-size: 8px;
    background-color: #0000CC;
    display: block;
    border-radius: 5px;
 }

}
/* – ------- – Google Pixel – ------- – */
 
/* Portrait */
 
@media screen
 
and (device-width: 360px)
 
and (device-height: 640px)
 
and (-webkit-device-pixel-ratio: 1)
 
and (orientation: portrait) {
 
    h1{
        font-size: 10px;
    }
}
 
/* Landscape */
 
@media screen
 
and (device-width: 360px)
 
and (device-height: 640px)
 
and (-webkit-device-pixel-ratio: 1)
 
and (orientation: landscape) {
 
    h1{
        font-size: 10px;
    }
}

/* – ------- – Android 8 – ------- – */
 
/* Portrait */
 
@media screen
 
and (device-width: 411px)
 
and (device-height: 731px)
 
and (-webkit-device-pixel-ratio: 4)
 
and (orientation: portrait) {
 
    h1{
        font-size: 10px;
    }
}
 
/* Landscape */
 
@media screen
 
and (device-width: 411px)
 
and (device-height: 731px)
 
and (-webkit-device-pixel-ratio: 3)
 
and (orientation: landscape) {

    h1{
        font-size: 10px;
    }
}
/* – ------- – Iphad – ------- – */
 
/* Portrait */
 
@media screen
 
and (device-width: 768px)
 
and (device-height: 1024px)
 
and (-webkit-device-pixel-ratio: 4)
 
and (orientation: portrait) {
 
    h1{
        font-size: 10px;
    }
    
}
 
/* Landscape */
 
@media screen
 
and (device-width: 768px)
 
and (device-height: 1024px)
 
and (-webkit-device-pixel-ratio: 3)
 
and (orientation: landscape) {

}
/* – ------- – Monitor de 19 – ------- – */
 
/* Portrait */
 
@media screen
 
and (device-width: 768px)
 
and (device-height: 1366px)
 
and (-webkit-device-pixel-ratio: 1)
 
and (orientation: portrait) {
 
 
    
}
 
/* Landscape */
 
@media screen
 
and (device-width: 768px)
 
and (device-height: 1366px)
 
and (-webkit-device-pixel-ratio: 1)
 
and (orientation: landscape) {
 
}