/*Estilos Texto Foto*/

.texto_foto_foto{
    height: 200px;
    margin: 20px 0;
}

    /*Media Queries*/

@media only screen and (min-width: 425px){
    
    .texto_foto_foto{
        height: 250px;
    }
    
}

@media only screen and (min-width: 600px){
    
    .texto_foto_foto{
        height: 300px;
    }
    
}

@media only screen and (min-width: 768px){
    
    .texto_foto_foto{
        height: 350px;
    }
    
}

@media only screen and (min-width: 1024px){
    
    .texto_foto_foto{
        margin: 0;
        height: auto;
    }
    
}

    /*Fin Media Queries*/

/*Fin Estilos Texto Foto*/