
#sobremi_padre{
    height:100%;
    width:100%;
}

#sobremi_padre #textos{
    margin-top: 50px;
    width: 50%;
    height:67%;
    float:left;
    padding:1%;
    font-size: 250%;
}

#sobremi_padre #imagen{
    padding:1%;
    float:right;
    width:46%;
    height:67%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sobremi_padre #imagen img{
    width: 45%;
    height: 45%;
}

#sobremi_padre #textos p span{
    color:black;
    font-size: 1.3em;
}

.texto_gris_iluminado{
    font-size: 1em;
    color: #FFFFFF;
    text-shadow: 0 0 8px #988989, 0 0 2px #988989, 0 0 10px #988989, 0 0 6px #988989, 0 0 20px #988989, 0 0 20px #988989, 0 0 1px #988989, 0 0 12px #988989;
}

.texto_azul_iluminado{
    font-size: 1em;
    color: #FFFFFF;
    text-shadow: 0 0 8px #0083fe, 0 0 2px #0083fe, 0 0 10px #0083fe, 0 0 6px #0083fe, 0 0 20px #0083fe, 0 0 20px #0083fe, 0 0 1px #0083fe, 0 0 12px #0083fe;
}

@media (min-width: 1900px) {
  
    /* CSS */
    #sobremi_padre #textos{
        font-size:250%
    }
} 

@media (min-width:1227px) and (max-width:1500px){
    #sobremi_padre #textos{
        font-size:230%
    }
}

@media (min-width:1014px) and (max-width:1250px){
    #sobremi_padre #textos{
        font-size:210%
    }
}

@media (min-width:700px) and (max-width:1037px){
    #sobremi_padre #textos{
        font-size:190%
    }
}

@media (min-width:659px) and (max-width:845px){
    #sobremi_padre #textos{
        font-size:170%
    }
}

@media (min-width:570px) and (max-width:670px){
    #sobremi_padre #textos{
        font-size:160%
    }
}


@media (max-width:590px){
    #sobremi_padre #textos{
        font-size:150%
    }
}